:root {
  --color--body: var(--palette--white);
  --color--text: var(--palette--black);
  --palette--sand: #ffe3cf;
  --global-padding: 3vw;
  --color--button-text: var(--palette--sand);
  --palette--dark-sand: #c7916a;
  --radius: 2px;
  --palette--black: #131313;
  --palette--white: #f5f5f5;
  --color--button-bg: var(--palette--dark-sand);
  --untitled-ui-gray600\<deleted\|variable-10a0cd12\>: #475467;
  --untitled-ui-gray400\<deleted\|variable-b339bef7\>: #98a2b3;
  --untitled-ui-gray500\<deleted\|variable-68f29e84\>: #667085;
  --color--toggle-offset: 0px;
  --untitled-ui-gray900\<deleted\|variable-f63dbb51\>: #101828;
  --typography--headings: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --typography--body: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --dark--body: var(--palette--black);
  --dark--text: var(--palette--white);
  --dark--button-bg: var(--palette--sand);
  --dark--button-text: var(--palette--dark-sand);
  --size: 0px;
  --dark--toggle-offset: 28px;
}

.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-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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.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-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

body {
  background-color: var(--color--body);
  color: var(--color--text);
  font-family: Raleway, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cinzel, sans-serif;
  font-size: 5.5rem;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cinzel, sans-serif;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: .9;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cinzel, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cinzel, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cinzel, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cinzel, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.8;
  overflow: hidden;
}

a {
  color: var(--palette--sand);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
  font-weight: 600;
}

img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_form-block {
  max-width: 20rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

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

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

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

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

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  background-size: 90%;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.styleguide_background {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(0, 115, 230, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

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

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.styleguide_item-header {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 2rem;
}

.styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  background-color: var(--color--text);
  color: var(--color--body);
  position: relative;
}

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

.text-color-black {
  color: #000;
}

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

.fs-styleguide_2-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 1.6rem;
  height: 1.6rem;
  justify-content: center;
  align-items: center;
  transition: color .35s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.1;
}

.padding-global {
  padding-right: var(--global-padding);
  padding-left: var(--global-padding);
}

.padding-global.is-test {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-weight-normal {
  font-weight: 400;
}

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

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-white {
  color: #fff;
}

.text-style-italic {
  font-style: italic;
}

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.styleguide_section-header {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

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

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.styleguide_1-col {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: rgba(0, 115, 230, .1);
  border: 1px dashed #0073e6;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-xbold {
  font-weight: 800;
}

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

.text-weight-bold {
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.styleguide_item-wrapper {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

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

.text-style-muted {
  opacity: .6;
}

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

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

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  border-width: .25rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.background-color-sand {
  background-color: var(--color--button-text);
}

.form_input {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.5;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.styleguide_3-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: var(--palette--dark-sand);
  text-decoration: underline;
  transition: color .35s cubic-bezier(.165, .84, .44, 1);
}

.text-style-link:hover {
  color: var(--color--text);
}

.text-style-link.is-light {
  color: var(--palette--sand);
}

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

.styleguide_header {
  background-color: rgba(0, 0, 0, .05);
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
}

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

.styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.styleguide_label.is-tag {
  background-color: #be4aa5;
}

.styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

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

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

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.text-align-center.is-tagline {
  line-height: 1.2;
}

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  position: relative;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: .15rem solid var(--palette--dark-sand);
  border-radius: var(--radius);
  background-color: var(--palette--dark-sand);
  color: var(--color--button-text);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: .9rem 1.5rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
  padding-left: 0;
}

.button.is-small {
  border-radius: var(--radius);
  padding: .35rem .75rem;
  font-size: .875rem;
}

.button.is-large {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: var(--radius);
  padding: 1.2rem 2.2rem;
  font-size: 1.5rem;
}

.button.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: .15rem solid #000;
}

.button.is-secondary-large {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  padding: 1.2rem 2.2rem;
  font-size: 1.5rem;
}

.button.is-secondary-small {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  padding: .35rem .75rem;
  font-size: .875rem;
}

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

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

.styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

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

.hide {
  display: none;
}

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

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.styleguide_spacing-all {
  display: none;
}

.styleguide_color.is-1 {
  background-color: #000;
}

.styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.styleguide_color.is-3 {
  background-color: #fff;
}

.city-tile_lightbox {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: relative;
}

.city-tile_outline {
  z-index: 3;
  width: 100%;
  height: 100%;
  border: .2rem solid #3b3b3b;
  border-radius: .5rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(5deg);
}

.grid-gallery_component {
  height: 100%;
  max-width: 1000px;
  flex: 1;
}

.city-tile {
  z-index: 2;
  width: 40vw;
  height: 30vw;
  text-align: center;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 300;
  text-decoration: none;
  position: relative;
}

.city-tile.is-city-info-gallery {
  width: 100%;
  height: 100%;
}

.city-tile_image {
  z-index: 10;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: .5rem;
  position: relative;
}

.grid-gallery_collection-list-item {
  width: 100%;
  height: 100%;
}

.grid-gallery_collection-list {
  height: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 3rem;
  display: grid;
}

.container-xlarge {
  width: 100%;
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto;
}

.shape-divider_top {
  width: 105%;
  max-width: none;
  position: relative;
  bottom: -1px;
  left: -1%;
}

.shape-divider_bottom {
  width: 105%;
  max-width: none;
  position: relative;
  top: -1px;
  left: -1%;
}

.body {
  background-color: rgba(0, 0, 0, 0);
}

.dom {
  width: 100%;
  height: 100%;
  border: 1px solid #3b83f7;
  border-radius: 8px;
  padding: 12.1rem;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(45, 64, 234, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small.show-mobile-landscape {
  display: none;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_section-header {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.fs-styleguide_spacer-box {
  width: 100%;
  background-color: rgba(45, 64, 234, .1);
  border: 1px dashed #2d40ea;
  position: relative;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.fs-styleguide_item-wrapper {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.spacer-huge.hide-tablet {
  display: block;
}

.spacer-huge.show-tablet, .spacer-huge.show-mobile-landscape {
  display: none;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-large.show-tablet {
  display: none;
}

.fs-styleguide_1-col {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.contrast-bg {
  background-color: var(--palette--black);
  padding: 1rem;
}

.header-home_layout {
  width: 100%;
  height: 800px;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: stretch;
  display: grid;
}

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

.heading-giant {
  font-size: 15vw;
  font-weight: 400;
}

.header-home_title {
  background-color: var(--palette--black);
  color: var(--palette--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.div-block {
  background-color: var(--palette--sand);
}

.div-block-copy {
  background-color: var(--palette--dark-sand);
}

.div-block-copy-copy {
  background-color: var(--palette--white);
}

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

.custom-h1 {
  color: var(--color--body);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.liesl-text {
  color: var(--color--text);
  margin-top: -.55rem;
  margin-right: 2.5vw;
  font-family: Great Vibes, cursive;
  font-size: 5vw;
  font-weight: 400;
  transform: rotate(-5deg);
}

.carol-text {
  color: var(--color--text);
  font-size: 4vw;
}

.image-wrapper {
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-wrapper.is-first-image {
  height: 55rem;
}

.image-wrapper.overflow-visible, .image-wrapper.overflow-visible-desktop-tablet {
  overflow: visible;
}

.image {
  width: 100%;
  height: 120%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
}

.image.is-portrait {
  aspect-ratio: 2 / 3;
}

.image.is-portrait.is-max-height {
  height: 100vh;
  max-height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.image.is-landscape {
  aspect-ratio: 3 / 2;
  color: var(--color--button-bg);
}

.image.is-square {
  aspect-ratio: 1 / 1;
}

.section_grid-layout {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cell_layout {
  width: 100%;
  height: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  display: flex;
}

.cell_layout.is-partners {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  padding: 0;
}

.cell_layout.single-border {
  border-right: 1px solid var(--color--body);
}

.unsplash-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: 50% 50%;
  display: block;
}

.content-wrapper {
  max-width: 33rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section_slider-layout {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.swiper.is-home-work {
  position: relative;
  overflow: visible;
}

.swiper.is-home-slider {
  z-index: 1;
  position: relative;
  overflow: visible;
}

.swiper-wrapper.is-home-work {
  height: 1100px;
  max-height: 85vh;
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.swiper-wrapper.is-home-slider {
  cursor: grab;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.swiper-slide.is-home-work {
  width: 50%;
  flex: none;
  overflow: hidden;
}

.swiper-slide.is-home-slider {
  width: 33.3333%;
  cursor: grab;
  flex: none;
}

.swiper-scrollbar.is-home-slider {
  width: 50%;
  height: .75rem;
  max-width: 100%;
  background-color: var(--palette--black);
  border-radius: 100rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: .1rem .15rem;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.swiper-pagination.is-slider-home {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.swiper-pagination.is-home-slider {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background-color: var(--palette--black);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 1.2rem;
  height: 1.2rem;
  background-color: var(--palette--dark-sand);
  border-radius: 0;
}

.home-slider-scrollbar {
  width: 20rem;
  height: .75rem;
  background-color: var(--palette--white);
  border-radius: 100rem;
}

.swiper-scrollbar-drag.is-home-slider {
  width: 3rem;
  height: 100%;
  min-height: 100%;
  background-color: var(--palette--white);
  border-radius: 100rem;
}

.home-slider_scrollbar-wrapper {
  position: absolute;
  top: auto;
  bottom: -1.5rem;
  left: 0%;
  right: 0%;
}

.home-slider_buttons-wrapper {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-work-slider_bottom-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 1.5em;
  display: flex;
}

.swiper-drag.is-home-slider {
  width: 7em;
  height: 100%;
  background-color: var(--palette--white);
  border-radius: 100vw;
}

.swiper-bullet {
  width: .75rem;
  min-height: .75rem;
  text-align: center;
  background-color: #000;
  flex: none;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.swiper-bullet.is-active {
  width: 1rem;
  min-height: 1rem;
  background-color: var(--palette--dark-sand);
}

.home-slider_button {
  width: 7.5em;
  height: 3.25em;
  color: #c8dd5e;
  text-align: center;
  border: 2px solid #c8dd5e;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  transition: color .2s, background-color .2s;
  display: flex;
}

.home-slider_button:hover {
  color: #1f1f1f;
  background-color: #c8dd5e;
}

.home-slider_button.swiper-button-prev {
  border-color: var(--palette--black);
  background-color: var(--palette--white);
  color: var(--palette--dark-sand);
  transition: padding-right .4s cubic-bezier(.77, 0, .175, 1), color .2s, background-color .2s;
}

.home-slider_button.swiper-button-prev:hover {
  border-color: var(--palette--dark-sand);
  background-color: var(--palette--dark-sand);
  color: var(--palette--black);
  padding-right: 1rem;
}

.home-slider_button.swiper-button-next {
  border-color: var(--palette--black);
  background-color: var(--palette--white);
  color: var(--palette--dark-sand);
  padding-left: 0;
  transition: padding-left .4s cubic-bezier(.77, 0, .175, 1), color .2s, background-color .2s;
}

.home-slider_button.swiper-button-next:hover {
  border-color: var(--palette--dark-sand);
  background-color: var(--palette--dark-sand);
  color: var(--palette--black);
  padding-left: 1rem;
}

.swiper-drag-wrapper.is-home-slider {
  width: 38em;
  height: .88em;
  max-width: 100%;
  background-color: #000;
  border-radius: 100vw;
  align-items: center;
  padding-left: .2rem;
  padding-right: .5rem;
  display: flex;
}

.slider-main_text-wrapper {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0) 57%);
  justify-content: flex-start;
  align-items: flex-end;
  padding: 6%;
  transition: font-size .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-main_link {
  width: 100%;
  position: relative;
}

.home-work-slider_image {
  width: 130%;
  height: 100%;
  min-width: 130%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 50% 50%;
  position: -webkit-sticky;
  position: sticky;
}

.home-work-slider_image.is-portrait {
  width: 120%;
  min-width: 120%;
  aspect-ratio: 2 / 3;
}

.swiper-bullet-wrapper.is-home-slider {
  width: auto;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-wrap: wrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-work-slider_button-icon {
  width: 2rem;
  height: 2rem;
}

.home-work-slider_button-icon.is-reversed {
  transform: rotate(-180deg);
}

.home-slider_image-height {
  width: 100%;
  padding-top: 75vh;
  position: relative;
  overflow: hidden;
}

.slider-main_title {
  letter-spacing: -.03em;
  font-size: 1.6em;
  line-height: .7;
}

.home-slider_top-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  display: flex;
}

.home-work-slider_slide {
  width: 80%;
  height: 75vh;
  max-height: 1000px;
  flex: none;
  margin-right: 1.5rem;
  overflow: hidden;
}

.home-work-slider_slide.is-portrait-image {
  width: 40%;
}

.home-work-slider {
  display: flex;
  overflow: visible;
}

.home-work-slider_arrow-prev {
  width: 8rem;
  border: 2px solid var(--color--button-bg);
  color: var(--color--button-bg);
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  transition: padding-right .5s cubic-bezier(.86, 0, .07, 1), color .45s cubic-bezier(.77, 0, .175, 1), border-color .45s cubic-bezier(.77, 0, .175, 1), background-color .4s cubic-bezier(.77, 0, .175, 1);
  display: flex;
}

.home-work-slider_arrow-prev:hover {
  border-color: var(--palette--dark-sand);
  background-color: var(--palette--dark-sand);
  color: var(--palette--black);
  padding-right: 1.2rem;
}

.home-work-slider_progress-bar {
  width: 100%;
  height: 1.25rem;
  align-items: center;
  padding: .15rem;
  display: flex;
}

.progress_fill {
  width: 100%;
  height: .2rem;
  border-radius: var(--radius);
  background-color: var(--color--button-bg);
  margin-left: -2px;
}

.home-work-slider_arrow-next {
  width: 8rem;
  border: 2px solid var(--color--button-bg);
  color: var(--color--button-bg);
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  transition: color .45s cubic-bezier(.77, 0, .175, 1), background-color .4s cubic-bezier(.77, 0, .175, 1), border-radius .45s cubic-bezier(.77, 0, .175, 1), padding-left .5s cubic-bezier(.86, 0, .07, 1);
  display: flex;
}

.home-work-slider_arrow-next:hover {
  border-color: var(--palette--dark-sand);
  background-color: var(--palette--dark-sand);
  color: var(--palette--black);
  padding-left: 1.2rem;
}

.footer_legal-link {
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.footer_legal-link:hover {
  color: var(--untitled-ui-gray600\<deleted\|variable-10a0cd12\>);
}

.footer_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-text-size-small {
  color: var(--untitled-ui-gray600\<deleted\|variable-10a0cd12\>);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small.text-color-gray500 {
  color: var(--untitled-ui-gray500\<deleted\|variable-68f29e84\>);
}

.footer_bottom-wrapper {
  grid-column-gap: 1.5rem;
  justify-content: center;
  display: flex;
}

.uui-footer04_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.footer_social-link {
  align-items: center;
  text-decoration: none;
  transition: color .35s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.footer_social-link:hover {
  color: var(--color--button-bg);
}

.footer_social-list {
  width: 100%;
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  display: flex;
}

.footer_link {
  grid-column-gap: .5rem;
  text-align: center;
  flex-wrap: nowrap;
  align-items: center;
  padding: .5rem;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: color .3s cubic-bezier(.77, 0, .175, 1);
  display: flex;
}

.footer_link:hover {
  color: var(--color--button-bg);
}

.footer_link.is-social:hover {
  color: #696969;
}

.footer_link-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.uui-logo_image {
  width: auto;
  height: 100%;
  flex: none;
  display: none;
}

.uui-logo_logotype {
  width: auto;
  height: 100%;
  flex: none;
}

.uui-logo_logomark-dot {
  z-index: 1;
  width: 50%;
  height: 50%;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  position: relative;
}

.uui-logo_logomark-blur {
  z-index: 2;
  width: 100%;
  height: 50%;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(255, 255, 255, .2);
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg {
  width: 2rem;
  height: 2rem;
  border-radius: 8px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uui-logo_logomark {
  width: 2rem;
  height: 2rem;
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(16, 24, 40, .06), 0 1px 2px rgba(16, 24, 40, .1);
}

.uui-logo_component {
  width: auto;
  height: 2rem;
  flex-wrap: nowrap;
  display: flex;
}

.footer_logo-link.w--current {
  position: relative;
}

.footer_top-wrapper {
  grid-column-gap: 4vw;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 2fr;
  justify-content: space-between;
  align-items: center;
  justify-items: end;
}

.uui-padding-vertical-xlarge {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.brand-logo {
  width: 14rem;
}

.brand-logo.is-position-absolute {
  position: absolute;
}

.brand-logo.is-position-absolute.is-white {
  opacity: 0;
}

.brand-logo.is-footer {
  width: 10rem;
}

.brand-logo.is-footer.is-white {
  opacity: 0;
  position: absolute;
}

.home-before-afters-slider {
  display: flex;
  overflow: visible;
}

.home-before-afters-slider_arrow-prev {
  width: 8rem;
  border: 2px solid var(--color--button-bg);
  color: var(--color--button-bg);
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  transition: padding-right .5s cubic-bezier(.86, 0, .07, 1), color .45s cubic-bezier(.77, 0, .175, 1), border-color .45s cubic-bezier(.77, 0, .175, 1), background-color .4s cubic-bezier(.77, 0, .175, 1);
  display: flex;
}

.home-before-afters-slider_arrow-prev:hover {
  border-color: var(--palette--dark-sand);
  background-color: var(--palette--dark-sand);
  color: var(--palette--black);
  padding-right: 1.2rem;
}

.home-before-afters-slider_button-icon {
  width: 2rem;
  height: 2rem;
}

.home-before-afters-slider_button-icon.is-reversed {
  transform: rotate(-180deg);
}

.home-before-afters-slider_arrow-next {
  width: 8rem;
  border: 2px solid var(--color--button-bg);
  color: var(--color--button-bg);
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  transition: color .45s cubic-bezier(.77, 0, .175, 1), background-color .4s cubic-bezier(.77, 0, .175, 1), border-radius .45s cubic-bezier(.77, 0, .175, 1), padding-left .5s cubic-bezier(.86, 0, .07, 1);
  display: flex;
}

.home-before-afters-slider_arrow-next:hover {
  border-color: var(--palette--dark-sand);
  background-color: var(--palette--dark-sand);
  color: var(--palette--black);
  padding-left: 1.2rem;
}

.home-before-afters-slider_top-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-before-afters-slider_slide {
  width: 80%;
  height: 80vh;
  max-height: 1100px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-before-afters-slide_bg {
  width: 150%;
  height: 100%;
  min-width: 150%;
  filter: grayscale();
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.before-after_code-embed {
  display: none;
}

.udesly-label-text {
  width: auto;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
}

.after-label {
  z-index: 3;
  background-color: var(--color--button-bg);
  color: var(--color--body);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: .3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: opacity .2s ease-in-out;
  display: flex;
  position: absolute;
  top: -2rem;
  bottom: auto;
  left: auto;
  right: 15%;
}

.before-label {
  z-index: 3;
  background-color: var(--color--button-bg);
  color: var(--color--body);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: .3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: opacity .2s ease-in-out;
  display: flex;
  position: absolute;
  top: -2rem;
  bottom: auto;
  left: 15%;
  right: auto;
}

.circle-handle {
  width: 40px;
  height: 40px;
  cursor: grab;
  background-color: #fff;
  background-image: url('../images/arrows.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 50%;
  position: absolute;
}

.handlebar-wrapper {
  z-index: 10;
  width: 1px;
  height: 100%;
  color: rgba(0, 0, 0, 0);
  cursor: grab;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.before_image {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.after_image {
  z-index: 0;
  width: 100%;
  height: 100%;
  filter: contrast() grayscale(0%);
  object-fit: cover;
  position: absolute;
}

.before-after_component {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.before-after_component.is-landscape {
  width: 90%;
  aspect-ratio: 3 / 2;
  overflow: visible;
}

.before-after_component.is-portrait {
  height: 90%;
  aspect-ratio: 2 / 3;
  filter: grayscale(0%) contrast();
  transition: filter .3s cubic-bezier(.77, 0, .175, 1);
  overflow: visible;
}

.before-label_text, .after-label_text {
  font-size: 2rem;
}

.progress-fill-wrapper {
  width: 100%;
  height: .55rem;
  border-right: 2px solid var(--color--text);
  border-left: 2px solid var(--color--text);
  align-items: center;
  margin-top: 1vw;
  padding-left: .2rem;
  display: flex;
  overflow: hidden;
}

.header-home_title-layout {
  color: var(--color--text);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-blind {
  z-index: 50;
  background-color: var(--color--text);
  pointer-events: none;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-blind.is-sand {
  background-color: var(--color--button-text);
}

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

.icon-1x1-xlarge {
  width: 4rem;
  height: 4rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-details_item {
  grid-column-gap: .3rem;
  color: var(--color--body);
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  align-items: center;
  transition: letter-spacing .45s cubic-bezier(.77, 0, .175, 1), color .3s cubic-bezier(.77, 0, .175, 1);
  display: grid;
}

.contact-details_item:hover {
  color: var(--color--button-text);
  letter-spacing: .02rem;
}

.contact-details_item.is-left {
  width: 40%;
  justify-content: start;
  justify-items: start;
}

.contact-details_item.is-right {
  width: 40%;
  justify-content: end;
  justify-items: end;
}

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

.mode-switch_component {
  z-index: 50;
  width: 70px;
  height: 25px;
  border: 2px solid var(--color--text);
  background-color: var(--color--body);
  color: var(--color--text);
  border-radius: 5px;
  padding: 2px;
  position: relative;
}

.mode-switch {
  z-index: 10;
  width: 33px;
  height: 100%;
  margin-left: var(--color--toggle-offset);
  background-color: var(--color--text);
  cursor: pointer;
  border-radius: 3px;
  position: relative;
}

.background-color-duck-egg {
  color: var(--palette--white);
  background-color: #86c4bd;
  position: relative;
}

.lace-logo {
  width: 20%;
  max-width: 250px;
  min-width: 120px;
  margin-top: -12.5rem;
}

.lace-decoration {
  width: 45%;
  align-self: flex-end;
  margin-top: -2.5rem;
  position: relative;
}

.lace-decoration.is-top-left {
  align-self: flex-start;
  margin-top: 0;
  transform: rotate(180deg);
}

.path-9di8, .path-zlpq7 {
  color: #fff;
}

.liesl-portrait {
  z-index: 10;
  height: auto;
  max-width: 33rem;
  aspect-ratio: 1 / 1;
  filter: grayscale(0%);
  position: relative;
  box-shadow: 0 0 rgba(0, 0, 0, 0), -1px -1px .2px rgba(0, 0, 0, .024), -3px -3px .4px rgba(0, 0, 0, .027), -4px -4px .7px rgba(0, 0, 0, .03), -6px -6px .9px rgba(0, 0, 0, .035), -8px -8px 1.2px rgba(0, 0, 0, .035), -10px -10px 1.6px rgba(0, 0, 0, .04), -12px -12px 2.1px rgba(0, 0, 0, .04), -14px -14px 2.7px rgba(0, 0, 0, .04), -18px -18px 3.5px rgba(0, 0, 0, .043), -21px -21px 4.4px rgba(0, 0, 0, .043), -26px -26px 5.8px rgba(0, 0, 0, .043), -33px -33px 7.5px rgba(0, 0, 0, .043), -40px -40px 9.9px rgba(0, 0, 0, .043), -52px -52px 13.2px rgba(0, 0, 0, .047), -66px -66px 17.8px rgba(0, 0, 0, .047), -88px -88px 24.8px rgba(0, 0, 0, .047), -124px -124px 36px rgba(0, 0, 0, .05), -192px -192px 57.8px rgba(0, 0, 0, .055);
}

.liesl-portrait:hover {
  filter: grayscale();
}

.contact-partner-layout {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}

.ctudio-text-logo {
  font-family: Cinzel Decorative, sans-serif;
}

.carol-portrait {
  z-index: 10;
  width: 100%;
  height: auto;
  max-width: 33rem;
  aspect-ratio: 1 / 1;
  position: relative;
  box-shadow: 0 0 rgba(245, 245, 245, 0), 0 0 rgba(245, 245, 245, .024), 0 -1px rgba(245, 245, 245, .03), 0 -1px .1px rgba(245, 245, 245, .035), 0 -2px .2px rgba(245, 245, 245, .04), 0 -3px .4px rgba(245, 245, 245, .04), 0 -4px .8px rgba(245, 245, 245, .043), 0 -6px 1.3px rgba(245, 245, 245, .043), 0 -9px 2.1px rgba(245, 245, 245, .043), 0 -12px 3.3px rgba(245, 245, 245, .043), 0 -18px 5.1px rgba(245, 245, 245, .047), 0 -25px 7.6px rgba(245, 245, 245, .047), 0 -35px 11.4px rgba(245, 245, 245, .047), 0 -51px 16.9px rgba(245, 245, 245, .047), 0 -75px 25.6px rgba(245, 245, 245, .05), 0 -115px 40.1px rgba(245, 245, 245, .055), 0 -194px 68.9px rgba(245, 245, 245, .06);
}

.divider-line {
  width: 100%;
  height: 2px;
  background-color: var(--palette--white);
}

.switch-icons-layout {
  background-color: var(--color--body);
  color: var(--color--text);
  justify-content: space-between;
  align-items: center;
  padding-left: 7px;
  padding-right: 7px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.main-wrapper-blind {
  z-index: 100;
  background-color: var(--palette--white);
  pointer-events: none;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.offering-list {
  padding-left: 0;
  list-style-type: none;
}

.offering-list-item {
  height: 5rem;
  align-items: center;
  margin-bottom: 0;
  padding: 0 1rem;
  font-weight: 700;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 1px .9px rgba(0, 0, 0, .027), 0 3px 1.8px rgba(0, 0, 0, .035), 0 4px 2.8px rgba(0, 0, 0, .04), 0 6px 4.2px rgba(0, 0, 0, .04), 0 9px 6.1px rgba(0, 0, 0, .043), 0 14px 9.1px rgba(0, 0, 0, .043), 0 23px 14.5px rgba(0, 0, 0, .047), 0 42px 26.3px rgba(0, 0, 0, .05);
}

.section-tagline_layout {
  padding: 10rem 5rem;
}

.background-color-gradient {
  background-image: linear-gradient(to bottom, var(--color--button-text), var(--color--body));
}

.paragraph {
  word-break: keep-all;
}

.partners-layout_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  padding: 3rem;
  display: flex;
}

.paragraph-fade.text-size-large {
  line-height: 1.5;
}

.h2_rich-text {
  font-size: 2.8rem;
}

.h1_rich-text {
  font-size: 4.5rem;
}

.uui-text-size-xlarge {
  color: var(--untitled-ui-gray600\<deleted\|variable-10a0cd12\>);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-large {
  color: var(--untitled-ui-gray900\<deleted\|variable-f63dbb51\>);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

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

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.carol-design-logo {
  width: 50%;
  max-width: 300px;
  min-width: 120px;
  mix-blend-mode: difference;
  margin-top: -12.5rem;
}

.are-text {
  color: var(--color--text);
  font-family: Raleway, sans-serif;
  font-size: 5.5rem;
  font-weight: 200;
  position: absolute;
}

.are-text.heading-up {
  position: absolute;
}

.inline-wrapper {
  width: 100%;
  height: 25vw;
  overflow: hidden;
}

.inline-wrapper.is-portrait {
  height: 40vw;
}

.sticky-desktop {
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.is-inverted {
  filter: invert();
}

.mode-switch_layout {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  display: flex;
}

.fs-cc-prefs_form {
  width: 100%;
  height: 100%;
  max-height: 70vh;
  max-width: 576px;
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 0;
  position: relative;
}

.cookie-consent_banner {
  z-index: 998;
  border-top: 1px solid var(--color--text);
  border-right: 1px solid var(--color--text);
  border-left: 1px solid var(--color--text);
  background-color: var(--color--body);
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 2%;
  right: 2%;
}

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.cookie-consent-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_toggle {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 999px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_button {
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #fff;
  border-color: #4353ff;
}

.cookie-consent-banner_container {
  width: 100%;
  max-width: 1000px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  top: -12px;
  bottom: auto;
  left: auto;
  right: -12px;
  box-shadow: -1px 1px 12px rgba(51, 51, 51, .1);
}

.cookie-consent-banner_close {
  background-color: var(--color--text);
  color: var(--color--body);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.1rem;
  display: flex;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.cookie-consent-banner_buttons-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.fs-cc-prefs_component {
  z-index: 997;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 32px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_close-icon {
  width: 16px;
  height: 16px;
  color: #021a7c;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: block;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: 20px;
  right: auto;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid rgba(51, 51, 51, .15);
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_label {
  color: #4353ff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: 12px;
}

.cookie-consent-banner_trigger {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 5, 36, .6);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_checkbox-field {
  width: 44px;
  height: 24px;
  background-color: #ccc;
  border-radius: 999px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.cookie-consent-banner_button {
  background-color: var(--color--text);
  color: var(--color--body);
  padding: 1rem 1.25rem;
}

.cookie-consent-banner_button.cookie-consent-button-alt {
  background-color: var(--color--button-bg);
  color: var(--color--body);
  border-color: #4353ff;
}

.cookie-consent-banner_text {
  margin-right: 2rem;
}

.fs-cc-prefs_trigger {
  display: none;
}

.footer_partners-layout {
  grid-column-gap: 4vw;
  grid-row-gap: 2rem;
  border-bottom: 1px solid var(--palette--dark-sand);
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  justify-content: space-between;
  align-items: center;
  justify-items: end;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

.footer_collaborator-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  justify-items: start;
  display: flex;
}

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

  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .grid-gallery_component {
    width: 100%;
  }

  .grid-gallery_collection-list {
    margin-left: 0;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .spacer-huge.show-tablet {
    display: block;
  }

  .spacer-huge.show-mobile-landscape {
    display: none;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .spacer-large.show-tablet {
    display: block;
  }

  .spacer-large.show-mobile-landscape {
    display: none;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .spacer-xxhuge.show-mobile-landscape {
    display: none;
  }

  .liesl-text {
    margin-top: -.55rem;
  }

  .image-wrapper.is-first-image {
    height: 45rem;
  }

  .section_grid-layout.is-who-are-we {
    grid-template-columns: 1fr;
  }

  .section_grid-layout.is-what-we-offer {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .swiper-slide.is-home-slider {
    width: 50%;
  }

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

  .footer_top-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: .5fr;
    justify-content: center;
    justify-items: center;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .home-before-afters-slider_slide {
    width: auto;
    padding: 2rem;
  }

  .home-before-afters-slider_slide.is-landscape-slide {
    width: auto;
    padding: 3rem;
  }

  .handlebar-wrapper {
    height: 100%;
  }

  .before-after_component.is-landscape {
    width: 95vw;
  }

  .lace-logo {
    min-width: 80px;
    margin-top: -90px;
  }

  .ctudio-text-logo {
    font-size: 3rem;
  }

  .section-tagline_layout {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .is-tagline {
    font-size: 4rem;
  }

  .uui-heading-large {
    font-size: 2.75rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .carol-design-logo {
    min-width: 80px;
    margin-top: -90px;
  }

  .inline-wrapper {
    height: 22vw;
  }

  .inline-wrapper.is-portrait {
    height: 50vw;
  }

  .inline-wrapper.is-taller {
    height: 33vw;
  }

  .sticky-desktop {
    position: -webkit-sticky;
    position: sticky;
  }

  .footer_partners-layout {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .footer_collaborator-list {
    justify-content: center;
    align-items: center;
  }

  .footer_socials-list {
    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: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .hide-mobile-landscape {
    display: none;
  }

  .styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-right: var(--global-padding);
    padding-left: var(--global-padding);
  }

  .padding-global.is-test {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .styleguide_section-header {
    font-size: .875rem;
  }

  .styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .heading-style-h4.heading-up {
    font-size: 1.5rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

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

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

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

  .spacer-small.show-mobile-landscape {
    display: block;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .spacer-huge.show-mobile-landscape {
    display: block;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .spacer-large.show-mobile-landscape, .spacer-xxhuge.show-mobile-landscape {
    display: block;
  }

  .liesl-text {
    margin-top: -.35rem;
    font-size: 8vw;
  }

  .carol-text {
    font-size: 7vw;
  }

  .image-wrapper.is-first-image {
    height: 25rem;
  }

  .image-wrapper.overflow-visible-desktop-tablet {
    height: 120vw;
    overflow: hidden;
  }

  .image-wrapper.is-portrait {
    height: 110vw;
  }

  .image {
    height: 130%;
  }

  .section_grid-layout {
    min-height: 0;
    text-align: center;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .cell_layout.single-border {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border-bottom: 1px solid var(--color--body);
    border-right-style: none;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }

  .cell_layout.is-lets-chat {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }

  .swiper-slide.is-home-slider {
    width: 100%;
  }

  .home-work-slider_component {
    flex-direction: column-reverse;
    display: flex;
  }

  .home-slider_top-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .home-work-slider_slide {
    height: 60vh;
    margin-right: .75rem;
  }

  .home-work-slider_slide.is-portrait-image {
    width: 65%;
  }

  .home-work-slider_arrow-prev, .home-work-slider_arrow-next {
    width: 7rem;
    padding-top: .45rem;
    padding-bottom: .45rem;
  }

  .footer_legal-link:hover {
    color: var(--untitled-ui-gray400\<deleted\|variable-b339bef7\>);
  }

  .footer_legal-list {
    margin-bottom: 1rem;
  }

  .footer_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 3rem;
  }

  .footer_social-link:hover {
    color: var(--untitled-ui-gray400\<deleted\|variable-b339bef7\>);
  }

  .footer_social-list {
    justify-content: center;
  }

  .footer_link:hover {
    color: var(--untitled-ui-gray500\<deleted\|variable-68f29e84\>);
  }

  .footer_link-list {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: center;
    justify-items: center;
  }

  .uui-styleguide_logomark-bg {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .footer_top-wrapper {
    flex-wrap: wrap;
    display: flex;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-before-afters-slider_arrow-prev, .home-before-afters-slider_arrow-next {
    width: 7rem;
    padding-top: .45rem;
    padding-bottom: .45rem;
  }

  .home-before-afters-slider_component {
    flex-direction: column-reverse;
    display: flex;
  }

  .home-before-afters-slider_slide {
    height: auto;
    max-height: none;
  }

  .after-label {
    right: 12%;
  }

  .before-label {
    left: 12%;
  }

  .before-label_text, .after-label_text {
    font-size: 1.5rem;
  }

  .progress-fill-wrapper {
    margin-top: 0;
    margin-bottom: 1vw;
  }

  .contact-details_item {
    grid-column-gap: .3rem;
  }

  .contact-details_item.is-left, .contact-details_item.is-right {
    width: 100%;
    max-width: 200px;
  }

  .lace-decoration {
    margin-top: -10rem;
  }

  .contact-partner-layout {
    width: 200px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .offering-list-item {
    height: 4rem;
    justify-content: center;
  }

  .section-tagline_layout {
    padding: 3rem 2rem;
  }

  .is-tagline {
    font-size: 2.5rem;
  }

  .partners-layout_content {
    padding-top: 1.5rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-large {
    font-size: 2.25rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .carol-design-logo {
    mix-blend-mode: exclusion;
    margin-top: 0;
  }

  .inline-wrapper {
    height: 40vw;
  }

  .sticky-desktop {
    height: 120%;
    position: relative;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .cookie-consent-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .cookie-consent-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .cookie-consent-banner_text-link {
    margin-right: 8px;
  }

  .cookie-consent-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .footer_partners-layout {
    flex-wrap: wrap;
    display: flex;
  }

  .footer_collaborator-list {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    justify-items: center;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-global.is-test {
    padding-left: 1.25rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .button.is-small, .button.is-secondary-small {
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .image-wrapper {
    height: 18rem;
  }

  .image-wrapper.overflow-visible, .image-wrapper.overflow-visible-desktop-tablet {
    overflow: hidden;
  }

  .image {
    max-width: none;
  }

  .cell_layout {
    padding: 2rem 1.5rem;
  }

  .footer_link-list {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    display: flex;
  }

  .footer_top-wrapper {
    grid-column-gap: 2.5vw;
    grid-row-gap: 1.5rem;
  }

  .brand-logo.is-position-absolute {
    width: 10rem;
  }

  .brand-logo.is-footer {
    width: 7rem;
  }

  .home-before-afters-slider_slide {
    padding: 3rem 1rem;
  }

  .circle-handle {
    width: 60px;
    height: 60px;
  }

  .before-after_component {
    width: 100%;
    min-width: 250px;
  }

  .before-after_component.is-portrait {
    height: auto;
    max-width: 90vw;
  }

  .lace-decoration {
    margin-top: -7.5rem;
  }

  .offering-list-item {
    height: 5.5rem;
  }

  .is-tagline {
    font-size: 1.8rem;
  }

  .partners-layout_content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .carol-design-logo {
    position: relative;
  }

  .inline-wrapper {
    width: 80vw;
    height: 40vw;
    overflow: hidden;
  }

  .inline-wrapper.is-portrait {
    height: 90vw;
  }

  .inline-wrapper.is-taller {
    height: 41vw;
  }

  .sticky-desktop {
    height: 120%;
    max-height: none;
    position: relative;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .cookie-consent-banner_close {
    position: absolute;
    top: -22px;
    bottom: auto;
    left: auto;
    right: 10px;
  }

  .cookie-consent-banner_buttons-wrapper {
    width: 100%;
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
  }

  .fs-cc-prefs_component, .fs-cc-prefs_content {
    padding: 24px;
  }

  .cookie-consent-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .cookie-consent-banner_text {
    margin-right: 0;
  }

  .footer_partners-layout {
    grid-column-gap: 2.5vw;
    grid-row-gap: 1.5rem;
    text-align: center;
  }

  .footer_collaborator-list {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    display: flex;
  }
}

#w-node-fe4e86cc-5213-0af5-3ce8-37800cffb5f6-dfbde6b0, #w-node-_03c50e70-94c6-71bb-e0a2-142bede4431c-dfbde6b0, #w-node-_6b30516e-2315-a888-4048-ea472dcf7afd-dfbde6b0, #w-node-_6b30516e-2315-a888-4048-ea472dcf7af6-dfbde6b0, #w-node-f8cc3f76-62a3-f576-25b0-2205afb98726-dfbde6b0, #w-node-f8cc3f76-62a3-f576-25b0-2205afb98723-dfbde6b0, #w-node-_4faab4eb-2a5d-02fe-8c3a-64b7dab4ce2b-dfbde6b0, #w-node-_4faab4eb-2a5d-02fe-8c3a-64b7dab4ce28-dfbde6b0, #w-node-_071e2885-22b8-0748-68f8-9ba30ffce118-dfbde6b0, #w-node-_0d41de56-0961-2e26-9f9e-ef69f32ef3bd-dfbde6b0, #w-node-_80df0332-64ce-5b23-4837-32252ce0e1d7-dfbde6b0, #w-node-_90582a64-bcb4-d72b-03b0-cf9f97f98b15-dfbde6b0, #w-node-_7b1fbae0-e47f-f761-1d8d-9f16fefc42f1-dfbde6b0, #w-node-c0ea3c26-1ab5-9574-0196-bc03cf039647-dfbde6b0, #w-node-_0410eaa8-6bee-d105-b648-562f1ae0c6e0-dfbde6b0, #w-node-_3e67115b-84b4-9845-b383-2077af9d5c2e-dfbde6b0, #w-node-_5b9243d1-7521-f7ed-53a1-75c1bfdb9194-dfbde6b0, #w-node-_635964e2-cb62-03c7-57bc-704e058017d0-dfbde6b0, #w-node-_50c61d9f-c9e8-badf-fa24-686e46a8e8ae-dfbde6b0, #w-node-_50c61d9f-c9e8-badf-fa24-686e46a8e8b2-dfbde6b0, #w-node-_50c61d9f-c9e8-badf-fa24-686e46a8e8b7-dfbde6b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc04de97-66ee-1800-b077-be4e161bb079-161bb05f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_04d7c958-e69a-c91b-6df4-288c9619704a-161bb05f {
  justify-self: start;
}

#w-node-_04d7c958-e69a-c91b-6df4-288c9619705f-161bb05f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_04d7c958-e69a-c91b-6df4-288c96197068-161bb05f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4c7fca31-9991-5ea4-305d-f3f3f17e4a68-dfbde6b4, #w-node-_4c7fca31-9991-5ea4-305d-f3f3f17e4a6d-dfbde6b4, #w-node-_4c7fca31-9991-5ea4-305d-f3f3f17e4a72-dfbde6b4, #w-node-_4c7fca31-9991-5ea4-305d-f3f3f17e4a77-dfbde6b4, #w-node-_4c7fca31-9991-5ea4-305d-f3f3f17e4a7c-dfbde6b4, #w-node-_4c7fca31-9991-5ea4-305d-f3f3f17e4a82-dfbde6b4, #w-node-_4c7fca31-9991-5ea4-305d-f3f3f17e4a88-dfbde6b4, #w-node-_4c7fca31-9991-5ea4-305d-f3f3f17e4a8e-dfbde6b4 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-dfbde6b4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-dfbde6b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-dfbde6b4 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-dfbde6b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-dfbde6b4 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-dfbde6b4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-dfbde6b4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-dfbde6b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-dfbde6b4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-dfbde6b4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-dfbde6b4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-dfbde6b4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-dfbde6b4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-dfbde6b4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-dfbde6b4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-dfbde6b4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-dfbde6b4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-dfbde6b4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-dfbde6b4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-dfbde6b4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-dfbde6b4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-dfbde6b4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-dfbde6b4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-dfbde6b4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-dfbde6b4 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-dfbde6b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-dfbde6b4 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8d-dfbde6b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-dfbde6b4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-dfbde6b4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-dfbde6b4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-dfbde6b4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-dfbde6b4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-dfbde6b4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-dfbde6b4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-dfbde6b4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-dfbde6b4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-dfbde6b4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-dfbde6b4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-dfbde6b4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-dfbde6b4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-dfbde6b4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-dfbde6b4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-dfbde6b4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-dfbde6b4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-dfbde6b4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-dfbde6b4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-dfbde6b4 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-dfbde6b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-dfbde6b4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-dfbde6b4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-dfbde6b4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-dfbde6b4, #w-node-dc492a45-0ef6-7786-90d8-fde3bdddd315-dfbde6b4, #w-node-dc492a45-0ef6-7786-90d8-fde3bdddd31a-dfbde6b4, #w-node-dc492a45-0ef6-7786-90d8-fde3bdddd31f-dfbde6b4, #w-node-dc492a45-0ef6-7786-90d8-fde3bdddd324-dfbde6b4, #w-node-dc492a45-0ef6-7786-90d8-fde3bdddd329-dfbde6b4, #w-node-dc492a45-0ef6-7786-90d8-fde3bdddd32e-dfbde6b4, #w-node-dc492a45-0ef6-7786-90d8-fde3bdddd333-dfbde6b4, #w-node-dc492a45-0ef6-7786-90d8-fde3bdddd338-dfbde6b4, #w-node-dc492a45-0ef6-7786-90d8-fde3bdddd33d-dfbde6b4, #w-node-dc492a45-0ef6-7786-90d8-fde3bdddd342-dfbde6b4 {
  justify-self: start;
}

#w-node-dc492a45-0ef6-7786-90d8-fde3bdddd346-dfbde6b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc492a45-0ef6-7786-90d8-fde3bdddd347-dfbde6b4 {
  justify-self: start;
}

#w-node-dc492a45-0ef6-7786-90d8-fde3bdddd34a-dfbde6b4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-dfbde6b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-dfbde6b4 {
  justify-self: start;
}

#w-node-_3efc3c4a-e975-8c8a-af50-aa96e3103a5b-dfbde6b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-fc04de97-66ee-1800-b077-be4e161bb079-161bb05f, #w-node-_04d7c958-e69a-c91b-6df4-288c9619705f-161bb05f {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_04d7c958-e69a-c91b-6df4-288c9619704a-161bb05f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_04d7c958-e69a-c91b-6df4-288c96197068-161bb05f {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Antro Vectra';
  src: url('../fonts/Antro_Vectra_Bolder.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}