:root {
  --black: #1b1b1b;
  --brand-primary: #bba18e;
  --grey-80: #4d4e52;
  --brand--hero-inner-page: #f9f3ee;
  --brand--bg: #fefbf7;
  --brand--tertiary: #e9e5e2;
  --grey-60: #777a85;
  --grey-40: #9195a4;
  --grey-20: #c2c8d9;
  --grey-15: #eaedf6;
  --grey-8-2: #f8f9fa;
  --white: white;
  --white-50: #ffffff80;
  --white-25: #ffffff40;
  --brand-secondary: #8f7d6b;
  --white-75: #ffffffbf;
  --sandra-heel: #e5d4ae;
  --sandra: #bba18e;
}

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

body {
  color: var(--black);
  background-color: #fefbf7;
  font-family: Lexend, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Lexend, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Lexend, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.4;
}

h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Lexend, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.56;
}

h4 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Lexend, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.56;
}

h5 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.56;
}

h6 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.56;
}

p {
  margin-bottom: 20px;
  font-family: Lexend, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}

a {
  color: var(--black);
  line-height: 1.56;
  text-decoration: none;
  display: inline-block;
}

ul {
  margin-top: 0;
  margin-bottom: 12px;
  padding-left: 20px;
  font-family: Lexend, sans-serif;
}

form {
  font-family: Lexend, sans-serif;
  font-size: 16px;
}

blockquote {
  border-left: 4px solid var(--brand-primary);
  color: var(--black);
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 1.5;
}

figure {
  margin-bottom: 16px;
}

figcaption {
  color: var(--grey-80);
  text-align: left;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 300;
}

.section {
  width: 100%;
}

.section.grey {
  background-color: var(--brand--hero-inner-page);
}

.container {
  max-width: 1440px;
  padding: 112px 5vw;
}

.container.nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 5vw;
  display: flex;
}

.container.footer {
  padding-top: 0;
  padding-bottom: 40px;
}

.container.inner-hero {
  padding-top: 184px;
}

.container.hero {
  justify-content: center;
  align-items: center;
  padding-top: 112px;
  padding-bottom: 0;
  display: flex;
}

.container.small {
  padding-top: 96px;
  padding-bottom: 104px;
}

.container.inner-page {
  text-align: center;
  padding-bottom: 64px;
}

.container.gallery {
  max-width: none;
  padding-top: 0;
  padding-left: 2vw;
  padding-right: 2vw;
}

.grid {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.grid.center-align {
  justify-content: center;
}

.grid-item {
  width: 100%;
  padding: 16px;
  position: relative;
}

.grid-item._80 {
  width: 80%;
}

.grid-item._20 {
  width: 20%;
  position: relative;
}

.grid-item._50 {
  width: 50%;
}

.grid-item._33 {
  width: 33%;
}

.grid-item._25 {
  width: 25%;
}

.grid-item._67 {
  width: 67%;
}

.grid-item._60 {
  width: 60%;
}

.grid-item._40 {
  width: 40%;
}

.page-wrapper {
  overflow: hidden;
}

.spacer._32 {
  height: 32px;
}

.spacer._88 {
  height: 88px;
}

.spacer._16 {
  height: 16px;
}

.spacer._24 {
  height: 24px;
}

.spacer._64 {
  height: 64px;
}

.spacer._56 {
  height: 56px;
}

.spacer._104 {
  height: 104px;
}

.spacer._8 {
  height: 8px;
}

.spacer._12 {
  height: 12px;
}

.spacer._20 {
  height: 20px;
}

.spacer._40 {
  height: 40px;
}

.spacer._48 {
  height: 48px;
}

.spacer._72 {
  height: 72px;
}

.spacer._80 {
  height: 80px;
}

.spacer._96 {
  height: 96px;
}

.spacer._112 {
  height: 112px;
}

.spacer._128 {
  height: 128px;
}

.spacer._184 {
  height: 184px;
}

.small {
  font-size: 14px;
}

.sg-block {
  padding-top: 8px;
  padding-bottom: 8px;
}

.sg-block.colors {
  border-radius: 20px;
  padding: 32px;
}

.sg-block.colors.dark {
  background-color: var(--black);
  color: #fff;
}

.sg-block.dark {
  background-color: var(--black);
  border-radius: 32px;
  padding: 24px;
}

.sg-container {
  max-width: 100%;
  padding: 104px 48px;
}

.sg-container.grey-bg {
  background-color: var(--brand--tertiary);
}

.paragraph.large {
  font-size: 18px;
  font-weight: 400;
}

.paragraph.large.light {
  font-weight: 300;
}

.paragraph.large.space {
  margin-right: 4px;
}

.paragraph.small {
  font-weight: 300;
}

.paragraph.small.grey-80 {
  color: var(--grey-80);
}

.paragraph.small.wo-bottom-margin {
  margin-bottom: 0;
}

.paragraph.extra-small {
  font-size: 12px;
}

.paragraph.grey {
  color: var(--grey-80);
}

.sg-caption {
  color: var(--grey-80);
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 10px;
}

.sg-colors-container {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.link {
  box-shadow: inset 0 0 0 0 var(--brand-primary);
  font-size: 16px;
  transition: box-shadow .3s;
}

.link:hover {
  box-shadow: inset 0 -50px 0 0 var(--brand-primary);
}

.color-block {
  background-color: var(--black);
  border-radius: 8px;
  width: 14%;
  height: 48px;
  margin-left: 8px;
  margin-right: 8px;
}

.color-block.grey-80 {
  background-color: var(--grey-80);
}

.color-block.grey-60 {
  background-color: var(--grey-60);
}

.color-block.grey-40 {
  background-color: var(--grey-40);
}

.color-block.grey-20 {
  background-color: var(--grey-20);
}

.color-block.grey-15 {
  background-color: var(--grey-15);
}

.color-block.grey-8 {
  background-color: var(--grey-8-2);
}

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

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

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

.color-block.brand-primary {
  background-color: var(--brand-primary);
}

.color-block.brand-primary-deep {
  background-color: var(--brand-secondary);
}

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

.color-block.brand-tertiary {
  background-color: var(--brand--tertiary);
}

.color-block.brand-bg {
  background-color: var(--brand--bg);
}

.button {
  background-color: var(--brand-primary);
  color: var(--white);
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.48;
  position: relative;
  overflow: hidden;
}

.button.secondary {
  color: var(--brand-primary);
  background-color: #0000;
  justify-content: flex-start;
  padding: 0;
  font-weight: 500;
  transition: color .3s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  overflow: visible;
}

.button.secondary:hover {
  color: var(--brand-secondary);
}

.button.primary {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 156px;
  height: 156px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.button.in-field {
  z-index: 3;
  background-color: #0000;
  width: 48px;
  height: 48px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.sg-column {
  background-color: var(--brand--tertiary);
  border-radius: 8px;
  width: 100%;
  height: 60px;
}

.bold {
  font-family: Poppins;
  font-weight: 500;
}

.text-link {
  color: var(--black);
  padding-bottom: 0;
  transition: box-shadow .3s;
  display: inline-block;
  box-shadow: inset 0 -1px #000;
}

.text-link:hover {
  box-shadow: inset 0 -30px 0 0 var(--brand-primary);
  color: var(--black);
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--grey-20);
  background-color: #0000;
  margin-bottom: 40px;
  padding: 12px 0 16px;
  transition: border-color .3s, border-width .3s;
}

.text-field:hover {
  border-bottom-color: var(--grey-60);
}

.text-field:focus {
  border-bottom-width: 1px;
  border-bottom-color: var(--black);
}

.text-field:focus-visible, .text-field[data-wf-focus-visible] {
  border-bottom-style: solid;
  border-bottom-color: var(--black);
}

.text-field::placeholder {
  color: var(--grey-40);
}

.text-field.area {
  min-height: 80px;
}

.text-field.absolute {
  height: 48px;
  padding-bottom: 8px;
  position: absolute;
}

.form-selector {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--grey-20);
  color: var(--grey-40);
  background-color: #0000;
  margin-bottom: 32px;
  padding: 8px 0;
}

.form-selector:hover {
  border-bottom-color: var(--grey-80);
}

.form-selector:focus {
  border-bottom-color: var(--black);
}

.control-field {
  align-items: center;
  margin-bottom: 8px;
  padding-left: 0;
  transition: color .3s;
  display: flex;
}

.control-field:hover {
  color: var(--grey-80);
}

.checkbox {
  border-color: var(--grey-20);
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-checked {
  border-color: var(--black);
  background-color: var(--black);
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
}

.control-label {
  margin-bottom: 0;
  padding-left: 12px;
}

.radio-button {
  border-color: var(--grey-20);
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
}

.radio-button.w--redirected-checked {
  border-width: 5px;
  border-color: var(--black);
  width: 16px;
  height: 16px;
}

.sg-filler {
  background-color: var(--brand--tertiary);
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.navigation {
  z-index: 999;
  width: 100%;
  color: var(--white);
  background-color: #fefbf7;
  position: fixed;
}

.nav-brand {
  float: none;
  clear: none;
  align-items: center;
  margin-right: 48px;
  display: flex;
  position: static;
}

.menu-button {
  float: none;
}

.nav-link {
  color: var(--grey-80);
  margin-left: 16px;
  margin-right: 16px;
  padding: 8px 4px;
  font-weight: 300;
  transition: color .3s;
}

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

.nav-link.w--current {
  box-shadow: inset 0 -1px 0 0 var(--brand-primary);
  color: var(--black);
}

.brand-img {
  max-width: 100%;
  height: 25px;
}

.center-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-links-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 56px;
  display: flex;
}

.links-container {
  flex-direction: column;
  align-items: flex-start;
  width: 33%;
  display: flex;
}

.footer-items-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-bottom-wrapper {
  color: var(--grey-60);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-small-link {
  color: var(--black);
  margin-right: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
  font-weight: 300;
  transition: color .2s;
  display: inline-block;
}

.footer-small-link:hover {
  color: var(--grey-60);
}

.footer-small-link.w--current {
  color: var(--black);
}

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

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

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

.page-overlay {
  z-index: 1000;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.logo-loader-wrapper {
  opacity: .99;
}

.page-loader-logo {
  height: 1vw;
  min-height: 40px;
}

.grey {
  color: var(--grey-80);
}

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

.sg-images {
  object-fit: cover;
  width: 100%;
  height: 40vw;
}

.button-text {
  z-index: 2;
  line-height: 1.4;
  position: relative;
}

.button-text.secondary {
  color: var(--sandra-heel);
}

.sg-wrapper {
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
}

.button-wrapper {
  align-items: center;
  margin-left: 88px;
  display: flex;
}

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

.overlay-transition {
  background-color: var(--sandra-heel);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

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

.decorative {
  color: var(--brand-primary);
  font-family: Homemade Apple, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.button-bg {
  background-color: var(--sandra);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-heading-wrapper {
  z-index: 3;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 640px;
  height: 100%;
  padding-top: 80px;
  display: flex;
  position: relative;
}

.hero-description-wrapper {
  max-width: 470px;
}

.hero-img-container {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 680px;
  display: flex;
  position: relative;
}

.hero-img-wrapper {
  width: 190%;
  height: 100%;
  position: absolute;
  inset: 0% -20% 0% auto;
}

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

.hero-button-wrapper {
  z-index: 4;
  position: absolute;
  inset: auto auto 56px -80px;
}

.inline-img-text {
  background-image: url('../images/SandraHeel2022_c-Markus-Mair-49.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 124px;
  height: 80px;
  margin-bottom: -14px;
  margin-left: 16px;
  margin-right: 16px;
  display: inline-block;
}

.two-images-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 112px;
  display: flex;
  position: relative;
}

.big-img {
  width: 46%;
  height: 61vw;
  max-height: 1200px;
  overflow: hidden;
}

.small-img {
  width: 20%;
  height: 29vw;
  overflow: hidden;
}

.small-img.opposite {
  align-items: flex-end;
  display: flex;
}

.center-block {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.center-content-wrapper {
  background-color: var(--white);
  max-width: 670px;
  padding: 80px 104px;
}

.center-content-wrapper.center-aligment {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.button-small-circle {
  background-color: var(--brand-primary);
  opacity: 0;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
}

.img-wrapper {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  overflow: hidden;
}

.img-wrapper.sticky {
  max-height: 600px;
  position: sticky;
  top: 80px;
  overflow: visible;
}

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

._2up-image.sticky {
  z-index: 1;
  height: 100%;
  position: absolute;
}

._2up-image.specialist {
  z-index: 1;
  position: relative;
}

.specialist-wrapper {
  margin-top: 28px;
}

.specialist-item {
  border-bottom: 1px solid var(--brand--tertiary);
  width: 100%;
  color: var(--grey-80);
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 24px;
  transition: padding .3s, box-shadow .3s;
  display: flex;
  box-shadow: inset 0 0 #fbf5f1;
}

.specialist-item:hover {
  padding-left: 12px;
  padding-right: 12px;
  box-shadow: inset 0 80px #fbf5f1;
}

.specialist-link-wrapper {
  color: var(--brand-secondary);
  letter-spacing: .02em;
  text-transform: uppercase;
  align-items: center;
  display: flex;
}

.specialist-arrow {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  display: flex;
}

.specialist-arrow.input {
  width: 16px;
  height: 16px;
}

._2up-wrapper {
  height: 100%;
  padding-bottom: 40px;
  padding-right: 40px;
}

._2up-wrapper.padding-top {
  padding-top: 40px;
}

.specialist-link {
  min-width: auto;
}

.time-text {
  text-transform: none;
  margin-left: 8px;
  font-size: 12px;
  font-weight: 300;
}

.image-decorative {
  background-color: #faf7f4;
  width: 50%;
  height: 50%;
  position: absolute;
  inset: auto -32px -32px auto;
}

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

.sticky-img-overflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.slider-heading {
  font-size: 64px;
  line-height: 1.1;
}

.nav-grid {
  justify-content: space-between;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.slider-nav {
  display: none;
}

.slider-container-arrow {
  width: 56px;
  height: 56px;
  color: var(--brand-secondary);
  justify-content: center;
  align-items: center;
  font-weight: 300;
  transition: color .2s;
  display: flex;
  inset: auto auto 0% -52%;
}

.slider-container-arrow:hover {
  color: var(--brand-primary);
}

.slider-container-arrow.right {
  left: -43%;
}

.slider {
  transform-origin: 0%;
  background-color: #0000;
  flex: 1;
  height: 100%;
  display: flex;
}

.slider-slide, .slider-mask {
  width: 100%;
  height: 100%;
}

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

.owner-signature {
  margin-top: 64px;
}

.owner {
  color: var(--brand-secondary);
  font-size: 14px;
  font-weight: 300;
}

.full-section-image {
  background-image: url('../images/SandraHeel2022_c-Markus-Mair-54.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  margin-bottom: 112px;
  padding: 104px;
  display: flex;
  position: relative;
}

.content {
  margin-top: 16px;
}

._16-bottom-margin {
  margin-bottom: 16px;
}

.form-block {
  margin-top: 16px;
}

.filed-button {
  max-width: 470px;
  min-height: 48px;
  position: relative;
}

.footer-logo-img {
  height: 30px;
}

.button-arrow {
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding-left: 12px;
  font-size: 20px;
  font-weight: 300;
  transition: color .3s;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.button-arrow:hover {
  color: var(--brand-secondary);
}

._404-content {
  flex-direction: column;
  justify-content: space-between;
  min-height: 50vh;
  display: flex;
}

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

.brand-logo-wrapper {
  align-items: center;
  display: flex;
}

.category-item {
  margin-bottom: 88px;
}

.category-item:last-child {
  margin-bottom: 0;
}

.side-bar-wrapper {
  z-index: 1000;
  background-color: #202023e6;
  display: none;
  position: fixed;
  inset: 0%;
}

.side-bar-container {
  background-color: var(--brand--bg);
  max-width: 600px;
  padding: 72px 56px;
  display: flex;
  position: relative;
}

.side-bar-close-trigger {
  cursor: pointer;
  flex: 1;
}

.success-message {
  background-color: var(--brand-primary);
}

.error-message {
  color: #fc2b2b;
  background-color: #0000;
}

.close-wrapper {
  border: 1px solid var(--brand-primary);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: Inter, sans-serif;
  font-size: 27px;
  font-weight: 300;
  transition: color .3s, background-color .3s, border-color .3s;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.close-wrapper:hover {
  border-color: var(--brand-primary);
  background-color: var(--brand-primary);
  color: var(--white);
}

.parallax-img {
  object-fit: cover;
  width: 100%;
  height: 120%;
}

.slider-arrow {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  display: flex;
}

.changelog-wrapper {
  background-color: var(--brand--tertiary);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
}

.changelog-divider {
  background-color: #c2c8d9;
  width: 100%;
  height: 1px;
  margin-bottom: 12px;
}

.cross-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.inner-page-heading {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.breadcrumbs-wrapper {
  color: var(--brand-primary);
  margin-bottom: 8px;
  font-weight: 300;
  display: flex;
}

.breadcrumbs-divider {
  margin-left: 6px;
  margin-right: 6px;
}

.breadcumbs-link {
  color: var(--brand-primary);
  transition: color .3s;
}

.breadcumbs-link:hover, .breadcumbs-link.w--current {
  color: var(--brand-secondary);
}

.specialist-collection {
  padding-right: 64px;
}

.procedure-image {
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0% 0% 0% auto;
}

.procedure-img-container {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 540px;
  display: flex;
  position: relative;
}

.procedure-time {
  margin-top: 64px;
  display: flex;
}

.procedure-gallery-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: minmax(auto, 30vw) minmax(auto, 30vw);
  grid-template-columns: 1fr 1.5fr 1fr;
  grid-auto-rows: minmax(auto, 30vw);
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-light-box {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.gallery-item {
  width: 100%;
}

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

.empty-wrapper {
  background-color: var(--brand--hero-inner-page);
  text-align: center;
  padding: 40px;
  font-size: 20px;
  display: none;
}

.empty-wrapper.content {
  color: var(--grey-60);
  text-align: left;
  background-color: #0000;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
  display: block;
}

.image {
  min-width: 130px;
  max-width: 10%;
  display: block;
}

.slider-arrow---brix {
  background-color: #4a3aff;
  border-radius: 50%;
  width: 64px;
  min-width: 64px;
  min-height: 64px;
  max-height: 64px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 22px;
  transition: box-shadow .35s, background-color .35s, color .35s, transform .35s;
  box-shadow: 0 4px 4px #0c046633;
}

.slider-arrow---brix:hover {
  color: #170f49;
  background-color: #fff;
  transform: scale(1.1);
  box-shadow: 0 4px 20px -8px #0c04661a;
}

.slider-arrow---brix:active {
  transform: scale(.94);
}

.slider-arrow---brix.small---brix {
  width: 56px;
  min-width: 56px;
  min-height: 56px;
  max-height: 56px;
  margin-top: auto;
  margin-bottom: auto;
}

.slider-arrow---brix.small---brix.right---brix {
  background-color: var(--sandra-heel);
  margin-bottom: 12px;
  left: auto;
}

.slider-arrow---brix.small---brix.left---brix {
  background-color: var(--sandra-heel);
  margin-bottom: 12px;
  right: auto;
}

.split-content---brix.avatar-content---brix {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.split-content---brix.testimonials-client-info---brix {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.title {
  white-space: break-spaces;
}

.title.testimonial-v1---brix {
  margin-bottom: 13px;
}

.title.avatar-name-v1---brix, .title.testimonial---brix {
  margin-bottom: 0;
}

.slider---brix {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.display-none {
  display: none;
}

.subtitle---brix {
  color: #4a3aff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 11px;
  font-weight: 500;
}

.card---brix {
  background-color: #fff;
  border: 1px solid #f7f7fb;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 14px #080f340a;
}

.card---brix.testimonial-v1---brix {
  min-height: 390px;
  padding: 53px 54px 60px;
}

.card---brix.testimonial-v1---brix.first---brix {
  min-height: 390px;
}

.container-default---brix {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.slide---brix.testimonial-v1---brix {
  max-width: 500px;
  margin-right: 30px;
}

.image-wrapper---brix {
  overflow: hidden;
}

.image-wrapper---brix.testimonial-v1---brix {
  border-radius: 50%;
  margin-right: 18px;
  box-shadow: 0 4px 14px #2427291a;
}

.top-content---brix.testimonial-v1--brix {
  margin-bottom: 42px;
}

.mask---brix {
  border-radius: 20px;
}

.mask---brix.testimonial-v1---brix {
  max-width: 500px;
  overflow: visible;
}

.paragraph---brix.testimonial-v1---brix {
  min-height: 160px;
  margin-bottom: 28px;
}

.image---brix.avatar---brix.testimonial-v1---brix {
  width: 60px;
  min-width: 60px;
  min-height: 60px;
  max-height: 60px;
}

.container-2 {
  width: 100%;
  max-width: 1140px;
  display: block;
}

.h1 {
  z-index: 15;
  color: #bba18e40;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 90px;
  line-height: 70px;
  position: absolute;
}

.section-2 {
  background-image: url('../images/63cfab16fab4246fbaea485f_shape.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  min-height: 0;
  padding: 60px 5% 100px;
  display: flex;
}

.plain_text {
  color: var(--grey-80);
  text-align: center;
  font-size: 15px;
  line-height: 22px;
}

.ring_03 {
  opacity: .3;
  border: 1px solid #eee;
  border-radius: 100px;
  width: 120px;
  height: 120px;
  position: absolute;
}

.block {
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 120px;
  display: flex;
}

.line_01 {
  z-index: 999;
  background-color: #f9f9f9;
  width: 25%;
  height: 1px;
  margin-left: 12.5%;
  position: absolute;
}

.process-wrap {
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  max-width: 1140px;
  display: flex;
  position: relative;
}

.block_wrap {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  display: flex;
}

.h4 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
}

.h1-2 {
  color: var(--black);
  text-align: center;
  letter-spacing: -.2px;
  margin: 0 auto 15px;
  font-size: 44px;
}

.line_02 {
  z-index: 999;
  background-color: #f9f9f9;
  width: 25%;
  height: 1px;
  margin-left: -12.5%;
  position: absolute;
}

.ring_02 {
  opacity: .6;
  border: 1px solid #eee;
  border-radius: 100px;
  width: 80px;
  height: 80px;
  position: absolute;
}

.div-block {
  margin-bottom: 42px;
}

.green_dot {
  z-index: 9;
  background-color: var(--sandra);
  border-radius: 100px;
  width: 10px;
  height: 10px;
  position: relative;
}

.paragraph-3 {
  max-width: 470px;
  color: var(--sandra);
  text-align: center;
  letter-spacing: .3px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 26px;
}

.white_dot {
  background-color: #fff;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  position: absolute;
  box-shadow: 1px 1px 60px #5b3acc8c;
}

.dot_container {
  z-index: 9999;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
  position: relative;
}

.content_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.ring_01 {
  border: 1px solid #eee;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  position: absolute;
}

.line_03 {
  z-index: 999;
  background-color: #f9f9f9;
  width: 25%;
  height: 1px;
  margin-left: -12.5%;
  position: absolute;
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #bba18e;
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.48;
  position: relative;
  overflow: hidden;
}

.button-2.secondary {
  color: #bba18e;
  background-color: #0000;
  justify-content: flex-start;
  padding: 0;
  font-weight: 500;
  transition: color .3s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  overflow: visible;
}

.button-2.secondary:hover {
  color: #8f7d6b;
}

.button-small-circle-2 {
  opacity: 0;
  background-color: #bba18e;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
}

.instructions-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: auto;
  margin-left: -20px;
  display: none;
  position: absolute;
  inset: -100px auto auto;
}

.d-105-text-wrapper {
  height: 40%;
  margin-bottom: 12px;
  padding: 20px 20px 0;
  position: absolute;
  inset: auto 0% 0%;
}

.browser-demo {
  background-color: #1a1a1a;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  flex-wrap: nowrap;
  place-content: flex-end center;
  align-items: center;
  width: 960px;
  height: 400px;
  display: none;
  position: relative;
  overflow: hidden;
}

.d-105-image-wrapper {
  background-image: url('../images/baby-1151351_1920.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 60%;
  position: absolute;
  inset: 0%;
}

.d-105-image-wrapper.two {
  background-image: url('../images/meeting-2284501_1920.jpg');
  background-size: cover;
}

.d-105-image-wrapper.three {
  background-image: url('../images/Design-ohne-Titel-65.png');
  background-position: 50%;
  background-size: cover;
}

.d-105-3d-wrapper {
  perspective: 1000px;
  border-radius: 10px;
  width: 235px;
  height: 350px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  overflow: visible;
}

.browser-dot {
  background-color: #fc615d;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-left: 3px;
  margin-right: 3px;
}

.browser-dot.yellow {
  background-color: #fdbc40;
}

.browser-dot.green {
  background-color: #35cc4b;
}

.browser-top {
  background-color: #e2e2e2;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  align-items: center;
  height: 30px;
  padding-left: 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.demo-p.arrow {
  text-align: left;
  margin-bottom: 10px;
  font-size: 19px;
  position: static;
  inset: 0% auto auto 0%;
}

.d-105-timer-icon {
  color: #1a1a1a;
  font-size: 16px;
}

.d-105-recipe-text {
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 16px;
}

.d-105-card-wrapper {
  background-color: #fff;
  border-radius: 10px;
  min-height: 450px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  box-shadow: 0 10px 20px -15px #fff9;
}

.d-105-card-title {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend, sans-serif;
}

.d-105-timer-text {
  color: #1a1a1a;
  margin-left: 10px;
  font-family: Merriweather, serif;
}

.d-105-author-text {
  color: #333;
  margin-bottom: 10px;
  font-size: 12px;
}

.d-105-timer-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-right: 10px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.demo-wrapper {
  flex-flow: row-reverse;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 0%;
  display: flex;
  position: relative;
}

.image-2 {
  margin-top: 0;
  margin-right: 0;
  position: relative;
}

.h1-2-copy {
  color: var(--black);
  text-align: center;
  letter-spacing: -.2px;
  margin: 0 auto 36px;
  font-size: 44px;
}

.demo-wrapper-copy {
  flex-flow: row-reverse;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 0%;
  display: flex;
  position: relative;
}

.decorative-copy {
  color: var(--brand-primary);
  justify-content: center;
  font-family: Homemade Apple, sans-serif;
  font-size: 24px;
  font-weight: 400;
  display: flex;
}

.container-copy {
  max-width: 1440px;
  padding: 57px 5vw 112px;
}

.container-copy.nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 5vw;
  display: flex;
}

.container-copy.footer {
  padding-top: 0;
  padding-bottom: 40px;
}

.container-copy.inner-hero {
  padding-top: 184px;
}

.container-copy.hero {
  justify-content: center;
  align-items: center;
  padding-top: 112px;
  padding-bottom: 0;
  display: flex;
}

.container-copy.small {
  padding-top: 96px;
  padding-bottom: 104px;
}

.container-copy.inner-page {
  text-align: center;
  padding-bottom: 64px;
}

.container-copy.gallery {
  max-width: none;
  padding-top: 0;
  padding-left: 2vw;
  padding-right: 2vw;
}

.d-105-image-wrapper-copy {
  background-image: url('../images/family-4989137_1920.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 60%;
  position: absolute;
  inset: 0%;
}

.d-105-image-wrapper-copy.two {
  background-image: url('../images/meeting-2284501_1920.jpg');
  background-size: cover;
}

.d-105-image-wrapper-copy.three {
  background-image: url('../images/crash-test-1620600_1920.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-2-copy {
  background-image: url('../images/63cfab16fab4246fbaea485f_shape.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  min-height: 0;
  padding: 60px 5% 100px;
  display: flex;
}

.container-copy-copy {
  max-width: 1440px;
  padding: 57px 5vw 112px;
}

.container-copy-copy.nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 5vw;
  display: flex;
}

.container-copy-copy.footer {
  padding-top: 0;
  padding-bottom: 40px;
}

.container-copy-copy.inner-hero {
  padding-top: 184px;
}

.container-copy-copy.hero {
  justify-content: center;
  align-items: center;
  padding-top: 112px;
  padding-bottom: 0;
  display: flex;
}

.container-copy-copy.small {
  padding-top: 96px;
  padding-bottom: 104px;
}

.container-copy-copy.inner-page {
  text-align: center;
  padding-bottom: 64px;
}

.container-copy-copy.gallery {
  max-width: none;
  padding-top: 0;
  padding-left: 2vw;
  padding-right: 2vw;
}

.d-105-text-wrapper-2 {
  height: 40%;
  margin-bottom: 12px;
  padding: 20px 20px 0;
  position: absolute;
  inset: auto 0% 0%;
}

.d-105-image-wrapper-2 {
  background-image: url('../images/family-4989137_1920.jpg');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60%;
  position: absolute;
  inset: 0%;
}

.d-105-recipe-text-2 {
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 16px;
}

.d-105-card-wrapper-2 {
  background-color: #fff;
  border-radius: 10px;
  min-height: 400px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  box-shadow: 0 10px 20px -15px #fff9;
}

.d-105-card-title-2 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend, sans-serif;
}

.d-105-author-text-2 {
  color: #333;
  margin-bottom: 10px;
  font-size: 12px;
}

.section-3 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-2-copy {
  width: 100%;
  max-width: 1140px;
  padding-top: 47px;
  padding-bottom: 63px;
  display: block;
}

.image-3 {
  max-width: 50%;
}

.wg-selector-highlight-wrapper {
  width: 100%;
  height: 2px;
  margin-top: .25rem;
  overflow: hidden;
}

.wg-selector-highlight {
  background-color: #4049ff;
  width: 100%;
  height: 100%;
}

.wg-selector-highlight.h3 {
  background-color: #4049ff;
}

.wg-selector-highlight.h4 {
  transform: translate(-100%);
}

.wg-selector-highlight.h2 {
  background-color: #eded96;
  transform: translate(-100%);
}

.wg-selector-highlight.h1 {
  background-color: #835834;
}

.wg-selector-text-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.wg-selector-text-wrapper:active {
  color: #fff;
}

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

.wg-selector-1 {
  color: #000;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  position: relative;
}

.wg-selector-1:hover {
  color: #4049ff;
}

.wg-selector-1.w--current {
  cursor: default;
}

.wg-selector-1.s1 {
  padding-left: 0;
}

.wg-selector-1.s2 {
  opacity: .5;
}

.wg-selector-1.s1 {
  justify-content: center;
  align-items: center;
}

.wg-selector-1.s1.w--current {
  color: var(--black);
}

.wg-element-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.text-block-3 {
  color: var(--black);
}

.wg-flag {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 16px;
  margin-right: 10px;
  display: flex;
}

.wg-flag-ico {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.wg-selector-text-wrapper-2 {
  align-items: center;
  width: 100%;
  display: flex;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

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

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

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

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

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

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

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

.fs-cc-prefs_text {
  color: #021a69;
  font-size: .75rem;
}

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

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_label {
  color: var(--sandra);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-banner_button {
  border: 2px solid var(--sandra);
  background-color: var(--sandra-heel);
  color: #fff;
  text-align: center;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--sandra);
  color: var(--sandra);
  background-color: #f5f5f5;
}

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

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

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--sandra);
  color: var(--sandra);
  font-weight: 400;
  text-decoration: none;
}

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

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

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

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

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

.fs-cc-prefs_button {
  border: 2px solid var(--sandra);
  background-color: var(--sandra);
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--sandra);
  color: var(--sandra);
  background-color: #fff;
}

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

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

.error-message---brix {
  border-radius: 16px;
  padding: 20px;
}

.popup-content-wrapper---brix {
  z-index: 100;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 14px #4a3aff29, 0 -2px 4px #14142b1f, 0 12px 44px #14142b57;
}

.popup-content-wrapper---brix.popup-1-content-wrapper---brix-copy {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}

.popup-1---brix {
  text-align: center;
  background-color: #fff;
  border-radius: 32px;
  flex-direction: column;
  align-items: center;
  padding: 64px 64px 80px;
  display: flex;
  position: relative;
}

.close-popup---brix {
  cursor: pointer;
  transition: transform .2s;
  position: absolute;
  inset: 24px 24px auto auto;
}

.close-popup---brix:hover {
  transform: scale(.9);
}

.subscribe-button---brix {
  color: #fff;
  text-align: center;
  background-color: #4a3aff;
  background-image: none;
  border-radius: 80px;
  padding: 16px 32px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  position: absolute;
  inset: auto 12px auto auto;
  box-shadow: 0 3px 12px #4a3aff1f;
}

.subscribe-button---brix:hover {
  background-color: #3527d8;
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px #4a3aff26;
}

.success-message---brix {
  color: #fff;
  background-color: #4a3aff;
  border-radius: 16px;
}

.popup-1-form---brix {
  align-items: center;
  display: flex;
  position: relative;
}

.popup-form-block---brix {
  width: 100%;
  margin-bottom: 0;
}

.popup-1-illustration---brix {
  margin-bottom: 24px;
}

.popup-wrapper---brix {
  z-index: 99999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.overlay---brix {
  z-index: 10;
  background-color: #0000009c;
  position: absolute;
  inset: 0%;
}

.input---brix {
  color: #170f49;
  border: 1px solid #eff0f6;
  border-radius: 500px;
  min-height: 60px;
  margin-bottom: 0;
  padding: 30px 20px;
  font-size: 18px;
  line-height: 20px;
  transition: color .2s, border-color .2s;
}

.input---brix:hover, .input---brix:focus {
  color: #4a3aff;
  border-color: #4a3aff;
}

.input---brix::placeholder {
  color: #6f6c90;
}

.input---brix.large---brix {
  min-height: 74px;
  padding: 24px 40px;
}

.text-block-5 {
  color: #060606;
  font-size: .9rem;
}

.nav-link-copy {
  color: var(--black);
  margin-left: 0;
  margin-right: 0;
  padding: 8px 4px;
  font-weight: 300;
  transition: color .3s;
}

.nav-link-copy:hover {
  color: var(--black);
}

.nav-link-copy.w--current {
  box-shadow: inset 0 -1px 0 0 var(--brand-primary);
  color: var(--black);
}

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

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 28px;
  }

  .container {
    padding: 64px 32px;
  }

  .container.nav {
    background-color: var(--brand--bg);
    padding: 8px 32px 8px 48px;
  }

  .container.footer {
    padding-bottom: 20px;
  }

  .container.inner-hero {
    padding-top: 156px;
  }

  .container.hero {
    padding-top: 72px;
  }

  .container.inner-page {
    padding-top: 112px;
    padding-bottom: 32px;
  }

  .grid.tablet-reverse-direction {
    flex-wrap: wrap-reverse;
  }

  .grid-item._80.tablet-100 {
    width: 100%;
  }

  .grid-item._50.tablet-100 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-item._33.tablet-100, .grid-item._67.tablet-100 {
    width: 100%;
  }

  .spacer._104 {
    height: 64px;
  }

  .spacer._104.tablet-56 {
    height: 56px;
  }

  .sg-container {
    padding: 64px 24px;
  }

  .menu-button {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding: 16px 0;
    font-size: 22px;
  }

  .nav-link.w--current {
    box-shadow: none;
  }

  .brand-img {
    height: 20px;
  }

  .footer-logo {
    margin-bottom: 24px;
  }

  .footer-links-wrapper {
    justify-content: space-between;
    width: 100%;
    margin-top: 48px;
  }

  .links-container {
    margin-bottom: 16px;
  }

  .footer-items-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .footer-bottom-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-small-link {
    font-size: 14px;
  }

  .hamburger-icon {
    width: 24px;
    height: 24px;
    overflow: hidden;
  }

  .sg-images {
    height: 24vw;
  }

  .button-wrapper {
    display: none;
  }

  .menu-nav {
    border-bottom: 1px solid var(--brand--tertiary);
    background-color: var(--brand--bg);
    margin-left: 0;
    padding-bottom: 40px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .mobile-nav-button {
    margin-top: 32px;
    display: block;
  }

  .center-block {
    padding: 32px;
  }

  .center-content-wrapper {
    padding: 64px;
  }

  .img-wrapper {
    height: 630px;
    margin-bottom: 24px;
  }

  .img-wrapper.specialist {
    height: 460px;
  }

  ._2up-image {
    height: 100%;
  }

  .specialist-wrapper {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  ._2up-wrapper {
    padding-bottom: 0;
    padding-right: 0;
  }

  ._2up-wrapper.sticky {
    height: 100%;
  }

  .image-decorative {
    bottom: -16px;
    right: -16px;
  }

  .slider-heading {
    font-size: 44px;
  }

  .nav-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-container-arrow {
    left: -56%;
  }

  .slider-container-arrow.right {
    left: -42%;
  }

  .filed-button {
    max-width: none;
  }

  .brand-logo-wrapper {
    margin-left: 0;
    padding-right: 0;
  }

  .category-item {
    margin-bottom: 64px;
  }

  .specialist-collection {
    padding-right: 0;
  }

  .card---brix.testimonial-v1---brix {
    padding-left: 48px;
    padding-right: 48px;
  }

  .mask---brix {
    margin-left: 20px;
  }

  .mask---brix.testimonial-v1---brix {
    margin-left: 0;
  }

  .line_01 {
    width: 50%;
    margin-left: 25%;
  }

  .block_wrap {
    width: 50%;
  }

  .line_02 {
    width: 50%;
    margin-left: 25%;
  }

  .instructions-wrapper {
    flex-wrap: nowrap;
    order: -1;
    align-self: auto;
    align-items: center;
    margin-top: 0;
    margin-bottom: 60px;
    margin-left: 0;
    position: relative;
    top: 0%;
    left: -25px;
  }

  .browser-demo {
    flex-direction: column;
    justify-content: center;
    width: 500px;
    height: auto;
    margin-bottom: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .d-105-3d-wrapper {
    margin-bottom: 60px;
  }

  .demo-wrapper {
    flex-direction: column-reverse;
    flex: 0 auto;
    align-items: center;
    margin-top: 100px;
    margin-right: 0%;
    padding-bottom: 100px;
  }

  .image-2 {
    margin-right: 0;
  }

  .demo-wrapper-copy {
    flex-direction: column-reverse;
    flex: 0 auto;
    align-items: center;
    margin-top: 100px;
    margin-right: 0%;
    padding-bottom: 100px;
  }

  .container-copy {
    padding: 64px 32px;
  }

  .container-copy.nav {
    background-color: var(--brand--bg);
    padding: 8px 32px 8px 48px;
  }

  .container-copy.footer {
    padding-bottom: 20px;
  }

  .container-copy.inner-hero {
    padding-top: 156px;
  }

  .container-copy.hero {
    padding-top: 72px;
  }

  .container-copy.inner-page {
    padding-top: 112px;
    padding-bottom: 32px;
  }

  .container-copy-copy {
    padding: 64px 32px;
  }

  .container-copy-copy.nav {
    background-color: var(--brand--bg);
    padding: 8px 32px 8px 48px;
  }

  .container-copy-copy.footer {
    padding-bottom: 20px;
  }

  .container-copy-copy.inner-hero {
    padding-top: 156px;
  }

  .container-copy-copy.hero {
    padding-top: 72px;
  }

  .container-copy-copy.inner-page {
    padding-top: 112px;
    padding-bottom: 32px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .popup-content-wrapper---brix {
    width: auto;
  }

  .popup-content-wrapper---brix.popup-1-content-wrapper---brix-copy {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 24px;
    right: 24px;
  }

  .nav-link-copy {
    margin-left: 0;
    margin-right: 0;
    padding: 16px 0;
    font-size: 22px;
  }

  .nav-link-copy.w--current {
    box-shadow: none;
  }
}

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

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  .container {
    padding: 48px 12px;
  }

  .container.nav {
    width: 100%;
    padding: 4px 8px 4px 20px;
  }

  .container.small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .grid-item {
    padding: 8px;
  }

  .grid-item._20.landscape-100, .grid-item._50.landscape-100 {
    width: 100%;
  }

  .grid-item._33.tablet-100 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .grid-item._33.mobile-100 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-item._25.landscape-100, .grid-item._60.landscape-100, .grid-item._40.landscape-100 {
    width: 100%;
  }

  .spacer._88.landscape-56 {
    height: 56px;
  }

  .spacer._104 {
    height: 20px;
  }

  .spacer._64.landscape-32 {
    height: 32px;
  }

  .spacer._72 {
    height: 24px;
  }

  .spacer._72.landscape-40, .spacer._80 {
    height: 40px;
  }

  .spacer._80.landscape-48 {
    height: 48px;
  }

  .spacer._96.landscape-64 {
    height: 64px;
  }

  .spacer._112.landscape-72 {
    height: 72px;
  }

  .spacer._128.landscape-80 {
    height: 80px;
  }

  .spacer._184.landscape-104 {
    height: 104px;
  }

  .sg-block.colors {
    border-radius: 12px;
    padding: 16px;
  }

  .sg-container {
    padding: 48px 16px;
  }

  .button {
    width: 100%;
  }

  .nav-brand {
    padding-left: 0;
  }

  .footer-logo {
    margin-bottom: 0;
  }

  .footer-links-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }

  .footer-items-wrapper {
    padding-bottom: 0;
  }

  .menu-nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-heading-wrapper {
    padding-top: 20px;
  }

  .hero-img-container {
    height: 560px;
    margin-top: 80px;
  }

  .hero-img-wrapper {
    width: 100%;
    right: 0%;
  }

  .hero-button-wrapper {
    inset: -78px auto auto 32px;
  }

  .inline-img-text {
    display: none;
  }

  .two-images-wrapper {
    margin-bottom: 40px;
  }

  .big-img {
    height: 460px;
  }

  .small-img {
    height: 160px;
  }

  .center-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .center-content-wrapper {
    padding: 32px;
  }

  .center-content-wrapper.center-aligment {
    padding: 48px;
  }

  .img-wrapper {
    height: 110vw;
  }

  .img-wrapper.sticky {
    max-height: none;
    position: static;
  }

  .img-wrapper.specialist {
    height: 500px;
  }

  ._2up-image.sticky {
    position: relative;
  }

  .specialist-item:hover {
    box-shadow: none;
  }

  ._2up-wrapper.sticky {
    margin-bottom: 56px;
  }

  .price-wrapper {
    margin-bottom: 64px;
  }

  .price-wrapper.specialist {
    margin-bottom: 32px;
  }

  .image-decorative, .image-decorative.white {
    display: none;
  }

  .slider-container-arrow {
    left: -12px;
  }

  .slider-container-arrow.right {
    left: 64px;
  }

  .slider {
    height: 560px;
    padding-bottom: 72px;
  }

  .owner-signature {
    margin-top: 32px;
  }

  .full-section-image {
    padding-left: 20px;
    padding-right: 20px;
  }

  .category-item.specialist {
    margin-bottom: 0;
  }

  .side-bar-wrapper {
    flex-direction: column;
  }

  .side-bar-container {
    width: 100%;
    max-width: none;
    padding: 48px 20px;
    overflow: auto;
  }

  .side-bar-close-trigger {
    min-height: 120px;
  }

  .changelog-wrapper {
    padding: 24px;
  }

  .procedure-image {
    width: 100%;
    right: 0%;
  }

  .procedure-img-container {
    height: 440px;
    margin-top: 80px;
  }

  .procedure-time {
    margin-top: 32px;
  }

  .procedure-gallery-wrapper {
    grid-template-rows: minmax(auto, 40vw) minmax(auto, 40vw);
    grid-template-columns: 1.5fr 1.5fr;
    grid-auto-rows: minmax(auto, 40vw);
  }

  .slider-arrow---brix {
    width: 50px;
    min-width: 50px;
    min-height: 50px;
    max-height: 50px;
  }

  .split-content---brix.testimonials-client-info---brix {
    margin-bottom: -16px;
  }

  .card---brix {
    border-radius: 12px;
  }

  .card---brix.testimonial-v1---brix {
    max-width: 88%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 32px;
  }

  .card---brix.testimonial-v1---brix.first---brix {
    margin-left: 0;
  }

  .slide---brix.testimonial-v1---brix {
    max-width: none;
  }

  .slide---brix.testimonial-v1---brix.first---brix {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .image-wrapper---brix.testimonial-v1---brix {
    margin-bottom: 16px;
    margin-right: 16px;
  }

  .mask---brix {
    border-radius: 12px;
    margin-right: 20px;
  }

  .mask---brix.testimonial-v1---brix {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .button-2 {
    width: 100%;
  }

  .instructions-wrapper {
    margin-left: 0;
  }

  .browser-demo {
    flex-flow: column;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-bottom: 100px;
    padding: 100px 30px;
  }

  .demo-wrapper, .demo-wrapper-copy {
    margin-top: 140px;
    padding-bottom: 100px;
    padding-left: 110px;
    padding-right: 110px;
  }

  .container-copy {
    padding: 48px 12px;
  }

  .container-copy.nav {
    width: 100%;
    padding: 4px 8px 4px 20px;
  }

  .container-copy.small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .container-copy-copy {
    padding: 48px 12px;
  }

  .container-copy-copy.nav {
    width: 100%;
    padding: 4px 8px 4px 20px;
  }

  .container-copy-copy.small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .popup-content-wrapper---brix.popup-1-content-wrapper---brix-copy {
    border-radius: 20px;
    max-width: none;
    left: 24px;
    right: 24px;
  }

  .popup-1---brix {
    max-width: none;
    padding: 32px;
  }

  .subscribe-button---brix {
    background-position: 67% 52%;
    width: 100%;
    min-height: 66px;
    line-height: 18px;
    position: static;
  }

  .popup-1-form---brix {
    flex-direction: column;
  }

  .popup-1-illustration---brix {
    max-width: 28%;
    height: auto;
    margin-bottom: 16px;
  }

  .popup-wrapper---brix {
    padding-left: 24px;
    padding-right: 24px;
  }

  .input---brix.large---brix {
    min-height: 64px;
    margin-bottom: 16px;
    padding: 16px 32px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    margin-bottom: 12px;
    font-size: 28px;
  }

  .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container.nav {
    width: 100%;
  }

  .container.inner-hero {
    padding-top: 140px;
  }

  .container.small {
    display: none;
  }

  .grid-item._50.tablet-100 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

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

  .links-container {
    flex-flow: column wrap;
    width: 100%;
    display: flex;
  }

  .footer-items-wrapper {
    padding-bottom: 0;
  }

  .footer-bottom-wrapper {
    opacity: .98;
    margin-bottom: 0;
  }

  .mobile-nav-button {
    margin-top: 24px;
  }

  .hero-button-wrapper {
    display: flex;
  }

  .two-images-wrapper {
    margin-bottom: 0;
  }

  .big-img, .small-img, .small-img.opposite {
    display: none;
  }

  .center-block {
    position: relative;
  }

  .center-content-wrapper {
    padding: 32px 24px;
  }

  .specialist-item {
    flex-direction: column;
  }

  .specialist-item:hover {
    box-shadow: inset 0 120px 0 0 var(--brand--tertiary);
  }

  .specialist-item.mobile-horizontal {
    flex-direction: row;
  }

  .specialist-link-wrapper {
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
    margin-bottom: 8px;
  }

  .specialist-link-wrapper.horizontal {
    flex-direction: row;
    align-items: center;
  }

  .specialist-arrow {
    margin-left: 8px;
  }

  .specialist-link {
    justify-content: flex-start;
    min-width: auto;
  }

  .time-text {
    margin-top: 2px;
    margin-left: 0;
  }

  .slider-heading {
    font-size: 32px;
  }

  .footer-contact {
    margin-top: 12px;
  }

  .slider-arrow {
    margin-left: 0;
  }

  .breadcrumbs-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .procedure-img-container {
    height: 360px;
    margin-top: 40px;
  }

  .procedure-time {
    padding-bottom: 17px;
  }

  .image {
    max-width: 40%;
  }

  .slider-arrow---brix.small---brix.right---brix {
    margin-bottom: -70px;
    right: 0;
  }

  .slider-arrow---brix.small---brix.left---brix {
    background-color: var(--sandra-heel);
    margin-bottom: -70px;
    left: auto;
    right: 74px;
  }

  .split-content---brix.avatar-content---brix {
    margin-bottom: 16px;
  }

  .split-content---brix.testimonials-client-info---brix {
    flex-direction: column;
    align-items: flex-start;
  }

  .title.testimonial-v1---brix {
    white-space: break-spaces;
  }

  .slider---brix.testimonial-v1---brix {
    margin-bottom: 80px;
  }

  .card---brix.testimonial-v1---brix {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
    min-height: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .card---brix.testimonial-v1---brix.first---brix {
    min-height: 0;
  }

  .container-default---brix {
    padding-left: 16px;
    padding-right: 16px;
  }

  .slide---brix.testimonial-v1---brix {
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .slide---brix.testimonial-v1---brix.first---brix {
    margin-right: 30px;
  }

  .mask---brix {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph---brix.testimonial-v1---brix {
    min-height: 0;
  }

  .section-2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .block_wrap {
    width: 100%;
  }

  .h1-2 {
    color: var(--black);
    font-size: 34px;
  }

  .div-block {
    margin-bottom: 38px;
    padding-left: 34px;
    padding-right: 34px;
  }

  .paragraph-3 {
    color: var(--sandra);
  }

  .button-2.secondary.nav {
    display: none;
  }

  .instructions-wrapper {
    align-self: auto;
    margin-left: 0;
  }

  .browser-demo {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .d-105-3d-wrapper {
    width: auto;
    min-width: 300px;
    margin-bottom: 129px;
    margin-left: 0;
    margin-right: 0;
  }

  .d-105-card-wrapper {
    background-color: #e5d4ae94;
    margin-bottom: 0;
  }

  .demo-wrapper {
    align-items: center;
    margin-top: 100px;
    margin-right: 0;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-2 {
    margin-top: 0;
    margin-right: 0;
  }

  .h1-2-copy {
    color: var(--black);
    font-size: 34px;
  }

  .demo-wrapper-copy {
    align-items: center;
    width: auto;
    margin-top: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .decorative-copy {
    justify-content: flex-end;
    align-items: center;
    font-size: 18px;
    display: none;
  }

  .container-copy {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-copy.nav {
    width: 100%;
  }

  .container-copy.inner-hero {
    padding-top: 140px;
  }

  .container-copy.small {
    display: none;
  }

  .section-2-copy {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 20px;
    padding-bottom: 54px;
  }

  .container-copy-copy {
    justify-content: center;
    padding-top: 0;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
  }

  .container-copy-copy.nav {
    width: 100%;
  }

  .container-copy-copy.inner-hero {
    padding-top: 140px;
  }

  .container-copy-copy.small {
    display: none;
  }

  .d-105-card-wrapper-2 {
    background-color: #e5d4ae94;
  }

  .d-105-author-text-2 {
    font-size: 14px;
  }

  .wg-element-wrapper.sw1 {
    background-color: #fff0;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .popup-content-wrapper---brix {
    border-radius: 24px;
  }

  .popup-content-wrapper---brix.popup-1-content-wrapper---brix-copy {
    border-radius: 16px;
    left: 16px;
    right: 16px;
  }

  .popup-1---brix {
    padding: 40px 16px 32px;
  }

  .subscribe-button---brix {
    text-align: center;
    background-position: 247px;
    padding: 15px 34px 16px 38px;
  }

  .popup-1-illustration---brix {
    max-width: 40%;
    height: auto;
  }

  .popup-wrapper---brix {
    padding-left: 16px;
    padding-right: 16px;
  }
}


