:root {
  --white-smoke: #faf8f6;
  --brown: #834c4c;
  --indian-red: #b76262;
  --grey: #857e73;
  --light-pink: #dda8a8;
  --linen: #f3eee8;
  --lavender-blush: #f0e1e1;
  --silver: #d1c8bc;
  --floral-white: #fdf9f4;
  --dim-grey: #544b42;
  --maroon: #613637;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--white-smoke);
  color: #463e37;
  font-family: Quicksand, sans-serif;
  font-size: 14px;
  line-height: 1.6em;
}

h1 {
  color: var(--brown);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sfizia, Times New Roman, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}

h2 {
  color: #5f5953;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sfizia, Times New Roman, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.3;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sfizia, Times New Roman, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.3em;
}

h4 {
  color: var(--indian-red);
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3em;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3em;
}

p {
  color: var(--grey);
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

a {
  color: var(--indian-red);
  text-decoration: none;
  transition: all .2s;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid var(--light-pink);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Sfizia, Times New Roman, sans-serif;
  font-size: 25px;
  line-height: 1.5;
}

.styleguide-sidepanel {
  background-color: #fff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-direction: column;
  align-items: stretch;
  width: 15%;
  height: 100vh;
  padding: 10px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, .14);
}

.text-link {
  color: #1c4ed8;
  margin-bottom: 35px;
  text-decoration: none;
}

.text-link:hover {
  text-shadow: 1px 1px 6px rgba(28, 78, 216, .47);
}

.text-link.w--current {
  color: #4d18ff;
}

.styleguide-logo {
  margin-top: 20px;
  margin-bottom: 20px;
}

.form-label {
  text-transform: none;
  font-weight: 500;
}

.form-label.tagline.opac-0 {
  display: none;
}

.bg-dark {
  background-color: var(--grey);
}

.pill {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: #f0e1e1;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: rgba(131, 76, 76, .77);
  border: 1px solid rgba(221, 168, 168, .09);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: -8px;
  padding: 6px 15px;
  font-size: 10px;
  font-weight: 600;
  transition: all .2s;
  display: flex;
}

.pill.md-optional {
  color: #313131;
  background-color: #fafafa;
}

.pill.text-primary {
  background-color: var(--linen);
  color: var(--brown);
  background-image: linear-gradient(#f3eee8, #f3eee8);
  border-color: #dda8a8;
  font-size: 10px;
  font-weight: 400;
}

.pill.text-primary.no-top-ad {
  margin-top: 0;
}

.pill.text-primary.no-top-ad:hover {
  background-color: var(--indian-red);
  color: var(--white-smoke);
}

.pill.text-primary.hover-state:hover {
  background-color: var(--indian-red);
  color: var(--lavender-blush);
}

.pill.top-pad {
  margin-bottom: -36px;
  font-weight: 400;
}

.pill.blog-label {
  background-color: rgba(221, 168, 168, .46);
  background-image: url('../images/9310127_star_sparkle_stars_sparkles_icon.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-top: 20px;
  margin-right: 20px;
  padding-right: 40px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.pill.blog-label.is_howtobook {
  background-color: rgba(131, 76, 76, .73);
  background-image: url('../images/-icon-_person__1-icon-_person_.png');
}

.bg-light {
  background-color: var(--linen);
}

.bg-light.pt-10.pb-10 {
  background-image: url('../images/blush-strong.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.bg-lighter {
  background-color: var(--white-smoke);
}

.bg-base {
  background-color: var(--silver);
}

.bgp-lighter {
  background-color: var(--lavender-blush);
}

.bgp-light {
  background-color: var(--light-pink);
}

.bgp-base {
  background-color: #b76262;
}

.bgp-dark {
  background-color: var(--brown);
}

.text-lighter {
  color: #fff;
}

.text-lighter.text-center.mt-2-5.text-s {
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
}

.text-light {
  color: var(--floral-white);
}

.text-light.tagline {
  letter-spacing: 3px;
}

.text-2xs {
  font-size: .5rem;
}

.text-ch-max50 {
  max-width: 50ch;
}

.text-ch-max25 {
  max-width: 25ch;
}

.text-no-wrap {
  white-space: nowrap;
}

.wrapper.sidebar-gerecht.hero-edit {
  position: absolute;
}

.wrapper.form-container {
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  border: 1px solid rgba(221, 168, 168, .34);
  border-radius: 20px;
  padding: 30px 20px 10px;
}

.wrapper.text-center.flex-verti-cc {
  align-items: flex-start;
}

.wrapper.button-array {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.btn {
  border: 1px solid var(--silver);
  background-color: var(--grey);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 20px;
  padding: 12px 30px 10px;
  font-size: 11px;
  font-weight: 400;
  transition: all .3s;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
}

.btn:hover {
  border-color: var(--grey);
  background-color: var(--dim-grey);
  transform: scale(1.02)translate(0, -3px);
}

.btn.outline {
  border-color: var(--silver);
  color: var(--grey);
  background-color: rgba(29, 78, 216, 0);
}

.btn.outline:hover {
  background-color: var(--grey);
  color: var(--floral-white);
}

.btn.outline.misc {
  background-color: rgba(183, 98, 98, 0);
}

.btn.outline.misc:hover {
  background-color: var(--indian-red);
}

.btn.white {
  color: #303030;
  background-color: #fff;
  border-color: #e6e6e6;
  font-weight: 500;
}

.btn.white.outline {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
}

.btn.white.outline.mt-5 {
  color: #fff;
}

.btn.white.text {
  color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
}

.btn.white.text:hover {
  color: var(--lavender-blush);
}

.btn.white.text.footer {
  perspective-origin: 0%;
  color: var(--lavender-blush);
  text-shadow: 0 1px 20px rgba(0, 0, 0, .2);
  border-left-color: rgba(187, 169, 169, .2);
  border-radius: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 10px;
  font-weight: 400;
  box-shadow: -15px 0 20px -12px rgba(255, 255, 255, 0), 0 2px 5px rgba(0, 0, 0, 0);
}

.btn.white.text.footer:hover {
  color: #fff;
  text-shadow: 0 1px 20px #fff;
  border-left: 2px solid #fff;
  box-shadow: -15px 0 20px -12px rgba(255, 255, 255, .23), 0 2px 5px rgba(0, 0, 0, 0);
}

.btn.white.text.footer.menu-btn.no-line {
  border-left-style: none;
}

.btn.white.text.xs {
  padding-top: 0;
  padding-bottom: 0;
  font-size: .4rem;
}

.btn.white.text.xs:hover {
  color: #fff;
  transform: scale(1.1);
}

.btn.white.text.muses {
  outline-offset: 0px;
  border-style: none;
  border-color: rgba(255, 255, 255, 0);
  outline: 3px rgba(0, 0, 0, .1);
  margin-top: 10px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 10vw;
}

.btn.white.mt-5 {
  color: var(--brown);
}

.btn.white.mt-5:hover {
  background-color: var(--lavender-blush);
}

.btn.text {
  color: #544f47;
  text-align: left;
  text-shadow: 0 1px 20px var(--white-smoke);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
}

.btn.text:hover {
  color: var(--dim-grey);
  border-color: rgba(88, 88, 88, 0);
  transform: scale(1.02);
}

.btn.text.w--current {
  color: #201d18;
  font-weight: 400;
}

.btn.text.hide-mob:hover {
  color: var(--indian-red);
}

.btn.misc {
  border-color: var(--light-pink);
  background-color: var(--brown);
  color: #fff;
}

.btn.misc:hover {
  background-color: var(--brown);
}

.btn.misc.outline {
  color: var(--indian-red);
}

.btn.misc.outline:hover {
  color: var(--white-smoke);
}

.btn.misc.outline.w--current {
  background-color: var(--indian-red);
  color: var(--floral-white);
}

.btn.misc.mt-10.booking-button {
  width: 100%;
}

.social-links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

._w-20 {
  width: 20px;
}

._w-50 {
  width: 50px;
}

._w-100vw {
  width: 100vw;
}

._w-100vw.link {
  text-decoration: none;
}

.h-10vh {
  height: 10vh;
}

.h-20vh {
  height: 20vh;
}

.h-25vh {
  height: 25vh;
}

.h-50vh {
  height: 50vh;
}

.h-75vh {
  height: 75vh;
}

.h-100vh {
  height: 100vh;
}

.flex-verti-cc {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-verti-cc.card {
  padding: 29px;
}

.flex-horiz-dist-ce {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flex-horiz-dist-ce.wid-100 {
  min-width: 100%;
}

.flex-verti-end-st {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.flex-horiz-c-start {
  align-items: center;
  display: flex;
}

.flex-horiz-cc {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-horiz-cc.gap-20.anchor-right {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.flex-horiz-cc.gap-20.anchor-right.mob-horiz {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.flex-verti-ss {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pos-relat {
  position: relative;
}

.opac-40 {
  opacity: .4;
}

.opac-60 {
  opacity: .6;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  min-height: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.py-10vh.vh-stretch.bg-light {
  margin-top: -74px;
}

.section.py-10vh.md-more-padding {
  padding-top: 20vh;
  overflow: visible;
}

.section.vh-stretch.overflow-ok {
  padding-top: 15vh;
  overflow: visible;
}

.section.vh-stretch.overflow-ok.bg-light {
  min-height: 200vh;
}

.section.bg-light.py-10vh.min-h100 {
  min-height: 100vh;
}

.section.muses-section {
  background-image: url('../images/blush-strong.png');
  background-position: 50% -3%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
}

.section.muses-section.overflow-ok {
  background-image: none;
  overflow: visible;
}

.section.overflow-ok {
  overflow: visible;
}

.container {
  grid-template: "."
                 "Area"
                 / 1fr;
  grid-auto-columns: 1fr;
  width: 80vw;
  max-width: 1080px;
  min-height: 5px;
  display: flex;
}

.container.pos-relat {
  z-index: 1;
}

.container.pos-relat.bot-line {
  border: 1px #000;
}

.container.pos-relat.card.gap-20.mt-10 {
  padding-top: 50px;
}

.container.flex-horiz-dist-ce {
  justify-content: flex-start;
}

.container.flex-horiz-dist-ce.menubar {
  border-bottom: 1px solid var(--silver);
  background-color: var(--white-smoke);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: radial-gradient(circle at 70%, rgba(250, 248, 246, .36), rgba(0, 0, 0, 0) 69%), radial-gradient(circle at 30%, rgba(250, 248, 246, .58), rgba(255, 255, 255, 0) 78%);
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  width: 100vw;
  min-height: 60px;
  padding-left: 3vw;
  padding-right: 3vw;
}

.container.pt-5.opac-40.cities-container {
  flex-direction: column;
}

.container.card {
  position: relative;
}

.container.card.bgp-dark {
  background-color: var(--maroon);
}

.container.card.bgp-dark.footer {
  background-color: rgba(97, 54, 55, .67);
  background-image: radial-gradient(circle at 50% 0, rgba(240, 225, 225, .13), rgba(0, 0, 0, 0) 31%);
  flex-direction: column;
  margin-bottom: -20px;
}

.container.card.bgp-base {
  background-color: var(--indian-red);
}

.container.card.bgp-base.p-10 {
  padding: 50px 40px 40px;
}

.container.card.bgp-base.p-10.flex-verti-cc {
  padding-top: 100px;
  padding-bottom: 80px;
}

.container.hi-z {
  z-index: 3;
  position: relative;
}

.container.muses-edit {
  margin-top: -103px;
}

.container.menucont {
  display: none;
}

.container.blog-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container.md-z_high {
  z-index: 100;
  position: relative;
}

.col {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  perspective: 1000px;
  flex-direction: column;
  width: 100%;
  min-height: 10px;
  display: flex;
}

.col._w-75pct {
  width: 75%;
}

.col.flex-verti-st-c {
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
}

.col.flex-verti-st-c.review {
  min-width: 500px;
}

.col.flex-verti-ss.line-right {
  border-right: 1px solid var(--silver);
  width: 90%;
  margin-right: 40px;
  padding-right: 20px;
}

.col.flex-verti-ss.line-right.pt-10vh {
  border-right-style: none;
  padding-top: 10vh;
  padding-right: 25px;
}

.col.flex-verti-ss.pt-10vh {
  padding-top: 10vh;
}

.col.flex-verti-ss.wid-30 {
  grid-row-gap: 5px;
  justify-content: center;
  width: 30%;
}

.col.flex-horiz-dist-ce {
  flex-direction: row;
}

.col.card {
  margin-left: -20px;
}

.col.card.pr-10 {
  margin-left: -60px;
  padding: 40px 60px 60px;
}

.col.py-2-5.flex-horiz-cc, .col.flex-horiz-c-start {
  flex-direction: row;
}

.col.text-right.flex-verti-end-st {
  align-items: flex-end;
}

.col.tab-pane-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.col._2nd {
  margin-top: 35vh;
}

.col.no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.col.flex-verti-end-st {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
}

.col.muse-card {
  max-width: 1080px;
}

.col.muse-card.service-card {
  width: 80vw;
}

.py-2-5 {
  padding-top: .625rem;
  padding-bottom: .625rem;
}

.pt-2-5 {
  padding-top: .625rem;
}

.p-5 {
  padding: 1.5rem;
}

.py-5 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pt-5 {
  padding-top: 1.5rem;
}

.pr-5 {
  padding-right: 1.5rem;
}

.pb-5 {
  padding-bottom: 1.5rem;
}

.pl-5 {
  padding-left: 1.5rem;
}

.p-10 {
  padding: 2.5rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.mt-2-5 {
  margin-top: .625rem;
}

.m-5 {
  margin: 1.5rem;
}

.my-5 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mt-5 {
  margin-top: 1.5rem;
}

.mr-5 {
  margin-right: 1.5rem;
}

.mb-5 {
  margin-bottom: 1.5rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.invert {
  filter: invert();
}

.z-10 {
  z-index: 10;
  position: relative;
}

.stretch100x100 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 200px;
  min-width: 100%;
  height: 600px;
  min-height: 100%;
}

.stretch100x100.scroll-deep {
  object-fit: cover;
  object-position: 50% 50%;
}

.stretch100x100.scroll-deep.a-t {
  object-fit: cover;
  object-position: 50% 0%;
}

.stretch100x100.scroll-deep.a-t.nodeep {
  min-width: 100%;
}

.stretch100x100._2ndpic {
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-primary {
  color: var(--indian-red);
}

.text-dark {
  color: var(--grey);
}

.icon {
  font-size: 1rem;
  line-height: 0;
}

.icon-link {
  opacity: .7;
  padding: 7px;
  transition: all .2s;
}

.icon-link:hover {
  opacity: 1;
  transform: scale(1.05);
}

.gap-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.form-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--silver);
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  min-width: 10vw;
  height: 50px;
  margin-bottom: 0;
  font-size: 14px;
  transition: all .2s;
}

.form-field:hover {
  border-color: #9c9c9c #9c9c9c var(--indian-red);
  color: var(--grey);
}

.form-field:focus {
  border-bottom-color: var(--indian-red);
  color: var(--indian-red);
}

.form-field::placeholder {
  color: var(--indian-red);
  letter-spacing: 2px;
  text-transform: none;
  font-size: 13px;
  line-height: 15px;
}

.form-field.mr-5.text-lighter.md-outline {
  background-color: rgba(255, 255, 255, 0);
}

.form-field.higher {
  height: 100px;
  padding-top: 71px;
  display: flex;
}

.form-field.text-lighter {
  border-bottom-color: var(--light-pink);
  opacity: .8;
  color: var(--floral-white);
}

.form-field.text-lighter:hover {
  border-bottom-color: var(--lavender-blush);
  opacity: 1;
}

.form-field.text-lighter:focus {
  color: #fcf8f3;
}

.form-field.text-lighter::placeholder {
  color: #fff;
}

.form-field.text-lighter.md-outline {
  background-color: rgba(255, 255, 255, 0);
}

.flex-horiz-cc-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.gap-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.dropdown {
  height: 50px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.tagline {
  letter-spacing: 5px;
  text-transform: uppercase;
  flex-direction: row;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  position: static;
}

.tagline.text-2xs {
  font-size: 6px;
}

.tagline.text-2xs.text-light {
  font-size: 14px;
}

.tagline.subtitle {
  letter-spacing: 10px;
  font-size: 12px;
}

.tagline.subtitle.text-primary.text-2xs {
  color: #c27f7f;
  letter-spacing: 5px;
  line-height: 20px;
}

.tagline.sidetag {
  justify-content: flex-end;
  align-items: flex-end;
  width: 200px;
  height: 200px;
  margin-left: -200px;
  padding-bottom: 50px;
  padding-right: 5px;
  font-size: 10px;
  display: flex;
  transform: rotate(-90deg);
}

.tagline.muse-link {
  color: #824c4c;
  font-family: Montserrat medium, sans-serif;
  font-size: .5rem;
  font-weight: 500;
  position: static;
}

.tagline.py-2-5.xs.text-ch-max50.text-center.comp-no-cent {
  text-align: left;
}

.section-brands.section.h-10vh {
  align-items: flex-start;
}

.brands-strip {
  width: 200vw;
}

.brands-strip.flex-horiz-dist-ce {
  max-height: 50px;
}

.brand-logo {
  object-fit: contain;
  max-height: 100%;
}

.hover-slider-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 20px;
  display: flex;
  box-shadow: 3px 50px 40px -6px rgba(0, 0, 0, .1);
}

.hover-slider-wrapper.p-10.bgp-light {
  transform-style: preserve-3d;
  overflow: hidden;
  transform: rotateX(-1deg)rotateY(-1deg)rotateZ(-1deg);
}

.hover-slider-wrapper.p-10.bgp-light.text-lighter {
  background-color: var(--indian-red);
}

.hover-slider-strip {
  display: flex;
  transform: scale(.9);
}

.slider-content-slide {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  min-width: 50vw;
  margin-right: 0;
  display: flex;
}

.namecard {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template: "Area Area-2"
                 "Area Area-3"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.namecard.p-2-5 {
  border: 1px solid var(--lavender-blush);
  background-color: rgba(250, 249, 248, .21);
  border-radius: 10px;
  text-decoration: none;
  transition: all .35s;
  box-shadow: 0 7px 20px -1px rgba(0, 0, 0, 0);
}

.namecard.p-2-5:hover {
  background-color: #faf9f8;
  box-shadow: 0 7px 20px -1px rgba(0, 0, 0, .15);
}

.avatar {
  filter: grayscale();
  width: 70px;
}

.p-2-5 {
  padding: .625rem;
}

.hover-slider-progress-indicator {
  background-color: var(--indian-red);
  width: 50%;
  height: 3px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.py-10vh {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.bg-grad-misc {
  background-image: linear-gradient(rgba(183, 98, 98, .21), rgba(183, 98, 98, .8));
}

.absolute-underlay {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.absolute-underlay.flex-verti-cc.hero {
  justify-content: flex-end;
}

.absolute-underlay.bgprint {
  background-image: url('../images/bg-strip-light.svg'), url('../images/bg-strip-light.svg');
  background-position: 100%, 0%;
  background-repeat: repeat-y, repeat-y;
  background-size: 100px, 100px;
  background-attachment: fixed, fixed;
}

.absolute-underlay.footer-bg {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(131, 76, 76, .6);
  background-image: radial-gradient(circle at 50% 0, rgba(255, 255, 255, .28), rgba(0, 0, 0, 0) 75%), url('../images/group-39845white-splitters.svg'), linear-gradient(rgba(183, 98, 98, 0) 6%, #834c4c);
  background-position: 0 0, 50% -220px, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, auto, auto;
  border-top: 1px solid #faf8f6;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  margin-top: 39vh;
}

.absolute-toplay {
  z-index: 10;
  width: 100%;
  min-width: 20px;
  height: 100%;
  min-height: 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.absolute-toplay.bg-grad-misc.hero {
  background-image: radial-gradient(circle at 50% 0, rgba(40, 30, 30, .28), rgba(0, 0, 0, 0) 42%), linear-gradient(rgba(183, 98, 98, .21), rgba(183, 98, 98, .8));
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.pageloader {
  z-index: 1001;
  background-color: var(--linen);
  background-image: url('../images/blush-strong.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mid-split-aligner {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 15vh;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.mid-split-aligner.bottom {
  align-items: flex-start;
  margin-bottom: -1px;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mid-split-aligner.long {
  height: 25vh;
}

.mid-split-aligner.top {
  align-items: flex-start;
}

.mid-split-icon {
  width: 10px;
  height: 10px;
  min-height: 100%;
  margin-bottom: 45px;
}

.opac-0 {
  opacity: 0;
}

.card {
  background-color: #faf8f6;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 2px 50px rgba(0, 0, 0, .2);
}

.card.p-10 {
  padding-top: 40px;
}

.midsplitter {
  width: 1px;
  min-height: 100%;
}

.midsplitter.bg-base {
  min-width: 1px;
}

.blush {
  filter: blur(100px);
  background-color: rgba(183, 98, 98, .23);
  border-radius: 100%;
  width: 500px;
  min-width: 500px;
  max-width: 500px;
  height: 500px;
  min-height: 500px;
  max-height: 500px;
  position: relative;
  top: -66%;
  left: -30%;
}

.blush.lower {
  margin-top: 203px;
}

.topmenubar.section {
  z-index: 80;
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.topmenubar.section.is-fixed {
  z-index: 110;
  position: fixed;
}

.topmenubar.section.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.brand-link.py-5 {
  grid-column-gap: 5px;
  opacity: .7;
  align-items: center;
  margin-left: -10px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
}

.brand-link.py-5:hover {
  opacity: 1;
}

.brand-link.py-5.md-less_padding.w--current {
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.logo-small {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}

.menu-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  display: flex;
}

.hero.section.h-90vh {
  height: 90vh;
  margin-top: -66px;
}

.image-container {
  border: 3px solid var(--indian-red);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 612.5px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 200px rgba(84, 75, 66, .12);
}

.image-container.scroll-in-animation.absol {
  transition: all .5s;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: -18px 10px 50px rgba(0, 0, 0, .53);
}

.image-container.scroll-in-animation.absol:hover {
  border-color: #824c4c;
}

.image-container.scroll-in-animation.small.blog-post {
  z-index: 2;
  background-image: url('../images/rose-noelle-groeneveld_1.jpg');
  background-position: 50%;
  background-size: cover;
  top: 301px;
  right: 109px;
  overflow: hidden;
}

.image-container.scroll-in-animation.blog-post {
  background-image: url('../images/rose-noelle-groeneveld_2.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: -66px;
  bottom: auto;
  left: auto;
  right: -88px;
  overflow: hidden;
}

.image-container.scroll-in-animation.blog-post.about {
  margin-top: -194px;
  margin-right: -72px;
  top: 0;
  right: -21px;
}

.image-container.small {
  width: 200px;
  height: 350px;
}

.image-container.xsmall {
  width: 12.5vw;
  height: 21.875vw;
}

.image-container.xsmall.aboutedit {
  width: 125px;
  height: 218.75px;
  margin-left: -61px;
}

.image-container-image.stretch100x100 {
  object-fit: cover;
  min-width: 120%;
  min-height: 120%;
}

.section-softner {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-softner.bot-only {
  justify-content: flex-end;
}

.section-softner.hi-z {
  z-index: 0;
}

.section-softner.hi-z.bg-blush {
  background-image: url('../images/blush-strong.png');
  background-position: 20% 0;
  background-repeat: no-repeat;
  background-size: 80vw;
}

.section-softner-board {
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  min-height: 50px;
  box-shadow: 0 9px 100px rgba(0, 0, 0, .2);
}

.section-softner-board.bg-light {
  min-height: 50px;
  margin-top: -1px;
}

.section-softner-board.bg-light.special {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(243, 238, 232, 0);
  background-image: linear-gradient(#f3eee8, rgba(250, 248, 246, .81));
}

.section-softner-board.bg-light.special.cms {
  box-shadow: none;
  filter: blur(9px);
  background-image: linear-gradient(#faf8f6, #f2ede7);
  min-height: 100px;
  margin-bottom: -19px;
}

.section-softner-board.bg-lighter {
  background-color: #faf8f6;
}

.section-softner-board.bottom {
  transform: rotate(180deg);
}

.section-softner-board.bottom.bg-light.special {
  background-color: var(--linen);
  background-image: none;
  margin-bottom: -1px;
}

.faq-small.section.py-10vh.bgp-lighter.diff {
  background-image: linear-gradient(#f0e0e1, #f3eee8);
}

.faq-item {
  border-bottom: 1px #1a242c;
  padding-bottom: 10px;
  position: relative;
}

.faq-top {
  z-index: 1;
  cursor: pointer;
  padding: 0;
  position: relative;
}

.faq-title {
  z-index: 10;
  height: 100%;
  padding: 3rem 7rem 1rem 0;
  position: relative;
}

.faq-single-title {
  border-bottom: 1px solid var(--lavender-blush);
  padding-bottom: 20px;
}

.faq-action-wrapper {
  z-index: 25;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 2rem;
}

.tab-lottie {
  justify-content: center;
  align-items: center;
  width: .875rem;
  display: flex;
}

.faq-bottom {
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.faq-bottom-content {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-bottom-content.pl-5 {
  background-image: url('../images/roze-dot.svg');
  background-position: 0 10px;
  background-repeat: no-repeat;
  background-size: 12px;
}

.div-block-2 {
  padding: 15px;
}

.div-block-2.pill {
  background-color: var(--light-pink);
}

.div-block-3 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.circle {
  z-index: 10;
  background-image: url('../images/circle.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 200px;
  width: 220px;
  height: 380px;
  position: absolute;
  left: 30.2222px;
}

.circle.blogpost {
  z-index: 1;
  top: 313px;
  bottom: auto;
  left: auto;
  right: 65px;
}

.button-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
}

.button-grid.mt-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 40px 1fr;
}

.subtitle {
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4em;
}

.grid-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.slider-wrapper {
  margin-left: 0;
  padding-top: 60px;
  padding-bottom: 48px;
  overflow: hidden;
}

.slide-nav {
  filter: brightness(61%) sepia(38%);
  display: block;
  top: auto;
  bottom: 0%;
  left: 12.3vw;
  right: auto;
}

.muse-mask {
  width: 50%;
  max-width: 800px;
  overflow: visible;
}

.muse-slide {
  max-width: 30vw;
  margin-right: 20px;
}

.slider-arrow {
  border: 1px solid var(--light-pink);
  opacity: .42;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: -72px;
  transition: all .2s;
  display: flex;
  top: auto;
  bottom: 0;
  left: auto;
  right: auto;
  box-shadow: 0 9px 20px rgba(231, 162, 162, .1);
}

.slider-arrow:hover {
  opacity: .78;
}

.slider-arrow.right {
  margin-left: 0;
  margin-right: -72px;
}

.slider-arrow-icon {
  width: 16px;
  height: 16px;
}

.muse-card-slider {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: -145px;
  display: flex;
}

.muse-card-slider.pos-relat {
  min-height: 600px;
  margin-left: 0;
}

.muse-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-load-bottom {
  z-index: 25;
  background-color: #fff;
  height: 50%;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-load-bottom.grey {
  background-color: #f7f8fc;
}

.location-image {
  object-fit: cover;
  width: 100%;
  height: 110%;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.location-image.imj {
  justify-content: center;
  align-items: center;
  display: flex;
}

.muse-card-wrapper {
  color: #fff;
  border-radius: 3px;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 550px;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gradient-overlay {
  background-image: linear-gradient(to bottom, rgba(15, 19, 38, 0) 35%, var(--maroon));
  opacity: 1;
  transition: all .3s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gradient-overlay:hover {
  opacity: .49;
}

.background-load-top {
  z-index: 25;
  background-color: #fff;
  height: 50%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.background-load-top.grey {
  background-color: #f7f8fc;
}

.muse-copntent {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  align-items: center;
  justify-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 129px;
  display: grid;
  position: relative;
}

.muses-softner {
  z-index: 1;
  background-color: var(--linen);
  border-radius: 100%;
  min-width: 120%;
  height: 100px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -10%;
  right: 0%;
}

.muses-softner.bot {
  background-image: none;
  height: 150px;
  top: auto;
  bottom: 0%;
  left: -10%;
  right: 0%;
}

.collection-list-wrapper, .collection-list, .collection-item {
  min-height: 100%;
}

.blog-post-title {
  width: 16ch;
  font-family: Sfizia, Times New Roman, sans-serif;
  font-size: 5rem;
  line-height: 1.2;
}

.blog-post-title.mob-center {
  color: #5e5f53;
}

.mid-split-line {
  background-color: var(--light-pink);
  justify-content: center;
  align-items: flex-end;
  width: 1px;
  height: 100%;
  display: flex;
}

.mid-split-line.longer {
  min-height: 10%;
}

.mid-split-line.longer.grad {
  background-color: rgba(221, 168, 168, 0);
  background-image: linear-gradient(358deg, var(--indian-red), rgba(255, 255, 255, 0) 45%);
}

.muse-menu {
  z-index: 90;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.muse-menu.this-muse-menu {
  z-index: 10;
}

.muse-menu-home {
  padding: 8px;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: 10vw;
  right: auto;
}

.muse-menu-home.flex-horiz-cc.gap-10.link {
  opacity: .56;
}

.muse-menu-home.flex-horiz-cc.gap-10.link:hover {
  opacity: 1;
}

.spacer-horiz-20px {
  width: 20px;
  min-width: 20px;
}

.spacer-horiz-20px._10vw {
  width: 5vw;
  min-width: 5vw;
}

.imagecontainer.pos-relat.overflow-none {
  border-radius: 20px;
  height: 100%;
  margin-bottom: 10vw;
  overflow: hidden;
  box-shadow: 3px 3px 20px rgba(78, 69, 64, .67);
}

.imagecontainer.pos-relat.overflow-none.muse {
  border-radius: 50px;
  max-width: 50vh;
  height: 70vh;
}

.tagline-2 {
  letter-spacing: 2.5px;
  text-transform: uppercase;
  white-space: nowrap;
  flex-direction: row;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
}

.tagline-2.is_pr_edit {
  color: #ede4d5;
  letter-spacing: 5px;
  justify-content: center;
  align-items: flex-start;
  width: 300px;
  height: 300px;
  margin-right: -18px;
  padding-right: 168px;
  font-size: 10px;
  display: flex;
  position: static;
  top: auto;
  bottom: 58%;
  left: -39%;
  right: auto;
  transform: rotate(-90deg);
}

.tagline-2.is_pr_edit.is_about-usedit {
  padding-right: 30px;
}

.absolute_midlay {
  width: 100%;
  min-width: 20px;
  height: 100%;
  min-height: 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.absolute_midlay.product-cover {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 43%, #4e4540), linear-gradient(to right, rgba(0, 0, 0, .63), rgba(255, 255, 255, 0) 21%);
}

.absolute_midlay.product-cover.flex-horiz-c-start {
  max-height: 100%;
}

.absolute_midlay.product-cover.flex-horiz-c-start.link {
  text-decoration: none;
}

.absolute_midlay.bg-grad-misc.no-see-trough {
  background-image: linear-gradient(rgba(183, 98, 98, .9), rgba(183, 98, 98, .9)), linear-gradient(355deg, rgba(183, 98, 98, .21), rgba(183, 98, 98, .8));
}

.absolute_midlay.bg-grad-misc.blog {
  align-items: flex-end;
  display: flex;
}

.absolute_midlay.bg-grad-misc.blog.p-10 {
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(to bottom, rgba(183, 98, 98, .21), var(--brown));
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  transition: all .2s;
}

.absolute_midlay.bg-grad-misc.blog.p-10:hover {
  background-color: rgba(255, 255, 255, .19);
}

.muses-navigator {
  z-index: 70;
  justify-content: center;
  align-items: flex-end;
  height: 50px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.muse-progress-bar {
  width: 100%;
  height: 5px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.muse-progress-bar.bg-dark {
  transform-origin: 0%;
  background-color: rgba(133, 126, 115, .79);
}

.muse-grid {
  grid-template-rows: auto;
  width: 250px;
}

.muse-button {
  grid-column-gap: 10px;
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: center;
  width: 100px;
  text-decoration: none;
  display: flex;
}

.muse-button-icon {
  max-width: 30px;
  max-height: 16px;
}

.line-wrap {
  border-left: 1px solid rgba(133, 126, 115, .27);
  border-right: 1px solid rgba(133, 126, 115, .42);
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-ch-max35 {
  max-width: 35ch;
}

.booking-section.section.h-100vh {
  flex-direction: row;
  justify-content: space-between;
}

.tab {
  opacity: .8;
  transform-style: preserve-3d;
  background-color: rgba(250, 248, 246, 0);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 20px;
  display: flex;
  box-shadow: 0 -16px 20px rgba(0, 0, 0, 0);
}

.tab.w--current {
  opacity: 1;
  background-color: #faf8f6;
  background-image: radial-gradient(circle at 50% 0, rgba(183, 98, 98, .21), rgba(255, 255, 255, 0) 52%);
  border: 1px solid rgba(209, 200, 188, .46);
  border-bottom-style: none;
  margin-bottom: -1px;
  box-shadow: 0 -16px 20px rgba(0, 0, 0, .09);
}

.tab.muse {
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-left: 1px solid rgba(0, 0, 0, 0);
  border-right: 1px solid rgba(0, 0, 0, 0);
}

.tabs-menu {
  z-index: 1;
  justify-content: flex-start;
  padding-left: 50px;
  display: flex;
}

.tab-icon {
  object-fit: contain;
  width: 20px;
  height: 20px;
}

.tab-pane {
  background-color: var(--white-smoke);
}

.tab-pane.p-10 {
  border: 1px solid rgba(209, 200, 188, .4);
  border-radius: 30px;
  padding-top: 5rem;
  padding-bottom: 4rem;
  padding-right: 5rem;
}

.tabs {
  min-height: 400px;
}

.tab-content {
  border-bottom: 1px solid rgba(209, 200, 188, .53);
  padding-bottom: 3px;
  font-family: Montserrat, sans-serif;
}

.tab-content.header {
  color: #ac5858;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.muse-wrapperr {
  border: 1px solid var(--silver);
  border-radius: 50px;
  height: 600px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 50px rgba(0, 0, 0, .2);
}

.section-wp_content.section.bg-light.py-10vh.grad, .section-wp_content.section.bg-gradual {
  background-image: linear-gradient(to bottom, #faf8f6, var(--linen));
}

.collection-item-2 {
  margin-bottom: 5vw;
  margin-right: 0;
}

.muse-link {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.muse-li {
  background-image: radial-gradient(circle farthest-corner at 0% 100%, var(--indian-red), rgba(255, 255, 255, 0));
  opacity: .13;
  transform-style: preserve-3d;
  max-height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.muse-li:hover {
  opacity: 1;
  transform: scale3d(1.5, 1, 1);
}

.muses-cards {
  opacity: .77;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link {
  text-decoration: none;
}

.link.pink {
  color: var(--light-pink);
}

.radio-btn {
  filter: saturate(34%) brightness(200%) hue-rotate(117deg);
}

.tab-pane-tab-4 {
  box-shadow: 0 2px 20px rgba(0, 0, 0, .2);
}

.mid-split-dot {
  height: 200vh;
}

.mid-split-dot.bgp-base {
  justify-content: center;
  align-items: flex-end;
  width: 1px;
  height: 400vh;
  margin-top: -50px;
  display: flex;
}

.muses-mid-line {
  width: 5vw;
  min-width: 5vw;
}

.mid-split-anchor {
  min-width: 10px;
  min-height: 10px;
}

.marquee-section {
  border-top: 1px solid var(--lavender-blush);
  border-bottom: 1px none var(--light-pink);
  background-color: var(--light-pink);
  background-image: radial-gradient(circle, #fff, rgba(240, 240, 240, .14) 0%, rgba(105, 10, 10, 0));
  height: 120px;
  overflow: hidden;
}

.marquee-slider {
  align-items: center;
  width: 300vw;
  height: 100%;
  display: flex;
}

.marquee-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-around;
  align-items: center;
  width: 100vw;
  height: 100%;
  display: flex;
}

.marquee-text {
  color: var(--grey);
  font-family: Sfizia, Times New Roman, sans-serif;
  font-weight: 400;
}

.marquee-icon {
  width: 20px;
  height: 20px;
}

.marquee-icon.no-vision {
  opacity: 0;
}

.italic-text {
  color: var(--indian-red);
}

.muse-signature {
  font-family: Caveat Variablefont Wght, sans-serif;
  font-size: 26px;
}

.muse-signature.text-lighter.text-ch-max25 {
  font-weight: 400;
}

.rotat {
  margin-right: -15vw;
  transform: rotate(10deg);
}

.cities-row {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: start;
  width: 100%;
  min-width: 100%;
  display: flex;
}

.cities-row.footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  min-width: 100%;
  max-width: 100%;
  display: grid;
}

.cloud-list {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.cloud-list.align-left {
  justify-content: flex-start;
}

.cloud {
  margin-top: 10px;
}

.muse-empty {
  border: 1px solid var(--indian-red);
  background-color: var(--lavender-blush);
  color: var(--brown);
  justify-content: center;
  align-items: center;
  min-height: 550px;
  font-family: Sfizia, Times New Roman, sans-serif;
  font-size: 20px;
  display: flex;
}

.empty-stade {
  background-color: rgba(221, 221, 221, 0);
}

.muse-button-modal.z-10.flex-horiz-cc.gap-10 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 10vw;
}

.muse-button-modal.z-10.flex-horiz-cc.gap-10.hide-ls-down {
  bottom: 5px;
}

.muse-stretcher {
  min-height: 100vh;
}

.testimonial-arrow {
  z-index: 25;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  top: auto;
  bottom: 9px;
  left: 0%;
  right: 72px;
}

.menu-open {
  background-color: rgba(97, 54, 55, .57);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: -74px;
  display: flex;
}

.menu-open.text-lighter {
  background-image: url('../images/bg-strip-light.svg'), radial-gradient(circle farthest-corner at 30% 30%, rgba(131, 76, 76, .73) 11%, rgba(183, 98, 98, 0)), linear-gradient(343deg, rgba(0, 0, 0, 0), var(--silver));
  -webkit-backdrop-filter: brightness(44%) blur(5px);
  backdrop-filter: brightness(44%) blur(5px);
  background-position: 3px 0, 0 0, 0 0;
  background-repeat: repeat-y, repeat, repeat;
  background-size: 10vw, auto, auto;
  height: 100vh;
  margin-top: 0;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.coverblock {
  background-color: var(--brown);
  height: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-open-button {
  z-index: 9999999;
  cursor: pointer;
  padding: 17px;
  position: relative;
}

.menuclose {
  filter: invert();
  cursor: pointer;
  padding: 19px;
  position: absolute;
  top: 10vh;
  bottom: auto;
  left: auto;
  right: 10vw;
}

.link-2 {
  color: #c47f7f;
  font-weight: 700;
  text-decoration: none;
}

.booking-console.conatiner.card.overflow-none {
  flex-direction: row;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-block {
  padding-bottom: 5px;
  text-decoration: none;
}

.services-wrapper {
  min-width: 100%;
}

.services-wrapper.p-10.card {
  z-index: 2;
  border: 1px solid var(--light-pink);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  transform-style: preserve-3d;
  background-color: #fff;
  transition: all .2s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 50px rgba(0, 0, 0, .1);
}

.services-wrapper.p-10.card:hover {
  background-color: var(--light-pink);
  transform: scale3d(1.05none, 1.05none, 1none);
}

.servcie-name {
  position: relative;
}

.servcie-name.text-lighter {
  text-align: center;
  margin-top: 140px;
}

.servcies-menu {
  justify-content: center;
  display: flex;
}

.servcie-link.link-block {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  min-width: 330px;
}

.servcie-link.link-block:hover {
  transform: scale3d(1.05none, 1.05none, 1none);
}

.services-mid-split-aligner {
  z-index: -1;
  height: 170px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.services-mid-split-aligner.bg-light {
  background-image: radial-gradient(circle at 50% 100%, rgba(133, 126, 115, .18), rgba(243, 238, 232, 0) 26%), linear-gradient(#f3eee8, #faf8f6);
  border-bottom: 1px solid rgba(209, 200, 188, .25);
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  height: 148px;
  top: 0%;
}

.service-image {
  z-index: -1;
  opacity: 0;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  min-width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0;
  right: 0%;
}

.service-content {
  padding-left: 10vw;
  padding-right: 10vw;
}

.pricing-wrapper {
  width: 100%;
}

.pricing-wrapper.card {
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 60px;
}

.blog-card.card.p-10 {
  height: 350px;
  position: relative;
  overflow: hidden;
}

.collection-item-3 {
  padding: 10px;
}

.blog-image-thumbnail {
  object-fit: cover;
  min-height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-name {
  color: var(--lavender-blush);
  font-family: Sfizia, Times New Roman, sans-serif;
  font-size: 30px;
}

.blog-link {
  width: 100%;
}

.blog-rich-text h2 {
  margin-top: 20px;
  font-size: 2rem;
}

.blog-rich-text p {
  margin-bottom: 10px;
}

.blog-rich-text h1 {
  color: var(--dim-grey);
}

.reviews-card {
  flex-direction: row;
  display: flex;
}

.reviews-names {
  flex-direction: row;
  min-width: 100%;
  display: flex;
}

.r-l {
  min-width: 100%;
}

.body {
  font-family: Quicksand, sans-serif;
}

.home-dial.card {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #b76262;
  background-image: radial-gradient(circle at 100%, rgba(255, 255, 255, .32), rgba(0, 0, 0, 0) 71%);
  border: 1px solid rgba(253, 249, 244, .31);
  border-top-color: rgba(253, 249, 244, .58);
  justify-content: space-around;
  display: flex;
}

.hero-top-logo {
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hero-top-logo.p-5 {
  padding-top: 7rem;
}

.hero-link-button.btn.white {
  grid-column-gap: 10px;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 30%;
  text-decoration: none;
  display: flex;
}

.hero-link-button.btn.white.outline {
  box-shadow: none;
  background-image: radial-gradient(circle, rgba(255, 255, 255, .09), rgba(0, 0, 0, 0) 89%);
  border-style: none;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
}

.hero-link-button.btn.white.outline:hover {
  background-image: radial-gradient(circle, rgba(255, 255, 255, .12), rgba(0, 0, 0, 0) 89%);
}

.hero-link-button.btn.white.lessround {
  border-radius: 20px;
  justify-content: flex-start;
  padding-left: 20px;
  padding-right: 20px;
}

.hero-buttons-text {
  text-transform: none;
  text-shadow: 0 1px 18px var(--maroon);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  display: flex;
}

.hero-buttons-text.text-primary {
  color: var(--brown);
  text-shadow: none;
}

.hero-buttons-text.subtext {
  color: rgba(255, 255, 255, .74);
  text-align: left;
  letter-spacing: 1.5px;
  text-shadow: 0 1px 20px var(--maroon);
  white-space: normal;
  font-size: 11px;
  font-weight: 400;
  line-height: 15px;
}

.hero-buttons-text.subtext.pink {
  color: var(--brown);
  text-shadow: none;
  white-space: nowrap;
  width: auto;
}

.hero-arow {
  width: 30px;
}

.hero-icon {
  object-fit: contain;
  background-color: rgba(240, 225, 225, .27);
  border-radius: 10px;
  width: 45px;
  min-width: 45px;
  height: 45px;
  min-height: 45px;
  max-height: 30px;
  padding: 12px;
}

.hero-icon.pulsar {
  background-color: rgba(240, 225, 225, .69);
}

.hero-icon.pulsar.md-xs {
  border-radius: 20px;
  width: 35px;
  min-width: 35px;
  height: 35px;
  min-height: 35px;
  padding: 5px;
}

.hero-icon.pulsar.md-xs.dark {
  background-color: rgba(240, 225, 225, .2);
}

.hero-icon.pulsar.md-xs.lll {
  width: 25px;
  min-width: 20px;
  max-width: 25px;
  height: 25px;
  min-height: 25px;
  max-height: 25px;
}

.hero-mid-split {
  background-color: rgba(255, 255, 255, 0);
  background-image: radial-gradient(circle, rgba(240, 225, 225, .38), rgba(0, 0, 0, 0));
  width: 1px;
  height: 50px;
  min-height: 100%;
}

._700ms-pl {
  z-index: 999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(183, 98, 98, .71);
  justify-content: space-between;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.load-panel {
  background-color: var(--indian-red);
  width: 50vw;
}

.lp-dissapearing-content {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.load-bar {
  background-color: rgba(221, 168, 168, .18);
  border-radius: 20px;
  align-items: center;
  width: 200px;
  height: 8px;
  display: flex;
}

.load-bar-inner {
  background-color: var(--light-pink);
  border-radius: 20px;
  height: 100%;
}

.floating-whatsapp-button {
  background-color: var(--indian-red);
  text-align: center;
  background-image: url('../images/843786_whatsapp_icon.svg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: 40px;
  border-radius: 50px;
  justify-content: center;
  align-items: flex-end;
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-bottom: 5px;
  font-size: 8px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.button-balancer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.shrink-top {
  margin-top: -76px;
}

.menu-close {
  width: 20px;
  height: 20px;
}

.faq-question-wrap {
  margin-bottom: 20px;
}

.faq {
  cursor: pointer;
  border: 1.3px rgba(167, 157, 134, .05);
  border-radius: 0;
  align-items: center;
  width: 100%;
  min-width: 400px;
  min-height: 140px;
  padding: 20px 30px;
  transition: all .2s;
  display: flex;
}

.faq-circle {
  opacity: .34;
  color: #000;
  border: 2px solid #000;
  border-top: 1px #00d563;
  border-left: 1px #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-right: 30px;
  display: flex;
  transform: rotate(45deg);
}

.faq-heading {
  color: #b76262;
  letter-spacing: 2px;
  text-transform: none;
  font-family: Quicksand, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.faq-content-2 {
  border: 1px solid var(--lavender-blush);
  background-color: #fff;
  border-radius: 20px;
  margin-top: -1px;
  padding-top: 0;
  overflow: hidden;
}

.paragraph {
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.succes-message {
  background-color: var(--lavender-blush);
  border-radius: 20px;
}

.text-block-2 {
  color: var(--brown);
}

.error-message {
  border-radius: 16px;
  margin-top: -55px;
  position: relative;
}

.cms-empty {
  background-color: var(--lavender-blush);
  color: var(--brown);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding-top: 73px;
  padding-bottom: 58px;
  font-family: Sfizia, Times New Roman, sans-serif;
  font-size: 20px;
  display: flex;
}

.logo-text {
  color: var(--dim-grey);
  white-space: nowrap;
  word-break: normal;
  object-fit: fill;
  margin-top: 3px;
  font-family: Sfizia, Times New Roman, sans-serif;
  font-size: 26px;
}

.homepage-featured-muse-collection {
  width: 100%;
  height: 100%;
}

.homepage-featured-muse-image {
  object-fit: cover;
  width: 350px;
  height: 612px;
}

.hp-ft-ms-collection-list, .hp-ft-ms-collection-item {
  min-height: 100%;
}

.muse-content {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 54px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.featured-tag {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--indian-red);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 25px;
  margin-bottom: 10px;
  padding: 5px;
  display: flex;
}

.featured-tag-text {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 8px;
}

.featured-tag-text.text-center {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.featured-icon {
  width: 20px;
  height: 20px;
}

.hero-tagline.subtitle {
  text-align: left;
}

.cta-book-now {
  position: absolute;
  top: auto;
  bottom: 17%;
  left: -27%;
  right: auto;
}

.moving-card-glare {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.glare-ball {
  filter: blur(50px);
  background-color: #fff;
  width: 100px;
  height: 100px;
}

.bookmenow {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  outline-offset: 5px;
  color: #423931;
  background-color: rgba(255, 255, 255, .16);
  border: 1px solid #fff;
  border-radius: 100px;
  outline: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100px;
  margin-top: 139px;
  transition: all .5s;
  display: flex;
}

.bookmenow:hover {
  background-color: #fff;
}

.card-rotate-hover {
  perspective: 100px;
  width: 350px;
  transform: perspective(100px)translate(0);
}

.glare-stripe {
  background-image: linear-gradient(157deg, rgba(0, 0, 0, 0) 29%, rgba(255, 255, 255, .11));
  width: 600px;
  height: 300px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: rotate(-28deg);
}

.cta-pointer-animation {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.floating-contact-button {
  z-index: 110;
  padding-bottom: 20px;
  padding-left: 20px;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.contact-button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 6px 20px 6px 10px;
  transition: all .2s;
  display: flex;
  box-shadow: -6px 7px 20px rgba(0, 0, 0, .2);
}

.contact-button.bgp-dark {
  background-color: var(--brown);
}

.contact-button.bgp-dark:hover {
  background-color: var(--maroon);
}

.contact-button.mobile {
  display: none;
}

.contact-button.computer {
  height: 45px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.contact-button.computer:hover {
  background-color: var(--light-pink);
}

.lottie-animation {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
}

.live-box {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #dbf5dc;
  border: 1px solid #03bd1d;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 16px;
  display: flex;
  position: absolute;
  top: -14%;
  bottom: auto;
  left: auto;
  right: 1%;
}

.text-succes {
  color: #03bd1d;
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 600;
}

.lottie-animation-sparkle {
  width: 100px;
  position: absolute;
  top: -8%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.book-now-text {
  color: var(--indian-red);
  font-family: Montserrat medium, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.book-now-text.text-lighter {
  color: var(--white-smoke);
}

.book-now-text.horiz-form {
  align-items: center;
  margin: 11px 20px 11px 11px;
  display: flex;
}

.booking-card.card {
  min-height: 500px;
}

.lottie-succes {
  width: 70px;
}

.error-message-2 {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: rgba(255, 222, 222, .84);
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  padding: 57px;
  position: fixed;
  top: -1%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.success-message {
  background-color: var(--light-pink);
}

.success-message.card {
  background-color: #fff;
}

.horizontal-form {
  width: 1px;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.form {
  display: flex;
}

.horiz-form {
  height: 45px;
  margin-bottom: 0;
}

.horiz-form-button.btn {
  background-color: var(--brown);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-top: 6px;
  padding-bottom: 6px;
}

.featurted-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  display: flex;
}

.blog-post-richt-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.blog-post-richt-text h2 {
  color: var(--indian-red);
  margin-top: 30px;
  font-size: 36px;
}

.blog-post-richt-text h3 {
  color: var(--indian-red);
  text-transform: none;
  margin-top: 20px;
  font-size: 32px;
}

.blog-post-richt-text p {
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
}

.blog-post-richt-text strong {
  color: var(--dim-grey);
}

.ignore-input-tyoe-email {
  display: none;
}

.from-grid {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-areas: "Area Area-2"
                       "Area-4 Area-3"
                       "Area-5 Area-6"
                       "Area-8 Area-7"
                       "Area-9 Area-10"
                       "Area-12 Area-11"
                       "Area-13 Area-13";
  width: 100%;
  max-width: 800px;
}

.form-label-2 {
  color: #e1cfbc;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.image {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image.stretch100x100 {
  position: relative;
}

.servcie-bg {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-grad {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-text {
  font-family: Sfizia, Times New Roman, sans-serif;
  font-size: 5rem;
  line-height: 1.2;
}

.block-quote {
  background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--lavender-blush), rgba(255, 255, 255, 0));
  color: var(--brown);
  border-radius: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2rem;
  }

  p {
    font-size: 12px;
  }

  .styleguide-sidepanel {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding: 25px 10px;
    position: relative;
  }

  .text-link {
    margin-right: 50px;
  }

  .styleguide-logo {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .pill {
    padding: 3px 10px;
    font-size: 7px;
  }

  .pill.text-primary {
    font-weight: 400;
  }

  .wrapper.sidebar-gerecht {
    display: none;
  }

  .wrapper.mob-center {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .wrapper.button-array.gap-10 {
    flex-wrap: wrap;
    margin-top: 38px;
    position: relative;
  }

  .btn.white.text.footer {
    border-style: none;
    border-color: #000;
  }

  .btn.white.text.footer.menu-btn {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .btn.misc.mob-hide {
    display: none;
  }

  .flex-horiz-cc {
    flex-direction: row;
    align-items: center;
  }

  .flex-horiz-cc.gap-20.anchor-right {
    align-items: center;
  }

  .flex-horiz-cc.mob-vert {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flex-horiz-cc.repositioned {
    margin-top: -20px;
  }

  .flex-verti-ss.is_footer-responsive {
    align-items: center;
    min-width: 100%;
  }

  .section.vh-stretch.overflow-ok {
    padding-top: 20px;
  }

  .container {
    flex-direction: column;
    width: 95vw;
  }

  .container.pos-relat.bot-line {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .container.pos-relat.about {
    flex-direction: column-reverse;
    align-items: center;
  }

  .container.flex-horiz-dist-ce.menubar {
    justify-content: center;
  }

  .container.menucont {
    margin-top: 10vh;
    padding-left: 20px;
  }

  .container.hero-dial {
    flex-direction: column;
    align-items: center;
  }

  .col {
    align-items: center;
  }

  .col._w-75pct.hero-dial {
    width: auto;
  }

  .col.flex-verti-ss {
    align-items: center;
  }

  .col.flex-verti-ss.line-right.pt-10vh {
    border-right-style: none;
    width: 100%;
    padding-right: 0;
  }

  .col.flex-verti-ss.pt-10vh {
    padding-top: 20px;
  }

  .col.flex-verti-ss.wid-30 {
    width: auto;
  }

  .col._2nd {
    margin-top: 0;
  }

  .col.muse-card.service-card {
    width: auto;
  }

  .hide-ipad-down {
    display: none;
  }

  .form-field.mr-5.mb-5 {
    margin-bottom: 10px;
  }

  .flex-horiz-cc-2 {
    flex-direction: row;
    align-items: flex-start;
  }

  .dropdown {
    display: flex;
  }

  .tagline, .tagline.subtitle {
    font-size: 10px;
  }

  .tagline.sidetag.mt-5 {
    display: none;
  }

  .tagline.muse-link {
    letter-spacing: 2px;
    font-size: 6px;
  }

  .brands-strip.flex-horiz-dist-ce {
    max-height: 40px;
  }

  .absolute-underlay.bgprint {
    background-size: 30px, 30px;
  }

  .blush.lower {
    top: 0%;
  }

  .hero.section.h-90vh {
    height: 100vh;
  }

  .image-container.scroll-in-animation.absol {
    box-shadow: -18px 10px 50px rgba(0, 0, 0, .24);
  }

  .image-container.scroll-in-animation.blog-post.about {
    margin-top: 0;
    margin-right: 0;
    position: relative;
  }

  .faq-title {
    padding-right: 3rem;
  }

  .faq-single-title {
    padding-bottom: 0;
  }

  .faq-action-wrapper {
    right: 0;
  }

  .tab-lottie {
    width: .75rem;
  }

  .faq-bottom-content {
    grid-template-columns: 1fr .25fr;
    padding-bottom: 3rem;
  }

  .div-block-2.pill {
    width: 40px;
    height: 40px;
  }

  .subtitle {
    font-size: 6px;
  }

  .grid-wrapper {
    grid-template-columns: minmax(65px, 1fr) minmax(auto, 1400px) minmax(65px, 1fr);
  }

  .slider-wrapper {
    padding-top: 48px;
  }

  .muse-mask {
    width: 100%;
  }

  .muse-card-slider {
    margin-left: -65px;
  }

  .blog-post-title {
    width: auto;
    font-size: 3rem;
  }

  .blog-post-title.mob-center {
    text-align: center;
  }

  .muse-menu.this-muse-menu.individual-muse {
    top: 3%;
  }

  .imagecontainer.pos-relat.overflow-none {
    margin-bottom: 20px;
  }

  .imagecontainer.pos-relat.overflow-none.muse {
    min-width: 95vw;
    max-width: none;
  }

  .tagline-2 {
    font-size: 16px;
  }

  .tab {
    transform: scale3d(1none, 1none, 1none);
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab.w--current {
    border-bottom-style: solid;
    border-right-style: none;
    box-shadow: -15px -5px 20px rgba(0, 0, 0, .09);
  }

  .tabs-menu {
    grid-row-gap: 20px;
    justify-content: flex-start;
    padding-top: 48px;
    padding-left: 0;
  }

  .tab-pane.p-10 {
    min-width: 400px;
    padding: 30px 10px 30px 20px;
  }

  .tabs {
    min-height: 700px;
  }

  .muse-wrapperr {
    min-width: 100%;
  }

  .section-wp_content.section.py-10vh.bg-light {
    margin-top: -72px;
  }

  .mid-split-dot.bgp-base, .muse-stretcher {
    display: none;
  }

  .testimonial-slide {
    width: 100%;
  }

  .testimonial-arrow {
    right: 36px;
  }

  .menu-open.text-lighter {
    align-items: flex-start;
    padding-left: 10vw;
  }

  .no-break {
    margin-top: 20px;
    font-size: 32px;
  }

  .footer-col {
    justify-content: center;
    display: flex;
  }

  .specs-highlight.container.text-center.card {
    flex-direction: row;
    justify-content: space-between;
  }

  .servcies-menu.text-primary {
    grid-column-gap: 10px;
  }

  .hero-title.text-lighter {
    text-align: center;
  }

  .home-dial.card {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
    width: 250px;
  }

  .hero-link-button.btn.white.outline {
    justify-content: flex-start;
    width: 200px;
    padding-left: 10px;
  }

  .hero-link-button.btn.white.lessround {
    width: 200px;
    padding-left: 10px;
  }

  .hero-buttons-text {
    font-weight: 400;
  }

  .hero-buttons-text.subtext {
    font-size: 8px;
    font-weight: 400;
  }

  .hero-arow {
    transform: rotate(90deg);
  }

  .hero-icon.pulsar.md-xs.lll {
    object-fit: scale-down;
    width: 35px;
    min-width: 35px;
    max-width: 35px;
    height: 35px;
    min-height: 35px;
    max-height: 35px;
  }

  .hero-mid-split {
    display: none;
  }

  .floating-whatsapp-button {
    z-index: 20;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: #fff;
    text-transform: none;
    background-color: rgba(183, 98, 98, .62);
    background-image: radial-gradient(circle at 50% 0, rgba(255, 255, 255, .38), rgba(255, 255, 255, 0)), url('../images/843786_whatsapp_icon.svg');
    background-position: 0 0, 10px;
    background-repeat: repeat, no-repeat;
    background-size: auto, 30px;
    border: 1px solid rgba(240, 225, 225, .27);
    justify-content: flex-end;
    align-items: center;
    width: 140px;
    height: 50px;
    padding-bottom: 9px;
    padding-right: 15px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    box-shadow: 2px 12px 20px rgba(97, 54, 55, .45);
  }

  .faq-question-wrap {
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .hero-tagline.subtitle.text-lighter {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .cta-book-now {
    top: -13%;
    bottom: auto;
    left: 55%;
    right: auto;
  }

  .floating-contact-button {
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .contact-button.mobile {
    height: 50px;
    display: flex;
  }

  .contact-button.computer {
    display: none;
  }

  .mob-cent {
    text-align: center;
  }

  .collection-list-2 {
    width: 95vw;
  }

  .collection-list-3 {
    min-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 16px;
  }

  .styleguide-sidepanel {
    padding-bottom: 0;
    padding-right: 35px;
    overflow: auto;
  }

  .pill {
    padding-top: 1.5px;
    padding-bottom: 1.5px;
  }

  .btn.white.text.muses {
    padding-top: 10px;
    font-size: 9px;
  }

  .btn.misc.outline.muse-book {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn.misc.outline.muse-book.mob-hide {
    display: none;
  }

  .btn.misc.muse-book {
    justify-content: center;
    align-items: center;
    padding: 3px 10px;
    display: flex;
  }

  .h-20vh.md-smaller-for-mobile {
    height: 10vh;
  }

  .flex-verti-cc.text-lighter.mob-hide {
    display: none;
  }

  .flex-horiz-dist-ce.ipad-verti, .flex-horiz-cc.gap-20.mob-horiz {
    flex-direction: row;
  }

  .container.flex-horiz-dist-ce.menubar {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .col.flex-horiz-c-start {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    justify-content: flex-start;
    width: auto;
  }

  .col.flex-horiz-c-start.muse-button-bar {
    justify-content: space-around;
    min-width: 60%;
  }

  .col.tab-pane-grid {
    grid-template-columns: .5fr .75fr;
  }

  .hide-ls-down, .hide-mob {
    display: none;
  }

  .py-2-5 {
    padding-top: .425rem;
    padding-bottom: .425rem;
  }

  .pt-2-5 {
    padding-top: .425rem;
  }

  .p-5 {
    padding: 1rem;
  }

  .py-5 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .pt-5 {
    padding-top: 1rem;
  }

  .pr-5 {
    padding-right: 1rem;
  }

  .pb-5 {
    padding-bottom: 1rem;
  }

  .pl-5 {
    padding-left: 1rem;
  }

  .p-10 {
    padding: 1.5rem;
  }

  .pt-10 {
    padding-top: 1.5rem;
  }

  .pr-10 {
    padding-right: 1.5rem;
  }

  .pb-10 {
    padding-bottom: 1.5rem;
  }

  .text-primary.tagline.muse-tgl {
    font-size: 8px;
  }

  .text-dark.muse-page {
    font-size: 18px;
  }

  .gap-20 {
    flex-direction: column;
  }

  .form-field {
    margin-bottom: -2px;
  }

  .tagline {
    font-size: 10px;
  }

  .tagline.text-2xs.text-light {
    font-size: 9px;
  }

  .tagline.subtitle {
    letter-spacing: 7px;
    font-size: 10px;
  }

  .tagline.py-2-5.xs {
    letter-spacing: 2px;
    font-size: 10px;
  }

  .tagline.py-2-5.xs.text-ch-max50.text-center {
    margin-bottom: 22px;
  }

  .tagline.py-2-5.xs.text-ch-max50.text-center.comp-no-cent {
    max-width: 70ch;
  }

  .tagline.text-primary.xs {
    letter-spacing: 2px;
    font-size: 8px;
  }

  .brands-strip.flex-horiz-dist-ce {
    max-height: 25px;
  }

  .hover-slider-wrapper.p-10.bgp-light {
    transform: none;
  }

  .slider-content-slide {
    flex-direction: column;
  }

  .namecard.p-2-5 {
    grid-template-rows: auto auto auto;
  }

  .avatar {
    width: 30px;
  }

  .mid-split-icon {
    transform: scale(.6);
  }

  .midsplitter.bg-base.opac-60 {
    width: .5px;
  }

  .blush.lower {
    opacity: .37;
    display: none;
  }

  .section-softner-board.bottom.bg-light.mob-light {
    background-color: #faf8f6;
  }

  .button-grid.mt-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-wrapper {
    grid-template-columns: minmax(36px, 1fr) minmax(auto, 1400px) minmax(36px, 1fr);
  }

  .slider-wrapper {
    margin-left: 0;
    padding-top: 36px;
  }

  .muse-card-slider {
    margin-left: 0;
  }

  .muse-menu.this-muse-menu.individual-muse {
    margin-top: 20px;
  }

  .muses-navigator {
    border: 1px #000;
    align-items: flex-start;
    height: auto;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .muse-progress-bar.bg-dark {
    height: 2px;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .muse-grid {
    grid-column-gap: 8px;
    grid-template-columns: 1fr;
    width: auto;
    transform: scale(.9);
  }

  .muse-button {
    width: auto;
    transform: scale(.7);
  }

  .tab {
    width: 20vw;
    padding-left: 2px;
    padding-right: 2px;
  }

  .tab.services {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab.services.w--current {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
  }

  .tabs-menu {
    grid-row-gap: 5px;
  }

  .tabs-menu.muse {
    padding-top: 0;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .tab-content {
    border-bottom-color: rgba(209, 200, 188, .19);
    font-size: 8px;
  }

  .tab-content.header {
    letter-spacing: 2px;
    font-size: 8px;
  }

  .muse-wrapperr {
    height: 500px;
  }

  .section-wp_content.section.bg-light.py-10vh.grad {
    padding-top: 5vh;
  }

  .marquee-block {
    width: 200vw;
  }

  .marquee-text {
    font-size: 2rem;
  }

  .cloud-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .cloud-list.services {
    justify-content: space-around;
  }

  .muse-button-modal.z-10.flex-horiz-cc.gap-10 {
    position: relative;
  }

  .booking-console.conatiner.card.overflow-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    flex-direction: row;
    justify-content: space-between;
    width: 100vw;
    padding-top: 6px;
    padding-bottom: 4px;
  }

  .servcies-menu.text-primary {
    border-bottom: 1px solid rgba(133, 126, 115, .43);
    justify-content: space-around;
  }

  .services-mid-split-aligner.bg-light {
    display: none;
  }

  .floating-whatsapp-button {
    border-radius: 20px 0 0;
    height: 40px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .button-balancer {
    grid-template-columns: 1fr;
  }

  .faq {
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .faq-circle {
    min-width: 15px;
    margin-right: 0;
  }

  .faq-heading {
    font-size: 18px;
  }

  .logo-text.hide-mob {
    display: block;
  }

  .floating-contact-button {
    padding-bottom: 0;
    padding-left: 0;
  }

  .contact-button.mobile {
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    height: 40px;
  }

  .booking-card.card {
    min-height: 400px;
  }

  .blog-post-richt-text h2 {
    font-size: 26px;
  }

  .blog-post-richt-text h3 {
    font-size: 22px;
  }

  .heading {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .text-ch-max50 {
    max-width: 40ch;
  }

  .btn.misc.muse-book {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h-25vh {
    height: 5vh;
  }

  .flex-horiz-dist-ce.ipad-verti {
    height: 100px;
  }

  .flex-horiz-cc.gap-20.anchor-right.mob-horiz {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .section.py-10vh.bg-light {
    padding-top: 0;
    padding-bottom: 5vh;
  }

  .section.bg-light.py-10vh.min-h100 {
    padding-bottom: 0;
  }

  .container {
    flex-direction: column;
  }

  .container.flex-horiz-dist-ce.menubar {
    padding-left: 0;
    padding-right: 0;
  }

  .container.menucont {
    margin-top: 20px;
    display: none;
  }

  .col.flex-verti-st-c {
    min-width: 300px;
  }

  .col.flex-verti-cc.muse-page {
    margin-top: 33px;
  }

  .col.card.pr-10 {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .col.py-2-5.mob-left {
    justify-content: center;
    align-items: flex-start;
  }

  .col.flex-horiz-c-start {
    justify-content: space-between;
    min-width: 60%;
    margin-right: -12px;
    display: flex;
  }

  .col._2nd {
    margin-top: 0;
  }

  .text-primary.tagline.muse-tgl {
    letter-spacing: 3px;
    font-size: 7px;
  }

  .dropdown {
    width: auto;
    margin-right: 0;
  }

  .tagline {
    margin-top: 5px;
  }

  .tagline.subtitle.text-primary.text-2xs {
    letter-spacing: 3px;
    font-size: 8px;
  }

  .tagline.text-primary.xs {
    color: var(--dim-grey);
    font-weight: 700;
  }

  .brands-strip.flex-horiz-dist-ce {
    max-height: 20px;
  }

  .hover-slider-strip {
    margin-left: -55px;
  }

  .avatar {
    display: none;
  }

  .midsplitter.bg-base.opac-60 {
    opacity: .34;
  }

  .menu-icon {
    padding-right: 4px;
  }

  .image-container.scroll-in-animation.absol {
    transform: scale(.7);
  }

  .image-container.scroll-in-animation.small.blog-post {
    width: 87.5px;
    height: 150px;
    top: 227px;
    right: 0;
  }

  .image-container.scroll-in-animation.blog-post {
    width: 175px;
    height: 306.25px;
    top: 0;
    right: -57px;
  }

  .image-container.scroll-in-animation.blog-post.about {
    right: 0;
    transform: scale(.7);
  }

  .section-softner-board.bg-light.muses {
    background-color: #e8e3dd;
  }

  .faq-title {
    padding-right: 3.5rem;
  }

  .faq-bottom-content {
    display: flex;
  }

  .faq-bottom-content.pl-5 {
    background-image: none;
    padding-bottom: 0;
    padding-left: 0;
  }

  .circle {
    top: 28.2vh;
    left: 41vw;
  }

  .grid-wrapper {
    grid-template-columns: minmax(24px, 1fr) minmax(auto, 1400px) minmax(24px, 1fr);
  }

  .slider-wrapper {
    padding-bottom: 0;
  }

  .muse-slide {
    max-width: 55vw;
  }

  .slider-arrow {
    margin-top: 12px;
    bottom: 46px;
  }

  .muse-card-slider.pos-relat {
    min-height: 0;
  }

  .location-image.imj {
    min-width: 150px;
    max-width: 65vw;
    height: 100%;
  }

  .muse-card-wrapper {
    min-height: 450px;
  }

  .muses-softner {
    min-width: 150%;
    left: -25%;
  }

  .muses-softner.bot {
    bottom: -2%;
    left: -25%;
    transform: scale(1.1);
  }

  .blog-post-title {
    font-size: 2rem;
  }

  .tagline-2 {
    margin-top: 5px;
  }

  .tagline-2.is_pr_edit.is_about-usedit {
    letter-spacing: 3px;
    font-size: 6px;
  }

  .muse-grid {
    min-width: 30%;
    margin-left: 1vw;
    margin-right: -10px;
  }

  .muse-button {
    padding-left: 1vw;
  }

  .booking-section.section.h-100vh {
    flex-direction: column-reverse;
    height: auto;
  }

  .tab {
    min-width: 20vw;
    padding: 10px;
  }

  .tab.w--current {
    min-width: 20vw;
  }

  .tabs-menu {
    justify-content: space-between;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .tab-pane.p-10 {
    min-width: 0;
    padding-left: 10px;
  }

  .tabs {
    min-height: 500px;
  }

  .cloud-list.services {
    justify-content: center;
  }

  .testimonial-arrow {
    bottom: 0;
    right: 72px;
  }

  .menu-open.text-lighter {
    height: 0;
    padding-left: 0;
    display: none;
  }

  .menuclose {
    top: 20px;
    right: 20px;
  }

  .faq-quesdtion {
    font-size: 1.5rem;
  }

  .specs-highlight.container.text-center.card {
    width: 100vw;
    padding-left: 5px;
    padding-right: 5px;
  }

  .booking-console.conatiner.card.overflow-none {
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
  }

  .services-wrapper.p-10.card {
    padding: 10px;
  }

  .servcies-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .service-content {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-rich-text h1 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .hero-title.text-lighter {
    margin-bottom: 22px;
  }

  .faq {
    min-width: auto;
    padding-left: 15px;
  }

  .faq-circle {
    margin-bottom: 9px;
  }

  .faq-heading {
    font-size: 16px;
  }

  .paragraph {
    margin-left: 15px;
  }

  .logo-text.hide-mob {
    font-size: 21px;
  }

  .content-wrapper {
    overflow: hidden;
  }

  .lottie-succes {
    width: 60px;
  }
}

#w-node-cc9f57be-845f-dd4d-be1e-a4e646c0bbd8-c6913837, #w-node-_9cc813fa-2f15-5b15-fc92-5221e83aaec2-46716b19, #w-node-_9cc813fa-2f15-5b15-fc92-5221e83aaec0-46716b19, #w-node-_9cc813fa-2f15-5b15-fc92-5221e83aaebe-46716b19, #w-node-_22b18072-6014-4616-9275-d6a6b0f3f191-1c2a6f93, #w-node-_22b18072-6014-4616-9275-d6a6b0f3f193-1c2a6f93, #w-node-_22b18072-6014-4616-9275-d6a6b0f3f195-1c2a6f93, #w-node-da5a56d1-59ee-32a4-fb41-42137116391b-1c2a6f93, #w-node-b11503e1-8bc7-d8ee-873f-4732ab781d78-1c2a6f93, #w-node-_647bd39e-0d2e-bd55-e436-1436ad64b486-1c2a6f93, #w-node-_167999b1-2d75-8913-fb24-bea4a2759847-b18b8d18, #w-node-_6adae75e-7bab-a7f0-8529-add48e2000c4-b18b8d18, #w-node-b3c568bc-97e0-198d-10e1-92468d7b2ae3-b18b8d18, #w-node-_9e27b738-0e3d-7d66-d0bb-e885be24b18f-b18b8d18, #w-node-_9e27b738-0e3d-7d66-d0bb-e885be24b19c-b18b8d18, #w-node-_9e27b738-0e3d-7d66-d0bb-e885be24b1a9-b18b8d18, #w-node-_2200768f-6772-40e4-278f-3e478319a34d-e0a4f6ff, #w-node-_2200768f-6772-40e4-278f-3e478319a34f-e0a4f6ff, #w-node-_2200768f-6772-40e4-278f-3e478319a351-e0a4f6ff, #w-node-f03d6c0f-f883-5c05-014f-7d517834fcf2-e0a4f6ff, #w-node-f03d6c0f-f883-5c05-014f-7d517834fcee-e0a4f6ff, #w-node-e56cd273-7215-66d4-b0b8-ce501ee1f2c1-e0a4f6ff, #w-node-e56cd273-7215-66d4-b0b8-ce501ee1f2c3-e0a4f6ff, #w-node-e56cd273-7215-66d4-b0b8-ce501ee1f2c5-e0a4f6ff, #w-node-_5ad68eb7-df01-4848-4f11-826dc8b22100-e0a4f6ff, #w-node-_5ad68eb7-df01-4848-4f11-826dc8b22102-e0a4f6ff, #w-node-_5ad68eb7-df01-4848-4f11-826dc8b22104-e0a4f6ff, #w-node-_5ad68eb7-df01-4848-4f11-826dc8b22106-e0a4f6ff, #w-node-_5ad68eb7-df01-4848-4f11-826dc8b22108-e0a4f6ff, #w-node-_5ad68eb7-df01-4848-4f11-826dc8b2210a-e0a4f6ff, #w-node-_5ad68eb7-df01-4848-4f11-826dc8b2210c-e0a4f6ff, #w-node-_5ad68eb7-df01-4848-4f11-826dc8b2210e-e0a4f6ff, #w-node-_5ad68eb7-df01-4848-4f11-826dc8b22110-e0a4f6ff, #w-node-_5ad68eb7-df01-4848-4f11-826dc8b22112-e0a4f6ff, #w-node-_5ad68eb7-df01-4848-4f11-826dc8b22114-e0a4f6ff, #w-node-deeab51c-4fb0-7177-545e-f0e4f2e405b1-e0a4f6ff, #w-node-_5481d737-d50e-6132-f7ec-b9ec7adddac3-e0a4f6ff, #w-node-_43f478b3-2a77-d722-d5e5-94c929432bfb-e0a4f6ff, #w-node-_1ef46ee6-ad7a-aa1c-6aee-15bad7a2153b-e0a4f6ff, #w-node-a24902ee-c686-b419-8343-af9e67055cdc-e0a4f6ff, #w-node-b73aa358-13f1-5ac2-88cd-ca222bf9da98-e0a4f6ff, #w-node-_753ee013-51dc-e32f-536b-b485871b8f24-e0a4f6ff, #w-node-_78220c1f-6d8f-7ea0-df95-d3dd06f304fa-e0a4f6ff, #w-node-_41b40336-3e5c-0f65-9067-800ac1fe4527-e0a4f6ff, #w-node-_8417fc27-a920-a08d-f615-0510c4db7456-e0a4f6ff, #w-node-_5ad68eb7-df01-4848-4f11-826dc8b22116-e0a4f6ff, #w-node-_2da8f41c-4da9-7f03-4fff-2151b25f445e-e0a4f6ff, #w-node-_5cf16b98-4df3-a042-3c5b-423da3dd03ad-a3dd03a3, #w-node-_5cf16b98-4df3-a042-3c5b-423da3dd03af-a3dd03a3, #w-node-_22b18072-6014-4616-9275-d6a6b0f3f191-98f4b6b8, #w-node-_22b18072-6014-4616-9275-d6a6b0f3f193-98f4b6b8, #w-node-_22b18072-6014-4616-9275-d6a6b0f3f195-98f4b6b8, #w-node-fd5f6385-84b9-18c4-efa2-8e03e8405cda-58c3460a, #w-node-fd5f6385-84b9-18c4-efa2-8e03e8405cdc-58c3460a, #w-node-d25e3764-7330-809e-dda7-89b776a05439-74186658, #w-node-_22b18072-6014-4616-9275-d6a6b0f3f191-74186658, #w-node-da5a56d1-59ee-32a4-fb41-42137116391b-74186658, #w-node-b11503e1-8bc7-d8ee-873f-4732ab781d78-74186658, #w-node-_647bd39e-0d2e-bd55-e436-1436ad64b486-74186658, #w-node-d685c97e-f772-275f-0297-e4214d9402df-f5b900bb, #w-node-_7e32bf51-7ad8-e54d-b70f-e611a92016b4-0a664b67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d3c461ce-3c18-5763-f71a-8644fb138ce4-0a664b67, #w-node-_3ebdd014-0439-8f3d-ca9f-b4437d3999ca-0a664b67 {
  grid-area: Area;
}

#w-node-_3ebdd014-0439-8f3d-ca9f-b4437d3999cb-0a664b67, #w-node-_3ebdd014-0439-8f3d-ca9f-b4437d3999cd-0a664b67, #w-node-ab3ba398-d100-9894-5e98-467ba742a67a-0a664b67, #w-node-ab3ba398-d100-9894-5e98-467ba742a687-0a664b67, #w-node-ab3ba398-d100-9894-5e98-467ba742a694-0a664b67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ad0703c-6b1d-0432-0146-2e43f32531be-0a664b67 {
  grid-area: Area;
}

#w-node-_3ad0703c-6b1d-0432-0146-2e43f32531c2-0a664b67 {
  grid-area: Area-2;
}

#w-node-_3ad0703c-6b1d-0432-0146-2e43f32531c6-0a664b67 {
  grid-area: Area-4;
}

#w-node-_3ad0703c-6b1d-0432-0146-2e43f32531ca-0a664b67 {
  grid-area: Area-5;
}

#w-node-_3ad0703c-6b1d-0432-0146-2e43f32531ce-0a664b67 {
  grid-area: Area-6;
}

#w-node-_3ad0703c-6b1d-0432-0146-2e43f32531d2-0a664b67 {
  grid-area: Area-8;
}

#w-node-_3ad0703c-6b1d-0432-0146-2e43f32531d6-0a664b67 {
  grid-area: Area-7;
}

#w-node-_3ad0703c-6b1d-0432-0146-2e43f32531da-0a664b67 {
  grid-area: Area-9;
}

#w-node-_3ad0703c-6b1d-0432-0146-2e43f32531de-0a664b67 {
  grid-area: Area-10;
}

#w-node-_3ad0703c-6b1d-0432-0146-2e43f32531e2-0a664b67 {
  grid-area: Area-12;
}

#w-node-_3ad0703c-6b1d-0432-0146-2e43f32531e6-0a664b67 {
  grid-area: Area-13;
}

#w-node-_3ad0703c-6b1d-0432-0146-2e43f32531ea-0a664b67 {
  grid-area: Area-11;
}

#w-node-_3ad0703c-6b1d-0432-0146-2e43f32531ee-0a664b67 {
  grid-area: Area-3;
}

#w-node-d25e3764-7330-809e-dda7-89b776a05439-d4ca617f, #w-node-_22b18072-6014-4616-9275-d6a6b0f3f191-d4ca617f, #w-node-da5a56d1-59ee-32a4-fb41-42137116391b-d4ca617f, #w-node-b11503e1-8bc7-d8ee-873f-4732ab781d78-d4ca617f, #w-node-_647bd39e-0d2e-bd55-e436-1436ad64b486-d4ca617f, #w-node-f4b06f52-a2a7-ede4-795c-fce6d40f78e2-a82c1b58, #w-node-f4b06f52-a2a7-ede4-795c-fce6d40f78e4-a82c1b58, #w-node-f4b06f52-a2a7-ede4-795c-fce6d40f78e6-a82c1b58, #w-node-f4b06f52-a2a7-ede4-795c-fce6d40f78e8-a82c1b58, #w-node-_7bb68ee8-a9d9-df55-df86-789f8fc0bc4f-a82c1b58, #w-node-_062208d7-a52f-1ee1-0d91-bcaacf26ec3e-a82c1b58, #w-node-_58759510-f0bf-4378-9cca-ac62f7fae4a7-a82c1b58, #w-node-cfc8aa29-7699-b2c1-2b2b-96b97280719d-a82c1b58, #w-node-_3e711b1b-bd9c-56e5-79b6-8948d74514b0-a82c1b58, #w-node-fbef82d8-cd85-7e2c-50e8-371433dc4068-a82c1b58, #w-node-_07d6dd58-9368-2363-18f7-64392d597869-a82c1b58, #w-node-_63696c72-e4a1-0cf9-c64f-b9c1aa8ae3ca-a82c1b58, #w-node-c2a4f9ec-fbea-ee6e-1bf8-4e9c770a1f0a-a82c1b58, #w-node-_2a098730-5dd9-44dc-8c2f-fc4099358446-a82c1b58, #w-node-_2f11f245-67d5-2aea-433e-bdb6c024cdb6-a82c1b58, #w-node-_156dfdf5-29f3-0731-38ee-0186cda1d083-a82c1b58, #w-node-_8215bd69-de8b-9b6d-6672-9465b841dbb7-a82c1b58, #w-node-_5a7cab96-0cd6-2d1e-b43f-eac5ee71fc18-a82c1b58, #w-node-_9d14f743-972a-f101-1777-bc2dbd65fd23-a82c1b58, #w-node-_9d14f743-972a-f101-1777-bc2dbd65fd25-a82c1b58, #w-node-_9d14f743-972a-f101-1777-bc2dbd65fd27-a82c1b58, #w-node-_9d14f743-972a-f101-1777-bc2dbd65fd29-a82c1b58, #w-node-_9d14f743-972a-f101-1777-bc2dbd65fd2b-a82c1b58, #w-node-_9d14f743-972a-f101-1777-bc2dbd65fd2d-a82c1b58, #w-node-_9d14f743-972a-f101-1777-bc2dbd65fd2f-a82c1b58, #w-node-_9d14f743-972a-f101-1777-bc2dbd65fd31-a82c1b58, #w-node-_9d14f743-972a-f101-1777-bc2dbd65fd33-a82c1b58, #w-node-_9d14f743-972a-f101-1777-bc2dbd65fd35-a82c1b58, #w-node-_9d14f743-972a-f101-1777-bc2dbd65fd3a-a82c1b58, #w-node-_9d14f743-972a-f101-1777-bc2dbd65fd3c-a82c1b58, #w-node-_9d14f743-972a-f101-1777-bc2dbd65fd3e-a82c1b58, #w-node-_9d14f743-972a-f101-1777-bc2dbd65fd40-a82c1b58, #w-node-_9d14f743-972a-f101-1777-bc2dbd65fd42-a82c1b58, #w-node-_9d14f743-972a-f101-1777-bc2dbd65fd44-a82c1b58, #w-node-_9d14f743-972a-f101-1777-bc2dbd65fd46-a82c1b58, #w-node-_9d14f743-972a-f101-1777-bc2dbd65fd48-a82c1b58, #w-node-_9d14f743-972a-f101-1777-bc2dbd65fd4a-a82c1b58, #w-node-_9d14f743-972a-f101-1777-bc2dbd65fd4c-a82c1b58, #w-node-_22b18072-6014-4616-9275-d6a6b0f3f191-a82c1b58, #w-node-_22b18072-6014-4616-9275-d6a6b0f3f193-a82c1b58, #w-node-_22b18072-6014-4616-9275-d6a6b0f3f195-a82c1b58, #w-node-c25dcc92-38fb-209e-3acd-e13a779d79c7-a82c1b58, #w-node-c25dcc92-38fb-209e-3acd-e13a779d79f2-a82c1b58, #w-node-c25dcc92-38fb-209e-3acd-e13a779d7a05-a82c1b58, #w-node-_8d086c16-2145-7552-b86e-65a6bcb4b4b1-40a89840, #w-node-_7c2ac638-bae0-f2b9-de58-77e0558ba688-db996192, #w-node-_7c2ac638-bae0-f2b9-de58-77e0558ba686-db996192, #w-node-_7c2ac638-bae0-f2b9-de58-77e0558ba684-db996192, #w-node-_4b16042f-9898-65a7-dc05-a192161ab01b-fee33b57, #w-node-_4b16042f-9898-65a7-dc05-a192161ab046-fee33b57, #w-node-_4b16042f-9898-65a7-dc05-a192161ab059-fee33b57, #w-node-_6b7cf3ae-6eae-e9fa-b152-30966dd991f1-182351dd, #w-node-_6b7cf3ae-6eae-e9fa-b152-30966dd991f1-777a4cee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_9cc813fa-2f15-5b15-fc92-5221e83aaec2-46716b19, #w-node-_22b18072-6014-4616-9275-d6a6b0f3f195-1c2a6f93, #w-node-_7c2ac638-bae0-f2b9-de58-77e0558ba684-db996192 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Sfizia';
  src: url('../fonts/sfizia-regularitalicno.2-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Caveat Variablefont Wght';
  src: url('../fonts/caveat-variablefont_wght.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quicksand';
  src: url('../fonts/quicksand-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quicksand semibold';
  src: url('../fonts/quicksand-semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat medium';
  src: url('../fonts/montserrat-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}