@font-face {
  font-family: Migra;
  src: url('../fonts/MigraItalic-ExtralightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Pprightgrotesk Compactdark;
  src: url('../fonts/PPRightGrotesk-CompactDark.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pprightgrotesk;
  src: url('../fonts/PPRightGrotesk-WideMedium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pprightgrotesk;
  src: url('../fonts/PPRightGrotesk-WideLight.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pprightgrotesk Narrow;
  src: url('../fonts/PPRightGrotesk-NarrowLight.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --color--dark: #212121;
  --color--pink: #e0a2ac;
  --color--light-secondary\<deleted\|variable-ef8d8a64-7a04-fac1-ce97-51e6b3eac19c\>: #ffffff4d;
  --color--support-color\<deleted\|variable-49bd2ab8-b6e1-c844-08af-6906b34703c3\>: #146ef5;
  --color--dark-secondary\<deleted\|variable-fc832cd6-86ae-3220-9ae7-fdb6ee1b9ac5\>: #0808084d;
  --color--support-color-secondary\<deleted\|variable-fabde69b-7fc9-5ab0-5d00-24d99fcc2603\>: #146ef54d;
  --color--light-tertiary\<deleted\|variable-439a661a-58be-29a2-4d09-dc70e36c0324\>: #ffffff1a;
  --color--dark-tertiary\<deleted\|variable-040822fc-c7eb-3a52-218f-1ed9951bc97b\>: #0808081a;
  --color--transparent: #fff0;
  --_colors---pink: #e0a2ac;
  --_color---faded-black: #212121a6;
  --_color---lavender-blush: #f4f2f4;
  --lavender-blush: var(--color--pink);
  --_fonts---font-family: Pprightgrotesk, Arial, sans-serif;
  --_colors---glow-pink: #e0a2ac2b;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

body {
  background-color: var(--color--dark);
  color: var(--color--pink);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1vw;
  line-height: 20px;
}

h1 {
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1;
}

h2 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1;
}

h5 {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Pprightgrotesk Compactdark, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1;
}

p {
  margin-bottom: 0;
  line-height: 1;
}

a {
  color: var(--color--pink);
  font-size: 1rem;
  line-height: 1;
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2rem;
  font-size: 1rem;
  line-height: 1.4;
}

li {
  font-family: Pprightgrotesk, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.4rem;
}

strong {
  font-weight: 500;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.css-embed {
  display: none;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.sg-hero__wrapper {
  padding-top: 16.65rem;
}

.col {
  flex: 1;
  padding-left: .5rem;
  padding-right: .5rem;
}

.col.col-lg-1 {
  flex: 8.333%;
  max-width: 8.333%;
}

.col.col-lg-4 {
  flex: 33.3333%;
  max-width: 33.3333%;
}

.col.ml-2-col {
  margin-left: 16.666%;
}

.col.col-lg-9 {
  flex: 75%;
  max-width: 75%;
}

.col.col-lg-2 {
  flex: 16.6667%;
  max-width: 16.6667%;
}

.col.mr-1-col {
  margin-right: 8.333%;
}

.col.mr-2-col {
  margin-right: 16.666%;
}

.col.col-lg-3 {
  flex: 25%;
  max-width: 25%;
}

.col.col-lg-7 {
  flex: 58.3333%;
  max-width: 58.3333%;
}

.col.col-lg-8 {
  flex: 66.6667%;
  max-width: 66.6667%;
}

.col.col-lg-6 {
  flex: 50%;
  max-width: 50%;
}

.col.col-lg-6.col-md-12.hide {
  display: none;
}

.col.col-lg-10 {
  flex: 83.3333%;
  max-width: 83.3333%;
}

.col.col-lg-11 {
  flex: 91.6667%;
  max-width: 91.6667%;
}

.col.col-lg-5 {
  flex: 41.6667%;
  max-width: 41.6667%;
}

.col.ml-1-col {
  margin-left: 8.333%;
}

.col.col-lg-12 {
  flex: 100%;
  max-width: 100%;
}

.row {
  flex-wrap: wrap;
  align-content: stretch;
  margin-left: -.5rem;
  margin-right: -.5rem;
  display: flex;
}

.row.justify-end {
  justify-content: flex-end;
}

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

.row.align-stretch {
  align-items: stretch;
}

.row.align-start {
  align-items: flex-start;
  line-height: 1;
}

.row.align-center {
  align-items: center;
}

.row.justify-around {
  justify-content: space-around;
}

.row.justify-center {
  justify-content: center;
}

.row.align-end {
  align-items: flex-end;
}

.row.row--outline {
  border: 1px solid var(--color--light-secondary\<deleted\|variable-ef8d8a64-7a04-fac1-ce97-51e6b3eac19c\>);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.row.hide {
  display: none;
}

.sg-hero__title {
  text-align: left;
  letter-spacing: -.4rem;
  font-size: 7.5rem;
  line-height: .9;
}

.sg__wrapper {
  padding-top: 6.25rem;
}

.sg-card__wrapper {
  padding: 1rem .625rem;
}

.sg-item__title-wrapper {
  border-bottom: 1px solid var(--color--light-secondary\<deleted\|variable-ef8d8a64-7a04-fac1-ce97-51e6b3eac19c\>);
  align-items: center;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.sg-item__title-wrapper.sg-item__title-wrapper--full-with {
  justify-content: space-between;
}

.sg-item__title {
  margin-right: 5rem;
  font-size: 1rem;
}

.sg-item__title.sg-item__title--right {
  margin-right: 0;
}

.sg-item__wrapper {
  padding-top: 4.5rem;
}

.sg-item__wrapper.sg-item__wrapper--last {
  padding-bottom: 3.5rem;
}

.sg-item__wrapper.sg-item__wrapper--no-padding {
  padding-top: 1.25rem;
}

.sg-item__text-wrapper {
  width: 50%;
}

.sg-item__color {
  width: 100%;
  height: 8rem;
}

.sg-item__color.sg-item__color--dark {
  border: .2px solid var(--color--pink);
  background-color: var(--color--dark);
}

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

.sg-item__color.sg-item__color--support {
  background-color: var(--color--support-color\<deleted\|variable-49bd2ab8-b6e1-c844-08af-6906b34703c3\>);
}

.sg-item__color.sg-item__color--light-seconday {
  background-color: var(--color--light-secondary\<deleted\|variable-ef8d8a64-7a04-fac1-ce97-51e6b3eac19c\>);
}

.sg-item__color.sg-item__color--dark-seconday {
  border: .2px solid var(--color--pink);
  background-color: var(--color--dark-secondary\<deleted\|variable-fc832cd6-86ae-3220-9ae7-fdb6ee1b9ac5\>);
}

.sg-item__color.sg-item__color--support-seconday {
  background-color: var(--color--support-color-secondary\<deleted\|variable-fabde69b-7fc9-5ab0-5d00-24d99fcc2603\>);
}

.sg-item__color.sg-item__color--light-tertiary {
  background-color: var(--color--light-tertiary\<deleted\|variable-439a661a-58be-29a2-4d09-dc70e36c0324\>);
}

.sg-item__color.sg-item__color--dark-tertiary {
  border: .2px solid var(--color--pink);
  background-color: var(--color--dark-tertiary\<deleted\|variable-040822fc-c7eb-3a52-218f-1ed9951bc97b\>);
}

.sg-item__color.sg-item__color--support-tertiary {
  background-color: var(--color--transparent);
}

.sg-item__color-title {
  text-transform: uppercase;
  margin-top: 2.5rem;
  font-weight: 700;
}

.sg__title-wrapper {
  border-bottom: 1px solid var(--color--light-secondary\<deleted\|variable-ef8d8a64-7a04-fac1-ce97-51e6b3eac19c\>);
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}

.button__wrapper {
  background-color: var(--color--pink);
  padding: .2rem .6rem;
}

.button__wrapper.button--sg-hero {
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.button__text {
  color: var(--color--dark);
  -webkit-text-stroke-color: #0c0c0c;
  text-transform: uppercase;
  font-size: .875rem;
}

.cookie__wrapper {
  background-color: var(--color--pink);
  padding: .6rem 1rem;
  display: inline-block;
}

.cookie__text {
  color: var(--color--dark);
  margin-right: 2rem;
  font-size: .875rem;
}

.cookie__link {
  color: var(--color--dark);
  font-size: .875rem;
}

.cookie__link.cookie__link--accept {
  color: var(--color--dark);
  margin-right: 1rem;
}

.cookie__content {
  align-items: center;
  display: flex;
}

.form__field {
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff4d #ffffff4d var(--color--light-secondary\<deleted\|variable-ef8d8a64-7a04-fac1-ce97-51e6b3eac19c\>);
  color: var(--color--pink);
  background-color: #0000;
  margin-bottom: .625rem;
  padding: .5rem .625rem;
  font-size: .875rem;
  line-height: 1rem;
}

.form__field:focus {
  border-color: var(--color--pink);
}

.form__field::placeholder {
  color: #fff9;
}

.form__field.form__field--textarea {
  font-size: .875rem;
  line-height: 1.4;
}

.form__button {
  background-color: var(--color--pink);
  width: 100%;
  color: var(--color--dark);
  -webkit-text-stroke-color: var(--color--dark);
}

.form__sucess-wrapper {
  background-color: #000;
  border-radius: .3125rem;
  padding: .625rem;
}

.form__error-wrapper {
  background-color: #0000;
  border: 1px solid red;
  border-radius: .3125rem;
  margin-top: .625rem;
  padding: .625rem;
}

.form__error-message {
  color: red;
  font-size: .75rem;
  line-height: 1;
}

.sg__placeholder {
  border: 1px solid var(--color--support-color-secondary\<deleted\|variable-fabde69b-7fc9-5ab0-5d00-24d99fcc2603\>);
  background-color: var(--color--transparent);
  color: var(--color--support-color\<deleted\|variable-49bd2ab8-b6e1-c844-08af-6906b34703c3\>);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-bottom: .625rem;
  padding: 1.8rem 1rem;
  font-size: .875rem;
  font-weight: 700;
  display: flex;
}

.sg__title--large {
  font-size: 1.5rem;
}

.text__h1 {
  text-transform: none;
  font-size: 10vw;
  line-height: .9;
}

.text__h1.text-align-centre {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12vw;
}

.text__h2 {
  text-transform: none;
  font-size: 8vw;
  line-height: 1;
}

.text__h2.text-align-centre {
  color: var(--color--pink);
  text-align: center;
  line-height: .9;
}

.text__h3 {
  text-transform: none;
  font-size: 6vw;
}

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

.text__large {
  text-align: left;
  font-size: 4rem;
  line-height: 1;
  text-decoration: none;
}

.text__large.text-color-black {
  color: var(--color--dark);
  text-transform: none;
}

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

.text__large.text-align-centre.text-color-black.is-pw {
  font-size: 5vw;
}

.text__small {
  color: var(--_colors---pink);
  text-align: left;
  font-family: Pprightgrotesk Compactdark, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  text-decoration: none;
}

.text__small.is-tablet {
  text-align: left;
}

.text__small.is_nav-link {
  margin-right: 1rem;
  transition: -webkit-text-stroke-color .25s;
}

.text__small.is_nav-link:hover {
  text-decoration: line-through;
}

.text__small.is-nav {
  transition: -webkit-text-stroke-color .25s;
}

.text__small.is-nav:hover {
  text-decoration: line-through;
}

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

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

.text__small.text-align-center.all-caps {
  text-transform: uppercase;
}

.text__small.is--black {
  color: var(--color--dark);
}

.cookie__text-wrapper {
  display: flex;
}

.body {
  font-family: Pprightgrotesk Compactdark, Arial, sans-serif;
  font-weight: 400;
}

.nav_content {
  margin-top: 1rem;
}

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

.brand_logo {
  text-transform: uppercase;
  font-family: Pprightgrotesk Compactdark, Arial, sans-serif;
  font-size: 1.2rem;
  text-decoration: none;
}

.text__medium {
  text-align: left;
  font-family: Pprightgrotesk Compactdark, Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  text-decoration: none;
  transition: -webkit-text-stroke-color .2s;
}

.text__medium.all-caps {
  text-transform: uppercase;
}

.text__medium.is-list {
  padding-top: .5rem;
  padding-bottom: .5rem;
  line-height: 1.2;
}

.text__medium.left-space {
  margin-right: .5rem;
}

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

.text__medium.mob {
  display: none;
}

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

.margin-bottom.is--small {
  margin-bottom: 1rem;
}

.margin-bottom.is--small.hide {
  display: none;
}

.margin-bottom.is--tiny {
  margin-bottom: .5rem;
}

.margin-bottom.is--medium {
  margin-bottom: 1.5rem;
}

.tag__text {
  text-align: left;
  letter-spacing: -.2px;
  text-transform: uppercase;
  font-family: Pprightgrotesk, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}

.spacer._15rem {
  padding-top: 15rem;
}

.spacer._4rem {
  padding-top: 4rem;
}

.spacer._2rem {
  padding-top: 2rem;
}

.spacer._1-5rem.hide-desktop {
  display: none;
}

.spacer._8rem {
  padding-top: 8rem;
}

.project_wrapper {
  width: 100%;
  margin-top: 1rem;
  padding-top: 80%;
  position: relative;
  overflow: hidden;
}

.img {
  opacity: .9;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.project_content {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.content_top {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.content_top.is-template {
  justify-content: space-between;
  align-items: center;
  margin-top: .5rem;
}

.text__tiny {
  font-size: 1rem;
}

.text__tiny.all-caps {
  text-transform: uppercase;
  line-height: 1.4;
}

.text__tiny.grotesk-medium {
  font-family: Pprightgrotesk, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.2;
}

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

.divider_line {
  background-color: var(--color--pink);
  width: 100%;
  height: .1px;
}

.divider_line.hide, .divider_line.hide-desktop {
  display: none;
}

.project_info {
  flex-flow: column;
  justify-content: space-between;
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: flex;
}

.info {
  margin-bottom: 1rem;
}

.website_link {
  text-align: left;
  margin-top: 2rem;
}

.cta_style-link {
  background-color: var(--color--transparent);
  color: var(--color--pink);
  font-family: Migra, Georgia, sans-serif;
  font-size: 2rem;
  font-style: italic;
  font-weight: 200;
  text-decoration: none;
  transition: -webkit-text-stroke-color .3s cubic-bezier(.645, .045, .355, 1);
}

.cta_style-link:hover {
  text-decoration: line-through;
}

.cta_style-link.text-color-black {
  color: var(--color--dark);
}

.cta_style-link.text-color-black.text-align-end {
  justify-content: flex-end;
  align-items: flex-start;
  margin-right: 1.5rem;
  display: flex;
}

.cta_style-link.hide-desktop {
  display: none;
}

.about_info {
  margin-top: 4rem;
}

.vertical-padding.is--tiny {
  padding-top: .3rem;
  padding-bottom: .3rem;
}

.vertical-padding.is--large {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.vertical-padding.is--small {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.vertical-padding.is--medium {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.margin-top.is--small {
  margin-top: 1rem;
}

.margin-top.is--small.hide {
  display: none;
}

.margin-top.is--large {
  margin-top: 4rem;
}

.margin-top.is--xsmall {
  margin-top: .5rem;
}

.margin-top.is--medium {
  margin-top: 2rem;
}

.margin-top.is--medium.align-centre {
  text-align: center;
}

.margin-top.is--tiny {
  margin-top: .5rem;
}

.footer-text {
  text-align: left;
  font-size: 10vw;
  line-height: .9;
  text-decoration: none;
  transition: -webkit-text-stroke-color .3s cubic-bezier(.39, .575, .565, 1);
}

.footer-text:hover {
  text-decoration: line-through;
}

.footer-text.align-centre {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link {
  text-decoration: none;
  position: relative;
}

.link.strikethrough-grow {
  margin-left: 1rem;
}

.link.strikethrough-grow.md--hide {
  margin-left: .8rem;
}

.footer-legals {
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 1rem;
  display: flex;
}

.footer-link-wrap.is-top {
  align-self: center;
}

.footer-link-wrap.is-top.w--current {
  text-decoration: none;
}

.migra {
  font-family: Migra, Georgia, sans-serif;
  font-style: italic;
  font-weight: 200;
}

.services-wrapper {
  margin-top: 4rem;
  margin-bottom: .5rem;
}

.faq1_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.faq1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq1_answer {
  overflow: hidden;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.faq1_icon-wrapper {
  align-self: flex-start;
  display: flex;
}

.proposal-intro {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-top: 35%;
  position: relative;
}

.intro-text {
  margin-bottom: 1rem;
}

.text__xlarge {
  text-align: left;
  font-size: 5rem;
  line-height: 1;
}

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

.list-items {
  line-height: 1.5;
}

.mouse-wrap {
  z-index: 1000;
  mix-blend-mode: difference;
  border-radius: 0%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.mouse-wrap.md--hide {
  display: flex;
}

.mouse-dot {
  border: 1px solid var(--color--pink);
  background-color: var(--color--pink);
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}

.footer-mark {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heart {
  height: .9rem;
}

.side-space {
  padding-right: .5rem;
}

.social-_links-wrapper {
  display: flex;
}

.utility-page-wrap {
  background-image: url('../images/Serene-Interior-with-Ethereal-Sky-View.avif');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: static;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

._404-wrapper {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  min-height: 100svh;
  display: flex;
}

._404-wrapper.bg-color-pink {
  background-color: var(--color--pink);
}

._404-img-wrapper {
  width: 100%;
  padding-top: 50%;
  position: relative;
}

._404-text-wrapper {
  padding-top: 0;
  position: relative;
  top: -4rem;
}

.text__xxlarge {
  font-size: 8vw;
  line-height: 1;
}

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

.text-logo.text-color-black {
  color: var(--color--dark);
  text-transform: uppercase;
  font-size: 1.2rem;
  text-decoration: none;
}

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

.text-field {
  border: 1px solid var(--color--pink);
  background-color: var(--color--pink);
  color: var(--color--dark);
  border-radius: 6px;
  align-self: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Pprightgrotesk, Arial, sans-serif;
  font-weight: 300;
}

.img-wrap {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.img-wrap.hide {
  display: none;
}

.error-message {
  border-radius: 6px;
}

.list {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.text__xsmall {
  font-size: 1.2rem;
  line-height: 1.2;
  text-decoration: none;
}

.text__xsmall.grotesk-medium {
  font-family: Pprightgrotesk, Arial, sans-serif;
  font-weight: 300;
}

.cta-link {
  font-family: Migra, Georgia, sans-serif;
  font-size: 2rem;
  font-style: italic;
  font-weight: 200;
  text-decoration: none;
}

.custom-styles {
  display: none;
}

.navbar {
  z-index: 100;
  background-color: var(--color--dark);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 0;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.nav-container.is--about {
  z-index: 10;
  position: sticky;
  top: 0;
}

.main_img-wrapper {
  width: 100%;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}

.journal-list-wrapper {
  margin-top: 1rem;
}

.journal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.journal_card {
  width: 100%;
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}

.journal_info-wrapper {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 0;
  position: relative;
}

.overlay {
  background-image: linear-gradient(#0003, #0003);
  position: absolute;
  inset: 0%;
}

.journal_entry-link {
  text-decoration: none;
  display: block;
}

.pp_narrow {
  font-family: Pprightgrotesk Narrow, Arial, sans-serif;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: .9;
}

.pp_narrow.text-align-centre {
  text-align: center;
  font-size: 1.75rem;
}

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

.margin-vertical.is--small {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.about-wrapper {
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.about_photo-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.about-img {
  opacity: .7;
  object-fit: cover;
  object-position: 50% 28%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.about-content {
  padding: 1.5rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.rich-text {
  font-family: Pprightgrotesk, Arial, sans-serif;
  font-size: 1rem;
}

.rich-text h1 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pprightgrotesk Compactdark, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
}

.rich-text p {
  font-family: Pprightgrotesk, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5;
}

.rich-text a {
  font-weight: 500;
}

.rich-text ol {
  font-family: Pprightgrotesk, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
}

.rich-text blockquote {
  border-top: .5px solid var(--color--pink);
  border-bottom: .5px solid var(--color--pink);
  text-align: center;
  border-left-style: none;
  padding: .8rem;
  font-family: Migra, Georgia, sans-serif;
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1.4;
}

.rich-text h2 {
  text-transform: none;
  font-family: Pprightgrotesk Compactdark, Arial, sans-serif;
  font-size: 3rem;
}

.rich-text h3 {
  text-transform: none;
  font-family: Pprightgrotesk Compactdark, Arial, sans-serif;
  font-size: 2.2rem;
  line-height: 1.2;
}

.rich-text h4 {
  text-transform: none;
  font-family: Pprightgrotesk Compactdark, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.3;
}

.rich-text h6 {
  font-family: Pprightgrotesk, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.4;
}

.list-2 {
  font-size: 1.2rem;
}

.newsletter-popup {
  z-index: 100;
  background-color: var(--_color---faded-black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2%;
  display: none;
  position: fixed;
  inset: 0%;
}

.beehiiv-embed {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.close-button {
  text-transform: uppercase;
  justify-content: center;
  align-items: flex-start;
  font-size: 1.5rem;
  display: flex;
  position: absolute;
  inset: 22% 0% auto;
}

.radio-button-3 {
  display: none;
}

.text-block-6 {
  color: #212121;
}

.estimate-box {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.radio-button-field {
  aspect-ratio: auto;
  background-color: var(--_color---lavender-blush);
  color: #212121;
  flex-flow: column;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.radio-button-field:hover {
  background-color: var(--lavender-blush);
}

.radio-button-field:focus {
  background-color: var(--lavender-blush);
  box-shadow: 0 0 0 2px #0003;
}

.radio-button-field.service-card {
  transition: box-shadow .2s, border-color .2s, background-color .2s;
}

.text-size-medium {
  font-size: 1.125rem;
}

.div-block-3 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-2 {
  color: #918d8d;
}

.text-block-3 {
  color: #212121;
}

.estimate-disclaimer {
  padding: 100px 20px 20px 0;
}

.checkbox {
  border: 1px solid var(--lavender-blush);
  background-color: var(--color--transparent);
}

.checkbox.w--redirected-checked {
  border-color: var(--lavender-blush);
  background-color: var(--lavender-blush);
}

.email_text-field {
  border-style: solid;
  border-width: 1px 1px .2px;
  border-color: var(--color--transparent) var(--color--transparent) var(--lavender-blush);
  background-color: var(--color--transparent);
  text-align: center;
  margin-bottom: 1.5rem;
  padding: 2rem;
  font-family: Pprightgrotesk Narrow, Arial, sans-serif;
  font-size: 1.75rem;
}

.email_text-field:focus {
  border-style: none none solid;
  border-width: 1px 1px .2px;
  border-color: black black var(--lavender-blush);
}

.email_text-field::placeholder {
  color: var(--lavender-blush);
}

.template_img-wrapper {
  width: 100%;
  margin-bottom: 1rem;
  padding-top: 90%;
  position: relative;
}

.template-img {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.button {
  background-color: var(--color--transparent);
  color: var(--_colors---pink);
  text-align: center;
  padding: 1.5rem;
  font-family: Migra, Georgia, sans-serif;
  font-size: 2rem;
  text-decoration: none;
}

.button.is-add-to-cart-button {
  border: .8px solid var(--_colors---pink);
  width: 100%;
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-style: italic;
  transition: all .25s;
}

.button.is-add-to-cart-button:hover {
  background-color: var(--_colors---pink);
  color: var(--color--dark);
}

.button.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.button.is-secondary.is-buy-now-button {
  width: 100%;
  margin-bottom: 1rem;
}

.button.is-secondary.is-buy-now-button.hide {
  display: none;
}

.product-header7_option {
  margin-bottom: 1.5rem;
  display: none;
}

.padding-section-medium {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.product-header_slide {
  height: 100%;
}

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.product-header_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-bottom: 3rem;
  display: grid;
}

.product-header7_rating-wrapper {
  margin-right: .5rem;
  display: flex;
}

.divider-vertical {
  width: var(--\<unknown\|relume-variable-divider-width\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  align-self: stretch;
}

.product-header7_option-list {
  display: none;
}

.product-header7_default-state {
  margin-bottom: 2rem;
}

.breadcrumb-divider {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.variant-button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}

.product-header_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.product-header_arrow-left {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: 0% auto 0% 1rem;
}

.form_input {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-white\>);
  height: auto;
  min-height: 2.75rem;
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-radius: 0;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.form_input::placeholder {
  color: var(--\<unknown\|relume-variable-neutral-shade-7-60\>);
}

.form_input.is-quantity-input {
  width: 4rem;
}

.form_input.is-quantity-input::placeholder {
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.product-header_arrow {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: 0% 1rem 0% auto;
}

.text-size-small {
  font-size: .875rem;
}

.product-header_gallery-slider {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 5rem;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 10vh;
  bottom: 10vh;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.breadcrumb-link {
  text-decoration: none;
}

.breadcrumb-link.w--current {
  font-weight: 600;
}

.product-header_slider {
  width: 100%;
  padding-top: 99%;
  position: relative;
}

.product-header_main-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.product-header_slide-nav {
  height: 1.75rem;
  margin-bottom: 1rem;
  font-size: .5rem;
}

.product-header7_price-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.error-state {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.breadcrumb_component {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: center;
  width: 100%;
  display: flex;
}

.product-header7_rating-icon {
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

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

.variant-button {
  background-color: var(--\<unknown\|relume-variable-neutral-white\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-style: solid;
  border-width: 1px;
  padding: .5rem 1rem;
  display: inline-block;
}

.variant-button.is-active {
  border-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
}

.variant-button.is-disabled {
  opacity: .25;
}

.product-header_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: var(--color--dark);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-header_lightbox-link {
  width: 100%;
  height: 100%;
  display: block;
}

.product-header7_reviews-wrapper {
  align-items: center;
  display: flex;
}

.product-header7_reviews-wrapper.hide {
  display: none;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.product-header_accordion-icon {
  align-self: flex-start;
  width: 1.5rem;
  height: 1.5rem;
}

.product-header_heading {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-bottom: .5px solid var(--_colors---pink);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.product-header_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.product-header_details {
  margin-top: .5rem;
  overflow: hidden;
}

.templae_img-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.template_img-2 {
  width: 100%;
  padding-top: 89%;
  position: relative;
  overflow: hidden;
}

.pricing_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.pricing_feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.pricing_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.pricing_plan {
  border-right: .5px solid var(--_colors---pink);
  flex-flow: column;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.pricing_plan.is-right {
  border-right-style: none;
}

.pricing_feature {
  display: flex;
}

.mask {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.menu-icon4_line-middle-top {
  z-index: 2;
  width: 24px;
  height: 2px;
  position: absolute;
  inset: 0;
}

.menu-icon4_line-middle-base {
  background-color: var(--_colors---pink);
  width: 24px;
  height: 2px;
  position: absolute;
}

.menu-icon4_line-middle {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

.navbar_menu-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100dvh;
  padding-top: 4rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.menu-icon4_line-bottom {
  background-color: var(--_colors---pink);
  width: 24px;
  height: 2px;
}

.hide {
  display: none;
}

.menu-icon4_line-top {
  background-color: var(--_colors---pink);
  width: 24px;
  height: 2px;
  padding-bottom: 0;
  padding-right: 0;
}

.navbar_wrapper {
  grid-column-gap: 1rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.navbar_menu-bottom {
  flex-direction: column;
}

.navbar_links-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 1rem;
  max-width: 50rem;
  color: var(--_colors---pink);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  font-size: 2.5rem;
}

.navbar_menu-button {
  z-index: 1;
  padding: 0;
}

.navbar_menu-button.w--open {
  color: var(--_colors---pink);
  background-color: #0000;
  text-decoration: line-through;
}

.navbar_menu {
  border-left: 2px solid var(--_colors---pink);
  background-color: var(--color--dark);
  height: 100dvh;
  color: var(--_colors---pink);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  transition: height .5s;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: auto;
}

.menu-icon4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: relative;
}

.menu-icon4.hide {
  display: none;
}

.navbar_component {
  background-color: var(--color--dark);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar_component.delete-this-class {
  z-index: 100;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
  inset: 0% 0% auto;
}

.menu-icon4_wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar_link {
  color: var(--color--pink);
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.navbar_link:hover {
  text-decoration: line-through;
}

.navbar_link:lang(en) {
  color: var(--_colors---pink);
}

.navbar_link.w--current {
  color: #000;
}

.menu-text {
  font-size: 1.2rem;
}

.template-img2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.allcaps {
  text-transform: uppercase;
}

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

@media screen and (max-width: 991px) {
  .md--hide {
    display: none;
  }

  .col.col-md-5 {
    flex: 41.6667%;
    max-width: 41.6667%;
  }

  .col.col-md-3 {
    flex: 25%;
    max-width: 25%;
  }

  .col.col-md-7 {
    flex: 58.3333%;
    max-width: 58.3333%;
  }

  .col.col-md-8 {
    flex: 66.6667%;
    max-width: 66.6667%;
  }

  .col.col-md-11 {
    flex: 91.6667%;
    max-width: 91.6667%;
  }

  .col.md--no-margin {
    margin-left: 0;
    margin-right: 0;
  }

  .col.col-md-1 {
    flex: 8.33333%;
    max-width: 8.33333%;
  }

  .col.col-md-9 {
    flex: 75%;
    max-width: 75%;
  }

  .col.col-md-12 {
    flex: 100%;
    max-width: 100%;
  }

  .col.col-md-10 {
    flex: 83.3333%;
    max-width: 83.3333%;
  }

  .col.col-md-4 {
    flex: 33.3333%;
    max-width: 33.3333%;
  }

  .col.col-md-6 {
    flex: 50%;
    max-width: 50%;
  }

  .col.col-md-2 {
    flex: 16.6667%;
    max-width: 16.6667%;
  }

  .row {
    flex-flow: row-reverse wrap;
  }

  .row.justify-center {
    justify-content: center;
    align-items: center;
  }

  .sg-hero__title {
    font-size: 5rem;
  }

  .sg-item__text-wrapper {
    width: 100%;
  }

  .text__h1.text-align-centre {
    font-size: 12vw;
  }

  .text__h1.text-align-centre.is-journal, .text__h1.is-about {
    font-size: 14vw;
  }

  .text__large {
    font-size: 5rem;
  }

  .text__large.text-align-centre.text-color-black.is-pw {
    font-size: 7vw;
  }

  .text__small, .text__small.is-tablet {
    font-size: 1.8rem;
  }

  .nav_content {
    margin-bottom: 3rem;
  }

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

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

  .project_content.hide-desktop {
    height: auto;
    margin-top: 1rem;
    margin-bottom: 2rem;
    display: block;
    position: relative;
  }

  .divider_line.hide-desktop {
    display: block;
  }

  .info {
    margin-bottom: 2rem;
  }

  .website_link {
    margin-top: 1rem;
  }

  .cta_style-link.text-color-black.text-align-end.w--current {
    margin-right: 2.6rem;
  }

  .cta_style-link.hide-desktop {
    display: inline-block;
  }

  .about_info {
    margin-top: 4rem;
    margin-bottom: 1rem;
  }

  .footer-text {
    font-size: 11vw;
  }

  .services-wrapper {
    margin-top: 4rem;
    margin-bottom: .5rem;
  }

  .faq1_question {
    padding-top: 0;
  }

  .icon-embed-small, .mouse-wrap.md--hide {
    display: none;
  }

  .utility-page-content {
    width: 50%;
  }

  ._404-img-wrapper {
    padding-top: 60%;
  }

  ._404-text-wrapper {
    top: -2.8rem;
  }

  .text__xxlarge.text-color-black {
    font-size: 10vw;
  }

  .text-field {
    border-radius: 6px;
  }

  .text__xsmall {
    font-size: 1.8rem;
  }

  .text__xsmall.grotesk-medium {
    font-size: 1.5rem;
  }

  .pp_narrow.text-align-centre, .pp_narrow.text-align-centre.is-footer {
    text-align: center;
  }

  .about-wrapper {
    flex-flow: column;
  }

  .about-img {
    object-position: 50% 31%;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .product-header_product-details {
    max-height: none;
    padding-right: 0;
    position: static;
    overflow: visible;
  }

  .product-header_component {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-bottom: 2.5rem;
  }

  .product-header_image-wrapper {
    padding-top: 120%;
  }

  .product-header_gallery-slider {
    position: static;
  }

  .product-header_slider {
    height: auto;
    padding-top: 97%;
  }

  .product-header_accordion-wrapper {
    margin-bottom: 2rem;
  }

  .templae_img-wrap {
    padding-top: 80%;
  }

  .pricing_grid-list {
    grid-template-columns: 1fr;
  }

  .pricing_plan {
    border-right-style: none;
  }

  .menu-icon4_line-middle-top {
    z-index: 2;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0;
  }

  .menu-icon4_line-middle-base {
    background-color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
  }

  .menu-icon4_line-middle {
    background-color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .menu-icon4_line-bottom, .menu-icon4_line-top {
    background-color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_links-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1.5rem;
  }

  .navbar_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

  .navbar_menu-button.w--open {
    background-color: #0000;
  }

  .navbar_menu {
    flex-direction: column;
    justify-content: center;
    position: absolute;
  }

  .menu-icon4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .menu-icon4_wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .navbar_link {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .sm--hide {
    display: none;
  }

  .col.col-sm-10 {
    flex: 0 83.3333%;
    max-width: 83.3333%;
  }

  .col.col-sm-11 {
    flex: 0 91.6667%;
    max-width: 91.6667%;
  }

  .col.col-sm-9 {
    flex: 0 75%;
    max-width: 75%;
  }

  .col.col-sm-7 {
    flex: 0 58.3333%;
    max-width: 58.3333%;
  }

  .col.col-sm-4 {
    flex: 0 33.3333%;
    max-width: 33.3333%;
  }

  .col.col-sm-6 {
    flex: 0 50%;
    max-width: 50%;
  }

  .col.col-sm-2 {
    flex: 0 16.6667%;
    max-width: 16.6667%;
  }

  .col.col-sm-1 {
    flex: 0 8.33333%;
    max-width: 8.33333%;
  }

  .col.col-sm-3 {
    flex: 0 25%;
    max-width: 25%;
  }

  .col.col-sm-5 {
    flex: 0 41.6667%;
    max-width: 41.6667%;
  }

  .col.sm--no-margin {
    margin-left: 0;
    margin-right: 0;
  }

  .col.col-sm-8 {
    flex: 0 66.6667%;
    max-width: 66.6667%;
  }

  .col.col-sm-12 {
    flex: 0 100%;
    max-width: 100%;
  }

  .row.justify-end {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text__h1.text-align-centre {
    font-size: 14vw;
  }

  .text__h1.text-align-centre.is-journal, .text__h1.is-about {
    font-size: 16vw;
  }

  .text__h2.text-align-centre {
    font-size: 12vw;
  }

  .text__large {
    font-size: 4rem;
  }

  .text__large.text-align-centre.text-color-black.is-pw {
    font-size: 8vw;
  }

  .text__large.is-home {
    font-size: 3rem;
  }

  .text__small, .text__small.is-tablet {
    font-size: 1.5rem;
  }

  .text__small.is_nav-link, .text__small.is_nav-link.w--current, .text__small.is-nav {
    font-size: 1.2rem;
  }

  .text__small.align-center {
    font-size: 1.5rem;
  }

  .nav_content, .nav_content.text-align-right {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .nav_content.is-404 {
    margin-top: 1rem;
  }

  .text__medium {
    font-size: 1.6rem;
  }

  .text__medium.mob {
    display: block;
  }

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

  .tag__text {
    font-size: .8rem;
    font-weight: 500;
  }

  .spacer._15rem {
    padding-top: 8rem;
  }

  .spacer._1-5rem {
    padding-top: 1.5rem;
  }

  .spacer._1-5rem.hide-desktop {
    display: block;
  }

  .spacer._8rem {
    padding-top: 6rem;
  }

  .project_content.hide-desktop, .project_info, .info {
    margin-bottom: 1rem;
  }

  .website_link {
    margin-top: .5rem;
    margin-bottom: 1rem;
  }

  .about_info {
    margin-top: 4rem;
    margin-bottom: 1rem;
  }

  .vertical-padding.is--large {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .margin-top.is--large {
    margin-top: 2rem;
  }

  .margin-top.is--medium {
    margin-top: 1.5rem;
  }

  .footer-text {
    font-size: 13vw;
  }

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

  .link.strikethrough-grow {
    margin-left: .5rem;
  }

  .footer-legals {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-link-wrap {
    align-self: flex-start;
  }

  .footer-link-wrap.is-top {
    align-self: center;
    margin-bottom: .5rem;
  }

  .faq1_question {
    padding-top: 0;
    padding-bottom: 1rem;
  }

  .proposal-intro {
    margin-top: 0;
    padding-top: 50%;
  }

  .text__xlarge {
    font-size: 4rem;
  }

  .text__xlarge.is-mob {
    font-size: 3.5rem;
  }

  .social-_links-wrapper {
    flex-flow: column;
  }

  .utility-page-content {
    width: 60%;
  }

  ._404-text-wrapper {
    top: -2.4rem;
  }

  .text__xxlarge.text-color-black {
    font-size: 12vw;
  }

  .text__xsmall.grotesk-medium {
    font-size: 1.2rem;
  }

  .social-links {
    margin-bottom: .5rem;
  }

  .journal-list {
    grid-template-columns: 1fr;
  }

  .pp_narrow, .pp_narrow.text-align-centre {
    font-size: 1.5rem;
  }

  .about-content {
    padding: 1rem;
  }

  .rich-text p, .text-size-medium {
    font-size: 1rem;
  }

  .template_img-wrapper {
    margin-bottom: .5rem;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .product-header_component {
    grid-column-gap: 5rem;
    grid-row-gap: 2rem;
    padding-bottom: 1.5rem;
  }

  .divider-vertical {
    display: none;
  }

  .product-header_gallery-slider {
    grid-template-columns: 1fr;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .product-header_accordion-icon {
    width: 1.75rem;
  }

  .product-header_heading {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .pricing_grid-list {
    grid-template-columns: 1fr;
  }

  .pricing_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .navbar_menu-wrapper {
    padding-top: 4rem;
  }

  .navbar_links-wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar_link {
    font-size: 1.5rem;
  }

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

@media screen and (max-width: 479px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xs--hide {
    display: none;
  }

  .col.col-xs-10 {
    flex: 83.3333%;
    max-width: 83.3333%;
  }

  .col.col-xs-4 {
    flex: 33.3333%;
    max-width: 33.3333%;
  }

  .col.col-xs-2 {
    flex: 16.6667%;
    max-width: 16.6667%;
  }

  .col.col-xs-11 {
    flex: 91.6667%;
    max-width: 91.6667%;
  }

  .col.col-xs-1 {
    flex: 8.33333%;
    max-width: 8.33333%;
  }

  .col.ml-2-col {
    margin-left: 0%;
  }

  .col.col-xs-9 {
    flex: 75%;
    max-width: 75%;
  }

  .col.col-xs-5 {
    flex: 41.6667%;
    max-width: 41.6667%;
  }

  .col.col-xs-3 {
    flex: 25%;
    max-width: 25%;
  }

  .col.mr-1-col, .col.mr-2-col {
    margin-right: 0%;
  }

  .col.xs--no-margin {
    margin-left: 0;
    margin-right: 0;
  }

  .col.col-xs-8 {
    flex: 66.6667%;
    max-width: 66.6667%;
  }

  .col.col-xs-6 {
    flex: 50%;
    max-width: 50%;
  }

  .col.col-xs-12 {
    flex: 100%;
    max-width: 100%;
  }

  .col.col-xs-7 {
    flex: 58.3333%;
    max-width: 58.3333%;
  }

  .col.ml-1-col {
    margin-left: 0%;
  }

  .sg-hero__title {
    letter-spacing: 0;
    font-size: 2rem;
  }

  .sg-card__wrapper.sg-card__wrapper--color {
    margin-top: .625rem;
  }

  .sg-item__title-wrapper {
    justify-content: space-between;
  }

  .sg-item__title {
    margin-right: 0;
  }

  .sg-item__text-wrapper {
    width: 100%;
  }

  .cookie__text, .cookie__link {
    font-size: .75rem;
  }

  .cookie__content {
    flex-flow: column;
  }

  .form__button {
    font-size: .875rem;
  }

  .text__h1.text-align-centre {
    font-size: 20vw;
  }

  .text__h1.text-align-centre.is-journal {
    font-size: 22vw;
  }

  .text__h1.is-about {
    font-size: 30vw;
  }

  .text__h3.text-align-centre {
    font-size: 8vw;
  }

  .text__large {
    font-size: 3rem;
  }

  .text__large.text-align-centre.text-color-black.is-pw {
    font-size: 12vw;
  }

  .text__large.is-home {
    font-size: 2.5rem;
  }

  .text__small.is_nav-link.w--current {
    font-size: 1.2rem;
  }

  .text__small.is_nav-link.is-mob {
    padding-top: .3rem;
    padding-bottom: .3rem;
  }

  .cookie__text-wrapper {
    width: 100%;
    margin-top: 1rem;
  }

  .nav_content {
    margin-bottom: 1rem;
  }

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

  .brand_logo {
    align-self: center;
  }

  .brand_logo.w--current {
    align-self: auto;
    padding-bottom: 0;
  }

  .brand_logo.is--about {
    align-self: center;
    margin-bottom: 0;
  }

  .text__medium {
    font-size: 1.5rem;
  }

  .text__medium.mob {
    display: inline-flex;
  }

  .spacer._15rem {
    padding-top: 5rem;
  }

  .spacer._4rem {
    padding-top: 2rem;
  }

  .spacer._8rem {
    padding-top: 4rem;
  }

  .project_wrapper {
    margin-top: 0;
    padding-top: 90%;
  }

  .info, .website_link {
    margin-bottom: 1rem;
  }

  .cta_style-link.text-color-black.text-align-end.w--current {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: .5rem;
    margin-right: 0;
  }

  .about_info {
    margin-top: 4rem;
  }

  .margin-top.is--large {
    margin-top: 1rem;
  }

  .margin-top.is--medium {
    margin-top: 1.5rem;
  }

  .footer-text {
    font-size: 17vw;
  }

  .link.strikethrough-grow {
    margin-left: .125rem;
  }

  .proposal-intro {
    padding-top: 70%;
  }

  .text__xlarge {
    font-size: 3rem;
  }

  .text__xlarge.is-mob {
    font-size: 2rem;
  }

  .social-_links-wrapper {
    flex-flow: column;
  }

  .utility-page-content {
    width: 90%;
  }

  ._404-img-wrapper {
    padding-top: 60%;
  }

  ._404-text-wrapper {
    top: -2rem;
  }

  .text__xxlarge.text-color-black {
    font-size: 18vw;
  }

  .nav-container.is--about {
    justify-content: space-between;
    align-items: stretch;
    margin-top: 0;
    padding-top: 1rem;
  }

  .social-links {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .nav_links-wrapper {
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .main_img-wrapper {
    padding-top: 59%;
  }

  .journal-header {
    margin-top: 1rem;
  }

  .journal_card {
    padding-top: 100%;
  }

  .journal_info-wrapper {
    padding: .5rem 0;
  }

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

  .pp_narrow.text-align-centre.is-footer {
    font-size: 1.4rem;
    line-height: 1;
  }

  .product-header_component {
    grid-template-columns: 1fr;
  }

  .product-header_slider {
    padding-top: 119%;
  }

  .product-header7_price-wrapper {
    flex-direction: column;
  }

  .templae_img-wrap, .template_img-2 {
    padding-top: 100%;
  }

  .navbar_links-wrapper {
    grid-template-columns: 1fr;
  }

  .navbar_menu {
    border-left-style: none;
    width: 100dvw;
  }
}

#w-node-_77d10b4e-4fca-f56c-3521-f22e238dc8da-62e7d56e, #w-node-_77d10b4e-4fca-f56c-3521-f22e238dc8df-62e7d56e, #w-node-_77d10b4e-4fca-f56c-3521-f22e238dc8e4-62e7d56e, #w-node-_77d10b4e-4fca-f56c-3521-f22e238dc8e9-62e7d56e, #w-node-_77d10b4e-4fca-f56c-3521-f22e238dc8ee-62e7d56e, #w-node-_77d10b4e-4fca-f56c-3521-f22e238dc8f3-62e7d56e, #w-node-_77d10b4e-4fca-f56c-3521-f22e238dc8f8-62e7d56e, #w-node-_77d10b4e-4fca-f56c-3521-f22e238dc90d-62e7d56e, #w-node-_77d10b4e-4fca-f56c-3521-f22e238dc912-62e7d56e, #w-node-_77d10b4e-4fca-f56c-3521-f22e238dc917-62e7d56e, #w-node-_77d10b4e-4fca-f56c-3521-f22e238dc91c-62e7d56e, #w-node-_77d10b4e-4fca-f56c-3521-f22e238dc921-62e7d56e, #w-node-_77d10b4e-4fca-f56c-3521-f22e238dc926-62e7d56e, #w-node-_77d10b4e-4fca-f56c-3521-f22e238dc92b-62e7d56e, #w-node-_77d10b4e-4fca-f56c-3521-f22e238dc940-62e7d56e, #w-node-_77d10b4e-4fca-f56c-3521-f22e238dc943-62e7d56e, #w-node-_77d10b4e-4fca-f56c-3521-f22e238dc948-62e7d56e, #w-node-_77d10b4e-4fca-f56c-3521-f22e238dc94d-62e7d56e, #w-node-_77d10b4e-4fca-f56c-3521-f22e238dc952-62e7d56e, #w-node-_77d10b4e-4fca-f56c-3521-f22e238dc957-62e7d56e, #w-node-_77d10b4e-4fca-f56c-3521-f22e238dc95c-62e7d56e, #w-node-_77d10b4e-4fca-f56c-3521-f22e238dc961-62e7d56e, #w-node-_77d10b4e-4fca-f56c-3521-f22e238dc966-62e7d56e, #w-node-_77d10b4e-4fca-f56c-3521-f22e238dc96b-62e7d56e, #w-node-_77d10b4e-4fca-f56c-3521-f22e238dc970-62e7d56e, #w-node-ef4182de-d663-c64c-c141-4b0ce03944c1-170f0ff9, #w-node-ef4182de-d663-c64c-c141-4b0ce03944c6-170f0ff9, #w-node-a92ac81d-2090-5e7d-f259-3fea9da409ea-170f0ff9, #w-node-_37222d34-8dcb-deef-5740-91f3ed6e645b-170f0ff9, #w-node-_44b6ebc5-a8a3-53a7-31e2-1a09ce67edb3-170f0ff9, #w-node-_3c9b9ac6-0733-d195-84cf-e40cc3b8a572-170f0ff9, #w-node-e94ad7b5-bfec-6960-fdfc-50af01fbea8b-170f0ff9, #w-node-_322f5f43-bd52-2444-fa69-1148feb04943-170f0ff9, #w-node-_322f5f43-bd52-2444-fa69-1148feb04948-170f0ff9, #w-node-_322f5f43-bd52-2444-fa69-1148feb0494d-170f0ff9, #w-node-_322f5f43-bd52-2444-fa69-1148feb04952-170f0ff9, #w-node-_322f5f43-bd52-2444-fa69-1148feb04957-170f0ff9, #w-node-_322f5f43-bd52-2444-fa69-1148feb0495c-170f0ff9, #w-node-_322f5f43-bd52-2444-fa69-1148feb04961-170f0ff9, #w-node-_4a6b90bb-769b-d812-b575-a9126923b4eb-170f0ff9, #w-node-_4a6b90bb-769b-d812-b575-a9126923b4f0-170f0ff9, #w-node-_4a6b90bb-769b-d812-b575-a9126923b4f5-170f0ff9, #w-node-_4a6b90bb-769b-d812-b575-a9126923b4fa-170f0ff9, #w-node-_4a6b90bb-769b-d812-b575-a9126923b4ff-170f0ff9, #w-node-_4a6b90bb-769b-d812-b575-a9126923b504-170f0ff9, #w-node-_2e0c1d5d-c102-fd11-0511-ba87706bd00f-170f0ff9, #w-node-_980e61c4-e943-2224-f8c3-24fc26114f23-170f0ff9, #w-node-_40afe8e8-2ac1-e736-47ba-f4d22f53f653-170f0ff9, #w-node-_94d30f42-25a4-a901-0402-5cee7eac6327-170f0ff9, #w-node-_4a6b90bb-769b-d812-b575-a9126923b509-170f0ff9 {
  align-self: start;
}


@font-face {
  font-family: 'Migra';
  src: url('../fonts/MigraItalic-ExtralightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Pprightgrotesk Compactdark';
  src: url('../fonts/PPRightGrotesk-CompactDark.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pprightgrotesk';
  src: url('../fonts/PPRightGrotesk-WideMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pprightgrotesk';
  src: url('../fonts/PPRightGrotesk-WideLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pprightgrotesk Narrow';
  src: url('../fonts/PPRightGrotesk-NarrowLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}