/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

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

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

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

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

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

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

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

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

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

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  /* For better font-size styling 0.625 * 16px = 10px -> 1rem = 10px */
  margin: 0;
  padding: 0;
  background-color: #F9F7F0;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

picture {
  font-size: 0;
}

input {
  border: none;
}

body,
html {
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.06em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
}

.text {
  font-size: 1.063rem;
  line-height: 1.25rem;
  font-weight: 300;
  color: rgb(36, 32, 29);
}
.text--white {
  color: rgb(249, 247, 240);
}
.text--small {
  font-size: 0.75rem;
}
.text > b {
  font-weight: 700;
}

.link {
  color: inherit;
}
.link:hover {
  color: rgb(198, 111, 92);
}
.link--lineless {
  text-decoration: none;
}
.link--lineless:hover {
  text-decoration: underline;
}

.hgreat {
  font-size: 2.625rem;
  line-height: 1em;
  font-weight: 300;
  color: rgb(36, 32, 29);
  font-family: "natom-pro", sans-serif;
}
@media only screen and (min-width : 768px) {
  .hgreat {
    font-size: 5rem;
  }
}
.hgreat--white {
  color: rgb(249, 247, 240);
}

.hlarge {
  font-size: 2.625rem;
  line-height: 1em;
  font-weight: 300;
  color: rgb(36, 32, 29);
  font-family: "natom-pro", sans-serif;
}
@media only screen and (min-width : 768px) {
  .hlarge {
    font-size: 4.375rem;
  }
}
.hlarge--white {
  color: rgb(249, 247, 240);
}

.hmedium {
  font-size: 2rem;
  line-height: 1em;
  font-weight: 300;
  color: rgb(36, 32, 29);
  font-family: "natom-pro", sans-serif;
}
@media only screen and (min-width : 320px) {
  .hmedium {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width : 768px) {
  .hmedium {
    font-size: 3.125rem;
  }
}
.hmedium--white {
  color: rgb(249, 247, 240);
}

.hsmall {
  font-size: 1.5rem;
  line-height: 1em;
  font-weight: 400;
  color: rgb(36, 32, 29);
  font-family: "natom-pro", sans-serif;
}
@media only screen and (min-width : 768px) {
  .hsmall {
    font-size: 1.875rem;
  }
}
.hsmall--white {
  color: rgb(249, 247, 240);
}

.htiny {
  font-size: 1.3rem;
  line-height: 1em;
  font-weight: 400;
  color: rgb(36, 32, 29);
  font-family: "natom-pro", sans-serif;
}
@media only screen and (min-width : 768px) {
  .htiny {
    font-size: 1.3rem;
  }
}
.htiny--white {
  color: rgb(249, 247, 240);
}

.claim {
  font-size: 1.5rem;
  line-height: 1.2em;
  font-weight: 400;
  color: rgb(198, 111, 92);
  font-family: "Hedvig Letters Serif", sans-serif;
}
@media only screen and (min-width : 768px) {
  .claim {
    font-size: 1.875rem;
  }
}

.standard-text {
  font-size: 1.063rem;
  line-height: 1.5em;
  font-weight: 400;
  color: rgb(74, 73, 71);
}
.standard-text--white {
  color: rgb(249, 247, 240);
}
.standard-text--black {
  color: rgb(36, 32, 29);
}
.standard-text p:not(:last-child) {
  margin-bottom: 1rem;
}
.standard-text a {
  text-decoration: underline;
  color: inherit;
}
.standard-text a:hover {
  color: rgb(198, 111, 92);
}
.standard-text b,
.standard-text strong {
  font-weight: 700;
}
.standard-text h1 {
  font-size: 4rem;
  line-height: 1em;
  color: rgb(36, 32, 29);
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.standard-text h2 {
  font-size: 3rem;
  line-height: 1em;
  color: rgb(36, 32, 29);
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.standard-text h3 {
  font-size: 2rem;
  line-height: 1em;
  color: rgb(36, 32, 29);
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.standard-text h4 {
  font-size: 1.5rem;
  line-height: 1em;
  color: rgb(36, 32, 29);
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.standard-text h5 {
  font-size: 1.25rem;
  line-height: 1em;
  color: rgb(36, 32, 29);
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.standard-text h6 {
  font-size: 1.125rem;
  line-height: 1em;
  color: rgb(36, 32, 29);
  margin-bottom: 0.5rem;
}
.standard-text ol {
  list-style: decimal outside;
  padding-top: 0.5rem;
  padding-left: 1.5rem;
}
.standard-text ul {
  list-style: disc outside;
  padding-top: 0.5rem;
  padding-left: 1.5rem;
}
.standard-text li {
  line-height: 1.5em;
  margin-bottom: 0.75em;
}
.standard-text li ul {
  margin-left: 1rem;
}

.button {
  position: relative;
  display: inline-flex;
  width: auto;
  border-radius: 2rem;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  background-color: transparent;
}
.button:focus-visible {
  outline: 0.125rem solid rgb(233, 167, 81);
  outline-offset: 0.125rem;
}
.button_labelPlaceholder, .button_labelSource {
  padding: 0.75rem 1rem;
  border-radius: 2rem;
  font-family: "natom-pro", sans-serif;
  font-size: 1rem;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 0;
  color: rgb(249, 247, 240);
  background-color: rgb(36, 32, 29);
}
.button--white .button_labelSource {
  color: rgb(36, 32, 29);
  background-color: rgb(249, 247, 240);
}
.button_labelPlaceholder {
  opacity: 0;
}
.button_labelSource {
  position: absolute;
  z-index: 1001;
  top: 0;
  left: 0;
  transition: left 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.button_icon {
  width: 2.5rem;
}
.button_iconInner {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 2rem;
  background-color: rgb(233, 167, 81);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1002;
  right: 0;
  transition: right 450ms cubic-bezier(0.25, 0, 0.27, 1.35);
}
.button_iconInnerSource {
  width: 0.75rem;
  height: 0.75rem;
  object-fit: contain;
  line-height: 0px;
  transition: transform 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media only screen and (min-width : 1024px) {
  .button:hover .button_labelSource {
    left: 40px;
  }
  .button:hover .button_iconInner {
    right: calc(100% - 2.5rem);
    z-index: 1000;
  }
  .button:hover .button_iconInnerSource {
    transform: rotate(45deg);
  }
}
.button--loading {
  pointer-events: none;
  opacity: 0.7;
}
.button--loading .button_iconInnerSource {
  animation: rotate 1s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.buttonLang {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 3rem;
  color: rgb(36, 32, 29);
  background-color: rgb(233, 167, 81);
  text-decoration: none;
  transition: background-color 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.buttonLang:hover {
  background-color: rgb(198, 111, 92);
}
.buttonLang:focus-visible {
  outline: 0.125rem solid rgb(36, 32, 29);
  outline-offset: 0.125rem;
}

.buttonLangAbr {
  font-family: "natom-pro", sans-serif;
  font-size: 0.563rem;
  line-height: 1em;
  font-weight: 400;
}

.swiper {
  width: 100%;
  height: 90vh;
}
.swiper-wrapper {
  position: relative;
}
.swiper-slide {
  position: relative;
  background-position: center;
  background-size: cover;
  height: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, transparent 30%, transparent 70%, rgba(0, 0, 0, 0.6) 100%);
  pointer-events: none;
  z-index: 1;
}
.swiper-slide-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center center;
}
.swiper-slide-text {
  position: absolute;
  z-index: 10;
  bottom: 1rem;
  left: 0;
  padding: 0 2rem clamp(2rem, 6vh, 4rem);
}
@media only screen and (min-width : 768px) {
  .swiper-slide-text {
    bottom: 0rem;
  }
}
.swiper-slide-text {
  width: 100%;
  display: flex;
  justify-content: center;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}
.swiper-slide-text-label {
  width: 100%;
  max-width: 64rem;
  text-align: center;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.6);
  font-size: clamp(1.8rem, 4.2vh, 3.2rem);
}
@media only screen and (min-width : 768px) {
  .swiper-slide-text-label {
    padding: 0 2rem;
  }
}
@media only screen and (min-width : 1024px) {
  .swiper-slide-text-label {
    padding: 0;
  }
}
.swiper-slide-1 .swiper-slide-text-label {
  max-width: 40rem;
}

.no-break {
  white-space: nowrap;
}

.mobile-br {
  display: none;
}

@media (max-width: 768px) {
  .desktop-br {
    display: none;
  }
  .mobile-br {
    display: inline;
  }
}
@starting-style {
  #inquiry__modal:modal {
    left: auto !important;
    right: -100% !important;
  }
  #inquiry__modal:modal::backdrop {
    background-color: rgba(36, 32, 29, 0);
  }
}
.inquiry__modalClose {
  all: unset;
  width: 2.5rem;
  height: 2.5rem;
  align-self: flex-end;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2.5rem;
  background-color: rgb(171, 163, 143);
  transition: background-color 300ms ease-in-out;
  cursor: pointer;
}
.inquiry__modalClose img {
  width: 0.875rem;
  height: 0.875rem;
  transition: transform 300ms ease-in-out;
}
.inquiry__modalClose:hover {
  background-color: rgb(233, 167, 81);
}
.inquiry__modalClose:hover img {
  transform: rotate(-90deg);
}
.inquiry__modalClose:focus-visible {
  outline: 0.125rem solid rgb(233, 167, 81);
  outline-offset: 0.125rem;
}
.inquiry__modal {
  position: fixed;
  top: 0;
  left: auto !important;
  right: -100% !important;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  max-height: 100vh;
  margin: 0 !important;
  padding: 1.25rem;
  border: none;
  background-color: rgb(36, 32, 29);
  background-image: url(../../files/background-form-circles.svg);
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: top 42rem right 0;
  transition: right 350ms ease-out;
}
.inquiry__modal[open] {
  right: 0 !important;
}
.inquiry__modal::backdrop {
  background-color: rgba(36, 32, 29, 0.5);
  transition: background-color 200ms ease-out;
}
@media only screen and (min-width : 768px) {
  .inquiry__modal {
    max-width: 44rem;
    padding: 2.5rem;
    background-size: 100%;
    background-position: top 38rem right 0;
    transition: 750ms ease-out;
  }
}
.inquiry__modal-wrapper {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}
@media only screen and (min-width : 768px) {
  .inquiry__modal-wrapper {
    gap: 5rem;
  }
}
.inquiry__modal-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 5rem;
}
@media only screen and (min-width : 768px) {
  .inquiry__modal-content {
    padding: 0 4rem;
  }
}
.inquiry__modal form {
  display: flex;
  flex-direction: column;
}
.inquiry__modal form input:not([type=checkbox]),
.inquiry__modal form textarea {
  position: relative;
  padding: 1.25rem 0;
  border-bottom: solid 1px rgba(249, 247, 240, 0.3);
  font-family: "natom-pro", sans-serif;
  font-weight: 400;
  color: rgb(249, 247, 240);
  background-color: transparent;
}
.inquiry__modal form input:not([type=checkbox])::placeholder,
.inquiry__modal form textarea::placeholder {
  color: rgba(249, 247, 240, 0.8);
}
.inquiry__modal form input:not([type=checkbox]),
.inquiry__modal form textarea {
  /* stylelint-disable-next-line no-descending-specificity */
}
.inquiry__modal form input:not([type=checkbox]):not(:placeholder-shown) + label,
.inquiry__modal form textarea:not(:placeholder-shown) + label {
  opacity: 1;
}
.inquiry__modal form button[type=submit] {
  background: none;
  border: 0;
  cursor: pointer;
}
.inquiry__modal form input[type=number] {
  appearance: textfield;
  -moz-appearance: textfield;
  /* Firefox */
}
.inquiry__modal form input[type=number]::-webkit-outer-spin-button,
.inquiry__modal form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  /* Chrome, Safari, Edge */
  margin: 0;
}
.inquiry__modal form legend {
  display: none;
}
.inquiry__modal-input-wrapper {
  display: flex;
  flex-direction: column-reverse;
}
.inquiry__modal-input-wrapper label:not(.inquiry__modal-radio-item) {
  display: none;
  opacity: 0;
  padding-top: 0.5rem;
  font-family: "natom-pro", sans-serif;
  font-size: 0.75rem;
  line-height: 1em;
  font-weight: 400;
  color: rgb(249, 247, 240);
}
.inquiry__modal-radio {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1rem 0.75rem;
  margin-top: 1.5rem;
  padding: 0;
  border: 0;
}
.inquiry__modal-radio-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem;
  padding-right: 0.625rem;
  border-radius: 2rem;
  background-color: rgb(171, 163, 143);
}
.inquiry__modal-radio-item p {
  padding: 0 0 1px;
  font-family: "natom-pro", sans-serif;
  font-size: 0.75rem;
  line-height: 1em;
  font-weight: 300;
}
.inquiry__modal-radio-item:hover {
  cursor: pointer;
}
.inquiry__modal-radio-item:has(input:checked) {
  background-color: rgb(233, 167, 81);
}
.inquiry__modal-radio-item input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: rgb(36, 32, 29);
  cursor: pointer;
  display: block;
  transition: background-image 150ms ease-in-out;
}
.inquiry__modal-radio-item input:checked {
  background-image: radial-gradient(circle at center, rgb(233, 167, 81) 0, rgb(233, 167, 81) 2px, transparent 2.5px);
  background-position: center;
  background-repeat: no-repeat;
}
.inquiry__modal-radio-desc {
  flex: 100%;
}
@media only screen and (min-width : 768px) {
  .inquiry__modal-radio-desc {
    flex: none;
  }
}
.inquiry__modal-checkbox-and-button {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5rem;
  margin-top: 2.5rem;
}
@media only screen and (min-width : 1024px) {
  .inquiry__modal-checkbox-and-button {
    margin-top: 1.5rem;
  }
}
.inquiry__modal-checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  margin-top: 1rem;
}
.inquiry__modal-checkbox-wrapper input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 1px solid rgb(171, 163, 143);
  background-color: transparent !important;
  cursor: pointer;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: border-color 300ms ease;
  margin: 0;
}
.inquiry__modal-checkbox-wrapper input[type=checkbox]:checked {
  border-color: rgb(233, 167, 81);
}
.inquiry__modal-checkbox-wrapper input[type=checkbox]:checked::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: rgb(233, 167, 81);
  border-radius: 50%;
}
.inquiry__modal .mad {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}
.inquiry__success {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 60vh;
  gap: 1rem;
}
.inquiry__success p {
  color: rgb(198, 111, 92);
  font-family: "Hedvig Letters Serif", sans-serif;
  font-size: 24px;
}
@media only screen and (min-width : 768px) {
  .inquiry__success p {
    font-size: 30px;
  }
}

.intro-overlay {
  position: fixed;
  inset: 0;
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F9F7F0;
  opacity: 1;
  transition: opacity 700ms ease;
}
.intro-overlay.intro--hidden {
  opacity: 0;
  pointer-events: none;
}
.intro-overlay .intro-content {
  text-align: center;
  padding: 2rem;
}
.intro-overlay .intro-head {
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.06em;
  color: #222;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 800ms ease, transform 800ms ease;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Natom Pro", sans-serif;
}
@media only screen and (min-width : 768px) {
  .intro-overlay .intro-head {
    font-size: 22px;
  }
}
.intro-overlay .intro-head--desktop {
  display: none;
}
@media only screen and (min-width : 768px) {
  .intro-overlay .intro-head--desktop {
    display: block;
  }
}
.intro-overlay .intro-head--mobile {
  display: block;
}
@media only screen and (min-width : 768px) {
  .intro-overlay .intro-head--mobile {
    display: none;
  }
}
.intro-overlay.intro--text-visible .intro-head {
  opacity: 1;
  transform: translateY(0);
}

.wipe-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 400ms ease, visibility 400ms ease;
}
.wipe-overlay.wipe--revealing .button-wrapper,
.wipe-overlay.wipe--revealing .button_bg {
  opacity: 0;
  transition: opacity 300ms ease;
  pointer-events: none;
}
.wipe-overlay.wipe--cleared {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.wipe-overlay #wipe-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  touch-action: none;
  cursor: grab;
}
.wipe-overlay:active #wipe-canvas, .wipe-overlay.wipe--cleared #wipe-canvas {
  cursor: grabbing;
}
.wipe-overlay[aria-hidden=true] {
  pointer-events: none;
}
.wipe-overlay .button-wrapper {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.wipe-overlay .button-wrapper button {
  pointer-events: auto;
}
@media only screen and (min-width : 1200px) {
  .wipe-overlay .button-wrapper {
    bottom: 100px;
  }
}
.wipe-overlay .button_bg {
  width: 100%;
  min-height: 200px;
  position: absolute;
  bottom: 0;
  left: 50%;
  pointer-events: none;
}
@media only screen and (min-width : 1024px) {
  .wipe-overlay .button_bg {
    width: 50%;
  }
}

body.no-scroll {
  overflow: hidden;
  height: 100vh;
}

body .homeHero_menu,
body .homeHero_sliderArrow,
body .swiper-slide-text,
body .homeHero_about,
body .homeHero_foreground,
body .mapPin_section,
body .footer {
  transition: opacity 1200ms ease, visibility 1200ms ease;
}
body.is-wiping .homeHero_menu,
body.is-wiping .homeHero_sliderArrow,
body.is-wiping .swiper-slide-text,
body.is-wiping .homeHero_about,
body.is-wiping .homeHero_foreground,
body.is-wiping .mapPin_section,
body.is-wiping .footer {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.headerAlt {
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media only screen and (min-width : 768px) {
  .headerAlt {
    padding: 1.5rem 2.5rem;
  }
}
.headerAlt_content {
  width: 100%;
  max-width: 85rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerAlt_logo {
  width: 4.5rem;
}
@media only screen and (min-width : 360px) {
  .headerAlt_logo {
    width: 8rem;
  }
}
@media only screen and (min-width : 768px) {
  .headerAlt_logo {
    width: 12.5rem;
  }
}
.headerAlt_logoSource {
  width: 100%;
  height: auto;
}

.footer {
  padding-top: 2.5rem;
}
.footer--floored {
  position: relative;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
}
.footer_content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  padding: 2rem 0 3rem 0;
}
@media only screen and (min-width : 1024px) {
  .footer_content {
    flex-direction: row;
    justify-content: center;
    gap: 5rem;
  }
}
.footer_contentSocialsInner {
  display: flex;
  gap: 1rem;
}
.footer_contentSocialsInnerItem {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 1.125rem;
  background-color: rgb(36, 32, 29);
  background-position: center;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  transition: 250ms ease-in-out;
}
.footer_contentSocialsInnerItem:hover {
  background-color: rgb(198, 111, 92);
}
.footer_contentLogos {
  display: flex;
  gap: 2rem;
}
.footer_contentLogos a {
  text-decoration: none;
}
.footer_contentLogos img {
  height: 38px;
}
.footer_credits {
  width: 100%;
  padding: 2rem;
  background-color: rgb(36, 32, 29);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media only screen and (min-width : 1024px) {
  .footer_credits {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer_creditsLinksAndCopy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media only screen and (min-width : 1024px) {
  .footer_creditsLinksAndCopy {
    flex-direction: row-reverse;
  }
}
.footer_creditsLinks {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.footer_creditsLinksDelimiter {
  display: none;
  color: white;
}
@media only screen and (min-width : 1024px) {
  .footer_creditsLinksDelimiter {
    display: inline-block;
  }
}
.footer_creditsLinks a {
  color: white;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: light;
}
@media only screen and (min-width : 1024px) {
  .footer_creditsLinks {
    flex-direction: row;
  }
}
.footer_creditsCopy {
  color: white;
  opacity: 0.6;
  font-size: 12px;
}
.footer_creditsCreatedBy {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}
.footer_creditsLogo {
  height: 0.625rem;
}

.mapPin_section + .footer--floored {
  margin-top: -100vw;
}
@media only screen and (min-width : 768px) {
  .mapPin_section + .footer--floored {
    margin-top: -37rem;
  }
}

.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
  z-index: 0;
}
.container--fullwidth {
  max-width: 100%;
  padding: 0;
}
@media only screen and (min-width : 1440px) {
  .container {
    padding: 0;
  }
}

.homeHero_section {
  position: relative;
  margin-bottom: 6rem;
}
@media only screen and (min-width : 1024px) {
  .homeHero_section {
    margin-bottom: 2rem;
  }
}
.homeHero_content {
  display: flex;
  flex-direction: column;
}
.homeHero_menu {
  position: absolute;
  z-index: 101;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 2rem;
  max-width: 1920px;
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4rem 1rem;
}
@media only screen and (min-width : 1024px) {
  .homeHero_menu {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width : 1200px) {
  .homeHero_menu {
    top: 3.5rem;
    padding: 0 3rem;
    gap: 0;
  }
}
.homeHero_menuAction {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.homeHero_menuLogo {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  order: 1;
  grid-column: span 2;
  padding-top: clamp(0rem, 3vh, 2rem);
}
@media only screen and (min-width : 1024px) {
  .homeHero_menuLogo {
    order: initial;
    grid-column: auto;
    padding-top: clamp(2rem, 7vh, 4rem);
  }
}
.homeHero_menuLogoSource {
  position: absolute;
  width: auto;
  height: clamp(4.5rem, 9vh, 7rem);
  transition: opacity 500ms ease-in-out;
}
@media only screen and (min-width : 768px) {
  .homeHero_menuLogoSource {
    height: clamp(5rem, 11vh, 8rem);
  }
}
@media only screen and (min-width : 1200px) {
  .homeHero_menuLogoSource {
    height: clamp(6rem, 13vh, 10rem);
  }
}
.homeHero_menuLogoSource.logo--black {
  opacity: 1;
}
.homeHero_menuLogoSource.logo--white {
  opacity: 0;
}
.homeHero_foreground {
  position: absolute;
  z-index: 100;
  display: none;
}
@media only screen and (min-width : 1200px) {
  .homeHero_foreground {
    display: block;
    top: 35rem;
    left: 0;
  }
}
@media only screen and (min-width : 1600px) {
  .homeHero_foreground {
    width: 12.5rem;
  }
}
@media only screen and (min-width : 1800px) {
  .homeHero_foreground {
    width: 22.5rem;
  }
}
.homeHero_section {
  background-position: top right;
  background-repeat: no-repeat;
  background-image: url(../../files/background-ellipse-mobile.svg);
  background-size: 120%;
}
@media only screen and (min-width : 360px) {
  .homeHero_section {
    background-size: 135%;
  }
}
@media only screen and (min-width : 360px) {
  .homeHero_section {
    background-size: 130%;
  }
}
@media only screen and (min-width : 420px) {
  .homeHero_section {
    background-size: 125%;
  }
}
@media only screen and (min-width : 480px) {
  .homeHero_section {
    background-size: 105%;
  }
}
@media only screen and (min-width : 568px) {
  .homeHero_section {
    background-size: 100%;
  }
}
@media only screen and (min-width : 768px) {
  .homeHero_section {
    background-size: 75%;
  }
}
@media only screen and (min-width : 1024px) {
  .homeHero_section {
    background-image: url(../../files/background-ellipse.svg);
    background-size: 105%;
  }
}
@media only screen and (min-width : 1200px) {
  .homeHero_section {
    background-size: auto;
  }
}
@media only screen and (min-width : 1800px) {
  .homeHero_section {
    background-size: 65%;
  }
}
@media only screen and (min-width : 2200px) {
  .homeHero_section {
    background-size: auto 90%;
  }
}
.homeHero_slider {
  position: relative;
  margin-bottom: 3.5rem;
  padding: 1rem 1rem 0;
  cursor: grab;
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (min-width : 1200px) {
  .homeHero_slider {
    padding: 2rem 2rem 0;
  }
}
.homeHero_sliderArrow {
  position: absolute;
  z-index: 102;
  bottom: -2.75rem;
  left: 50%;
  width: 6rem;
  height: 6rem;
  padding: 0.25rem;
  border-radius: 100%;
  mix-blend-mode: exclusion;
  transform: translateX(-50%);
  animation: bounce 3s infinite cubic-bezier(0.47, 0, 0.74, 0.71);
}
@keyframes bounce {
  0% {
    transform: translateX(-50%) translateY(0);
  }
  60% {
    transform: translateX(-50%) translateY(1rem);
  }
  100% {
    transform: translateX(-50%) translateY(0);
  }
}
.homeHero_about {
  max-width: 980px;
  margin: 60px auto;
  padding: 0 30px;
}
.homeHero_about h3 p {
  font-size: 28px;
  color: #C09746;
  font-family: "Hedvig Letters Serif", sans-serif;
  margin: 20px 0;
  line-height: 33px;
}
@media only screen and (min-width : 1200px) {
  .homeHero_about h3 p {
    font-size: 38px;
    line-height: 50px;
  }
}
.homeHero_about p {
  font-size: 16px;
  color: rgb(74, 73, 71);
  margin: 80px 0 40px 0;
  line-height: 29px;
  font-family: "DM Sans", sans-serif;
}

.mapPin_section {
  position: relative;
  padding-top: 8rem;
}
@media only screen and (min-width : 1024px) {
  .mapPin_section {
    padding-top: 0;
  }
}
.mapPin_section *:not(p) {
  line-height: 0;
}
.mapPin_revealImage {
  text-align: center;
  position: relative;
}
.mapPin_revealLabel {
  position: absolute;
  text-align: left;
  z-index: 10;
  letter-spacing: 6%;
  left: 50%;
  transform: translateX(-50%);
  top: -12rem;
}
@media only screen and (min-width : 1024px) {
  .mapPin_revealLabel {
    top: 10rem;
    transform: translateX(-29rem);
  }
}
.mapPin_label {
  position: relative;
}
.mapPin_label p {
  margin: 25px 0;
}
.mapPin_image {
  height: 210vw;
  max-height: 90rem;
  max-width: 70rem;
  object-position: left;
  object-fit: cover;
  margin-left: -5rem;
}
@media only screen and (min-width : 1024px) {
  .mapPin_image {
    margin-left: 25vw;
  }
}

.textRich_section {
  padding: 4rem 0;
  margin-bottom: 25rem;
}
@media only screen and (min-width : 1024px) {
  .textRich_section {
    padding-bottom: 4rem;
    margin-bottom: 4rem;
  }
}
.textRich_content {
  width: 100%;
  max-width: 61.25rem;
  margin-left: auto;
  margin-right: auto;
}
.textRich_title {
  width: 100%;
  padding-bottom: 4rem;
}
.textRich_titleHeading {
  width: 100%;
  text-align: center;
}

.hidden {
  display: none !important;
}

.max-w-40 {
  max-width: 40rem;
}

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