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

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.nav-divider {
  border-right: 1px dotted #8c8f93;
  width: 1px;
  height: 21px;
  margin-left: 5px;
  margin-right: 5px;
}

.divider-light {
  background-color: #ffffff1a;
  flex: 1;
  height: 1px;
  margin-left: 10px;
  margin-right: 10px;
}

.divider-light.left {
  width: 100%;
  display: block;
}

.divider-light.right {
  order: 1;
  display: flex;
}

.nav__css {
  position: fixed;
}

.button-primary-large {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #f0f0f0;
  letter-spacing: -.25px;
  background-color: #0057be;
  border: 1px #ffffff14;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .45s;
  display: inline-flex;
}

.button-primary-large:hover {
  background-color: #0057be;
  border-color: #ffffff1f;
  transform: translate(6px, -6px);
}

.button-primary-large.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.nav-main__container-2 {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 84rem;
  height: 6rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.line-wrap {
  transform-style: preserve-3d;
}

.navigation-logo {
  padding-left: 0;
  display: flex;
}

.icon-regular-8 {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: flex;
}

.bg-video {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.column-regular-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.footer-social-button {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0057be00;
  background-image: url('../images/Untitled-design-31.svg');
  background-position: 50%;
  background-size: cover;
  border: 1px #ffffff1a;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 5px;
  margin-right: 5px;
  transition: border-color .2s;
  display: flex;
}

.footer-social-button:hover {
  border-color: #fff;
}

.rating-stars-wrapper {
  grid-column-gap: 3px;
  display: flex;
}

.hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 120vh;
  padding-left: 5%;
  padding-right: 13%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.badge-regular {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: #dacff7;
  letter-spacing: -.25px;
  background-color: #36178ca3;
  border: 1px solid #ffffff1f;
  border-radius: 96px;
  justify-content: center;
  align-items: center;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  display: flex;
}

.badge-regular.gray {
  color: #fff;
  background-color: #0057be;
  font-size: 16px;
  font-weight: 700;
}

.brix---footer-list-item {
  margin-bottom: 18px;
  padding-left: 0;
}

.contact-email {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.paragraph-regular-5 {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.brix---icon-pagraph-wrapper-3 {
  color: #6e7191;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.row-small-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.row-small-2.row-top {
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
}

.cal-link-2 {
  color: #fff;
  background-image: url('../images/calendar-with-a-clock-time-tools_1calendar-with-a-clock-time-tools.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  text-decoration: none;
  display: flex;
}

.nombre-etoile {
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

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

.nav__container {
  align-items: center;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 32px;
  display: flex;
}

.brix---link-text-3 {
  color: #fff;
  font-size: 17px;
  transition: color .3s;
  display: inline-block;
}

.brix---link-text-3.nre1 {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.icon-large-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: color .2s;
  display: flex;
}

.icon-large-2.newicon {
  width: 26px;
  height: 26px;
}

.contact-time {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  align-items: center;
  font-size: 12px;
  display: flex;
}

.max-width-regular {
  width: 100%;
  max-width: 700px;
}

.brix---icon-mg-top {
  margin-top: 4px;
}

.overlay {
  background-color: #0000;
  background-image: linear-gradient(#0006 2%, #00000061 52%, #00000029 87%);
  height: 120vh;
  position: absolute;
  inset: 0%;
}

.navigation-menu-left {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.icon-regular-17 {
  color: #6c7c60;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.icon-regular-17.nk1 {
  color: #21372e;
  width: 22px;
}

.navigation-component {
  display: none;
}

.contact-topbar {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.video-background {
  background-image: linear-gradient(#0003 100%, #fff);
  height: 120vh;
}

.column-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.column-regular.column-center {
  align-items: center;
}

.nav-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
  display: inline-block;
}

.nav-link.w--current {
  border-bottom: 1px solid #fff;
}

.column-x-large-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.menu-line {
  background-color: #000;
  width: 48px;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.header-buttons {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 350px;
  max-width: 600px;
  display: flex;
}

.header-buttons.newbtn1 {
  flex-flow: row;
  width: 600px;
  max-width: none;
}

.nav-menu-wrapper {
  justify-content: flex-end;
  align-items: center;
  margin-top: -35px;
  display: flex;
}

.navigation-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-text-hov {
  color: #fff;
}

.overline-5 {
  color: #1457ff;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.overline-5.text-color-white {
  color: #fff;
  border-right: 1px solid #fff;
  padding-right: 10px;
  font-size: 14px;
}

.overline-5.text-color-white.newt {
  border-right-style: none;
}

.brix---paragraph-default-11 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---paragraph-default-11.ntetxt.newtext {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.line-wrap-2 {
  transform-style: preserve-3d;
}

.navigation-right-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cleaning-topbar-social-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.display-heading {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  max-width: 807px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2;
}

.text-block-2 {
  text-transform: uppercase;
  font-weight: 700;
}

.column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.column-large.column-center {
  justify-content: center;
  align-items: center;
  max-width: 700px;
}

.nav__wrapper {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
}

.footer-social-links-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.footer-company-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  max-width: 400px;
  display: flex;
}

.button-secondary-large {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #fff;
  letter-spacing: -.25px;
  background-color: #0057be66;
  border: 1px solid #ffffff14;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .45s;
  display: inline-flex;
  position: relative;
}

.button-secondary-large:hover {
  background-color: #0057be66;
  border-color: #ffffff1f;
  transform: translate(6px, -6px);
}

.button-secondary-large.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.hero-social-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: none;
}

.paragraph-x-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.paragraph-x-large.text-color-gray-500 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.paragraph-x-large.text-color-gray-800 {
  color: #394151;
}

.footer-grid-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1.25fr;
}

.button-secondary-small-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.08px;
  white-space: nowrap;
  background-color: #6c7c60;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: inline-flex;
}

.navigation {
  z-index: 999;
  background-color: #fff0;
  border-bottom: 1px #f5f5f6;
  margin-top: 17px;
  padding: 16px 5% 16px 0%;
}

.nav-text-wrap {
  flex-direction: column;
  align-items: center;
  height: 14px;
  display: flex;
  overflow: hidden;
}

.subheading-regular-6 {
  color: #000;
  text-align: left;
  letter-spacing: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.subheading-regular-6.text-color-secondary {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.footer-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.footer-column.newcolumn {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  border: 1px #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.cleaning-social-block {
  color: #1d262d;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: block;
}

.container-small {
  z-index: 5;
  width: 100%;
  max-width: 944px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.top {
  background-image: linear-gradient(181deg, #000, #003a7f 100%, #0057be);
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.column-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.column-x-large.column-center {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
}

.nav__flexed {
  align-items: center;
  margin-left: auto;
  display: flex;
}

.navigation-buttons-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brix---footer-list-wrapper-3 {
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 500;
  list-style-type: none;
}

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

.footer-social-link-3 {
  color: #c9c9c9;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.footer-social-link-3:hover {
  color: #fff;
}

.google-reviews-wrapper {
  align-items: center;
  height: 20px;
  margin-top: 10px;
  margin-left: 0;
  display: flex;
}

.brix---link-wrapper-color-primary-3 {
  color: #ec1d25;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-color-primary-3:hover {
  color: #281ca5;
}

.people-image {
  margin-left: 0;
}

.nav__bar {
  z-index: 10;
  background-color: #eee;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.footer-text-link {
  color: #fff;
  letter-spacing: -.01em;
  font-size: 16px;
  line-height: 32px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.footer-text-link:hover {
  color: #fff;
}

.divider-gray-800 {
  background-color: #ffffff9e;
  width: 100%;
  height: 1px;
}

.nav-mobile__background-2 {
  z-index: 998;
  background-color: #43b97f;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav__inner {
  justify-content: flex-end;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

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

.logo-3 {
  margin-top: -20px;
  position: relative;
}

.nav__trigger {
  order: 1;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 32px;
  margin-left: 16px;
  display: none;
  position: relative;
}

.navigation-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-icon {
  padding-top: 2px;
  padding-bottom: 2px;
}

.column-large-5 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.body {
  font-family: Montserrat, sans-serif;
}

.video-icon {
  margin-right: 8px;
}

.container {
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
}

.container.overflow-visible {
  overflow: visible;
}

.banner-thumbnail-wrap {
  z-index: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  position: relative;
  overflow: hidden;
}

.video-player-title {
  font-size: 18px;
  line-height: 150%;
}

.banner-thumbnail-bg {
  background-color: #faf7f5;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.video-lightbox {
  z-index: 0;
  color: #0e0f18;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

.primary-button {
  z-index: 0;
  background-color: #ff6854;
  border: 1px solid #ff6854;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 21px 27px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-button:hover {
  background-color: #a294ce;
  border-color: #a294ce;
}

.banner-inner-wrap {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.button-content {
  display: flex;
}

.btn-wrapper {
  justify-content: center;
  align-items: center;
  display: inline-block;
}

.banner-paragraph {
  color: #fff;
  text-align: left;
  text-transform: capitalize;
  max-width: 560px;
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.banner-area {
  padding-top: 60px;
}

.img.mod--heading {
  flex: none;
  margin-left: 20px;
  margin-right: 20px;
}

.banner-title {
  color: #fff;
  text-align: left;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 50px;
  line-height: 55px;
}

.banner-title.title4 {
  font-size: 49px;
}

.banner-title.nl5 {
  font-size: 48px;
}

.banner-title-wrap {
  z-index: 0;
  align-items: center;
  max-width: 565px;
  display: flex;
  position: relative;
}

.video-button {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.button-color {
  color: #fff;
  margin-right: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}

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

.connect-form-block {
  margin-top: 24px;
}

.footer-menu-list {
  color: #0e0f18;
  flex-direction: column;
  align-items: flex-start;
}

.list-item {
  color: #fff;
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 28px;
  transition: all .2s;
}

.list-item:hover {
  color: #ff6854;
  transform: translate(10px);
}

.footer-logo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.copyright-text {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.footer-area {
  z-index: 0;
  background-color: #181717;
  padding-top: 220px;
  padding-bottom: 10px;
  position: relative;
}

.footer-paragraph {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

.copyright-top-border {
  color: #fff;
  background-color: #fff;
  border-top: 1px solid #fff9;
  width: 500px;
  height: 2px;
  position: absolute;
  inset: 0% auto auto 50%;
  transform: translate(-50%);
}

.footer-top {
  padding-bottom: 95px;
}

.text-field {
  color: #fff;
  background-color: #272653;
  border: 1px solid #272653;
  border-radius: 100px;
  width: 260px;
  min-height: 60px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 60px;
}

.text-field::placeholder {
  color: #fff6;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 28px;
}

.footer-about-us.mb-30 {
  margin-right: 12px;
  padding-right: 44px;
}

.footer-flower {
  z-index: -1;
  position: absolute;
  inset: auto auto 0% 0%;
}

.copyright-content {
  z-index: 0;
  justify-content: center;
  align-items: center;
  padding-top: 33px;
  padding-bottom: 33px;
  display: flex;
  position: relative;
}

.footer-menu-title {
  color: #fff;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 38px;
}

.footer-columns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-transform: capitalize;
  grid-template-rows: auto;
  grid-template-columns: 1.45fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.submit-button {
  z-index: 1;
  background-color: #0000;
  background-image: url('../images/Group-1171275844.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  position: absolute;
  inset: 5px 5px 5px auto;
}

.footer-logo-wrap {
  margin-bottom: 30px;
}

.footer-social-link {
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  transition: all .2s;
  display: flex;
}

.footer-social-link:hover {
  transform: scale(1.2);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: -15px;
  display: flex;
}

.connect-form {
  z-index: 0;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.insta-paragraph {
  color: #fff;
  max-width: 180px;
  margin-bottom: 38px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 24px;
}

.view-icon {
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
}

.insta-single-item {
  border-radius: 8px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.insta-single-item.bg-main {
  background-color: #ff815a;
}

.insta-single-item-wrap {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: -100px;
  display: grid;
  position: relative;
}

.insta-item-content {
  text-align: center;
  background-color: #eca8b9;
  border: 2px solid #fca3b9;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  box-shadow: inset 0 2px 2px #fff3, 0 2px 5px #0003;
}

.insta-read-more {
  background-color: #eca8b9;
  border: 1px solid #fca3b9;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  line-height: 18px;
  transition: all .2s;
  display: flex;
  box-shadow: inset 0 2px 2px #fff3, 0 2px 5px #0003;
}

.insta-read-more:hover {
  background-color: #eca8b9;
}

.faq-paragraph {
  margin-bottom: 0;
}

.faq-item-wrap {
  margin-right: 50px;
}

.we-provide-content-wrap {
  z-index: 0;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.faq-thumbnail-wrap {
  background-color: #c0b5dd;
  border-top-left-radius: 240px;
  border-top-right-radius: 240px;
  display: inline-block;
}

.p-m-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.plus {
  background-color: #0e0f18;
  width: 2px;
  height: 18px;
  position: absolute;
}

.faq-flower-image {
  z-index: -1;
  position: absolute;
  inset: -170px 0% auto auto;
}

.faq-flower-image.newfa {
  transform-style: preserve-3d;
}

.faq-s-area {
  z-index: 0;
  padding-top: 160px;
  padding-bottom: 160px;
  font-family: Libre Baskerville, sans-serif;
  position: relative;
}

.faq-answer {
  height: auto;
  overflow: hidden;
}

.title-extra-color {
  color: #f5683c;
}

.faq-answer-inner {
  max-width: 870px;
  margin-top: 24px;
  overflow: visible;
}

.minus {
  background-color: #0e0f18;
  border-radius: 20px;
  width: 20px;
  height: 2px;
  position: absolute;
}

.overflow-hidden {
  overflow: hidden;
}

.faq-item {
  border-top: 1px solid #c79d92;
  padding-top: 34px;
  padding-bottom: 34px;
  padding-right: 19px;
}

.faq-item.border-bottom {
  border-bottom: 1px solid #c79d92;
}

.section-title {
  margin-bottom: 24px;
}

.section-title.mb-45 {
  margin-bottom: 45px;
}

.faq-question {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-thumbnail-block {
  z-index: 0;
  position: relative;
}

.faq-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

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

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

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

.cards-line-row {
  border-right: 1px solid #1e2f4d;
  width: 100%;
}

.card-bottom {
  color: #000;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: .125rem;
  font-size: 1.5rem;
  font-weight: 500;
  display: flex;
}

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

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

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

.section-pricing22.background-color-dark {
  background-color: #141f33;
  position: relative;
}

.card-item {
  color: #f4f4f4;
  background-color: #f4f4f4;
  border-radius: .3rem;
  padding: 1rem;
  position: relative;
  overflow: hidden;
}

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

.text-size-medium {
  font-size: 18px;
  line-height: 24px;
}

.hair-dresser_icon {
  border-radius: 100vw;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .5rem;
}

.hair-dresser_icon.tom {
  background-image: url('../images/hair-stylish.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hair-dresser_icon.errol {
  background-image: url('../images/pexels-shvets-production-8899556_1pexels-shvets-production-8899556.webp');
  background-position: 50%;
  background-size: cover;
}

.hair-dresser_icon.sarah {
  background-image: url('../images/hair-stylish-2.jpeg');
  background-position: 50%;
  background-size: cover;
}

.hair-dresser_icon.jane {
  background-image: url('../images/hair-stylish-3.jpeg');
  background-position: 50%;
  background-size: cover;
}

.text-style-link {
  border-bottom: 1px dashed #f4f4f4;
  text-decoration: none;
}

.card-title {
  color: #000;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

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

.cards-line-wrap {
  display: flex;
  position: absolute;
  inset: 0%;
}

.page-padding {
  background-color: #fff;
  padding-left: 5%;
  padding-right: 5%;
}

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

.card-image {
  object-fit: cover;
  border-radius: .3rem;
  width: 100%;
  min-height: 20rem;
  max-height: 20rem;
}

.container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wrap-v-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.wrap-v-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.content-image-background {
  opacity: .1;
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.wrap-v-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.section-large {
  padding: 120px 5%;
  position: relative;
}

.paragraph-regular {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-regular.text-color-gray-600 {
  color: #fff;
}

.paragraph-small {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small.text-color-gray-800 {
  color: #394151;
}

.paragraph-small.text-color-gray-600 {
  color: #fff;
}

.content-image-card-small {
  border-radius: 12px;
  width: 100%;
  max-width: 418px;
  position: relative;
  overflow: hidden;
}

.overline {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.content-divider {
  background-color: #fff;
  border-radius: 2px;
  height: .5px;
}

.h2-heading {
  color: #000;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 72px;
}

.h2-heading.newheading12 {
  font-size: 45px;
  line-height: 60px;
}

.h2-heading.newheading12.m-3 {
  font-size: 41px;
}

.content-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
}

.text-color-orange {
  color: #fe5b25;
}

.content-feature {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #394151;
  background-color: #eca8b9;
  border: 2px solid #fca3b9;
  border-radius: 12px;
  flex-direction: column;
  padding: 24px;
  display: flex;
  box-shadow: inset 0 2px 2px #ffffff3d, 0 0 12px -2px #a355f700, 0 2px 5px #0003;
}

.button-primary-rounded-large {
  color: #fff;
  background-color: #eca8b9;
  border: 2px solid #fca3b9;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .3s;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 12px -2px #fe5b2500, 0 0 12px -2px #a355f700, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-rounded-large:hover {
  box-shadow: 0 0 12px -2px #fe5b25, 0 0 12px -2px #a355f7, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-rounded-large.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.content-button {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-large-bg {
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large-bg.text-weight-bold {
  color: #fff;
  font-family: Libre Baskerville, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

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

.text-span {
  color: #eca8b9;
}

.icon-large {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.feature-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #eca8b9;
  border: 2px solid #fca3b9;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  box-shadow: inset 0 2px 2px #ffffff3d, 0 2px 5px #0003, 0 -12px 2px #a355f700;
}

.column-x-small {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.h2-heading-2 {
  color: #fff;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}

.overline-regular {
  color: #6869ac;
  letter-spacing: -.18px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.column-regular-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.column-regular-4.column-left {
  justify-content: center;
  align-items: flex-start;
}

.text-color-brand {
  color: #6869ac;
}

.heading-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  margin-bottom: 64px;
  display: grid;
}

.feature-icon {
  color: #fff;
  text-transform: none;
  background-color: #eca8b9;
  border: 2px solid #fca3b9;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: -55px;
  padding: 12px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.paragraph-small-2 {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-large {
  color: #fff;
  font-size: 18px;
  line-height: 32px;
}

.subheading-x-large {
  color: #fff;
  letter-spacing: -.04em;
  font-family: Libre Baskerville, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.container-large-3 {
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-regular {
  background-image: linear-gradient(#00000073 100%, #fff), url('../images/DDA8308F-9230-4A3E-AD8D-B51AE63932B5_L0_001-5_9_2025-3_11_03-PM-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-top: 80px;
  padding: 180px 5%;
  position: relative;
}

.column-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.grid-three-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.section {
  padding: 6.25rem .625rem;
  position: relative;
}

.section.slide {
  background-color: #171717;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.container-fluid {
  max-width: 100%;
}

.slide-main-wrap {
  grid-column-gap: 3.125rem;
  display: flex;
}

.single-slide {
  grid-column-gap: 1.25rem;
  flex: none;
  display: flex;
}

.slide-text {
  color: #d9d9d9;
}

.image-cover-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding-bottom: 0;
}

.h6-heading {
  color: #131316;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.4;
}

.team-card-tall {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-wrapper-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 510px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.overline-regular-2 {
  color: #5e606e;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8;
}

.column-large-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.team-social-link {
  color: #5e606e;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: background-color .2s, color .2s;
  display: flex;
}

.team-social-link:hover {
  color: #5167f6;
  background-color: #eceefe;
}

.section-regular-2 {
  flex-flow: column;
  padding: 92px 5%;
  display: flex;
  position: relative;
}

.team-social-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.h3-heading {
  color: #131316;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

.grid-three-column-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.paragraph-regular-6 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-6.text-color-tertiary {
  color: #000;
}

.team-image-large {
  border: 1px solid #dedfe3;
  border-radius: 24px;
  height: 460px;
  overflow: hidden;
}

.icon-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.card__text {
  letter-spacing: -.02em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.card {
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(0deg, #000, #fff0), url('../images/Untitled-design-70.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 3px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 27.25em;
  padding-top: 2em;
  padding-bottom: 2em;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card.card1 {
  background-image: linear-gradient(7deg, #000, #fff0), url('../images/D08DDB37-8E3B-4968-A950-A74715C26AD3_L0_001-5_12_2025-10_11_39-PM-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 8px;
  width: 100%;
  height: 35em;
  box-shadow: 0 2px 5px #0003;
}

.card.card1.card2 {
  background-image: linear-gradient(7deg, #000, #fff0), url('../images/B73A6639-D7D8-4DD6-877A-9B5CC38AD485_L0_001-5_12_2025-10_11_39-PM-1.jpg');
}

.card.card1.card3-1 {
  background-image: linear-gradient(7deg, #000, #fff0), url('../images/95E46B65-3DEB-4DF4-A7DC-C8930F2300F7_L0_001-5_12_2025-10_17_20-PM-2.jpg');
}

.card.card1.card5 {
  background-image: linear-gradient(7deg, #000, #fff0), url('../images/3EE94D8C-DF76-46F3-B891-78F14AB967BF_L0_001-5_12_2025-10_11_38-PM-1.jpg');
}

.card.card1._1 {
  background-image: linear-gradient(7deg, #000, #fff0), url('../images/A0AC59AA-257C-4266-9001-06E708338A9B_L0_001-5_12_2025-10_11_38-PM-1.jpg');
}

.card.card3 {
  background-image: linear-gradient(#0000, #000), url('../images/LOGO-5.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.card.card4 {
  background-image: linear-gradient(#0000, #000), url('../images/LOGO-3.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.card__title {
  text-align: center;
  letter-spacing: -.10431rem;
  max-width: 12ch;
  font-family: Libre Baskerville, sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 45px;
  position: relative;
}

.card__eyebrow {
  opacity: .8;
  letter-spacing: -.01em;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .8125em;
  position: relative;
}

.svg {
  width: 1em;
}

.image {
  z-index: auto;
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: scale(1.05);
}

.card__button {
  grid-column-gap: .6em;
  grid-row-gap: .6em;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff2e;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: .7em 1.2em;
  display: flex;
}

.span {
  justify-content: center;
  align-items: center;
  font-size: .8em;
  font-weight: 400;
  display: flex;
}

.flex-block {
  justify-content: flex-start;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
}

.div-block {
  background-color: #eca8b9;
  width: 25%;
  height: 1px;
  display: flex;
}

.column-large-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.column {
  flex-flow: column;
  display: flex;
}

.checkbox {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 32px;
  width: 16px;
  height: 16px;
  margin: 2px 10px 2px 2px;
}

.checkbox.w--redirected-checked {
  background-color: #286efb;
  background-image: none;
  background-position: 50%;
  background-size: auto;
  border-color: #286efb;
}

.text-link-brand {
  color: #286efb;
  font-weight: 500;
  text-decoration: underline;
}

.map-background {
  background-image: url('../images/Untitled-design-71.png');
  background-position: 50% 35%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.form-text-field {
  color: #2b2b2b;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.form-text-field:focus {
  border-color: #286efb;
}

.form-text-field::placeholder {
  color: #6d6d6d;
}

.checkbox-label {
  color: #6d6d6d;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

.form-text-area {
  color: #2b2b2b;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  min-height: 124px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.form-text-area:focus {
  border-color: #286efb;
}

.form-text-area::placeholder {
  color: #6d6d6d;
}

.contact-info-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.paragraph-x-small {
  color: #454545;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.5;
}

.paragraph-x-small.text-color-tertiary {
  color: #6d6d6d;
}

.field-label {
  color: #6d6d6d;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.field-label.text-color-red {
  color: #f42a2a;
}

.contact-form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

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

.noise {
  z-index: 3;
  pointer-events: none;
  background-image: none;
  background-position: 0 0;
  background-size: 120px;
  position: absolute;
  inset: 0%;
}

.contact-icon-primary {
  color: #454545;
  background-color: #f6f6f6;
  border-radius: 32px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.subheading-small {
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.subheading-small.text-underline {
  text-decoration: underline;
}

.map-detail {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: auto 16px 16px;
}

.badge-outline {
  color: #454545;
  letter-spacing: -.08px;
  white-space: nowrap;
  border: 1px solid #e7e7e7;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
}

.contact-map {
  aspect-ratio: 4.86 / 3.44;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  width: 100%;
  max-width: 486px;
  position: relative;
  overflow: hidden;
}

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.icon-x-small.newicon {
  color: #fff;
  background-color: #eca8b9;
  border-radius: 8px;
  width: 35px;
  height: 35px;
  padding: 4px;
}

.icon-x-small.newicon:hover {
  color: #eca8b9;
}

.icon-x-small.newicon.n1 {
  color: #fff;
  width: 26px;
  height: 26px;
}

.icon-x-small.newicon.n1:hover {
  color: #eca8b9;
}

.icon-x-small.newicon.n1.n3 {
  background-color: #eca8b9;
  border-radius: 8px;
  width: 35px;
  height: 35px;
  padding: 4px;
}

.icon-x-small.newicon.n1.nl {
  color: #fff;
  width: 45px;
  height: 45px;
}

.icon-x-small.newicon.n1.nl32 {
  width: 35px;
  height: 35px;
}

.icon-x-small.newicon.n1.ml4 {
  background-color: #eca8b9;
  border-radius: 8px;
  width: 35px;
  height: 35px;
  padding: 4px;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.row {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-container {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-section {
  background-color: #fff;
  padding: 0 20px 20px;
  position: relative;
}

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

.contact-form-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 486px;
  display: flex;
}

.contact-right-side {
  background-color: #f6f6f600;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 96px 24px 64px;
  display: flex;
}

.contact-left-side {
  flex-flow: row;
  justify-content: flex-end;
  width: 100%;
  padding: 96px 24px 64px;
  display: flex;
}

.button-primary-large-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #286efb;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-large-2:hover {
  background-color: #1843dc;
}

.row-2x-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-content {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 588px;
  display: flex;
}

.map-detail-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #2b2b2b;
  background-color: #efb5c3;
  border: 2px solid #fca3b9;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 8px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px #0003, inset 0 2px 2px #fff3;
}

.map-cloud {
  z-index: 2;
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.h1-heading {
  color: #000;
  letter-spacing: -.03em;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 80px;
}

.paragraph-x-large-2 {
  color: #000;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.5;
}

.icon-outline {
  color: #454545;
  border: 1px solid #e7e7e7;
  border-radius: 32px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
}

.text-block-3 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.cta-map {
  border-radius: 3px;
  width: 100%;
  height: 100%;
}

.contact-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.form-detail-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px dashed #d8dbdf;
  border-bottom-style: none;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 2px #d8dbdf80;
}

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

.paragraph-small-3 {
  color: #49505b;
  letter-spacing: -.08px;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-3.text-color-tertiary {
  color: #8d95a3;
}

.form-field-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-top: 10px;
  display: flex;
}

.form-checkbox {
  background-color: #fff;
  border: 2px solid #d8dbdf;
  border-radius: 100%;
  align-items: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin: 0 8px 0 0;
  padding-left: 0;
  display: flex;
}

.form-checkbox.w--redirected-checked {
  background-color: #154ee0;
  border-style: solid;
  border-color: #154ee0;
  margin-top: 0;
  margin-left: 0;
}

.contact-card-head {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #25272c;
  letter-spacing: -.08px;
  background-color: #eca8b9;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.column-x-large-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.form-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.form-checkbox-field {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.paragraph-large-2 {
  color: #49505b;
  letter-spacing: -.16px;
  font-size: 18px;
  line-height: 32px;
}

.feature-card-head {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #154ee0;
  letter-spacing: -.08px;
  background-color: #f7f8f8;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.feature-card-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding: 16px;
  display: flex;
}

.paragraph-regular-7 {
  color: #49505b;
  letter-spacing: -.12px;
  font-size: 16px;
  line-height: 28px;
}

.form-field-label {
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.divider-secondary {
  border-top: 1px dashed #d8dbdf;
  width: 100%;
}

.title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 628px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h1-heading-2 {
  color: #25272c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}

.form-detail-icon {
  color: #154ee0;
}

.badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px dashed #b5bbc4;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.text-color-brand-2 {
  color: #154ee0;
}

.icon-regular-18 {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.section-regular-3 {
  background-color: #f7f8f8;
  padding: 96px 5%;
  position: relative;
}

.section-regular-3.background-white {
  background-color: #fff;
}

.form-card-outline {
  background-color: #fff;
  border: 1px solid #fca3b9;
  border-radius: 16px;
  width: 100%;
  max-width: none;
  overflow: hidden;
  box-shadow: 0 2px 2px #d8dbdf80;
}

.max-width-regular-2 {
  width: 100%;
  max-width: 520px;
}

.column-small-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.column-small-2.column-center {
  justify-content: center;
  align-items: center;
}

.column-small-2.column-left {
  justify-content: center;
  align-items: flex-start;
}

.button-primary-large-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.18px;
  white-space: nowrap;
  background-color: #25272c;
  border: 2px solid #000;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: inline-flex;
  box-shadow: 0 1px 2px #00000080, inset 0 1px 1px 3px #3f444d;
}

.button-primary-large-3:hover {
  background-color: #000;
}

.text-link-brand-2 {
  color: #154ee0;
  font-weight: 500;
  text-decoration: underline;
}

.form-text-field-2 {
  color: #25272c;
  letter-spacing: -.18px;
  background-color: #fff;
  border: 1px #d8dbdf;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px;
  font-size: 16px;
  line-height: 24px;
  box-shadow: 0 2px 5px #0003;
}

.form-text-field-2:focus {
  color: #25272c;
  background-color: #f7f8f8;
  border-color: #3a88fe;
}

.form-text-field-2::placeholder {
  color: #8d95a3;
}

.form-text-field-2.text-area {
  min-height: 128px;
  margin-bottom: 10px;
}

.subheading-large {
  color: #25272c;
  letter-spacing: -.24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.contact-card {
  border: 1px dashed #d8dbdf;
  border-bottom-style: none;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 2px #d8dbdf80;
}

.text-block-4 {
  color: #fff;
  font-family: Libre Baskerville, sans-serif;
  font-size: 16px;
}

.layout28_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout28_image-wrapper {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 40rem;
  max-height: 40rem;
  display: flex;
  position: relative;
}

.layout28_image-wrapper.quality {
  background-image: url('../images/birthday.svg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  height: 450px;
  min-height: auto;
}

.layout28_image-wrapper.beauty {
  background-image: url('../images/liquid-background.jpeg');
  background-position: 50%;
  background-size: cover;
}

.layout28_image-wrapper.style {
  background-image: url('../images/ls.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  height: 450px;
  min-height: auto;
}

.layout28_tabs-link {
  background-color: #0000;
  border-left: 2px solid #0000;
  padding: 0 0 0 2rem;
  display: block;
}

.layout28_tabs-link.w--current {
  opacity: 1;
  color: #1e2f4d;
  background-color: #0000;
  border-left-color: #eca8b9;
}

.h2-light {
  color: #000;
  font-family: Libre Baskerville, sans-serif;
  font-size: 45px;
  line-height: 50px;
}

.layout28_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-layout28 {
  background-color: #f4f4f4;
}

.max-width-medium {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.text-align-left {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.heading-medium {
  color: #000;
  font-family: Libre Baskerville, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.text-span-2 {
  color: #eca8b9;
}

.grid-two-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.subheading-regular {
  color: #25272c;
  letter-spacing: -.12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.h1-heading-3 {
  color: #25272c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}

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

.heading-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 1fr;
  place-items: end stretch;
  margin-bottom: 64px;
  display: grid;
}

.paragraph-regular-8 {
  color: #49505b;
  letter-spacing: -.12px;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-8.text-color-tertiary {
  color: #8d95a3;
}

.testimonial-card-outline {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #edeef1;
  border: 1px dashed #b5bbc4;
  border-radius: 12px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.testimonial-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.row-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.row-regular.row-space-between {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.button-secondary-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #49505b;
  text-align: center;
  letter-spacing: -.08px;
  white-space: nowrap;
  background-color: #f7f8f8;
  border: 1px solid #edeef1;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 32px;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-secondary-small:hover {
  background-color: #edeef1;
}

.button-primary-large-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.18px;
  white-space: nowrap;
  background-color: #25272c;
  border: 2px solid #000;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: inline-flex;
  box-shadow: 0 1px 2px #00000080, inset 0 1px 1px 3px #3f444d;
}

.button-primary-large-4:hover {
  background-color: #000;
}

.paragraph-2x-large {
  color: #49505b;
  letter-spacing: -.24px;
  font-size: 22px;
  line-height: 40px;
}

.button-wrapper {
  flex-flow: column;
  width: 100%;
  max-width: 196px;
  display: flex;
}

.container-regular-2 {
  z-index: 1;
  width: 100%;
  max-width: 1062px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.testimonial-avatar {
  border-radius: 12px;
  flex: none;
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.text-span-3 {
  color: #eca8b9;
}

.home-testimonials_rating-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 200px;
  height: 30px;
  margin-top: 10px;
  margin-bottom: 0;
  display: none;
}

.home-testimonials_rating-wrapper.new1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 30px;
  display: block;
}

.home-testimonials_rating-wrapper.new122 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 15px;
  margin-left: -5px;
  display: flex;
}

.people-image-3 {
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}

.home-testimonials_rating-icon {
  color: #000;
  flex-direction: column;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.testimonal-review-stars-s {
  grid-column-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.people-image-4 {
  margin-left: 0;
}

.testimonial-star {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.testimonial-author {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  align-items: center;
  display: flex;
}

.avatar-regular {
  background-color: #e3e3e3;
  border-radius: 40px;
  flex: none;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

.label-small {
  color: #000;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label-small.text-color-white {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-span-4 {
  color: #eca8b9;
}

.section-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.container-regular-3 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.brand-highlight {
  color: #eca8b9;
  background-color: #c1ff7100;
  padding-left: 4px;
  padding-right: 4px;
  display: inline-block;
}

.grid-three-column-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.title-wrapper-full {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #383a42;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-icon {
  border: 1px solid #edeef1;
  border-radius: 32px;
  flex: none;
  padding: 4px;
}

.paragraph-small-4 {
  letter-spacing: -.08px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-4.text-color-tertiary {
  color: #5b616e;
}

.column-large-8 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.faq-tab {
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  top: -4px;
}

.subheading-regular-7 {
  color: #fff;
  letter-spacing: -.18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.subheading-regular-7.text-color-secondary {
  color: #40444c;
}

.paragraph-x-small-2 {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-x-small-2.text-color-tertiary {
  color: #5b616e;
}

.icon-small-2 {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.faq {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}

.faq-toggle {
  z-index: 2;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  white-space: pre-wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
  display: flex;
}

.column-small-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.section-regular-4 {
  background-color: #f7f8f8;
  padding: 80px 5%;
  position: relative;
}

.column-regular-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.faq-tabs-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.faq-tabs {
  margin-top: -16px;
}

.paragraph-x-large-3 {
  letter-spacing: -.03em;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.faq-content {
  z-index: 1;
  background-color: #fff;
  display: block;
  position: relative;
}

.h1-heading-4 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.1;
}

.divider-secondary-2 {
  background-color: #edeef1;
  width: 100%;
  height: 1px;
}

.faq-tab-link {
  color: #5b616e;
  letter-spacing: -.08px;
  background-color: #f7f8f8;
  border: 1px solid #d8dbdf;
  border-radius: 32px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: border-color .3s, background-color .3s;
}

.faq-tab-link:hover {
  background-color: #edeef1;
}

.faq-tab-link.w--current {
  color: #fff;
  background-color: #ff4b0e;
  border-color: #ff4b0e;
}

.subheading-large-2 {
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.subheading-large-2.text-color-brand-purple {
  color: #6153bd;
}

.h2-heading-3 {
  color: #000;
  letter-spacing: -.8px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

.faq-support-title {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-dropdown-contet {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.subheading-large-3 {
  color: #fff;
  letter-spacing: -.24px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.caption-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.caption-small.text-color-gray-600 {
  color: #fff;
}

.section-regular-5 {
  padding: 96px 5%;
}

.section-regular-5.background-gray-50 {
  background-color: #fff;
  padding-bottom: 60px;
}

.faq-support-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #000;
  text-align: center;
  background-color: #eca8b9;
  border: 2px solid #fca3b9;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: inset 0 2px 2px #ffffff57, 0 2px 5px #0003;
}

.faq-support-link:hover {
  background-color: #eca8b9;
  border-color: #fca3b9;
  box-shadow: 0 3px 2px #201f1f00, 0 2px 1px #201f1f03, 0 1px 1px #201f1f0a, 0 1px 1px #201f1f12;
}

.button-primary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  white-space: nowrap;
  background-color: #000;
  border-radius: 96px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary:hover {
  background-color: #ff443d;
}

.title-badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #ff443d;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.faq-support-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: 320px;
  display: flex;
}

.faq-toggle-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #fff;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

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

.paragraph-small-5 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-5.text-color-gray-800 {
  color: #fff;
}

.faq-grid-left {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

.faq-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.container-regular-4 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.icon-x-large {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  display: flex;
}

.faq-tabs-menu-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #eca8b9;
  border: 1px solid #fca3b9;
  border-radius: 6px;
  justify-content: flex-start;
  width: 100%;
  max-width: none;
  margin-bottom: 48px;
  padding: 8px;
  display: flex;
}

.paragraph-large-3 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.faq-item-2 {
  background-color: #eca8b9;
  border: 2px solid #fca3b9;
  border-radius: 12px;
  flex-flow: column;
  padding: 8px 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003, inset 0 2px 2px #fff3;
}

.faq-illustration-wrapper {
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.faq-support-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.faq-tab-link-2 {
  color: #8b8a89;
  text-align: center;
  background-color: #0000;
  border-radius: 96px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 4px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .2s;
  display: flex;
}

.faq-tab-link-2:hover {
  color: #71716f;
  background-color: #eca8b9;
  border: 1px solid #ea97ac;
  box-shadow: inset 0 2px 2px #fff3, 0 2px 5px #0003;
}

.faq-tab-link-2.w--current {
  color: #4d4d4c;
  background-color: #eca8b9;
  border: 1px solid #ea97ac;
  border-radius: 6px;
  font-weight: 600;
  box-shadow: inset 0 2px 2px #fff3, 0 2px 5px #0003;
}

.title-center-regular {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 820px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-wrapper-regular {
  background-color: #eca8b9;
  border: 1px solid #fca3b9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.faq-dropdown-padding {
  padding-bottom: 8px;
  padding-right: 24px;
}

.faq-list-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.text-block-5, .text-block-6, .text-block-7 {
  color: #fff;
  font-family: Libre Baskerville, sans-serif;
}

.text-block-8 {
  color: #fff;
}

.text-span-5 {
  color: #eca8b9;
}

.icon-regular-20 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.pricing-link-app {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #5b616e;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.pricing-link-app:hover {
  opacity: .8;
  color: #6153bd;
}

.testimonial-accent-1 {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto -10% -5%;
}

.testimonial-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h5-heading {
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.h6-heading-2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.h6-heading-2.text-color-brand-orange {
  color: #fff;
  font-family: Libre Baskerville, sans-serif;
}

.h1-heading-5 {
  color: #000;
  letter-spacing: -.04em;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 65px;
  font-weight: 600;
  line-height: 80px;
}

.flourish-avatar-group {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.button-primary-large-5 {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #faaabd;
  border: 1px solid #fca3b9;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  box-shadow: 0 2px 5px #0003, 0 2px 5px #0003;
}

.button-primary-large-5:hover {
  background-color: #ff4b0e;
}

.brand-highlight-2 {
  background-color: #c1ff7100;
  padding-left: 4px;
  padding-right: 4px;
}

.testimonial-accent-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -10px 20% auto auto;
}

.testimonial-accent-3 {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 5% -12px auto;
}

.avatar {
  background-color: #edeef1;
  border-radius: 100px;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  overflow: hidden;
}

.flourish-avatar-large {
  z-index: 4;
  background-color: #edeef1;
  border: 4px solid #f7f8f8;
  border-radius: 99px;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-bottom: 8px;
  margin-left: -16px;
  margin-right: -16px;
  position: relative;
  overflow: hidden;
}

.testimonial-accent-5 {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -30% 5% auto auto;
}

.testimonial-number {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.flourish-block {
  justify-content: center;
  align-items: flex-end;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.caption-x-small {
  font-size: 12px;
  line-height: 16px;
}

.caption-x-small.text-color-tertiary {
  color: #5b616e;
}

.flourish-star {
  color: #ff4b0e;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-color-brand-orange {
  color: #eca8b9;
  font-weight: 700;
}

.title-wrapper-small-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #383a42;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-number-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.testimonial-accent-4 {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 20% -14px auto auto;
}

.section-regular-6 {
  background-color: #fff;
  padding: 80px 5%;
  position: relative;
}

.testimonial-card-header {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.testimonial-number-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  max-width: 752px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
}

.icon-x-large-2 {
  color: #eca8b9;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.column-regular-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-three-column-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.testimonial-footnote {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #eca8b9;
  border: 2px solid #fca3b9;
  border-radius: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 752px;
  margin: 80px auto 45px;
  padding: 24px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.flourish-avatar {
  background-color: #edeef1;
  border: 4px solid #f7f8f8;
  border-radius: 99px;
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  overflow: hidden;
}

.testimonial-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  padding: 24px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.subheading-large-4 {
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.subheading-large-4.text-color-brand-purple {
  color: #6153bd;
}

.our-impact-purple-block-text-div-2 {
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  padding-right: 84px;
  display: flex;
}

.our-impact-purple-div-container-2 {
  z-index: 1;
  background-color: #fca3b9;
  background-image: url('../images/Untitled-design-3.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 50px;
  padding: 20px 90px;
  display: flex;
  position: relative;
  box-shadow: inset 0 2px 2px #fff3, 0 2px 5px #0003;
}

.icon-right {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-left: 12px;
  display: flex;
}

.icon-right.newicon12 {
  margin-left: 8px;
}

.body-button-normal {
  letter-spacing: -.02em;
  font-size: 16px;
  font-weight: 700;
}

.our-impact-purple-button-div {
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.image-48 {
  margin-left: -35px;
  margin-right: 10px;
}

.button-right-icon {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #160042;
  background-image: url('../images/btn-graphic.svg'), linear-gradient(205deg, #d4010a, #0d1541 69%);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 16px 12px 32px;
  font-size: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.button-right-icon:hover {
  background-color: #282556;
  transform: translate(0);
}

.button-right-icon:active {
  background-color: #160042;
}

.button-right-icon:focus {
  outline-offset: 0px;
  outline: 2px solid #b6b9ce;
}

.our-impact-purple-text-2 {
  color: #fff;
  margin-left: 10px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.column-large-9 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.paragraph-x-large-4 {
  color: #3d424c;
  font-size: 20px;
  line-height: 32px;
}

.white-text-field {
  color: #6869ac;
  letter-spacing: -.18px;
  background-color: #fff;
  border: 1px dashed #6869ac;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

.white-text-field:focus {
  border-width: 1.5px;
  border-color: #6869ac;
}

.white-text-field::placeholder {
  color: #6869ac;
}

.form-submit-button {
  color: #fff;
  letter-spacing: -.24px;
  background-color: #6869ac;
  border-radius: 8px;
  min-height: 48px;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  transition: background-color .3s;
}

.form-submit-button:hover {
  background-color: #2b2c50;
}

.h4-heading {
  color: #24262d;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
}

.footer-legal-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #fff;
  border-top: 1px solid #fff;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-left: 2%;
  margin-right: 2%;
  padding-top: 10px;
  display: flex;
}

.text-color-brand-3 {
  color: #6869ac;
}

.footer-column-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 320px;
  display: flex;
}

.row-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-cta-white {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 24px;
  padding: 40px;
  display: grid;
}

.footer-social-link-4 {
  color: #6869ac;
  border: 1px dashed #b4bac5;
  border-radius: 99px;
  flex: none;
  padding: 8px;
  transition: background-color .3s, border-color .3s;
}

.footer-social-link-4:hover {
  background-color: #fff;
  border-color: #6869ac;
}

.icon-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-2x-large {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.paragraph-small-6 {
  color: #3d424c;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-6.text-color-tertiary {
  color: #fff;
}

.footer-block {
  background-color: #fff;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 40px;
}

.section-large-2 {
  padding: 96px 5%;
  position: relative;
}

.section-large-2.background-brand {
  background-color: #6869ac;
}

.legal-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 440px;
  display: flex;
}

.footer-link {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #fff;
  letter-spacing: -.24px;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.paragraph-large-4 {
  color: #fff;
  font-family: Libre Baskerville, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large-4.n3 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.overline-small {
  color: #6869ac;
  letter-spacing: -.08px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.legal-link {
  color: #fff;
  letter-spacing: -.08px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.legal-link:hover {
  color: #24262d;
}

.form-horizontal {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-small-3 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.footer-grid {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  margin-bottom: 64px;
  margin-left: 2%;
  margin-right: 2%;
}

.form-block-2 {
  margin-bottom: 0;
}

.container-large-4 {
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer-icon-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-6 {
  color: #eca8b9;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.container-2 {
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
}

.nav-icon {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
}

.nav-right-link {
  color: #000;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nav-right-link:hover {
  color: #ffa372;
}

.nav-right-link.mrl-20 {
  background-color: #eca8b9;
  border-radius: 100%;
  width: 52px;
  height: 52px;
  margin-left: 34px;
  position: relative;
}

.nav-right-link.mrl-20:hover {
  background-color: #a294ce;
}

.navbar-wrapper {
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.nav-link-2 {
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #f5683c;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.navbar-brand {
  flex: none;
}

.nav-menu-wrapper-2 {
  justify-content: flex-end;
  width: 100%;
  margin-left: 60px;
  display: flex;
}

.nav-right-content {
  display: flex;
}

.product-item-number {
  color: #fff;
  background-color: #19183a;
  border: 1px solid #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  font-size: 12px;
  line-height: 100%;
  display: flex;
  position: absolute;
  inset: -4px -9px auto auto;
}

.nav-menu-wrapper-3 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---footer-list-item-2 {
  margin-bottom: 18px;
  padding-left: 0;
}

.nav__bar-2 {
  z-index: 10;
  background-color: #eee;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.wrap-v-large-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.nav-container {
  border-top: 1px solid #fff6;
  border-radius: 1px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-title {
  color: #fff;
  letter-spacing: normal;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.nav-logo {
  max-width: 65%;
  height: 120px;
}

.nav-brand {
  color: #fff;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.icon-regular-16 {
  color: #ff3130;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: flex;
}

.nav__wrapper-2 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
}

.footer-text-link-2 {
  color: #fff;
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  transition: color .3s;
}

.footer-text-link-2:hover {
  color: #0057bf;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.footer-large-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.google-reviews-wrapper-2 {
  align-items: center;
  height: 20px;
  margin-top: 30px;
  display: flex;
}

.nombre-etoile-2 {
  color: #fff;
  margin-left: 10px;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-span-7 {
  color: #eca8b9;
}

.content-tab-image-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #edeef100;
  background-image: url('../images/3E469ABB-412B-451E-BB96-CA68CECD976C_L0_001-5_9_2025-3_11_04-PM-1.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px #b5bbc4;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  display: flex;
}

.content-tab-image-wrapper.nr {
  background-image: url('../images/3E469ABB-412B-451E-BB96-CA68CECD976C_L0_001-5_9_2025-3_11_04-PM-1.jpg');
}

.paragraph-small-7 {
  color: #49505b;
  letter-spacing: -.08px;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-7.text-color-tertiary {
  color: #fff;
}

.content-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.tab-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #eca8b9;
  letter-spacing: -.08px;
  background-color: #fff0;
  border: .5px solid #d8dbdf;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px 8px 8px;
  font-size: 14px;
  line-height: 16px;
  transition: color .3s, background-color .3s;
  display: flex;
}

.tab-link:hover {
  color: #25272c;
  background-color: #edeef1;
}

.tab-link.w--current {
  color: #fff;
  background-color: #eca8b9;
  border-color: #fba3b9;
}

.content-tab-image {
  aspect-ratio: 8.45 / 4.64;
  background-color: #f7f8f8;
  border: 2px solid #fff;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.paragraph-regular-9 {
  color: #fff;
  letter-spacing: -.12px;
  font-size: 16px;
  line-height: 28px;
}

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

.content-tab-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #eca8b9;
  border: .5px solid #d8dbdf;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 16px;
  display: flex;
  position: relative;
}

.divider-secondary-3 {
  border-top: 1px solid #fff;
  width: 100%;
}

.tabs-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  padding: 4px;
  display: flex;
}

.h1-heading-6 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
}

.subheading-small-2 {
  color: #25272c;
  letter-spacing: -.08px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.subheading-small-2.text-color-brand {
  color: #154ee0;
}

.content-pattern {
  pointer-events: none;
  justify-content: flex-end;
  align-items: flex-end;
  width: 28%;
  max-width: 224px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.section-regular-7 {
  background-color: #f7f8f8;
  padding: 60px 5%;
  position: relative;
}

.content-icon {
  color: #154ee0;
  background-color: #edeef1;
  border: 1px solid #d8dbdf;
  border-radius: 4px;
  flex: none;
  padding: 4px;
  box-shadow: inset 0 1px 1px #fff;
}

.container-large-5 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.subheading-large-5 {
  color: #25272c;
  letter-spacing: -.24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.subheading-large-5.text-color-brand {
  color: #fff;
  font-family: Libre Baskerville, sans-serif;
}

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

.content-detail-card-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  max-width: 426px;
  margin-left: auto;
  padding: 12px 16px;
  display: flex;
  position: absolute;
  inset: auto 24px 24px;
  box-shadow: 0 2px 2px #d8dbdf80;
}

.text-block-9, .text-block-10 {
  font-weight: 600;
}

.text-span-8 {
  color: #eca8b9;
}

.paragraph-regular-16 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.6;
}

.paragraph-regular-16.newdesc {
  color: #000;
  margin-top: 10px;
}

.gallery-thumb-cover-2 {
  color: #fff;
  text-transform: uppercase;
  background-image: linear-gradient(#0009, #0009);
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Inconsolata, monospace;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: sticky;
  inset: 0;
}

.bold-text-4 {
  font-family: Libre Baskerville, sans-serif;
}

.h3-heading-3 {
  color: #fff;
  text-align: center;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 55px;
}

.h3-heading-3.newheading {
  color: #000;
  text-align: center;
}

.section-small {
  padding: 80px 5%;
}

.section-small.background-secondary {
  background-color: #f6f5f3;
}

.section-small.background-secondary.newsec {
  background-color: #fff;
}

.section-small.background-secondary.newsec.newsec1.invs1 {
  background-color: #fff;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 20px;
}

.section-small.background-secondary.newsec.newsec1.invs1.ml {
  background-image: none;
}

.text-block-11 {
  text-transform: uppercase;
  font-weight: 700;
}

.expand-icon {
  width: 35px;
  margin-top: 5px;
  margin-bottom: 10px;
  position: relative;
}

.title-wrapper-large-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 792px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.flex-block-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.expandir {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.testimonial-overlay {
  z-index: 5;
  pointer-events: none;
  background-image: linear-gradient(#fff0, #f6f5f300 50%, #f6f5f3cc 80%, #f6f5f3);
  position: absolute;
  inset: 0%;
}

.background-video {
  z-index: 1;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 340px;
  height: 400px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.testimonial-wrapper-3 {
  margin-bottom: 20px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
}

.lightbox-link-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 340px;
  height: 400px;
}

.lightbox-link-3.image4 {
  background-image: url('../images/2024-07-22-3.jpg');
  border-radius: 6px;
  text-decoration: none;
  transition: all .45s;
}

.lightbox-link-3.image4:hover {
  transform: translate(4px, -4px);
}

.lightbox-link-3.image2 {
  background-image: url('../images/386337631_810860787497101_7644533005443752777_n.jpg');
}

.lightbox-link-3.image2._6 {
  border-radius: 6px;
}

.lightbox-link-3.image2._6.an {
  background-image: url('../images/untitled-Design-51.png');
  text-decoration: none;
  transition: all .45s;
}

.lightbox-link-3.image2._6.an:hover {
  transform: translate(4px, -4px);
}

.lightbox-link-3.image2._6.an.a2 {
  background-image: url('../images/untitled-Design-47.png');
}

.lightbox-link-3.image6 {
  background-image: url('../images/untitled-Design-6.png');
  border-radius: 6px;
  text-decoration: none;
  transition: all .45s;
}

.lightbox-link-3.image6:hover {
  transform: translate(4px, -4px);
}

.lightbox-link-3.image1 {
  background-image: url('../images/387056970_812722277310952_4420910492666136413_n.jpg');
  border-radius: 6px;
  transition: all .45s;
}

.lightbox-link-3.image1:hover {
  transform: translate(4px, -4px);
}

.lightbox-link-3.image1.ani {
  background-image: url('../images/untitled-Design-50.png');
  text-decoration: none;
}

.lightbox-link-3.image1.ani.a1 {
  background-image: url('../images/untitled-Design-46.png');
}

.lightbox-link-3.image3 {
  background-image: url('../images/328086421_587924376486841_7917133437586571683_n.jpg');
  border-radius: 6px;
}

.lightbox-link-3.image3.an {
  background-image: url('../images/untitled-Design-42.png');
  text-decoration: none;
  transition: all .45s;
}

.lightbox-link-3.image3.an:hover {
  transform: translate(4px, -4px);
}

.lightbox-link-3.image3.an.a3 {
  background-image: url('../images/untitled-Design-48.png');
}

.lightbox-link-3.image5 {
  background-image: url('../images/untitled-Design-5.png');
  border-radius: 6px;
  text-decoration: none;
  transition: all .45s;
}

.lightbox-link-3.image5:hover {
  transform: translate(4px, -4px);
}

.text-span-9, .text-span-10, .text-span-11, .text-span-12, .text-span-13 {
  color: #eca8b9;
}

.navigation-list-wrapper-2 {
  background-color: #eca8b9;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 8px 39px 65px -10px #0000001a;
}

.navigation-list-wrapper-2.w--open {
  background-color: #fff;
  border-radius: 15px;
  min-width: 300px;
  max-height: 100vh;
  left: -97px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.text-block-42 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.navigation-toggle-2 {
  color: #fff;
  margin-left: 0;
  padding-left: 0;
  padding-right: 24px;
  font-size: 15px;
  font-weight: 500;
  transition: all .2s;
}

.navigation-toggle-2:hover {
  color: #fff;
}

.icon-regular-21 {
  color: #d12120;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: flex;
}

.icon-regular-21.new14 {
  color: #d12120;
  width: 20px;
  height: 20px;
  margin-right: 0;
}

.icon-regular-21.new14.neq {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.navigation-arrow-2 {
  background-color: #eca8b9;
  width: 44px;
  height: 44px;
  position: absolute;
  inset: -2px auto auto;
  transform: rotate(45deg);
}

.navigation-link-03 {
  color: #fff;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: all .45s;
  display: flex;
}

.navigation-link-03:hover {
  color: #fff;
  transform: translate(4px, -4px);
}

.navigation-dropdown-1 {
  margin-left: 40px;
  margin-right: 0;
  position: relative;
}

.navigation-list-2 {
  min-width: 290px;
}

.navigation-list-2.w--open {
  background-color: #0000;
  min-width: 290px;
  max-height: 100vh;
  padding-top: 30px;
  left: -80px;
}

.menu-link-2 {
  font-size: 16px;
  font-weight: 500;
}

.chevron {
  margin-right: 5px;
}

.navigation-content {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 20px 24px;
  display: flex;
  position: relative;
}

.image-49 {
  margin-bottom: -70px;
}

.image-50, .image-51, .image-52, .image-53, .image-54, .image-55, .image-56 {
  margin-bottom: -85px;
}

.line-wrap-3 {
  transform-style: preserve-3d;
}

.navigation-component-2 {
  display: none;
}

.column-regular-7 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.icon-regular-22 {
  color: #6c7c60;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.icon-regular-22.nk1 {
  color: #21372e;
  width: 22px;
}

.brix---footer-list-item-3 {
  margin-bottom: 18px;
  padding-left: 0;
}

.nav-menu-wrapper-4 {
  justify-content: flex-end;
  align-items: center;
  margin-top: -35px;
  display: flex;
}

.footer-social-link-5 {
  color: #c9c9c9;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.footer-social-link-5:hover {
  color: #fff;
}

.icon-large-3 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: color .2s;
  display: flex;
}

.icon-large-3.newicon {
  width: 26px;
  height: 26px;
}

.navigation-menu-left-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.column-large-10 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.footer-grid-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1.25fr;
}

.subheading-regular-8 {
  color: #000;
  text-align: left;
  letter-spacing: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.subheading-regular-8.text-color-secondary {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.column-x-large-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.nav__bar-3 {
  z-index: 10;
  background-color: #eee;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.overline-6 {
  color: #1457ff;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.overline-6.text-color-white {
  color: #fff;
  border-right: 1px solid #fff;
  padding-right: 10px;
  font-size: 14px;
}

.overline-6.text-color-white.newt {
  border-right-style: none;
}

.icon-regular-23 {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: flex;
}

.footer-text-link-3 {
  color: #fff;
  letter-spacing: -.01em;
  font-size: 16px;
  line-height: 32px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.footer-text-link-3:hover {
  color: #fff;
}

.footer-column-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.footer-column-3.newcolumn {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  border: 1px #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.paragraph-regular-17 {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.paragraph-3 {
  color: #fff;
  text-align: center;
  font-size: 14px;
}

.heading {
  text-align: center;
  font-family: Libre Baskerville, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.title-wrapper-regular {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 860px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.team-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.paragraph-x-small-3 {
  letter-spacing: .04px;
  font-size: 12px;
  line-height: 16px;
}

.team-social-link-2 {
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #f0f0f0;
  background-color: #ffffff14;
  border: 1px solid #ffffff1f;
  border-radius: 12px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .3s, background-color .3s;
  display: flex;
}

.team-social-link-2:hover {
  color: #fff;
  background-color: #ffffff1f;
}

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

.team-overlay {
  z-index: 1;
  background-image: linear-gradient(0deg, #000, #fff0);
  width: 100%;
  height: 100%;
  position: relative;
}

.paragraph-x-large-5 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.paragraph-x-large-5.text-color-gray-500 {
  color: #ababab;
}

.team-socials {
  z-index: 5;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.column-x-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.section-large-3 {
  background-color: #fff;
  padding: 120px 5%;
  position: relative;
}

.icon-regular-24 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.badge-large {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: #dacff7;
  letter-spacing: -.25px;
  background-color: #36178ca3;
  border: 1px solid #ffffff1f;
  border-radius: 96px;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.h6-heading-3 {
  color: #e3e3e3;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.team-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 25px;
}

.team-image-wrapper {
  background-image: radial-gradient(circle closest-corner, #bba7f140, #36178c00);
  border-radius: 12px;
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.h2-heading-4 {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(157deg, #a78eec, #8f6ee7 28%, #7e58e478);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 62px;
  font-weight: 600;
  line-height: 1.2;
}

.column-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.column-tiny.column-center {
  text-align: center;
  align-items: center;
}

.title-wrapper-small-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 510px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-large-11 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.h3-heading-4 {
  color: #131316;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.flex-block-5 {
  z-index: 4;
  justify-content: flex-start;
  align-items: center;
  margin-top: -152px;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.flex-block-5.newblock {
  margin-top: -85px;
}

.heading-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.link, .link-2, .link-3 {
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .google-reviews-wrapper {
    margin-left: 0;
  }
}

@media screen and (min-width: 1440px) {
  .text-field::placeholder {
    text-transform: capitalize;
  }

  .testimonal-review-stars-s {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1920px) {
  .social-icon-image {
    display: inline-block;
  }

  .footer-social-link {
    text-decoration: none;
  }
}

@media screen and (max-width: 991px) {
  .nav-main__container-2 {
    z-index: 1;
    height: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero {
    justify-content: flex-start;
    padding-top: 190px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .contact-email {
    color: #fff;
  }

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

  .contact-time {
    color: #fff;
  }

  .menu-button-3 {
    color: #fff;
    background-color: #ff5805;
    padding: 8px;
  }

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

  .navigation-menu-left {
    background-color: #fff;
    padding: 24px 5%;
    position: absolute;
  }

  .nav-menu-wrapper {
    margin-top: 10px;
  }

  .nav__wrapper {
    opacity: 1;
    flex: none;
    width: 100vw;
    height: 100vh;
    transition: all .7s cubic-bezier(.19, 1, .22, 1);
    position: fixed;
    inset: 0%;
    transform: translate(0%);
  }

  .hero-social-links {
    align-self: stretch;
  }

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

  .cleaning-social-block {
    background-color: #fff;
  }

  .google-reviews-wrapper {
    justify-content: flex-start;
  }

  .nav-mobile__background-2 {
    z-index: 997;
    background-color: #43b97f;
    width: 100vw;
    height: 100vh;
    padding: 1rem 0 0 2rem;
    display: block;
    position: fixed;
    inset: 0;
  }

  .nav__inner {
    background-color: #eee;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .logo-3 {
    object-fit: cover;
  }

  .nav__trigger {
    z-index: 1;
    display: flex;
  }

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

  .banner-thumbnail-wrap {
    display: none;
  }

  .primary-button {
    padding: 14px 35px;
  }

  .banner-inner-wrap {
    grid-template-columns: 1fr;
  }

  .banner-paragraph {
    margin-bottom: 40px;
  }

  .banner-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .img.mod--heading {
    width: 7em;
    margin-left: 15px;
    margin-right: 15px;
  }

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

  .footer-area {
    padding-top: 200px;
  }

  .footer-columns {
    grid-column-gap: 0px;
    grid-template: "."
                   "."
                   / 1fr 1fr;
  }

  .connect-form {
    max-width: 260px;
  }

  .insta-view-icon {
    width: 20px;
  }

  .view-icon {
    display: flex;
    inset: 35% auto auto 35%;
  }

  .insta-single-item-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
  }

  .we-provide-content-wrap {
    grid-template-columns: 1fr;
  }

  .faq-s-area {
    padding-top: 120px;
  }

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

  .card-bottom {
    margin-top: .4rem;
    margin-bottom: 0;
    font-size: 1.2rem;
  }

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

  .hair-dresser_icon.errol {
    width: 1rem;
    height: 1rem;
  }

  .card-title {
    font-size: .7rem;
  }

  .card-image {
    min-height: 10rem;
    max-height: 10rem;
  }

  .section-large {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .content-grid, .heading-grid {
    grid-template-columns: 1fr;
  }

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

  .slide-main-wrap {
    grid-column-gap: 2.5rem;
  }

  .single-slide {
    grid-column-gap: .9375rem;
  }

  .slide-star {
    width: 2.375rem;
  }

  .slide-text {
    font-size: 2.0625rem;
  }

  .grid-three-column-2 {
    grid-template-columns: 1fr 1fr;
  }

  .contact-form {
    order: -1;
  }

  .form-grid-small {
    order: 9999;
  }

  .contact-container {
    flex-flow: column;
  }

  .form-block {
    align-items: center;
  }

  .contact-form-column {
    max-width: 588px;
  }

  .contact-right-side {
    padding-top: 64px;
  }

  .contact-left-side {
    justify-content: center;
    align-items: center;
    padding-top: 64px;
  }

  .section-regular-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .form-card-outline {
    max-width: 520px;
  }

  .layout28_component {
    grid-column-gap: 3rem;
  }

  .heading-medium {
    font-size: 1.75rem;
  }

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

  .heading-grid-2 {
    grid-template-columns: 1fr;
    place-items: center stretch;
  }

  .grid-three-column-3 {
    grid-template-columns: 1fr 1fr;
  }

  .faq-tabs-left {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .grid-three-column-4 {
    grid-template-columns: 1fr 1fr;
  }

  .our-impact-purple-block-text-div-2 {
    width: auto;
  }

  .our-impact-purple-div-container-2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .our-impact-purple-button-div {
    width: auto;
  }

  .footer-cta-white {
    grid-template-columns: 1fr;
  }

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

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

  .nav-menu-two {
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button {
    background-color: #fff;
    padding: 12px;
  }

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

  .nav-right-link {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 20px;
    display: inline-block;
  }

  .nav-right-link.mrl-20 {
    margin-left: 0;
    padding-top: 8px;
  }

  .navbar-wrapper {
    justify-content: space-between;
  }

  .nav-link-2 {
    padding: 10px 5px;
    font-size: 22px;
    line-height: 30px;
    display: inline-block;
  }

  .nav-menu-wrapper-2 {
    background-color: #fffbf4;
    height: 100vh;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
  }

  .nav-right-content {
    flex-direction: column;
    justify-content: center;
    display: block;
  }

  .nav-menu-wrapper-3 {
    margin-top: 10px;
  }

  .nav__wrapper-2 {
    opacity: 1;
    flex: none;
    width: 100vw;
    height: 100vh;
    transition: all .7s cubic-bezier(.19, 1, .22, 1);
    position: fixed;
    inset: 0%;
    transform: translate(0%);
  }

  .nav-wrapper {
    flex-direction: column;
    width: 100%;
  }

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

  .google-reviews-wrapper-2 {
    justify-content: flex-start;
  }

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

  .section-regular-7 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .expand-icon {
    width: 20px;
    position: absolute;
    bottom: 10px;
    right: 20px;
  }

  .navigation-list-wrapper-2 {
    box-shadow: none;
  }

  .navigation-toggle-2 {
    width: 100%;
    padding-left: 16px;
  }

  .navigation-toggle-2.w--open {
    width: 100%;
  }

  .navigation-dropdown-1 {
    margin-left: 0;
    margin-right: 0;
  }

  .navigation-list-2.w--open {
    width: 100%;
    padding-top: 0;
    position: relative;
    left: auto;
  }

  .chevron {
    margin-right: 20px;
  }

  .navigation-content {
    width: 100%;
  }

  .nav-menu-wrapper-4 {
    margin-top: 10px;
  }

  .navigation-menu-left-2 {
    background-color: #fff;
    padding: 24px 5%;
    position: absolute;
  }

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

  .menu-button-4 {
    color: #fff;
    background-color: #ff5805;
    padding: 8px;
  }

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

  .team-grid {
    grid-template-columns: 1fr;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .divider-light.left {
    display: block;
  }

  .nav-main__container-2 {
    height: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero {
    justify-content: flex-start;
    padding-top: 180px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .brix---footer-list-item {
    margin-bottom: 10px;
  }

  .nav__container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .brix---icon-mg-top {
    margin-top: 0;
  }

  .nav-link {
    display: none;
  }

  .nav-menu-wrapper {
    margin-top: 0;
  }

  .display-heading {
    font-size: 64px;
  }

  .hero-social-links {
    margin-bottom: 20px;
  }

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

  .top {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
  }

  .navigation-buttons-2 {
    display: none;
  }

  .nav-mobile__background-2 {
    padding-top: 1.2rem;
    padding-left: 1rem;
    display: none;
  }

  .nav__trigger {
    margin-left: 8px;
  }

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

  .banner-inner-wrap {
    z-index: 1;
    position: relative;
  }

  .img.mod--heading {
    width: 6em;
  }

  .button-color {
    font-size: 16px;
  }

  .copyright-text {
    margin-bottom: 10px;
  }

  .copyright-content {
    flex-direction: column;
  }

  .view-icon {
    top: 42%;
    left: 43%;
  }

  .insta-single-item-wrap {
    flex-wrap: wrap;
  }

  .faq-item-wrap {
    margin-right: 30px;
  }

  .we-provide-content-wrap {
    grid-template-columns: 1fr;
  }

  .faq-s-area {
    border-radius: 15px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .faq-title {
    font-size: 22px;
    line-height: 30px;
  }

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

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

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

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

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
    overflow: hidden;
  }

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

  .section.slide {
    padding-top: .9375rem;
    padding-bottom: .9375rem;
  }

  .section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h3-heading {
    font-size: 40px;
  }

  .grid-three-column-2 {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .card {
    width: 100%;
  }

  .card__button {
    font-size: 1em;
  }

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

  .contact-section {
    padding-left: 3%;
    padding-right: 3%;
  }

  .contact-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .h1-heading {
    font-size: 56px;
  }

  .cta-map {
    height: 20rem;
  }

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

  .h1-heading-2 {
    font-size: 48px;
  }

  .form-card-outline {
    max-width: none;
  }

  .layout28_component {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-medium {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .h1-heading-3 {
    font-size: 48px;
  }

  .grid-three-column-3 {
    grid-template-columns: 1fr;
  }

  .section-regular-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h1-heading-4 {
    font-size: 48px;
  }

  .h2-heading-3 {
    font-size: 40px;
  }

  .section-regular-5 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h1-heading-5 {
    font-size: 48px;
  }

  .testimonial-number-block {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .section-regular-6 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .grid-three-column-4 {
    grid-template-columns: 1fr;
  }

  .testimonial-footnote {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .our-impact-purple-block-text-div-2 {
    padding-right: 10px;
  }

  .our-impact-purple-div-container-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-horizontal {
    flex-flow: column;
    align-items: stretch;
  }

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .container-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-menu-wrapper-3 {
    margin-top: 0;
  }

  .brix---footer-list-item-2 {
    margin-bottom: 10px;
  }

  .nav-wrapper {
    flex-direction: row;
  }

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

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

  .h1-heading-6 {
    font-size: 48px;
  }

  .content-pattern {
    display: none;
  }

  .content-detail-card-small {
    width: auto;
    max-width: none;
    position: static;
  }

  .h3-heading-3 {
    font-size: 40px;
  }

  .brix---footer-list-item-3 {
    margin-bottom: 10px;
  }

  .nav-menu-wrapper-4 {
    margin-top: 0;
  }

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

  .section-large-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .h3-heading-4 {
    font-size: 40px;
  }
}

@media screen and (max-width: 479px) {
  .divider-light.left {
    background-color: #ffffff80;
  }

  .divider-light.right {
    background-color: #ffffff80;
    display: block;
  }

  .button-primary-large {
    background-color: #ffcaeb;
    border-radius: 6px;
    transition: all .45s;
  }

  .button-primary-large:hover {
    background-color: #0057be;
    transform: translate(6px, -6px);
  }

  .nav-main__container-2 {
    z-index: 2;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 4rem;
    padding-left: 0;
    padding-right: 0;
    font-family: Varela Round, sans-serif;
    position: relative;
  }

  .line-wrap {
    flex: 0 auto;
    order: 1;
    align-self: auto;
    width: 40px;
    height: 39px;
    margin-right: 10px;
    display: block;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .icon-regular-8 {
    color: #fff;
    margin-right: 5px;
  }

  .icon-regular-8.newicon {
    color: #fff;
  }

  .column-regular-3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .footer-social-button {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #0057be66;
    background-image: url('../images/Untitled-design-31.svg');
    background-position: 50%;
    background-size: cover;
    border-style: none;
    border-radius: 6px;
  }

  .hero {
    height: 110vh;
    padding-top: 200px;
  }

  .badge-regular.gray {
    background-color: #0057be;
    border-style: none;
    box-shadow: 0 2px 5px #0003;
  }

  .brix---footer-list-item {
    margin-bottom: 8px;
  }

  .contact-email {
    margin-left: 8px;
    font-size: 16px;
    font-weight: 700;
  }

  .paragraph-regular-5 {
    color: #fff;
    font-size: 16px;
  }

  .cal-link-2 {
    width: 40px;
    height: 40px;
  }

  .nombre-etoile {
    font-family: Montserrat, sans-serif;
    font-weight: 800;
  }

  .nav__container {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: static;
  }

  .brix---link-text-3 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .brix---link-text-3.nre1 {
    font-size: 16px;
  }

  .icon-large-2 {
    color: #fff;
  }

  .icon-large-2.newicon {
    width: 26px;
    height: 26px;
  }

  .brix---icon-mg-top {
    margin-top: 0;
  }

  .overlay {
    background-image: linear-gradient(#0000007a 38%, #00000061 72%);
    height: 110vh;
  }

  .text-block {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .menu-button-3 {
    background-color: #6c7c6000;
    border-radius: 12px;
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .menu-button-3.w--open {
    background-color: #6c7c6000;
  }

  .navigation-menu-left {
    z-index: 1;
    background-color: #161616;
    background-image: linear-gradient(#000000f2, #001f44f7 75%, #003575f5 100%, #0057bef2), url('../images/2024-07-22-8.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    width: 100%;
    height: 100%;
    position: fixed;
    inset: 0% auto auto 0%;
  }

  .navigation-component {
    display: block;
  }

  .contact-topbar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .video-background {
    background-image: linear-gradient(342deg, #eca8b9b3, #fff0), linear-gradient(#0003 100%, #fff);
    height: 110vh;
    display: block;
  }

  .column-x-large-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: flex-start;
  }

  .menu-line {
    background-color: #fff;
    border-radius: 8px;
    width: 40px;
    height: 2px;
  }

  .menu-line.menuline1 {
    width: 20px;
  }

  .menu-line.menuline2, .menu-line.menu2 {
    width: 30px;
  }

  .menu-line.menu3 {
    width: 20px;
  }

  .menu-line.m1 {
    width: 30px;
  }

  .menu-line.m2 {
    width: 20px;
  }

  .header-buttons {
    flex-flow: column;
    align-items: stretch;
    width: 100%;
    margin-top: -20px;
  }

  .header-buttons.newbtn1 {
    flex-flow: column;
    width: 100%;
  }

  .overline-5.text-color-white {
    font-size: 14px;
  }

  .brix---paragraph-default-11 {
    color: #fff;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    line-height: 28px;
  }

  .brix---paragraph-default-11.ntetxt {
    text-align: center;
    font-size: 16px;
  }

  .brix---paragraph-default-11.ntetxt.newtext {
    margin-top: 0;
    font-size: 16px;
  }

  .line-wrap-2 {
    z-index: 20000;
    clear: none;
    text-align: left;
    width: 40px;
    height: 40px;
    margin-right: 0;
    position: static;
    transform: rotateX(0)rotateY(-180deg)rotateZ(0);
  }

  .display-heading {
    color: #fff;
    -webkit-text-fill-color: inherit;
    background-color: #fff0;
    background-image: none;
    background-clip: border-box;
    font-family: Montserrat, sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
  }

  .text-block-2 {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
  }

  .column-large {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .nav__wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #000;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: fixed;
  }

  .button-secondary-large {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #ffcaeb99;
    border-width: 1px;
    border-color: #ffcaeb;
    border-radius: 8px;
    width: 100%;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    transition: all .45s;
  }

  .button-secondary-large:hover {
    background-color: #0057be66;
    transform: translate(6px, -6px);
  }

  .hero-social-links {
    justify-content: flex-start;
    margin-bottom: 10px;
  }

  .paragraph-x-large.text-color-gray-500 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 27px;
  }

  .paragraph-x-large.text-color-gray-800 {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
  }

  .footer-grid-3 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .footer-grid-3.newfooter {
    margin-top: 50px;
  }

  .subheading-regular-6 {
    font-size: 20px;
  }

  .footer-column {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: flex-start;
  }

  .cleaning-social-block {
    background-color: #fff0;
  }

  .icon-regular-2 {
    color: #fff;
  }

  .icon-regular-2.newi {
    width: 22px;
    height: 22px;
  }

  .image-46 {
    max-width: 15%;
  }

  .top {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
  }

  .column-x-large.column-center {
    margin-top: 50px;
  }

  .nav__flexed {
    justify-content: center;
    align-items: flex-end;
    margin-left: 0;
    padding-top: 0;
  }

  .footer-social-link-3 {
    background-color: #ffffff40;
    border-radius: 8px;
  }

  .google-reviews-wrapper {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .brix---link-wrapper-color-primary-3 {
    color: #0057bf;
    font-weight: 700;
  }

  .people-image {
    max-width: 30%;
    margin-left: 0;
  }

  .nav__bar {
    -webkit-text-fill-color: inherit;
    background-color: #eee0;
    background-clip: content-box;
    height: 87px;
    margin-bottom: -27px;
    margin-right: -8px;
    display: none;
    position: static;
  }

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

  .nav-mobile__background-2 {
    background-color: #161616;
    padding-left: 0;
    display: none;
  }

  .nav__inner {
    background-color: #161616;
    background-image: url('../images/Untitled-design-3.png'), linear-gradient(205deg, #d4010a, #041541 69%);
    background-position: 0 100%, 0 0;
    background-size: cover, auto;
  }

  .contact-block {
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .contact-block.hide {
    display: none;
  }

  .logo-3 {
    flex: none;
  }

  .logo-3.newlogo {
    margin-left: 10px;
  }

  .body {
    background-color: #fefefe;
  }

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

  .video-lightbox {
    display: block;
  }

  .primary-button {
    background-color: #ddb0cc;
    border-style: none;
    border-radius: 2px;
    font-weight: 600;
  }

  .btn-wrapper {
    width: 100%;
  }

  .banner-paragraph {
    color: #fff;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }

  .banner-area {
    background-image: url('../images/untitled-Design-47.png');
    background-position: 0 0;
    background-size: cover;
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .img.mod--heading {
    margin-left: 10px;
    margin-right: 10px;
  }

  .banner-title {
    text-align: left;
    font-family: Libre Baskerville, sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
  }

  .banner-title-wrap {
    color: #fff;
  }

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

  .button-color {
    font-size: 14px;
    font-weight: 600;
  }

  .connect-form-block {
    width: 100%;
  }

  .list-item {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 26px;
  }

  .list-item:hover {
    color: #eda8b9;
  }

  .copyright-text {
    text-align: center;
    font-size: 14px;
    line-height: 26px;
  }

  .footer-area {
    background-color: #111;
    margin-left: 0;
    padding-top: 160px;
    padding-left: 2%;
  }

  .footer-paragraph {
    font-size: 14px;
    line-height: 26px;
  }

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

  .text-field {
    background-color: #eda8b9;
    border-radius: 6px;
    width: 100%;
  }

  .text-field::placeholder {
    color: #fff;
  }

  .footer-about-us.mb-30 {
    margin-bottom: 20px;
  }

  .footer-flower {
    width: 60%;
  }

  .footer-menu-title {
    margin-bottom: 10px;
    font-family: PT Serif, serif;
    font-weight: 700;
  }

  .footer-columns {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .footer-social-link {
    margin-right: 12px;
  }

  .footer-social-block {
    margin-bottom: 15px;
  }

  .footer-nav {
    width: 100%;
    margin-bottom: 10px;
  }

  .connect-form {
    width: 100%;
    max-width: none;
  }

  .insta-paragraph {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 23px;
  }

  .insta-view-icon {
    width: 30px;
  }

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

  .insta-single-item {
    border-radius: 6px;
    height: 185px;
  }

  .insta-single-item.bg-main {
    height: 185px;
  }

  .insta-item-content {
    background-color: #eda8b9;
    border-radius: 1px;
    padding: 20px 5%;
  }

  .insta-read-more {
    background-color: #fba3b9;
    border-color: #ce8c9c;
  }

  .faq-paragraph {
    font-size: 16px;
    line-height: 23px;
  }

  .faq-item-wrap {
    margin-right: 0;
  }

  .faq-thumbnail-wrap {
    background-color: #eda8b9;
    width: 70%;
  }

  .plus {
    background-color: #eda8b9;
  }

  .faq-flower-image {
    z-index: 0;
    width: 70%;
  }

  .faq-flower-image.newfa {
    z-index: 0;
    inset: auto auto 0% 0%;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .faq-flower-image.newfa.n13, .faq-flower-image.s2, .faq-flower-image.n13 {
    z-index: -1;
  }

  .faq-flower-image.ml {
    z-index: 0;
  }

  .faq-s-area {
    margin-top: 46px;
  }

  .title-extra-color {
    color: #eda8b9;
  }

  .faq-answer-inner {
    margin-top: 18px;
  }

  .minus {
    background-color: #eda8b9;
  }

  .faq-item {
    border-top-color: #eda8b9;
  }

  .section-title.mb-45 {
    text-transform: capitalize;
    font-family: Libre Baskerville, sans-serif;
    font-size: 29px;
  }

  .faq-title {
    text-transform: capitalize;
    width: 300px;
    font-family: Libre Baskerville, sans-serif;
    font-size: 20px;
  }

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

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

  .text-size-medium {
    color: #000;
    font-size: 18px;
    line-height: 28px;
  }

  .page-padding {
    padding-left: 0%;
    padding-right: 0%;
  }

  .paragraph-regular.text-color-gray-600, .paragraph-small.text-color-gray-600 {
    color: #fff;
  }

  .content-divider {
    color: #fff;
    background-color: #fff;
  }

  .h2-heading {
    font-family: Libre Baskerville, sans-serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 45px;
  }

  .h2-heading.newheading12 {
    font-size: 32px;
    line-height: 45px;
  }

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

  .content-feature {
    background-color: #eca8b9;
    border-width: 2px;
    border-color: #fca3b9;
    box-shadow: inset 0 2px 2px #ffffff3d, 0 0 12px -2px #fe5b2500, 0 2px 5px #0003;
  }

  .button-primary-rounded-large {
    text-align: center;
    background-color: #eca8b9;
    border-color: #fca3b9;
    border-radius: 8px;
    width: 100%;
    font-family: Libre Baskerville, sans-serif;
    font-size: 18px;
    font-weight: 400;
    transition-property: all;
    transition-duration: .45s;
  }

  .button-primary-rounded-large:hover {
    transform: translate(4px, -4px);
    box-shadow: 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
  }

  .paragraph-large-bg.text-weight-bold {
    font-family: Libre Baskerville, sans-serif;
  }

  .text-span {
    color: #fba3b9;
  }

  .feature-card {
    background-color: #eda8b9;
    border: 2px solid #b87c8b;
    margin-bottom: 30px;
  }

  .h2-heading-2 {
    color: #fff;
    font-family: Libre Baskerville, sans-serif;
    font-size: 40px;
    font-weight: 400;
  }

  .feature-icon {
    background-color: #eda8b9;
    border: 2px solid #b87c8b;
    border-radius: 20%;
    margin-top: -55px;
    box-shadow: 0 2px 5px #0003;
  }

  .paragraph-small-2 {
    color: #fff;
    font-family: Montserrat, sans-serif;
  }

  .paragraph-large {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
  }

  .subheading-x-large {
    color: #fff;
    font-family: Libre Baskerville, sans-serif;
    font-weight: 400;
  }

  .section-regular {
    background-image: linear-gradient(#00000073 100%, #fff), url('../images/3E469ABB-412B-451E-BB96-CA68CECD976C_L0_001-5_9_2025-3_11_04-PM-1.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .section.slide {
    padding-top: 0;
    padding-bottom: 0;
  }

  .slide-main-wrap {
    grid-column-gap: .9375rem;
  }

  .slide-star {
    width: 1.5rem;
  }

  .slide-text {
    font-size: 1.375rem;
    line-height: 2.0625rem;
  }

  .h6-heading {
    font-family: Libre Baskerville, sans-serif;
    font-weight: 700;
  }

  .h3-heading {
    font-family: Libre Baskerville, sans-serif;
    font-weight: 400;
  }

  .team-image-large {
    border-radius: 8px;
    height: 380px;
  }

  .card {
    background-image: linear-gradient(0deg, #000, #fff0), url('../images/Untitled-design-70.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    border-radius: 8px;
    margin-bottom: 30px;
  }

  .card.card1 {
    background-image: linear-gradient(0deg, #000, #fff0), url('../images/D08DDB37-8E3B-4968-A950-A74715C26AD3_L0_001-5_12_2025-10_11_39-PM-1.jpg');
  }

  .card.card3 {
    background-image: linear-gradient(0deg, #000, #fff0), url('../images/LOGO-5.png');
  }

  .card.card4 {
    background-image: linear-gradient(0deg, #000, #fff0), url('../images/LOGO-3.png');
  }

  .card__title {
    letter-spacing: normal;
    font-family: Libre Baskerville, sans-serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 40px;
  }

  .card__eyebrow {
    opacity: 0;
    font-family: Montserrat, sans-serif;
  }

  .card__button {
    font-size: 1em;
  }

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

  .div-block {
    background-color: #e4c1d7;
    width: 25%;
    height: 1px;
    padding-bottom: 0;
  }

  .form-text-field {
    color: #fff;
    background-color: #fefefe;
    border: 2px #c99cb8;
    border-radius: 6px;
    box-shadow: 0 2px 5px #0003;
  }

  .form-text-field::placeholder {
    color: #000;
  }

  .form-text-area {
    color: #fff;
    background-color: #fefefe;
    border-style: none;
    border-color: #000 #000 #fff;
    border-radius: 6px;
  }

  .form-text-area::placeholder {
    color: #fff;
  }

  .contact-info-card {
    background-color: #e4c1d7;
    border: 1px solid #c99cb8;
  }

  .contact-form {
    background-color: #fefefe;
    border-radius: 6px;
    padding-top: 25px;
    padding-bottom: 50px;
    box-shadow: 0 2px 5px #0003;
  }

  .contact-map {
    z-index: auto;
    height: 350px;
  }

  .icon-x-small.newicon {
    color: #fff;
    width: 35px;
    height: 35px;
  }

  .icon-x-small.newicon:hover {
    color: #eda8b9;
  }

  .icon-x-small.newicon.n1 {
    color: #fff;
    width: 28px;
    height: 28px;
  }

  .icon-x-small.newicon.n1:hover {
    color: #eda8b9;
  }

  .icon-x-small.newicon.n1.n3, .icon-x-small.newicon.n2 {
    width: 35px;
    height: 35px;
  }

  .contact-section {
    padding-bottom: 60px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .contact-right-side {
    background-color: #f6f6f600;
    padding: 0;
  }

  .contact-left-side {
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .button-primary-large-2 {
    color: #fff;
    background-color: #c99cb8;
    border-radius: 8px;
    width: 100%;
    font-family: Libre Baskerville, sans-serif;
    font-weight: 500;
  }

  .map-detail-link {
    background-color: #eda8b9;
    border: 2px solid #b87c8b;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    text-decoration: none;
  }

  .h1-heading {
    color: #000;
    text-transform: capitalize;
    font-family: Libre Baskerville, sans-serif;
    font-size: 36px;
    line-height: 55px;
  }

  .h1-heading.newheading3 {
    color: #000;
    text-align: center;
    margin-bottom: 30px;
  }

  .paragraph-x-large-2 {
    color: #000;
    font-size: 18px;
    font-weight: 400;
  }

  .text-block-3 {
    color: #fff;
    font-weight: 600;
  }

  .cta-map {
    height: 100%;
    margin-top: 0;
  }

  .form-field-wrapper {
    margin-top: 10px;
  }

  .contact-card-head {
    background-color: #eda8b9;
  }

  .form-wrapper, .feature-card-content {
    width: 100%;
  }

  .form-field-label {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
  }

  .divider-secondary {
    border-top-style: solid;
    border-top-color: #eda8b9;
    margin-top: 0;
  }

  .icon-regular-18 {
    color: #fff;
  }

  .section-regular-3 {
    background-color: #fff;
  }

  .form-card-outline {
    border-style: solid;
    border-color: #c99cb8;
  }

  .button-primary-large-3 {
    width: 100%;
  }

  .form-text-field-2 {
    border-style: none;
    box-shadow: 0 2px 5px #0003;
  }

  .form-text-field-2::placeholder {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
  }

  .form-text-field-2.text-area {
    margin-bottom: 0;
  }

  .form-text-field-2.text-area::placeholder {
    font-family: Montserrat, sans-serif;
  }

  .text-block-4 {
    color: #fff;
    font-family: Libre Baskerville, sans-serif;
    font-size: 18px;
  }

  .layout28_component {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .layout28_image-wrapper.quality {
    background-image: url('../images/birthday.svg');
    min-height: 400px;
  }

  .layout28_image-wrapper.beauty {
    min-height: 25rem;
    max-height: 25rem;
  }

  .layout28_image-wrapper.style {
    background-image: url('../images/ls.svg');
    height: 25rem;
    min-height: auto;
  }

  .layout28_tabs-link.w--current {
    border-left-color: #e4c1d7;
  }

  .h2-light {
    color: #000;
    font-family: Libre Baskerville, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
  }

  .section-layout28 {
    background-color: #fff;
    padding: 60px 5%;
  }

  .heading-medium {
    color: #000;
    font-family: Libre Baskerville, sans-serif;
  }

  .tabs-content {
    display: block;
  }

  .paragraph, .paragraph-2 {
    color: #000;
    font-size: 16px;
    line-height: 24px;
  }

  .text-span-2 {
    color: #eda8b9;
  }

  .h1-heading-3 {
    color: #000;
    font-family: Libre Baskerville, sans-serif;
    font-size: 35px;
  }

  .icon {
    color: #eda8b9;
  }

  .heading-grid-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .testimonial-card-outline {
    background-color: #fefefe;
    border: 2px #eda8b9;
    box-shadow: 0 2px 5px #0003;
  }

  .button-secondary-small, .button-primary-large-4 {
    width: 100%;
  }

  .paragraph-2x-large {
    color: #000;
    font-size: 16px;
    line-height: 26px;
  }

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

  .text-span-3 {
    color: #eda8b9;
  }

  .home-testimonials_rating-wrapper {
    align-items: center;
    display: none;
  }

  .people-image-3 {
    max-width: 30%;
    margin-left: 0;
  }

  .home-testimonials_rating-icon.newstar {
    margin-left: 5px;
  }

  .testimonal-review-stars-s {
    margin-top: 0;
  }

  .people-image-4 {
    max-width: 30%;
    margin-left: 0;
  }

  .people-image-4.newgoogleicon {
    margin-right: 5px;
  }

  .label-small.text-color-white {
    font-size: 18px;
  }

  .text-span-4 {
    color: #eda8b9;
  }

  .bold-text {
    color: #fff;
    font-size: 20px;
  }

  .section-2 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .h2-heading-3 {
    font-size: 35px;
    line-height: 45px;
  }

  .section-regular-5.background-gray-50 {
    background-color: #fff;
  }

  .faq-tabs-menu-2 {
    border-radius: 8px;
    flex-flow: column;
    padding: 12px;
  }

  .paragraph-large-3 {
    font-size: 18px;
    line-height: 28px;
  }

  .testimonial-buttons {
    justify-content: center;
    align-items: center;
  }

  .h1-heading-5 {
    text-align: left;
    margin-top: 20px;
    font-size: 35px;
    line-height: 45px;
  }

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

  .column-regular-6 {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .testimonial-card {
    padding-bottom: 10px;
  }

  .our-impact-purple-block-text-div-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    margin-bottom: 20px;
    padding-right: 0;
    display: grid;
  }

  .our-impact-purple-div-container-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: none;
    border: 2px solid #fca3b9;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .image-48 {
    margin-left: 0;
    margin-right: 0;
  }

  .button-right-icon {
    width: 100%;
    margin-right: 20px;
  }

  .button-right-icon.newbtn1 {
    background-image: url('../images/btn-graphic.svg'), linear-gradient(18deg, #d4010a, #0d1541 69%);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

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

  .footer-cta-white {
    padding: 32px 24px 24px;
  }

  .column-2x-large {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .footer-block {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .legal-row {
    display: none;
  }

  .paragraph-large-4 {
    margin-bottom: -20px;
  }

  .paragraph-large-4.n3 {
    margin-bottom: 0;
  }

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

  .nav-menu-two {
    flex-direction: column;
  }

  .brix---footer-list-item-2 {
    margin-bottom: 12px;
  }

  .nav__bar-2 {
    -webkit-text-fill-color: inherit;
    background-color: #eee0;
    background-clip: content-box;
    height: 87px;
    margin-bottom: -27px;
    margin-right: -8px;
    display: block;
    position: static;
  }

  .nav-container {
    display: none;
  }

  .nav-logo {
    max-width: 50%;
    height: 100px;
    margin-top: 10px;
    margin-left: 0;
  }

  .icon-regular-16 {
    color: #d4010a;
    margin-right: 5px;
  }

  .footer-text-link-2 {
    font-weight: 500;
  }

  .footer-text-link-2:hover {
    color: #d4010a;
  }

  .footer-text-link-2.w--current {
    color: #ede32c;
  }

  .footer-text-link-2.new11.w--current {
    color: #fff;
  }

  .footer-large-grid {
    grid-column-gap: 40px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .google-reviews-wrapper-2 {
    text-align: center;
    justify-content: center;
    margin-top: 40px;
  }

  .nombre-etoile-2 {
    margin-left: 5px;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 700;
  }

  .content-tab-image-wrapper {
    height: 400px;
  }

  .tab-link {
    box-shadow: 0 2px 5px #0003;
  }

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

  .h1-heading-6 {
    font-size: 41px;
  }

  .bold-text-4 {
    font-size: 35px;
    line-height: 37px;
  }

  .h3-heading-3 {
    font-size: 30px;
    line-height: 40px;
  }

  .h3-heading-3.newheading {
    font-size: 28px;
    line-height: 35px;
  }

  .section-small.background-secondary.newsec {
    margin-bottom: -35px;
    padding-bottom: 62px;
  }

  .section-small.background-secondary.newsec.newsec1.invs1 {
    background-image: none;
    flex-flow: column;
    display: flex;
  }

  .text-block-11 {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
  }

  .flex-block-4 {
    flex-flow: column;
  }

  .icon-regular-21 {
    color: #d12120;
    margin-right: 5px;
  }

  .navigation-dropdown-1 {
    display: none;
  }

  .line-wrap-3 {
    z-index: 20000;
    width: 40px;
    height: 40px;
    margin-right: 0;
    position: static;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .navigation-component-2 {
    width: 100%;
    display: block;
    position: absolute;
  }

  .column-regular-7 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .line-wrap-4 {
    width: 40px;
    height: 39px;
    margin-right: 10px;
  }

  .brix---footer-list-item-3 {
    margin-bottom: 8px;
  }

  .footer-social-link-5 {
    background-color: #ffffff40;
    border-radius: 8px;
  }

  .icon-large-3 {
    color: #fff;
  }

  .icon-large-3.newicon {
    width: 26px;
    height: 26px;
  }

  .navigation-menu-left-2 {
    z-index: 1;
    background-color: #eca8b9;
    width: 100%;
    height: 100%;
    position: fixed;
    inset: 0% auto auto 0%;
  }

  .footer-grid-4 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .footer-grid-4.newfooter {
    margin-top: 50px;
  }

  .subheading-regular-8 {
    font-size: 20px;
  }

  .column-x-large-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: flex-start;
  }

  .menu-button-4 {
    background-color: #6c7c6000;
    border-radius: 12px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-button-4.w--open {
    background-color: #6c7c6000;
  }

  .nav__bar-3 {
    -webkit-text-fill-color: inherit;
    background-color: #eee0;
    background-clip: content-box;
    height: 87px;
    margin-bottom: -27px;
    margin-right: -8px;
    display: none;
    position: static;
  }

  .overline-6.text-color-white {
    font-size: 14px;
  }

  .overline-6.text-color-white.newt {
    letter-spacing: normal;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
  }

  .icon-regular-23 {
    color: #fff;
    margin-right: 5px;
  }

  .icon-regular-23.newicon {
    color: #fff;
  }

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

  .footer-column-3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: flex-start;
  }

  .paragraph-regular-17 {
    color: #fff;
    font-size: 16px;
  }

  .h2-heading-4 {
    font-size: 52px;
    line-height: 62px;
  }

  .h3-heading-4 {
    font-weight: 400;
  }

  .flex-block-5 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .heading-2 {
    font-size: 22px;
  }
}

#w-node-ee3203af-4d68-4cac-9616-3e4f3e3ceea7-26a22ec9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2ff64c2-6d15-2761-327d-fdba033698f8-26a22ec9 {
  order: -9999;
  align-self: center;
}

#w-node-_5927274b-c198-7dd0-c4e7-8ea92d79ce02-26a22ec9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3d59716e-0632-1e2e-e745-9c19f0945300-26a22ec9, #w-node-_4249c4bf-64a1-0f5e-c85a-80be173e505c-26a22ec9, #w-node-_3d59716e-0632-1e2e-e745-9c19f0945320-26a22ec9, #w-node-_035d8519-a793-25d7-889b-58ce7c5e89f2-26a22ec9, #w-node-_035d8519-a793-25d7-889b-58ce7c5e89fb-26a22ec9, #w-node-_035d8519-a793-25d7-889b-58ce7c5e8a04-26a22ec9, #w-node-a8539a55-35b8-598d-bbcc-1218799f7cbc-26a22ec9, #w-node-a8539a55-35b8-598d-bbcc-1218799f7cc5-26a22ec9, #w-node-a8539a55-35b8-598d-bbcc-1218799f7cce-26a22ec9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c656a147-a2c9-3610-da91-415e9705ea62-9705e9e5 {
  justify-self: end;
}

#w-node-ee3203af-4d68-4cac-9616-3e4f3e3ceea7-a02d17a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2ff64c2-6d15-2761-327d-fdba033698f8-a02d17a6 {
  order: -9999;
  align-self: center;
}

#w-node-_5927274b-c198-7dd0-c4e7-8ea92d79ce02-a02d17a6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_032f15f1-91f7-d3b8-4b9b-e508def70cbf-a02d17a6, #w-node-_032f15f1-91f7-d3b8-4b9b-e508def70cc8-a02d17a6, #w-node-_032f15f1-91f7-d3b8-4b9b-e508def70cd1-a02d17a6, #w-node-_032f15f1-91f7-d3b8-4b9b-e508def70cdb-a02d17a6, #w-node-_032f15f1-91f7-d3b8-4b9b-e508def70ce4-a02d17a6, #w-node-_032f15f1-91f7-d3b8-4b9b-e508def70ced-a02d17a6, #w-node-_032f15f1-91f7-d3b8-4b9b-e508def70cf7-a02d17a6, #w-node-_032f15f1-91f7-d3b8-4b9b-e508def70cff-a02d17a6, #w-node-_032f15f1-91f7-d3b8-4b9b-e508def70d07-a02d17a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_460d8eae-1b06-04d6-4db7-ce16c0b852b1-a02d17a6 {
  justify-self: end;
}

#w-node-ee3203af-4d68-4cac-9616-3e4f3e3ceea7-8595fbea, #w-node-_44fc03a4-437f-e615-b1eb-a4ed9872a7a8-8595fbea, #w-node-_44fc03a4-437f-e615-b1eb-a4ed9872a7b1-8595fbea, #w-node-_44fc03a4-437f-e615-b1eb-a4ed9872a7ba-8595fbea, #w-node-_44fc03a4-437f-e615-b1eb-a4ed9872a7c4-8595fbea, #w-node-_44fc03a4-437f-e615-b1eb-a4ed9872a7cd-8595fbea, #w-node-_44fc03a4-437f-e615-b1eb-a4ed9872a7d6-8595fbea, #w-node-_44fc03a4-437f-e615-b1eb-a4ed9872a7e0-8595fbea, #w-node-_44fc03a4-437f-e615-b1eb-a4ed9872a7e8-8595fbea, #w-node-_44fc03a4-437f-e615-b1eb-a4ed9872a7f0-8595fbea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_460d8eae-1b06-04d6-4db7-ce16c0b852b1-8595fbea {
  justify-self: end;
}

#w-node-ee3203af-4d68-4cac-9616-3e4f3e3ceea7-a60f6162 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2ff64c2-6d15-2761-327d-fdba033698f8-a60f6162 {
  order: -9999;
  align-self: center;
}

#w-node-_5927274b-c198-7dd0-c4e7-8ea92d79ce02-a60f6162 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_95881e6e-a429-ddd7-e80f-a3cec62a72d8-a60f6162, #w-node-_95881e6e-a429-ddd7-e80f-a3cec62a72e1-a60f6162, #w-node-_95881e6e-a429-ddd7-e80f-a3cec62a72ea-a60f6162, #w-node-_95881e6e-a429-ddd7-e80f-a3cec62a72f4-a60f6162, #w-node-_95881e6e-a429-ddd7-e80f-a3cec62a72fd-a60f6162, #w-node-_95881e6e-a429-ddd7-e80f-a3cec62a7306-a60f6162, #w-node-_95881e6e-a429-ddd7-e80f-a3cec62a7310-a60f6162, #w-node-_95881e6e-a429-ddd7-e80f-a3cec62a7318-a60f6162, #w-node-_95881e6e-a429-ddd7-e80f-a3cec62a7320-a60f6162 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_460d8eae-1b06-04d6-4db7-ce16c0b852b1-a60f6162 {
  justify-self: end;
}

#w-node-ee3203af-4d68-4cac-9616-3e4f3e3ceea7-37419f17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2ff64c2-6d15-2761-327d-fdba033698f8-37419f17 {
  order: -9999;
  align-self: center;
}

#w-node-_5927274b-c198-7dd0-c4e7-8ea92d79ce02-37419f17 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3aabaf5f-990b-2e1e-8d37-06f632f9a6ea-37419f17, #w-node-_3aabaf5f-990b-2e1e-8d37-06f632f9a6f3-37419f17, #w-node-_3aabaf5f-990b-2e1e-8d37-06f632f9a6fc-37419f17, #w-node-_3aabaf5f-990b-2e1e-8d37-06f632f9a706-37419f17, #w-node-_3aabaf5f-990b-2e1e-8d37-06f632f9a70f-37419f17, #w-node-_3aabaf5f-990b-2e1e-8d37-06f632f9a718-37419f17, #w-node-_3aabaf5f-990b-2e1e-8d37-06f632f9a722-37419f17, #w-node-_3aabaf5f-990b-2e1e-8d37-06f632f9a72a-37419f17, #w-node-_3aabaf5f-990b-2e1e-8d37-06f632f9a732-37419f17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_460d8eae-1b06-04d6-4db7-ce16c0b852b1-37419f17 {
  justify-self: end;
}

#w-node-ee3203af-4d68-4cac-9616-3e4f3e3ceea7-d5ec5123 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2ff64c2-6d15-2761-327d-fdba033698f8-d5ec5123 {
  order: -9999;
  align-self: center;
}

#w-node-_5927274b-c198-7dd0-c4e7-8ea92d79ce02-d5ec5123 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_119a23f2-69b8-4560-239a-a3fe399897b3-d5ec5123, #w-node-_119a23f2-69b8-4560-239a-a3fe399897bc-d5ec5123, #w-node-_119a23f2-69b8-4560-239a-a3fe399897c5-d5ec5123, #w-node-_119a23f2-69b8-4560-239a-a3fe399897cf-d5ec5123, #w-node-_119a23f2-69b8-4560-239a-a3fe399897d8-d5ec5123, #w-node-_119a23f2-69b8-4560-239a-a3fe399897e1-d5ec5123, #w-node-_119a23f2-69b8-4560-239a-a3fe399897eb-d5ec5123, #w-node-_119a23f2-69b8-4560-239a-a3fe399897f3-d5ec5123, #w-node-_119a23f2-69b8-4560-239a-a3fe399897fb-d5ec5123 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_460d8eae-1b06-04d6-4db7-ce16c0b852b1-d5ec5123 {
  justify-self: end;
}

#w-node-ee3203af-4d68-4cac-9616-3e4f3e3ceea7-5310bc6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2ff64c2-6d15-2761-327d-fdba033698f8-5310bc6f {
  order: -9999;
  align-self: center;
}

#w-node-_5927274b-c198-7dd0-c4e7-8ea92d79ce02-5310bc6f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2a5daf6d-e7d9-9c66-d5de-1b24308d79b0-5310bc6f, #w-node-_2a5daf6d-e7d9-9c66-d5de-1b24308d79b9-5310bc6f, #w-node-_2a5daf6d-e7d9-9c66-d5de-1b24308d79c2-5310bc6f, #w-node-_2a5daf6d-e7d9-9c66-d5de-1b24308d79cc-5310bc6f, #w-node-_2a5daf6d-e7d9-9c66-d5de-1b24308d79d5-5310bc6f, #w-node-_2a5daf6d-e7d9-9c66-d5de-1b24308d79de-5310bc6f, #w-node-_2a5daf6d-e7d9-9c66-d5de-1b24308d79e8-5310bc6f, #w-node-_2a5daf6d-e7d9-9c66-d5de-1b24308d79f0-5310bc6f, #w-node-_2a5daf6d-e7d9-9c66-d5de-1b24308d79f8-5310bc6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_460d8eae-1b06-04d6-4db7-ce16c0b852b1-5310bc6f {
  justify-self: end;
}

#w-node-ee3203af-4d68-4cac-9616-3e4f3e3ceea7-a1078d5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2ff64c2-6d15-2761-327d-fdba033698f8-a1078d5b {
  order: -9999;
  align-self: center;
}

#w-node-_5927274b-c198-7dd0-c4e7-8ea92d79ce02-a1078d5b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_39d6b266-eb79-aa89-d46b-dc03109931b9-a1078d5b, #w-node-_39d6b266-eb79-aa89-d46b-dc03109931c2-a1078d5b, #w-node-_39d6b266-eb79-aa89-d46b-dc03109931cb-a1078d5b, #w-node-_39d6b266-eb79-aa89-d46b-dc03109931d5-a1078d5b, #w-node-_39d6b266-eb79-aa89-d46b-dc03109931de-a1078d5b, #w-node-_39d6b266-eb79-aa89-d46b-dc03109931e7-a1078d5b, #w-node-_39d6b266-eb79-aa89-d46b-dc03109931f1-a1078d5b, #w-node-_39d6b266-eb79-aa89-d46b-dc03109931f9-a1078d5b, #w-node-_39d6b266-eb79-aa89-d46b-dc0310993201-a1078d5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_460d8eae-1b06-04d6-4db7-ce16c0b852b1-a1078d5b {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_43d4cc44-5dee-8697-e3c6-5eb0839f4ffe-839f4ffd {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-c656a147-a2c9-3610-da91-415e9705ea62-9705e9e5 {
    justify-self: center;
  }

  #w-node-be90cb0c-f676-bbd9-d10b-9878e73de3aa-e73de37a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_460d8eae-1b06-04d6-4db7-ce16c0b852b1-a02d17a6, #w-node-_460d8eae-1b06-04d6-4db7-ce16c0b852b1-8595fbea, #w-node-_460d8eae-1b06-04d6-4db7-ce16c0b852b1-a60f6162, #w-node-_460d8eae-1b06-04d6-4db7-ce16c0b852b1-37419f17, #w-node-_460d8eae-1b06-04d6-4db7-ce16c0b852b1-d5ec5123, #w-node-_460d8eae-1b06-04d6-4db7-ce16c0b852b1-5310bc6f, #w-node-_460d8eae-1b06-04d6-4db7-ce16c0b852b1-a1078d5b {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_43d4cc44-5dee-8697-e3c6-5eb0839f4ffe-839f4ffd {
    grid-column: span 2 / span 2;
  }

  #w-node-be90cb0c-f676-bbd9-d10b-9878e73de3aa-e73de37a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b2ff64c2-6d15-2761-327d-fdba033698f5-26a22ec9, #w-node-_5927274b-c198-7dd0-c4e7-8ea92d79ce15-26a22ec9 {
    order: -9999;
  }

  #w-node-_5927274b-c198-7dd0-c4e7-8ea92d79ce02-26a22ec9 {
    order: 9999;
  }

  #w-node-_43d4cc44-5dee-8697-e3c6-5eb0839f4ffe-839f4ffd {
    grid-column: span 1 / span 1;
  }

  #w-node-be90cb0c-f676-bbd9-d10b-9878e73de3aa-e73de37a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b2ff64c2-6d15-2761-327d-fdba033698f5-a02d17a6, #w-node-_5927274b-c198-7dd0-c4e7-8ea92d79ce15-a02d17a6 {
    order: -9999;
  }

  #w-node-_5927274b-c198-7dd0-c4e7-8ea92d79ce02-a02d17a6 {
    order: 9999;
  }

  #w-node-b2ff64c2-6d15-2761-327d-fdba033698f5-a60f6162, #w-node-_5927274b-c198-7dd0-c4e7-8ea92d79ce15-a60f6162 {
    order: -9999;
  }

  #w-node-_5927274b-c198-7dd0-c4e7-8ea92d79ce02-a60f6162 {
    order: 9999;
  }

  #w-node-b2ff64c2-6d15-2761-327d-fdba033698f5-37419f17, #w-node-_5927274b-c198-7dd0-c4e7-8ea92d79ce15-37419f17 {
    order: -9999;
  }

  #w-node-_5927274b-c198-7dd0-c4e7-8ea92d79ce02-37419f17 {
    order: 9999;
  }

  #w-node-b2ff64c2-6d15-2761-327d-fdba033698f5-d5ec5123, #w-node-_5927274b-c198-7dd0-c4e7-8ea92d79ce15-d5ec5123 {
    order: -9999;
  }

  #w-node-_5927274b-c198-7dd0-c4e7-8ea92d79ce02-d5ec5123 {
    order: 9999;
  }

  #w-node-b2ff64c2-6d15-2761-327d-fdba033698f5-5310bc6f, #w-node-_5927274b-c198-7dd0-c4e7-8ea92d79ce15-5310bc6f {
    order: -9999;
  }

  #w-node-_5927274b-c198-7dd0-c4e7-8ea92d79ce02-5310bc6f {
    order: 9999;
  }

  #w-node-b2ff64c2-6d15-2761-327d-fdba033698f5-a1078d5b, #w-node-_5927274b-c198-7dd0-c4e7-8ea92d79ce15-a1078d5b {
    order: -9999;
  }

  #w-node-_5927274b-c198-7dd0-c4e7-8ea92d79ce02-a1078d5b {
    order: 9999;
  }
}


