/*! purgecss start ignore */
@import url("https://fonts.googleapis.com/css2?family=Bellefair&family=Karla:ital,wght@0,200..800;1,200..800&family=Meie+Script&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  list-style: none;
}

a {
  color: inherit;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

input, button, select, textarea {
  font: inherit;
  background-color: unset;
  border: unset;
}

img, video {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 0;
}

body {
  color: #808080;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: #FCF9F7;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  font-size-adjust: none;
  font-family: "Karla", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  font-size: calc(1.025rem + 0.3111111111vw);
}
@media (min-width: 1800px) {
  body {
    font-size: 1.375rem;
  }
}
body.stop-scroll {
  overflow: hidden;
}
body.stop-scroll .menu_bar {
  overflow-x: hidden;
  overflow-y: scroll;
}
body.stop-scroll .menu_button_container {
  overflow-x: hidden;
  overflow-y: scroll;
}
body.stop-scroll #main {
  overflow: hidden;
}

/*! purgecss end ignore */
/*! purgecss start ignore */
#cursor {
  z-index: 99999;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: fixed;
  -webkit-perspective: 800px;
          perspective: 800px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
#cursor .inner {
  position: relative;
  top: -15px;
  left: -15px;
  width: 30px;
  height: 30px;
  -webkit-transform-style: flat;
          transform-style: flat;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: 2px solid #DBB823;
  border-radius: 50%;
  -webkit-transition: top 0.25s ease, left 0.25s ease, width 0.25s ease, height 0.25s ease;
  transition: top 0.25s ease, left 0.25s ease, width 0.25s ease, height 0.25s ease;
}
@media not all and (hover: none) {
  #cursor.moved {
    opacity: 1;
  }
  #cursor.active .inner {
    top: -22.5px;
    left: -22.5px;
    width: 45px;
    height: 45px;
  }
}

#smooth-content.active {
  will-change: transform;
  -webkit-transform-style: flat;
          transform-style: flat;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

#main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sections-inclusion {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

h1, h2, h3, h4, h5, h6, ._title {
  color: #8E423A;
  font-family: "Bellefair", serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.1;
  font-size: calc(1.1625rem + 2.0222222222vw);
}
@media (min-width: 1800px) {
  h1, h2, h3, h4, h5, h6, ._title {
    font-size: 3.4375rem;
  }
}

._subtitle {
  color: #8E423A;
  font-family: "Meie Script", "cursive";
  font-weight: 400;
  line-height: 1.15;
  font-size: calc(1.1208333333rem + 1.5037037037vw);
}
@media (min-width: 1800px) {
  ._subtitle {
    font-size: 2.8125rem;
  }
}
._subtitle > div:not(:first-of-type) {
  margin-top: -0.2em;
}

._text {
  font-family: "Karla", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  font-size: calc(1.025rem + 0.3111111111vw);
}
@media (min-width: 1800px) {
  ._text {
    font-size: 1.375rem;
  }
}
._text p {
  min-height: 1.2em;
}

/*! purgecss end ignore */
.init_background {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  width: 100svw;
  height: 100vh;
  height: 100svh;
  z-index: 9999;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: flat;
          transform-style: flat;
  background-color: #EDDFD4;
}
.init_background.init {
  pointer-events: none;
  -webkit-animation: intro 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
          animation: intro 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
}
@-webkit-keyframes intro {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes intro {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.scrollbar_overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  pointer-events: none;
  width: 100vw;
  height: 100svh;
}

/*! purgecss start ignore */
._cta {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  background-color: transparent;
  cursor: pointer;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Bellefair", serif;
  line-height: 1.1;
  border-radius: 9999px;
  letter-spacing: 0.05em;
  font-size: calc(1.025rem + 0.3111111111vw);
}
@media (min-width: 1800px) {
  ._cta {
    font-size: 1.375rem;
  }
}
._cta::before {
  content: "";
  position: absolute;
  z-index: 3;
  border: 1.5px solid #FCF9F7;
  border-radius: 9999px;
  width: calc(100% - 0.6em - 2px);
  height: calc(100% - 0.6em - 2px);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
._cta ._button_text {
  padding: 0.55em 1.4em 0.4em;
  border-radius: 9999px;
  border: 2px solid;
}
._cta ._button_text._bottom {
  position: relative;
  border-color: #DBB823;
  background-color: #DBB823;
  color: #FCF9F7;
}
._cta ._button_text._top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-color: #DBB823;
  background-color: #FCF9F7;
  color: #DBB823;
}
._cta._image_cta::before {
  content: unset;
}
._cta._image_cta ._button_text {
  padding: 0 0.15em;
}
._cta._image_cta ._button_text ._button_image {
  height: 2.15em;
  width: auto;
  opacity: 0;
  pointer-events: none;
}
._cta._image_cta ._button_text ._button_image_mask {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-size: auto 70%;
          mask-size: auto 70%;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
._cta._image_cta ._button_text._bottom ._button_image_mask {
  background-color: #FCF9F7;
}
._cta._image_cta ._button_text._top ._button_image_mask {
  background-color: #DBB823;
}
._cta:hover ._button_text._top {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
._cta._inverted ._button_text._bottom {
  border-color: #8E423A;
  background-color: #8E423A;
  color: #FCF9F7;
}
._cta._inverted ._button_text._top {
  border-color: #8E423A;
  background-color: #FCF9F7;
  color: #8E423A;
}
._cta._inverted._image_cta ._button_text._bottom ._button_image_mask {
  background-color: #FCF9F7;
}
._cta._inverted._image_cta ._button_text._top ._button_image_mask {
  background-color: #8E423A;
}
@media (max-width: 768px) {
  ._cta ._button_text {
    border: 1px solid;
  }
}

/*! purgecss end ignore */
/*# sourceMappingURL=maps/main.css.map */
