: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-81: #f8f9fa;
  --white: white;
  --white-50: #ffffff80;
  --white-25: #ffffff40;
  --brand-secondary: #ddcfb2;
  --white-75: #ffffffbf;
}

.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%;
  padding-top: 100px;
}

.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: 60px;
  padding-bottom: 60px;
}

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

.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 {
  width: 90px;
  height: auto;
}

.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: 100px;
}

.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;
  color: var(--black);
  line-height: 1.4;
  position: relative;
}

.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(--brand-primary);
  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(--brand-secondary);
  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 81px;
}

.inline-img-text {
  background-image: url('../images/img-screen.jpeg');
  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: 112px;
}

.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;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  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: contain;
  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/img-maison-rk-12.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  margin-bottom: 0;
  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 {
  width: 200px;
  height: auto;
}

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

.get-template-wrapper {
  z-index: 999;
  justify-content: flex-end;
  align-items: flex-end;
  height: 0;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.get-template-link-wrapper {
  align-items: flex-end;
  height: 5rem;
  display: flex;
  position: relative;
  top: -.75rem;
  right: .75rem;
}

.get-template-link {
  z-index: 2;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #e8e8e866;
  border-radius: .4rem;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 7.7rem;
  height: 2.6rem;
  padding: .6rem 1rem .6rem .6rem;
  font-size: 12px;
  transition: color .3s, background-color .3s;
  display: flex;
  position: relative;
}

.get-template-link:hover {
  color: #fff;
  background-color: #000;
}

.get-template-link.more-templates {
  z-index: 0;
  position: absolute;
  bottom: 15%;
  left: 0%;
  right: 0%;
}

.features-table {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--brand-secondary);
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.75fr .75fr .75fr .75fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-title.small {
  text-align: left;
  font-size: 19px;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 3.5fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative {
  margin-left: 24px;
  padding-left: 0;
  font-size: 17px;
}

.comparison-positive {
  margin-left: 24px;
  padding-left: 0;
  font-weight: 300;
}

.comparison-positive.price {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
}

.code-embed {
  margin-top: 60px;
}

.link-2, .link-3, .link-4 {
  color: var(--brand-primary);
}

.section-2 {
  width: 100%;
  height: 600px;
}

@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: auto;
  }

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

  .container-2 {
    max-width: 728px;
  }

  .comparison-title.small {
    font-size: 19px;
  }
}

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

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  .section {
    padding-top: 0;
  }

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

  .brand-img {
    height: auto;
  }

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

  .features-table {
    padding: 60px 15px;
  }

  .comparison-title.small {
    font-size: 17px;
  }

  .comparison-positive.price {
    margin-left: 0;
    font-size: 15px;
  }
}

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

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

  .section {
    padding-top: 20px;
  }

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

  .container.nav {
    width: 100%;
  }

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

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

  .brand-img {
    width: 120px;
    height: 50px;
  }

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

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

  .features-table {
    padding-bottom: 0;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
    grid-template-columns: .25fr 1.5fr .75fr .75fr .75fr;
    padding-left: 0;
    padding-right: 0;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-title.small {
    margin-left: 0;
    font-size: 14px;
  }

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

  .comparison-negative {
    background-image: none;
    margin-left: 0;
    padding-left: 0;
    font-size: 15px;
  }

  .comparison-positive {
    text-align: left;
    background-image: none;
    margin-left: 0;
    padding-left: 0;
  }

  .comparison-positive.price {
    margin-left: 0;
    padding-left: 0;
    font-size: 14px;
  }
}

#w-node-b183ffab-5f93-30e7-d12a-2db454b01e2c-610e5304, #w-node-b183ffab-5f93-30e7-d12a-2db454b01e2e-610e5304, #w-node-b32437f2-2249-ed6a-4a2d-b43a17db050d-610e5304, #w-node-bdea7f70-065a-36d3-dfd7-263f2b7b2a0e-610e5304, #w-node-ae5d4275-9815-d685-c9a5-3ab276e75f38-610e5304, #w-node-b183ffab-5f93-30e7-d12a-2db454b01e31-610e5304, #w-node-b183ffab-5f93-30e7-d12a-2db454b01e33-610e5304, #w-node-_30ddebcf-759d-a9e1-5bf9-23916e6c4feb-610e5304, #w-node-_831f9f82-f431-ab2a-df57-89b275619200-610e5304, #w-node-ad8b9d5f-5859-c0e1-6a5f-d63492942907-610e5304, #w-node-b183ffab-5f93-30e7-d12a-2db454b01e36-610e5304, #w-node-b183ffab-5f93-30e7-d12a-2db454b01e38-610e5304, #w-node-c0125614-434e-7859-6038-23166a9dc30a-610e5304, #w-node-_2a805c0b-7b78-695f-f28f-946e7eef5e1a-610e5304, #w-node-e7f2ea50-6626-65dc-e250-f06bbc8b4e83-610e5304, #w-node-b183ffab-5f93-30e7-d12a-2db454b01e3b-610e5304, #w-node-b183ffab-5f93-30e7-d12a-2db454b01e3d-610e5304, #w-node-fb58e13a-18ea-7368-2443-b2e70e4f20bd-610e5304, #w-node-_25936700-6650-201d-c916-da5dad5a79b6-610e5304, #w-node-ea948942-fbc2-d103-a3b9-2f73aa85b11a-610e5304, #w-node-b183ffab-5f93-30e7-d12a-2db454b01e40-610e5304, #w-node-b183ffab-5f93-30e7-d12a-2db454b01e42-610e5304, #w-node-f3930bff-e496-de5e-00c1-d8d960d595cf-610e5304, #w-node-_27b6473e-c626-b43f-8c21-263a3f0a8c8d-610e5304, #w-node-d998ca36-5c32-3159-4175-f16d2597ea71-610e5304, #w-node-b183ffab-5f93-30e7-d12a-2db454b01e45-610e5304, #w-node-b183ffab-5f93-30e7-d12a-2db454b01e47-610e5304, #w-node-_2aa45777-4e99-6156-3131-f0a2f9e19112-610e5304, #w-node-_51b1b986-025c-f16f-dde9-85fdf5f1f031-610e5304, #w-node-c01f9e6e-8cff-c4e5-9cc4-e02c82a4e8a6-610e5304, #w-node-_7547c7a4-7736-6a59-8923-27317e63a730-610e5304, #w-node-_7547c7a4-7736-6a59-8923-27317e63a732-610e5304, #w-node-b09d56e9-cd8c-fb6d-2987-4e47133e5290-610e5304, #w-node-_4e1cddc8-5eb8-8bc2-a0bd-b8914a0f4afe-610e5304, #w-node-_4807e732-a42c-3c1b-0607-9d22bc2bbcd2-610e5304, #w-node-_3f73ec6a-1c07-3695-9792-5a82bf856eff-610e5304, #w-node-_3f73ec6a-1c07-3695-9792-5a82bf856f01-610e5304, #w-node-_326a96c8-dbc0-8e08-0f47-fb5fa9e5c93c-610e5304, #w-node-_5f823584-4773-2655-5dfd-d553ca6a1676-610e5304, #w-node-_41a90184-8fdd-3e5e-0c7b-398b94430dc1-610e5304, #w-node-_2cd2d877-693e-e6b4-7704-f5505950806a-610e5304, #w-node-_2cd2d877-693e-e6b4-7704-f5505950806c-610e5304, #w-node-b051ddea-4736-9e57-e090-96a6269c31e9-610e5304, #w-node-dfc949b8-39c8-2372-f1a2-0eec583cb06c-610e5304, #w-node-bcdd9eb7-591c-2e5f-9ec3-1149d274e7fd-610e5304, #w-node-a1102346-97d7-3c0d-b7df-63eaa2eb461e-610e5304, #w-node-a1102346-97d7-3c0d-b7df-63eaa2eb4620-610e5304, #w-node-d49ac6ac-dea2-8f80-cc37-0a104dea3c19-610e5304, #w-node-_44c4d793-9ce9-e239-a622-4ffd2735e08e-610e5304, #w-node-f8a36efc-66bd-c005-1704-4dd62ef2cb40-610e5304, #w-node-_94645bd5-9266-ace8-2c3b-f6209be89a45-610e5304, #w-node-_94645bd5-9266-ace8-2c3b-f6209be89a47-610e5304, #w-node-b44ec379-9654-97f3-0151-d32c1d4ce858-610e5304, #w-node-_3643bb46-c94b-5345-d3df-820d16c29e37-610e5304, #w-node-_8c9eab34-b168-0fd4-2362-2d1a0dedde1c-610e5304, #w-node-_285778af-edaf-fc79-2e7b-39e8b1424209-610e5304, #w-node-_285778af-edaf-fc79-2e7b-39e8b142420b-610e5304, #w-node-_5b0b9e50-d277-9239-0a7e-8a5bf1a59d8b-610e5304, #w-node-_96620614-b943-9a15-3c20-7c004d8e7fb7-610e5304, #w-node-_39117600-edd5-3a27-e4c2-c1e72810008f-610e5304, #w-node-dedf33d6-77c7-a9a1-a849-70f04d8cf214-610e5304, #w-node-dedf33d6-77c7-a9a1-a849-70f04d8cf216-610e5304, #w-node-b6c2f7b0-9e0b-501a-f632-67a6e180f91b-610e5304, #w-node-a4d83dc8-9243-b425-4df0-040fd1bdecf7-610e5304, #w-node-_959f105a-8abc-28b9-f153-70a13e305f58-610e5304, #w-node-_4cde8bac-e92f-a33a-0d24-a15edfd66e63-610e5304, #w-node-_4cde8bac-e92f-a33a-0d24-a15edfd66e65-610e5304 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e70790bd-6f01-3e29-a5fc-be20ea2c9fb9-610e5304 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0aa7d41d-86b2-d6d4-20b0-ef9b43111a7d-610e5304, #w-node-_0aa7d41d-86b2-d6d4-20b0-ef9b43111a7f-610e5304, #w-node-e24e040c-00b5-e3ad-1144-463bc6433440-610e5304, #w-node-a1031f3a-1708-a915-da85-b2998faa39f1-610e5304, #w-node-_34b60ad6-7c77-5e99-c5ed-8707ec79c27f-610e5304, #w-node-efc29b59-5174-44ea-d44a-000b01d8cf7f-610e5304, #w-node-efc29b59-5174-44ea-d44a-000b01d8cf81-610e5304, #w-node-aac339c7-32fc-f351-02e9-f96efaa79cfc-610e5304, #w-node-a5d39885-64e5-6e94-5537-42140a0641f4-610e5304, #w-node-c650b2a1-16b4-ccc1-067e-e01aa9ecf1a0-610e5304 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


