:root {
  --white: white;
  --black: #000;
  --light-brown: #c3b8af;
  --pink: #e9c6dd;
  --lighter-black: #3a3737;
  --white-70: #ffffffb3;
  --purple: #0d0628;
  --green: #006c4a;
  --grey: #4d4d4d;
  --dark-grey: #292929;
  --transparent-green: #006c4af7;
  --light-pink: #eed9e7;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.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-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

body {
  background-color: var(--white);
  color: var(--black);
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.6;
}

h1 {
  letter-spacing: .075em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.11em;
  font-weight: 600;
  line-height: 1;
}

h2 {
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 8px;
  font-family: calluna, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: underline;
}

h3 {
  color: var(--black);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: calluna, sans-serif;
  font-size: .8rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .85em;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: calluna, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

a {
  font-size: 1em;
  text-decoration: none;
}

blockquote {
  border-left: .4em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em;
  font-size: 140%;
  line-height: 1.6;
}

.container {
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 4.06em 2em;
}

.container.hero-container {
  height: 100%;
  padding-top: 12em;
  padding-bottom: 10em;
}

.container.hero-container.green-bg {
  background-color: var(--light-brown);
}

.container.is--nav {
  z-index: 99999;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.container.for-slider {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.container.for-slider.with-bottom-padding {
  padding-bottom: 7em;
}

.container.for-slider.hero-slider {
  padding-left: 0;
  padding-right: 0;
}

.container.is--menu {
  z-index: 2;
  color: var(--pink);
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding-top: 2em;
  display: flex;
  position: relative;
}

.container.is-half {
  height: 100%;
  padding-top: 4.06em;
  padding-bottom: 4.06em;
  padding-right: 0;
}

.container.center-aligned {
  height: 100%;
}

.container.shared-half {
  width: 50%;
}

.container.is--endbottom {
  background-color: #0000;
  padding-top: 5em;
  padding-bottom: 5em;
}

.container.is--endbottom.connecting {
  padding-top: 3em;
  padding-bottom: 7em;
}

.container.is--endbottom.no-bottom-padding {
  padding-bottom: 0;
}

.container.is--endbottom.no-bottom-padding.pb-color {
  background-color: #c3b8af;
}

.container.is--endbottom.no-bottom-padding._2 {
  padding-top: 7em;
}

.container.is--endbottom.end-bottom-smaller {
  padding-top: 3em;
  padding-bottom: 5em;
}

.container.is--endbottom.end-bottom-smaller.pb-color {
  background-color: #c3b8af;
}

.container.is--endbottom.pbot {
  padding-top: 7em;
  padding-bottom: 10em;
}

.container.is--startheader {
  padding-top: 0;
}

.container.is--stories {
  max-width: none;
  padding-bottom: 4.06em;
}

.container.is--header {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 20em;
  padding-bottom: 20em;
  display: flex;
}

.container.is--header.with-bottom-padding {
  padding-bottom: 7em;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.global {
  font-family: calluna, sans-serif;
  font-weight: 400;
  display: block;
}

.section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: block;
}

.section.is-slider {
  z-index: 2;
  margin-bottom: 0;
  position: relative;
}

.section.is-slider.to-hide {
  display: none;
}

.section.is-hero {
  z-index: 3;
  position: relative;
}

.section.is--nav {
  z-index: 900;
  position: absolute;
  inset: 0% 0% auto;
}

.section.with-bg-img {
  background-image: url('../images/parklife-vol35.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
}

.section.with-bg-img.no-parallax {
  background-image: url('../images/img_11__pc.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.section.with-bg-img.header2 {
  background-image: url('../images/roots01.webp');
  background-position: 0 100%;
  background-size: cover;
  height: 95vh;
}

.section.with-bg-img.header4 {
  background-image: url('../images/ventures01.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  height: 95vh;
}

.section.with-bg-img.header-4 {
  background-image: url('../images/ventures10_1.webp');
  background-size: cover;
  height: 80vh;
}

.section.with-bg-img.header-5 {
  background-image: url('../images/sustainability09.webp');
  background-position: 50% 100%;
  background-size: cover;
  height: 80vh;
}

.section.with-bg-img.header-6 {
  background-image: url('../images/sustainability01.webp');
  background-position: 50% 100%;
  background-size: cover;
  height: 80vh;
}

.section.with-bg-img.header3 {
  background-image: url('../images/privacybanner.jpg');
  background-position: 0 100%;
  background-size: cover;
  height: 95vh;
}

.section.with-bg-img.header3.shorter-header {
  height: 60vh;
}

.section.with-bg-img.header6, .section.with-bg-img.header7 {
  background-image: url('../images/roots04.webp');
  background-position: 50% 100%;
  background-size: cover;
  height: 80vh;
}

.section.with-bg-img.header-7 {
  background-image: url('../images/parkcity-botanika-home5_1.webp');
  background-position: 50% 100%;
  background-size: cover;
  height: 80vh;
}

.section.with-bg-img.adiva-header {
  background-image: url('../images/adiva02_1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 95vh;
}

.section.with-bg-img.adiva-header._2 {
  background-image: url('../images/adiva06.webp');
  background-position: 50% 100%;
}

.section.with-bg-img.introducing-parkcity-botanika {
  background-image: url('../images/parkcity-botanika-intro.webp');
}

.section.with-bg-img.parkcity-botanika-header {
  background-image: url('../images/parkcity-botanika-home1_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.section.with-bg-img.parkcity-botanika-header._2 {
  background-image: url('../images/adiva06.webp');
  background-position: 50% 100%;
}

.section.with-bg-img.safa-header {
  background-image: url('../images/pc-east-safa1.webp');
}

.section.is-half {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section.is-not-full {
  height: auto;
}

.section.hide {
  display: none;
}

.section.is--bright {
  background-color: #ffefe2;
}

.section.is--bright.is--center {
  text-align: center;
  background-color: #ffefe2;
}

.section.is--bright.is-gradient {
  background-color: #ffefe20f;
  background-image: linear-gradient(#ffefe2, #fff 75%);
}

.section.auto-height {
  height: auto;
}

.section.footer {
  z-index: 5;
  position: relative;
}

.section.for-bg-video {
  height: 100vh;
  padding-top: 7em;
}

.section.for-bg-video.lesser-padding {
  padding-top: 0;
}

.section.is--half-section {
  height: 100vh;
}

.section.is--half-section.pb-main-hero {
  background-image: url('../images/pb-1.jpg');
  background-position: 50% 100%;
  background-size: cover;
  height: 100vh;
}

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

.text-wrap1 {
  text-align: left;
  width: 49%;
  margin-left: 0;
  margin-right: 0;
}

.text-wrap1.center-aligned {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-wrap1.bigger {
  width: 75%;
}

.text-wrap1.bigger.center {
  text-align: center;
  width: 80%;
}

.text-wrap1.smaller {
  width: 40%;
}

.text-wrap1.smaller.for-adiva {
  text-align: right;
}

.text-wrap1.smaller.bottom-small-title {
  text-align: right;
  align-self: flex-end;
}

.text-wrap1.bigger-wrap-2 {
  width: 100%;
}

.text-wrap1.bigger-wrap-2.is--center {
  text-align: center;
}

.text-wrap1.header-wrap {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.text-wrap1.header-wrap.center {
  text-align: center;
  width: 80%;
}

.text-wrap1.smaller-wrap2 {
  width: 35%;
}

.text-wrap1.smaller-wrap2.for-adiva {
  text-align: right;
}

.text-wrap1.smaller-wrap2.bottom-small-title {
  text-align: right;
  align-self: flex-end;
}

.paragraph1 {
  color: var(--lighter-black);
  letter-spacing: .25em;
  text-transform: uppercase;
  width: 80%;
  margin-top: 4em;
  margin-bottom: 0;
  font-family: calluna, sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
}

.paragraph1.is--white {
  color: var(--white);
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: .85rem;
}

.paragraph1.is--black {
  background-color: var(--white-70);
  color: var(--black);
  border: 1px solid #000;
  width: 60%;
  margin: 1em auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .85rem;
  font-weight: 600;
}

.paragraph1.is--black.shorter-box {
  width: 40%;
}

.paragraph1.with-link {
  color: var(--lighter-black);
  border: 1px #000;
  width: auto;
  margin: 1em auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .85rem;
  font-weight: 600;
  text-decoration: underline;
}

.paragraph1.with-link:hover {
  color: var(--black);
}

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

.controls {
  z-index: 4;
  justify-content: center;
  align-items: center;
  width: 13em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.control {
  border: 2px solid var(--purple);
  color: var(--purple);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.33em;
  height: 3.33em;
  margin-left: .5em;
  margin-right: .5em;
  transition: transform .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.control:active {
  transform: scale(.9);
}

.control__arrow {
  z-index: 2;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.3em;
  display: block;
  position: relative;
}

.control__arrow.is--flipped {
  transform: rotate(-180deg);
}

.nav__logo {
  width: 5.52em;
}

.nav__svg {
  width: 100%;
  display: none;
}

.trigger {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.trigger.hide {
  display: none;
}

.trigger__line {
  background-color: var(--purple);
  width: 3em;
  height: .2em;
  margin-top: .3em;
  margin-bottom: .3em;
}

.trigger__line.is--1, .trigger__line.is--2 {
  width: 2.2em;
}

.trigger__circle {
  border: .2em solid var(--purple);
  border-radius: 50%;
  width: 14.58em;
  height: 14.58em;
  display: none;
  position: absolute;
}

.splide.slider2 {
  overflow: hidden;
}

.splide.slider1.bleed {
  padding-right: 14em;
}

.splide.slider1.bleed2 {
  padding-right: 5em;
}

.splide.slider.bleed, .splide.slider3.bleed {
  padding-right: 14em;
}

.splide__track {
  width: 100%;
  overflow: visible;
}

.splide__list {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  overflow: visible;
}

.splide__list.splide-anchor-to-bottom {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
}

.splide__slide {
  flex: none;
  width: 50%;
  height: 80vh;
  min-height: 41.88em;
  padding-left: .52em;
  padding-right: .52em;
}

.splide__slide.five-cards {
  width: 20%;
  height: auto;
  min-height: 0;
}

.splide__slide.three-cards {
  width: 33.33%;
  height: auto;
  min-height: 30em;
}

.splide__slide.three-cards.stretch-aligned {
  justify-content: flex-start;
  align-items: stretch;
  min-height: 20em;
  display: flex;
}

.splide__slide.one-card {
  width: 100%;
  height: auto;
  min-height: 30em;
  padding-left: 0;
  padding-right: 0;
}

.splide__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: static;
}

.control__fill {
  z-index: 1;
  background-color: var(--purple);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  margin-top: -100%;
  margin-right: -100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.slider-wave {
  z-index: 2;
  margin-top: -.6vw;
  position: absolute;
  inset: 0% 0% auto;
}

.slider-wave.is--bottom {
  margin-bottom: -.6vw;
  display: block;
  inset: auto 0% 0%;
  transform: rotate(-180deg);
}

.cursor {
  z-index: 1000;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor.hide-cursor {
  display: none;
}

.cursor__dot1 {
  background-color: var(--black);
  border-radius: 50%;
  width: 6px;
  height: 6px;
  transition: opacity .35s, background-color .35s, height .35s, width .35s;
}

.cursor__dot1.is--larger {
  background-color: var(--white);
  width: 5em;
  height: 5em;
}

.cursor__dot1.opacity-0 {
  opacity: 0;
}

.cursor__dot1.is--scale-down {
  transform: scale(.8);
}

.cursor__dot2 {
  z-index: 9000;
  border: 2px solid var(--black);
  color: #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  transition: border-color .35s, height .35s, width .35s, background-color .35s, color .35s;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.cursor__dot2.is--larger {
  background-color: var(--black);
  color: var(--white);
  width: 5em;
  height: 5em;
}

.cursor__dot2.light-ring {
  border-color: var(--black);
  width: 5em;
  height: 5em;
}

.cursor__dot2.is--scale-down {
  transform: scale(.8);
}

.cursor__text {
  margin-bottom: 5px;
  font-size: .6rem;
}

.menu {
  z-index: 1;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.menu__bg {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 101%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.menu__lottie {
  margin-top: -1%;
}

.menu__bg-color {
  background-color: var(--purple);
  width: 100%;
  height: 100%;
}

.menu__left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 4.06em;
  display: flex;
  position: relative;
}

.nav-link {
  justify-content: flex-start;
  align-items: center;
  margin-top: .7em;
  margin-bottom: .7em;
  display: flex;
  overflow: hidden;
}

.nav-link:hover {
  font-style: italic;
  font-weight: 700;
}

.nav-link.w--current {
  margin-top: .4em;
  margin-bottom: .4em;
}

.nav-link.is--1 {
  margin-left: 0;
}

.nav-link.is--3, .nav-link.is--3.w--current {
  margin-left: 0;
}

.nav-link.hide {
  display: none;
}

.nav-link__text {
  letter-spacing: -.05em;
  margin-bottom: 10px;
  font-size: 4.1em;
  line-height: 1.2;
}

.nav-link__num {
  letter-spacing: -.04em;
  margin-top: .7em;
  margin-left: .3em;
  font-size: 1.25em;
  font-style: normal;
  line-height: 1;
}

.nav-link__contain {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-link__line {
  background-color: var(--white);
  width: 0;
  height: .2em;
}

.menu__contain {
  color: var(--white);
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.menu__right {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 1em;
  padding-bottom: 1.7em;
  padding-right: 10.99em;
  display: flex;
}

.menu__icon {
  width: 3.02em;
  display: none;
}

.sublinks {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.sublink {
  margin-top: 1em;
  overflow: hidden;
}

.sublink__text {
  letter-spacing: -.04em;
  margin-bottom: 10px;
  font-size: 1.77em;
  font-style: italic;
  line-height: 1.2;
}

.sublink__line {
  background-color: var(--white);
  width: 100%;
  height: .2em;
  transform: translate(-110%);
}

.sublink__line.fp {
  transform: translate(0);
}

.nav-link__img {
  z-index: -2;
  object-fit: contain;
  width: 46em;
  height: 30em;
  margin-right: -35em;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.background {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 101%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.background__lottie {
  width: 100%;
  margin-top: -1%;
}

.background__fill {
  background-color: var(--green);
  width: 100%;
  height: 100%;
}

.overflow-hidden {
  overflow: hidden;
}

.body {
  background-color: var(--white);
}

.content-div {
  z-index: 99999;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.content-div.center-aligned {
  justify-content: center;
}

.content-div.sticky {
  justify-content: center;
  padding-top: 0;
}

.content-div.sticky.indent-content {
  margin-top: 5em;
  padding-left: 10em;
}

.content-div.sticky.with-top-padding {
  margin-top: 5em;
}

.content-div.sticky.reverse {
  direction: ltr;
  text-align: center;
}

.content-div.slightly-sticky {
  flex-flow: column;
  justify-content: center;
  padding-top: 2em;
  padding-bottom: 4em;
}

.content-div.sticky2 {
  justify-content: center;
  padding-top: 0;
}

.content-div.sticky2.indent-content {
  margin-top: 5em;
  padding-left: 10em;
}

.content-div.sticky2.with-top-padding {
  margin-top: 5em;
}

.content-div.sticky2.reverse {
  direction: ltr;
  text-align: center;
}

.content-div.sticky3 {
  justify-content: center;
  padding-top: 0;
}

.content-div.sticky3.indent-content {
  margin-top: 5em;
  padding-left: 10em;
}

.content-div.sticky3.with-top-padding {
  margin-top: 5em;
}

.content-div.sticky3.reverse {
  direction: ltr;
  text-align: center;
}

.logo-wrap {
  text-align: left;
  width: 49%;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.logo-footer {
  width: 8em;
  max-width: none;
}

.splide__arrows {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.slider-tall {
  padding-bottom: 3.5em;
}

.slider-tall_img {
  width: 100%;
  margin-bottom: 2em;
  padding-top: 149%;
  transition: border-radius .5s, transform .5s;
  position: relative;
  overflow: hidden;
}

.slider-tall_photo {
  width: 100%;
  height: 100%;
  transition: transform .5s;
  position: absolute;
  inset: 0%;
  transform: scale(1.2);
}

.text-opacity {
  opacity: 1;
  transition: opacity .35s;
}

.splide-2 {
  width: 100%;
  position: relative;
}

.header {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-top: 8.7em;
  padding-bottom: 6.2em;
  display: block;
}

.splide__pagination {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.header_sub {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 2em;
  display: flex;
}

.splide__arrow {
  background-color: #0000;
  background-image: url('../images/arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30%;
  border: 1px solid #242022;
  border-radius: 100vw;
  width: 6em;
  height: 3em;
  margin-right: 1em;
  transition: all .2s;
}

.splide__arrow:hover {
  background-color: #3732350f;
}

.splide__arrow.splide__arrow--prev {
  transform: rotate(-180deg);
}

.splide__arrow.splide__arrow--prev:active {
  transform: scale(.95)rotate(-180deg);
}

.splide__arrow.splide__arrow--next:active {
  transform: scale(.95);
}

.h1-title {
  letter-spacing: -.015em;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 0;
  font-family: calluna, sans-serif;
  font-size: 3.5rem;
  line-height: 1;
}

.h1-title.smaller-heading {
  width: 100%;
  margin-top: .5em;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
}

.h1-title.medium-heading {
  width: 100%;
  margin-top: .5em;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
}

.h1-title.medium-heading.white {
  color: var(--white);
}

.heading-3 {
  color: var(--grey);
  margin-bottom: 20px;
  font-weight: 600;
}

.small-description {
  letter-spacing: .12em;
  width: 77%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: .8rem;
  font-style: italic;
}

.small-description.is--left {
  color: var(--lighter-black);
  margin-left: 0;
  margin-right: 0;
}

.small-description.is--left.for-footer {
  width: 100%;
}

.small-description.is--left.for-footer.left {
  width: 80%;
}

.small-description.top-padding {
  color: var(--lighter-black);
  width: 60%;
  margin-top: 30px;
  line-height: 1.35;
}

.small-description.top-bottom-padding {
  color: var(--lighter-black);
  width: 80%;
  margin: 30px 0 20px;
  line-height: 1.35;
}

.para-wrap {
  flex: none;
  width: auto;
}

.para-wrap.is--justified {
  text-align: justify;
}

.paragraph-small {
  color: var(--lighter-black);
  width: 60%;
  margin-top: 3em;
  margin-bottom: 0;
  font-family: calluna, sans-serif;
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.2;
}

.paragraph-small.larger, .paragraph-small.larger.smaller-top-padding {
  width: 80%;
}

.paragraph-small.smaller-top-padding {
  width: 40%;
  margin-top: 2em;
}

.paragraph-small.smaller-top-padding.is--center.smaller-space {
  margin-top: 1em;
}

.paragraph-small.smaller-top-padding.is--center.sp2 {
  width: 45%;
}

.paragraph-small.is--center {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-small.darker {
  color: var(--black);
}

.paragraph-small.bigger {
  width: 80%;
}

.container-img {
  width: 50%;
  padding: 4.06em;
}

.container-img.img-is-right {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.container-img.for-3-column {
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-start;
  width: auto;
  padding: 0;
  display: flex;
}

.container-img.for-full-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  padding: 0;
  display: flex;
}

.container-img.adiva-half-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 10px 0 0;
  display: flex;
}

.h1-big-caps-title {
  color: var(--black);
  margin-bottom: .3em;
  font-family: calluna, sans-serif;
  font-size: 5rem;
}

.button {
  color: #242022;
  text-align: center;
  background-color: #0000;
  border: 1px solid #242022;
  border-radius: 100vw;
  padding: .5em 2.4em;
  font-size: .9em;
  font-weight: 500;
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
}

.button:hover {
  color: #dfdad5;
  background-color: #242022;
}

.splide-3 {
  width: 100%;
  position: relative;
}

.splide-3.slider1.pill {
  padding-right: 14em;
}

.slider-pill {
  text-align: center;
  width: auto;
  padding-bottom: 0;
}

.slider-pill.left-aligned {
  text-align: left;
  height: auto;
}

.slider-pill_img {
  object-fit: cover;
  background-color: #242022f5;
  background-image: url('../images/parkcity-botanika-home2.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  margin-bottom: 3em;
  padding-top: 150%;
  position: relative;
  overflow: hidden;
}

.slider-pill_img.smaller-pill {
  padding-top: 100%;
}

.slider-pill_img.pb1 {
  background-image: url('../images/parkcity-botanika-home17.webp');
}

.slider-pill_img.pb2 {
  background-image: url('../images/parkcity-botanika-home9_1.webp');
}

.slider-pill_img.pb3 {
  background-image: url('../images/parkcity-botanika-home13.webp');
}

.slider-pill_img.pb4 {
  background-image: url('../images/parkcity-botanika-home18.webp');
}

.slider-pill_img.pb5 {
  background-image: url('../images/parkcity-botanika-home3.webp');
}

.slider-pill_photo {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .35s;
  position: absolute;
  inset: 0%;
}

.slider-pill_photo.with-outline {
  border: 1px solid #000;
}

.slider-pill_photo.hide {
  display: none;
}

.container-half-content-div {
  z-index: 77;
  width: 50%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: static;
}

.container-half-content-div.is-hero {
  height: 100%;
  padding-top: 11.26em;
  padding-bottom: 5em;
}

.container-half-content-div.is--nav {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.65em;
  padding-bottom: 1.65em;
  display: flex;
  position: relative;
}

.container-half-content-div.is--slider {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.container-half-content-div.is--menu {
  z-index: 2;
  color: var(--pink);
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.container-half-content-div.is-half {
  height: 100%;
  padding-top: 4.06em;
  padding-bottom: 4.06em;
}

.container-half-content-div.is-center {
  height: 100%;
}

.container-half-content-div.reverse {
  direction: ltr;
}

.container-half-content-div.smaller-container {
  width: 40%;
}

.img-div {
  width: 29vw;
  height: auto;
}

.img-div.center {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.img-div.bigger-width {
  width: 33vw;
}

.img-div.landscape-img {
  width: 50vw;
  padding-right: 1em;
}

.img-div.landscape-img.no-right-padding {
  padding-left: 1em;
  padding-right: 0;
}

.img-div.for-3-col {
  width: 100%;
  padding-right: 1em;
}

.img-div.for-3-col.no-right-padding, .img-div.for-3-col.center-padding {
  padding-left: 1em;
  padding-right: 0;
}

.img-div.for-2-col {
  width: 60vw;
  max-height: 1200px;
}

.img-div.bg-img {
  background-image: url('../images/ventures03.webp');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.img-div.bg-img._2 {
  background-image: url('../images/ventures04.webp');
  background-position: 50%;
  background-size: 410px;
}

.img-div.full-div, .img-div.adiva {
  width: auto;
}

.img-div.adiva.left {
  padding-left: 20px;
  padding-right: 0;
}

.img-div.adiva.right {
  padding-left: 0;
  padding-right: 20px;
}

.img-div.large1 {
  width: 38vw;
}

.img-div.large2 {
  width: 50vw;
}

.section2.is-fullscreen {
  position: relative;
}

.section2.case-study {
  padding-top: 11.25rem;
  padding-bottom: 5.25rem;
}

.section2.is-hero {
  padding-top: 22rem;
  padding-bottom: 7em;
}

.section2.is-info {
  background-color: #191919;
}

.section2.background-color-grey {
  background-color: #f1f0ec;
}

.slider-css {
  height: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.container-half {
  width: 100%;
  max-width: 2000px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 7em 4.06em 0;
  display: flex;
  position: static;
}

.container-half.is-hero {
  height: 100%;
  padding-top: 11.26em;
  padding-bottom: 5em;
}

.container-half.is--nav {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.65em;
  padding-bottom: 1.65em;
  display: flex;
  position: relative;
}

.container-half.is--slider {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.container-half.is--menu {
  z-index: 2;
  color: var(--pink);
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.container-half.is-half {
  height: 100%;
  padding-top: 4.06em;
  padding-bottom: 4.06em;
  padding-right: 0;
}

.container-half.is-center {
  height: 100%;
}

.container-half.shared-half {
  width: 50%;
}

.container-half.end-bottom {
  padding-bottom: 10em;
}

.container-half.end-bottom.smaller-padding {
  padding-bottom: 5em;
}

.container-half.end-bottom.smaller-padding2 {
  padding-bottom: 7em;
}

.container-half.bottom-padding {
  padding-top: 2em;
  padding-bottom: 7em;
}

.container-half.bottom-padding.reverse {
  direction: rtl;
}

.container-half.is--top {
  padding-top: 2em;
}

.container-half.reverse {
  direction: rtl;
}

.container-half.reverse.bottom-padding {
  padding-top: 7em;
}

.container-half.is--topbottom {
  padding-bottom: 10em;
}

.container-half.is--topbottom.smaller-padding {
  padding-bottom: 5em;
}

.container-half.top-bottom-padding {
  padding-top: 7em;
  padding-bottom: 7em;
}

.container-half.top-bottom-padding.reverse {
  direction: rtl;
}

.column-img {
  background-color: #cebaac;
  display: block;
  position: static;
}

.column-img.hide {
  display: none;
  overflow: clip;
}

.line {
  background-color: var(--black);
  height: 2px;
  padding-bottom: 0;
}

.line.thicker {
  height: 2px;
  margin-bottom: 2rem;
}

.line.top-padding {
  height: 1px;
  margin-top: 4em;
  margin-bottom: 2em;
}

.footer-wrap {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-group {
  width: 40%;
}

.footer-group.social-media {
  width: 20%;
  display: flex;
}

.footer-group.social-media.downwards {
  flex-flow: column;
  width: 40%;
}

.footer-group.extra-link {
  text-align: right;
  justify-content: flex-end;
  display: flex;
}

.footer-group.extra-link.smaller {
  flex-flow: column;
  width: 25%;
}

.footer-group.smaller {
  width: 35%;
}

.footer-group.full {
  width: 100%;
}

.footer-text {
  color: var(--black);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: calluna, sans-serif;
  font-size: .8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.container-title-div {
  text-align: center;
  padding: 3em 0;
}

.container-title {
  letter-spacing: .25rem;
  text-transform: uppercase;
  font-family: calluna, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.footer-text-link {
  color: var(--black);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: calluna, sans-serif;
  font-size: .8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  display: inline-block;
}

.footer-text-link.sm {
  text-align: center;
  margin-top: 0;
  font-size: 1rem;
  font-style: italic;
}

.footer-text-link.sm.hide {
  display: none;
}

.sublink_text {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: calluna, sans-serif;
  font-size: 1.05rem;
}

.container-3-col {
  width: 100%;
  max-width: 2000px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 7em 4.06em 0;
  display: flex;
  position: static;
}

.container-3-col.is-hero {
  height: 100%;
  padding-top: 11.26em;
  padding-bottom: 5em;
}

.container-3-col.is--nav {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.65em;
  padding-bottom: 1.65em;
  display: flex;
  position: relative;
}

.container-3-col.is--slider {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.container-3-col.is--menu {
  z-index: 2;
  color: var(--pink);
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.container-3-col.is-half {
  height: 100%;
  padding-top: 4.06em;
  padding-bottom: 4.06em;
  padding-right: 0;
}

.container-3-col.is-center {
  height: 100%;
}

.container-3-col.shared-half {
  width: 50%;
}

.container-3-col.is--endbottom {
  padding-bottom: 7em;
}

.container-3-col.no-padding {
  justify-content: space-between;
  align-items: stretch;
  padding-top: 2em;
}

.container-3-col.bottom-padding {
  justify-content: space-between;
  align-items: stretch;
  padding-top: 2em;
  padding-bottom: 10em;
}

.stories-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.stories-content-text {
  opacity: 1;
  transition: opacity .35s;
}

.stories-img {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.bold-text {
  font-size: 1.4rem;
}

.h1-banner-heading {
  color: var(--white);
  letter-spacing: -.015em;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #00000087;
  width: 100%;
  margin-bottom: 0;
  font-family: calluna, sans-serif;
  font-size: 5rem;
  line-height: 1;
}

.h1-banner-heading.smaller-heading {
  width: 100%;
  margin-top: .5em;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
}

.h1-banner-heading.medium-heading {
  width: 100%;
  margin-top: .5em;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
}

.part-parkcity-thumb {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.text-wrap-link-div {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.link-box {
  width: 100%;
  height: 100%;
}

.bullet-points-text {
  margin-top: 2em;
}

.bullet-points-text.white {
  color: var(--white);
}

.bullet-points-item {
  opacity: .5;
  border-bottom: 1px #000;
  border-radius: 1px;
  margin-bottom: 3px;
  padding-bottom: 0;
  display: block;
}

.bullet-points-item:hover {
  opacity: 1;
}

.bullet-points-para {
  color: var(--lighter-black);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: calluna, sans-serif;
  font-size: .93rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: underline;
}

.bullet-points-para.larger, .bullet-points-para.larger.smaller-top-padding {
  width: 80%;
}

.bullet-points-para.smaller-top-padding {
  width: 40%;
  margin-top: 2em;
}

.bullet-points-para.is--center {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.bullet-points-para.white {
  color: var(--white);
}

.bullet-points-para.grey {
  color: var(--black);
}

.bullet-points-para.grey:hover {
  color: var(--lighter-black);
}

.fp-sublink {
  margin-top: 1em;
  overflow: hidden;
}

.video {
  height: 100%;
  padding-bottom: 0;
}

.background-video {
  height: 100%;
}

.video-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

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

.div {
  width: 100%;
  max-width: 2000px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 4.06em;
}

.div.is-hero {
  height: 100%;
  padding-top: 12em;
  padding-bottom: 10em;
}

.div.is--nav {
  z-index: 99999;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.div.is--slider {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.div.is--slider.with-bottom-padding {
  padding-bottom: 7em;
}

.div.is--menu {
  z-index: 2;
  color: var(--pink);
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding-top: 2em;
  display: flex;
  position: relative;
}

.div.is-half {
  height: 100%;
  padding-top: 4.06em;
  padding-bottom: 4.06em;
  padding-right: 0;
}

.div.is-center {
  height: 100%;
}

.div.shared-half {
  width: 50%;
}

.div.is--endbottom {
  background-color: #0000;
  padding-top: 5em;
  padding-bottom: 5em;
}

.div.is--endbottom.connecting {
  padding-top: 3em;
  padding-bottom: 7em;
}

.div.is--startheader {
  padding-top: 0;
}

.div.is--stories {
  max-width: none;
  padding-bottom: 4.06em;
}

.div.is--header {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 20em;
  padding-bottom: 20em;
  display: flex;
}

.div.is--header.with-bottom-padding {
  padding-bottom: 7em;
}

.separator {
  height: 20px;
}

.h1-second-title {
  letter-spacing: .07em;
  text-transform: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: calluna, sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  text-decoration: none;
}

.h1-second-title.smaller-heading {
  width: 100%;
  margin-top: .5em;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
}

.h1-second-title.medium-heading {
  width: 100%;
  margin-top: .5em;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
}

.h1-sub-section-title {
  letter-spacing: -.015em;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 0;
  font-family: calluna, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
}

.h1-sub-section-title.smaller-heading {
  width: 100%;
  margin-top: .5em;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
}

.h1-sub-section-title.medium-heading {
  width: 100%;
  margin-top: .5em;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
}

.background__fill_dpc {
  background-color: var(--dark-grey);
  width: 100%;
  height: 100%;
}

.sticky-wrap {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.media-wrapper {
  width: 100%;
  height: 61.8034%;
  position: relative;
  inset: 0% 0% auto;
}

.content-wrapper {
  flex: 1;
  width: 100%;
  padding: 2rem;
  position: relative;
}

.grow-background {
  z-index: 0;
  background-color: #f5f5f5;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

.description {
  opacity: .75;
  color: #1d1d1f;
  letter-spacing: -.025em;
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.full-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.scroll-inner {
  align-items: flex-end;
  width: 300vw;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.scroll-card {
  background-color: #fff;
  border: .0625rem solid #83838329;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: 30vw;
  height: 80%;
  min-height: 32rem;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  position: relative;
  bottom: -5%;
  overflow: hidden;
}

.heading {
  color: #1d1d1f;
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.text-wrapper {
  z-index: 1;
  position: relative;
}

.sticky-container {
  width: 100%;
  height: 600vw;
  display: flex;
  position: relative;
}

.small-subtitle {
  letter-spacing: .2em;
  font-family: calluna, sans-serif;
  font-size: .7em;
  font-style: italic;
  font-weight: 400;
}

.home-content_heading {
  max-width: 6em;
}

.home-scroll_visual {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.home-scroll_visual.page-padding {
  position: sticky;
  top: 0;
}

.home-scroll_img-list {
  width: 100%;
  height: 100%;
  position: relative;
}

.home-content_section {
  color: #5b1a1d;
  background-color: #ffefe2;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.home-content_text-wrap {
  width: 50%;
}

.page-wrapper {
  width: 100%;
  padding-bottom: 5em;
  font-size: 1em;
  position: relative;
  overflow: visible;
}

.home-scroll_img-item {
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: opacity .3s;
  position: absolute;
  inset: 0%;
}

.page-padding {
  width: 100%;
  padding: 4em;
}

.page-padding.is-home-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 100vh;
  display: flex;
}

.home-scroll_img-wrap {
  width: 30em;
  max-width: 100%;
  height: 40em;
  max-height: 100%;
}

.home-scroll_section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #154726;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-scroll_text-item {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  opacity: .2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 3em;
  padding-bottom: 3em;
  transition: opacity .3s;
  display: flex;
}

.home-content_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.home-content_visual {
  width: 50%;
  position: relative;
}

.home-scroll_content.page-padding {
  padding-top: 30vh;
  padding-bottom: 30vh;
}

.home-content_p, .home-scroll_text-wrap {
  max-width: 30em;
}

.home-scroll_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.splide_bgimg {
  background-image: url('../images/parkcity-botanika-home1.webp');
  background-position: 50% 0;
  background-size: cover;
  height: 100vh;
}

.splide_bgimg._1 {
  background-image: url('../images/parkcity-botanika-home2.webp');
  background-position: 50%;
}

.splide_bgimg._2 {
  background-image: linear-gradient(129deg, #0000005c, #0000001f), url('../images/parkcity-botanika-home7_1.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.splide_bgimg._3 {
  background-image: linear-gradient(130deg, #fff0, #00000054), url('../images/parkcity-botanika-home19.webp');
  background-position: 0 0, 50% 60%;
  background-size: auto, cover;
}

.splide_bgimg._4 {
  background-image: url('../images/parkcity-botanika-home13.webp');
  background-position: 50%;
}

.splide_bgimg._5 {
  background-image: url('../images/parkcity-botanika-home5.webp');
}

.splide_bgimg._6 {
  background-image: url('../images/parkcity-botanika-home7.webp');
}

.splide_bgimg._7 {
  background-image: linear-gradient(123deg, #00000040, #0000001a), url('../images/adiva07_1.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.splide_bgimg._8 {
  background-image: url('../images/adiva07_1.webp');
  background-position: 50%;
  background-size: cover;
}

.splide_bgimg._9 {
  background-image: url('../images/parkcity-botanika-home9.webp');
}

.splide_bgimg.adiva01 {
  background-image: url('../images/adiva01.webp');
  background-position: 50%;
}

.splide_bgimg.adiva05 {
  background-image: url('../images/adiva05.webp');
  background-position: 50%;
}

.splide_bgimg.adiva06 {
  background-image: url('../images/adiva06.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.splide_bgimg.adiva07 {
  background-image: url('../images/adiva07.webp');
}

.splide_bgimg._10 {
  background-image: url('../images/adiva06_1.webp');
  background-position: 50% 100%;
}

.splide_bgimg.safa1 {
  background-image: url('../images/pc-east-safa8.webp');
  background-position: 50% 100%;
}

.splide_bgimg.safa2 {
  background-image: url('../images/pc-east-safa9.webp');
  background-position: 50%;
  background-size: cover;
}

.splide_bgimg.safa3 {
  background-image: url('../images/pc-east-safa10.webp');
  background-position: 50%;
  background-size: cover;
}

.splide_bgimg.safa4 {
  background-image: url('../images/pc-east-safa7.webp');
  background-position: 50%;
  background-size: cover;
}

.splide_bgimg.safa6 {
  background-image: url('../images/pc-east-safa6.webp');
  background-position: 50%;
  background-size: cover;
}

.splide_bgimg.safa5 {
  background-image: url('../images/pc-east-safa4.webp');
  background-position: 50%;
  background-size: cover;
}

.splide_bgimg.safa7 {
  background-image: url('../images/pc-east-safa5.webp');
  background-position: 50%;
  background-size: cover;
}

.content-div-slider {
  z-index: 99999;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding-top: 10em;
  padding-left: 4.06em;
  padding-right: 4.06em;
  display: flex;
}

.content-div-slider.is--center, .content-div-slider.sticky {
  justify-content: center;
}

.content-div-slider.sticky.indent-content {
  margin-top: 5em;
  padding-left: 10em;
}

.content-div-slider.sticky.with-top-padding {
  margin-top: 5em;
}

.content-div-slider.sticky.reverse {
  direction: ltr;
  text-align: center;
}

.content-div-slider.sticky.no-bottom-padding {
  padding-bottom: 0;
}

.content-div-slider.slight-sticky {
  flex-flow: column;
  justify-content: center;
  padding-top: 2em;
  padding-bottom: 4em;
}

.content-div-slider.bottom-left {
  justify-content: flex-end;
  padding-bottom: 2em;
}

.content-div-slider.up-down {
  padding-top: 7em;
  padding-bottom: 3em;
}

.content-box-slider {
  z-index: 99999;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  padding-top: 0;
  padding-right: 0;
  display: flex;
}

.content-box-slider.is--center, .content-box-slider.sticky {
  justify-content: center;
}

.content-box-slider.sticky.indent-content {
  margin-top: 5em;
  padding-left: 10em;
}

.content-box-slider.sticky.with-top-padding {
  margin-top: 5em;
}

.content-box-slider.sticky.reverse {
  direction: ltr;
  text-align: center;
}

.content-box-slider.sticky.no-bottom-padding {
  padding-bottom: 0;
}

.content-box-slider.slight-sticky {
  flex-flow: column;
  justify-content: center;
  padding-top: 2em;
  padding-bottom: 4em;
}

.h2-slider-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .7rem;
  text-decoration: none;
}

.slider-wrap {
  text-align: left;
  background-color: #fff;
  width: 20%;
  height: 20%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-left: 20px;
}

.slider-wrap.is-center {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slider-wrap.bigger-wrap {
  width: 75%;
}

.slider-wrap.bigger-wrap.center {
  text-align: center;
  width: 80%;
}

.slider-wrap.smaller-wrap {
  width: 40%;
}

.slider-wrap.bigger-wrap-2 {
  width: 100%;
}

.slider-wrap.bigger-wrap-2.is--center {
  text-align: center;
}

.slider-wrap.header-wrap {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.slider-wrap.header-wrap.center {
  text-align: center;
  width: 80%;
}

.township-map {
  width: 90%;
  margin-top: 40px;
}

.township-map.smaller {
  width: 70%;
}

.bold-text-2 {
  text-transform: uppercase;
}

.register-text {
  color: var(--dark-grey);
  letter-spacing: .4em;
  text-transform: uppercase;
  font-family: calluna, sans-serif;
  font-size: .7em;
  font-weight: 600;
  line-height: 1;
}

.township-logo {
  width: 90%;
}

.footer-text-for-township {
  color: var(--black);
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: calluna, sans-serif;
  font-size: .8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}

.footer-address-block {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.small-title {
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-top: 20px;
  font-weight: 600;
}

.small-title.white {
  color: var(--white);
}

.adiva-logo {
  width: 20%;
  margin-top: 0;
}

.adiva-scp {
  width: 90%;
  margin-top: 40px;
}

.content-div-slider-adiva {
  z-index: 99999;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  padding-top: 10em;
  padding-left: 4.06em;
  padding-right: 4.06em;
  display: flex;
}

.content-div-slider-adiva.is--center, .content-div-slider-adiva.sticky {
  justify-content: center;
}

.content-div-slider-adiva.sticky.indent-content {
  margin-top: 5em;
  padding-left: 10em;
}

.content-div-slider-adiva.sticky.with-top-padding {
  margin-top: 5em;
}

.content-div-slider-adiva.sticky.reverse {
  direction: ltr;
  text-align: center;
}

.content-div-slider-adiva.sticky.no-bottom-padding {
  padding-bottom: 0;
}

.content-div-slider-adiva.slight-sticky {
  flex-flow: column;
  justify-content: center;
  padding-top: 2em;
  padding-bottom: 4em;
}

.link-block.none.w--current {
  display: none;
}

.item-bordered {
  border-top: 1px solid #2222221a;
  border-right: 1px solid #2222221a;
  flex: 1;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.item-bordered.item-bordered-light {
  border-top-color: #ffffff1a;
  border-right-color: #ffffff1a;
  flex: 1;
  padding-bottom: 40px;
}

.item-bordered.item-bordered-light.item-first {
  padding-top: 20px;
}

.item-bordered.item-last {
  border-right-style: none;
  padding-right: 0;
}

.text-block-2 {
  font-size: 15px;
}

.social-links {
  justify-content: flex-end;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.text-white {
  color: #fff;
  font-size: 15px;
  display: block;
}

.text-white.contact-no-big {
  border-bottom-style: none;
  font-size: 31px;
  line-height: 35px;
  text-decoration: none;
}

.text-white.email {
  border-bottom-style: none;
  margin-top: 20px;
  text-decoration: none;
}

.flex-row {
  flex-wrap: nowrap;
  padding-left: 1vw;
  display: flex;
}

.flex-row.footer-details {
  background-color: #754848;
  margin-bottom: 100px;
  padding-left: 1vw;
  padding-right: 1vw;
}

.link-block-social {
  background-color: #ffffff14;
  border-radius: 50px;
  margin: 0;
  padding: 10px;
}

.link-block-social:hover {
  background-color: #3b5998;
}

.link-block-social.youtube {
  background-color: #000;
  border-radius: 0;
  padding: 8px;
  transition: background-color .3s;
}

.link-block-social.youtube:hover {
  background-color: #ff0004;
}

.link-block-social.instagram {
  background-color: #000;
  border-radius: 0;
  padding: 8px;
  transition: background-color .3s;
}

.link-block-social.instagram:hover {
  background-color: #d62976;
  text-decoration: none;
}

.link-block-social.facebook {
  background-color: #000;
  border-radius: 0;
  padding: 8px;
  transition: background-color .3s;
}

.link-block-social.facebook:hover {
  background-color: #0866ff;
}

.footer-township-logo-mobile {
  display: none;
}

.social-link {
  border-bottom-style: none;
  margin-left: 15px;
  margin-right: 0;
}

.footer-logo {
  border-bottom-style: none;
}

.footer-logo.township-logo {
  margin-top: 40px;
}

.heading-4 {
  color: #c66c61;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-size: 14px;
  font-style: italic;
}

.link-block-2 {
  margin-top: 0;
}

.home-content_section-2 {
  color: #5b1a1d;
  background-color: #f1753f;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.home-scroll_section-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #154726;
  background-color: #d8e0a5;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-scroll_img-2 {
  object-fit: cover;
  border-radius: 2em;
  width: 100%;
  height: 100%;
}

.floorplan-link-block {
  margin-left: 20px;
  margin-right: 20px;
}

.floorplan-link-block._3col {
  width: 33%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.overview_content {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 3em 3em 3em 4.06em;
  display: flex;
}

.overview_tab-line {
  opacity: 0;
  background-color: #006c4a;
  width: 0%;
  height: .2em;
  transition: opacity .2s;
}

.overview_heading-wrap {
  padding-bottom: 1.3em;
}

.overview_tab-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.overview_numbers {
  z-index: 2;
  font-size: 2.25em;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.overview_tab-list {
  grid-column-gap: .88em;
  grid-row-gap: .88em;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.overview_tab-item {
  opacity: .3;
  cursor: pointer;
  transition: opacity .2s;
}

.overview_tab-item.hide {
  display: none;
}

.overview_img-list {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.overview_sticky {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  height: 100vh;
  display: grid;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.overview_content-list {
  position: relative;
}

.overview_img-photo {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: scale(1.2);
}

.overview_header {
  letter-spacing: -.02em;
  text-transform: capitalize;
  font-size: 4em;
  font-weight: 700;
  line-height: .831169;
  text-decoration: none;
}

.overview_p {
  color: #3a3737;
  font-style: italic;
  font-weight: 400;
}

.overview_p.with-link {
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: underline;
}

.overview_p.with-link:hover {
  font-weight: 400;
}

.overview_trigger {
  height: 100vh;
}

.overview_visual {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin: 20px;
  padding: 3em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.overview_img-item {
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 4%;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.overview_img-item.is-active {
  opacity: 1;
}

.overview_tab-text {
  letter-spacing: -.02em;
  cursor: pointer;
  font-size: 1.6em;
  line-height: .9;
}

.overview_content-item {
  z-index: -1;
  opacity: 0;
  width: 100%;
  max-width: 27em;
  transition: opacity .2s;
  position: absolute;
  inset: auto 0% 0%;
}

.overview_content-item.is-active {
  z-index: 2;
  opacity: 1;
  position: relative;
}

.overview_mobile-img {
  display: none;
}

.overview_scroll-progress {
  z-index: 3;
  background-color: #006c4a;
  width: 5px;
  height: 0%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.global_embed {
  width: 0;
  height: 0;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.c-nav-social-address {
  margin-bottom: 20px;
}

.c-nav-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.c-nav-menu-btn {
  z-index: 5001;
  cursor: pointer;
  width: 45px;
  height: 45px;
  position: relative;
}

.c-menu-item-number {
  margin-right: 20px;
  display: none;
  position: absolute;
}

.b-nav-menu-btn {
  background-color: #fff;
  border-radius: 5000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.b-nav-menu-btn.default {
  background-color: var(--black);
  position: relative;
}

.b-nav-menu-btn.menu-opened {
  background-color: #333;
  display: none;
  position: absolute;
  inset: 0%;
}

._w-col-menu-links {
  display: inline-block;
}

.nav-social-address {
  color: #fff;
  padding-top: 1em;
  padding-left: 1.4em;
  font-size: .8em;
}

.c-nav-menu-btn-wrap {
  position: relative;
}

.menu-item-number {
  color: #ddf142;
  letter-spacing: 1px;
  font-size: .8em;
  font-weight: 600;
}

._w-nav-menu-btn {
  width: 100%;
  height: 100%;
  position: relative;
}

.nav-menu-overlay-bg {
  background-color: var(--lighter-black);
  border-radius: 100%;
  width: 0;
  height: 0;
  position: absolute;
}

.nav-menu-overlay-bg.dpc {
  background-color: var(--transparent-green);
}

.nav-menu-overlay-bg.pcb {
  background-color: var(--green);
  display: block;
}

.c-nav-contact-link-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 600;
  position: relative;
}

.c-nav-contact-link-text.focus {
  color: #69e1e2;
  position: static;
}

.c-nav-grid {
  grid-column-gap: 20px;
  grid-row-gap: 50px;
  grid-template-columns: 1.5fr .25fr 1fr;
  align-items: end;
  width: 100%;
}

.nav-menu-btn-line {
  perspective-origin: 100%;
  transform-origin: 100%;
  background-color: #666;
  width: 100%;
  height: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
  position: relative;
}

.nav-menu-btn-line.short {
  background-color: #d8e0f0;
  width: 70%;
}

.nav-menu-btn-line.long {
  background-color: #d8e0f0;
}

.c-nav-menu-btn-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.c-col-menu-header {
  padding-right: 40px;
  display: none;
}

.c-nav-main {
  z-index: 200;
  background-color: var(--white);
  position: fixed;
  inset: 0% 0% auto;
}

.c-social_icon {
  object-fit: contain;
  width: 1.9em;
  height: 1.6em;
  font-size: 117%;
}

.c-social_icon.small-icon {
  width: 1em;
}

.c-nav-menu-overlay {
  z-index: 5000;
  background-color: var(--green);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 10em;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.c-menu-item-link {
  color: #333;
  text-decoration: none;
}

.menu-item-text {
  color: #fff;
  letter-spacing: 1px;
  font-size: 6.5vw;
  font-weight: 600;
  line-height: 1em;
}

.c-nav-logo-link {
  color: #fff;
  text-decoration: none;
}

._w-col-menu-social {
  padding-bottom: 20px;
}

.logo-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1em;
}

.logo-text.dark {
  color: #4760ff;
  background-color: #0000;
}

.c-navagation-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
}

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

.c-menu-item {
  margin-bottom: 20px;
}

._w-menu-item-link {
  display: flex;
  position: relative;
}

.c-nav-logo {
  z-index: 5001;
  position: relative;
}

.c-menu-item-text {
  position: relative;
}

.c-social_link {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1.4em;
}

.c-nav-menu-overlay-bg {
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: absolute;
  inset: 40px 2.5% auto auto;
}

.c-nav-contact-link {
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

._w-nav {
  padding: 10px 2.25em 10px 4.06em;
}

.c-col-menu-links {
  background-color: #0000;
  flex: 1;
}

.c-nav-menu-content {
  z-index: 1000;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.c-nav-contact {
  z-index: 5001;
  margin-right: 40px;
  display: none;
  position: relative;
}

.footer-column {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.c-nav-link {
  color: #fff;
  text-transform: none;
  font-size: 2.3vw;
  line-height: 1.7;
  text-decoration: none;
}

.c-nav-link.fp {
  text-transform: none;
  text-decoration: underline;
}

.col-menu-header-text {
  transform-origin: 50% 100%;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 600;
  position: relative;
  transform: rotate(-90deg);
}

._w-nav-menu-btn-icon {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

._w-nav-menu-btn-icon.menu-opened {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 50%;
  position: relative;
}

.nav-menu-btn-close-icon {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: relative;
}

.nav-menu-btn-close-icon._1 {
  transform: rotate(45deg);
}

.nav-menu-btn-close-icon._2 {
  position: absolute;
  transform: rotate(-45deg);
}

.navbar-button {
  z-index: 999;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-size: .8rem;
  display: block;
}

.navbar-button.w--open {
  background-color: #fff0;
}

.button-underline-progress {
  background-color: #fff;
  width: 0;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-size-medium {
  color: #191919;
  font-size: 1.25rem;
  line-height: 1.45;
}

.text-size-large {
  font-size: 1.5rem;
  line-height: 1.4;
}

.image-award {
  width: 5.5rem;
  max-height: 5rem;
}

.image-explore {
  object-fit: cover;
  position: absolute;
}

.text-capitalize {
  text-transform: uppercase;
}

.navbar-link {
  color: #f7f6f1;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  font-size: 2rem;
}

.credit-component-image-wrapper {
  z-index: 200;
  width: 18rem;
  padding-top: 11.25rem;
  position: absolute;
  inset: auto 8% -150% auto;
}

.explore-info-item {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  display: flex;
}

.button-link-content {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  align-items: center;
  display: flex;
}

.icon-1x1-tiny {
  z-index: 5;
  flex: none;
  width: .8rem;
  height: .8rem;
  position: relative;
}

.navbar-social {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 3rem;
  display: flex;
}

.intro-number-text {
  letter-spacing: -.25rem;
  font-size: 5.7rem;
  line-height: 1;
}

.navbar-overlay {
  background-color: #191919b3;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.link.is-footer {
  text-transform: uppercase;
  font-size: 1rem;
  text-decoration: none;
  overflow: hidden;
}

.link.is-social {
  border: 1px solid #afafaf;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
}

.link.is-contact {
  color: #f7f6f1;
  font-size: 1.25rem;
  text-decoration: none;
}

.link.is-product-teaser {
  background-color: #f1f0ec;
  border-right: 1px solid #afafaf;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 50vh;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.link.is-credit {
  color: #191919;
  justify-content: space-between;
  width: 100%;
  padding-top: .75rem;
  padding-bottom: .75rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.image-wood {
  max-width: 60vw;
  margin-left: auto;
  margin-right: auto;
  position: static;
  transform: translate(0, 1px);
}

.wood-component-icon {
  border: 1px solid #191919;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  transition: transform .35s cubic-bezier(.165, .84, .44, 1), opacity .35s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.wood-component-icon:hover {
  opacity: .5;
  color: #191919;
  border-color: #191919;
  transform: rotate(-45deg);
}

.divider-line {
  z-index: 100;
  background-color: #afafaf;
  width: 100%;
  height: 1px;
  position: relative;
}

.divider-line.vertical {
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.wood-component-wrapper {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 19.375rem) 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.wood-component-icon_arrow {
  width: 1rem;
  height: 1rem;
}

.explore-info-image {
  border-radius: .625rem;
  overflow: hidden;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.credit-component {
  position: relative;
}

.social-author {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  justify-content: space-between;
  max-width: 59%;
  line-height: 1.5;
  display: flex;
}

.button-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #191919;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 50rem;
  justify-content: flex-start;
  align-items: center;
  padding: .6em 1.5em;
  font-size: .8rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wood-component-title {
  justify-content: space-between;
  margin-top: 2.25rem;
  display: flex;
}

.product-image.is-teaser {
  object-fit: cover;
  display: block;
  position: absolute;
  inset: 0%;
}

.product-image.is-bed {
  object-fit: contain;
  max-width: 80%;
  margin-top: 10%;
  margin-bottom: 10%;
}

.navbar-line {
  background-color: #191919;
  width: 100%;
  height: 1px;
}

.navbar-brand.w--current {
  padding-left: 0;
}

.wrapper.is-product-teaser {
  flex-direction: row;
  width: 100%;
  display: flex;
}

.wrapper.is-wood-intro {
  padding-top: 17.75rem;
  padding-bottom: 6.25rem;
}

.wrapper.is-awards {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrapper.is-hero-content {
  grid-column-gap: 3.15em;
  grid-row-gap: 3.15em;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.wrapper.is-intro {
  background-color: #f7f6f1;
  position: relative;
}

.wrapper.is-wood-image {
  justify-content: center;
  align-items: flex-end;
  min-height: 50rem;
  display: flex;
}

.wrapper.is-horizontal-scroll, .wrapper.is-explore {
  position: relative;
}

.wrapper.is-hero-image {
  width: 100%;
  min-height: 60rem;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.image-hero {
  object-fit: cover;
  width: 115%;
  max-width: none;
  height: 115%;
  position: absolute;
}

.navbar {
  background-color: #0000;
  padding: 1rem 2.5rem;
}

.social-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-size: .875rem;
  display: flex;
}

.social-wrapper.left-aligned {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  align-items: flex-start;
  font-size: 1rem;
}

.credit-component-icon_arrow {
  width: 1rem;
  height: 1rem;
  transform: rotate(-45deg);
}

.wood-component-text {
  max-width: 27rem;
  font-size: .9rem;
}

.navbar-menu {
  color: #f7f6f1;
  background-color: #55554d;
  width: 40vw;
  height: 100vh;
  padding: 4.5rem 2.5rem 2.5rem;
  inset: 0% 0% 0% auto;
}

.wood-component-link {
  color: #191919;
}

.wood-component-item {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  width: 100%;
  display: flex;
}

.image-author {
  object-fit: cover;
  border-radius: 50%;
  flex: none;
  width: 4.125rem;
  height: 4.125rem;
}

.explore-info-text {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 12rem;
  padding-bottom: 1rem;
  padding-left: .7rem;
  display: flex;
}

.text-color-grey {
  color: gray;
}

.spacer-footer {
  padding-top: 10rem;
}

.wood-component-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.explore-image-wrapper {
  min-height: 100svh;
  position: relative;
  overflow: hidden;
}

.footer-component {
  padding-top: 2rem;
  padding-bottom: 1.875rem;
}

.text-subtitle {
  color: #0009;
  text-transform: uppercase;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-1x1-small-second {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.grid.is-casestudy {
  grid-column-gap: 1.56rem;
  grid-row-gap: 1.56rem;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr .85fr .85fr;
}

.grid.is-product {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  place-items: start;
}

.grid.is-social {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid.is-hero {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .55fr 1fr .55fr;
  place-items: start;
}

.grid.is-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid.is-awards {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.grid.is-credit {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr 1fr .9fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.grid.is-wood {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  place-items: start;
}

.grid.is-intro {
  grid-column-gap: 2.375rem;
  grid-row-gap: 2.375rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: center;
}

.icon-1x1-small-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  position: relative;
}

.button-underline {
  background-color: #ffffff40;
  align-items: center;
  width: 100%;
  height: 1px;
  margin-top: .25rem;
  display: block;
  position: relative;
}

.container-navbar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.button-arrow-wrapper {
  position: relative;
  overflow: hidden;
}

.navbar-button-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.button-bg {
  z-index: 0;
  background-color: #191919;
  height: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.text-credit-number {
  min-width: 7rem;
}

.navbar-button-container {
  flex-direction: column;
  justify-content: space-between;
  width: 2rem;
  height: .7rem;
  display: flex;
  position: relative;
}

.button-text {
  z-index: 5;
  position: relative;
}

.padding-global {
  padding-left: 4.06em;
  padding-right: 4.06em;
}

.padding-global.nospace-right {
  padding-right: 0;
}

.image-overlay {
  background-color: #f7f6f1;
  display: none;
  position: absolute;
  inset: 0%;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-style-link.text-color-white {
  color: #f7f6f1;
}

.text-size-tiny {
  font-size: .75rem;
}

.credit-component-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.button-author {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 20rem;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
}

.button-author.is-text-link {
  z-index: 1;
  background-color: #0000;
  padding: 0;
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: block;
}

.column.explore-intro {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 37rem;
  height: auto;
  display: flex;
}

.column.footer-nav {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.column.intro-right {
  width: 100%;
  max-width: 38rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: block;
}

.column.wood-left {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  padding-right: 3.25rem;
  display: flex;
  position: relative;
}

.column.is-explore-info {
  background-color: #f7f6f1;
  border-radius: .625rem;
  max-width: 25rem;
  height: auto;
  padding: .625rem;
  position: absolute;
  inset: auto auto 5rem 2.5rem;
}

.column.product-right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.column.is-explore-info-right {
  background-color: #f7f6f1;
  border-radius: .625rem;
  max-width: 25rem;
  height: auto;
  padding: .625rem;
  position: absolute;
  inset: auto 2.5rem 5rem auto;
}

.column.product-left {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  display: flex;
  position: relative;
}

.column.intro-left {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  height: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.column.wood-right {
  width: 100%;
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  padding-left: 2.375rem;
  display: flex;
}

.column.hero-middle {
  max-width: 38rem;
  display: block;
}

.column.product-teaser-right {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  padding-left: 2.375rem;
  display: flex;
  position: relative;
}

.column.casestudy-intro {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 20rem;
  padding-bottom: 5.25rem;
  display: flex;
}

.column.footer-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  display: flex;
}

.column.hero-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
}

.image-wrapper.wood {
  max-width: 19.375rem;
}

.image-badge {
  max-width: 4rem;
  height: auto;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.section-title {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.section-title._0-gap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.x-small-title {
  letter-spacing: .08em;
  text-transform: none;
  width: 45%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}

.x-small-title.white-small-title {
  color: var(--white);
}

.x-small-title.center, .x-small-title.center2 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.small-title2 {
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-top: 0;
  font-size: .8rem;
  font-style: italic;
  font-weight: 600;
}

.small-title2.white-small-title {
  color: var(--white);
}

.small-title2.smaller {
  width: 55%;
}

.small-title2.smaller.text-white.larger {
  width: 80%;
}

.image-wrap {
  background-image: url('../images/parkcity-botanika-intro.webp');
  background-position: 50% 100%;
  background-size: cover;
  height: 50rem;
  margin-top: 60px;
  margin-bottom: 40px;
}

.image-wrap.smaller {
  margin-bottom: 0;
}

.image {
  width: 90%;
  margin-top: 40px;
}

.small-title3 {
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: .8rem;
  font-weight: 600;
}

.small-title3.white-small-title {
  color: var(--white);
}

.small-title3.smaller {
  width: 55%;
}

.safa-logo {
  width: 18%;
  margin-top: 0;
}

.floor-plan-div {
  width: 100%;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.fp-title {
  z-index: 5;
  font-family: calluna, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  inset: 31% auto auto 34%;
}

.fp-title-2 {
  font-family: calluna, sans-serif;
  font-size: 12em;
  font-style: italic;
  font-weight: 600;
  line-height: 1.1;
  position: absolute;
  inset: 38% auto 0% 38%;
}

.small-title4 {
  letter-spacing: .18em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .8rem;
  font-style: italic;
  font-weight: 400;
}

.small-title4.white-small-title {
  color: var(--white);
}

.small-title4.smaller {
  width: 55%;
}

.small-title4.smaller.text-white.larger {
  width: 80%;
}

.flex-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
}

.footer-icon {
  width: 32px;
}

.div-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-video {
  max-width: 100%;
}

@media screen and (min-width: 1280px) {
  .overview_content {
    padding-left: 4.06em;
  }

  .c-nav-link {
    font-size: 2.4vw;
    line-height: 1.8;
  }
}

@media screen and (min-width: 1440px) {
  .c-nav-menu-overlay {
    display: none;
  }

  .menu-item-text {
    font-size: 5vw;
  }

  .c-nav-link {
    font-size: 1.3vw;
    line-height: 1.9;
  }
}

@media screen and (min-width: 1920px) {
  h2 {
    margin-top: 60px;
  }

  .logo-footer {
    max-width: 100%;
  }

  ._w-nav {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    margin-top: 25px;
  }

  .container {
    padding: 0 3em 3em;
  }

  .container.hero-container {
    padding-top: 20em;
    padding-bottom: 15em;
  }

  .container.hero-container.green-bg {
    padding-top: 10em;
  }

  .container.is--nav {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .container.is--menu {
    padding-top: 0;
  }

  .container.is--endbottom {
    padding-top: 10em;
    padding-bottom: 15em;
  }

  .container.is--endbottom.connecting {
    padding-top: 4em;
    padding-bottom: 11em;
  }

  .container.is--endbottom.pp {
    padding-top: 0;
  }

  .container.is--endbottom.end-bottom-smaller {
    padding-top: 4em;
    padding-bottom: 9em;
  }

  .container.is--endbottom.pbot {
    padding-bottom: 0;
  }

  .container.is--header {
    align-items: center;
    display: flex;
  }

  .section.with-bg-img {
    height: 80vh;
  }

  .section.with-bg-img.header2 {
    background-position: 100%;
    background-size: cover;
    height: 80vh;
  }

  .section.with-bg-img.header3 {
    background-position: 0 100%;
    height: 70vh;
  }

  .section.with-bg-img.header4 {
    background-position: 70%;
    height: 80vh;
  }

  .section.with-bg-img.header-4 {
    background-position: 100% 100%;
    height: 70vh;
  }

  .section.with-bg-img.header-5, .section.with-bg-img.header-6 {
    background-position: 50% 100%;
    background-size: cover;
    height: 70vh;
  }

  .section.with-bg-img.header3 {
    background-position: 100%;
    background-size: cover;
    height: 80vh;
  }

  .section.with-bg-img.header6, .section.with-bg-img.header7 {
    background-position: 0 100%;
    height: 70vh;
  }

  .section.with-bg-img.header-7 {
    background-position: 50% 100%;
    background-size: cover;
    height: 70vh;
  }

  .section.with-bg-img.adiva-header {
    background-position: 100%;
    background-size: cover;
    height: 80vh;
  }

  .section.with-bg-img.parkcity-botanika-header {
    background-position: 100%;
    background-size: cover;
    height: 90vh;
  }

  .section.for-bg-video {
    height: 80vh;
  }

  .text-wrap1 {
    width: 60%;
  }

  .text-wrap1.bigger {
    width: 70%;
  }

  .text-wrap1.bigger.center {
    text-align: left;
  }

  .text-wrap1.smaller {
    width: 60%;
  }

  .text-wrap1.bigger-wrap-2 {
    width: 70%;
  }

  .text-wrap1.bigger-wrap-2.is--center, .text-wrap1.header-wrap {
    width: 100%;
  }

  .text-wrap1.header-wrap.center {
    text-align: left;
  }

  .text-wrap1.smaller-wrap2 {
    width: 60%;
  }

  .paragraph1 {
    width: 80%;
    font-size: 1rem;
  }

  .overflow {
    min-height: 100vh;
  }

  .splide__slide {
    height: 70vh;
  }

  .splide__slide.three-cards {
    width: 50%;
  }

  .cursor {
    display: none;
  }

  .menu {
    height: 100vh;
  }

  .menu__contain {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .menu__right {
    text-align: left;
    align-items: center;
    padding-right: 0;
  }

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

  .sublink__text {
    font-size: 2em;
  }

  .background__lottie {
    z-index: 2;
    flex: none;
    position: relative;
  }

  .background__fill {
    z-index: 1;
    position: relative;
  }

  .content-div {
    justify-content: space-between;
  }

  .content-div.sticky {
    padding-top: 5em;
    padding-bottom: 10em;
  }

  .content-div.sticky.small-padding-bottom {
    padding-bottom: 0;
  }

  .content-div.slightly-sticky {
    padding-top: 8em;
    padding-bottom: 10em;
  }

  .content-div.sticky2 {
    padding-top: 4em;
    padding-bottom: 10em;
  }

  .content-div.sticky3 {
    padding-top: 8em;
    padding-bottom: 2em;
  }

  .content-div.sticky3.small-padding-bottom {
    padding-bottom: 0;
  }

  .logo-wrap {
    width: 60%;
  }

  .logo-footer {
    width: 13em;
    max-width: none;
  }

  .header {
    width: 100%;
    height: auto;
  }

  .splide__pagination {
    padding-top: 1.9em;
    position: relative;
  }

  .h1-title.medium-heading {
    margin-top: 0;
  }

  .small-description.is--left.for-footer.left {
    width: 60%;
  }

  .small-description.top-padding, .small-description.top-bottom-padding {
    width: 70%;
  }

  .para-wrap {
    text-align: left;
  }

  .paragraph-small {
    width: 50%;
  }

  .paragraph-small.smaller-top-padding.is--center {
    width: 70%;
  }

  .paragraph-small.smaller-top-padding.is--center.smaller-space.pp2, .paragraph-small.smaller-top-padding.is--center.pp {
    width: 95%;
  }

  .paragraph-small.smaller-top-padding.is--center.sp2 {
    width: 80%;
  }

  .container-img.img-is-right {
    order: -1;
    width: 100%;
  }

  .container-img.img-is-right.no-reversal {
    order: -1;
    justify-content: center;
    align-items: center;
  }

  .container-img.for-3-column {
    width: 33.33%;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 0;
  }

  .container-img.for-3-column.first {
    margin-left: 0;
    padding-left: 0;
  }

  .container-img.for-3-column.last {
    padding-right: 0;
  }

  .container-img.for-3-column.last-of-2 {
    width: 66.66%;
    padding-right: 0;
  }

  .container-img.for-full-div, .container-img.adiva-half-div {
    width: 100%;
  }

  .h1-big-caps-title {
    font-size: 4rem;
  }

  .splide-3.slider1.pill {
    padding-right: 6vw;
  }

  .slider-pill_img {
    margin-bottom: 5em;
    padding-top: 148%;
  }

  .container-half-content-div {
    width: 100%;
  }

  .container-half-content-div.smaller-container {
    width: 100%;
    display: flex;
  }

  .container-half-content-div.with-top-padding {
    margin-top: 5em;
  }

  .img-div {
    width: 50vw;
  }

  .img-div.bigger-width {
    width: 60vw;
  }

  .img-div.landscape-img {
    width: 50vw;
  }

  .img-div.landscape-img.no-right-padding {
    padding-top: 0;
  }

  .img-div.full-div, .img-div.adiva, .img-div.large1, .img-div.large2, .img-div.large2, .img-div.large2 {
    width: auto;
  }

  .section2.is-hero {
    padding-top: 12rem;
    padding-bottom: 6em;
  }

  .container-half {
    flex-flow: column;
    padding-top: 10em;
    padding-left: 3em;
    padding-right: 3em;
  }

  .container-half.end-bottom {
    padding-top: 11em;
    padding-bottom: 15em;
  }

  .container-half.end-bottom.smaller-padding2.reverse {
    padding-top: 10em;
  }

  .container-half.end-bottom.smaller {
    padding-bottom: 5em;
  }

  .container-half.bottom-padding {
    padding-top: 7em;
  }

  .container-half.is--top {
    flex-flow: row;
  }

  .container-half.more-top-padding {
    padding-top: 20em;
  }

  .container-half.for-adiva {
    overflow-wrap: normal;
    padding-top: 10em;
  }

  .container-half.is--topbottom {
    padding-top: 0;
    padding-bottom: 15em;
  }

  .container-half.top-bottom-padding {
    padding-top: 7em;
  }

  .line.thicker {
    margin-bottom: 3em;
  }

  .line.top-padding {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .footer-wrap {
    flex-flow: column;
  }

  .footer-group {
    width: 100%;
  }

  .footer-group.social-media {
    flex-flow: column;
    width: 100%;
  }

  .footer-group.social-media.downwards {
    width: 100%;
    margin-top: 20px;
  }

  .footer-group.extra-link {
    text-align: left;
    justify-content: flex-start;
  }

  .footer-group.extra-link.smaller {
    width: 100%;
    margin-top: 20px;
  }

  .footer-group.extra-link.smaller.reverse {
    order: -1;
    margin-top: 0;
  }

  .footer-group.smaller {
    width: 100%;
  }

  .footer-text {
    padding-bottom: 0;
  }

  .container-title-div {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .footer-text-link {
    padding-top: 3px;
  }

  .footer-text-link.sm {
    text-align: left;
    padding-top: 3px;
    font-size: .85rem;
  }

  .sublink_text {
    margin-top: 40px;
    font-size: 1.2rem;
  }

  .container-3-col {
    flex-flow: column;
    padding-left: 3em;
    padding-right: 3em;
  }

  .container-3-col.no-padding, .container-3-col.bottom-padding {
    flex-flow: row;
  }

  .h1-banner-heading {
    font-size: 4rem;
  }

  .h1-banner-heading.medium-heading {
    margin-top: 0;
  }

  .bullet-points-text {
    margin-top: 4em;
  }

  .bullet-points-item {
    margin-bottom: 4px;
  }

  .bullet-points-para {
    width: auto;
  }

  .video-wrap {
    text-align: left;
  }

  .div {
    padding: 0 3em 3em;
  }

  .div.is-hero {
    padding-top: 20em;
    padding-bottom: 15em;
  }

  .div.is--nav {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .div.is--menu {
    padding-top: 0;
  }

  .div.is--endbottom {
    padding-top: 10em;
    padding-bottom: 15em;
  }

  .div.is--endbottom.connecting {
    padding-top: 4em;
    padding-bottom: 11em;
  }

  .div.is--header {
    align-items: center;
    display: flex;
  }

  .h1-second-title.medium-heading, .h1-sub-section-title.medium-heading {
    margin-top: 0;
  }

  .background__fill_dpc {
    z-index: 1;
    position: relative;
  }

  .scroll-inner {
    width: 600vw;
  }

  .scroll-card {
    width: 60vw;
    height: 61.8%;
    bottom: 0%;
  }

  .home-scroll_visual.page-padding {
    display: none;
  }

  .home-content_section {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: stretch;
  }

  .home-content_text-wrap {
    width: 100%;
  }

  .page-padding {
    padding-left: 2em;
    padding-right: 2em;
  }

  .page-padding.is-home-content {
    min-height: auto;
    padding-top: 6em;
    padding-bottom: 2em;
  }

  .home-scroll_section {
    display: block;
  }

  .home-scroll_text-item {
    opacity: 1;
  }

  .home-content_visual {
    width: 100%;
    height: 80vw;
  }

  .home-scroll_content.page-padding {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .home-scroll_text-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .content-div-slider {
    justify-content: space-between;
    padding-top: 20em;
    padding-left: 3em;
    padding-right: 3em;
  }

  .content-div-slider.sticky {
    padding-bottom: 10em;
  }

  .content-div-slider.slight-sticky {
    padding-top: 0;
    padding-bottom: 10em;
  }

  .content-box-slider {
    justify-content: flex-end;
  }

  .content-box-slider.sticky {
    padding-bottom: 10em;
  }

  .content-box-slider.slight-sticky {
    padding-top: 0;
    padding-bottom: 10em;
  }

  .slider-wrap {
    width: 20%;
  }

  .slider-wrap.bigger-wrap {
    width: 70%;
  }

  .slider-wrap.bigger-wrap.center {
    text-align: left;
  }

  .slider-wrap.smaller-wrap {
    width: 60%;
  }

  .slider-wrap.bigger-wrap-2 {
    width: 70%;
  }

  .slider-wrap.bigger-wrap-2.is--center, .slider-wrap.header-wrap {
    width: 100%;
  }

  .slider-wrap.header-wrap.center, .township-map {
    text-align: left;
  }

  .township-map.smaller {
    width: 90%;
  }

  .township-map-div {
    text-align: center;
  }

  .register-text {
    font-size: 1.5em;
  }

  .footer-text-for-township {
    padding-bottom: 0;
  }

  .adiva-logo {
    text-align: left;
    width: 30%;
  }

  .adiva-scp {
    text-align: left;
  }

  .content-div-slider-adiva {
    justify-content: flex-end;
    padding-top: 20em;
    padding-left: 3em;
    padding-right: 3em;
  }

  .content-div-slider-adiva.sticky {
    padding-bottom: 10em;
  }

  .content-div-slider-adiva.slight-sticky {
    padding-top: 0;
    padding-bottom: 10em;
  }

  .item-bordered {
    padding-left: 20px;
    padding-right: 20px;
  }

  .social-links {
    justify-content: flex-start;
    margin-left: -15px;
  }

  .text-white.contact-no-big {
    font-size: 29px;
  }

  .flex-row.footer-details {
    margin-bottom: 60px;
  }

  .footer-logo.township-logo {
    margin-top: 40px;
  }

  .home-content_section-2 {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: stretch;
  }

  .home-scroll_section-2 {
    display: block;
  }

  .overview_content {
    padding-left: 3em;
    padding-right: 3em;
  }

  .overview_heading-wrap {
    max-width: 27em;
  }

  .overview_tab-wrapper {
    display: none;
  }

  .overview_mobile-photo {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .overview_sticky {
    grid-template-columns: 1fr;
    height: auto;
    position: relative;
  }

  .overview_content-list {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .overview_p {
    width: 100%;
    max-width: 25em;
  }

  .overview_trigger, .overview_visual {
    display: none;
  }

  .overview_content-item {
    z-index: 2;
    opacity: 1;
    max-width: none;
    position: relative;
  }

  .overview_mobile-img {
    width: 100%;
    margin-top: 2em;
    padding-top: 50%;
    display: block;
    position: relative;
  }

  .c-nav-grid {
    font-size: 2vw;
    line-height: 2.2;
  }

  .c-col-menu-header {
    display: none;
  }

  .c-nav-menu-overlay {
    padding-top: 15em;
    padding-left: 2em;
    padding-right: 2em;
    display: none;
  }

  .menu-item-text {
    font-size: 3.5em;
  }

  ._w-nav {
    padding-left: 3em;
  }

  .credit-component-image-wrapper {
    display: none;
  }

  .image-wood {
    max-width: 80vw;
  }

  .social-author {
    max-width: none;
  }

  .wrapper.is-wood-intro {
    padding-top: 14rem;
    padding-bottom: 4rem;
  }

  .wrapper.is-wood-image {
    min-height: 40vh;
  }

  .image-hero {
    object-fit: cover;
  }

  .explore-info-text {
    min-height: 11rem;
  }

  .grid.is-product {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: .55fr 1fr;
  }

  .grid.is-hero {
    grid-template-columns: .55fr 1fr;
  }

  .grid.is-awards {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .grid.is-wood {
    grid-template-columns: .55fr 1fr;
  }

  .padding-global {
    padding-left: 3em;
    padding-right: 3em;
  }

  .column.is-explore-info {
    max-width: 20rem;
    bottom: 2.5rem;
  }

  .column.product-teaser-right {
    padding-left: 2rem;
  }

  .column.footer-right {
    flex-direction: column;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .x-small-title {
    width: 55%;
  }

  .x-small-title.center2 {
    width: 80%;
  }

  .image-wrap {
    text-align: center;
    height: 35rem;
    margin-bottom: 0;
  }

  .image {
    text-align: left;
  }

  .safa-logo {
    text-align: left;
    width: 30%;
  }

  ._3fp {
    text-align: left;
  }

  .column-video {
    width: 100vw;
    overflow: clip;
  }
}

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

  h2 {
    margin-top: 40px;
    font-size: 1rem;
  }

  .container {
    padding-bottom: 4em;
    padding-left: 4.9em;
    padding-right: 4.9em;
  }

  .container.hero-container {
    padding-top: 25em;
    padding-bottom: 15em;
  }

  .container.is--nav {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .container.is-half {
    padding-top: 136px;
    padding-bottom: 6em;
  }

  .container.is--endbottom.connecting {
    padding-top: 4em;
    padding-bottom: 15em;
  }

  .container.is--endbottom.end-bottom-smaller {
    padding-top: 4em;
    padding-bottom: 8em;
  }

  .section.is-slider {
    margin-bottom: 9.9em;
  }

  .section.with-bg-img {
    background-position: 65%;
    height: 70vh;
  }

  .section.with-bg-img.header2 {
    background-position: 50%;
  }

  .section.with-bg-img.header-4 {
    height: 60vh;
  }

  .section.with-bg-img.header3, .section.with-bg-img.adiva-header, .section.with-bg-img.parkcity-botanika-header {
    background-position: 50%;
  }

  .section.with-bg-img.safa-header {
    background-position: 50%;
    background-size: cover;
  }

  .section.for-bg-video {
    height: 75vh;
  }

  .section.is--half-section.smaller {
    height: 80vh;
  }

  .text-wrap1 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .text-wrap1.bigger {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 80%;
  }

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

  .text-wrap1.smaller {
    width: 100%;
  }

  .text-wrap1.smaller.for-adiva {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .text-wrap1.bigger-wrap-2 {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 80%;
  }

  .text-wrap1.header-wrap {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .text-wrap1.header-wrap.center {
    text-align: center;
  }

  .text-wrap1.smaller-wrap2 {
    width: 100%;
  }

  .text-wrap1.smaller-wrap2.for-adiva {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .paragraph1 {
    width: 80%;
    margin-top: 3em;
  }

  .controls {
    margin-bottom: -3em;
    font-size: 2em;
  }

  .nav__logo {
    font-size: 10px;
  }

  .nav__svg {
    font-size: 1em;
  }

  .trigger {
    font-size: 8px;
  }

  .splide__slide {
    width: 100%;
    min-height: 89em;
    padding-left: .92em;
    padding-right: .92em;
  }

  .splide__slide.three-cards {
    width: 50%;
  }

  .nav-link__text {
    font-size: 5.03em;
  }

  .menu__contain {
    flex-flow: row;
  }

  .menu__icon {
    font-size: 10px;
  }

  .sublink {
    font-size: 7px;
  }

  .sublink__text {
    font-size: 1.77em;
  }

  .sublink__line {
    display: none;
  }

  .sublink__line.fp {
    display: block;
  }

  .content-div {
    text-align: left;
    flex-flow: column;
    align-items: stretch;
  }

  .content-div.sticky {
    align-items: center;
    padding-top: 6em;
    padding-bottom: 12em;
  }

  .content-div.slightly-sticky {
    align-items: center;
    padding-bottom: 12em;
  }

  .content-div.sticky2 {
    align-items: center;
    padding-top: 8em;
    padding-bottom: 12em;
  }

  .content-div.sticky3 {
    align-items: center;
    padding-top: 10em;
    padding-bottom: 12em;
  }

  .logo-wrap {
    text-align: center;
    width: 100%;
  }

  .logo-footer {
    width: 15em;
    max-width: none;
  }

  .splide__arrows.is--mobile-center {
    justify-content: center;
    padding-left: 1em;
  }

  .slider-tall_img {
    padding-top: 125%;
  }

  .h1-title {
    width: 100%;
    font-size: 2.5rem;
  }

  .h1-title.medium-heading {
    font-size: 1.8rem;
  }

  .heading-3, .small-description {
    font-size: .75rem;
  }

  .small-description.top-padding, .small-description.top-bottom-padding {
    width: 72%;
    line-height: 1.37;
  }

  .para-wrap {
    text-align: center;
    width: 80%;
  }

  .para-wrap.is--center.larger-width {
    width: auto;
  }

  .para-wrap.is--center.larger-width2, .para-wrap.is--justified, .para-wrap.larger {
    width: 100%;
  }

  .paragraph-small {
    width: 100%;
    margin-top: 3em;
    font-size: 1.1rem;
  }

  .paragraph-small.larger {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-small.larger.smaller-top-padding, .paragraph-small.smaller-top-padding {
    width: 100%;
  }

  .paragraph-small.smaller-top-padding.is--center.sp2 {
    width: 90%;
  }

  .paragraph-small.smaller-top-padding.is--center.wider-col {
    width: 100%;
  }

  .paragraph-small.bigger {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-img.img-is-right, .container-img.for-3-column, .container-img.adiva-half-div {
    justify-content: center;
  }

  .h1-big-caps-title {
    font-size: 3.55rem;
  }

  .splide-3.slider1.pill {
    padding-right: 0;
  }

  .slider-pill_img {
    margin-bottom: 8em;
  }

  .container-half-content-div.is-hero {
    padding-top: 136px;
    padding-bottom: 6em;
  }

  .container-half-content-div.is--nav {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .container-half-content-div.is-half {
    padding-top: 136px;
    padding-bottom: 6em;
  }

  .img-div, .img-div.bigger-width {
    width: 90vw;
  }

  .img-div.landscape-img {
    width: 90vw;
    padding-right: 0;
  }

  .img-div.landscape-img.no-right-padding {
    padding-top: 2em;
    padding-left: 0;
  }

  .img-div.landscape-img.no-right-padding.nr2 {
    padding-top: 5em;
  }

  .img-div.full-div {
    width: 90vw;
  }

  .section2.case-study {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }

  .section2.is-hero {
    padding-top: 8rem;
    padding-bottom: 4em;
  }

  .container-half {
    padding-top: 15em;
    padding-left: 4.9em;
    padding-right: 4.9em;
  }

  .container-half.is-hero {
    padding-top: 136px;
    padding-bottom: 6em;
  }

  .container-half.is--nav {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .container-half.is-half {
    padding-top: 136px;
    padding-bottom: 6em;
  }

  .container-half.end-bottom {
    padding-top: 15em;
  }

  .container-half.is--top.bottom-padding {
    flex-flow: column;
    padding-top: 2em;
  }

  .container-half.is--top.top-down {
    flex-flow: column;
  }

  .container-half.reverse._2 {
    padding-top: 0;
  }

  .container-half.more-top-padding {
    padding-top: 27em;
  }

  .container-half.is--topbottom, .container-half._2 {
    padding-top: 0;
  }

  .container-half.small-gap {
    padding-top: 5em;
  }

  .footer-group.social-media {
    width: 100%;
  }

  .footer-text {
    width: 100%;
    margin-top: 0;
    font-size: .8rem;
  }

  .container-title {
    letter-spacing: .2rem;
    font-size: 1.1rem;
  }

  .footer-text-link {
    width: 100%;
    margin-top: 0;
    padding-top: 4px;
    font-size: .8rem;
  }

  .footer-text-link.sm {
    padding-top: 4px;
  }

  .sublink_text {
    font-size: 1rem;
  }

  .container-3-col {
    padding-left: 4.9em;
    padding-right: 4.9em;
  }

  .container-3-col.is-hero {
    padding-top: 136px;
    padding-bottom: 6em;
  }

  .container-3-col.is--nav {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .container-3-col.is-half {
    padding-top: 136px;
    padding-bottom: 6em;
  }

  .h1-banner-heading {
    width: 100%;
    font-size: 2.5rem;
  }

  .h1-banner-heading.medium-heading {
    font-size: 1.8rem;
  }

  .bullet-points-text {
    margin-top: 5em;
  }

  .bullet-points-item {
    margin-bottom: 5px;
    padding-bottom: 0;
  }

  .bullet-points-para {
    width: 100%;
    margin-top: 3em;
    font-size: .9rem;
  }

  .bullet-points-para.larger {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .bullet-points-para.larger.smaller-top-padding, .bullet-points-para.smaller-top-padding {
    width: 100%;
  }

  .fp-sublink {
    font-size: 7px;
  }

  .video-wrap {
    text-align: center;
    width: 100%;
  }

  .div {
    padding-bottom: 4em;
    padding-left: 4.9em;
    padding-right: 4.9em;
  }

  .div.is-hero {
    padding-top: 25em;
    padding-bottom: 15em;
  }

  .div.is--nav {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .div.is-half {
    padding-top: 136px;
    padding-bottom: 6em;
  }

  .div.is--endbottom.connecting {
    padding-top: 4em;
    padding-bottom: 15em;
  }

  .h1-second-title {
    width: 100%;
    font-size: 2.5rem;
  }

  .h1-second-title.medium-heading {
    font-size: 1.8rem;
  }

  .h1-sub-section-title {
    width: 100%;
    font-size: 1.5rem;
  }

  .h1-sub-section-title.medium-heading {
    font-size: 1.8rem;
  }

  .sticky-wrap {
    height: auto;
    overflow: visible;
  }

  .description {
    margin-top: .875rem;
    font-size: 1.125rem;
  }

  .scroll-inner {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .scroll-card {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    width: 100%;
    margin: 1rem 0;
  }

  .heading {
    font-size: 1.75rem;
  }

  .splide_bgimg._1.pb, .splide_bgimg._2.pb, .splide_bgimg._3.pb, .splide_bgimg._4.pb {
    height: 80vh;
  }

  .splide_bgimg.adiva05, .splide_bgimg.adiva06, .splide_bgimg.adiva07 {
    height: 70vh;
  }

  .splide_bgimg._10.pb {
    height: 80vh;
  }

  .content-div-slider {
    text-align: left;
    flex-flow: column;
    align-items: stretch;
    padding-top: 30em;
    padding-left: 4.9em;
    padding-right: 4.9em;
  }

  .content-div-slider.sticky {
    align-items: center;
    padding-bottom: 12em;
  }

  .content-div-slider.slight-sticky {
    align-items: center;
  }

  .content-box-slider {
    text-align: left;
    flex-flow: column;
    align-items: flex-end;
  }

  .content-box-slider.sticky {
    align-items: center;
    padding-bottom: 12em;
  }

  .content-box-slider.slight-sticky {
    align-items: center;
  }

  .h2-slider-title {
    font-size: .6rem;
  }

  .slider-wrap {
    text-align: center;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 30%;
    display: flex;
  }

  .slider-wrap.bigger-wrap {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 80%;
  }

  .slider-wrap.bigger-wrap.center {
    text-align: center;
  }

  .slider-wrap.smaller-wrap {
    width: 100%;
  }

  .slider-wrap.bigger-wrap-2 {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 80%;
  }

  .slider-wrap.header-wrap {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .slider-wrap.header-wrap.center {
    text-align: center;
  }

  .township-map {
    width: auto;
  }

  .register-text {
    font-size: 2em;
  }

  .footer-text-for-township {
    width: 100%;
    margin-top: 0;
    font-size: .8rem;
  }

  .small-title {
    margin-bottom: 0;
  }

  .small-title.white {
    margin-bottom: 20px;
  }

  .adiva-logo {
    align-self: center;
    width: 50%;
  }

  .adiva-scp {
    width: auto;
  }

  .content-div-slider-adiva {
    text-align: left;
    flex-flow: column;
    padding-top: 30em;
    padding-left: 4.9em;
    padding-right: 4.9em;
  }

  .content-div-slider-adiva.sticky {
    align-items: center;
    padding-bottom: 12em;
  }

  .content-div-slider-adiva.slight-sticky {
    align-items: center;
  }

  .item-bordered {
    border-right-style: none;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .text-block-2, .text-white {
    font-size: 14px;
  }

  .text-white.contact-no-big {
    display: block;
  }

  .footer-township-logo {
    display: none;
  }

  .flex-row {
    flex-direction: column;
  }

  .flex-row.footer-details {
    flex-direction: column;
    display: block;
  }

  .link-block-social.youtube, .link-block-social.instagram, .link-block-social.facebook {
    padding: 8px;
  }

  .footer-township-logo-mobile {
    margin-top: 20px;
    display: inline-block;
  }

  .footer-logo.township-logo {
    margin-top: 0;
  }

  .heading-4 {
    font-size: 12px;
  }

  .overview_content {
    padding-left: 4.9em;
    padding-right: 4.9em;
  }

  .overview_heading-wrap {
    max-width: 50em;
  }

  .c-footer_social {
    margin-top: 1.5em;
  }

  .c-nav-grid {
    align-items: stretch;
  }

  .c-nav-menu-overlay {
    padding-top: 20em;
    padding-left: 4em;
    padding-right: 4em;
    display: none;
  }

  .menu-item-text {
    font-size: 3em;
  }

  .c-menu-item {
    margin-bottom: 15px;
  }

  .c-social_link {
    padding-left: .8em;
    padding-right: .8em;
  }

  ._w-nav {
    padding-left: 4.9em;
    padding-right: 3em;
  }

  .c-col-menu-links {
    margin-bottom: 40px;
  }

  .c-nav-menu-content {
    display: block;
  }

  .c-nav-link {
    line-height: 1.7;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .link.is-product-teaser {
    width: 100%;
  }

  .spacer-huge {
    padding-top: 4rem;
  }

  .social-author {
    max-width: none;
  }

  .wood-component-title {
    align-items: center;
    margin-bottom: .5rem;
  }

  .wrapper.is-product-teaser {
    flex-direction: column;
  }

  .wrapper.is-wood-intro {
    padding-top: 8rem;
  }

  .wrapper.is-awards {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .wrapper.is-wood-image {
    min-height: 30vh;
  }

  .navbar {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .social-wrapper {
    align-items: flex-start;
  }

  .social-wrapper.left-aligned {
    align-items: center;
  }

  .wood-component-item {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .spacer-footer {
    padding-top: 8rem;
  }

  .grid.is-casestudy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1.2fr;
  }

  .grid.is-product {
    grid-template-columns: 1fr;
  }

  .grid.is-awards {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .grid.is-credit {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 24px .25fr 1fr 24px;
  }

  .grid.is-wood {
    grid-template-columns: 1fr;
  }

  .grid.is-intro {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .padding-global {
    padding-left: 4.9em;
    padding-right: 4.9em;
  }

  .padding-global.nospace-right {
    padding-right: 1rem;
  }

  .column.is-explore-info {
    left: 1rem;
  }

  .column.wood-right {
    padding-left: 0;
  }

  .column.product-teaser-right {
    order: 1;
    width: 100%;
  }

  .column.footer-right {
    flex-direction: column;
    justify-content: flex-start;
  }

  .image-wrapper.wood {
    max-width: 12rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .x-small-title {
    margin-bottom: 0;
  }

  .x-small-title.white-small-title {
    margin-bottom: 20px;
  }

  .x-small-title.center2 {
    align-self: center;
    width: 90%;
  }

  .x-small-title.wider-col {
    width: 80%;
  }

  .small-title2 {
    margin-bottom: 0;
  }

  .small-title2.white-small-title {
    margin-bottom: 20px;
  }

  .small-title2.smaller.text-white._2 {
    margin-bottom: 40px;
  }

  .small-title2.bottom-padding {
    margin-bottom: 10px;
  }

  .image-wrap.smaller {
    height: 25rem;
  }

  .image {
    width: auto;
  }

  .small-title3 {
    margin-bottom: 0;
  }

  .small-title3.white-small-title {
    margin-bottom: 20px;
  }

  .safa-logo {
    align-self: center;
    width: 50%;
  }

  ._3fp {
    width: auto;
  }

  .small-title4 {
    margin-bottom: 0;
    display: none;
  }

  .small-title4.white-small-title {
    margin-bottom: 20px;
  }

  .flex-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .div-block.single-for-mobile {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 8em;
  }

  .container {
    padding-top: 0;
  }

  .container.hero-container {
    padding-top: 35em;
    padding-bottom: 20em;
  }

  .container.hero-container.green-bg {
    padding-top: 15em;
  }

  .container.is-half {
    padding-bottom: 10em;
  }

  .container.is--endbottom {
    padding-top: 15em;
    padding-bottom: 20em;
  }

  .container.is--endbottom.connecting {
    padding-bottom: 18em;
  }

  .container.is--endbottom.end-bottom-smaller {
    padding-bottom: 5em;
  }

  .section.with-bg-img {
    background-position: 68% 30%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .section.with-bg-img.header2 {
    background-position: 65%;
    background-size: cover;
    height: 85vh;
  }

  .section.with-bg-img.header3 {
    background-position: 0 100%;
    background-size: cover;
  }

  .section.with-bg-img.header4 {
    background-position: 70%;
    background-size: cover;
    height: 85vh;
  }

  .section.with-bg-img.header-4 {
    background-image: url('../images/ventures10.webp');
    background-position: 80%;
    background-size: cover;
  }

  .section.with-bg-img.header-5, .section.with-bg-img.header-6 {
    background-position: 50% 100%;
    background-size: cover;
  }

  .section.with-bg-img.header3 {
    background-position: 65%;
    background-size: cover;
    height: 85vh;
  }

  .section.with-bg-img.header6, .section.with-bg-img.header7 {
    background-position: 0 100%;
    background-size: cover;
  }

  .section.with-bg-img.header-7 {
    background-position: 50% 100%;
    background-size: cover;
  }

  .section.with-bg-img.adiva-header, .section.with-bg-img.parkcity-botanika-header {
    background-position: 65%;
    background-size: cover;
    height: 85vh;
  }

  .section.with-bg-img.safa-header {
    background-position: 50% 100%;
    background-size: cover;
  }

  .section.for-bg-video {
    height: 70vh;
  }

  .text-wrap1, .text-wrap1.bigger, .text-wrap1.bigger-wrap-2, .text-wrap1.header-wrap {
    width: 100%;
  }

  .paragraph1 {
    margin-top: 2.5em;
  }

  .controls {
    margin-bottom: -47px;
    font-size: 10px;
  }

  .slider-wave {
    display: block;
  }

  .menu__left {
    padding-left: 0;
    font-size: 2em;
  }

  .nav-link__text {
    font-size: 4.03em;
  }

  .menu__contain {
    display: block;
  }

  .menu__right {
    text-align: center;
    align-items: center;
    padding-top: 5.3em;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 5px;
  }

  .menu__icon {
    font-size: 2em;
  }

  .sublinks {
    text-align: center;
    align-items: center;
    padding-top: 1.3em;
  }

  .sublink {
    font-size: 2em;
  }

  .content-div.sticky {
    padding-top: 7em;
    padding-bottom: 15em;
  }

  .content-div.slightly-sticky, .content-div.sticky2 {
    padding-top: 10em;
    padding-bottom: 15em;
  }

  .content-div.sticky3 {
    padding-top: 15em;
    padding-bottom: 15em;
  }

  .logo-wrap {
    width: 100%;
  }

  .logo-footer {
    width: 25em;
  }

  .small-description.top-padding, .small-description.top-bottom-padding {
    width: 80%;
  }

  .para-wrap {
    width: 89%;
  }

  .paragraph-small {
    margin-top: 2.5em;
  }

  .paragraph-small.bigger {
    width: 100%;
  }

  .container-half-content-div.is-hero, .container-half-content-div.is-half {
    padding-bottom: 10em;
  }

  .section2.case-study {
    padding-top: 6rem;
    padding-bottom: 2rem;
  }

  .section2.is-hero {
    padding-top: 8rem;
  }

  .container-half {
    padding-top: 18em;
  }

  .container-half.is-hero, .container-half.is-half {
    padding-bottom: 10em;
  }

  .container-half.end-bottom {
    padding-top: 18em;
    padding-bottom: 20em;
  }

  .container-half.bottom-padding {
    padding-top: 10em;
    padding-bottom: 10em;
  }

  .container-half.is--top {
    flex-flow: column;
  }

  .container-half.more-top-padding {
    padding-top: 45em;
  }

  .container-half.for-adiva {
    padding-top: 15em;
  }

  .container-half.is--topbottom {
    padding-top: 0;
    padding-bottom: 20em;
  }

  .container-half.top-bottom-padding {
    padding-top: 10em;
    padding-bottom: 10em;
  }

  .line.thicker {
    margin-bottom: 4em;
  }

  .footer-group.social-media {
    width: 100%;
  }

  .container-title-div {
    padding-top: 7em;
    padding-bottom: 7em;
  }

  .sublink_text {
    font-size: .85rem;
  }

  .container-3-col {
    padding-top: 10em;
  }

  .container-3-col.is-hero, .container-3-col.is-half {
    padding-bottom: 10em;
  }

  .container-3-col.is--endbottom {
    padding-top: 10em;
    padding-bottom: 10em;
  }

  .bullet-points-text {
    margin-top: 10em;
  }

  .bullet-points-item {
    margin-bottom: 6px;
    padding-bottom: 0;
  }

  .bullet-points-para {
    margin-top: 2.5em;
    font-size: .9rem;
  }

  .fp-sublink {
    font-size: 2em;
  }

  .video-wrap {
    width: 100%;
  }

  .div {
    padding-top: 0;
  }

  .div.is-hero {
    padding-top: 35em;
    padding-bottom: 20em;
  }

  .div.is-half {
    padding-bottom: 10em;
  }

  .div.is--endbottom {
    padding-top: 15em;
    padding-bottom: 20em;
  }

  .div.is--endbottom.connecting {
    padding-bottom: 18em;
  }

  .page-padding {
    padding-left: 1em;
    padding-right: 1em;
  }

  .splide_bgimg._7.pb, .splide_bgimg._10.pb {
    height: 80vh;
  }

  .content-div-slider {
    padding-top: 35em;
  }

  .content-div-slider.sticky, .content-div-slider.slight-sticky {
    padding-bottom: 15em;
  }

  .content-box-slider {
    padding-top: 30em;
  }

  .content-box-slider.sticky, .content-box-slider.slight-sticky {
    padding-bottom: 15em;
  }

  .slider-wrap {
    text-align: left;
    width: 40%;
    height: 30%;
  }

  .slider-wrap.bigger-wrap, .slider-wrap.bigger-wrap-2, .slider-wrap.header-wrap {
    width: 100%;
  }

  .register-text {
    font-size: 2em;
  }

  .content-div-slider-adiva {
    padding-top: 35em;
  }

  .content-div-slider-adiva.sticky, .content-div-slider-adiva.slight-sticky {
    padding-bottom: 15em;
  }

  .text-block-2, .text-white {
    font-size: 13px;
  }

  .text-white.contact-no-big {
    font-size: 26px;
    line-height: 33px;
    display: block;
  }

  .flex-row.footer-details {
    margin-bottom: 40px;
  }

  .footer-township-logo-mobile {
    margin-top: 20px;
  }

  .footer-logo.w--current {
    margin-bottom: 20px;
  }

  .overview_header {
    font-size: 6em;
  }

  .c-nav-contact-link-text.focus {
    display: none;
  }

  .c-nav-grid {
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    place-items: stretch start;
  }

  .c-nav-menu-overlay {
    padding-top: 30em;
    display: none;
  }

  .menu-item-text {
    font-size: 40px;
  }

  ._w-col-menu-social {
    text-align: center;
    padding-bottom: 0;
  }

  .c-nav-items {
    justify-content: space-between;
  }

  .c-menu-item {
    margin-bottom: 10px;
  }

  .c-nav-logo {
    margin-right: 20px;
  }

  .c-nav-contact-link {
    text-align: right;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .c-col-menu-links {
    margin-bottom: 0;
  }

  .c-nav-menu-content {
    width: 95%;
  }

  .c-nav-contact {
    margin-right: 15px;
  }

  .footer-column {
    align-items: flex-start;
    padding-bottom: 0;
    padding-right: 0;
  }

  .c-nav-link {
    font-size: 2em;
    line-height: 1.7;
  }

  .image-award {
    max-height: 3rem;
  }

  .explore-info-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .image-wood {
    max-width: 90vw;
  }

  .social-author {
    max-width: none;
  }

  .wood-component-title {
    margin-top: 1.5rem;
  }

  .wrapper.is-wood-intro {
    padding-top: 6rem;
    padding-bottom: 2rem;
  }

  .wrapper.is-wood-image {
    min-height: 18vh;
  }

  .social-wrapper.left-aligned {
    align-items: flex-start;
  }

  .wood-component-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .explore-info-text {
    min-height: 9rem;
  }

  .spacer-footer {
    padding-top: 6rem;
  }

  .grid.is-product, .grid.is-hero {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .grid.is-footer {
    grid-template-columns: 1fr;
  }

  .grid.is-awards {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .grid.is-wood {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .column.wood-left {
    padding-bottom: 0;
    padding-right: 0;
  }

  .column.is-explore-info {
    max-width: 17rem;
  }

  .column.wood-right {
    padding-top: 0;
  }

  .column.footer-right {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block {
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
  }

  .div-block {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

#w-node-_66d8ba3c-cbff-ecb3-c9ef-fc8bbec727a4-934dd5ef, #w-node-_7f65cda6-e0e9-6a2f-54e9-395d5e77916f-934dd5ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fae02dc4-e776-e616-0c45-4e7b9278ce75-9278ce2e {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_66d8ba3c-cbff-ecb3-c9ef-fc8bbec727a4-07e17ffe, #w-node-aa9075da-65cb-08a9-839d-0198d732d575-07e17ffe, #w-node-f71d6254-4a4d-d7b0-a98d-1df92810c0d1-07e17ffe, #w-node-_66d8ba3c-cbff-ecb3-c9ef-fc8bbec727a4-9a04ae02, #w-node-aa9075da-65cb-08a9-839d-0198d732d575-9a04ae02, #w-node-_33d756bf-f541-fc1a-4792-1a5f80bba600-9a04ae02, #w-node-_2309c5d7-39d9-e3fe-f428-af622c517f44-9a04ae02, #w-node-_83701382-39a7-8e0c-b0a2-4fea1726a0db-9a04ae02, #w-node-f71d6254-4a4d-d7b0-a98d-1df92810c0d1-9a04ae02, #w-node-_0469c722-4c00-c37e-6da9-aced823f3673-9a04ae02, #w-node-_92fcbcc1-0221-ef43-db0d-918585fa5746-9a04ae02, #w-node-_71d016a9-542f-a5ae-97ac-89de8e2ec755-9a04ae02, #w-node-aa9075da-65cb-08a9-839d-0198d732d575-0aed4c56, #w-node-f71d6254-4a4d-d7b0-a98d-1df92810c0d1-0aed4c56, #w-node-_66d8ba3c-cbff-ecb3-c9ef-fc8bbec727a4-05f2b1ee, #w-node-_7f65cda6-e0e9-6a2f-54e9-395d5e77916f-05f2b1ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8359550d-3d04-19f5-126c-2c53067e9ec1-ff3f6460 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_66d8ba3c-cbff-ecb3-c9ef-fc8bbec727a4-c4828028, #w-node-aa9075da-65cb-08a9-839d-0198d732d575-c4828028, #w-node-ec2f6b52-0fd9-6f70-239d-a7021ad4b0e7-c4828028, #w-node-f71d6254-4a4d-d7b0-a98d-1df92810c0d1-c4828028, #w-node-_66d8ba3c-cbff-ecb3-c9ef-fc8bbec727a4-c5647cd8, #w-node-aa9075da-65cb-08a9-839d-0198d732d575-c5647cd8, #w-node-e223d4a5-1aef-4a5e-0f3a-1de139c07be6-c5647cd8, #w-node-e223d4a5-1aef-4a5e-0f3a-1de139c07c3f-c5647cd8, #w-node-_66d8ba3c-cbff-ecb3-c9ef-fc8bbec727a4-3a0fe47d, #w-node-_2309c5d7-39d9-e3fe-f428-af622c517f44-3a0fe47d, #w-node-_66d8ba3c-cbff-ecb3-c9ef-fc8bbec727a4-741d0631, #w-node-_2309c5d7-39d9-e3fe-f428-af622c517f44-741d0631, #w-node-e51bb11a-283c-aea9-c212-750d60edbde0-741d0631, #w-node-e51bb11a-283c-aea9-c212-750d60edbe39-741d0631, #w-node-fd8bcc21-1e83-7022-28ea-580e014c0802-90a321f3, #w-node-_7b348e12-a871-0164-6c38-3fce6083f49f-90a321f3, #w-node-d4b1ca62-9303-fb1c-cfce-9c71c5f1e57e-90a321f3, #w-node-_69e2bf26-038e-9698-4ac4-ac640bcf7b89-90a321f3, #w-node-_8bcb366b-cf7e-96a8-4d25-a36f9efbdab0-90a321f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5bfb967f-415a-1848-68f5-cd51f4c75797-f4c75750 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_12d9ab29-bb0d-8fc4-2f76-00c4588b2ea4-64267ebc, #w-node-_4cc720fd-f000-8916-f981-cc5b5c236170-64267ebc, #w-node-_1607ae3e-1576-1a9b-ab86-2f96f5d53e36-64267ebc, #w-node-_14aa754b-4b5f-c646-cccb-51d17bc9bba6-64267ebc, #w-node-de73b9f9-b699-7692-eab3-70c2ae927961-64267ebc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25396091-2c23-829f-670e-3253180284ef-b4ab062f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_25396091-2c23-829f-670e-3253180284fb-b4ab062f, #w-node-_25396091-2c23-829f-670e-325318028506-b4ab062f, #w-node-_25396091-2c23-829f-670e-325318028514-b4ab062f, #w-node-_25396091-2c23-829f-670e-32531802853c-b4ab062f, #w-node-_25396091-2c23-829f-670e-325318028547-b4ab062f, #w-node-_25396091-2c23-829f-670e-32531802854f-b4ab062f, #w-node-_25396091-2c23-829f-670e-325318028552-b4ab062f, #w-node-_25396091-2c23-829f-670e-325318028559-b4ab062f, #w-node-_25396091-2c23-829f-670e-32531802855c-b4ab062f, #w-node-_25396091-2c23-829f-670e-32531802855f-b4ab062f, #w-node-_25396091-2c23-829f-670e-3253180285e9-b4ab062f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25396091-2c23-829f-670e-325318028604-b4ab062f, #w-node-_25396091-2c23-829f-670e-325318028611-b4ab062f, #w-node-_25396091-2c23-829f-670e-32531802861e-b4ab062f, #w-node-_25396091-2c23-829f-670e-32531802862b-b4ab062f, #w-node-_25396091-2c23-829f-670e-325318028638-b4ab062f, #w-node-_25396091-2c23-829f-670e-325318028645-b4ab062f, #w-node-_25396091-2c23-829f-670e-325318028652-b4ab062f, #w-node-_25396091-2c23-829f-670e-32531802865f-b4ab062f, #w-node-_25396091-2c23-829f-670e-32531802866c-b4ab062f, #w-node-_25396091-2c23-829f-670e-325318028679-b4ab062f, #w-node-_25396091-2c23-829f-670e-325318028686-b4ab062f, #w-node-_25396091-2c23-829f-670e-325318028693-b4ab062f {
  justify-self: end;
}

#w-node-aa9075da-65cb-08a9-839d-0198d732d575-b4ab062f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25396091-2c23-829f-670e-3253180284ef-7488d799 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_25396091-2c23-829f-670e-3253180284fb-7488d799, #w-node-_25396091-2c23-829f-670e-325318028506-7488d799, #w-node-_25396091-2c23-829f-670e-325318028514-7488d799, #w-node-_25396091-2c23-829f-670e-32531802853c-7488d799, #w-node-_25396091-2c23-829f-670e-325318028547-7488d799, #w-node-_25396091-2c23-829f-670e-32531802854f-7488d799, #w-node-_25396091-2c23-829f-670e-325318028552-7488d799, #w-node-_25396091-2c23-829f-670e-325318028559-7488d799, #w-node-_25396091-2c23-829f-670e-32531802855c-7488d799, #w-node-_25396091-2c23-829f-670e-32531802855f-7488d799, #w-node-_25396091-2c23-829f-670e-3253180285e9-7488d799 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25396091-2c23-829f-670e-325318028604-7488d799, #w-node-_25396091-2c23-829f-670e-325318028611-7488d799, #w-node-_25396091-2c23-829f-670e-32531802861e-7488d799, #w-node-_25396091-2c23-829f-670e-32531802862b-7488d799, #w-node-_25396091-2c23-829f-670e-325318028638-7488d799, #w-node-_25396091-2c23-829f-670e-325318028645-7488d799, #w-node-_25396091-2c23-829f-670e-325318028652-7488d799, #w-node-_25396091-2c23-829f-670e-32531802865f-7488d799, #w-node-_25396091-2c23-829f-670e-32531802866c-7488d799, #w-node-_25396091-2c23-829f-670e-325318028679-7488d799, #w-node-_25396091-2c23-829f-670e-325318028686-7488d799, #w-node-_25396091-2c23-829f-670e-325318028693-7488d799 {
  justify-self: end;
}

#w-node-aa9075da-65cb-08a9-839d-0198d732d575-7488d799, #w-node-fd8bcc21-1e83-7022-28ea-580e014c0802-4050932d, #w-node-_7b348e12-a871-0164-6c38-3fce6083f49f-4050932d, #w-node-d4b1ca62-9303-fb1c-cfce-9c71c5f1e57e-4050932d, #w-node-bb0e812e-b0fe-326a-c28b-713bae7eb0db-4050932d, #w-node-_69e2bf26-038e-9698-4ac4-ac640bcf7b89-4050932d, #w-node-_7173d383-8c05-b1c2-3c22-9e0c71ac1175-4050932d, #w-node-_8bcb366b-cf7e-96a8-4d25-a36f9efbdab0-4050932d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8637e4b-f70c-7fcd-5d34-68ead51eec51-d51eec01 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_12d9ab29-bb0d-8fc4-2f76-00c4588b2ea4-f7d8f0bf, #w-node-_4cc720fd-f000-8916-f981-cc5b5c236170-f7d8f0bf, #w-node-de73b9f9-b699-7692-eab3-70c2ae927961-f7d8f0bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-fae02dc4-e776-e616-0c45-4e7b9278ce75-9278ce2e, #w-node-_8359550d-3d04-19f5-126c-2c53067e9ec1-ff3f6460, #w-node-_5bfb967f-415a-1848-68f5-cd51f4c75797-f4c75750 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_25396091-2c23-829f-670e-3253180284ef-b4ab062f, #w-node-_25396091-2c23-829f-670e-3253180284ef-7488d799 {
    justify-self: auto;
  }

  #w-node-b8637e4b-f70c-7fcd-5d34-68ead51eec51-d51eec01 {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fae02dc4-e776-e616-0c45-4e7b9278ce75-9278ce2e, #w-node-_8359550d-3d04-19f5-126c-2c53067e9ec1-ff3f6460, #w-node-_5bfb967f-415a-1848-68f5-cd51f4c75797-f4c75750, #w-node-b8637e4b-f70c-7fcd-5d34-68ead51eec51-d51eec01 {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fae02dc4-e776-e616-0c45-4e7b9278ce58-9278ce2e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-fae02dc4-e776-e616-0c45-4e7b9278ce75-9278ce2e {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-fae02dc4-e776-e616-0c45-4e7b9278ce7f-9278ce2e {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-fae02dc4-e776-e616-0c45-4e7b9278ce80-9278ce2e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8359550d-3d04-19f5-126c-2c53067e9e92-ff3f6460 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_8359550d-3d04-19f5-126c-2c53067e9ec1-ff3f6460 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_8359550d-3d04-19f5-126c-2c53067e9ed2-ff3f6460 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_8359550d-3d04-19f5-126c-2c53067e9edf-ff3f6460 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5bfb967f-415a-1848-68f5-cd51f4c7577a-f4c75750 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-_5bfb967f-415a-1848-68f5-cd51f4c75797-f4c75750 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_5bfb967f-415a-1848-68f5-cd51f4c757a1-f4c75750 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_5bfb967f-415a-1848-68f5-cd51f4c757a2-f4c75750 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b8637e4b-f70c-7fcd-5d34-68ead51eec2b-d51eec01 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-b8637e4b-f70c-7fcd-5d34-68ead51eec51-d51eec01 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-b8637e4b-f70c-7fcd-5d34-68ead51eec5b-d51eec01 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-b8637e4b-f70c-7fcd-5d34-68ead51eec5c-d51eec01 {
    grid-area: 2 / 1 / 3 / 2;
  }
}


