/* --------------- START --------------- */
/* --------------- End --------------- */
/* ------------------------- Styleguide by KOOOA ------------------------- */
/* --------------- Font imports --------------- */
@font-face {
  font-family: "Finance Display";
  src: url("../assets/fonts/financier-display-semibold.woff2") format("woff2"), url("../assets/fonts/FinancierDisplay-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
:root {
  color-scheme: only light;
  --light-color: #f8f7f7;
  --color-neutral-050: #f9fafa;
  --color-neutral-100: #eeeff1;
  --color-neutral-200: #dddfe2;
  --color-neutral-500: #828b96;
  --color-neutral-600: #646c76;
  --color-neutral-700: #474d55;
  --color-neutral-800: #2b2e33;
  --color-neutral-900: #0e0f11;
  --color-primary-050: #f1f5f8;
  --color-primary-400: #738bad;
  --color-primary-600: #495f7d;
  --color-primary-800: #283445;
  --color-primary-900: #181f29;
  --color-primary-950: #141a22;
  --color-secondary-050: #f3f0ed;
  --color-secondary-100: #f1ece5;
  --color-secondary-200: #e1d3c0;
  --color-secondary-300: rgb(206, 185, 154);
  --color-secondary-400: #c2a881;
  --color-secondary-600: #967648;
  --color-secondary-800: #40331f;
  --color-secondary-900: #15110a;
  --color-special-footer: #6b6c6e;
  --block-padding-small: max(20px, 1.3vw);
  --block-padding-medium: max(40px, 6vw);
  --block-padding: max(68px, 8.75vw);
  --inline-padding: 32px;
  --hero-title-size: max(39px, 5.2vw);
  --title-size: max(31px, 2.03vw);
  --border-radius: 1.1%;
  --swiper-theme-color: var(--color-secondary-200);
}
@media screen and (min-width: 640px) {
  :root {
    --inline-padding: 10.85vw;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --inline-padding: 13.85vw;
    --block-padding: max(180px, 9.375vw);
  }
}

/* --------------- Base styling --------------- */
* {
  box-sizing: border-box;
}

html,
body {
  -webkit-font-smoothing: antialiased;
  background-color: var(--light-color);
}

body,
button,
p {
  margin: 0;
  padding: 0;
  font-family: "motiva-sans", sans-serif;
  font-style: normal;
  color: var(--color-neutral-800);
  font-size: max(1rem, calc(
    (
        (
            (100vw - 30rem) /
              (120 - 30)
          ) * (1 - 1)
      ) + 1rem
  ));
}
@media screen and (min-width: 120rem) {
  body,
  button,
  p {
    font-size: max(1rem, calc(
    (
        (
            (100vw - 120rem) /
              (240 - 120)
          ) * (1.3 - 1)
      ) + 1rem
  ));
  }
}

p,
li,
button,
span {
  line-height: 1.66;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Finance Display", serif;
  margin: 0;
  padding: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

h1 {
  font-size: max(2.4375rem, calc(
    (
        (
            (100vw - 30rem) /
              (120 - 30)
          ) * (6.25 - 2.4375)
      ) + 2.4375rem
  ));
}
@media screen and (min-width: 120rem) {
  h1 {
    font-size: max(6.25rem, calc(
    (
        (
            (100vw - 120rem) /
              (240 - 120)
          ) * (8.125 - 6.25)
      ) + 6.25rem
  ));
  }
}

h2 {
  font-size: max(1.9375rem, calc(
    (
        (
            (100vw - 30rem) /
              (120 - 30)
          ) * (2.4375 - 1.9375)
      ) + 1.9375rem
  ));
  margin-bottom: max(2.5rem, calc(
    (
        (
            (100vw - 30rem) /
              (120 - 30)
          ) * (7.1875 - 2.5)
      ) + 2.5rem
  ));
}
@media screen and (min-width: 120rem) {
  h2 {
    font-size: max(2.4375rem, calc(
    (
        (
            (100vw - 120rem) /
              (240 - 120)
          ) * (3.16875 - 2.4375)
      ) + 2.4375rem
  ));
  }
}
@media screen and (min-width: 120rem) {
  h2 {
    margin-bottom: max(7.1875rem, calc(
    (
        (
            (100vw - 120rem) /
              (240 - 120)
          ) * (9.34375 - 7.1875)
      ) + 7.1875rem
  ));
  }
}
h2 span {
  display: block;
  margin-top: -0.2em;
}

h3 {
  font-family: "motiva-sans", sans-serif;
  font-size: max(1.5625rem, calc(
    (
        (
            (100vw - 30rem) /
              (120 - 30)
          ) * (1.9375 - 1.5625)
      ) + 1.5625rem
  ));
}
@media screen and (min-width: 120rem) {
  h3 {
    font-size: max(1.9375rem, calc(
    (
        (
            (100vw - 120rem) /
              (240 - 120)
          ) * (2.51875 - 1.9375)
      ) + 1.9375rem
  ));
  }
}

h5 {
  font-family: "motiva-sans", sans-serif;
  font-size: max(1.25rem, calc(
    (
        (
            (100vw - 30rem) /
              (120 - 30)
          ) * (1.9375 - 1.25)
      ) + 1.25rem
  ));
  line-height: 1.07;
  font-weight: 500;
}
@media screen and (min-width: 120rem) {
  h5 {
    font-size: max(1.9375rem, calc(
    (
        (
            (100vw - 120rem) /
              (240 - 120)
          ) * (2.51875 - 1.9375)
      ) + 1.9375rem
  ));
  }
}

h6 {
  font-family: "motiva-sans", sans-serif;
  font-size: max(1rem, calc(
    (
        (
            (100vw - 30rem) /
              (120 - 30)
          ) * (1.25 - 1)
      ) + 1rem
  ));
}
@media screen and (min-width: 120rem) {
  h6 {
    font-size: max(1.25rem, calc(
    (
        (
            (100vw - 120rem) /
              (240 - 120)
          ) * (1.625 - 1.25)
      ) + 1.25rem
  ));
  }
}

ul {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

button,
input[type=submit],
input[type=reset] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  cursor: pointer;
}

#consent-banner {
  position: fixed;
  bottom: max(1.25rem, calc(
    (
        (
            (100vw - 30rem) /
              (120 - 30)
          ) * (1.25 - 1.25)
      ) + 1.25rem
  ));
  z-index: 8;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  padding: 2rem;
  padding: max(2rem, calc(
    (
        (
            (100vw - 30rem) /
              (120 - 30)
          ) * (2 - 2)
      ) + 2rem
  ));
  background-color: var(--color-primary-800);
  color: var(--light-color);
  border-radius: 4px;
}
@media screen and (min-width: 120rem) {
  #consent-banner {
    bottom: max(1.25rem, calc(
    (
        (
            (100vw - 120rem) /
              (240 - 120)
          ) * (1.625 - 1.25)
      ) + 1.25rem
  ));
  }
}
@media screen and (min-width: 120rem) {
  #consent-banner {
    padding: max(2rem, calc(
    (
        (
            (100vw - 120rem) /
              (240 - 120)
          ) * (2.6 - 2)
      ) + 2rem
  ));
  }
}
#consent-banner.hidden {
  display: none;
}
@media screen and (min-width: 40rem) {
  #consent-banner {
    left: unset;
    transform: unset;
    right: 1.875rem;
    width: unset;
  }
}
#consent-banner span.title {
  font-size: max(1.375rem, calc(
    (
        (
            (100vw - 30rem) /
              (120 - 30)
          ) * (1.375 - 1.375)
      ) + 1.375rem
  ));
  display: block;
  width: 100%;
  font-weight: 600;
  color: var(--color-secondary-100);
}
@media screen and (min-width: 120rem) {
  #consent-banner span.title {
    font-size: max(1.375rem, calc(
    (
        (
            (100vw - 120rem) /
              (240 - 120)
          ) * (1.7875 - 1.375)
      ) + 1.375rem
  ));
  }
}
#consent-banner p {
  margin-top: max(0.625rem, calc(
    (
        (
            (100vw - 30rem) /
              (120 - 30)
          ) * (0.625 - 0.625)
      ) + 0.625rem
  ));
  color: #b4b7be;
  font-size: max(0.9375rem, calc(
    (
        (
            (100vw - 30rem) /
              (120 - 30)
          ) * (0.9375 - 0.9375)
      ) + 0.9375rem
  ));
  font-weight: 300;
}
@media screen and (min-width: 120rem) {
  #consent-banner p {
    margin-top: max(0.625rem, calc(
    (
        (
            (100vw - 120rem) /
              (240 - 120)
          ) * (0.8125 - 0.625)
      ) + 0.625rem
  ));
  }
}
@media screen and (min-width: 120rem) {
  #consent-banner p {
    font-size: max(0.9375rem, calc(
    (
        (
            (100vw - 120rem) /
              (240 - 120)
          ) * (1.21875 - 0.9375)
      ) + 0.9375rem
  ));
  }
}
#consent-banner p span {
  color: var(--light-color);
  font-weight: 500;
}
#consent-banner .button-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 1.875rem;
}
#consent-banner .button-wrapper button {
  text-transform: uppercase;
  transition: color 0.4s ease;
}
#consent-banner .button-wrapper button:hover {
  color: var(--color-secondary-400);
}

.of-hidden {
  overflow: hidden;
}

.btn-primary {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--color-secondary-400);
  border: 1px solid var(--color-secondary-400);
  box-shadow: 0px 0px 0px 1px var(--color-secondary-400);
  transition: all 0.4s ease;
  border-radius: 3px;
}
.btn-primary .btn-container {
  margin-block: max(0.8125rem, calc(
    (
        (
            (100vw - 30rem) /
              (120 - 30)
          ) * (1.25 - 0.8125)
      ) + 0.8125rem
  ));
  margin-inline: max(1.25rem, calc(
    (
        (
            (100vw - 30rem) /
              (120 - 30)
          ) * (1.875 - 1.25)
      ) + 1.25rem
  ));
  overflow: hidden;
}
@media screen and (min-width: 120rem) {
  .btn-primary .btn-container {
    margin-block: max(1.25rem, calc(
    (
        (
            (100vw - 120rem) /
              (240 - 120)
          ) * (1.625 - 1.25)
      ) + 1.25rem
  ));
  }
}
@media screen and (min-width: 120rem) {
  .btn-primary .btn-container {
    margin-inline: max(1.875rem, calc(
    (
        (
            (100vw - 120rem) /
              (240 - 120)
          ) * (2.4375 - 1.875)
      ) + 1.875rem
  ));
  }
}
.btn-primary .btn-container .btn-wrapper {
  display: flex;
  align-items: center;
  gap: max(1rem, calc(
    (
        (
            (100vw - 30rem) /
              (120 - 30)
          ) * (1 - 1)
      ) + 1rem
  ));
  font-weight: 500;
  position: relative;
  transition: all 0.4s ease;
}
@media screen and (min-width: 120rem) {
  .btn-primary .btn-container .btn-wrapper {
    gap: max(1rem, calc(
    (
        (
            (100vw - 120rem) /
              (240 - 120)
          ) * (1.3 - 1)
      ) + 1rem
  ));
  }
}
.btn-primary .btn-container .btn-wrapper .first-arrow {
  position: absolute;
  left: max(-1.5rem, calc(
    (
        (
            (100vw - 30rem) /
              (120 - 30)
          ) * (-1.5 - -1.5)
      ) + -1.5rem
  ));
}
@media screen and (min-width: 120rem) {
  .btn-primary .btn-container .btn-wrapper .first-arrow {
    left: max(-1.5rem, calc(
    (
        (
            (100vw - 120rem) /
              (240 - 120)
          ) * (-1.95 - -1.5)
      ) + -1.5rem
  ));
  }
}
.btn-primary .svg-arrow {
  width: max(0.8125rem, calc(
    (
        (
            (100vw - 30rem) /
              (120 - 30)
          ) * (0.8125 - 0.8125)
      ) + 0.8125rem
  ));
  height: max(0.8125rem, calc(
    (
        (
            (100vw - 30rem) /
              (120 - 30)
          ) * (0.8125 - 0.8125)
      ) + 0.8125rem
  ));
  fill: var(--color-secondary-400);
  transition: all 0.4s ease;
}
@media screen and (min-width: 120rem) {
  .btn-primary .svg-arrow {
    width: max(0.8125rem, calc(
    (
        (
            (100vw - 120rem) /
              (240 - 120)
          ) * (1.05625 - 0.8125)
      ) + 0.8125rem
  ));
  }
}
@media screen and (min-width: 120rem) {
  .btn-primary .svg-arrow {
    height: max(0.8125rem, calc(
    (
        (
            (100vw - 120rem) /
              (240 - 120)
          ) * (1.05625 - 0.8125)
      ) + 0.8125rem
  ));
  }
}
@media (hover: hover) {
  .btn-primary:hover {
    background-color: var(--color-secondary-050);
    border: 1px solid var(--color-secondary-600);
    box-shadow: 0px 0px 0px 1px var(--color-secondary-600);
  }
  .btn-primary:hover .btn-wrapper {
    color: var(--color-secondary-600);
    transform: translateX(1.8125rem);
  }
  .btn-primary:hover .svg-arrow {
    width: max(0.8125rem, calc(
    (
        (
            (100vw - 30rem) /
              (120 - 30)
          ) * (0.8125 - 0.8125)
      ) + 0.8125rem
  ));
    height: max(0.8125rem, calc(
    (
        (
            (100vw - 30rem) /
              (120 - 30)
          ) * (0.8125 - 0.8125)
      ) + 0.8125rem
  ));
    fill: var(--color-secondary-600);
  }
}
@media screen and (hover: hover) and (min-width: 120rem) {
  .btn-primary:hover .svg-arrow {
    width: max(0.8125rem, calc(
    (
        (
            (100vw - 120rem) /
              (240 - 120)
          ) * (1.05625 - 0.8125)
      ) + 0.8125rem
  ));
  }
}
@media screen and (hover: hover) and (min-width: 120rem) {
  .btn-primary:hover .svg-arrow {
    height: max(0.8125rem, calc(
    (
        (
            (100vw - 120rem) /
              (240 - 120)
          ) * (1.05625 - 0.8125)
      ) + 0.8125rem
  ));
  }
}

.btn-secondary {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--color-secondary-400);
  transition: all 0.4s ease;
}
.btn-secondary .btn-container {
  overflow: hidden;
}
.btn-secondary .btn-container .btn-wrapper {
  display: flex;
  align-items: center;
  gap: max(1rem, calc(
    (
        (
            (100vw - 30rem) /
              (120 - 30)
          ) * (1 - 1)
      ) + 1rem
  ));
  font-weight: 400;
  position: relative;
  transition: all 0.4s ease;
  text-transform: uppercase;
  font-size: max(0.875rem, calc(
    (
        (
            (100vw - 30rem) /
              (120 - 30)
          ) * (0.875 - 0.875)
      ) + 0.875rem
  ));
}
@media screen and (min-width: 120rem) {
  .btn-secondary .btn-container .btn-wrapper {
    gap: max(1rem, calc(
    (
        (
            (100vw - 120rem) /
              (240 - 120)
          ) * (1.3 - 1)
      ) + 1rem
  ));
  }
}
@media screen and (min-width: 120rem) {
  .btn-secondary .btn-container .btn-wrapper {
    font-size: max(0.875rem, calc(
    (
        (
            (100vw - 120rem) /
              (240 - 120)
          ) * (1.1375 - 0.875)
      ) + 0.875rem
  ));
  }
}
.btn-secondary .btn-container .btn-wrapper .first-arrow {
  position: absolute;
  left: max(-1.5rem, calc(
    (
        (
            (100vw - 30rem) /
              (120 - 30)
          ) * (-1.5 - -1.5)
      ) + -1.5rem
  ));
}
@media screen and (min-width: 120rem) {
  .btn-secondary .btn-container .btn-wrapper .first-arrow {
    left: max(-1.5rem, calc(
    (
        (
            (100vw - 120rem) /
              (240 - 120)
          ) * (-1.95 - -1.5)
      ) + -1.5rem
  ));
  }
}
.btn-secondary .svg-arrow {
  width: max(0.9375rem, calc(
    (
        (
            (100vw - 30rem) /
              (120 - 30)
          ) * (0.9375 - 0.9375)
      ) + 0.9375rem
  ));
  height: auto;
  fill: var(--color-secondary-400);
  transition: all 0.4s ease;
}
@media screen and (min-width: 120rem) {
  .btn-secondary .svg-arrow {
    width: max(0.9375rem, calc(
    (
        (
            (100vw - 120rem) /
              (240 - 120)
          ) * (1.21875 - 0.9375)
      ) + 0.9375rem
  ));
  }
}
@media (hover: hover) {
  .btn-secondary:hover .btn-wrapper {
    color: var(--color-secondary-600);
    transform: translateX(15%);
  }
  .btn-secondary:hover .svg-arrow {
    width: max(0.8125rem, calc(
    (
        (
            (100vw - 30rem) /
              (120 - 30)
          ) * (0.8125 - 0.8125)
      ) + 0.8125rem
  ));
    height: max(0.8125rem, calc(
    (
        (
            (100vw - 30rem) /
              (120 - 30)
          ) * (0.8125 - 0.8125)
      ) + 0.8125rem
  ));
    fill: var(--color-secondary-600);
  }
}
@media screen and (hover: hover) and (min-width: 120rem) {
  .btn-secondary:hover .svg-arrow {
    width: max(0.8125rem, calc(
    (
        (
            (100vw - 120rem) /
              (240 - 120)
          ) * (1.05625 - 0.8125)
      ) + 0.8125rem
  ));
  }
}
@media screen and (hover: hover) and (min-width: 120rem) {
  .btn-secondary:hover .svg-arrow {
    height: max(0.8125rem, calc(
    (
        (
            (100vw - 120rem) /
              (240 - 120)
          ) * (1.05625 - 0.8125)
      ) + 0.8125rem
  ));
  }
}

/* --------------- Core elements --------------- */
.section {
  padding-block: max(4.25rem, calc(
    (
        (
            (100vw - 30rem) /
              (120 - 30)
          ) * (10 - 4.25)
      ) + 4.25rem
  ));
}
@media screen and (min-width: 120rem) {
  .section {
    padding-block: max(10rem, calc(
    (
        (
            (100vw - 120rem) /
              (240 - 120)
          ) * (13 - 10)
      ) + 10rem
  ));
  }
}

@media screen and (min-width: 1920px) {
  .main-container {
    width: calc((100% - (1920px - (100vw - 100%))) * 0.3 + 1920px - (100vw - 100%));
    margin-inline: auto;
  }
}

.container {
  padding-inline: max(2rem, calc(
    (
        (
            (100vw - 40rem) /
              (120 - 40)
          ) * (16.625 - 2)
      ) + 2rem
  ));
}
@media screen and (min-width: 120rem) {
  .container {
    padding-inline: max(16.625rem, calc(
    (
        (
            (100vw - 120rem) /
              (240 - 120)
          ) * (21.6125 - 16.625)
      ) + 16.625rem
  ));
  }
}

.header-wrapper.main-title p {
  margin-bottom: 2.5rem;
  max-width: 60ch;
}
@media screen and (min-width: 64rem) {
  .header-wrapper.main-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: max(2.5rem, calc(
    (
        (
            (100vw - 30rem) /
              (120 - 30)
          ) * (7.1875 - 2.5)
      ) + 2.5rem
  ));
  }
}
@media screen and (min-width: 64rem) and (min-width: 120rem) {
  .header-wrapper.main-title {
    margin-bottom: max(7.1875rem, calc(
    (
        (
            (100vw - 120rem) /
              (240 - 120)
          ) * (9.34375 - 7.1875)
      ) + 7.1875rem
  ));
  }
}
@media screen and (min-width: 64rem) {
  .header-wrapper.main-title p {
    width: 50%;
    margin-bottom: unset;
  }
}
@media screen and (min-width: 64rem) {
  .header-wrapper.main-title h2 {
    margin-bottom: unset;
  }
}
@media screen and (min-width: 100rem) {
  .header-wrapper.main-title {
    padding-right: max(12.5rem, calc(
    (
        (
            (100vw - 30rem) /
              (120 - 30)
          ) * (12.5 - 12.5)
      ) + 12.5rem
  ));
  }
}
@media screen and (min-width: 100rem) and (min-width: 120rem) {
  .header-wrapper.main-title {
    padding-right: max(12.5rem, calc(
    (
        (
            (100vw - 120rem) /
              (240 - 120)
          ) * (16.25 - 12.5)
      ) + 12.5rem
  ));
  }
}/*# sourceMappingURL=styleguide.css.map */