/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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;
  --section-margin: 6.8rem;
  --container-pd: 6.8rem;
  --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 */
/* Tiempos Fine Light */
@font-face {
  font-family: "Tiempos";
  font-style: normal;
  font-weight: 300;
  src: url("/theme/assets/fonts/tiempos-fine-light.woff2") format("woff2");
}
/* Tiempos Fine Light */
@font-face {
  font-family: "Tiempos";
  font-style: normal;
  font-weight: 400;
  src: url("/theme/assets/fonts/tiempos-fine-regular.woff2") format("woff2");
}
/* inter-regular - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("/theme/assets/fonts/inter-v12-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/theme/assets/fonts/inter-v12-latin-regular.eot?#iefix") format("embedded-opentype"), url("/theme/assets/fonts/inter-v12-latin-regular.woff2") format("woff2"), url("/theme/assets/fonts/inter-v12-latin-regular.woff") format("woff"), url("/theme/assets/fonts/inter-v12-latin-regular.ttf") format("truetype"), url("/theme/assets/fonts/inter-v12-latin-regular.svg#Inter") format("svg");
  /* Legacy iOS */
}
/* inter-500 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("/theme/assets/fonts/inter-v12-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/theme/assets/fonts/inter-v12-latin-500.eot?#iefix") format("embedded-opentype"), url("/theme/assets/fonts/inter-v12-latin-500.woff2") format("woff2"), url("/theme/assets/fonts/inter-v12-latin-500.woff") format("woff"), url("/theme/assets/fonts/inter-v12-latin-500.ttf") format("truetype"), url("/theme/assets/fonts/inter-v12-latin-500.svg#Inter") format("svg");
  /* Legacy iOS */
}
h1,
.h1-style,
h2,
.h2-style,
h3,
.h3-style,
h4,
.h4-style,
h5,
.h5-style,
h6,
.h6-style {
  font-family: "Tiempos", sans-serif;
}

h1,
.h1-style {
  font-size: 5.4rem;
  font-size: clamp(3.6rem, 3.6rem + (1vw - 5.76px) * 2.0833, 6.4rem);
  line-height: 1.1;
  font-weight: 600;
}

h2,
.h2-style {
  font-size: 4.5rem;
  font-size: clamp(2.8rem, 2.8rem + (1vw - 5.76px) * 1.9673, 5.444rem);
  line-height: 1.1;
  font-weight: 600;
}

h3,
.h3-style {
  font-size: 3.2rem;
  font-size: clamp(1.8rem, 1.8rem + (1vw - 5.76px) * 1.6198, 3.977rem);
  line-height: 1.2;
  font-weight: 500;
}

h4,
.h4-style {
  font-size: 2.2rem;
  font-size: clamp(1.8rem, 1.8rem + (1vw - 5.76px) * 0.4628, 2.422rem);
  line-height: 1.5;
  font-weight: 500;
}

h5,
.h5-style {
  font-size: 1.8rem;
  font-size: clamp(1.6rem, 1.6rem + (1vw - 5.76px) * 0.2314, 1.911rem);
  line-height: 1.5;
  font-weight: 500;
}

h6,
.h6-style {
  font-size: 1.3rem;
  font-size: clamp(1.2rem, 1.2rem + (1vw - 5.76px) * 0.1153, 1.355rem);
  line-height: 1.5;
  font-weight: 500;
}

p,
a,
u,
span,
select,
section,
td,
th,
option,
form,
input,
b,
strong,
ul,
ol,
li,
textarea,
label,
button,
input,
iframe,
table {
  font-family: "Inter";
  font-size: 1.8rem;
  font-size: clamp(1.6rem, 1.6rem + (1vw - 5.76px) * 0.2314, 1.911rem);
  line-height: 1.5;
  font-weight: 400;
}

@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.35;
  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: "prev";
}

.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: "next";
}

.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 {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  background-color: #C9C6BE;
  color: #00010B;
  font-size: 1.6rem;
}
body.lock-scroll {
  overflow: hidden;
}

html,
body {
  width: 100%;
  height: 100vh;
}

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

p::selection {
  color: #DBFF53;
  background-color: #C8C6BE;
}

.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;
}

.p-sm {
  max-width: 42.5rem;
  font-size: 2rem;
  line-height: 3rem;
}

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

/* END GENERAL STYLING */
.accordion-element {
  position: relative;
}
.accordion-element__title h5 {
  color: var(--green);
}

.accordion-item {
  --border-color: rgba($theme-text-color, $theme-color-opacity);
  --dot-color: var(--black);
  position: relative;
  border-bottom: 0.2rem solid rgba(0, 1, 11, 0.16);
}
.accordion-item__header {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  cursor: pointer;
}
.accordion-item__header h5,
.accordion-item__header .faq-item__title {
  pointer-events: none;
  margin-bottom: 0;
}
.accordion-item__header h5 .normal,
.accordion-item__header .faq-item__title .normal {
  font-size: 2.8rem;
}
@media (max-width: 575.98px) {
  .accordion-item__header h5 .normal,
.accordion-item__header .faq-item__title .normal {
    font-size: 2.4rem;
  }
}
.accordion-item__header .button-circle svg {
  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: scaleY(-1);
}
.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: 1.2rem;
  padding-right: 10%;
}
.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;
  color: inherit;
  text-decoration: none;
}
.accordion-item__body .faq-item__content__inner a:hover {
  color: #DBFF53;
}
.accordion-item__body .faq-item__content__inner p {
  font-size: 2rem;
}

.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 {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  position: relative;
  height: 5.4rem;
  display: inline-flex;
  align-items: center;
  background-color: transparent;
  border-radius: 10rem;
}
.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: 3rem;
  padding-right: 3rem;
  font-size: 1.8rem;
  font-weight: 400;
  z-index: 1;
}
.button:focus {
  outline: none;
}

.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%;
}
.footer__inner {
  padding-top: 9rem;
  padding-bottom: 3rem;
}
.footer__columns {
  position: relative;
  padding-bottom: 10rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .footer__columns {
    flex-direction: column;
    padding-bottom: 2rem;
  }
}
.footer-column {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 25.6rem;
  flex: 1;
}
.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;
  font-size: 1.8rem;
  line-height: 2;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .footer-column__items a {
    font-size: 1.4rem;
  }
}
@media (max-width: 1023.98px) {
  .footer-column--logo {
    width: 100%;
    flex: unset;
  }
}
.footer-column--newsletter {
  width: 71rem;
}
.footer-column--newsletter h2 {
  font-size: 7.2rem;
  line-height: 7.2rem;
  font-weight: 300;
}
.footer-column .center {
  padding-bottom: 11.5rem;
}
.footer-logo svg {
  width: 3.2rem;
  will-change: transform, filter;
}
.footer__bottom {
  align-items: flex-end;
  padding-bottom: 4.4rem;
}
.footer__bottom__links {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 767.98px) {
  .footer__bottom__links {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.footer__bottom__links span {
  font-size: 1.2rem;
  line-height: 1.5;
}
.footer__bottom__links .link {
  margin-left: 2rem;
}
@media (max-width: 767.98px) {
  .footer__bottom__links .link {
    margin-left: 0;
    margin-bottom: 0.5rem;
  }
}
.footer__bottom__links .link a {
  color: #00010B;
  font-size: 1.3rem;
  line-height: 1.5;
  text-decoration: none;
}

.center {
  text-align: center;
}

.mandelo-m {
  color: #00010B;
  margin: 0 1rem;
  margin-left: 2rem;
  opacity: 0.6;
}

@media screen and (max-width: 800px) {
  .footer-column--newsletter h2 {
    font-size: 3.7rem;
    line-height: 3.7rem;
  }

  .footer-column--newsletter {
    width: 100%;
  }

  .footer-column {
    margin-bottom: 10rem;
  }

  .footer__inner {
    padding-top: 3rem;
  }
}
.contact-form {
  width: 100%;
}

.full_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 575.98px) {
  .full_img {
    height: 80vh;
  }
}

.post-header {
  position: relative;
  padding-top: 26rem;
  padding-bottom: 9rem;
}
@media (max-width: 1023.98px) {
  .post-header {
    padding-top: 18.5rem;
    padding-bottom: 5rem;
  }
}
.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: 3.7rem;
}
.post-header__content .buttons {
  margin-top: 4rem;
}
.post-header__image {
  position: relative;
  margin-top: 8rem;
}
.post-header__scroll {
  position: relative;
  margin-bottom: 2.6rem;
  margin-left: 2.6rem;
  margin-top: 10%;
}
@media (max-width: 767.98px) {
  .post-header__scroll {
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 2.6rem;
    margin-top: 0;
  }
}
.post-header__scroll__anchor {
  position: absolute;
  bottom: 0;
}
.post-header--centered .post-header__content .intro-text p {
  text-align: center;
}

.scroll-down {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.4rem;
  height: 5.4rem;
  background-color: var(--grey);
  border-radius: 50%;
}
.scroll-down svg {
  transform: rotate(90deg);
}
.scroll-down svg path {
  stroke: var(--dark-blue);
}

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

.width-cover {
  width: 100%;
  height: 100%;
}
.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;
}

.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);
}

/* NAVIGATION STYLING */
.navigation {
  background-color: #C9C6BE;
  position: fixed;
  /*fixed*/
  top: 0;
  left: 0;
  width: 100%;
  z-index: 102;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.navigation .navbar {
  position: relative;
  height: 100%;
}
.navigation .navbar-inner {
  height: inherit;
  width: 100%;
  z-index: 2;
  align-items: flex-end;
}
.navigation .navbar-nav {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}
.navigation .navbar-nav:hover .nav-item:not(.nav-button):not(:hover) .nav-link {
  opacity: 0.2;
}
@media (max-width: 1023.98px) {
  .navigation .navbar-nav:hover .nav-item:not(.nav-button):not(:hover) .nav-link {
    opacity: 1;
  }
}
.navigation .navbar-collapse {
  margin-left: auto;
}
.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;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    margin-left: unset;
    overflow-y: auto;
    pointer-events: none;
    background-color: var(--black);
    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;
    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;
  top: 0.5rem;
  margin-left: auto;
}
@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 a {
  font-size: 0;
}
.navigation .navbar-brand .logo {
  position: relative;
  width: 100%;
}

.nav-item {
  position: relative;
  padding-left: 2.5rem;
  font-size: 0;
}
@media (max-width: 1023.98px) {
  .nav-item {
    padding: 0.6rem 0 1.2rem 0;
    margin: 0;
    width: 100%;
  }
}
.nav-item .nav-link {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: normal;
  color: var(--light-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%;
  }
}
.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;
  }
}
.nav-item.active .nav-link {
  opacity: 0.4;
}

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

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

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

.render-content {
  position: relative;
}

.section-container {
  position: relative;
}
.section-container.p-68 {
  padding-right: 6.8rem;
  padding-left: 6.8rem;
}
@media (max-width: 575.98px) {
  .section-container.p-68 {
    padding-right: 3.2rem;
    padding-left: 3.2rem;
  }
}
.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;
}

.popup {
  display: block;
  position: fixed;
  z-index: 103;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--black);
  opacity: 0.3;
}
@media (max-width: 767.98px) {
  .popup__content__scroll {
    overflow-y: scroll;
  }
}
.popup__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-self: flex-start;
  margin: auto;
  max-width: 58%;
  max-height: 80%;
  width: 100%;
  height: auto;
  background-color: var(--white);
  padding: 6rem;
  border-radius: 3rem;
}
@media (max-width: 1199.98px) {
  .popup__inner {
    max-width: 74%;
  }
}
@media (max-width: 1023.98px) {
  .popup__inner {
    max-width: calc(100% - 4rem);
    max-height: 80%;
    padding: 3rem;
  }
}
.popup__video {
  padding-top: 56.25%;
  height: 0;
  background-color: var(--black);
}
.popup__video iframe,
.popup__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  opacity: 0;
}
.popup__video iframe.video--loaded,
.popup__video video.video--loaded {
  z-index: 2;
  opacity: 1;
}
.popup__close {
  position: absolute;
  top: 3rem;
  right: 3rem;
  cursor: pointer;
  background-color: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 5.4rem;
  height: 5.4rem;
}
@media (max-width: 1023.98px) {
  .popup__close {
    top: 1.5rem;
    right: 1.5rem;
  }
}
.popup__close svg {
  width: 1.6rem;
  height: 1.6rem;
}

.klant-info {
  position: relative;
}
.klant-info__logo {
  position: relative;
  margin-bottom: 4rem;
}
.klant-info__sector {
  position: relative;
  margin-bottom: 2rem;
}
.klant-info__text {
  position: relative;
  margin-bottom: 3rem;
  max-width: 90%;
}
.klant-info__text p {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 0;
}
.klant-info__contact {
  position: relative;
}

.contact-person {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 575.98px) {
  .contact-person {
    flex-direction: column;
    align-items: flex-start;
  }
}
.contact-person__image {
  position: relative;
  width: 6rem;
  height: 6rem;
  margin-right: 2rem;
}
@media (max-width: 575.98px) {
  .contact-person__image {
    margin-bottom: 1rem;
  }
}
.contact-person__image .image {
  border-radius: 1rem;
}
.contact-person__info p {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 0;
}
.contact-person__info span {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}

.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;
  }
}

.title-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.title-container span.chapeau {
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.8rem;
  padding-bottom: 2.7rem;
}
.title-container h2 {
  font-size: 7.2rem;
  font-weight: 300;
}
.title-container h2 .styleEl {
  position: relative;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  display: inline-block;
}
.title-container h2 .styleEl svg {
  position: absolute;
  width: 108%;
  height: auto;
  left: -5%;
  top: 0;
  top: 42%;
  transform: translateY(-50%);
  will-change: transform, filter;
}

[data-scroll-call=title-animation] {
  visibility: hidden;
}
[data-scroll-call=title-animation] .circle svg path {
  fill: transparent;
}

.clipped-path {
  opacity: 0;
}

.midden {
  align-items: center;
}

.links {
  align-items: flex-start;
}

.rechts {
  align-items: flex-end;
}

.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);
}

.hero-container {
  width: calc(100vw - 2 * var(--section-margin));
  height: 65vh;
  min-height: 700px;
  margin: var(--section-margin);
  margin-top: calc(var(--section-margin) / 2);
}
@media (max-width: 575.98px) {
  .hero-container {
    min-height: 500px;
  }
}
.hero-container--content {
  position: relative;
  display: flex;
  width: 100%;
  gap: 3rem;
}
.hero-container--content-child {
  width: 50%;
}
.hero-container--content-child:nth-of-type(odd) {
  padding-right: 2rem;
}
.hero-container--content-child:nth-of-type(even) {
  display: flex;
}
.hero-container--content-subtitle {
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-weight: 500;
  padding-bottom: 1.6rem;
}
.hero-container--content-paragraph {
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 400;
  max-width: 49.6rem;
}
.hero-title {
  padding-top: 2.5rem;
}

.form-font-size {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid #00010B;
}
.form-font-size input[type=email] {
  width: 100%;
  flex-grow: 2;
  padding: 1rem;
  padding-left: 0;
  border: none;
  background: transparent;
  outline: none;
  transition: all 0.3s ease-in-out;
}
.form-font-size input[type=email]:focus {
  padding-bottom: 1.5rem;
}
.form-font-size .form-group__fields {
  width: 100%;
}
.form-font-size input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none !important;
  background-color: transparent !important;
  color: fieldtext !important;
}
.form-font-size .form-field__label {
  width: 0;
  height: 0;
  visibility: hidden;
}
.form-font-size .contact-form {
  width: 100%;
}
.form-font-size .contact-form__button .submit-form-btn {
  background: none;
  border: none;
  padding: 1rem;
  border: none;
  background: transparent;
  color: #00010B;
}
.form-font-size .contact-form__button .submit-form-btn svg {
  transform: rotate(270deg);
}
.form-font-size .contact-form__button .submit-form-btn:hover svg path {
  fill: #DBFF53;
  stroke: #DBFF53;
  transition: all 0.5s ease;
}
.form-font-size .form-field .email {
  width: 100%;
}

.whole {
  width: 100%;
}

@media screen and (max-width: 800px) {
  :root {
    --section-margin: 3rem;
  }

  .hero-container {
    margin-top: calc(var(--section-margin) * 1.5);
  }
  .hero-container--content {
    flex-direction: column;
  }
  .hero-container--content-child {
    width: 100%;
  }
  .hero-container--content-paragraph {
    max-width: 100%;
  }
}
.section__container {
  width: 100%;
  min-height: 200vh;
}
@media (max-width: 575.98px) {
  .section__container {
    min-height: 20vh;
    height: 50vh;
  }
}

.section {
  line-height: 1;
  position: static;
  top: 0;
  z-index: 4;
  width: 100%;
  min-height: 100vh;
  background: #C9C6BE;
}
.section__overlay {
  mix-blend-mode: multiply;
  position: absolute;
  width: 100%;
  background: #483519;
  z-index: 1;
}
.section__overlay--top {
  opacity: 0.9;
  height: 120vh;
  top: 0;
  left: 0;
}
.section__overlay--bottom {
  height: 50%;
  bottom: 0;
  left: 0;
  opacity: 0;
}

.section--columns {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 20vh;
}

.columns {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 2.5vw;
  height: 100%;
  transform: rotate(0deg);
  align-items: center;
  will-change: transform, opacity;
}

.column-wrap {
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: 5vh 0 15vh;
  will-change: transform;
}

.column-wrap:nth-child(even) {
  margin-top: -30vh;
}

.column {
  position: relative;
  display: block;
  will-change: transform;
}

.column__item {
  width: 32vw;
  height: 41.6vw;
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  cursor: pointer;
  margin: 0 0 2.5vw 0;
  z-index: 1;
  will-change: transform, filter;
}

.column__item-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  will-change: transform;
}

@media screen and (max-width: 800px) {
  .columns {
    width: 70%;
  }

  .title-container h2 {
    font-size: 3.7rem;
  }
}
