:root {
  --grey-medium: #868788;
  --dark-grey: #0f1012;
  --grey: #161719;
  --light-grey: #f5f5f7;
  --transparent: #0000;
  --white: #fff;
  --header-grey: #0000000f;
  --blue: #0071e3;
  --icon-grey: #27282a;
  --header-white: #ffffff0f;
  --white-2: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

p {
  color: var(--grey-medium);
  margin-bottom: 10px;
  font-family: Sfprodisplay, sans-serif;
  font-size: 13px;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.dark-grey {
  background-color: var(--dark-grey);
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.grey {
  background-color: var(--grey);
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

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

.section.is-slider {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100vw;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  overflow-x: hidden;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  padding-left: 4.54%;
  padding-right: 4.54%;
  display: block;
  position: relative;
}

.container._2-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  padding-left: 4.54%;
  padding-right: 4.54%;
  display: block;
  position: relative;
}

.container._3-section {
  grid-template-rows: auto auto auto;
  max-width: none;
  padding-left: 45px;
  padding-right: 45px;
}

.container._3-section._2 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.navbar {
  z-index: 999;
  background-color: var(--transparent);
  padding-top: 30px;
  position: fixed;
  inset: 0% 0% auto;
}

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

.brand {
  background-color: var(--header-grey);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  border-radius: 100px;
  width: 45px;
  height: 45px;
}

.nav-menu {
  background-color: var(--header-grey);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  border-radius: 10px;
  height: auto;
  padding-left: 5px;
  padding-right: 5px;
}

.nav-link {
  color: var(--dark-grey);
  cursor: pointer;
  padding: 13px 23px 12px;
  font-family: Sfprodisplay, sans-serif;
}

.image {
  width: 45px;
  height: 45px;
}

.hero-section {
  padding-top: 0;
}

.hero-section-content-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
  position: static;
}

.h1 {
  color: var(--dark-grey);
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sfprodisplay, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 120%;
}

.h1.hero {
  margin-bottom: 0;
}

.h1.white {
  color: var(--white);
  text-align: left;
  width: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.h1.white.center {
  text-align: center;
  width: 550px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.h1._2 {
  width: auto;
  margin-bottom: 0;
}

.h1._370w {
  width: auto;
  margin-bottom: 30px;
}

.hero-location {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.text {
  color: var(--dark-grey);
  width: auto;
  padding-right: 0;
  font-family: Sfprodisplay, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 130%;
}

.text.blue {
  color: var(--blue);
  padding-right: 0;
  font-size: 13px;
}

.text.grey-medium {
  color: var(--grey-medium);
  padding-right: 5px;
  font-size: 13px;
}

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

.text.white {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  margin-bottom: 0;
}

.text.white.g-mb-20 {
  margin-bottom: 0;
}

.text.white.opacity-40 {
  opacity: .4;
}

.text.g-mb-20 {
  margin-bottom: 20px;
}

.text.grey {
  color: var(--grey-medium);
  -webkit-text-stroke-color: var(--grey-medium);
}

.text.grey._4-padding {
  padding-top: 4px;
  padding-bottom: 4px;
}

.text.grey-footer {
  color: var(--grey-medium);
  -webkit-text-stroke-color: var(--grey-medium);
}

.text.grey-footer._4-padding {
  padding-top: 4px;
  padding-bottom: 4px;
}

.text.blue {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  margin-bottom: 0;
}

.text.blue.g-mb-20 {
  color: var(--blue);
  margin-bottom: 0;
}

.text.blue.opacity-40 {
  opacity: .4;
}

.location {
  border: 1px solid var(--blue);
  border-radius: 100px;
  padding: 4px 12px;
}

.arrow-down {
  background-color: var(--header-grey);
  cursor: pointer;
  border-radius: 20px;
  padding: 21px 10px;
}

.nav-container {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: flex-start;
  max-width: 902px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-section-content {
  z-index: 99;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 50px;
  margin-left: 4.54%;
  display: flex;
  position: absolute;
}

.hero-image {
  width: 52%;
  max-width: 1000px;
  padding: 0%;
  display: block;
  position: static;
}

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

.image-container {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: static;
  inset: 0%;
}

.image-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.b-grid-global {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  align-self: auto;
  width: auto;
  margin-left: 0;
  display: grid;
}

.b-grid-global.sl-grid {
  grid-template-rows: auto;
}

.b-grid-global.price {
  grid-row-gap: 50px;
}

.b-grid-global.gallery {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.slide {
  width: 534px;
  margin-right: 15px;
}

.slider {
  background-color: var(--transparent);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 375px;
  margin-bottom: 26px;
  display: flex;
  position: static;
}

.paragraph.tab {
  width: 365px;
  margin-bottom: 20px;
}

.paragraph.center {
  text-align: center;
  width: 400px;
}

.paragraph-2 {
  width: 352px;
  margin-bottom: 5px;
  position: relative;
}

.paragraph-3 {
  width: 352px;
  margin-bottom: 0;
}

.tabs-menu {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  height: 34px;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.tab-link-tab-1 {
  background-color: var(--header-grey);
  color: var(--dark-grey);
  cursor: pointer;
  border-radius: 100px;
  padding: 4px 12px;
}

.tab-link-tab-1.w--current {
  background-color: var(--dark-grey);
  color: var(--white);
  cursor: pointer;
  border-radius: 100px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 12px;
}

.img-slide {
  background-image: url('../images/img-slide-1_1img-slide-1.avif');
  background-position: 50%;
  background-size: cover;
  width: 534px;
  position: absolute;
  inset: 0%;
}

.mask {
  width: 100vh;
  overflow: visible;
}

.left-arrow {
  position: static;
  inset: 0% auto auto 0%;
}

.right-arrow {
  inset: auto 0% 0% auto;
}

.b-slider-item {
  box-sizing: border-box;
  background-color: var(--transparent);
  max-width: none;
  height: auto;
  min-height: 0;
  max-height: none;
  padding-bottom: 20px;
  display: block;
  overflow: visible;
}

.b-mask {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  background-color: var(--white);
  object-fit: fill;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 50vw;
  max-width: none;
  height: 500px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.left-arrow-2 {
  width: 34px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  inset: auto 42px -34px auto;
}

.right-arrow-2 {
  width: 34px;
  inset: auto 0% -34px auto;
}

.left-arrow-icon {
  color: var(--blue);
  -webkit-text-stroke-color: var(--white);
  cursor: pointer;
}

.right-arrow-icon {
  color: var(--blue);
  cursor: pointer;
}

.img-slider {
  background-image: url('../images/img-slide-1_1img-slide-1.avif');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-right: 0;
  position: static;
  inset: 0%;
}

.b-slide {
  border-radius: 17px;
  flex: none;
  width: 50vw;
  height: 500px;
  margin-right: 15px;
  overflow: clip;
}

.b-tab-pane {
  width: auto;
  min-width: 0;
  overflow: visible;
}

.slide-3, .slide-4, .slide-5 {
  margin-right: 16px;
}

.tabs-content {
  width: auto;
  min-width: 0;
  overflow: visible;
}

.tabs, .tabs-content-2 {
  width: auto;
}

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

.b-slider-plug {
  z-index: 3;
  background-color: var(--white);
  width: 22%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-3 {
  width: 25%;
}

.chic-logo-footer {
  margin-bottom: 10px;
}

.b-h1-button {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 344px;
  margin-bottom: 0;
  display: flex;
}

.b-h1-button.g-mb-50 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 50px;
}

.caption {
  color: var(--white);
  margin-bottom: 40px;
  font-family: Sfprodisplay, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.right-content-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 80%;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.autor-image {
  object-fit: cover;
  object-position: 50% 20%;
  border-radius: 17px;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 100%;
  margin-top: 0;
}

.autor-sign {
  width: 187px;
}

.autor-quote {
  width: 165px;
}

.quote-icon {
  margin-bottom: 20px;
}

.tabs-content-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.g-mb-30 {
  width: auto;
  max-width: 480px;
  margin-bottom: 30px;
  padding-bottom: 0;
}

.b-slider {
  display: block;
}

.image-slider {
  box-sizing: border-box;
  object-fit: cover;
  object-position: 50% 40%;
  width: 100%;
  height: 100%;
}

.text-block {
  color: var(--blue);
  -webkit-text-stroke-color: var(--transparent);
  overflow-wrap: normal;
  font-family: Sfprodisplay, sans-serif;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
}

.autor-photo {
  width: 95%;
  height: 600px;
}

.link-button {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-3 {
  margin-right: 10px;
}

.price {
  opacity: 1;
  color: var(--white);
  font-family: Sfprodisplay, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.b-price {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.correction {
  opacity: .4;
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  font-family: Sfprodisplay, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.b-service {
  border-bottom: 1px solid #ffffff1a;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.text-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.image-5 {
  object-fit: cover;
  object-position: 90% 50%;
  border-radius: 17px;
  width: 100%;
  max-width: none;
  height: 100%;
}

.block-image-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  display: grid;
}

.image-4 {
  object-fit: cover;
  border-radius: 17px;
  width: 90%;
  max-width: none;
  height: 550px;
}

.b-content-salon {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--dark-grey);
  border-radius: 17px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 70px 180px;
  display: flex;
}

.icon-design {
  background-color: var(--icon-grey);
  border-radius: 100px;
}

.icon {
  padding: 14px;
}

.block-icons {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: flex;
}

.hero-text {
  width: 340px;
  padding-bottom: 25px;
}

.image-photo-sketch {
  object-fit: cover;
  border-radius: 17px;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-bottom: 20px;
  display: block;
}

.b-text-80 {
  width: 70%;
}

.image-7 {
  z-index: 3;
  object-fit: cover;
  object-position: 50% 100%;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-right: 0%;
  position: static;
  inset: auto 0% 0% auto;
}

.footer {
  background-color: var(--light-grey);
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-name {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-text {
  color: var(--dark-grey);
  width: auto;
  padding-right: 0;
  font-family: Sfprodisplay, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 130%;
}

.footer-text.blue {
  color: var(--blue);
  padding-right: 0;
  font-size: 13px;
}

.footer-text.grey-medium {
  color: var(--grey-medium);
  padding-right: 5px;
  font-size: 13px;
}

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

.footer-text.white {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  margin-bottom: 0;
}

.footer-text.white.g-mb-20 {
  margin-bottom: 20px;
}

.footer-text.white.opacity-40 {
  opacity: .4;
}

.footer-text.g-mb-20 {
  margin-bottom: 20px;
}

.footer-text.grey {
  color: var(--grey-medium);
}

.footer-links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.footer-link {
  color: var(--dark-grey);
  cursor: pointer;
  font-family: Sfprodisplay, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 120%;
  text-decoration: none;
}

.footer-content-block {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  display: flex;
}

.footer-location {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.link {
  color: var(--grey-medium);
  cursor: pointer;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Sfprodisplay, sans-serif;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
}

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

.tab-link-text {
  width: auto;
  padding-right: 0;
  font-family: Sfprodisplay, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 130%;
}

.tab-link-text.blue {
  color: var(--blue);
  padding-right: 0;
  font-size: 13px;
}

.tab-link-text.grey-medium {
  color: var(--grey-medium);
  padding-right: 5px;
  font-size: 13px;
}

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

.tab-link-text.white {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  margin-bottom: 0;
}

.tab-link-text.white.g-mb-20 {
  margin-bottom: 20px;
}

.tab-link-text.white.opacity-40 {
  opacity: .4;
}

.tab-link-text.g-mb-20 {
  margin-bottom: 20px;
}

.tab-link-text.grey {
  color: var(--grey-medium);
  -webkit-text-stroke-color: var(--grey-medium);
}

.tab-link-text.grey._4-padding {
  padding-top: 4px;
  padding-bottom: 4px;
}

.svg {
  width: 45px;
  height: 45px;
  font-size: 14px;
  line-height: 40%;
}

.path {
  color: var(--grey);
  padding-left: 0;
  padding-right: 0;
}

.chic-logo {
  margin-bottom: 10px;
}

.text-button {
  color: var(--blue);
  -webkit-text-stroke-color: var(--transparent);
  overflow-wrap: normal;
  font-family: Sfprodisplay, sans-serif;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
}

.svg-2 {
  color: var(--grey);
}

.arrow-icon {
  color: var(--blue);
  -webkit-text-stroke-width: 1px;
  justify-content: center;
  align-items: center;
  width: 15px;
  display: flex;
}

.arrow-button {
  border: 1px solid var(--blue);
  border-radius: 20px;
  align-self: center;
  margin-right: 8px;
  padding: 1.9px 4px 2.2px;
}

.sketch-image {
  z-index: 3;
  border: 1px solid var(--header-grey);
  border-radius: 17px;
  width: 80%;
  height: 50%;
  position: relative;
  overflow: hidden;
}

.image-photo {
  width: 95%;
  display: none;
}

.image-salon {
  object-fit: cover;
  object-position: 90% 50%;
  border-radius: 17px;
  width: 100%;
  max-width: none;
  height: 100%;
}

.contact-text-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.modal-wrapper {
  z-index: 999;
  color: #000;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.modal-block {
  background-color: var(--header-grey);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 400px;
  height: auto;
  margin-top: 80px;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.modal-container {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  padding-left: 4.54%;
  padding-right: 4.54%;
  display: block;
  position: relative;
  inset: 0%;
}

.modal-container._2-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  padding-left: 4.54%;
  padding-right: 4.54%;
  display: block;
  position: relative;
}

.modal-container._3-section {
  grid-template-rows: auto auto auto;
  max-width: none;
  padding-left: 45px;
  padding-right: 45px;
}

.modal-container._3-section._2 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.b-grid-modal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch start;
  align-self: auto;
  width: auto;
  height: 100vh;
  margin-left: 0;
  display: grid;
  position: static;
}

.b-grid-modal.sl-grid {
  grid-template-rows: auto;
}

.b-grid-modal.price {
  grid-row-gap: 50px;
}

.b-grid-modal.gallery {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.modal-image {
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.modal-image-container {
  border-radius: 15px;
  width: auto;
  height: auto;
  margin: 0 15px 15px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.modal-content-block {
  margin-left: 30px;
  margin-right: 30px;
}

.icon-design-modal {
  background-color: var(--icon-grey);
  border-radius: 100px;
}

.name-modal {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.icon-modal {
  width: 45px;
  height: 45px;
  padding: 12px;
}

.modal-content {
  margin-bottom: 40px;
}

.modal-close-button {
  z-index: auto;
  background-color: var(--header-white);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border-radius: 100px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 45px;
  height: 45px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal-bg {
  background-color: #000000bd;
  position: fixed;
  inset: 0%;
}

.image-8 {
  vertical-align: baseline;
  max-width: none;
  padding: 13px;
  display: block;
  position: relative;
}

.lose-button {
  z-index: 9999;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  margin-top: 15px;
  display: flex;
  position: sticky;
  inset: 15px 0% auto auto;
}

.paragrap-modal.tab {
  width: 365px;
  padding-right: 0%;
}

.paragrap-modal.center {
  text-align: center;
  width: 400px;
}

.logo-backtop-blur {
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
}

.image-slider-2 {
  box-sizing: border-box;
  object-fit: cover;
  object-position: 50% 25%;
  width: 100%;
  height: 100%;
}

.image-slider-3 {
  box-sizing: border-box;
  object-fit: cover;
  object-position: 50% 65%;
  width: 100%;
  height: 100%;
}

.image-slider-4 {
  box-sizing: border-box;
  object-fit: cover;
  object-position: 50% 55%;
  width: 100%;
  height: 100%;
}

.image-slider-5 {
  box-sizing: border-box;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 150%;
  position: relative;
  bottom: 80px;
}

.location-text {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.modal-wrappe-location {
  z-index: 999;
  color: #000;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.text-location {
  color: var(--blue);
  width: auto;
  padding-right: 0;
  font-family: Sfprodisplay, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 130%;
}

.text-location.blue {
  color: var(--blue);
  padding-right: 0;
  font-size: 13px;
}

.text-location.grey-medium {
  color: var(--grey-medium);
  padding-right: 5px;
  font-size: 13px;
}

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

.text-location.white {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  margin-bottom: 0;
}

.text-location.white.g-mb-20 {
  margin-bottom: 0;
}

.text-location.white.opacity-40 {
  opacity: .4;
}

.text-location.g-mb-20 {
  margin-bottom: 20px;
}

.text-location.grey {
  color: var(--grey-medium);
  -webkit-text-stroke-color: var(--grey-medium);
}

.text-location.grey._4-padding {
  padding-top: 4px;
  padding-bottom: 4px;
}

.text-location.grey-footer {
  color: var(--grey-medium);
  -webkit-text-stroke-color: var(--grey-medium);
}

.text-location.grey-footer._4-padding {
  padding-top: 4px;
  padding-bottom: 4px;
}

.text-location.blue {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  margin-bottom: 0;
}

.text-location.blue.g-mb-20 {
  color: var(--blue);
  margin-bottom: 0;
}

.text-location.blue.opacity-40 {
  opacity: .4;
}

.h1-location {
  color: var(--white);
  width: auto;
  margin: 8px 80px 30px 30px;
  font-family: Sfprodisplay, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 120%;
}

.h1-location.hero {
  margin-bottom: 0;
}

.h1-location.white {
  color: var(--white);
  text-align: left;
  width: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.h1-location.white.center {
  text-align: center;
  width: 550px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.h1-location._2 {
  width: auto;
  margin-bottom: 0;
}

.h1-location._370w {
  width: auto;
  margin-bottom: 30px;
}

.image-slider-6 {
  box-sizing: border-box;
  object-fit: cover;
  object-position: 50% 70%;
  width: 100%;
  height: 130%;
  position: relative;
  bottom: 20px;
}

.b-grid-global-docs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  align-self: auto;
  width: auto;
  margin-left: 0;
  display: grid;
}

.b-grid-global-docs.sl-grid {
  grid-template-rows: auto;
}

.b-grid-global-docs.price {
  grid-row-gap: 50px;
}

.b-grid-global-docs.gallery {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.div-block-4 {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.h1-slider {
  color: var(--dark-grey);
  width: 340px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sfprodisplay, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 120%;
}

.h1-slider.hero {
  margin-bottom: 0;
}

.h1-slider.white {
  color: var(--white);
  text-align: left;
  width: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.h1-slider.white.center {
  text-align: center;
  width: 550px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.h1-slider._2 {
  width: auto;
  margin-bottom: 0;
}

.h1-slider._370w {
  width: auto;
  margin-bottom: 30px;
}

.image-wrapper {
  z-index: -1;
  border-radius: 17px;
  width: 95%;
  max-width: none;
  height: 550px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.image-one {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

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

.splitter_handle-wrapper {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.arrow-image {
  width: 9.14px;
  height: 18.28px;
}

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

.splitter_component {
  cursor: pointer;
  width: 70vw;
  height: 70vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.splitter_component.is-radius {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
}

.splitter_handle-circle {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 2rem;
  width: 2.6875rem;
  height: 2.6875rem;
}

.splitter_handle-circle.is-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  border-style: none;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
}

.splitter_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.splitter_image.is-after {
  width: 35vw;
  max-width: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.splitter_image.is-after.spl-image-vw-1 {
  width: 29vw;
}

.splitter_handle-component {
  z-index: 2;
  background-color: #fff;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 50%;
}

.splitter_handle-component.is-handle-0--start {
  left: 100%;
}

.spliter_after {
  z-index: 2;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.spliter_after.is-0-start {
  width: 0%;
}

.line-wrapper {
  background-color: #fff;
  border-radius: 100px;
  width: 10px;
  height: 100%;
}

.modal-wrappe-b-a {
  z-index: 999;
  color: #000;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.splitter-block {
  width: 95%;
  height: 600px;
}

.modal-splitter-container {
  border-radius: 15px;
  width: auto;
  height: 500px;
  margin: 0 15px 15px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.modal-splitter-slider {
  background-color: var(--transparent);
  height: auto;
}

.mask-2 {
  height: 550px;
}

.left-arrow-3 {
  cursor: pointer;
  width: 45px;
  height: 45px;
  position: absolute;
  inset: auto 83px -10px auto;
}

.right-arrow-3 {
  cursor: pointer;
  width: 45px;
  height: 45px;
  inset: auto 25px -10px auto;
}

.slide-nav {
  height: 35px;
  font-size: 8px;
  display: block;
  inset: auto 0% 50px;
}

.left-arrow-icon-modal {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
}

.right-arrow-icon-modal {
  color: var(--white);
}

.modal-block-slider {
  background-color: var(--header-grey);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 400px;
  height: auto;
  margin-top: 80px;
  padding-bottom: 40px;
  display: block;
  position: relative;
}

.slide-number {
  color: var(--white);
  letter-spacing: 3px;
  justify-content: flex-start;
  align-items: center;
  height: 42px;
  margin-top: 0;
  margin-left: 30px;
  font-family: Sfprodisplay, sans-serif;
  font-size: 22px;
  font-weight: 300;
  display: flex;
  position: static;
  inset: auto 0% 0 30px;
}

.slide-1, .slide-6, .slide-7, .slide-8, .slide-9, .slide-10, .slide-11 {
  height: auto;
}

.bullet {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 30px;
  display: flex;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
  text-transform: uppercase;
}

.b-grid-doc {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  align-self: auto;
  width: auto;
  margin-left: 0;
  display: grid;
}

.b-grid-doc.sl-grid {
  grid-template-rows: auto;
}

.b-grid-doc.price {
  grid-row-gap: 50px;
}

.b-grid-doc.gallery {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.h1-b-a {
  color: var(--white);
  width: auto;
  margin: 8px 80px 30px 30px;
  font-family: Sfprodisplay, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 120%;
}

.h1-b-a.hero {
  margin-bottom: 0;
}

.h1-b-a.white {
  color: var(--white);
  text-align: left;
  width: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.h1-b-a.white.center {
  text-align: center;
  width: 550px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.h1-b-a._2 {
  width: auto;
  margin-bottom: 0;
}

.h1-b-a._370w {
  width: auto;
  margin-bottom: 30px;
}

.location-button {
  border: 1px solid var(--blue);
  background-color: var(--transparent);
  color: var(--blue);
  cursor: pointer;
  border-radius: 100px;
  padding: 3px 12px;
  font-family: Sfprodisplay, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.location-button:hover {
  background-color: var(--blue);
  color: var(--white);
}

.location-button.w--current {
  cursor: pointer;
}

.image-9 {
  border-radius: 1rem;
}

@media screen and (min-width: 1280px) {
  .section, .section.dark-grey, .section.grey, .section.is-slider {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .h1.white.center {
    width: 450px;
  }

  .h1._370w {
    width: 500px;
    margin-bottom: 0;
  }

  .b-grid-global {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .b-grid-global.gallery {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .paragraph.tab {
    width: 500px;
  }

  .b-mask {
    width: 50vw;
    height: 500px;
  }

  .b-slider-plug {
    width: 23%;
  }

  .b-h1-button.g-mb-50, .right-content-block {
    width: auto;
  }

  .autor-photo, .text-block {
    width: 100%;
  }

  .image-5 {
    height: 600px;
  }

  .image-4 {
    width: 89%;
    height: 600px;
  }

  .b-content-salon {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    height: 500px;
    margin-top: 0;
  }

  .image-photo-sketch {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
  }

  .b-text-80 {
    width: 67%;
  }

  .image-7 {
    border: 1px solid var(--header-grey);
    object-position: 50% 100%;
    height: 100%;
  }

  .image-photo {
    height: 530px;
    overflow: visible;
  }

  .image-salon {
    height: 500px;
  }

  .contact-text-block {
    width: auto;
  }

  .b-grid-modal {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .b-grid-modal.gallery {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .modal-close-button {
    z-index: auto;
  }

  .paragrap-modal.tab {
    width: 500px;
  }

  .h1-location.white.center {
    width: 450px;
  }

  .h1-location._370w {
    width: 500px;
    margin-bottom: 0;
  }

  .b-grid-global-docs {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .b-grid-global-docs.gallery {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .div-block-4 {
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .h1-slider.white.center {
    width: 450px;
  }

  .h1-slider._370w {
    width: 500px;
    margin-bottom: 0;
  }

  .modal-wrappe-b-a {
    display: none;
  }

  .b-grid-doc {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .b-grid-doc.gallery {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .h1-b-a.white.center {
    width: 450px;
  }

  .h1-b-a._370w {
    width: 500px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1440px) {
  .section, .section.dark-grey, .section.grey, .section.is-slider {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .navbar {
    padding-top: 30px;
  }

  .hero-image {
    width: 45%;
  }

  .b-mask, .b-slide {
    width: 45vw;
  }

  .chic-logo-footer {
    width: 130px;
  }

  .image-4 {
    width: 89%;
  }

  .image-7 {
    object-position: 50% 100%;
  }

  .sketch-image {
    height: 55%;
  }

  .modal-close-button {
    z-index: auto;
  }

  .splitter_image.is-after.spl-image-vw-1 {
    width: 26vw;
  }

  .modal-wrappe-b-a {
    display: none;
  }

  .splitter-block, .image-9 {
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .section, .section.dark-grey, .section.grey, .section.is-slider {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .container {
    padding-left: 20%;
    padding-right: 20%;
  }

  .nav-link.w--current {
    color: var(--transparent);
  }

  .nav-link.w--current:hover {
    color: var(--dark-grey);
  }

  .text.blue, .text.grey-medium, .text.white, .text.grey, .text.grey-footer, .text.blue, .paragraph.tab, .paragraph.center {
    font-size: 15px;
  }

  .b-mask {
    width: 28vw;
    height: 500px;
  }

  .left-arrow-icon, .right-arrow-icon {
    color: var(--blue);
  }

  .b-slide {
    width: 28vw;
  }

  .b-slider-plug {
    width: 32%;
  }

  .chic-logo-footer {
    width: 130px;
  }

  .b-h1-button.g-mb-50 {
    width: 90%;
  }

  .autor-photo {
    height: 700px;
  }

  .image-4 {
    width: 89%;
  }

  .image-photo-sketch {
    height: 540px;
  }

  .image-7 {
    border: 1px none var(--header-grey);
    object-position: 50% 100%;
    width: 100%;
    height: 100%;
    margin-right: 20%;
  }

  .tab-link-text {
    font-size: 15px;
  }

  .sketch-image {
    height: 54%;
    position: relative;
  }

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

  .modal-container {
    padding-left: 20%;
    padding-right: 20%;
  }

  .modal-close-button {
    z-index: auto;
  }

  .paragrap-modal.tab, .paragrap-modal.center {
    font-size: 15px;
  }

  .modal-wrappe-location {
    display: none;
  }

  .text-location.blue, .text-location.grey-medium, .text-location.white, .text-location.grey, .text-location.grey-footer, .text-location.blue {
    font-size: 15px;
  }

  .div-block-4 {
    width: 100%;
    height: 100%;
  }

  .image-wrapper {
    z-index: auto;
    height: 600px;
  }

  .image-one, .image-two {
    height: 200%;
  }

  .splitter_image.is-after {
    width: 23vw;
  }

  .splitter_image.is-after.spl-image-vw-1 {
    width: 16.4vw;
  }

  .line-wrapper {
    border-radius: 100px;
  }

  .modal-wrappe-b-a {
    display: none;
  }

  .left-arrow-icon-modal, .right-arrow-icon-modal {
    color: var(--white);
  }

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

@media screen and (max-width: 991px) {
  .container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav-menu {
    mix-blend-mode: difference;
  }

  .hero-section-content-block {
    justify-content: center;
    align-items: center;
  }

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

  .h1._370w {
    margin-bottom: 30px;
  }

  .hero-location {
    justify-content: center;
    align-items: center;
  }

  .text.grey-medium {
    display: none;
  }

  .text.white.g-mb-20 {
    margin-bottom: 0;
  }

  .text.grey-footer._4-padding {
    display: none;
  }

  .text.blue.g-mb-20 {
    margin-bottom: 0;
  }

  .arrow-down {
    display: none;
  }

  .hero-section-content {
    justify-content: center;
    align-items: center;
    margin-top: 230px;
    margin-bottom: 0;
    margin-left: 0%;
    position: relative;
    inset: auto auto 0% 0%;
  }

  .hero-image {
    width: 80%;
  }

  .b-grid-global {
    grid-template-rows: auto;
  }

  .b-grid-global.price {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .b-mask {
    width: 75vw;
    height: 600px;
  }

  .b-slide {
    border-radius: 20px;
    width: 75vw;
    height: 600px;
    margin-right: 7%;
  }

  .b-slider-plug {
    display: none;
  }

  .b-h1-button.g-mb-50 {
    margin-bottom: 20px;
  }

  .right-content-block {
    width: 80%;
  }

  .autor-sign {
    width: 150px;
  }

  .autor-photo {
    height: 500px;
  }

  .text-block {
    width: 90%;
  }

  .image-5 {
    height: 400px;
  }

  .image-4 {
    width: 100%;
    height: 400px;
  }

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

  .image-photo-sketch {
    margin-bottom: 20px;
  }

  .image-7 {
    width: 100%;
    height: 100%;
    margin-right: 5%;
  }

  .sketch-image {
    width: 85%;
    height: 53%;
  }

  .image-salon {
    height: 400px;
  }

  .contact-text-block {
    width: 80%;
  }

  .modal-wrapper {
    display: none;
  }

  .modal-container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .modal-image-container {
    margin-top: 0;
  }

  .image-slider-5 {
    height: 100%;
    bottom: 0;
  }

  .modal-wrappe-location, .text-location.grey-medium {
    display: none;
  }

  .text-location.white.g-mb-20, .text-location.blue.g-mb-20 {
    margin-bottom: 0;
  }

  .h1-location.hero {
    text-align: center;
  }

  .h1-location._370w {
    margin-bottom: 30px;
  }

  .image-slider-6 {
    object-position: 50% 50%;
    height: 100%;
    bottom: 0;
    overflow: clip;
  }

  .div-block-4 {
    width: 100%;
    height: 100%;
  }

  .h1-slider.hero {
    text-align: center;
  }

  .h1-slider._370w {
    margin-bottom: 30px;
  }

  .splitter_before {
    width: 100%;
  }

  .splitter_component {
    width: 85vw;
  }

  .splitter_component.is-radius {
    width: 100%;
  }

  .splitter_image.is-after {
    width: 52vw;
  }

  .splitter_image.is-after.spl-image-vw-1 {
    width: 46vw;
  }

  .modal-wrappe-b-a {
    display: none;
  }

  .modal-splitter-container {
    margin-top: 0;
  }

  .bullet {
    margin-top: 15px;
  }

  .b-grid-doc {
    grid-template-rows: auto;
  }

  .b-grid-doc.price {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .h1-b-a.hero {
    text-align: center;
  }

  .h1-b-a._370w {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-top: 20px;
  }

  .brand {
    z-index: 2;
    width: auto;
    height: auto;
    padding-left: 0;
  }

  .nav-menu {
    border-radius: 0;
    padding-top: 90px;
    padding-bottom: 0;
    display: none;
    position: fixed;
    inset: 0% 0% auto;
  }

  .nav-link {
    border-style: solid none none;
    border-width: 1px;
    border-color: var(--header-grey) black black;
    justify-content: center;
    align-items: center;
    margin-left: 5%;
    margin-right: 5%;
    padding: 25px 0;
    font-size: 22px;
    font-weight: 300;
    display: flex;
  }

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

  .h1.white.center {
    width: 355px;
  }

  .h1.white.mob-center {
    text-align: center;
    width: 380px;
  }

  .h1._370w {
    margin-bottom: 0;
  }

  .text, .text.white {
    font-size: 16px;
  }

  .text.white.g-mb-20 {
    margin-bottom: 0;
    font-size: 16px;
  }

  .text.white.opacity-40 {
    font-size: 16px;
  }

  .text.blue.g-mb-20 {
    margin-bottom: 0;
    font-size: 16px;
  }

  .nav-container {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }

  .hero-section-content {
    position: relative;
  }

  .b-grid-global {
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .b-grid-global.price {
    grid-row-gap: 30px;
    grid-template-rows: auto;
  }

  .b-grid-global.gallery {
    grid-row-gap: 16px;
  }

  .paragraph {
    font-size: 16px;
  }

  .paragraph.center {
    width: 380px;
  }

  .b-mask {
    width: 75vw;
    height: 400px;
  }

  .b-slide {
    height: 400px;
    margin-right: 7%;
  }

  .chic-logo-footer {
    width: 140px;
    margin-bottom: 30px;
  }

  .b-h1-button {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-bottom: 0;
  }

  .b-h1-button.g-mb-50 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-bottom: 0;
  }

  .caption {
    text-align: center;
    margin-bottom: 15px;
    font-size: 16px;
  }

  .right-content-block {
    width: 80vw;
  }

  .autor-image {
    object-position: 50% 20%;
    margin-bottom: 0;
  }

  .autor-quote {
    display: none;
  }

  .g-mb-30 {
    max-width: none;
  }

  .autor-photo {
    width: 100%;
    margin-bottom: 20px;
  }

  .link-button {
    justify-content: flex-start;
    align-items: center;
    min-width: 150px;
    height: 20px;
  }

  .link-button.is-modal {
    min-width: 155px;
  }

  .b-price {
    border-bottom: 1px solid #ffffff1a;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 30px;
  }

  .b-service {
    border-bottom-style: none;
    margin-top: 25px;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .text-block {
    width: 80vw;
    margin-bottom: 30px;
  }

  .image-5, .image-4 {
    height: 300px;
  }

  .b-content-salon {
    background-color: var(--transparent);
    margin-top: 0;
  }

  .icon {
    width: 60px;
    max-width: none;
    height: 60px;
  }

  .image-photo-sketch {
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
  }

  .b-text-80 {
    display: none;
  }

  .image-7 {
    width: 100%;
    max-width: none;
    height: 100%;
    margin-bottom: 180px;
    position: static;
    inset: auto 0% 0% auto;
  }

  .footer-location {
    display: none;
  }

  .tab-link-text {
    font-size: 16px;
  }

  .svg {
    width: 50px;
    height: 50px;
    display: block;
  }

  .burger-icon {
    width: 22px;
    height: 22px;
    padding-top: 0;
    display: block;
  }

  .menu-button {
    z-index: 2;
    background-color: var(--header-grey);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    border-radius: 10px;
    width: auto;
    height: auto;
    padding: 14px;
  }

  .chic-logo {
    width: 130px;
    margin-bottom: 30px;
  }

  .text-button {
    width: auto;
    font-size: 16px;
  }

  .sketch-image {
    width: 100%;
    height: 60%;
    display: none;
    overflow: hidden;
  }

  .image-photo {
    width: 100%;
    height: 400px;
  }

  .image-salon {
    height: 300px;
  }

  .burger-line {
    background-color: var(--dark-grey);
    width: 22px;
    height: 1.5px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .burger-icon {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .burger-line-2 {
    background-color: var(--dark-grey);
    width: 22px;
    height: 1.5px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .contact-text-block {
    width: 80vw;
  }

  .modal-wrapper {
    display: none;
  }

  .b-grid-modal {
    grid-row-gap: 30px;
  }

  .b-grid-modal.price {
    grid-row-gap: 20px;
  }

  .b-grid-modal.gallery {
    grid-row-gap: 16px;
  }

  .modal-image-container {
    margin-top: 0;
  }

  .icon-modal {
    width: 60px;
    max-width: none;
    height: 60px;
  }

  .paragrap-modal {
    font-size: 16px;
  }

  .paragrap-modal.center {
    width: 380px;
  }

  .modal-wrappe-location {
    display: none;
  }

  .text-location {
    font-size: 16px;
  }

  .text-location.white.g-mb-20, .text-location.blue.g-mb-20 {
    margin-bottom: 0;
  }

  .h1-location.white {
    text-align: left;
  }

  .h1-location.white.center {
    width: 355px;
  }

  .h1-location.white.mob-center {
    text-align: center;
    width: 380px;
  }

  .h1-location._370w {
    margin-bottom: 0;
  }

  .b-grid-global-docs {
    grid-row-gap: 0px;
  }

  .b-grid-global-docs.price {
    grid-row-gap: 20px;
  }

  .b-grid-global-docs.gallery {
    grid-row-gap: 16px;
  }

  .div-block-4 {
    width: 100%;
    height: 100%;
  }

  .h1-slider.white {
    text-align: left;
  }

  .h1-slider.white.center {
    width: 355px;
  }

  .h1-slider.white.mob-center {
    text-align: center;
    width: 380px;
  }

  .h1-slider._370w {
    margin-bottom: 0;
  }

  .splitter_before {
    width: 90vw;
  }

  .splitter_component {
    width: 90vw;
    height: 55vh;
  }

  .splitter_component.is-radius {
    width: 100%;
    height: 100%;
  }

  .splitter_image.is-after {
    width: 93vw;
  }

  .splitter_image.is-after.spl-image-vw-1 {
    width: 65vw;
  }

  .modal-wrappe-b-a {
    display: none;
  }

  .splitter-block {
    width: 100%;
    height: 500px;
  }

  .modal-splitter-container {
    margin-top: 0;
  }

  .bullet {
    margin-top: 30px;
  }

  .b-grid-doc {
    grid-row-gap: 0px;
    grid-template-rows: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .b-grid-doc.price {
    grid-row-gap: 30px;
    grid-template-rows: auto;
  }

  .b-grid-doc.gallery {
    grid-row-gap: 16px;
  }

  .h1-b-a.white {
    text-align: left;
  }

  .h1-b-a.white.center {
    width: 355px;
  }

  .h1-b-a.white.mob-center {
    text-align: center;
    width: 380px;
  }

  .h1-b-a._370w {
    margin-bottom: 0;
  }

  .location-button {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
  }

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

@media screen and (max-width: 479px) {
  .nav-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-bottom: 0;
    display: none;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
  }

  .h1.white.center, .h1.white.mob-center {
    width: auto;
  }

  .text, .text.blue {
    font-size: 16px;
  }

  .text.white, .text.white.opacity-40 {
    font-size: 14px;
  }

  .text.grey {
    margin-bottom: 0;
  }

  .text.grey._10-px {
    margin-bottom: 10px;
  }

  .text.grey-footer {
    margin-bottom: 0;
  }

  .text.grey-footer._4-padding {
    font-size: 13px;
  }

  .text.grey-footer._10-px {
    margin-bottom: 10px;
  }

  .text.blue, .text.blue.opacity-40 {
    font-size: 14px;
  }

  .location {
    border-width: 1px;
  }

  .hero-section-content {
    z-index: 99;
    position: relative;
  }

  .hero-image {
    width: 80%;
  }

  .image-block {
    margin-bottom: 50%;
  }

  .b-grid-global {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .b-grid-global.price {
    grid-template-columns: 1fr;
  }

  .b-grid-global.gallery {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph.tab {
    width: auto;
    font-size: 16px;
  }

  .paragraph.center {
    width: auto;
  }

  .tabs-menu {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: wrap;
    width: 72%;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current {
    padding-left: 9px;
    padding-right: 9px;
  }

  .b-mask {
    width: 75vw;
    height: 350px;
  }

  .b-slide {
    height: 350px;
    margin-right: 6%;
  }

  .tabs {
    width: auto;
  }

  .chic-logo-footer {
    width: 130px;
    margin-bottom: 30px;
  }

  .b-h1-button {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-bottom: 0;
  }

  .b-h1-button.g-mb-50 {
    margin-bottom: 0;
  }

  .right-content-block {
    width: auto;
  }

  .autor-sign {
    width: 150px;
  }

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

  .g-mb-30 {
    width: auto;
  }

  .text-block {
    font-size: 16px;
  }

  .autor-photo {
    height: 350px;
    margin-bottom: 10px;
  }

  .link-button {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    min-width: auto;
  }

  .image-3 {
    width: 38px;
  }

  .b-price {
    margin-top: 0;
    margin-bottom: 0;
  }

  .b-service {
    margin-bottom: 0;
  }

  .text-block {
    width: auto;
    margin-bottom: 30px;
    padding-bottom: 0;
  }

  .image-5 {
    height: 200px;
  }

  .block-image-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-top: 8px;
  }

  .image-4 {
    height: 200px;
    margin-top: 0;
  }

  .b-content-salon {
    background-color: var(--transparent);
    padding: 50px 8px 0;
  }

  .icon {
    width: 50px;
    height: 50px;
  }

  .block-icons {
    margin-bottom: 0;
  }

  .hero-text {
    width: auto;
  }

  .image-photo-sketch {
    width: 100%;
    height: 100%;
  }

  .image-7 {
    width: 100%;
    height: 100%;
    margin-bottom: 200px;
  }

  .tab-link-text {
    font-size: 15px;
  }

  .chic-logo {
    width: 130px;
    margin-bottom: 10px;
  }

  .text-button {
    font-size: 16px;
    font-weight: 300;
  }

  .arrow-icon {
    -webkit-text-stroke-width: 1.7px;
    font-size: 14px;
  }

  .arrow-button {
    border-width: 1px;
    padding-top: 2.3px;
    padding-bottom: 2.5px;
  }

  .sketch-image {
    width: 50%;
    height: 40%;
    display: none;
  }

  .image-photo {
    width: 90%;
    height: 90%;
    display: none;
  }

  .image-salon {
    height: 300px;
  }

  .contact-text-block {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
  }

  .modal-wrapper {
    display: none;
  }

  .modal-block {
    border-radius: 15px 15px 0 0;
    width: 100%;
    margin-top: 20px;
  }

  .modal-container {
    padding-left: 0%;
    padding-right: 0%;
  }

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

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

  .b-grid-modal.gallery {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr;
  }

  .modal-image-container {
    border-radius: 10px;
    height: auto;
    margin-top: 0;
  }

  .icon-modal {
    width: 50px;
    height: 50px;
  }

  .modal-close-button {
    border-radius: 100px;
    width: auto;
    height: auto;
  }

  .image-8 {
    width: 40px;
    height: 40px;
    padding: 10px;
  }

  .paragrap-modal.tab {
    width: auto;
    font-size: 14px;
  }

  .paragrap-modal.center {
    width: auto;
  }

  .modal-wrappe-location {
    display: none;
  }

  .text-location, .text-location.blue {
    font-size: 16px;
  }

  .text-location.white, .text-location.white.opacity-40 {
    font-size: 14px;
  }

  .text-location.grey {
    margin-bottom: 0;
  }

  .text-location.grey._10-px {
    margin-bottom: 10px;
  }

  .text-location.grey-footer {
    margin-bottom: 0;
  }

  .text-location.grey-footer._10-px {
    margin-bottom: 10px;
  }

  .text-location.blue, .text-location.blue.opacity-40 {
    font-size: 14px;
  }

  .h1-location {
    margin-top: 20px;
  }

  .h1-location.white.center, .h1-location.white.mob-center {
    width: auto;
  }

  .b-grid-global-docs {
    grid-template-columns: 1fr 1fr;
  }

  .b-grid-global-docs.sl-grid {
    grid-column-gap: 16px;
    grid-row-gap: 5px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .b-grid-global-docs.gallery {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-4 {
    z-index: 0;
    width: 100%;
    height: 100%;
  }

  .h1-slider, .h1-slider.white.center, .h1-slider.white.mob-center {
    width: auto;
  }

  .splitter_before {
    width: 94vw;
  }

  .splitter_component {
    width: 90vw;
    height: 35vh;
  }

  .splitter_component.is-radius {
    width: auto;
    height: 100%;
    display: flex;
  }

  .splitter_image.is-after {
    width: 92vw;
  }

  .splitter_image.is-after.spl-image-vw-1 {
    width: 87vw;
  }

  .splitter_handle-component {
    width: 2px;
  }

  .modal-wrappe-b-a {
    display: none;
  }

  .splitter-block {
    height: 350px;
  }

  .modal-splitter-container {
    border-radius: 10px;
    height: 450px;
    margin: 0 15px 15px;
  }

  .modal-splitter-slider {
    height: 450px;
  }

  .left-arrow-3 {
    color: var(--white);
    width: 42px;
    height: 42px;
    bottom: -60px;
    right: 80px;
  }

  .right-arrow-3 {
    color: var(--white);
    width: 42px;
    height: 42px;
    bottom: -60px;
  }

  .slide-nav {
    height: 30px;
    bottom: 0;
  }

  .modal-block-slider {
    border-radius: 15px;
    width: 100%;
    height: 100%;
    margin-top: 20px;
  }

  .slide-number {
    height: 44px;
    margin-left: 25px;
    font-size: 18px;
  }

  .path-2 {
    -webkit-text-stroke-width: 1.5px;
  }

  .bullet {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 35px;
  }

  .b-grid-doc {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 30px;
    grid-template-columns: 1fr 1fr;
  }

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

  .b-grid-doc.price {
    grid-template-columns: 1fr;
  }

  .b-grid-doc.gallery {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr;
  }

  .h1-b-a {
    width: auto;
    min-width: 75%;
    margin-top: 20px;
  }

  .h1-b-a.white.center, .h1-b-a.white.mob-center {
    width: auto;
  }
}

#w-node-d2b21f9c-b44b-9170-2600-a58247d94589-595c3d3b {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: auto;
}

#w-node-_5bf308c8-f03e-942c-9111-74f93ce2c4b1-595c3d3b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4a9fcd4-44b3-ffd9-72e8-9364fb7c72a2-595c3d3b {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-ccc6565b-44a4-5b44-24e5-d40314a88c88-595c3d3b {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-ccc6565b-44a4-5b44-24e5-d40314a88c8a-595c3d3b {
  grid-area: 1 / 4 / 4 / 6;
}

#w-node-ccc6565b-44a4-5b44-24e5-d40314a88c90-595c3d3b {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_251a1052-8bc2-193b-508d-5873cdb13fa8-595c3d3b {
  grid-area: 2 / 1 / 4 / 4;
}

#w-node-ccc6565b-44a4-5b44-24e5-d40314a88c93-595c3d3b {
  grid-area: 2 / 1 / 4 / 4;
  align-self: end;
}

#w-node-ccc6565b-44a4-5b44-24e5-d40314a88c94-595c3d3b {
  grid-area: 3 / 4 / 4 / 6;
  place-self: end start;
}

#w-node-_6a927275-67ba-44a6-cf45-8f17523e7c25-595c3d3b {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_575ec270-bd7a-003a-0bdc-a432945fc61a-595c3d3b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-ecf31a1a-35ef-d339-f22b-5853969341bd-595c3d3b {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_8e7ac9fc-38f7-c9da-a2f3-b846faf59cc8-595c3d3b {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_8e866bb0-efd2-4f17-e7a4-368d31583810-595c3d3b {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_6c50a0ab-6247-c5fa-87a1-66e4377673e3-595c3d3b {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-_0efbbbea-72b0-3d3c-2447-fcf82a378aa7-595c3d3b {
  grid-area: 7 / 2 / 8 / 3;
}

#w-node-_2e2e7e47-dbdc-4e94-9a8f-2a99c72706de-595c3d3b {
  grid-area: 8 / 2 / 9 / 3;
}

#w-node-c4c5b00e-1cfc-1897-9e04-46c8d17ff09c-595c3d3b {
  grid-area: 2 / 3 / 3 / 6;
}

#w-node-_13941648-e684-3832-0a99-21812e8e2eba-595c3d3b {
  grid-area: 3 / 3 / 4 / 6;
}

#w-node-ed2b6b5a-d41c-dbb2-ab71-1f4b60360e8e-595c3d3b {
  grid-area: 4 / 3 / 5 / 6;
}

#w-node-_208b805f-acdb-ee04-c700-386f776a798b-595c3d3b {
  grid-area: 5 / 3 / 6 / 6;
}

#w-node-_2f92542a-118a-3d86-3524-280662b24fc8-595c3d3b {
  grid-area: 6 / 3 / 7 / 6;
}

#w-node-bc29ef1e-29f8-1c0a-3132-83a2c632efea-595c3d3b {
  grid-area: 7 / 3 / 8 / 6;
}

#w-node-_95bd9834-9974-3324-bb69-6289d107b145-595c3d3b {
  grid-area: 8 / 3 / 9 / 6;
}

#w-node-_1f82d2c4-d68d-e9da-5ecb-1a7890090575-595c3d3b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-c3a4e16e-3864-e109-e830-f2949c252b50-595c3d3b {
  grid-area: 1 / 3 / 2 / 7;
  justify-self: end;
}

#w-node-_87516c03-5037-1541-3029-80ee228f90a0-595c3d3b {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_08dec08e-1cb3-66e3-84a9-ba3b250978e3-595c3d3b {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-f83dba77-e15a-756d-f0fe-1501feaa4a37-595c3d3b {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_8859e8b5-5ca5-cff2-b571-aabcbf9f33fc-595c3d3b {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_9ae30f1d-8ea8-b7e6-06c2-cdb81dc383c6-595c3d3b, #w-node-_9243e9b1-da4f-398a-fcc2-ff32f94213bd-595c3d3b {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_6805f3f1-e1f9-6e3d-ae09-9cdb3a43a9a8-595c3d3b {
  grid-area: 2 / 2 / 2 / 4;
}

#w-node-bd39bf13-5804-279c-72d3-246d2eae3a5b-595c3d3b {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-df599523-ad39-f512-fd62-5728a4c13736-595c3d3b {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-_7f0957e7-1e08-677c-a120-d394d69c0eb2-595c3d3b {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_5489d300-1d29-ce4d-7123-23285a59bdff-595c3d3b, #w-node-_0a36e345-ed8e-05fa-f13e-14cb8d200d56-595c3d3b {
  grid-area: 2 / 3 / 4 / 6;
  place-self: end;
}

#w-node-fa5e1a43-4899-b705-be94-4bef8f87fd4e-595c3d3b {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-c7e6ecc5-9784-bae0-cde1-ca25e3ea0f58-595c3d3b {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_90c6ccd6-8bcb-434e-5692-ee6e7ee60257-595c3d3b {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_90c6ccd6-8bcb-434e-5692-ee6e7ee6025e-595c3d3b {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_9220ab05-851a-188c-e576-5acb2f7c9218-595c3d3b {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-ba8d4e13-f5bc-7a31-52ff-6cd6ae4ad7dd-595c3d3b {
  grid-area: 1 / 5 / 2 / 6;
  justify-self: end;
}

#w-node-f126aeee-c0bb-89ea-ef1c-65e19f4260cd-595c3d3b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-f809af0c-a5ea-fdb6-e972-d7935d8ddc63-595c3d3b, #w-node-_71cfa74c-91f4-ba6e-80e8-c4f809c851dd-595c3d3b, #w-node-_90ad7daf-f36b-d2e3-2259-dcf8c4c23205-595c3d3b {
  grid-area: 1 / 2 / 2 / 5;
  place-self: center;
}

#w-node-d2b21f9c-b44b-9170-2600-a58247d94589-595c3d42 {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: auto;
}

#w-node-_981f667a-c3a3-7d08-c674-5409855d96f1-595c3d42 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_6f0b158b-af31-f8be-bf42-e083017c482f-595c3d42 {
  grid-area: 3 / 2 / 4 / 5;
}

#w-node-_47c5d24a-1dac-7f59-2dc3-9a939adcb692-595c3d42 {
  grid-area: 2 / 2 / 3 / 5;
  align-self: auto;
}

#w-node-_3fb61ef5-b268-00f9-c5ce-b4280a8d34bb-595c3d42, #w-node-d40b39b5-da7d-de8d-dbb9-1591c1859563-595c3d42, #w-node-_62795649-eeab-6852-bcce-89cbf9677c3a-595c3d42, #w-node-ce6af4ab-7183-9b7e-2215-a0f79c0850db-595c3d42, #w-node-_80d97fe4-f53a-78a0-900e-433c16942360-595c3d42, #w-node-_7540bd07-0087-7b12-8057-0b19c88bcb7e-595c3d42, #w-node-_745cdae2-0d66-59af-3a9f-40cc093ea58c-595c3d42, #w-node-_654a04a5-b627-4de7-9de5-8bfc6bd9970f-595c3d42, #w-node-_36a90945-c1ae-7f44-f611-8473362b622f-595c3d42, #w-node-d0344fea-f564-33c5-11b5-943d2d96d4b6-595c3d42, #w-node-_620692ab-8786-5815-98ef-2ec68e225d76-595c3d42 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_15e48f5a-9051-a24f-5406-7b607c7606ad-595c3d42 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_15e48f5a-9051-a24f-5406-7b607c7606b4-595c3d42 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_15e48f5a-9051-a24f-5406-7b607c7606bf-595c3d42 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_15e48f5a-9051-a24f-5406-7b607c7606c6-595c3d42 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_15e48f5a-9051-a24f-5406-7b607c7606ce-595c3d42 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_15e48f5a-9051-a24f-5406-7b607c7606d0-595c3d42 {
  grid-area: 1 / 5 / 2 / 6;
  justify-self: end;
}

#w-node-_15e48f5a-9051-a24f-5406-7b607c7606d3-595c3d42 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-d2b21f9c-b44b-9170-2600-a58247d94589-595c3d43 {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: auto;
}

#w-node-_981f667a-c3a3-7d08-c674-5409855d96f1-595c3d43 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_6f0b158b-af31-f8be-bf42-e083017c482f-595c3d43 {
  grid-area: 3 / 2 / 4 / 5;
}

#w-node-_47c5d24a-1dac-7f59-2dc3-9a939adcb692-595c3d43 {
  grid-area: 2 / 2 / 3 / 5;
  align-self: auto;
}

#w-node-_3fb61ef5-b268-00f9-c5ce-b4280a8d34bb-595c3d43, #w-node-d40b39b5-da7d-de8d-dbb9-1591c1859563-595c3d43, #w-node-_62795649-eeab-6852-bcce-89cbf9677c3a-595c3d43, #w-node-ce6af4ab-7183-9b7e-2215-a0f79c0850db-595c3d43, #w-node-_80d97fe4-f53a-78a0-900e-433c16942360-595c3d43 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_4a717d74-78f8-e9a0-5b57-86b5f973c404-595c3d43 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_4a717d74-78f8-e9a0-5b57-86b5f973c40b-595c3d43 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_4a717d74-78f8-e9a0-5b57-86b5f973c416-595c3d43 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_4a717d74-78f8-e9a0-5b57-86b5f973c41d-595c3d43 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_4a717d74-78f8-e9a0-5b57-86b5f973c425-595c3d43 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_4a717d74-78f8-e9a0-5b57-86b5f973c427-595c3d43 {
  grid-area: 1 / 5 / 2 / 6;
  justify-self: end;
}

#w-node-_4a717d74-78f8-e9a0-5b57-86b5f973c42a-595c3d43 {
  grid-area: 1 / 1 / 2 / 3;
}

@media screen and (min-width: 1920px) {
  #w-node-bd39bf13-5804-279c-72d3-246d2eae3a5b-595c3d3b {
    grid-area: 2 / 4 / 4 / 5;
    place-self: auto;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_9220ab05-851a-188c-e576-5acb2f7c9218-595c3d3b, #w-node-_15e48f5a-9051-a24f-5406-7b607c7606ce-595c3d42, #w-node-_4a717d74-78f8-e9a0-5b57-86b5f973c425-595c3d43 {
    grid-column-end: 5;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-ccc6565b-44a4-5b44-24e5-d40314a88c8a-595c3d3b {
    grid-column: 2 / 3;
  }

  #w-node-ccc6565b-44a4-5b44-24e5-d40314a88c90-595c3d3b {
    grid-column-end: 2;
  }

  #w-node-_251a1052-8bc2-193b-508d-5873cdb13fa8-595c3d3b {
    grid-column: 3 / 5;
    grid-row-start: 1;
  }

  #w-node-ccc6565b-44a4-5b44-24e5-d40314a88c94-595c3d3b {
    grid-row: 1 / 2;
    grid-column-start: 5;
    align-self: start;
  }

  #w-node-_1f82d2c4-d68d-e9da-5ecb-1a7890090575-595c3d3b {
    grid-column-end: 2;
  }

  #w-node-c3a4e16e-3864-e109-e830-f2949c252b50-595c3d3b {
    grid-column: 2 / 4;
    justify-self: end;
  }

  #w-node-_87516c03-5037-1541-3029-80ee228f90a0-595c3d3b {
    grid-area: 1 / 4 / 2 / 7;
  }

  #w-node-_08dec08e-1cb3-66e3-84a9-ba3b250978e3-595c3d3b {
    grid-column: 1 / 4;
  }

  #w-node-f83dba77-e15a-756d-f0fe-1501feaa4a37-595c3d3b {
    grid-area: 2 / 4 / 3 / 7;
  }

  #w-node-_8859e8b5-5ca5-cff2-b571-aabcbf9f33fc-595c3d3b {
    grid-column-end: 6;
  }

  #w-node-_9243e9b1-da4f-398a-fcc2-ff32f94213bd-595c3d3b {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-bd39bf13-5804-279c-72d3-246d2eae3a5b-595c3d3b {
    grid-column-end: 5;
    place-self: auto;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e4a9fcd4-44b3-ffd9-72e8-9364fb7c72a2-595c3d3b {
    grid-column: 1 / 6;
  }

  #w-node-_6a927275-67ba-44a6-cf45-8f17523e7c25-595c3d3b {
    grid-column: 1 / 5;
  }

  #w-node-_575ec270-bd7a-003a-0bdc-a432945fc61a-595c3d3b, #w-node-ecf31a1a-35ef-d339-f22b-5853969341bd-595c3d3b, #w-node-_8e7ac9fc-38f7-c9da-a2f3-b846faf59cc8-595c3d3b, #w-node-_8e866bb0-efd2-4f17-e7a4-368d31583810-595c3d3b, #w-node-_6c50a0ab-6247-c5fa-87a1-66e4377673e3-595c3d3b, #w-node-_0efbbbea-72b0-3d3c-2447-fcf82a378aa7-595c3d3b, #w-node-_2e2e7e47-dbdc-4e94-9a8f-2a99c72706de-595c3d3b {
    grid-column: 1 / 2;
  }

  #w-node-c4c5b00e-1cfc-1897-9e04-46c8d17ff09c-595c3d3b, #w-node-_13941648-e684-3832-0a99-21812e8e2eba-595c3d3b, #w-node-ed2b6b5a-d41c-dbb2-ab71-1f4b60360e8e-595c3d3b, #w-node-_208b805f-acdb-ee04-c700-386f776a798b-595c3d3b, #w-node-_2f92542a-118a-3d86-3524-280662b24fc8-595c3d3b, #w-node-bc29ef1e-29f8-1c0a-3132-83a2c632efea-595c3d3b, #w-node-_95bd9834-9974-3324-bb69-6289d107b145-595c3d3b {
    grid-column: 2 / 5;
  }

  #w-node-_1f82d2c4-d68d-e9da-5ecb-1a7890090575-595c3d3b {
    grid-column-end: 4;
  }

  #w-node-c3a4e16e-3864-e109-e830-f2949c252b50-595c3d3b {
    grid-column: 4 / 7;
  }

  #w-node-_87516c03-5037-1541-3029-80ee228f90a0-595c3d3b {
    grid-column: 1 / 4;
  }

  #w-node-_08dec08e-1cb3-66e3-84a9-ba3b250978e3-595c3d3b {
    grid-column: 4 / 7;
  }

  #w-node-f83dba77-e15a-756d-f0fe-1501feaa4a37-595c3d3b {
    grid-column-start: 1;
  }

  #w-node-_8859e8b5-5ca5-cff2-b571-aabcbf9f33fc-595c3d3b {
    grid-column: 1 / 5;
  }

  #w-node-_9ae30f1d-8ea8-b7e6-06c2-cdb81dc383c6-595c3d3b, #w-node-_9243e9b1-da4f-398a-fcc2-ff32f94213bd-595c3d3b, #w-node-_6805f3f1-e1f9-6e3d-ae09-9cdb3a43a9a8-595c3d3b {
    grid-column-start: 1;
  }

  #w-node-bd39bf13-5804-279c-72d3-246d2eae3a5b-595c3d3b {
    grid-column-end: 6;
  }

  #w-node-df599523-ad39-f512-fd62-5728a4c13736-595c3d3b {
    grid-column-start: 1;
  }

  #w-node-_9220ab05-851a-188c-e576-5acb2f7c9218-595c3d3b, #w-node-_15e48f5a-9051-a24f-5406-7b607c7606ce-595c3d42, #w-node-_4a717d74-78f8-e9a0-5b57-86b5f973c425-595c3d43 {
    grid-column-end: 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ccc6565b-44a4-5b44-24e5-d40314a88c8a-595c3d3b {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-ccc6565b-44a4-5b44-24e5-d40314a88c90-595c3d3b {
    grid-column-end: 6;
  }

  #w-node-_251a1052-8bc2-193b-508d-5873cdb13fa8-595c3d3b {
    grid-row-end: 3;
    grid-column-end: 6;
  }

  #w-node-_575ec270-bd7a-003a-0bdc-a432945fc61a-595c3d3b {
    grid-row: 3 / 4;
    grid-column-end: 6;
  }

  #w-node-ecf31a1a-35ef-d339-f22b-5853969341bd-595c3d3b {
    grid-row: 5 / 6;
    grid-column-end: 6;
  }

  #w-node-_8e7ac9fc-38f7-c9da-a2f3-b846faf59cc8-595c3d3b {
    grid-row: 7 / 8;
    grid-column-end: 6;
  }

  #w-node-_8e866bb0-efd2-4f17-e7a4-368d31583810-595c3d3b {
    grid-row: 9 / 10;
    grid-column-end: 6;
  }

  #w-node-_6c50a0ab-6247-c5fa-87a1-66e4377673e3-595c3d3b {
    grid-row: 11 / 12;
    grid-column-end: 6;
  }

  #w-node-_0efbbbea-72b0-3d3c-2447-fcf82a378aa7-595c3d3b {
    grid-row: 13 / 14;
    grid-column-end: 6;
  }

  #w-node-_2e2e7e47-dbdc-4e94-9a8f-2a99c72706de-595c3d3b {
    grid-row: 15 / 16;
    grid-column-end: 6;
  }

  #w-node-c4c5b00e-1cfc-1897-9e04-46c8d17ff09c-595c3d3b {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_13941648-e684-3832-0a99-21812e8e2eba-595c3d3b {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-ed2b6b5a-d41c-dbb2-ab71-1f4b60360e8e-595c3d3b {
    grid-row: 6 / 7;
    grid-column-start: 1;
  }

  #w-node-_208b805f-acdb-ee04-c700-386f776a798b-595c3d3b {
    grid-row: 8 / 9;
    grid-column-start: 1;
  }

  #w-node-_2f92542a-118a-3d86-3524-280662b24fc8-595c3d3b {
    grid-row: 10 / 11;
    grid-column-start: 1;
  }

  #w-node-bc29ef1e-29f8-1c0a-3132-83a2c632efea-595c3d3b {
    grid-row: 12 / 13;
    grid-column-start: 1;
  }

  #w-node-_95bd9834-9974-3324-bb69-6289d107b145-595c3d3b {
    grid-row: 14 / 15;
    grid-column-start: 1;
  }

  #w-node-_1f82d2c4-d68d-e9da-5ecb-1a7890090575-595c3d3b {
    grid-column-end: 7;
  }

  #w-node-c3a4e16e-3864-e109-e830-f2949c252b50-595c3d3b {
    grid-area: 3 / 4 / 4 / 7;
  }

  #w-node-_87516c03-5037-1541-3029-80ee228f90a0-595c3d3b {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_08dec08e-1cb3-66e3-84a9-ba3b250978e3-595c3d3b {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-f83dba77-e15a-756d-f0fe-1501feaa4a37-595c3d3b {
    grid-area: 4 / 1 / 5 / 7;
  }

  #w-node-_8859e8b5-5ca5-cff2-b571-aabcbf9f33fc-595c3d3b, #w-node-_9ae30f1d-8ea8-b7e6-06c2-cdb81dc383c6-595c3d3b, #w-node-_9243e9b1-da4f-398a-fcc2-ff32f94213bd-595c3d3b, #w-node-_6805f3f1-e1f9-6e3d-ae09-9cdb3a43a9a8-595c3d3b {
    grid-column-end: 5;
  }

  #w-node-bd39bf13-5804-279c-72d3-246d2eae3a5b-595c3d3b {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_5489d300-1d29-ce4d-7123-23285a59bdff-595c3d3b {
    grid-area: 2 / 1 / 3 / 5;
    align-self: center;
  }

  #w-node-fa5e1a43-4899-b705-be94-4bef8f87fd4e-595c3d3b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c7e6ecc5-9784-bae0-cde1-ca25e3ea0f58-595c3d3b {
    grid-row: 2 / 3;
  }

  #w-node-_9242b9bc-7b7f-09b8-adcb-abf8e7963dec-595c3d3b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_90c6ccd6-8bcb-434e-5692-ee6e7ee60257-595c3d3b {
    grid-column: 1 / 2;
  }

  #w-node-_771a2891-a6a5-7be9-2a4c-b3e0b11fd55b-595c3d3b {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_9220ab05-851a-188c-e576-5acb2f7c9218-595c3d3b {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-ba8d4e13-f5bc-7a31-52ff-6cd6ae4ad7dd-595c3d3b {
    grid-row: 2 / 3;
  }

  #w-node-_981f667a-c3a3-7d08-c674-5409855d96f1-595c3d42 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_6f0b158b-af31-f8be-bf42-e083017c482f-595c3d42 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_15e48f5a-9051-a24f-5406-7b607c7606ad-595c3d42 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_15e48f5a-9051-a24f-5406-7b607c7606b4-595c3d42 {
    grid-row: 2 / 3;
  }

  #w-node-_15e48f5a-9051-a24f-5406-7b607c7606bd-595c3d42 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_15e48f5a-9051-a24f-5406-7b607c7606bf-595c3d42 {
    grid-column: 1 / 2;
  }

  #w-node-_15e48f5a-9051-a24f-5406-7b607c7606cc-595c3d42 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_15e48f5a-9051-a24f-5406-7b607c7606ce-595c3d42 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_15e48f5a-9051-a24f-5406-7b607c7606d0-595c3d42 {
    grid-row: 2 / 3;
  }

  #w-node-_981f667a-c3a3-7d08-c674-5409855d96f1-595c3d43, #w-node-_6f0b158b-af31-f8be-bf42-e083017c482f-595c3d43 {
    grid-column-start: 1;
  }

  #w-node-_4a717d74-78f8-e9a0-5b57-86b5f973c404-595c3d43 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4a717d74-78f8-e9a0-5b57-86b5f973c40b-595c3d43 {
    grid-row: 2 / 3;
  }

  #w-node-_4a717d74-78f8-e9a0-5b57-86b5f973c414-595c3d43 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_4a717d74-78f8-e9a0-5b57-86b5f973c416-595c3d43 {
    grid-column: 1 / 2;
  }

  #w-node-_4a717d74-78f8-e9a0-5b57-86b5f973c423-595c3d43 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_4a717d74-78f8-e9a0-5b57-86b5f973c425-595c3d43 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_4a717d74-78f8-e9a0-5b57-86b5f973c427-595c3d43 {
    grid-row: 2 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e4a9fcd4-44b3-ffd9-72e8-9364fb7c72a2-595c3d3b, #w-node-ccc6565b-44a4-5b44-24e5-d40314a88c8a-595c3d3b, #w-node-ccc6565b-44a4-5b44-24e5-d40314a88c90-595c3d3b, #w-node-_251a1052-8bc2-193b-508d-5873cdb13fa8-595c3d3b {
    grid-column-end: 3;
  }

  #w-node-ccc6565b-44a4-5b44-24e5-d40314a88c94-595c3d3b {
    grid-column: 1 / 3;
  }

  #w-node-_6a927275-67ba-44a6-cf45-8f17523e7c25-595c3d3b, #w-node-_575ec270-bd7a-003a-0bdc-a432945fc61a-595c3d3b, #w-node-ecf31a1a-35ef-d339-f22b-5853969341bd-595c3d3b, #w-node-_8e7ac9fc-38f7-c9da-a2f3-b846faf59cc8-595c3d3b, #w-node-_8e866bb0-efd2-4f17-e7a4-368d31583810-595c3d3b, #w-node-_6c50a0ab-6247-c5fa-87a1-66e4377673e3-595c3d3b, #w-node-_0efbbbea-72b0-3d3c-2447-fcf82a378aa7-595c3d3b, #w-node-_2e2e7e47-dbdc-4e94-9a8f-2a99c72706de-595c3d3b, #w-node-c4c5b00e-1cfc-1897-9e04-46c8d17ff09c-595c3d3b, #w-node-_13941648-e684-3832-0a99-21812e8e2eba-595c3d3b, #w-node-ed2b6b5a-d41c-dbb2-ab71-1f4b60360e8e-595c3d3b, #w-node-_208b805f-acdb-ee04-c700-386f776a798b-595c3d3b, #w-node-_2f92542a-118a-3d86-3524-280662b24fc8-595c3d3b, #w-node-bc29ef1e-29f8-1c0a-3132-83a2c632efea-595c3d3b, #w-node-_95bd9834-9974-3324-bb69-6289d107b145-595c3d3b, #w-node-_1f82d2c4-d68d-e9da-5ecb-1a7890090575-595c3d3b {
    grid-column-end: 3;
  }

  #w-node-c3a4e16e-3864-e109-e830-f2949c252b50-595c3d3b {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_87516c03-5037-1541-3029-80ee228f90a0-595c3d3b {
    grid-column-end: 2;
  }

  #w-node-_08dec08e-1cb3-66e3-84a9-ba3b250978e3-595c3d3b {
    grid-column: 1 / 3;
  }

  #w-node-f83dba77-e15a-756d-f0fe-1501feaa4a37-595c3d3b, #w-node-_8859e8b5-5ca5-cff2-b571-aabcbf9f33fc-595c3d3b, #w-node-_9ae30f1d-8ea8-b7e6-06c2-cdb81dc383c6-595c3d3b, #w-node-_9243e9b1-da4f-398a-fcc2-ff32f94213bd-595c3d3b, #w-node-_6805f3f1-e1f9-6e3d-ae09-9cdb3a43a9a8-595c3d3b, #w-node-bd39bf13-5804-279c-72d3-246d2eae3a5b-595c3d3b, #w-node-df599523-ad39-f512-fd62-5728a4c13736-595c3d3b {
    grid-column-end: 3;
  }

  #w-node-_5489d300-1d29-ce4d-7123-23285a59bdff-595c3d3b {
    grid-column: 1 / 3;
    align-self: end;
  }

  #w-node-c7e6ecc5-9784-bae0-cde1-ca25e3ea0f58-595c3d3b, #w-node-_90c6ccd6-8bcb-434e-5692-ee6e7ee6025e-595c3d3b {
    grid-column: 2 / 3;
  }

  #w-node-_771a2891-a6a5-7be9-2a4c-b3e0b11fd55b-595c3d3b, #w-node-_9220ab05-851a-188c-e576-5acb2f7c9218-595c3d3b {
    grid-column-end: 3;
  }

  #w-node-ba8d4e13-f5bc-7a31-52ff-6cd6ae4ad7dd-595c3d3b {
    grid-column: 2 / 3;
  }

  #w-node-f809af0c-a5ea-fdb6-e972-d7935d8ddc63-595c3d3b, #w-node-_71cfa74c-91f4-ba6e-80e8-c4f809c851dd-595c3d3b, #w-node-_90ad7daf-f36b-d2e3-2259-dcf8c4c23205-595c3d3b {
    grid-column: 1 / 3;
  }

  #w-node-_981f667a-c3a3-7d08-c674-5409855d96f1-595c3d42 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_6f0b158b-af31-f8be-bf42-e083017c482f-595c3d42 {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-_15e48f5a-9051-a24f-5406-7b607c7606b4-595c3d42, #w-node-_15e48f5a-9051-a24f-5406-7b607c7606c6-595c3d42 {
    grid-column: 2 / 3;
  }

  #w-node-_15e48f5a-9051-a24f-5406-7b607c7606cc-595c3d42, #w-node-_15e48f5a-9051-a24f-5406-7b607c7606ce-595c3d42 {
    grid-column-end: 3;
  }

  #w-node-_15e48f5a-9051-a24f-5406-7b607c7606d0-595c3d42 {
    grid-column: 2 / 3;
  }

  #w-node-_981f667a-c3a3-7d08-c674-5409855d96f1-595c3d43, #w-node-_6f0b158b-af31-f8be-bf42-e083017c482f-595c3d43 {
    grid-column-end: 3;
  }

  #w-node-_4a717d74-78f8-e9a0-5b57-86b5f973c40b-595c3d43, #w-node-_4a717d74-78f8-e9a0-5b57-86b5f973c41d-595c3d43 {
    grid-column: 2 / 3;
  }

  #w-node-_4a717d74-78f8-e9a0-5b57-86b5f973c423-595c3d43, #w-node-_4a717d74-78f8-e9a0-5b57-86b5f973c425-595c3d43 {
    grid-column-end: 3;
  }

  #w-node-_4a717d74-78f8-e9a0-5b57-86b5f973c427-595c3d43 {
    grid-column: 2 / 3;
  }
}


@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}