:root {
  --black: black;
  --white: white;
}

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

a {
  text-decoration: underline;
}

.brix---dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.brix---dropdown-card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
  box-shadow: 0 2px 12px #14142b14;
}

.brix---bg-image-full-width {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---btn-primary-small {
  color: #fff;
  text-align: center;
  background-color: #bb9853;
  border-radius: 8px;
  justify-content: center;
  padding: 18px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: all .45s;
}

.brix---btn-primary-small:hover {
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(0deg, #bb9853, #363636e3);
  transform: translate(0, -4px);
  box-shadow: 0 2px 5px #bb9853;
}

.brix---btn-header-hidden-on-mbl {
  margin-left: 24px;
}

.hero-btn {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #bb9853;
  border-radius: 8px;
  justify-content: center;
  padding: 26px 38px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .45s;
}

.hero-btn:hover {
  color: #fff;
  background-color: #bb9853;
  background-image: linear-gradient(356deg, #bb9853, #363636e3);
  transform: translate3d(0, -4px, .01px);
  box-shadow: 0 2px 5px #bb9853;
}

.hero-section {
  background-image: linear-gradient(0deg, #bb9853cc, #0006), url('../images/IMG_3658.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  position: relative;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

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

.brix---grid-2-col---1-col-t {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---mg-bottom-40px-2 {
  margin-bottom: 40px;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---header-nav-link-white {
  color: #fff;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  transition: opacity .3s, color .3s;
}

.brix---header-nav-link-white:hover {
  opacity: .48;
}

.brix---color-neutral-100 {
  color: #fff;
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---header-logo {
  max-width: 250px;
}

.brix---show-on-tablet {
  display: none;
}

.brix---header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-wrapper-transparent {
  background-color: #0000;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  position: absolute;
}

.brix---header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---hamburger-menu-bar-bottom-white {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---buttons-row {
  align-items: center;
  display: flex;
}

.brix---dropdown-link {
  color: #6e7191;
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: #4a3aff;
}

.brix---heading-h1-size {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---hamburger-menu-bar-top-white {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---dropdown-pd {
  padding: 40px;
}

.brix---hero-bg-image-dark-header-top {
  background-image: linear-gradient(#0009, #0009);
  padding-top: 234px;
  padding-bottom: 234px;
  position: relative;
  overflow: hidden;
}

.brix---dropdown-toggle-white {
  color: #fff;
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: opacity .3s, color .3s;
  display: flex;
}

.brix---dropdown-toggle-white:hover {
  opacity: .59;
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---dropdown-column-wrapper {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.brix---btn-secondary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff0;
  border: 1px solid #bb9853;
  border-radius: 8px;
  padding: 26px 38px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  transition: all .45s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary:hover {
  color: #fff;
  background-color: #bb9853;
  background-image: linear-gradient(4deg, #bb9853, #363636e3);
  border-style: none;
  border-color: #4a3aff;
  transform: translate3d(0, -4px, .01px);
  box-shadow: 0 4px 10px #bb9853;
}

.brix---header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.brix---header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.image-9 {
  z-index: 2;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

.content-grid-1 {
  grid-column-gap: 115px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
}

.mobile-header {
  padding-top: 120px;
  padding-bottom: 120px;
  display: none;
  position: relative;
  overflow: hidden;
}

.content-image-block {
  position: relative;
}

.button-6 {
  color: #eef2f5;
  background-color: #1e2432;
  border-radius: 100px;
  padding: 15px 60px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955);
}

.button-6:hover {
  background-color: #4b505b;
  text-decoration: none;
}

.button-6.margin-top-20.hmbtn:hover {
  box-shadow: 0 2px 5px #bb9853;
}

.button-6.margin-top-20 {
  background-color: #222;
  border-radius: 8px;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  transition: all .45s;
}

.button-6.margin-top-20:hover {
  background-image: linear-gradient(357deg, #bb9853, #363636e3);
  transform: translate(0, -4px);
  box-shadow: 0 2px 5px #efb9e2;
}

.button-6.margin-top-20 {
  margin-top: 20px;
}

.button-6.margin-top-20.newbtn {
  margin-top: 10px;
}

.button-6.margin-top-20.newbtn:hover {
  background-image: linear-gradient(357deg, #bb9853, #363636e3);
  box-shadow: 0 2px 5px #bb9853;
}

.container-7 {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.yellow-dot {
  position: absolute;
  inset: 30% auto 0% -25%;
}

.body-2 {
  color: #6f737c;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

.heading-1 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.4;
}

.brix---heading-h3-size {
  color: #000;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
}

.brix---heading-h3-size:hover {
  color: #bb9853;
  font-family: Montserrat, sans-serif;
}

.brix---color-neutral-800 {
  color: #211f54;
}

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

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---inner-container-547px {
  max-width: 574px;
}

.brix---hidden-desktop {
  display: none;
}

.brix---avatar-circle-06 {
  border-radius: 50%;
  width: 160px;
  max-width: 160px;
  height: 160px;
  max-height: 160px;
  overflow: hidden;
  transform: translate(0);
}

.brix---card-team-v1 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 24px 56px;
  display: flex;
  box-shadow: 0 2px 7px #14142b0f;
}

.brix---card-team-v1.newcard {
  display: none;
}

.brix---slide-item-mg {
  margin-right: 28px;
}

.brix---text-decoration-none {
  text-decoration: none;
}

.brix---slider-mask-width-388px {
  max-width: 388px;
  height: 100%;
  overflow: visible;
}

.brix---social-media-grid-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: center;
  justify-items: center;
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---btn-slider-arrow-right---top-left {
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  inset: -100px 84px auto auto;
  box-shadow: 0 2px 12px #14142b14;
}

.brix---btn-slider-arrow-right---top-left:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---icon-square-36px {
  background-color: #bb98531a;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px:hover {
  transform: scale(.92);
}

.brix---btn-slider-arrow-right---top-right {
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: -100px;
  box-shadow: 0 2px 12px #14142b14;
}

.brix---btn-slider-arrow-right---top-right:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---heading-h3-size-link {
  color: #211f54;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  transition: color .3s;
}

.brix---heading-h3-size-link:hover {
  color: #4a3aff;
}

.team-section {
  background-color: #f5f5f5;
  padding-top: 176px;
  padding-bottom: 176px;
  overflow: hidden;
}

.team-section.n1 {
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}

.team-section.n1.n12 {
  background-color: #fff;
}

.team-section.n13 {
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}

.team-section.n13.colorchange3 {
  display: none;
}

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

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

.brix---color-accent-1 {
  color: #4a3aff;
}

.brix---paragraph-default {
  color: #6f737c;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---text-200-medium {
  color: #bb9853;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.brix---avatar-image-link {
  transition: transform .3s;
}

.brix---avatar-image-link:hover {
  transform: scale(1.1);
}

.brix---text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.brix---heading-h2-size {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-600 {
  color: #6e7191;
}

.brix---mg-bottom-16px {
  margin-bottom: 0;
}

.motto-wrap {
  text-align: center;
  width: 100%;
  margin: 100px auto 60px;
  position: relative;
}

.motto-wrap.shop-motto {
  margin-top: 60px;
  margin-bottom: 100px;
  display: none;
}

.shop-section {
  width: 90%;
  max-width: 1180px;
  margin: 100px auto 0;
}

.featured-item-link {
  background-image: url('../images/hair-care-new.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  box-shadow: 4px 4px 12px #0000003b;
}

.featured-item-link.shop-item-three {
  background-image: url('../images/wedding-ad.jpg');
  background-position: 43%;
}

.featured-item-link.shop-item-two {
  background-image: url('../images/Chelsea-Salon-_-Spa-49.jpg');
}

.footer-cta-name {
  text-align: center;
  text-transform: none;
  min-width: auto;
  max-width: 800px;
  margin: 10px auto 20px;
  padding-bottom: 0;
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
  line-height: 42px;
  display: block;
}

.shop-item-name {
  color: #fff;
  margin-bottom: 7px;
  margin-left: 10px;
  font-weight: 600;
  line-height: 30px;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.label.cc-light {
  opacity: .6;
  color: #000000b8;
  font-family: Montserrat, sans-serif;
  display: inline;
}

.shop-item-block {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-right: 10px;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
}

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

.h1-wp {
  margin-bottom: 20px;
}

.btn-wp {
  margin-top: 20px;
}

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

.wrapper {
  width: 95%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.btn {
  background-color: #14142a;
  border-radius: 100px;
  padding: 20px 50px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  transition: all .32s cubic-bezier(.19, 1, .22, 1);
}

.btn:hover {
  background-color: #eba37a;
  transform: translate(0, -3px);
}

.btn.white {
  color: #fff;
  text-transform: capitalize;
  background-color: #bb9853;
  background-image: none;
  border: 1px #e4e5e9;
  border-radius: 8px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  transition: all .45s;
}

.btn.white:hover {
  background-image: linear-gradient(0deg, #bb9853, #363636e3);
  transform: translate(0, -4px);
  box-shadow: 0 2px 5px #bb9853;
}

.h1.white {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 52px;
}

.footer1 {
  background-color: #f9fafc;
  padding-top: 120px;
  padding-bottom: 120px;
}

.footer1.banner {
  background-image: linear-gradient(195deg, #a56b9a2b, #363636b8), url('../images/Add-a-heading-2.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.footer1.footer {
  background-color: #f5f5f5;
  padding-top: 30px;
  padding-bottom: 10px;
}

.instagram-gallery-mobile {
  padding-top: 176px;
  padding-bottom: 176px;
  display: none;
}

.brix---color-neutral-801 {
  color: #211f54;
}

.divider-vertical {
  background-color: #dcddeb;
  align-self: stretch;
  min-width: 1px;
  max-width: 1px;
  margin-left: 24px;
  margin-right: 24px;
}

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

.flex-horizontal.space-between {
  justify-content: space-between;
}

.instagram-feed---image-wrapper-3 {
  z-index: 1;
  border-radius: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.subtitle---brix {
  color: #bb9853;
  letter-spacing: .1em;
  -webkit-text-stroke-color: #a56b9a;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 500;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns._1-5fr---1fr {
  grid-template-columns: 1.5fr 1fr;
}

.grid-2-columns._1-5fr---1fr.mg-bottom-64px {
  grid-template-columns: 1.5fr;
}

.grid-2-columns.gap-medium {
  grid-column-gap: 60px;
}

.grid-2-columns.gap-medium._0-6fr---1fr {
  grid-template-columns: .6fr 1fr;
}

.grid-2-columns.contact-v7 {
  grid-column-gap: 60px;
  grid-template-columns: 1fr 1.2fr;
  align-items: start;
}

.instagram-feed---image {
  object-fit: cover;
  width: 100%;
}

.instagram-feed---image-overlay {
  z-index: 1;
  transform-origin: 0%;
  background-color: #000000a6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.instagram-feed---icon-inside {
  min-width: 40px;
  max-width: 40px;
}

.container-default-2 {
  flex-direction: column;
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.container-default-2.n1220 {
  align-items: center;
}

.text-decoration-none {
  text-decoration: none;
}

.top-content---brix.testimonial-v2--brix {
  margin-bottom: 45px;
}

.avatar-circle {
  border-radius: 50%;
  width: 100%;
  overflow: hidden;
  transform: translate(0);
}

.avatar-circle._04 {
  width: 80px;
  max-width: 80px;
  height: 80px;
  max-height: 80px;
}

.avatar-circle._05 {
  width: 120px;
  max-width: 120px;
  height: 120px;
  max-height: 120px;
}

.avatar-circle._05.border-6px-white {
  border: 6px solid #fff;
  box-shadow: 0 8px 28px #14142b1a;
}

.avatar-circle._08 {
  width: 380px;
  max-width: 380px;
  height: 380px;
  max-height: 380px;
}

.avatar-circle._08.testimonial-v12 {
  flex: none;
  height: 100%;
  margin-right: 48px;
}

.avatar-circle._03 {
  width: 64px;
  max-width: 64px;
  height: 64px;
  max-height: 64px;
}

.avatar-circle._07 {
  width: 240px;
  max-width: 240px;
  height: 240px;
  max-height: 240px;
}

.avatar-circle._07.testimonial-v8 {
  flex: none;
  margin-left: 24px;
}

.reviews-mobile {
  padding-top: 176px;
  padding-bottom: 176px;
  display: none;
}

.stars-2 {
  margin-top: 8px;
}

.card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px #14142b0f;
}

.card.content-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 32px;
  display: flex;
}

.card.content-left.pd-32px---48px---56px {
  padding-bottom: 56px;
  padding-left: 32px;
  padding-right: 32px;
}

.card.content-left.pd-40px---64px {
  padding: 64px 40px;
}

.card.content-left.pd-40px {
  padding: 40px;
}

.card.content-left.testimonial-v8 {
  flex-direction: row;
  align-items: center;
  padding-left: 48px;
  padding-right: 48px;
}

.card.content-left.testimonial-twitter {
  padding-top: 32px;
  padding-bottom: 40px;
}

.card.instagram-feed-link-card {
  border-radius: 20px;
  padding: 24px;
  text-decoration: none;
  box-shadow: 0 13px 13px #dad9ef26;
}

.card.instagram-feed-link-card.v2 {
  margin-bottom: 15px;
  padding: 28px 22px 22px;
}

.card.testimonial-card-color {
  box-shadow: none;
  border-width: 0;
  padding: 56px 48px;
  text-decoration: none;
}

.card.testimonial-card-color.color-2 {
  color: #fff;
  transform-style: preserve-3d;
  background-color: red;
  transition: transform .3s, color .3s;
}

.card.testimonial-card-color.color-2:hover {
  transform: scale3d(.94, .94, 1.01);
}

.card.testimonial-card-color.color-3 {
  color: #fff;
  transform-style: preserve-3d;
  background-color: #4353ff;
  transition: transform .3s, color .3s;
}

.card.testimonial-card-color.color-3:hover {
  transform: scale3d(.94, .94, 1.01);
}

.card.testimonial-card-color.color-1 {
  color: #fff;
  transform-style: preserve-3d;
  background-color: #0084ff;
  transition: transform .3s, color .3s;
}

.card.testimonial-card-color.color-1:hover {
  color: #fff;
  transform: scale3d(.94, .94, 1.01);
}

.card.testimonial-v3 {
  color: #6e7191;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.card.content-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 24px;
  display: flex;
}

.card.content-center.testimonial-v6 {
  padding: 80px 98px;
}

.card.testimonial-video-left {
  align-items: center;
  display: flex;
}

.card.testmonial-v12 {
  padding: 64px 72px;
  display: flex;
}

.card.form {
  min-height: 620px;
  margin-bottom: 0;
  padding: 72px 40px;
}

.heading-h4-size {
  color: #211f54;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.heading-h4-size.color-neutral-100 {
  color: #fff;
}

.heading-h4-size.heading-link {
  color: #000;
}

._43-text-block-2 {
  color: #666;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 500;
  line-height: 115%;
}

._43-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 182px;
  height: 51px;
  margin: 19px 35px 18px;
  display: flex;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.mg-bottom-32px.tablet-only {
  margin-bottom: 0;
}

.mg-bottom-24px {
  margin-bottom: 24px;
}

._43-right-bottom {
  grid-column-gap: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.title.testimonial---brix {
  margin-bottom: 0;
}

._43-right {
  color: #625077;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 0 0 20px;
  font-weight: 600;
  line-height: 140%;
}

.avatar-image.link {
  transition: transform .3s;
}

.avatar-image.link:hover {
  transform: scale(1.1);
}

._43-right-bottom-text {
  color: #490796;
  font-size: 16px;
  font-weight: 700;
}

.pricing22_row-content {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  display: flex;
}

.pricing22_row-content.border-top {
  border-top: 1px solid #fff;
}

.pricing22_row-content.pricing-header {
  font-size: 1.4rem;
  font-weight: 600;
}

.tab-link {
  color: #0009;
  background-color: #0000;
  border-bottom: 2px solid #0000;
  flex: none;
  margin-right: 1.5rem;
  padding: .5rem 1rem;
  font-size: 2.2rem;
  font-weight: 600;
}

.tab-link.w--current {
  color: #f4f4f4;
  background-color: #0000;
  border: 1px #1e2f4d;
  border-right: 1px solid #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

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

.service-menu.background-color-black {
  color: #fff;
  background-color: #222;
  margin-bottom: 0;
  padding-top: 40px;
}

.faq1_icon {
  align-self: center;
  width: .7rem;
  height: .7rem;
  margin-left: 0;
}

.text-block-34 {
  font-size: 1.2rem;
}

.text-block-33 {
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
}

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

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

.tabs-menu-2 {
  border-bottom: 1px #00000026;
  justify-content: center;
  display: flex;
  overflow: auto;
}

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

.pricing22_feature {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1.5rem;
  font-weight: 300;
}

.pricing22_feature.pricing-header {
  font-size: 1.4rem;
  font-weight: 600;
}

.pricing22_feature.border-right-top {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.pricing22_feature.border-right {
  border-right: 1px solid #fff;
  font-family: Montserrat, sans-serif;
}

.faq1_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

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

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

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

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

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

.faq1_answer {
  overflow: hidden;
}

.down-arrow-wrapper {
  background-color: #bb9853;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 1.7rem;
  height: 1.7rem;
  margin-left: 1rem;
  padding: .3rem;
  display: flex;
}

.pricing22_row-double {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  align-items: stretch;
  padding-left: 0;
}

.faq1_accordion {
  border-bottom: 1px solid #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.inner-container._574px {
  max-width: 574px;
}

.inner-container._600px {
  max-width: 600px;
}

.inner-container._600px.center.newaa1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.inner-container._550px {
  max-width: 550px;
}

.inner-container._800px {
  max-width: 800px;
}

.inner-container._1104px {
  max-width: 1104px;
}

.inner-container._490px {
  max-width: 490px;
}

.tabs-wrapper.flex-vertical-reverse {
  flex-direction: column-reverse;
  display: flex;
}

.accordion-side {
  margin-right: 24px;
}

.accordion-side.right-side {
  margin-left: 24px;
  margin-right: 0;
}

.tabs-menu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.acordion-body {
  width: 100%;
  overflow: hidden;
}

.accordion-title {
  margin-bottom: 0;
}

.btn-circle-secondary {
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 26px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 12px #14142b14;
}

.btn-circle-secondary:hover {
  color: #fff;
  background-color: #4a3aff;
  border-color: #4a3aff;
  transform: scale3d(.94, .94, 1.01);
}

.btn-circle-secondary.small {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
}

.btn-circle-secondary.small.accordion-btn:hover {
  background-color: #fff;
  border-color: #eff0f6;
}

.btn-circle-secondary.slider-arrow {
  margin-top: 0;
  margin-bottom: 0;
}

.btn-circle-secondary.slider-arrow.right---center-center {
  top: 50%;
  bottom: 0;
  right: -10px;
  transform: translate(0, -50%);
}

.btn-circle-secondary.slider-arrow.right---center-center:hover {
  transform: translate(0, -50%);
}

.btn-circle-secondary.slider-arrow.left---top-left {
  inset: -100px 84px auto auto;
}

.btn-circle-secondary.slider-arrow.right---top-left {
  top: -100px;
}

.btn-circle-secondary.slider-arrow.left---center-center {
  top: 50%;
  transform: translate(0, -50%);
}

.btn-circle-secondary.slider-arrow.left---center-center:hover {
  transform: translate(0, -50%);
}

.btn-circle-secondary.slider-arrow.left---center-center.outside {
  left: -11px;
}

.badge-secondary {
  color: #211f54;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcddeb;
  border-radius: 40px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 2px 12px #14142b0f;
}

.badge-secondary.tabs {
  margin-left: 12px;
  margin-right: 12px;
  transition: background-color .3s, border-color .3s, color .3s;
}

.badge-secondary.tabs:hover, .badge-secondary.tabs.w--current {
  color: #fff;
  background-color: #bb9853;
  border-style: none;
  border-color: #4a3aff;
}

.badge-secondary.tabs.w--current:hover {
  box-shadow: 0 2px 5px #a56b9a;
}

.accordion-spacer {
  min-height: 16px;
}

.tabs-content {
  overflow: visible;
}

.accordion-content-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.accordion-content-wrapper.width-660px {
  max-width: 660px;
}

.accordion-btn-line {
  background-color: #211f54;
  border-radius: 20px;
  width: 18px;
  height: 2px;
  position: absolute;
}

.accordion-btn-line.vertical {
  transform: rotate(90deg);
}

.accordion-item-wrapper {
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  width: 100%;
  padding: 48px 64px;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 2px 12px #14142b14;
}

.accordion-item-wrapper:hover {
  transform: scale3d(.96, .96, 1.01);
}

.accordion-item-wrapper.v6 {
  justify-content: space-between;
}

.faq {
  padding-top: 50px;
  padding-bottom: 50px;
}

.faq.bg12 {
  background-color: #f5f5f5;
}

.mg-bottom-0 {
  margin-bottom: 0;
}

.accordion-header {
  align-items: center;
  display: flex;
}

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

.text-center.mg-bottom-48px {
  flex-flow: column;
  align-content: center;
  align-items: center;
  display: flex;
}

.cloneable-container-default {
  background-color: #f7f7fb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 624px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  transform: translate(0);
}

.subtitle---brix-2 {
  color: #fff;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.cta-v1-content---brix {
  color: #fff;
  max-width: 500px;
}

.cta-button---brix {
  color: #4a3aff;
  text-align: center;
  background-color: #f3f1ff;
  border: 1px solid #0000;
  border-radius: 80px;
  padding: 18px 40px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: border-color .3s, color .3s, background-color .3s;
}

.cta-button---brix:hover {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.title---brix.cta-v1-title---brix {
  color: #fff;
  margin-bottom: 32px;
  line-height: 1.27778;
}

.subtitle-wrapper---brix {
  color: #fff;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.section-22 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.section-22.cloneables-listing {
  padding-top: 0;
  padding-bottom: 140px;
}

.component-container-default---brix {
  align-items: center;
  width: 100%;
  max-width: 1240px;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: absolute;
}

.subtitle-dash---brix {
  background-color: #fff;
  border-radius: 10px;
  width: 22px;
  min-width: 16px;
  max-width: 22px;
  min-height: 2px;
  margin-right: 10px;
}

.cta-v1-wrapper---brix {
  background-color: #4a3aff;
  background-image: url('../images/bg-01-cta-webflow-cloneable-template-brix-templates.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 30px;
  align-items: center;
  width: 100%;
  min-height: 465px;
  padding: 64px;
  display: flex;
  overflow: hidden;
}

.cta-section {
  background-color: #000;
  background-image: url('../images/Наращивание-ресниц.jpeg');
  background-position: 50% 100%;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 160px;
  display: none;
  position: relative;
  overflow: hidden;
}

.btn-secondary {
  color: #211f54;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 48px;
  padding: 26px 38px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #4a3aff;
  border-color: #4a3aff;
  transform: translate3d(0, -3px, .01px);
}

.btn-secondary.white {
  color: #fff;
  background-color: #0000;
}

.btn-secondary.white:hover {
  color: #211f54;
  background-color: #fff;
  border-color: #fff;
}

.buttons-row {
  align-items: center;
  display: flex;
}

.buttons-row.center {
  justify-content: center;
}

.buttons-row.right {
  justify-content: flex-end;
}

.color-neutral-100 {
  color: #fff;
}

.floating-item {
  position: absolute;
}

.floating-item.cta-v2-01 {
  z-index: 0;
  inset: 0% auto auto 0%;
}

.floating-item.cta-v2-02 {
  inset: auto -1% 15% auto;
  inset: auto -1% 15% auto;
}

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

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

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3324d5;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary.white {
  color: #4a3aff;
  background-color: #fff;
}

.btn-primary.white:hover {
  color: #4a3aff;
  background-color: #f2f1ff;
}

.btn-primary.pd-14px---24px {
  padding: 14px 24px;
}

.btn-primary.button-row {
  margin-right: 28px;
}

.btn-primary.header {
  transform-style: preserve-3d;
}

.icon-list-item-wrapper {
  align-items: center;
  display: flex;
}

.icon-list-item-wrapper.center {
  justify-content: center;
}

.icon-list {
  margin-right: 16px;
}

.text-200 {
  line-height: 20px;
}

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

.text-bold {
  color: #211f54;
  font-weight: 700;
}

.text-bold.color-accent-1 {
  color: #4a3aff;
}

.color-neutral-300 {
  color: #eff0f6;
}

.color-neutral-300.mg-bottom-40px {
  margin-top: 5px;
  font-size: 18px;
}

.social-media-footer-item {
  margin-left: 28px;
  transition: opacity .35s, color .35s;
}

.social-media-footer-item:hover {
  opacity: .42;
}

.newsletter-input-container {
  position: relative;
}

.footer-list-item {
  margin-bottom: 12px;
}

.footer-list-columns-container {
  display: flex;
}

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

.footer-top {
  grid-column-gap: 100px;
  border-bottom: 1px solid #e4e5e9;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.4fr;
  padding-bottom: 0;
}

.footer-bottom {
  grid-column-gap: 40px;
  border-top: 1px solid #e4e5e9;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: center;
  padding-top: 20px;
}

.submit-btn {
  color: #fff;
  text-align: center;
  text-transform: lowercase;
  background-color: #14142a;
  border-radius: 80px;
  padding: 20px 60px;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .35s, transform .3s, box-shadow .3s;
}

.submit-btn:hover {
  color: #fff;
  background-color: #eba37a;
  transform: translate(0, -3px);
}

.submit-btn.newsletter {
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  inset: 12px 12px 12px auto;
}

.footer-middle {
  grid-column-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr 1.2fr 1fr;
  padding-top: 30px;
  padding-bottom: 30px;
}

.success-message {
  color: #fff;
  background-color: #14142a;
  padding: 36px 24px;
}

.brand-footer {
  width: 192px;
  margin-bottom: 20px;
  transition: transform .35s, color .35s;
}

.brand-footer:hover {
  transform: scale(.94);
}

.brand-footer.w--current {
  margin-bottom: 20px;
}

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

.footer-list.column-one {
  text-transform: capitalize;
  margin-right: 40px;
}

.footer-title {
  color: #000;
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.input {
  background-color: #f6f6f7;
  border: 1px solid #f6f6f7;
  border-radius: 100px;
  height: 72px;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 18px;
  transition: border-color .35s, background-color .35s;
}

.input:hover {
  background-color: #fff;
  border-color: #eba37a;
}

.input:focus {
  color: #14142a;
  background-color: #fff;
  border-color: #eba37a;
}

.input.newsletter {
  text-transform: lowercase;
  border-color: #f9fafc;
  font-size: 18px;
  line-height: 20px;
  transition: background-color .35s, border-color .35s;
}

.input.newsletter:hover {
  background-color: #fff;
  border-color: #eba37a;
}

.input.newsletter:focus {
  color: #14142a;
  background-color: #fff;
}

.error-message {
  color: #ff484b;
  text-align: center;
  background-color: #fff4f4;
  margin-top: 18px;
  padding: 18px 19px;
}

.field.newsletter {
  color: #14142a;
  margin-bottom: 20px;
}

.footer-link-item {
  color: #000;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.footer-link-item.newkk {
  text-transform: lowercase;
}

.text-block-41 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.lynx-grid-image-right {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  width: 100%;
}

.lynx-subtitle {
  color: #bb9853;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-heading {
  color: #000;
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 120%;
}

.lynx-image {
  object-fit: cover;
  border-radius: 30px;
  min-height: 500px;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-button {
  color: #fff;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #1f2022;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-button:hover {
  background-color: #8979ec;
}

.lynx-block-left {
  padding-right: 15%;
}

.lynx-block-image {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.lynx-paragraph {
  color: #797c83;
  max-width: 820px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 165%;
}

.laptop-header {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-image-absolute {
  z-index: 50;
  object-fit: cover;
  border-radius: 30px;
  max-width: 56%;
  position: absolute;
  inset: auto auto -6% -12%;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.color-accent-1 {
  color: #4a3aff;
}

.social-icon-font {
  line-height: 21px;
}

.social-icon-font.btn-social-icon {
  margin-right: 8px;
  font-size: 20px;
  line-height: 1em;
}

.heading-h1-size {
  color: #211f54;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.heading-h1-size.mg-bottom-8px {
  color: #000;
  margin-bottom: 0;
}

.heading-h5-size {
  color: #211f54;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.instagram-gallery {
  padding-top: 50px;
  padding-bottom: 50px;
}

.max-w-32px {
  max-width: 32px;
}

.flex {
  display: flex;
}

.flex.align-center {
  align-items: center;
}

.flex.align-center.gap-column-6px {
  grid-column-gap: 6px;
}

.flex.align-center.gap-column-12px {
  grid-column-gap: 12px;
}

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

.instagram-link-cards---bottom-icons-container {
  grid-column-gap: 32px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.mg-bottom-2 {
  margin-bottom: 0;
}

.brix---card-testimonial-v14 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  padding: 32px 32px 32px 40px;
  display: flex;
  box-shadow: 0 2px 7px #14142b0f;
}

.brix---text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.flex-vertical {
  flex-direction: column;
  display: flex;
}

.flex-vertical.start {
  align-items: flex-start;
}

.flex-vertical.start.justify-center {
  justify-content: center;
}

.social-icon-square {
  background-color: #f2f1ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.social-icon-square:hover {
  color: #fff;
  background-color: #4a3aff;
}

.social-icon-square.twitter-color {
  color: #1ba4ff;
  background-color: #eef8ff;
}

.social-icon-square.twitter-color:hover {
  color: #fff;
  background-color: #1ba4ff;
}

.pd---content-inside-card {
  padding: 40px 28px 48px;
}

.pd---content-inside-card.testimonial-video {
  padding: 48px 76px;
}

.pd---content-inside-card.testimonial-v3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 40px;
  padding-left: 88px;
  padding-right: 88px;
  display: flex;
}

.image.testimonial-v3 {
  object-fit: cover;
  height: 100%;
}

.tab-line {
  opacity: .4;
  background-color: #0000;
  border-bottom: 2px solid #0000;
  padding: 40px;
  transition: opacity .3s, color .3s;
}

.tab-line:hover {
  opacity: 1;
}

.tab-line.w--current {
  opacity: 1;
  background-color: #0000;
  border-bottom-color: #4a3aff;
}

.brix---color-neutral-802 {
  color: #211f54;
}

.image-wrapper---br-top {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.testimonial-video-wrapper {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  flex: none;
  overflow: hidden;
}

.brix---color-accent-2 {
  color: #4a3aff;
}

.text-100 {
  font-size: 16px;
  line-height: 18px;
}

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

.link-wrapper {
  color: #211f54;
  transition: none;
  display: inline-block;
}

.link-wrapper:hover {
  color: #4a3aff;
}

.link-wrapper.white {
  color: #fff;
}

.link-wrapper.white:hover {
  color: #f2f1ff;
}

.link-wrapper.white.text-bold.hover-white:hover {
  color: #fff;
}

.mg-bottom-48px {
  margin-bottom: 48px;
}

.tabs-menu-3 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.tabs-menu-3.bottom {
  margin-top: 40px;
  margin-bottom: 0;
}

.lightbox-video-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-v3-image-wrapper {
  object-fit: fill;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  flex: none;
  width: 100%;
  max-width: 548px;
  overflow: hidden;
}

.mg-top-24px {
  margin-top: 24px;
}

.brix---testimonial-v14-left-right {
  background-color: #f7f7fc;
  border-radius: 18px;
  width: 100%;
  max-width: 574px;
  padding: 90px 46px;
}

.brix---slider-mask-width-1012px {
  max-width: 1012px;
  height: 100%;
  overflow: visible;
}

.link-text {
  transition: color .3s;
  display: inline-block;
}

.width-100 {
  width: 100%;
}

.mg-right-8px {
  margin-right: 8px;
}

.mg-top-16px {
  margin-top: 16px;
}

.flex-growth {
  flex: 1;
}

.section-24 {
  padding-top: 30px;
  padding-bottom: 50px;
}

.section-24.small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid-top---text-2-buttons {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  align-items: end;
  margin-bottom: 48px;
}

.brix---color-neutral-700 {
  color: #4a4566;
}

.tab-card {
  opacity: .4;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 10px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 32px 46px;
  transition: opacity .3s, box-shadow .3s, color .3s;
  box-shadow: 0 2px 12px #14142b14;
}

.tab-card:hover {
  opacity: 1;
}

.tab-card.w--current {
  opacity: 1;
  background-color: #fff;
}

.line-rounded-icon.link-icon-right {
  margin-left: 6px;
  display: inline-block;
}

.line-rounded-icon.link-icon-left {
  margin-right: 6px;
  display: inline-block;
}

.line-rounded-icon.success-message-check {
  margin-bottom: 6px;
  font-size: 22px;
}

.line-rounded-icon.success-message-check.large {
  margin-bottom: 16px;
  font-size: 80px;
  line-height: 88px;
}

.social-media-grid-top {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  justify-items: start;
}

.social-media-grid-top.right {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: end;
  justify-items: end;
}

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

.play-button-large {
  transform-style: preserve-3d;
  border-radius: 50%;
  transition: transform .3s;
  box-shadow: 0 24px 65px #14142b29;
}

.play-button-large:hover {
  transform: scale3d(.94, .94, 1.01);
}

.play-button-large.wdith-100px {
  width: 100px;
}

.brix---btn-slider-arrow-left---testimonial-v12 {
  color: #211f54;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 50%;
  left: -11px;
  transform: translate(0, -50%);
  box-shadow: 0 2px 12px #14142b14;
}

.brix---btn-slider-arrow-left---testimonial-v12:hover {
  transform: scale(.95)translate(0, -50%);
}

.position-relative {
  position: relative;
}

.position-relative.testimonial-video {
  height: 100%;
}

.bg-overlay {
  z-index: 1;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-201 {
  line-height: 20px;
}

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

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---btn-slider-arrow-right---testimonial-v12 {
  color: #211f54;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 50%;
  bottom: 0;
  right: -10px;
  transform: translate(0, -50%);
  box-shadow: 0 2px 12px #14142b14;
}

.brix---btn-slider-arrow-right---testimonial-v12:hover {
  transform: scale(.95)translate(0, -50%);
}

.hidden-on-desktop {
  display: none;
}

.elements---element-title {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 12px;
  margin-top: 72px;
  margin-bottom: 32px;
  padding: 24px 32px;
  box-shadow: 0 2px 8px #14142b0f;
}

.elements---element-title.first, .elements---element-title.first.large {
  margin-top: 0;
}

.brix---paragraph-large {
  font-size: 24px;
  line-height: 38px;
}

.brix---mg-left-16px {
  margin-left: 16px;
}

.slider-mask {
  height: 100%;
}

.slider-mask.width-390px {
  max-width: 390px;
  overflow: visible;
}

.slider-mask.width-490px {
  max-width: 480px;
  overflow: visible;
}

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

.brix---avatar-circle-04 {
  border-radius: 50%;
  width: 80px;
  max-width: 80px;
  height: 80px;
  max-height: 80px;
  overflow: hidden;
  transform: translate(0);
}

.brix---text-200 {
  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: 20px;
}

.brix---mg-bottom-0 {
  margin-bottom: 0;
}

.brix---testimonial-v14-left-side {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  margin-right: 58px;
  display: flex;
}

.mg-bottom-3 {
  margin-bottom: 0;
}

.text-300 {
  font-size: 22px;
  line-height: 22px;
}

.text-300.list {
  line-height: 28px;
}

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

.slider-item-pd {
  padding: 15px;
}

.slide-item-mg {
  margin-right: 28px;
}

.testimonial-logo-badge {
  background-color: #fff;
  border-radius: 8px;
  padding: 18px 28px;
  display: inline-block;
  position: absolute;
  inset: auto auto 32px 32px;
  box-shadow: 0 1px 12px #14142b14;
}

.mg-bottom-40px {
  margin-bottom: 40px;
}

.laptop-reviews {
  background-color: #f5f5f5;
  padding-top: 50px;
  padding-bottom: 50px;
}

.paragraph-26, .paragraph-27, .paragraph-28 {
  font-size: 16px;
  line-height: 22px;
}

.heading-35 {
  margin-top: 0;
}

.paragraph-30 {
  color: #6f737c;
  font-size: 18px;
  line-height: 24px;
}

.div-block, .div-block-2 {
  margin-left: 15px;
}

.div-block-3 {
  color: #000;
  margin-left: 10px;
}

.bold-text-3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.div-block-4 {
  margin-bottom: 35px;
}

.cta-section-2 {
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(358deg, #bb9853, #0009), url('../images/Наращивание-ресниц.jpeg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  flex-direction: column;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.color-neutral-301 {
  color: #fff;
}

.color-neutral-301.mg-bottom-40px {
  margin-bottom: 0;
  font-size: 34px;
  line-height: 40px;
}

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

.container-default-3.z-index-1 {
  z-index: 1;
  position: relative;
}

.f-banner-block {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-banner-icon-small {
  background-color: #bb9853;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 4px;
  display: flex;
}

.f-banner-button {
  color: #fff;
  background-color: #a56b9a;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 16px;
  transition: background-color .3s;
  display: flex;
}

.f-banner-button:hover {
  background-color: #2d0896;
}

.f-banner-text-span {
  color: #bb9853;
}

.f-banner-dropdown-list {
  background-color: #947777;
}

.f-banner-dropdown-list.w--open {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 1px 1px 20px #0000000d;
}

.f-banner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #222;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 5%;
  display: flex;
}

.f-banner-container-between {
  z-index: 5;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-banner-dropdown-link {
  color: #000;
  border-radius: 4px;
}

.f-banner-dropdown-link:hover {
  background-color: #dedfe3;
}

.f-banner-text-wrapper {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.f-banner-dropdown-toggle {
  grid-column-gap: 4px;
  color: #fff;
  align-items: center;
  padding: 4px;
  transition: all .2s;
  display: flex;
}

.f-banner-caption {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.f-banner-icon {
  color: #fff;
  background-color: #bb9853;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 4px;
  display: flex;
}

.f-banner-button-divider {
  background-color: #dfaf52;
  border-radius: 4px;
  width: 1px;
  height: 14px;
}

.f-icon-small {
  mix-blend-mode: luminosity;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

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

.brix---header-nav-list-item-2 {
  margin-bottom: 0;
  padding-left: 32px;
}

.brix---header-nav-link-white-2 {
  color: #fff;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  transition: opacity .3s, color .3s;
}

.brix---header-nav-link-white-2:hover {
  opacity: .48;
}

.brix---header-nav-link-white-2.w--current {
  color: #dfaf52;
}

.brix---header-nav-link-white-2.new1.w--current {
  color: #fff;
}

.content-wrap-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

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

.image-in-div {
  z-index: 2;
  border-radius: 8px;
  width: auto;
  max-width: 97%;
  margin-top: 0;
  margin-right: 0;
  position: relative;
}

.right-arrow {
  height: 15px;
  margin-top: 2px;
  margin-left: 7px;
}

.secondary-button {
  color: #000;
  align-items: center;
  margin-left: 25px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.secondary-button:hover {
  opacity: .8;
  transform: translate(5px);
}

.button-wrapper {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.section-title {
  color: #3b2ae5;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.paragraph {
  opacity: .75;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.button {
  text-transform: none;
  background-color: #bb9853;
  border-radius: 8px;
  padding: 13px 22px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.button:hover {
  opacity: .8;
}

.content-section-inner-01 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1100px;
  display: grid;
}

.content-section-01 {
  background-color: #fff;
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.content-section-01.nwwh {
  background-color: #f5f5f5;
  border-bottom-style: none;
}

.heading-2 {
  color: #000;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
}

.border-effect {
  z-index: 1;
  background-color: #fff;
  border: 5px solid #bb9853;
  border-radius: 8px;
  position: absolute;
  inset: -20px 0 15px 15px;
}

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

.f-margin-bottom-24 {
  margin-bottom: 24px;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-header-review-icon-wrapper {
  background-color: #e4e6f1;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-h1-heading {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
}

.f-header-review-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-weight: 500;
  display: flex;
}

.f-heading-detail-small {
  color: #bb9853;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 32px;
}

.f-section-large {
  background-color: #f5f5f5;
  background-image: url('../images/Untitled-design-6.png');
  background-position: 50% 70%;
  background-size: cover;
  padding: 92px 5%;
  position: relative;
}

.f-section-large.new156 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.body-4, .text-block-42 {
  font-family: Montserrat, sans-serif;
}

.form-section-01 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.big-image-form-01 {
  background-image: url('../images/Add-a-heading-2.png'), linear-gradient(#efb9e2cc, #000000b3);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
  width: 100%;
  height: 350px;
}

.form-section-inner {
  text-align: left;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 750px;
  margin-top: -170px;
  padding: 50px;
  display: flex;
}

.newsletter-form-01 {
  align-items: stretch;
  display: flex;
}

.section-title-2 {
  color: #bb9853;
  text-transform: none;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.paragraph-31 {
  opacity: .75;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.button-7 {
  text-transform: none;
  background-color: #bb9853;
  border-radius: 8px;
  padding: 13px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.button-7:hover {
  opacity: .8;
}

.nexsletter-form-block-01 {
  width: 85%;
  margin-top: 20px;
  margin-bottom: 0;
}

.text-field-01 {
  border: 1px solid #dbdbdb;
  height: 48px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 22px;
}

.text-field-01:active {
  color: #3b2ae5;
  border-color: #dbdbdb;
}

.icon-l {
  width: 72px;
  margin-bottom: 24px;
}

.section---content {
  background-color: #fbfcfe;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 5% 140px;
  display: none;
  position: relative;
}

.h1-heading {
  color: #160042;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 44px;
  font-weight: 600;
}

.content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.heading-wrap {
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 44px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.image-wrapper {
  border-radius: 4px;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

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

.paragraph-32 {
  color: #6b7094;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.link {
  color: #784fe0;
  text-decoration: none;
}

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

.text-area {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 22px;
  min-height: 144px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px #14142b14;
}

.text-area:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px #14142b1a;
}

.text-area:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.text-area::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.error-message-2 {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
}

.input-2 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 100px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px #14142b14;
}

.input-2:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px #14142b1a;
}

.input-2:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.input-2::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.maps {
  padding-top: 176px;
  padding-bottom: 176px;
  display: none;
}

.success-message-2 {
  color: #4a3aff;
  background-color: #f3f2ff;
  border-radius: 24px;
  padding: 28px 28px 32px;
}

.card-content-pd.card-map {
  padding: 54px 48px;
}

.image-br-top._24px {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.container-default-4 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.ms-chat-header {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 15px 17px 45px;
  font-size: 14px;
  display: flex;
}

.ms-chat-icon-img {
  transform: rotate(-30deg);
}

.success-message-3 {
  background-color: #0000;
}

.ms-chat-bg {
  background-color: #bb9853;
  height: 190px;
  position: absolute;
  inset: 0% 0% auto;
}

.ms-chat-back {
  background-image: url('../images/noun_back_2627267.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.ms-chat-label {
  z-index: 2;
  background-color: #fff;
  margin-left: 10px;
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
  position: relative;
}

.ms-chat-wrapper {
  z-index: 1001;
  width: 70px;
  height: 70px;
  display: block;
  position: fixed;
  bottom: 55px;
  right: 15px;
}

.ms-chat-profile-img-wrap {
  width: 100%;
  max-height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.ms-chat-smaller-text {
  opacity: .75;
  font-size: 90%;
}

.ms-chat-icon {
  z-index: 2;
  background-color: #e2b1cc;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 18px;
  display: flex;
  position: absolute;
  inset: 0%;
  box-shadow: 0 20px 30px -10px #555e6980;
}

.ms-chat-icon:hover {
  background-image: linear-gradient(#0000001a, #0000001a);
}

.ms-chat-bold {
  font-weight: 700;
}

.ms-chat-animation {
  height: 190px;
  overflow: hidden;
}

.ms-exit-icon {
  display: none;
}

.ms-chat {
  opacity: .75;
  font-size: 13px;
}

.ms-chat-field {
  border: 1px solid #aaa9a9;
  border-radius: 4px;
  margin-top: -1.1em;
}

.ms-chat-field.ms-chat-message {
  min-height: 150px;
}

.ms-chat-channel-form {
  z-index: 1;
  color: #181823;
  text-align: left;
  background-color: #fff;
  border: 1px solid #e9e7e7;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 15px 20px 25px;
  font-size: 15px;
  text-decoration: none;
  position: relative;
  top: 0;
  box-shadow: 0 7px 15px -4px #555e6933;
}

.ms-chat-channel-btn {
  z-index: 1;
  color: #181823;
  text-align: left;
  background-color: #fff;
  border: 1px solid #e9e7e7;
  border-radius: 4px;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 15px 20px 25px;
  font-size: 15px;
  text-decoration: none;
  transition: box-shadow .2s, border-color .2s, top .2s;
  display: flex;
  position: relative;
  top: 0;
  box-shadow: 0 7px 15px -4px #555e6933;
}

.ms-chat-channel-btn:hover {
  border-color: #4baeb2;
  top: -4px;
  box-shadow: 0 7px 15px #555e694d;
}

.ms-chat-bottom-text {
  opacity: .75;
  margin-top: 80px;
  padding-bottom: 10px;
  font-size: 90%;
  position: relative;
  inset: auto 0% 0%;
}

.ms-chat-channel-wrap {
  margin-top: -25px;
  padding-left: 12px;
  padding-right: 12px;
}

.ms-chat-channel-icon {
  width: 50px;
  min-width: 50px;
  margin-right: 20px;
  font-size: 15px;
}

.ms-chat-submit-button {
  background-color: #e2b1cc;
  border-radius: 8px;
  width: 100%;
  padding: 15px;
  font-weight: 600;
}

.ms-chat-frame {
  z-index: 1;
  position: relative;
}

.ms-chat-profile {
  border-radius: 100%;
  width: 45px;
  height: 45px;
  margin-left: -1px;
  margin-right: -1px;
  box-shadow: 0 0 0 3px #fff, 0 10px 10px -1px #555e6940;
}

.ms-chat-box {
  z-index: 1;
  text-align: center;
  background-color: #f4fbff;
  border: 1px solid #e9e7e7;
  border-radius: 8px;
  width: 100vw;
  max-width: 350px;
  height: 630px;
  max-height: 75vh;
  line-height: 1.5em;
  display: none;
  position: absolute;
  inset: auto -5px 24px auto;
  overflow: auto;
  box-shadow: 0 20px 40px -5px #555e6940;
}

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

.square-icon {
  border-radius: 16px;
}

.square-icon.mg-bottom-24px {
  box-shadow: 0 2px 5px #0003;
}

.container-default-5 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.mg-bottom-4 {
  margin-bottom: 0;
}

.bold-text-8, .heading-39, .heading-40 {
  font-size: 22px;
}

.div-block-5 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-41 {
  color: #000;
  font-size: 40px;
}

.paragraph-33 {
  font-size: 16px;
}

.ms-chat-icon-2 {
  z-index: 2;
  background-color: #4baeb2;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 18px;
  display: flex;
  position: absolute;
  inset: 0%;
  box-shadow: 0 20px 30px -10px #555e6980;
}

.ms-chat-icon-2:hover {
  background-image: linear-gradient(#0000001a, #0000001a);
}

.success-message-4 {
  background-color: #0000;
}

.ms-chat-bg-2 {
  background-color: #4baeb2;
  height: 190px;
  position: absolute;
  inset: 0% 0% auto;
}

.ms-chat-wrapper-2 {
  z-index: 1001;
  width: 70px;
  height: 70px;
  position: fixed;
  bottom: 55px;
  right: 15px;
}

.ms-chat-channel-btn-2 {
  z-index: 1;
  color: #181823;
  text-align: left;
  background-color: #fff;
  border: 1px solid #e9e7e7;
  border-radius: 4px;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 15px 20px 25px;
  font-size: 15px;
  text-decoration: none;
  transition: box-shadow .2s, border-color .2s, top .2s;
  display: flex;
  position: relative;
  top: 0;
  box-shadow: 0 7px 15px -4px #555e6933;
}

.ms-chat-channel-btn-2:hover {
  border-color: #4baeb2;
  top: -4px;
  box-shadow: 0 7px 15px #555e694d;
}

.ms-chat-channel-icon-2 {
  width: 50px;
  min-width: 50px;
  margin-right: 20px;
}

.ms-chat-submit-button-2 {
  background-color: #4baeb2;
  border-radius: 4px;
  width: 100%;
  padding: 15px;
}

.ms-chat-box-2 {
  z-index: 1;
  text-align: center;
  background-color: #f4fbff;
  border: 1px solid #e9e7e7;
  border-radius: 6px;
  width: 100vw;
  max-width: 350px;
  height: 630px;
  max-height: 75vh;
  line-height: 1.5em;
  display: none;
  position: absolute;
  inset: auto -5px 24px auto;
  overflow: auto;
  box-shadow: 0 20px 40px -5px #555e6940;
}

.ms-chat-bg-3 {
  background-color: #4baeb2;
  height: 190px;
  position: absolute;
  inset: 0% 0% auto;
}

.ms-chat-channel-icon-3 {
  width: 50px;
  min-width: 50px;
  margin-right: 20px;
}

.ms-chat-submit-button-3 {
  background-color: #4baeb2;
  border-radius: 4px;
  width: 100%;
  padding: 15px;
}

.ms-chat-box-3 {
  z-index: 1;
  text-align: center;
  background-color: #f4fbff;
  border: 1px solid #e9e7e7;
  border-radius: 6px;
  width: 100vw;
  max-width: 350px;
  height: 630px;
  max-height: 75vh;
  line-height: 1.5em;
  display: none;
  position: absolute;
  inset: auto -5px 24px auto;
  overflow: auto;
  box-shadow: 0 20px 40px -5px #555e6940;
}

.body-6 {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.tabs-menu-4 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.live-chat-close-icon---brix {
  z-index: -1;
  position: absolute;
}

.live-chat-content---brix {
  align-items: flex-end;
  display: flex;
}

.ms-chat-box-4 {
  z-index: 1;
  text-align: center;
  background-color: #f4fbff;
  border: 1px solid #e9e7e7;
  border-radius: 8px;
  width: 100vw;
  max-width: 350px;
  height: 630px;
  max-height: 75vh;
  line-height: 1.5em;
  display: block;
  position: absolute;
  inset: auto -5px 24px auto;
  overflow: auto;
  box-shadow: 0 20px 40px -5px #555e6940;
}

.ms-chat-channel-btn-3 {
  z-index: 1;
  color: #181823;
  text-align: left;
  background-color: #fff;
  border: 1px solid #e9e7e7;
  border-radius: 4px;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 15px 20px 25px;
  font-size: 15px;
  text-decoration: none;
  transition: box-shadow .2s, border-color .2s, top .2s;
  display: flex;
  position: relative;
  top: 0;
  box-shadow: 0 7px 15px -4px #555e6933;
}

.ms-chat-channel-btn-3:hover {
  border-color: #4baeb2;
  top: -4px;
  box-shadow: 0 7px 15px #555e694d;
}

.live-chat-bubbble---brix {
  z-index: 1;
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 14px;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 4px 8px #4a3aff14;
}

.live-chat-bubbble---brix:hover {
  transform: scale3d(.92, .92, 1.01);
}

.live-chat-bubbble---brix.telegram {
  background-color: #e2b1cc;
}

.live-chat-wrapper---brix {
  z-index: 2;
  flex-direction: column;
  align-items: flex-end;
  max-width: 380px;
  display: flex;
  position: fixed;
  bottom: 48px;
  right: 32px;
}

.live-chat-wrapper---brix.preview-page {
  display: flex;
  position: fixed;
  overflow: visible;
}

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

.content-number-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1.5px solid #e4e4e7;
  border-radius: 8px;
  align-items: center;
  margin-top: 32px;
  padding: 24px 32px;
  display: flex;
  box-shadow: 0 4px #e4e4e7;
}

.overline {
  color: #9797a1;
  letter-spacing: .01em;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.overline.text-color-blue {
  color: #dfaf52;
}

.overline.text-color-red {
  color: #d77070;
}

.content-stat-divider {
  background-color: #e4e4e7;
  width: 1px;
  height: 28px;
}

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

.h2-heading-2 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
}

.image-wrapper-2 {
  border-radius: 4px;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.text-color-blue {
  color: #dfaf52;
}

.content-image-2 {
  width: 100%;
  max-width: 560px;
}

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

.paragraph-regular.text-color-gray-800 {
  color: #55555e;
  font-size: 14px;
}

.paragraph-regular.text-color-gray-800.ndis {
  font-size: 16px;
  font-weight: 400;
}

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

.content-number {
  grid-column-gap: 16px;
  align-items: center;
  width: 100%;
  display: flex;
}

.h3-heading {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

.section---content-2 {
  background-color: #fbfcfe;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 5% 140px;
  display: flex;
  position: relative;
}

.new-image-wrapper {
  border-radius: 4px;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.form-line-break {
  background-color: #e4e6f1;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.section---content-3 {
  background-color: #fbfcfe;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 5% 140px;
  display: flex;
  position: relative;
}

.card---detail-text {
  color: #6b7094;
  letter-spacing: -.01em;
  font-size: 16px;
  line-height: 32px;
}

.card---flowbase {
  background-color: #fff;
  border-radius: 24px;
  width: 100%;
  margin-top: 60px;
  padding: 32px;
  box-shadow: 34px 34px 88px #17093614;
}

.logo-2 {
  width: 160px;
  margin-bottom: 24px;
}

.flowbase-link {
  color: #642eff;
  text-decoration: none;
}

.h2-heading {
  color: #160042;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 600;
}

.card---detail {
  text-align: center;
  border: 1px solid #e4e6f1;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 32px;
  padding: 32px;
  display: flex;
}

.paragraph-34 {
  color: #6b7094;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.brand-span {
  color: #642eff;
}

.text-span {
  color: #333;
  text-decoration: none;
}

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

.article-detail-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.large-header {
  color: #fff;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 58px;
  font-weight: 800;
  line-height: 1.2;
}

.social-link {
  border: 1px solid #c4c4c4;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  transition: all .3s;
  display: flex;
}

.social-link:hover {
  border-color: #000;
}

.image-small {
  border-radius: 20px;
  width: 100px;
  min-width: 100px;
  height: 100px;
  min-height: 100px;
  margin-right: 24px;
  overflow: hidden;
}

.heading-line {
  background-color: #e5e5e5;
  width: 100%;
  height: 1px;
}

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

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

.related-article-wrapper {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.blog-header-image {
  border-radius: 50px;
  height: 390px;
  margin-bottom: 60px;
  overflow: hidden;
  box-shadow: 6px 40px 80px #0a25413d;
}

.blog-content {
  padding-bottom: 80px;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

.blog-end-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

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

.avatar-circle-2 {
  background-color: #c5d0fd;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.related-article-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.small-dots {
  background-color: #c4c4c4;
  border-radius: 100px;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  margin-right: 10px;
}

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

.blog-title-medium {
  color: #313131;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

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

.blog-container.move-up {
  position: relative;
}

.header-bg {
  z-index: -1;
  background-color: #0c2b4a;
  background-image: url('../images/Untitled-design-8.png');
  background-position: 0 0;
  background-size: auto;
  min-height: 220px;
  position: absolute;
  inset: 0% 0% auto;
}

.author-name-large {
  color: #000;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

.avatar-cover {
  width: 100%;
  height: 100%;
}

.blog-article-wrapper {
  margin-bottom: 100px;
}

.blog-heading-wrapper {
  white-space: nowrap;
  align-items: center;
  margin-bottom: 72px;
  display: flex;
}

.detail-text {
  color: #bb9853;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.title-wrapper {
  text-align: center;
  max-width: 800px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.header-paragraph {
  color: #ffffffb3;
  margin-bottom: 0;
  margin-right: auto;
  font-size: 18px;
  line-height: 32px;
}

.author-block {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.blog-heading-h4 {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 60px;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 36px;
}

.blog-header {
  background-color: #0c2b4a;
  background-image: linear-gradient(#00000059, #fff0), url('../images/Untitled-design-8.png');
  background-position: 0 0, 50%;
  background-size: auto, contain;
  justify-content: center;
  align-items: center;
  padding: 100px 3% 60px;
  display: flex;
}

.block-quote {
  background-color: #c9c9c930;
  border-left-width: 4px;
  border-left-color: #bb9853;
  border-radius: 8px;
  margin: 32px 0;
  padding: 20px 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
}

.blog-heading-large {
  color: #313131;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 30px;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
}

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

.bold-text-9 {
  color: #000;
}

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

.f-blog-dot {
  background-color: #642eff;
  border-radius: 99px;
  flex: none;
  width: 4px;
  height: 4px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 8px;
}

.f-blog-badge-wrapper {
  justify-content: space-between;
  min-width: 481px;
  margin-top: 32px;
  display: flex;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-blog-social-grid-vertical {
  grid-column-gap: 24px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.f-h3-heading {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 39px;
  line-height: 1.2;
}

.f-blog-badge-dot {
  color: #642eff;
  text-align: center;
  background-color: #f7f5ff;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.f-container-x-small {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-margin-bottom-49 {
  margin-bottom: 8px;
}

.f-h5-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.4;
}

.f-blog-thumbnail-large {
  border-radius: 8px;
  height: 320px;
  margin-bottom: 48px;
  overflow: hidden;
}

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

.f-image-cover {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 100%;
}

.f-blog-social-link {
  color: #1b114a;
  background-color: #fbfcfe;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
  transition: all .3s;
  display: flex;
}

.f-blog-social-link:hover {
  color: #642eff;
}

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

.f-heading-detail-small-2 {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-paragraph-large-2 {
  color: #fff;
  text-align: left;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-blog-content-grid {
  grid-column-gap: 114px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 56px;
  align-items: start;
}

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

.paragraph-small {
  color: #aaa;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.header-block {
  background-color: #f5f1e8;
  justify-content: space-between;
  margin-bottom: 100px;
  padding: 40px;
  display: flex;
  position: relative;
}

.detail-wrapper {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 8px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% -4px;
}

.blog-content-block {
  border: 1px solid #e5e5e5;
  width: 100%;
  padding: 30px;
}

.arrow-link-right {
  margin-left: 20px;
}

.nav-menu {
  color: #000;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: static;
}

.blog-content-wrapper {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.header-image {
  max-width: 40%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.author-final-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.large-end-text {
  font-size: 40px;
  line-height: 1.4;
}

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

.brand {
  padding: 16px;
}

.avatar-circle-copy {
  background-color: #c5d0fd;
  border-radius: 100px;
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
}

.nav-link {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  font-size: 14px;
  font-weight: 500;
  transition: all .35s;
}

.nav-link:hover {
  color: #c7a760;
}

.large-header-2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.primary-button {
  background-color: #000;
  align-items: center;
  padding: 16px 40px;
  display: flex;
}

.dot {
  color: #e7e7e7;
  margin-left: 8px;
  margin-right: 8px;
}

.blog-header-2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 500;
}

.detail-space {
  color: #c1c1c1;
  margin-left: 24px;
  margin-right: 24px;
  font-size: 18px;
}

.author-name-large-2 {
  color: #000;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.blog-image {
  width: 100%;
  height: 220px;
  position: relative;
  overflow: hidden;
}

.div-block-6 {
  align-items: center;
  display: flex;
}

.paragraph-large {
  color: #6f6f6f;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.button-wrapper-2 {
  align-items: center;
  margin-top: 42px;
  display: flex;
}

.navigation {
  z-index: 9;
  background-color: #0000;
  align-items: center;
  padding: 40px 3%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.header-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 55%;
  display: flex;
}

.line-break {
  background-color: #e5e5e5;
  width: 50%;
  height: 1px;
}

.blog-section {
  background-color: #fff;
  padding: 220px 3% 80px;
  position: relative;
}

.category-tag {
  border: 1px solid #000;
  margin-bottom: 60px;
  padding: 14px 22px;
  position: relative;
}

.blog-detail {
  color: #c1c1c1;
  font-size: 16px;
}

.detail-wrapper-small {
  align-items: center;
  margin-bottom: 26px;
  font-weight: 500;
  display: flex;
}

.length-text {
  color: #aaa;
  font-size: 12px;
}

.nav-button {
  background-color: #000;
  align-items: center;
  padding: 12px 40px;
  display: flex;
}

.container-navigation {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.avatar-circle-3 {
  background-color: #c5d0fd;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  margin-right: 12px;
}

.closing-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 120px;
  display: flex;
}

.small-dot {
  background-color: #000;
  border-radius: 100px;
  width: 6px;
  height: 6px;
}

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

.category {
  color: #313131;
  font-size: 16px;
  line-height: 26px;
}

.author-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 20px 60px;
  display: flex;
}

.blog-title-h3 {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
}

.new-tag {
  color: #000;
  background-color: #ffe486;
  padding: 6px 16px;
  font-weight: 600;
  position: absolute;
  top: 20px;
  left: 20px;
}

.author-name {
  color: #313131;
  font-size: 16px;
  line-height: 26px;
}

.navigation-right {
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.blog-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.blog-article-wrapper-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

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

.table-of-contents-page {
  align-items: flex-end;
  padding: 10px 0;
  display: flex;
}

.faq-p {
  color: #000;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.spacer-xl {
  width: 100%;
  height: 40px;
}

.faq-item {
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.spacer-xs {
  width: 100%;
  height: 10px;
}

.footer-items-grid {
  grid-column-gap: 3vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.small-card {
  background-color: #fff;
  border: 1px solid #f2f3ff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  display: flex;
  box-shadow: 0 20px 30px -15px #1d01501a;
}

.footer-top-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.cta-flex {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.cta-flex.center {
  justify-content: center;
}

.h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
}

.footer-text {
  color: #000;
  border-bottom: 1px #0000;
  width: auto;
  min-width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
}

.footer-text:hover {
  opacity: 1;
  border-bottom-style: none;
  border-bottom-color: #000;
}

.footer-link {
  color: #000;
  border-bottom: 1px #0000;
  width: auto;
  min-width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 1;
  color: #434de7;
  border-bottom-style: none;
  border-bottom-color: #000;
}

.paragraph-36 {
  opacity: .9;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.1;
}

._1-3-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.main-section {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 100px 5%;
  display: flex;
}

.main-section.hero-testimonials {
  margin-top: -100px;
  padding-top: 0;
}

.main-section.second-color {
  background-color: #fcfcff;
}

.main-section.hero {
  background-color: #b7bbd121;
  padding-top: 50px;
  padding-bottom: 170px;
}

.social-link-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.spacer-m {
  width: 100%;
  height: 20px;
}

.testimonial-author {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.content-wrap-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.content-wrap-2.hero {
  flex: 1;
  padding-top: 75px;
  padding-bottom: 75px;
}

.faq-question {
  color: #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.faq-question:hover {
  color: #434de7;
}

.table-of-contents-part {
  margin-bottom: 30px;
}

.footer-outer-wrap {
  flex-direction: column;
  align-items: center;
  padding: 50px 5%;
  display: flex;
}

.cdark {
  color: #000;
}

.testimonial-author-img {
  object-fit: cover;
  border-radius: 100%;
  width: 60px;
  height: 60px;
}

.navbar_menu-button {
  padding: 0;
}

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

.content-wrap-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.content-wrap-center.max-width-800 {
  max-width: 800px;
}

.page-number {
  font-size: 18px;
}

.minus {
  background-color: #000;
  border-radius: 20px;
  width: 100%;
  height: 3px;
  position: absolute;
}

.h4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
}

.h4.light {
  font-size: 18px;
  font-weight: 300;
}

.faq-answer {
  text-align: left;
  border-bottom: 1px #cfcfcf;
  width: 100%;
  overflow: hidden;
}

.social-link-2 {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.home-hero-image {
  object-fit: contain;
  border-radius: 10px;
  flex: 1;
  width: 100%;
  max-width: none;
  height: 100%;
  transform: none;
}

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

.hero-flex {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.h5 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.hero-book-info {
  grid-column-gap: 70px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.navbar-logo-link {
  max-width: 140px;
  padding-top: 5px;
  padding-left: 0;
}

.accordion-wrap {
  border: 1px solid #f2f3ff;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 10px 30px -10px #1d01501a;
}

.link-3 {
  color: #434de7;
  font-weight: 600;
  text-decoration: none;
}

.link-3:hover {
  color: #000;
}

.tcenter {
  text-align: center;
}

.spacer-xxl {
  width: 100%;
  height: 50px;
}

.social-icon {
  color: #000;
  width: 1.5rem;
  height: 1.5rem;
  transition: all .2s;
}

.social-icon:hover {
  color: #434de7;
}

.footer-column {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.navbar-outer {
  z-index: 20;
  background-color: #0000;
  border-bottom: 1px #000;
  align-items: center;
  height: auto;
  padding: 0 5%;
}

.plus {
  background-color: #000;
  border-radius: 20px;
  width: 3px;
  height: 100%;
  position: absolute;
}

.explain-rich {
  font-size: 18px;
  line-height: 1.6;
}

.hero-book-info-item {
  grid-column-gap: 5px;
  color: #b7bbd1;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.footer-left-wrapper {
  flex-direction: column;
  display: flex;
}

.page-dots {
  border-bottom: 1px dotted #b7bbd1;
  flex: 1;
  height: 100%;
  margin-left: 15px;
  margin-right: 15px;
}

.button-8 {
  color: #fff;
  background-color: #434de7;
  border-radius: 10px;
  height: 50px;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 10px 20px -3px #1d01501a;
}

.button-8:hover {
  box-shadow: none;
  background-color: #000;
}

.button-8.in-nav {
  color: #fff;
  height: auto;
  margin-left: 10px;
  padding: 9px 17px;
  font-size: 14px;
}

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

.csilver {
  color: #b7bbd1;
}

.logo-img {
  color: #000;
}

.title-span {
  color: #434de7;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.spacer-l {
  width: 100%;
  height: 30px;
}

.navbar-link {
  color: #000;
  border-bottom: 1px #0000;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  font-weight: 500;
}

.navbar-link:hover {
  opacity: 1;
  color: #434de7;
  border-bottom-style: none;
  border-bottom-color: #000;
}

.navbar-link.w--current {
  color: #434de7;
}

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

.main-container.smaller {
  max-width: 700px;
}

.footer-credit-text {
  color: #000;
  font-size: .875rem;
}

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

.hero-heading {
  color: #1a1a1a;
  letter-spacing: -.04em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #1b1a1f, #593c3c 15%, #1e1d21 28%, #434650 52%, #3e2c2d 75%, #1d1d21);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 90px;
  font-weight: 700;
  line-height: 94px;
}

.avatar-02 {
  border-radius: 100px;
  margin-bottom: -40px;
  position: absolute;
  inset: auto -40px auto auto;
  box-shadow: 14px 14px 52px #423d753b;
}

.header-wrapper-2 {
  font-family: Montserrat, sans-serif;
}

.avatar-small {
  background-color: #dee2e3;
  border: 2px solid #fff;
  border-radius: 100px;
  width: 52px;
  min-width: 52px;
  height: 52px;
  min-height: 52px;
}

.avatar-small.avatar-stack {
  margin-left: -12px;
}

.search-block-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 600px;
  margin-top: 60px;
  display: flex;
}

.hero-feature-wrapper {
  align-items: center;
  margin-right: 20px;
  font-weight: 600;
  display: flex;
}

.container-navigation-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.header-grid {
  grid-column-gap: 92px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
}

.nav-menu-2 {
  color: #000;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: static;
}

.check-icon {
  margin-right: 12px;
}

.avatar-03 {
  border-radius: 100px;
  margin-bottom: -40px;
  position: absolute;
  inset: auto auto 5% 10%;
  box-shadow: 14px 14px 52px #423d753b;
}

.image-wrapper-3 {
  background-image: linear-gradient(133deg, #efeeff, #feeee9);
  border-radius: 25px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 480px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

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

.avatar-row {
  align-items: center;
  display: flex;
}

.form {
  background-color: #0000;
  border: 1px solid #1a1a1a26;
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  transition: border-color .3s;
  display: flex;
}

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

.success-message-5 {
  background-color: #3cdfa5;
  font-weight: 700;
}

.header-section {
  background-image: linear-gradient(to right, #fdfcf9, #ffffffa1 43%, #ffeee97a 78%, #feebe5);
  align-items: center;
  padding: 190px 5% 140px;
  display: flex;
  position: relative;
}

.dashboard-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  left: -40px;
}

.search-field {
  color: #413a40;
  background-color: #0000;
  border: 1px #000;
  width: 100%;
  max-width: 340px;
  min-height: 54px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 600;
}

.search-field::placeholder {
  color: #4d4d4d99;
}

.brand-2 {
  margin-right: 60px;
}

.feature-row {
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.hero-paragraph {
  color: #1a1a1a;
  letter-spacing: -.02em;
  max-width: 320px;
  margin-bottom: 4px;
  margin-left: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.avatar-01 {
  border-radius: 100px;
  position: absolute;
  inset: -10% auto auto;
  box-shadow: 14px 14px 52px #423d753b;
}

.navigation-2 {
  background-color: #0000;
  align-items: center;
  height: 100px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-dashboard {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 51px 51px 92px -30px #7571a040;
}

.nav-link-2 {
  color: #1a1a1a;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  font-size: 14px;
  font-weight: 600;
  transition: all .35s;
}

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

.navigation-button {
  background-color: #8080ff;
  border-radius: 15px;
  margin-left: 18px;
  padding: 12px 24px;
  font-weight: 600;
  transition: all .35s;
}

.navigation-button:hover {
  background-color: #5e53e0;
}

.submit-button {
  background-color: #7369ef;
  border-radius: 20px;
  width: auto;
  min-height: 64px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: background-color .3s;
  box-shadow: 20px 20px 45px -9px #21253821;
}

.submit-button:hover {
  background-color: #5e53e0;
}

.paper {
  position: absolute;
  inset: auto 0% -92px -72px;
}

.partner-text {
  color: #4e3a18;
  letter-spacing: 1px;
  margin-right: 60px;
  font-weight: 500;
}

.header-grid-2 {
  grid-column-gap: 72px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
}

.avatar-group {
  margin-bottom: 8px;
}

.color-01 {
  color: #ffbe21;
}

.nav-menu-3 {
  color: #000;
  white-space: nowrap;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.bottom-wrapper {
  justify-content: space-between;
  margin-top: 140px;
  display: flex;
}

.hero-button-outline {
  color: #4e3a18;
  background-color: #0000;
  border: 2px solid #4e3a18;
  border-radius: 8px;
  margin-right: 20px;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s;
}

.hero-button-outline:hover {
  color: #fff;
  background-color: #271d0c;
}

.image-wrapper-4 {
  position: relative;
}

.header-paragraph-2 {
  color: #382217;
  max-width: 460px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.container-navigation-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.avatar-detail {
  color: #4e3a18;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.avatar-name {
  color: #4e3a18;
  margin-bottom: 10px;
  font-weight: 600;
}

.hero-heading-2 {
  color: #262626;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 72px;
}

.navigation-3 {
  background-color: #faf6ef;
  align-items: center;
  height: 100px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.avatar-detail-wrapper {
  max-width: 380px;
}

.navigation-right-2 {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  min-height: 50px;
  display: flex;
}

.header-section-2 {
  background-color: #faf6ef;
  align-items: center;
  padding: 100px 5%;
  display: flex;
  position: relative;
}

.navigation-button-small {
  background-color: #271d0c;
  border-radius: 8px;
  padding: 14px 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  transition: all .3s;
  box-shadow: 3px 3px #271d0c40;
}

.navigation-button-small:hover {
  color: #271d0c;
  background-color: #fff;
}

.header-icon-wrapper {
  align-items: center;
  display: flex;
}

.nav-link-3 {
  color: #271d0c;
  letter-spacing: -.01em;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
  transition: all .35s;
}

.nav-link-3:hover {
  color: #ffbe21;
}

.books-icon {
  margin-right: 40px;
}

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

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

.header-title-wrapper {
  margin-bottom: 24px;
  position: relative;
}

.brand-3 {
  margin-right: 60px;
}

.button-wrapper-3 {
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.company-logo {
  max-width: 120px;
  margin-right: 60px;
}

.color-03 {
  color: #4856df;
}

.headphones {
  position: absolute;
  inset: -24px -14px auto auto;
}

.color-02 {
  color: #ffb7d5;
}

.logo-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-button {
  background-color: #271d0c;
  border-radius: 8px;
  margin-right: 20px;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: all .3s;
  box-shadow: 3px 3px #271d0c40;
}

.hero-button:hover {
  color: #271d0c;
  background-color: #fff;
}

.navigation-left {
  align-items: center;
  width: 50%;
  min-height: 50px;
  display: flex;
}

.hero-block {
  max-width: 600px;
}

.paragraph-small-2 {
  color: #4d4d4d;
  font-size: 12px;
}

.hero-heading-3 {
  color: #262626;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 80px;
  line-height: 96px;
}

.navigation-button-2 {
  color: #262626;
  background-color: #0000;
  border: 1px solid #4d4d4d;
  border-radius: 8px;
  margin-left: 18px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: all .35s;
}

.navigation-button-2:hover {
  color: #fff;
  background-color: #85a0ad;
  border-color: #85a0ad;
}

.user-avatar {
  border-radius: 100px;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-right: 20px;
  overflow: hidden;
}

.nav-menu-4 {
  color: #000;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: static;
}

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

.company-logo-2 {
  margin-right: 60px;
  display: block;
}

.author-wrapper-2 {
  align-items: center;
  display: flex;
}

.quote-wrapper {
  justify-content: flex-end;
  margin-bottom: 10px;
  display: flex;
}

.navigation-4 {
  background-color: #fff;
  align-items: center;
  height: 100px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navigation-button-wrap-2 {
  align-items: center;
  display: flex;
}

.hero-paragraph-2 {
  color: #4d4d4d;
  max-width: 460px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.bloom-effect {
  z-index: -1;
  height: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.hero-grid {
  grid-column-gap: 72px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
}

.ui-card-avatar {
  border-radius: 100px;
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  margin-right: 20px;
  overflow: hidden;
}

.testimonial-wrapper {
  margin-top: 40px;
}

.abstract-globe {
  z-index: 5;
  max-width: 80%;
  position: absolute;
  inset: 5% auto auto;
}

.hero-image-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 700px;
  height: 100%;
  max-height: 600px;
  display: flex;
  position: relative;
}

.span-blue {
  color: #85a0ad;
}

.header-section-3 {
  align-items: center;
  padding: 100px 5%;
  display: flex;
  position: relative;
}

.span-purple {
  color: #ad85ad;
}

.logo-wrapper-2 {
  opacity: .2;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.nav-link-4 {
  color: #262626;
  margin-left: 14px;
  margin-right: 14px;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: all .35s;
}

.nav-link-4:hover {
  color: #85a0ad;
}

.sub-heading-large {
  color: #262626;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
}

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

.ui-card-01 {
  z-index: 5;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff3;
  border-radius: 16px;
  align-items: center;
  max-width: 240px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  box-shadow: 28px 28px 120px #85a0ad26;
}

.brand-4 {
  margin-right: 5vw;
}

.video-link {
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.line-break-2 {
  background-color: #e5e5e5;
  max-width: 100px;
  height: .5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.hero-button-2 {
  background-color: #85a0ad;
  border-radius: 8px;
  margin-top: 60px;
  padding: 16px 32px;
  transition: all .35s;
}

.hero-button-2:hover {
  background-color: #000;
}

.bottom-content {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.ui-card-02 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff3;
  border-radius: 16px;
  align-items: center;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: auto auto 140px 0%;
  box-shadow: 28px 28px 120px #85a0ad26;
}

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

.header-avatar-l {
  border: 4px solid #fff;
  border-radius: 100px;
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
  overflow: hidden;
  box-shadow: 0 1px #e4e4e7;
}

.header-avatar-l.move {
  margin-left: -12px;
}

.h1-heading-2 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  line-height: 1.2;
}

.header-link-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.header-grid-a {
  grid-column-gap: 52px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  margin-bottom: 100px;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #131315;
  border-radius: 6px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.header-title-wrap {
  margin-bottom: 32px;
}

.section-regular-2 {
  color: #000;
  -webkit-text-stroke-color: #000;
  background-color: #f3f3f3;
  padding: 96px 5%;
  position: relative;
}

.header-detail-wrap {
  grid-column-gap: 44px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.header-logo-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.highlight {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.header-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 792px;
  position: relative;
}

.avatar-wrap {
  align-items: center;
  display: flex;
}

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

.header-logo-block {
  border: 1px solid #e4e4e7;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.header-user-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

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

.subheading-bold {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.highlight-wrap {
  display: inline-block;
  position: relative;
}

.review-icons-wrapper {
  align-items: center;
  padding-right: 5px;
  display: flex;
}

.hero-reviews-wrapper {
  padding-top: 60px;
  display: flex;
}

.review-details-wrapper {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 5px;
  display: flex;
}

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

.rating-detail {
  color: #4b5176;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
}

.rating {
  color: #4b5176;
  margin-left: 10px;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
}

.people-image {
  margin-left: -43px;
}

.divider {
  background-image: linear-gradient(#fff 6%, #7f87b8 57%, #fff);
  width: 2px;
  margin-left: 10px;
  margin-right: 10px;
}

.user-image-wrap {
  justify-content: center;
  align-items: flex-end;
  width: 94px;
  height: 91px;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

._5-heart-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 30px;
  display: flex;
  position: relative;
  left: -12px;
}

._5-girl-img {
  width: 68px;
  height: 85px;
  margin-left: -35px;
}

._5-circle-div {
  opacity: .65;
  background-color: #f1f1f1;
  border: 1px solid #ebdaff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-left: -35px;
  display: flex;
  position: relative;
  right: -6px;
}

._5-circle {
  background-color: #ffffff8c;
  border: 1px solid #ebdaff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  display: flex;
}

._5-text-block {
  color: #490796;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}

._12-title {
  color: #0f2137;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28.16px;
  font-weight: 800;
  line-height: 100%;
}

._12-right {
  color: #490796;
  flex-direction: column;
  align-items: flex-start;
  margin-left: -11px;
}

._12-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 329px;
  height: 63px;
  margin: 22px 5px 23px;
  padding-left: 0;
  display: flex;
}

.star {
  margin-left: 20px;
  margin-right: 40px;
}

._12-flex-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 1px;
  display: flex;
}

.user-image-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 20px;
  line-height: 140%;
  display: flex;
}

.user-image-wrapper._12-copy {
  margin-left: -19px;
}

.user-image-wrapper._12-user {
  margin-left: 13px;
  display: flex;
}

.user-image-wrapper._12-a, .user-image-wrapper._12-last {
  margin-left: -53px;
}

._12-text-block-2 {
  color: #666;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 115%;
}

._12-text {
  color: #490796;
  flex-direction: column;
  align-items: flex-start;
  margin: 21px 10px;
}

.component-12 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #ebdaff;
  border-radius: 20px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 333px;
  height: 92px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  box-shadow: -22px 11px 29px #b170ff2b;
}

.stage-copy {
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.4em;
}

.stage-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7.4vw;
  font-weight: 300;
  line-height: 1.05em;
}

.slider-copy-wrap {
  padding-top: .8em;
  padding-bottom: 1.6em;
}

.gallery-slider {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gallery-mask {
  width: 100%;
  height: 100%;
}

.btn-background {
  background-color: #ebc51d;
  border-radius: 999em;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto -100%;
}

.slider-btn-wrap {
  display: flex;
}

.splitscreen-column {
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.splitscreen-column.right {
  background-color: #fff;
}

.splitscreen-column.left {
  color: #fff;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 35vw 6vw 6vw;
  display: flex;
}

.txt-link {
  color: #ebc51d;
}

.display-none {
  display: none;
}

.gallery-image {
  object-fit: cover;
  object-position: 100% 0%;
  width: 120%;
  max-width: none;
  height: 120%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.gallery-slider-mouse-stop {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider-description-wrap {
  flex-direction: column;
  align-items: flex-start;
  max-width: 590px;
  margin-bottom: 100px;
}

.unsplash-copyright {
  z-index: 3;
  color: #fff9;
  font-size: .8em;
  position: absolute;
  inset: auto 3% 2% auto;
}

.stage-button {
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 1.1em 3.1em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: all .2s ease-out;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: scale(1);
}

.slider-stage-splitscreen {
  color: #fff0dc;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: relative;
}

.btn-description {
  z-index: 1;
  letter-spacing: .03em;
  font-size: .9em;
  font-weight: 500;
  position: relative;
}

.button-primary-right-icon {
  grid-column-gap: 8px;
  color: #f5f5f5;
  letter-spacing: -.02em;
  background-color: #141414;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  display: flex;
}

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

.title-wrapper-r {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.h3-heading-2 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4;
}

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

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

.cta-shape-l {
  height: 314px;
  position: absolute;
  inset: auto auto 0% 0%;
}

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

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

.cta-shape-r {
  height: 300px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.m-heading-detail-small {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
}

.m-heading-detail-small.m-text-weight-medium {
  font-weight: 500;
}

.m-text-color-blue {
  color: #7e8ef1;
}

.m-content-tab-link-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #9c9eab;
  background-color: #111218;
  border: 1px solid #22242f;
  border-radius: 24px;
  align-items: center;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
}

.m-content-tab-link-small.w--current {
  color: #5a6ded;
  background-color: #111218;
  border-color: #5a6ded;
}

.m-content-tab-feature {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

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

.m-content-tabs-content-small {
  margin-bottom: 24px;
}

.m-content-tabs-small {
  width: 100%;
}

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

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

.m-margin-bottom-32 {
  margin-bottom: 32px;
}

.m-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.m-paragraph-regular.m-text-color-gray-300 {
  color: #9c9eab;
}

.m-button-primary {
  color: #fff;
  background-color: #5a6ded;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 10px 32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.m-button-primary:hover {
  background-color: #455bec;
}

.m-button-primary-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  background-color: #5a6ded;
  border: 2px solid #5a6ded;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.m-button-primary-small:hover {
  color: #5a6ded;
  background-color: #0000;
}

.m-button-primary-small.w--current {
  background-color: #5a6ded;
}

.m-margin-bottom-80 {
  margin-bottom: 80px;
}

.m-content-title-block {
  color: #9c9eab;
}

.m-section-regular {
  background-color: #000;
  padding: 80px 5%;
}

.m-h4-heading {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.3;
}

.m-grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.m-content-header-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 570px;
  display: flex;
}

.m-content-tabs-menu-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.m-badge {
  color: #f4f4f6;
  letter-spacing: .034em;
  background-color: #333647;
  border-radius: 99px;
  margin-bottom: 24px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.m-content-feature-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: flex-start;
  display: flex;
}

.m-subheading-regular {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.m-subheading-regular.m-text-color-neutral-white {
  color: #f5f5f5;
}

.m-margin-bottom-04 {
  z-index: 1;
  margin-bottom: 4px;
  position: relative;
}

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

.paragraph-regular-4.text-weight-bold {
  font-weight: 700;
}

.changelog-search-b {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  max-width: 510px;
  margin-top: 32px;
  margin-bottom: 0;
  display: flex;
}

.paragraph-small-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

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

.changelog-content-card-b {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f2f8f5;
  border: 1px solid #d7eae0;
  border-radius: 8px;
  flex-direction: column;
  padding: 16px;
  display: flex;
}

.search-icon {
  background-color: #fff;
  border-radius: 99px;
  width: 32px;
  height: 32px;
  padding: 8px;
  position: absolute;
  inset: 8px auto 8px 8px;
}

.changelog-milestone-block {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.changelog-timeline-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr minmax(24px, 72px) 1fr;
}

.paragraph-large-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.paragraph-large-2.text-weight-bold {
  white-space: normal;
  font-weight: 700;
}

.changelog-content-card-a {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f8f9fa;
  border: 1px solid #eaedf0;
  border-radius: 8px;
  flex-direction: column;
  padding: 16px;
  display: flex;
}

.text-color-blue-500 {
  color: #6173e5;
}

.changelog-milestone-circle {
  background-color: #fff;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 4px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
}

.changelog-timeline-card {
  grid-row-gap: 24px;
  flex-direction: column;
  max-width: 588px;
  padding-bottom: 64px;
  display: flex;
}

.changelog-content-heading {
  grid-column-gap: 4px;
  display: flex;
}

.changelog-image-wrapper {
  background-color: #f8f9fa;
  border: 1px solid #dfe3e7;
  border-radius: 8px;
  height: 352px;
  padding: 16px;
  overflow: hidden;
}

.changelog-item-group-a {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff0;
  border-radius: 8px;
  flex-direction: column;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.changelog-feature-b {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.search-input {
  letter-spacing: -.02em;
  background-color: #f8f9fa;
  border: 1px solid #eaedf0;
  border-radius: 99px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 8px 8px 8px 48px;
  font-size: 18px;
  line-height: 1.4;
}

.search-input::placeholder {
  color: #adb5bd;
}

.changelog-milestone-line {
  background-color: #dfe3e7;
  width: 1px;
  height: 100%;
}

.changelog-title-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 588px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.changelog-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 24px;
}

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

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

.changelog-content-card-c {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fcf3ee;
  border: 1px solid #f6ddcb;
  border-radius: 8px;
  flex-direction: column;
  padding: 16px;
  display: flex;
}

.caption-bold {
  color: #bb9853;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.changelog-content-card-d {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fceeee;
  border: 1px solid #f6cbcb;
  border-radius: 8px;
  flex-direction: column;
  padding: 16px;
  display: flex;
}

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

.changelog-item-group-e {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 8px;
  flex-direction: column;
  display: flex;
}

.changelog-item-a {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding: 5px 8px;
  display: flex;
}

.button-primary-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #bb9853;
  border-radius: 8px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.section-regular-3 {
  padding: 80px 5%;
  display: none;
  position: relative;
}

.changelog-item-b {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  display: flex;
}

.margin-bottom-67 {
  margin-bottom: 24px;
}

.search-input-wrapper {
  width: 100%;
  position: relative;
}

.h2-heading-3 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 1.2;
}

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

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

.margin-bottom-08 {
  margin-bottom: 8px;
}

.button-outline-right-icon {
  grid-column-gap: 8px;
  color: #131315;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #e4e4e7;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 12px 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.button-outline-right-icon:active {
  background-color: #edecf0;
  border-color: #d8d7df;
}

.content-image-3 {
  width: 100%;
  max-width: 560px;
}

.h2-heading-4 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.wrap-h-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.content-feature-grid-s {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 24px;
}

.button-group-l {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

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

.content-text-wrap {
  width: 100%;
  max-width: 540px;
}

.grid-two-column-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

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

.paragraph-regular-5.text-color-gray-800 {
  color: #55555e;
}

.h1-heading-3 {
  letter-spacing: -2.4px;
  font-size: 64px;
  font-weight: 600;
  line-height: 80px;
}

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

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

.header-background-dots {
  position: absolute;
  bottom: 0;
  right: -40px;
}

.header-logo-wrap {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  align-items: center;
  display: flex;
}

.header-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-background {
  pointer-events: none;
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-color-purple {
  color: #a355f7;
}

.header-logo-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-bottom: 32px;
  display: flex;
}

.header-image-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.header-shape {
  max-width: 70%;
  position: absolute;
  top: -50%;
  right: 44px;
}

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

.section-header-small {
  background-color: #fdf9ee;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
  overflow: hidden;
}

.header-grid-bottom {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.6fr;
  margin-top: 40px;
}

.container-header {
  border-left: 1px solid #b1bbc8;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 62px;
}

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

.paragraph-large-bg.text-weight-medium {
  font-weight: 500;
}

.header-badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  background-color: #efb9e2;
  border-radius: 8px;
  align-items: center;
  margin-top: 10px;
  padding: 6px 12px 6px 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  box-shadow: 0 2px 5px #efb9e2;
}

.max-width-large {
  max-width: 749px;
}

.badge-icon {
  background-color: #f1e6ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

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

.paragraph-small-4.text-weight-medium {
  font-weight: 500;
}

.paragraph-small-4.text-weight-semibold {
  font-weight: 600;
}

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

.wrap-v-small.align-l {
  align-items: flex-start;
}

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

.max-width-regular {
  max-width: 638px;
}

.header-dashboard-image {
  z-index: 2;
  position: relative;
}

.button-primary-rounded-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #23272f;
  border: 2px solid #23272f;
  border-radius: 52px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px 12px 24px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  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-icon: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-icon.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.header-logo-svg {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

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

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

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

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

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

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

.testimonial-author-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.content-image-4 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 90%;
}

.h2-heading-5 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 72px;
}

.content-image-card {
  background-color: #f6f7f9;
  border: 1px solid #d5d9e2;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 450px;
  display: flex;
  position: relative;
}

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

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

.content-testimonial {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #460906;
  background-color: #fff2eb;
  border: 1px solid #ffe7d6;
  border-radius: 12px;
  flex-direction: column;
  padding: 24px;
  display: flex;
}

.testimonial-avatar {
  background-color: #fe5b25;
  border-radius: 100%;
  width: 24px;
  height: 24px;
}

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

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

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

.content-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

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

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

.button-primary-rounded-large {
  color: #fff;
  background-color: #23272f;
  border: 2px solid #23272f;
  border-radius: 52px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  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;
}

.overline-3 {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.badge-icon-2 {
  color: #6173e5;
}

.content-feature-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  display: flex;
}

.caption-m {
  color: #353b41;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}

.caption-m.text-color-gray-600 {
  color: #6d767e;
}

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

.grid-two-column-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.h5-heading {
  color: #000;
  letter-spacing: -.03em;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.paragraph-large-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.paragraph-large-3.text-weight-bold {
  white-space: normal;
  font-weight: 700;
}

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

.badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #080808;
  text-align: left;
  letter-spacing: -.02em;
  background-color: #fff;
  border: .5px solid #ced4da;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 12px 8px 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

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

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

.content-wrapper-2 {
  grid-row-gap: 32px;
  flex-direction: column;
  max-width: 520px;
  display: flex;
}

.button-9 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #6173e5;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

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

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

.content-image-b {
  border-radius: 8px;
  height: 320px;
  margin-top: 32px;
  margin-bottom: 16px;
  overflow: hidden;
}

.content-card-b {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  max-width: 486px;
  padding: 32px;
  display: flex;
}

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

.content-icon {
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  box-shadow: 0 24px 64px #e0e0e07a;
}

.h2-heading-6 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 1.2;
}

.cta-feature-card-s {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  border: 1px solid #eaedf0;
  border-radius: 8px;
  flex-wrap: wrap;
  flex: 1;
  align-items: center;
  padding: 16px;
  display: flex;
}

.badge-icon-3 {
  color: #6173e5;
}

.content-quote {
  grid-column-gap: 16px;
  max-width: 384px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  display: flex;
}

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

.content-author-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.avatar-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

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

.quote-justify {
  grid-row-gap: 44px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section-regular-5 {
  padding: 80px 5%;
  position: relative;
}

.content-avatar {
  background-color: #f7f9fd;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  overflow: hidden;
}

.content-image-a {
  justify-content: center;
  align-items: center;
}

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

.paragraph-regular-8.text-weight-medium {
  font-weight: 500;
}

.paragraph-regular-8.text-weight-bold {
  font-weight: 700;
}

.h2-heading-7 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.content-quote-divider {
  background-color: #adb5bd;
  width: 1px;
}

.paragraph-small-5 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.paragraph-small-5.text-color-gray-600 {
  color: #6d767e;
}

.statistic-icon-b {
  color: #86c1a0;
  background-color: #fff;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  box-shadow: 0 24px 64px #e0e0e07a;
}

.h4-heading {
  color: #000;
  letter-spacing: -.04em;
  font-size: 40px;
  line-height: 1.2;
}

.wrap-h-regular {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.wrap-h-regular.wrap-children {
  flex-wrap: wrap;
}

.span-red-500 {
  color: #e56161;
}

.content-statistic {
  grid-column-gap: 16px;
  flex: 1;
  align-items: flex-start;
  padding: 16px 0;
  display: flex;
}

.statistic-icon-a {
  color: #e59661;
  background-color: #fff;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  box-shadow: 0 24px 64px #e0e0e07a;
}

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

.content-note-wrap {
  color: #6d767e;
  padding: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.content-statistics-wrapper {
  grid-column-gap: 8px;
  display: flex;
}

.span-orange-500 {
  color: #e59661;
}

.section-regular-6 {
  padding: 80px 5%;
  display: none;
  position: relative;
}

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

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

.span-green-500 {
  color: #86c1a0;
}

.m-margin-bottom-64 {
  margin-bottom: 64px;
}

.m-cta-image-3 {
  object-fit: cover;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: auto auto 40px 24px;
}

.m-h3-heading {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.m-cta-header {
  color: #f4f4f6;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.m-cta-section {
  background-color: #000;
  padding: 120px 5%;
  position: relative;
  overflow: hidden;
}

.m-cta-image-2 {
  width: 50px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.m-container-extra-small {
  width: 100%;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.m-cta-image-4 {
  height: 350px;
  position: absolute;
  inset: 42px 0% auto auto;
}

.m-timeline-button-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.m-cta-image-1 {
  position: absolute;
  inset: auto auto 0% 24px;
}

.m-button-outline {
  color: #7e8ef1;
  text-align: center;
  background-color: #0000;
  border: 2px solid #333647;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 8px 32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.m-button-outline:hover {
  color: #c8cef9;
  border-color: #7e8ef1;
}

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

.paragraph-regular-10.text-weight-bold {
  margin-top: 0;
  font-weight: 700;
}

.changelog-badge {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  letter-spacing: -.02em;
  background-color: #bb9853;
  border-radius: 8px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 4px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  box-shadow: 0 2px 5px #bb9853;
}

.changelog-content-card-b-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f2f8f5;
  border: 1px solid #d7eae0;
  border-radius: 8px;
  flex-direction: column;
  padding: 16px;
  display: flex;
}

.changelog-search-button {
  background-color: #f8f9fa;
  background-image: url('../images/Close-Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 99px;
  flex: none;
  width: 48px;
  height: 48px;
  padding: 16px;
}

.changelog-content-card-a-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f1ebde;
  border: 1px solid #bb9853;
  border-radius: 8px;
  flex-direction: column;
  margin-top: 0;
  padding: 16px;
  display: flex;
}

.changelog-content-card-a-2.new123 {
  margin-top: 30px;
}

.glossary-form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.field-icon-b {
  color: #6173e5;
  background-color: #eeeffc;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
  inset: 8px auto 8px 8px;
}

.changelog-item-group-b {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #0000;
  border-radius: 8px;
  flex-direction: column;
  display: flex;
}

.margin-bottom-12 {
  margin-bottom: 12px;
}

.field-icon {
  color: #bb9853;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.changelog-footnote {
  justify-content: flex-end;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

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

.field-input-b {
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #eaedf0;
  border-radius: 8px;
  width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 12px 12px 48px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .25s;
}

.field-input-b::placeholder {
  color: #adb5bd;
}

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

.changelog-feature-a {
  grid-row-gap: 16px;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 32px;
  display: flex;
}

.glossary-button-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #080808;
  background-color: #fff;
  border: 1px solid #edecf0;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 12px;
  transition: all .3s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

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

.newsletter-wrapper {
  text-align: center;
  background-color: #bb985333;
  border: 1px solid #bb9853;
  border-radius: 8px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 384px;
  padding: 32px;
  display: flex;
  position: sticky;
  top: 128px;
}

.changelog-content-card-d-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fceeee;
  border: 1px solid #f6cbcb;
  border-radius: 8px;
  flex-direction: column;
  padding: 16px;
  display: flex;
}

.changelog-search-a {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  max-width: 486px;
  margin-top: 32px;
  margin-bottom: 0;
  display: flex;
}

.margin-bottom-32 {
  margin-bottom: 32px;
}

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

.changelog-heading {
  width: 100%;
  max-width: 620px;
  margin-bottom: 64px;
}

.changelog-content-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  position: relative;
}

.span-red-501 {
  color: #e56161;
}

.section-regular-7 {
  padding: 80px 5%;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.newsletter-icon {
  color: #6173e5;
  background-color: #fff;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-68 {
  margin-bottom: 0;
}

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

.changelog-divider.last-item {
  margin-bottom: 0;
}

.changelog-version-group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 16px;
  display: block;
}

.glossary-input {
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.glossary-grid-a {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 48px 1fr;
}

.margin-bottom-69 {
  margin-bottom: 0;
}

.div-block-8 {
  display: none;
}

.paragraph-small-6 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.content-image-5 {
  width: 100%;
  max-width: 560px;
}

.content-stat-wrap {
  grid-column-gap: 16px;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.h2-heading-8 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 49px;
}

.overline-4 {
  color: #9797a1;
  letter-spacing: .01em;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.overline-4.text-color-blue {
  color: #bb9853;
}

.overline-4.text-color-purple {
  color: #efb9e2;
  font-weight: 700;
}

.text-color-blue-501 {
  color: #bb9853;
}

.h3-heading-3 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.grid-two-column-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.text-color-red {
  color: #bb9853;
}

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

.icon-x-large.new1 {
  color: #bb9853;
}

.content-number-wrap {
  grid-column-gap: 70px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  margin-top: 64px;
  display: flex;
}

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

.highlight-span {
  background-color: #f4f4f5;
  border-radius: 32px;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
}

.image-49 {
  border-radius: 20px;
}

.stage-heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 33px;
  font-weight: 700;
  line-height: 1.05em;
}

.slider-stage-splitscreen-2 {
  color: #fff0dc;
  background-color: #bb9853;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.testimonial-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  padding: 24px;
  display: flex;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

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

.horizontal-divider {
  align-items: center;
  width: 100%;
  height: 2px;
  display: flex;
}

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

.paragraph-regular-12 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.7;
}

.h4-heading-2 {
  color: #000;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
}

.text-span-strong {
  color: #000;
  font-weight: 500;
}

.heading-grid {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  margin-bottom: 48px;
}

.heading-grid-right {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  align-items: center;
  display: flex;
}

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

.section-large-3.pattern {
  background-color: #fefefe;
  padding-top: 40px;
  padding-bottom: 40px;
}

.badge-2 {
  color: #000;
  background-color: #bb9853;
  border-radius: 8px;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.heading-grid-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.button-primary-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #292929;
  border-radius: 10px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  box-shadow: inset 1px 1px .25px #ffffff1f, inset -1px 1px .25px #ffffff1f, 0 0 0 1px #000, 0 1px 2px #000000a3;
}

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

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

.testimonial-card-footer {
  color: #8f8f8f;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.testimonial-card-header {
  color: #000;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.paragraph-small-7 {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.7;
}

.paragraph-small-7.text-gray-400 {
  color: #8f8f8f;
}

.testimonial-badge {
  color: #fff;
  background-color: #bb9853;
  border-radius: 8px;
  padding: 4px 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

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

.max-w-872px {
  width: 100%;
  max-width: 872px;
  margin-left: auto;
  margin-right: auto;
}

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

.testimonial-image-s {
  position: relative;
  bottom: -32px;
}

.paragraph-regular-13 {
  color: #030711;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 32px;
}

.paragraph-regular-13.text-color-gray-600 {
  color: #4b5563;
}

.testimonial-grid-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

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

.avatar-l {
  background-color: #e34f5d;
  border-radius: 100px;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  overflow: hidden;
}

.avatar-l.bg-blue {
  background-color: #4250d1;
}

.avatar-l.bg-yellow {
  background-color: #f8d254;
}

.avatar-l.bg-purple {
  background-color: #913b8b;
}

.avatar-l.bg-green {
  background-color: #7bd189;
}

.title-wrapper-m {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 858px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.paragraph-large-4 {
  color: #030711;
  letter-spacing: -.3px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.action-l {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.h1-heading-4 {
  color: #030711;
  letter-spacing: -1.6px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 72px;
}

.testimonial-card-2 {
  background-color: #fff;
  border-radius: 24px;
  width: 100%;
  padding: 24px;
}

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

.wrap-v-small-5.align-c {
  text-align: center;
  align-items: center;
}

.testimonial-user-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.testimonial-asset-block-s {
  background-color: #f3f4f6;
  background-image: url('../images/Screen-Shot-2024-02-25-at-1.53.13-PM.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  height: 168px;
  padding: 24px;
  display: flex;
  overflow: hidden;
}

.section-testimonial {
  background-color: #f3f4f6;
  padding: 96px 3%;
  position: relative;
  overflow: hidden;
}

.html-embed {
  margin-top: 16px;
  display: block;
}

.page-nav-header {
  z-index: 90;
  background-color: #000;
  border-bottom: 1px solid #313131;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 102px;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

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

.header-logo {
  width: 60px;
  margin-right: .8rem;
}

.simple-nav-header {
  color: #f8f8f8;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.txt-row {
  justify-content: center;
  width: 100%;
  display: flex;
}

.txt-row.is-8 {
  justify-content: center;
  padding-left: 10%;
  padding-right: 10%;
}

.clash-xl-2 {
  z-index: 5;
  transform-origin: 50% 0;
  color: #fff;
  letter-spacing: .01em;
  text-transform: uppercase;
  font-size: 7em;
  font-weight: 100;
  line-height: .9em;
  position: relative;
}

.clash-xl-2.page-hero {
  letter-spacing: .3em;
  font-size: 2em;
}

.clash-xl-2.events-header {
  color: #fff;
  letter-spacing: .3em;
  font-size: 2em;
  font-weight: 500;
}

.events-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  margin-top: 2rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.mbm-ex-div {
  z-index: 5;
  perspective: 40em;
  perspective-origin: 50% 0;
  position: relative;
  overflow: visible;
}

.card-container {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.upcoming-events-section {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.styled-heading {
  z-index: 5;
  transform-origin: 50% 0;
  color: #fff;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 7rem;
  font-style: italic;
  font-weight: 600;
  line-height: .9em;
  position: relative;
}

.styled-heading.events-hero-header {
  font-size: 10rem;
  font-weight: 700;
}

.past-events-section {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  padding-top: 5rem;
  padding-bottom: 3rem;
}

.event-header-wrap {
  z-index: 10;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1600px;
  display: flex;
  position: relative;
  overflow: visible;
}

.grid-hero-text-wrap {
  z-index: 10;
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1600px;
  padding-top: 7rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.events-section {
  background-image: linear-gradient(#efb9e261, #fffeff00 99%, #fff), linear-gradient(#0009, #0009), url('../images/sean-boyd-xwxhpEpKOXU-unsplash.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cal-list-wrapper {
  flex-wrap: wrap;
  width: 100%;
}

.arrow-div.invert {
  filter: invert();
}

.date-wrap {
  border-right: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 15%;
  height: 100px;
  display: flex;
}

.accordion-pane-content {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 1000px;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 20px;
  padding-left: 15%;
  display: flex;
}

.event-link {
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 6px 12px;
  font-size: .65rem;
  text-decoration: none;
  transition: opacity .2s, transform .3s;
  display: flex;
}

.event-link:hover {
  opacity: .7;
  transform: scale(.95);
}

.accordion-tab-button {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.header-info-wrapper {
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.accordion-header-2 {
  color: #fff;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  transition: font-size .2s;
  display: flex;
}

.accordion-header-wrap {
  width: 70%;
  padding-left: 30px;
}

.accordion-text {
  color: #f5f5f5;
  text-align: left;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
}

.unlinked-cms-events-section {
  background-image: linear-gradient(#0009, #0009), url('../images/kevin-young--icmOdYWXuQ-unsplash.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  display: none;
  position: relative;
  overflow: hidden;
}

.month {
  z-index: 10;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1.3em;
  position: relative;
}

.accordion-pane {
  background-color: #0000;
  display: flex;
  overflow: hidden;
}

.event-links-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.arrow-div-wrapper {
  justify-content: center;
  align-items: center;
  width: 15%;
  display: flex;
}

.accordion-detail {
  z-index: 10;
  color: #e0e0e0;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1.1;
  position: relative;
}

.large-accordion-item {
  border-top: 1px solid #fff;
  border-bottom: 1px #fff;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  transition: transform .3s;
}

.large-accordion-item:hover {
  transform: scale(1.03);
}

.day {
  z-index: 10;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  position: relative;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}

.link-icon.invert {
  filter: invert();
  text-decoration: none;
}

.accordion-header-3 {
  color: #fff;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  transition: font-size .2s;
  display: flex;
}

.text-block-48 {
  color: #efb9e2;
  text-decoration: none;
}

.body-9 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.text-block-49, .text-block-50 {
  color: #efb9e2;
}

.text-block-51 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.text-block-52 {
  font-weight: 600;
}

.timeline-bar {
  background-color: #e3e3e3;
  flex: 1;
  height: 1.2px;
  margin-right: -32px;
  position: relative;
}

.timeline-bottom {
  padding: 48px 72px 72px;
}

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

.timeline-dot-small {
  background-color: #000;
  border-radius: 6px;
  flex: none;
  width: 4px;
  height: 4px;
}

.section-tiny {
  padding: 20px 5%;
}

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

.timeline-top {
  background-color: #f5f5f5;
  padding: 40px 24px;
}

.text-color-neutral-400 {
  color: #8f8f8f;
}

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

.icon-minus {
  z-index: 0;
  opacity: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.h4-heading-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
}

.grid-two-column-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.timeline-card-small {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

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

.label-regular {
  color: #000;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.timeline-header-mockup {
  margin-bottom: -180px;
}

.title-wrapper-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.tabs-content-2 {
  padding: 1px;
}

.badge-3 {
  color: #000;
  background-color: #bb9853;
  border-radius: 8px;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.timeline-tab-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #666;
  background-color: #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 4px 4px 4px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.timeline-tab-link.w--current {
  color: #000;
  background-color: #f5f5f5;
}

.timeline-block {
  border: 1px solid #f0f0f0;
  border-radius: 24px;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.icon-arrow {
  z-index: 1;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.timeline-tabs-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  margin-bottom: 72px;
  display: flex;
}

.paragraph-small-8 {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.7;
}

.paragraph-small-8.text-gray-500 {
  color: #666;
}

.timeline-bar-wrap {
  align-items: center;
  display: flex;
  position: relative;
}

.timeline-dot {
  z-index: 2;
  background-color: #fff;
  border-radius: 40px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 2px #0000000f, 0 0 0 1px #0000000f;
}

.text-block-54 {
  color: #fff;
  font-weight: 500;
}

.chat-writemodule-formtextfield-1 {
  text-align: center;
  border: 1px #000;
  min-height: 100%;
  margin-bottom: 0;
  padding: 15px 25px 30px;
  font-size: 15px;
  line-height: 1.6em;
  position: relative;
  bottom: -10px;
  overflow: visible;
}

.chat-writemodule-headbottom-1 {
  display: flex;
}

.chat-writemodule-success-1 {
  background-color: #0000;
  align-self: center;
  width: 100%;
}

.chat-writemodule-formblock-1 {
  flex-wrap: wrap;
  align-self: stretch;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.chat-writemodule-header-1 {
  background-color: #ad2c45;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  flex: none;
  padding: 30px;
}

.chat-writemodule-headtext-2 {
  color: #ffffff87;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2em;
}

.chat-writemodule-headtag-1 {
  color: #ffffff87;
  font-size: 14px;
  line-height: 1.3em;
}

.chat-writemodule-pic-1 {
  border: 3px solid #ad2c45;
  border-radius: 100px;
  height: 66px;
  overflow: hidden;
}

.chat-writemodule-pic-1.alt-1 {
  margin-left: -35px;
}

.chat-writemodule-headtext-1 {
  color: #fff;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3em;
}

.chat-writemodule-buttonwrap-1 {
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-right: 20px;
  display: flex;
}

.chat-writemodule-teamtextwrap-1 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.chat-writemodule-headtop-1 {
  margin-bottom: 20px;
}

.chat-writemodule-form-1 {
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.chat-writemodule-formtextwraper-1 {
  flex: 1;
  display: block;
  overflow: hidden;
}

.chat-writemodule-button-1 {
  color: #0000;
  background-color: #0000;
  background-image: url('../images/slice293x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  flex: none;
  width: 20px;
  height: 20px;
  padding: 0;
  overflow: hidden;
}

.chat-writemodule-formwrap-1 {
  flex: 1 0 auto;
  align-items: flex-end;
  display: flex;
}

.chat-writemodule-box-1 {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  width: 378px;
  min-height: 500px;
  max-height: 70vh;
  display: flex;
  box-shadow: 1px 1px 13px 9px #00000014;
}

.chat-bubbleicon-2 {
  filter: brightness(200%) contrast(0%) brightness(200%);
  background-image: url('../images/Close3x_1Close@3x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20%;
  width: 100%;
  height: 100%;
  display: none;
}

.chat-linkcredits-1 {
  opacity: 0;
  height: 1px;
  font-size: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.chat-writemodule-formfield-1 {
  border: 1px #000;
  height: 48px;
  margin-bottom: 0;
  padding: 10px 25px 12px;
  font-size: 15px;
  line-height: 1.3em;
}

.chat-bubblemain-1 {
  z-index: 2;
  margin-bottom: 30px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.chat-writemodule-picswrapper-1 {
  flex: none;
  margin-right: 10px;
}

.chat-container-1 {
  width: 100%;
  max-width: 14200px;
  position: relative;
}

.chat-bubbleshape-1 {
  cursor: pointer;
  background-color: #ad2c45;
  border-radius: 555px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  box-shadow: 1px 1px 10px 10px #00000014;
}

.chat-writemodule-headlogo-1 {
  filter: brightness(200%) contrast(0%) brightness(200%);
  height: 18px;
  margin-bottom: 10px;
}

.chat-writenmodulegrid-1 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-top: 1px solid #f0f0f0;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.chat-writemodule-main-1 {
  padding-bottom: 100px;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.chat-bubbleicon-1 {
  filter: brightness(200%) contrast(0%) brightness(200%);
  background-image: url('../images/Path-5002.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  display: block;
}

.chat-writemodule-sucess-2 {
  text-align: center;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 1.6em;
}

.chat-writemodule-error-1 {
  text-align: center;
  background-color: #fcd5d5;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  flex: 100%;
  order: -1;
  align-self: center;
  margin-top: 0;
  font-size: 13px;
  line-height: 1.6em;
  position: absolute;
  inset: -40px 0% auto;
  box-shadow: 0 -1px 3px #390c162e;
}

.chat-main-1 {
  z-index: 1000;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.chat-bubbleicon-1-2 {
  filter: brightness(200%) contrast(0%) brightness(200%);
  background-image: url('../images/Path-5002.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  display: block;
}

.chat-bubbleicon-2-2 {
  filter: brightness(200%) contrast(0%) brightness(200%);
  background-image: url('../images/Close3x_1Close@3x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20%;
  width: 100%;
  height: 100%;
  display: none;
}

.ms-chat-box-5 {
  z-index: 1;
  text-align: center;
  background-color: #f4fbff;
  border: 1px solid #e9e7e7;
  border-radius: 8px;
  width: 100vw;
  max-width: 350px;
  height: 630px;
  max-height: 75vh;
  line-height: 1.5em;
  display: none;
  position: absolute;
  inset: auto -5px 24px auto;
  overflow: auto;
  box-shadow: 0 20px 40px -5px #555e6940;
}

.chat-bubbleshape-1-2 {
  cursor: pointer;
  background-color: #bb9853;
  border-radius: 555px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  box-shadow: 1px 1px 10px 10px #00000014;
}

.f-content-text-wrapper {
  max-width: 460px;
}

.content-feature-row {
  grid-column-gap: 32px;
  flex-wrap: wrap;
  margin-top: 48px;
  margin-bottom: 48px;
  font-weight: 500;
  display: flex;
}

.f-margin-bottom-50 {
  margin-bottom: 16px;
}

.f-section-regular {
  padding: 72px 5%;
  display: none;
  position: relative;
}

.f-margin-bottom-51 {
  margin-bottom: 8px;
}

.content-feature-item {
  grid-column-gap: 5px;
  display: flex;
}

.f-button-neutral {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #efb9e2;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: #282556;
}

.f-button-secondary {
  color: #160042;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: #f3f5fb;
  border-color: #0000;
}

.f-content-image-wrapper {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 600px;
  overflow: hidden;
}

.f-grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-header-button-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-heading-detail-small-3 {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

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

.cta-accent-r {
  z-index: 0;
  mix-blend-mode: normal;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.cta-content {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 620px;
  display: flex;
  position: relative;
}

.button-secondary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #131315;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.h2-heading-9 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.h2-heading-9.text-color-white {
  color: #fff;
  font-size: 55px;
  font-weight: 700;
}

.cta-dark {
  color: #fff;
  background-color: #222;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1408px;
  margin-left: auto;
  margin-right: auto;
  padding: 104px 64px;
  display: flex;
  position: relative;
}

.button-cta {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px solid #55555e;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
}

.cta-accent-l {
  mix-blend-mode: normal;
  position: absolute;
  inset: 0% auto auto 0%;
}

.f-margin-bottom-52 {
  margin-bottom: 16px;
}

.f-h3-heading-2 {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-margin-bottom-53 {
  margin-bottom: 8px;
}

.f-button-neutral-2 {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-2:hover {
  background-color: #282556;
}

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

.f-heading-detail-small-4 {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

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

.content-feature-row-2 {
  grid-column-gap: 25px;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 500;
  display: flex;
}

.f-margin-bottom-54 {
  margin-bottom: 16px;
}

.f-h3-heading-3 {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.2;
}

.f-section-regular-2 {
  background-color: #f3f3f3;
  padding: 80px 5% 72px;
  position: relative;
}

.f-margin-bottom-55 {
  margin-bottom: 8px;
}

.f-button-neutral-3 {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-3:hover {
  background-color: #282556;
}

.f-image-cover-3 {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

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

.f-heading-detail-small-5 {
  color: #efb9e2;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

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

.text-block-56 {
  color: #efb9e2;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
}

.bold-text-21 {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  display: block;
}

.content-feature-row-3 {
  grid-column-gap: 32px;
  flex-wrap: wrap;
  margin-top: 48px;
  margin-bottom: 48px;
  font-weight: 500;
  display: flex;
}

.f-margin-bottom-56 {
  margin-bottom: 16px;
}

.f-h3-heading-4 {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.2;
}

.f-section-regular-3 {
  background-color: #f3f3f3;
  padding: 40px 5%;
  position: relative;
}

.f-section-regular-3.back1 {
  background-color: #fff;
  margin-top: 40px;
}

.f-margin-bottom-57 {
  margin-bottom: 8px;
}

.content-feature-item-2 {
  grid-column-gap: 12px;
  display: flex;
}

.f-button-neutral-4 {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-4:hover {
  background-color: #282556;
}

.f-image-cover-4 {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  max-height: 1000px;
}

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

.f-heading-detail-small-6 {
  color: #bb9853;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

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

.text-block-57 {
  display: flex;
}

.text-link {
  color: #404040;
  text-decoration: underline;
}

.video-feature-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.section-regular-9 {
  padding: 80px 5%;
  position: relative;
  overflow: hidden;
}

.section-regular-9.bg-brown {
  background-color: #f3f3f3;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-regular-9.bg-brown.new22 {
  display: none;
}

.video {
  background-image: linear-gradient(0deg, #efb9e2, #00000080 25%, #0000 50%), url('../images/White_Floral_Minimalist_Mothers_Day_Promo_Code_Instagram_Post.webp');
  background-position: 0 0, 50% 70%;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 480px;
  display: flex;
}

.video.new12 {
  background-image: linear-gradient(0deg, #efb9e2, #00000080 25%, #0000 50%), url('../images/86286392-E9D2-4D50-B262-1A1D0EF73224.webp');
  background-position: 0 0, 50% 54%;
}

.subheading-small {
  color: #0a0a0a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 32px;
}

.video-slider {
  background-color: #0000;
  height: auto;
  margin-bottom: 0;
}

.h5-heading-2 {
  color: #0a0a0a;
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.4;
}

.paragraph-regular-15 {
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.paragraph-regular-15.text-color-gray-500 {
  line-height: 24px;
}

.slide {
  margin-right: 32px;
}

.heading-wrap-2 {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 64px;
  display: flex;
}

.slide-detail {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #f2eeee;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 12px;
  display: flex;
}

.wrap-h-tiny-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #171717;
  flex-direction: row;
  display: flex;
}

.button-outline-s {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  background-color: #efb9e2;
  border: 1px #d4d4d4;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 15px 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .45s, border-color .4s, background-color .4s, color .4s;
  display: flex;
  position: relative;
}

.button-outline-s:hover {
  border-color: #a3a3a3;
  transform: translate(0, -4px);
  box-shadow: 0 2px 5px #efb9e2;
}

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

.badge-4 {
  color: #285d4e;
  background-color: #f4faf8;
  border: 1px solid #d6f0e5;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.badge-4.purple {
  color: #fff;
  background-color: #efb9e2;
  border-style: none;
  border-color: #e2d9e2;
  border-radius: 20px;
}

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

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

.video-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 2.1fr 1fr;
}

.caption-uppercase-medium {
  color: #0a0a0a;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.play {
  background-color: #fff;
  padding: 16px;
}

.video-arrow {
  z-index: 2;
  color: #fff;
  background-color: #efb9e2;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  padding: 8px;
  transition: all .3s;
  inset: auto 32px 55px auto;
}

.video-arrow:hover {
  color: #0a0a0a;
}

.video-arrow.left {
  color: #fff;
  background-color: #efb9e2;
  border-radius: 20px;
  bottom: 55px;
  right: 80px;
}

.badge-wrap {
  display: flex;
}

.video-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  display: flex;
}

.caption {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.caption.text-color-gray-500 {
  font-size: 14px;
  font-weight: 700;
}

.hide {
  display: none;
}

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

.paragraph-large-5.text-weight-medium {
  color: #000;
  font-size: 22px;
  font-weight: 700;
}

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

.text-block-58 {
  font-weight: 700;
}

.section-regular-10 {
  background-color: #f3f3f3;
  padding: 80px 5% 40px;
  position: relative;
  overflow: hidden;
}

.section-regular-10.bg-brown {
  background-color: #f9f7f7;
}

.section-regular-10.newsed._212, .section-regular-10.nk1 {
  display: none;
}

.video-2 {
  background-image: linear-gradient(to top, #000, #00000080 25%, #0000 50%), url('../images/Video-BG_1Video BG.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 480px;
  display: flex;
}

.subheading-small-2 {
  color: #0a0a0a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.video-slider-2 {
  background-color: #0000;
  height: auto;
  margin-bottom: 56px;
}

.h5-heading-3 {
  color: #0a0a0a;
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.4;
}

.paragraph-regular-16 {
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.heading-wrap-3 {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 64px;
  display: flex;
}

.slide-detail-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #f2eeee;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 12px;
  display: flex;
}

.wrap-h-tiny-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #171717;
  flex-direction: row;
  display: flex;
}

.badge-5 {
  color: #285d4e;
  background-color: #f4faf8;
  border: 1px solid #d6f0e5;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.badge-5.purple {
  color: #4b264b;
  background-color: #f0ebf0;
  border-color: #e2d9e2;
}

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

.caption-uppercase-medium-2 {
  color: #0a0a0a;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

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

.video-arrow-2 {
  z-index: 2;
  color: #a3a3a3;
  width: 40px;
  height: 40px;
  padding: 8px;
  transition: all .3s;
  inset: auto 32px 32px auto;
}

.video-arrow-2:hover {
  color: #0a0a0a;
}

.video-arrow-2.left {
  right: 72px;
}

.video-card-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  display: flex;
}

.paragraph-large-6 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-large-6.text-weight-medium {
  font-weight: 500;
}

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

.arrow_svg {
  width: .8em;
  height: 1.13em;
}

.arrow_svg.is-alt {
  transform: rotate(-180deg);
}

.swiper-slide.is-content {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-right: 2.6em;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.swiper-slide.is-photos {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.2em;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.swiper-wrapper.is-content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.swiper-wrapper.is-photos {
  width: 100%;
  position: relative;
}

.arrow {
  border: 1px solid #b8a5ff3d;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 7em;
  height: 3.1em;
  margin-right: 1em;
  transition: all .2s;
  display: flex;
}

.arrow:hover {
  color: #111;
  background-color: #b8a5ff;
  border-color: #b8a5ff;
}

.arrow.is-left, .arrow.is-right {
  color: #fff;
  background-color: #efb9e2;
}

.slider_left {
  width: 50%;
  position: relative;
}

.slider_wrap {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.page-wrapper {
  width: 100%;
  max-height: 743px;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.container-10 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 3.5em 7em;
}

.container-10.is-slider {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.slider_right {
  width: 40%;
}

.global-styles {
  position: fixed;
  inset: 0% 0% auto;
}

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

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.swiper.is-content {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.swiper.swiper-slider {
  padding-top: 80px;
  padding-bottom: 80px;
}

.arrows-2 {
  z-index: 100;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: -30px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-50 {
  border-radius: 20px;
}

.ss-paragraph {
  color: #4a494b;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 30px;
}

.ss-goto-cta {
  line-height: 24px;
}

.ss-tag-line {
  color: #3caab4;
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
}

.ss-tagline-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  padding-left: 60px;
  display: flex;
  position: relative;
}

.swiper-pagination {
  color: #000;
  text-align: left;
  margin-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 600;
  display: flex;
  position: absolute;
  bottom: -21px;
}

.animationline {
  background-color: #3caab4;
  width: 50px;
  height: 1px;
  position: absolute;
  inset: auto auto auto 0%;
}

.ss-number-line {
  color: #8d99a0;
  background-color: #8d99a0;
  width: 2px;
  height: 87%;
  min-height: auto;
  position: absolute;
  top: 76px;
  bottom: 0;
}

.ss-cta-link {
  color: #fff;
  text-transform: capitalize;
  background-color: #0074a2;
  border: 2px solid #0000;
  border-radius: 5px;
  padding: 18px 38px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  transition: all .4s;
}

.ss-cta-link:hover {
  color: #0074a2;
  background-color: #fff;
  border-color: #0074a2;
}

.ss-title {
  color: #112631;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 600;
  line-height: 72px;
}

.container-1170 {
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
}

.ss-inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.ss-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.ss-image-wrapper {
  width: 100%;
  height: 0;
  padding-top: 660px;
  position: relative;
}

.slide-wrapper {
  padding-top: 70px;
  padding-bottom: 70px;
}

.ss-content-container {
  padding-top: 30px;
}

.ss-number-text {
  color: #8d99a0;
  background-color: #fff;
  margin-bottom: 30px;
  font-size: 38px;
  line-height: 45px;
  transform: rotate(-90deg);
}

.ss-inner-left-container {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  display: flex;
  position: relative;
}

.swiper-slide-2 {
  background-color: #fff;
  margin-bottom: 0;
}

.ss-inner-left {
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding: 60px 15px;
  display: flex;
  position: static;
}

.ss-inner-right {
  width: 100%;
  max-width: 570px;
  padding-left: 15px;
  padding-right: 15px;
}

.ss-number {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 100%;
  margin-right: 20px;
  display: flex;
  position: static;
  left: 0;
}

.icon-right {
  color: #bb9853;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-left: 0;
  display: flex;
}

.icon-right.newicon11 {
  width: 45px;
  height: 45px;
  margin-right: 10px;
}

.brix---icon-pagraph-wrapper-3 {
  color: #6e7191;
  align-items: flex-start;
  font-weight: 400;
  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;
}

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

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

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

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

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

.brix---footer-list-wrapper-3 {
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 500;
  list-style-type: 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;
}

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

.google-reviews-wrapper-2.new1.new122._2242423423 {
  margin-top: 15px;
}

.google-reviews-wrapper-2.new11 {
  margin-top: 40px;
  margin-bottom: 30px;
}

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

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

.nombre-etoile-2.newtet1.ntet1, .nombre-etoile-2.newtet1.newtxt13._111, .nombre-etoile-2.newtxt1 {
  color: #000;
}

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

.image-full {
  border-radius: 12px;
  width: 100%;
  height: 550px;
}

.image-full.ne1 {
  width: auto;
  margin-left: 50px;
}

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

.content-grid-b {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.content-wrapper-3 {
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

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

.wrap-h-regular-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.text-color-purple-600 {
  color: #5c2d5c;
}

.content-feature-grid-s-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.content-image-6 {
  max-width: 488px;
  height: auto;
}

.caption-uppercase {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.caption-uppercase.text-weight-medium {
  color: #bb9853;
  font-weight: 500;
}

.paragraph-large-7 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-large-7.text-weight-medium {
  font-weight: 700;
}

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

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

.logo-carousel-b {
  flex-flow: column;
  flex: none;
  display: flex;
}

.button-primary-rounded {
  color: #fff;
  background-color: #23272f;
  border: 2px solid #23272f;
  border-radius: 52px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  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: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.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.logo-item-small {
  background-color: #fff;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #23272e14;
}

.container-x-small {
  width: 100%;
  max-width: 858px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.logo-item {
  background-color: #fff;
  border-radius: 32px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #23272e14;
}

.logo-overlay {
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(#fff, #fff0 30% 70%, #fff);
  position: absolute;
  inset: 0%;
}

.logo-overlay.gray {
  background-image: linear-gradient(#f6f7f9, #fff0 30% 70%, #f6f7f9);
}

.logo-carousel-inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.logo-carousel-group {
  flex-flow: column;
  flex: none;
  display: flex;
}

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

.h2-heading-10 {
  color: #000;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 700;
  line-height: 60px;
}

.css-embed {
  display: none;
}

.logo-carousel-t {
  flex-flow: column;
  flex: none;
  justify-content: flex-end;
  display: flex;
}

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

.paragraph-large-8.text-color-gray-800 {
  color: #394151;
  justify-content: center;
  align-items: center;
  width: 1000px;
  display: flex;
}

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

.logo-carousel-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 328px;
  min-height: 376px;
  max-height: 376px;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}

.logo-carousel-wrapper.center {
  max-width: 416px;
  min-height: 390px;
  max-height: 390px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
}

.section-small {
  padding: 72px 5%;
  position: relative;
}

.section-small.background-gray {
  background-color: #f6f7f9;
  padding-top: 30px;
  padding-bottom: 1px;
}

.section-small.background-gray.newgre {
  background-color: #fefefe;
}

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

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

.button-primary-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  background-color: #0a0a0a;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

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

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

.content-wrap-3 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.paragraph-large-9 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-large-9.text-weight-medium {
  font-weight: 500;
}

.container-large-7 {
  z-index: 5;
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}

.content-block-large {
  background-color: #fafafa;
  background-image: url('../images/IMG_3661-2.png');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  min-height: 604px;
  padding: 48px;
  display: flex;
}

.content-dropdown-toggle {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #404040;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 16px 0;
  display: flex;
}

.paragraph-regular-17 {
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.paragraph-regular-17.text-color-gray-700 {
  color: #404040;
}

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

.overline-regular.text-weight-medium {
  color: #bb9853;
  font-weight: 500;
}

.content-dropdown-list {
  background-color: #0000;
  margin-top: -4px;
  display: block;
  position: static;
}

.subheading-small-3 {
  color: #0a0a0a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

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

.image-full-2 {
  width: 100%;
  height: auto;
}

.content-dropdown-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-link-2 {
  color: #404040;
  text-decoration: underline;
  transition: color .3s;
}

.text-link-2:hover {
  color: #734573;
}

.content-dropdown-tab {
  max-width: 544px;
  padding-bottom: 16px;
}

.content-dropdown {
  width: 100%;
  height: auto;
  position: static;
  overflow: hidden;
}

.content-image-7 {
  max-width: 488px;
  height: auto;
}

.content-grid-two-columns {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.h6-heading-3 {
  color: #0a0a0a;
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 29px;
  font-weight: 800;
  line-height: 1.4;
}

.text-color-purple-601 {
  color: #5c2d5c;
}

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

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

.section---content-4 {
  background-color: #fbfcfe;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 5% 140px;
  display: flex;
  position: relative;
}

.image-wrapper-5 {
  border-radius: 4px;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

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

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

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

.bold-text-22 {
  text-decoration: underline;
}

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

.f-margin-bottom-58 {
  margin-bottom: 16px;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-h3-heading-5 {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-section-regular-4 {
  padding: 72px 5%;
  position: relative;
}

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

.f-content-image-wrapper-2 {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 430px;
  overflow: hidden;
}

.f-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-heading-detail-small-7 {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

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

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-margin-bottom-59 {
  margin-bottom: 16px;
}

.f-h3-heading-6 {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-section-regular-5 {
  padding: 72px 5%;
  position: relative;
}

.f-margin-bottom-60 {
  margin-bottom: 8px;
}

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

.f-content-image-wrapper-3 {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 430px;
  overflow: hidden;
}

.f-margin-bottom-61 {
  margin-bottom: 32px;
}

.f-margin-bottom-62 {
  margin-bottom: 16px;
}

.f-margin-bottom-63 {
  margin-bottom: 12px;
}

.f-section-regular-6 {
  padding: 72px 5%;
  position: relative;
}

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

.f-margin-bottom-64 {
  margin-bottom: 32px;
}

@media screen and (min-width: 1280px) {
  .hero-btn {
    border-radius: 8px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 600;
  }

  .brix---paragraph-default-2 {
    font-size: 22px;
  }

  .brix---btn-secondary {
    border-radius: 8px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 600;
  }

  .bold-text {
    font-size: 65px;
  }

  .mobile-header {
    display: none;
  }

  .button-6.margin-top-20.newbtn {
    margin-top: 15px;
  }

  .brix---heading-h3-size {
    color: #000;
    font-family: Montserrat, sans-serif;
  }

  .brix---heading-h3-size:hover {
    color: #efb9e2;
  }

  .team-section {
    background-color: #f5f5f5;
  }

  .brix---paragraph-default {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
  }

  .brix---text-200-medium {
    color: #efb9e2;
    margin-bottom: 10px;
  }

  .brix---heading-h2-size {
    color: #000;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 50px;
  }

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

  .btn.white {
    font-size: 20px;
  }

  .h1 {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .instagram-gallery-mobile {
    display: none;
  }

  .subtitle---brix {
    color: #a56b9a;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 16px;
  }

  .grid-2-columns._1-5fr---1fr.mg-bottom-64px {
    grid-template-columns: 1.5fr;
  }

  .container-default-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .container-default-2.new1 {
    align-items: flex-start;
  }

  .reviews-mobile {
    background-color: #f5f5f5;
    display: none;
  }

  .card.instagram-feed-link-card.v2 {
    margin-bottom: 20px;
  }

  .mg-bottom-24px {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .pricing22_row-content {
    font-size: 18px;
  }

  .tab-link.w--current {
    border-style: none solid none none;
    border-right-color: #fff;
    font-weight: 700;
  }

  .text-block-29 {
    font-size: 18px;
  }

  .text-block-32 {
    font-size: 17px;
  }

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

  .pricing22_feature.border-right {
    font-size: 18px;
  }

  .heading-33 {
    font-size: 45px;
  }

  .margin-bottom.margin-xxlarge {
    margin-bottom: 10px;
  }

  .text-align-center {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .inner-container._550px._100-mbl {
    flex-direction: column;
    display: flex;
  }

  .badge-secondary.tabs {
    color: #000;
    flex: 0 auto;
  }

  .badge-secondary.tabs:hover {
    background-color: #a56b9a;
    border-style: none;
  }

  .badge-secondary.tabs.w--current {
    background-color: #efb9e2;
    border-style: none;
    font-weight: 400;
  }

  .mg-bottom-0 {
    font-size: 18px;
    line-height: 22px;
  }

  .text-center.mg-bottom-64px {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .paragraph-23 {
    font-size: 18px;
    line-height: 25px;
  }

  .cta-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .btn-primary.pd-14px---24px {
    font-size: 16px;
    font-weight: 600;
  }

  .lynx-subtitle {
    color: #efb9e2;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .lynx-heading {
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 50px;
    font-weight: 700;
  }

  .lynx-paragraph {
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
  }

  .social-icon-font.btn-social-icon {
    display: none;
    overflow: visible;
  }

  .heading-h1-size.mg-bottom-8px {
    color: #000;
    margin-top: 0;
  }

  .instagram-gallery {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .flex.align-center.gap-column-6px {
    margin-left: 2px;
  }

  .grid-3-columns._2-col-mbl.gap-32px {
    margin-top: 50px;
  }

  .mg-bottom-2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }

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

  .laptop-reviews {
    background-color: #f5f5f5;
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .paragraph-26 {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
  }

  .paragraph-27, .paragraph-28 {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-35 {
    color: #000;
    margin-top: 5px;
    font-size: 50px;
    line-height: 50px;
  }

  .paragraph-29 {
    font-size: 20px;
    line-height: 23px;
  }

  .paragraph-30 {
    color: #6f737c;
    font-size: 20px;
    line-height: 24px;
  }

  .div-block, .div-block-2 {
    margin-left: 15px;
  }

  .div-block-3 {
    margin-left: 10px;
  }

  .bold-text-2 {
    font-size: 16px;
  }

  .heading-36, .heading-37 {
    font-size: 22px;
  }

  .large-header {
    line-height: 60px;
  }

  .header-image-cover {
    border-radius: 8px;
  }

  .blog-header-image {
    box-shadow: 6px 40px 80px #eddbef;
  }

  .blog-title-medium {
    font-weight: 700;
  }

  .blog-heading-large {
    color: #000;
    font-weight: 800;
  }

  .f-paragraph-large-2 {
    text-align: center;
  }

  .rating-stars-wrapper {
    margin-bottom: 2px;
  }
}

@media screen and (min-width: 1440px) {
  .grid-2-columns.form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .grid-2-columns.contact-v7 {
    grid-column-gap: 80px;
    grid-template-columns: 1fr 1.15fr;
  }

  .avatar-circle._07.testimonial-v8 {
    margin-left: 28px;
  }

  .card.content-left.testimonial-v1 {
    padding: 68px 56px;
  }

  .footer-middle {
    grid-column-gap: 90px;
    grid-template-columns: 1.6fr .8fr 1.2fr 1fr;
  }

  .footer-list.column-one {
    margin-right: 60px;
  }
}

@media screen and (max-width: 991px) {
  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .brix---dropdown-card {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .hero-btn {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---header-nav-menu-wrapper-white {
    background-color: #fff;
    border-top: 0 solid #eff0f6;
    border-bottom: 0 solid #eff0f6;
    padding: 24px;
  }

  .brix---grid-2-col---1-col-t {
    grid-template-columns: 1fr;
  }

  .brix---header-nav-link-white {
    color: #211f54;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---show-on-tablet {
    display: block;
  }

  .brix---header-nav-list-item-show-in-mbl {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-wrapper-transparent {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---hamburger-menu-bar-bottom-white {
    background-color: #fff;
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---hidden-on-tablet {
    display: none;
  }

  .brix---hamburger-menu-bar-top-white {
    background-color: #fff;
    width: 44px;
    height: 3px;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---hero-bg-image-dark-header-top {
    padding-top: 200px;
    padding-bottom: 160px;
  }

  .brix---dropdown-toggle-white {
    color: #211f54;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .brix---header-nav-list-item {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .content-grid-1 {
    grid-template-columns: auto;
  }

  .mobile-header {
    overflow: hidden;
  }

  .content-image-block {
    overflow: visible;
  }

  .heading-1 {
    font-size: 48px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---avatar-circle-06 {
    width: 140px;
    max-width: 140px;
    height: 140px;
    max-height: 140px;
  }

  .brix---slider-mask-width-388px {
    position: static;
  }

  .brix---social-media-grid-center {
    grid-column-gap: 10px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---btn-slider-arrow-right---top-left {
    inset: auto auto -90px 39.5%;
  }

  .brix---btn-slider-arrow-right---top-right {
    inset: auto 39.5% -90px auto;
  }

  .brix---heading-h3-size-link {
    font-size: 22px;
    line-height: 32px;
  }

  .team-section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .motto-wrap {
    width: 90%;
    margin-bottom: 100px;
  }

  .shop-section {
    margin-bottom: 0;
  }

  .footer-cta-name {
    margin-bottom: 20px;
    line-height: 35px;
    position: relative;
  }

  .banner-wp {
    width: 95%;
  }

  .h1 {
    font-size: 48px;
    line-height: 54px;
  }

  .h1.white {
    font-weight: 400;
    line-height: 54px;
  }

  .footer1.banner {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .instagram-gallery-mobile {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .instagram-feed---image-wrapper-3 {
    border-radius: 10px;
  }

  .grid-2-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.gap-medium._0-6fr---1fr {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.contact-v7 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .avatar-circle._08 {
    width: 280px;
    max-width: 280px;
    height: 280px;
    max-height: 280px;
  }

  .avatar-circle._08.testimonial-v12 {
    margin-bottom: 48px;
    margin-right: 0;
  }

  .avatar-circle._07 {
    width: 160px;
    max-width: 160px;
    height: 160px;
    max-height: 160px;
  }

  .reviews-mobile {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .card.content-center.testimonial-v6 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .card.testimonial-video-left {
    flex-direction: column;
  }

  .card.testmonial-v12 {
    flex-direction: column;
    padding-left: 48px;
    padding-right: 48px;
  }

  .card.form {
    padding: 54px 32px;
  }

  .heading-h4-size {
    font-size: 22px;
    line-height: 32px;
  }

  .mg-bottom-32px {
    margin-bottom: 24px;
  }

  .mg-bottom-32px.tablet-only {
    margin-bottom: 32px;
  }

  .pricing22_row-content {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .8rem;
  }

  .pricing22_row-content.border-top {
    padding: 1.1rem;
    font-size: .8rem;
  }

  .pricing22_row-content.pricing-header {
    font-size: 1rem;
  }

  .tab-link, .tab-link.w--current {
    font-size: 2rem;
  }

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

  .pricing22_feature.pricing-header {
    font-size: 1rem;
  }

  .pricing22_feature.border-right-top {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 1rem;
    font-size: .8rem;
  }

  .pricing22_feature.border-right {
    padding-right: 1rem;
    font-size: .8rem;
  }

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

  .pricing22_row-double {
    grid-template-columns: 2fr 1fr;
  }

  .btn-circle-secondary.slider-arrow.left---top-left {
    inset: auto auto -90px 39.5%;
  }

  .btn-circle-secondary.slider-arrow.right---top-left {
    inset: auto 39.5% -90px auto;
  }

  .accordion-spacer {
    min-height: 12px;
  }

  .accordion-item-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .faq {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .cta-v1-wrapper---brix {
    min-height: 400px;
    padding: 40px 56px;
  }

  .cta-section {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .buttons-row.right.left-tablet {
    justify-content: flex-start;
  }

  .floating-item.cta-v2-01 {
    width: 40%;
    top: 0%;
    left: -7%;
  }

  .floating-item.cta-v2-02 {
    width: 32%;
    bottom: -9%;
    right: -8%;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .icon-list-item-wrapper.center.left-tablet {
    justify-content: flex-start;
  }

  .social-media-footer-item {
    margin-left: 18px;
    margin-right: 18px;
  }

  .footer-list-item {
    margin-bottom: 8px;
  }

  .footer-top-left {
    max-width: 600px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    padding-bottom: 20px;
  }

  .footer-bottom {
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .footer-middle {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1.2fr 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .footer-link-item {
    font-size: 16px;
  }

  .lynx-grid-image-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-heading {
    font-size: 38px;
  }

  .heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .instagram-gallery {
    padding-top: 118px;
    padding-bottom: 118px;
  }

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

  .grid-3-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---card-testimonial-v14 {
    flex-direction: column;
    padding-left: 32px;
  }

  .pd---content-inside-card.testimonial-video {
    padding-bottom: 72px;
    padding-left: 64px;
    padding-right: 64px;
  }

  .pd---content-inside-card.testimonial-v3 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .tab-line {
    padding: 22px 18px;
  }

  .testimonial-video-wrapper {
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
    width: 100%;
  }

  .mg-bottom-48px {
    margin-bottom: 40px;
  }

  .tabs-menu-3.bottom {
    flex-direction: column;
    align-items: stretch;
  }

  .testimonial-v3-image-wrapper {
    max-width: 390px;
  }

  .brix---testimonial-v14-left-right {
    max-width: 100%;
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .brix---slider-mask-width-1012px {
    position: static;
  }

  .section-24 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

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

  .grid-top---text-2-buttons {
    grid-row-gap: 24px;
    grid-template-columns: .7fr;
  }

  .tab-card {
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .social-media-grid-top.right {
    grid-column-gap: 10px;
  }

  .play-button-large {
    max-width: 50%;
  }

  .play-button-large.wdith-100px {
    max-width: 100px;
  }

  .brix---paragraph-large {
    font-size: 20px;
    line-height: 32px;
  }

  .slider-mask {
    position: static;
  }

  .brix---testimonial-v14-left-side {
    margin-bottom: 36px;
    margin-right: 0;
  }

  .laptop-reviews {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .cta-section-2 {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .brix---header-nav-menu-wrapper-white-2 {
    background-color: #fff;
    border-top: 0 solid #eff0f6;
    border-bottom: 0 solid #eff0f6;
    padding: 24px;
  }

  .brix---header-nav-list-item-2 {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-nav-link-white-2 {
    color: #efb9e2;
  }

  .content-wrap-left {
    padding-left: 0;
    padding-right: 0;
  }

  .content-section-inner-01 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .content-section-01 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .border-effect {
    display: none;
  }

  .maps {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .grid-two-column {
    grid-template-columns: 1fr;
  }

  .content-image-2 {
    max-width: none;
  }

  .related-article-grid {
    grid-template-columns: 1fr;
  }

  .f-blog-thumbnail-large {
    margin-bottom: 16px;
  }

  .nav-menu {
    background-color: #fff;
    width: 100%;
    height: auto;
    position: absolute;
    top: 80px;
  }

  .brand {
    margin-right: 10px;
    padding: 0;
  }

  .nav-link {
    color: #000;
    width: 100%;
  }

  .navigation {
    padding-left: 3%;
    padding-right: 3%;
  }

  .container-navigation {
    position: relative;
  }

  .blog-grid {
    grid-template-columns: 1fr 1fr;
  }

  .menu-button {
    color: #000;
    background-color: #ede2ca;
    margin-left: 14px;
  }

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

  .navbar-container {
    justify-content: space-between;
    align-items: center;
  }

  .footer-top-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .cta-flex.hero {
    justify-content: center;
    width: 100%;
  }

  .h3 {
    flex: 1;
  }

  .content-wrap-2.hero {
    text-align: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .navbar-menu {
    z-index: 40;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px #000;
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0%;
    display: flex;
    overflow: auto;
  }

  .navbar-menu.overflow-hidden {
    background-color: #fff;
  }

  .menu-icon-line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon-line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .home-hero-image {
    max-width: 100%;
    transform: skew(0deg);
  }

  .hero-flex {
    grid-template-columns: 1fr;
  }

  .menu-icon-line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hero-book-info {
    grid-row-gap: 9px;
    flex-direction: column;
  }

  .menu-icon-line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar-link {
    white-space: nowrap;
    width: auto;
    padding: 20px;
    font-size: 14px;
  }

  .navigation-button-wrap {
    align-items: center;
    display: flex;
  }

  .container-navigation-2 {
    position: relative;
  }

  .menu-button-2 {
    color: #fff;
    background-color: #8080ff;
    border-radius: 8px;
    margin-left: 14px;
    padding: 12px;
    transition: all .35s;
  }

  .menu-button-2:hover, .menu-button-2.w--open {
    color: #fff;
    background-color: #5e53e0;
  }

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

  .header-grid {
    grid-template-columns: 1fr;
  }

  .nav-menu-2 {
    background-color: #fff;
    height: auto;
    position: absolute;
    top: 80px;
  }

  .image-wrapper-3 {
    justify-content: flex-end;
    align-items: center;
  }

  .header-section {
    padding-top: 140px;
  }

  .brand-2 {
    margin-right: 10px;
    padding: 0;
  }

  .navigation-2 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .nav-link-2 {
    color: #262626;
    width: 100%;
  }

  .header-grid-2 {
    grid-template-columns: 1fr;
  }

  .nav-menu-3 {
    background-color: #fff;
    height: auto;
    position: absolute;
    top: 80px;
  }

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

  .menu-button-3 {
    color: #fff;
    background-color: #262626;
    border-radius: 8px;
    margin-left: 14px;
    padding: 12px;
  }

  .menu-button-3:hover {
    color: #fff;
    background-color: #ffbe21;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #271d0c;
  }

  .container-navigation-3 {
    position: relative;
  }

  .navigation-3 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .navigation-right-2 {
    align-items: center;
    display: flex;
  }

  .nav-link-3 {
    color: #262626;
    width: 100%;
  }

  .books-icon {
    margin-right: 20px;
  }

  .brand-3 {
    margin-right: 10px;
    padding: 0;
  }

  .logo-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }

  .hero-block {
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu-4 {
    background-color: #fff;
    height: auto;
    position: absolute;
    top: 80px;
  }

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

  .company-logo-2 {
    margin: 15px;
  }

  .navigation-4 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .navigation-button-wrap-2 {
    align-items: center;
    display: flex;
  }

  .bloom-effect {
    height: 70%;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .abstract-globe {
    top: 10%;
  }

  .header-section-3 {
    padding-top: 60px;
  }

  .logo-wrapper-2 {
    flex-wrap: wrap;
    width: 100%;
  }

  .nav-link-4 {
    color: #262626;
    width: 100%;
  }

  .menu-button-4 {
    color: #fff;
    background-color: #85a0ad;
    border-radius: 8px;
    margin-left: 14px;
    padding: 12px;
  }

  .menu-button-4:hover {
    color: #fff;
    background-color: #000;
  }

  .menu-button-4.w--open {
    color: #fff;
    background-color: #cc4c33;
  }

  .brand-4 {
    margin-right: 10px;
    padding: 0;
  }

  .header-grid-a {
    grid-template-columns: 1fr;
  }

  .button-primary {
    display: flex;
  }

  .header-detail-wrap {
    justify-content: center;
  }

  .header-logo-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-reviews-wrapper {
    padding-top: 40px;
  }

  .user-image-wrapper {
    margin-left: 35px;
  }

  .user-image-wrapper._12-copy {
    margin-left: -18px;
  }

  ._12-text {
    margin-top: 21px;
    margin-left: 0;
    margin-right: 0;
  }

  .stage-heading {
    font-size: 5em;
  }

  .slider-btn-wrap {
    justify-content: center;
  }

  .splitscreen-column {
    width: 100%;
    height: 80vh;
  }

  .splitscreen-column.left {
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 50vh;
    min-height: 600px;
    padding: 60px;
  }

  .slider-stage-splitscreen {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .m-grid-two-column {
    grid-template-columns: 1fr;
  }

  .button-primary-2 {
    display: flex;
  }

  .content-image-3 {
    max-width: none;
  }

  .grid-two-column-2, .header-grid-bottom {
    grid-template-columns: 1fr;
  }

  .container-header {
    padding-top: 32px;
    padding-left: 32px;
  }

  .content-image-card {
    max-width: none;
  }

  .section-large-2 {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .content-grid {
    grid-template-columns: 1fr;
  }

  .content-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

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

  .button-9 {
    display: flex;
  }

  .content-card-b {
    max-width: none;
  }

  .m-cta-image-4 {
    height: 120px;
  }

  .newsletter-wrapper {
    position: static;
  }

  .changelog-content-grid {
    grid-template-columns: 1fr;
  }

  .content-image-5 {
    max-width: none;
  }

  .grid-two-column-4 {
    grid-template-columns: 1fr;
  }

  .stage-heading-2 {
    font-size: 5em;
  }

  .slider-stage-splitscreen-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .heading-grid {
    grid-template-columns: 1fr;
  }

  .heading-grid-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .button-primary-3 {
    display: flex;
  }

  .grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .clash-xl-2 {
    font-size: 5em;
  }

  .card-container {
    grid-row-gap: 36px;
  }

  .styled-heading {
    font-size: 6em;
  }

  .styled-heading.events-hero-header {
    font-size: 10rem;
  }

  .event-header-wrap, .grid-hero-text-wrap {
    padding-top: 4.8rem;
  }

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

  .arrow-div.invert {
    width: 5rem;
  }

  .accordion-pane-content {
    max-width: 700px;
  }

  .accordion-tab-button {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .accordion-header-2 {
    font-size: 2.6rem;
  }

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

  .accordion-detail {
    font-size: .65rem;
  }

  .large-accordion-item {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .accordion-header-3 {
    font-size: 2.6rem;
  }

  .timeline-bottom {
    padding-top: 120px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .timeline-top {
    flex-direction: column;
    align-items: center;
  }

  .grid-two-column-5 {
    grid-template-columns: 1fr;
  }

  .timeline-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .chat-writemodule-buttonwrap-1 {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .chat-writemodule-button-1 {
    background-size: 40%;
    width: 40px;
    height: 46px;
  }

  .chat-writemodule-box-1 {
    min-height: 0;
  }

  .chat-main-1 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .f-content-text-wrapper, .f-content-image-wrapper {
    max-width: 100%;
  }

  .f-grid-two-column {
    grid-template-columns: 1fr;
  }

  .button-secondary {
    display: flex;
  }

  .heading-wrap-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .video-grid {
    grid-template-columns: 1fr;
  }

  .heading-wrap-3 {
    flex-direction: column;
    align-items: flex-start;
  }

  .container-10 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .swiper.swiper-slider {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ss-paragraph {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 28px;
  }

  .ss-tag-line {
    font-size: 13px;
    line-height: 18px;
  }

  .ss-tagline-wrapper {
    justify-content: center;
    padding-left: 0;
  }

  .swiper-pagination {
    text-align: center;
    justify-content: center;
  }

  .animationline.d-lg-none, .ss-number-line.d-lg-none {
    display: none;
  }

  .ss-title {
    font-size: 40px;
    line-height: 52px;
  }

  .ss-inner {
    flex-flow: wrap;
    margin-bottom: 20px;
  }

  .ss-image-wrapper {
    padding-top: 100%;
  }

  .slide-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ss-content-container {
    padding-top: 20px;
  }

  .ss-number-text {
    margin-bottom: 0;
    transform: rotate(0);
  }

  .ss-inner-left-container {
    flex-wrap: wrap;
  }

  .swiper-slide-2 {
    margin-bottom: 0;
  }

  .ss-inner-left {
    text-align: center;
    order: 1;
    width: 100%;
  }

  .ss-inner-right {
    order: -1;
    width: 100%;
    margin-bottom: 0;
  }

  .ss-number {
    width: 100%;
  }

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

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

  .content-wrapper-3 {
    align-items: flex-start;
  }

  .logo-carousel-wrapper {
    margin-left: 0;
  }

  .content-block-large {
    max-width: none;
  }

  .content-grid-two-columns {
    grid-template-columns: 1fr;
  }

  .content-wrapper-4 {
    align-items: flex-start;
  }

  .f-content-image-wrapper-2, .f-content-image-wrapper-3 {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .brix---btn-primary-small {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .hero-btn {
    padding: 20px 32px;
  }

  .brix---grid-2-col---1-col-t {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .brix---header-logo {
    max-width: 90%;
  }

  .brix---header-nav-list-item-show-in-mbl {
    display: block;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---hero-bg-image-dark-header-top {
    padding-top: 155px;
    padding-bottom: 120px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---avatar-circle-06 {
    width: 120px;
    max-width: 120px;
    height: 120px;
    max-height: 120px;
  }

  .brix---social-media-grid-center {
    justify-content: center;
    justify-items: center;
  }

  .brix---btn-slider-arrow-right---top-left {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    left: 36%;
  }

  .brix---btn-slider-arrow-right---top-right {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    right: 36%;
  }

  .team-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---text-200-medium {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .featured-item-link.shop-item-three, .featured-item-link.shop-item-two {
    margin-top: 20px;
  }

  .footer-cta-name {
    width: 80%;
    font-size: 32px;
    font-weight: 400;
    line-height: 30px;
  }

  .h1 {
    font-size: 36px;
    line-height: 42px;
  }

  .h1.white {
    line-height: 48px;
  }

  .footer1.banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer1.footer {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .instagram-gallery-mobile {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .divider-vertical.horizontal-mbp {
    margin-left: 20px;
    margin-right: 20px;
  }

  .grid-2-columns {
    grid-template-columns: 1fr;
  }

  .grid-2-columns._2-col-mbl {
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns._1-5fr---1fr {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.form {
    grid-row-gap: 20px;
  }

  .avatar-circle._04 {
    width: 64px;
    max-width: 64px;
    height: 64px;
    max-height: 64px;
  }

  .avatar-circle._05 {
    width: 80px;
    max-width: 80px;
    height: 80px;
    max-height: 80px;
  }

  .avatar-circle._08 {
    width: 220px;
    max-width: 220px;
    height: 220px;
    max-height: 220px;
  }

  .avatar-circle._03 {
    width: 56px;
    max-width: 56px;
    height: 56px;
    max-height: 56px;
  }

  .avatar-circle._07 {
    width: 140px;
    max-width: 140px;
    height: 140px;
    max-height: 140px;
  }

  .avatar-circle._07.testimonial-v8 {
    margin-left: 0;
    margin-right: 24px;
  }

  .reviews-mobile {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .card.content-left.pd-40px---64px {
    padding: 44px 32px;
  }

  .card.content-left.testimonial-v8 {
    flex-direction: row-reverse;
    padding-left: 33px;
    padding-right: 33px;
  }

  .card.instagram-feed-link-card {
    border-radius: 12px;
    padding: 16px;
  }

  .card.instagram-feed-link-card.v2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card.testimonial-card-color {
    padding: 48px 32px;
  }

  .card.testimonial-v3 {
    flex-direction: column;
  }

  .card.content-center.testimonial-v6 {
    padding: 44px 32px;
  }

  .card.testmonial-v12 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.form {
    padding: 56px 32px;
  }

  .heading-h4-size {
    font-size: 20px;
    line-height: 26px;
  }

  .mg-bottom-32px.tablet-only {
    margin-bottom: 24px;
  }

  .grid-1-column.gap-row-32px.gap-row-16px-mbp {
    grid-row-gap: 24px;
  }

  .tab-link, .tab-link.w--current {
    font-size: 1.8rem;
  }

  .faq1_icon {
    width: .7rem;
    height: .7rem;
  }

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

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

  .tabs-menu-2 {
    margin-bottom: 1rem;
  }

  .faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .accordion-side {
    margin-right: 16px;
  }

  .accordion-side.right-side {
    margin-left: 16px;
  }

  .tabs-menu {
    flex-direction: column;
    align-items: stretch;
  }

  .accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .btn-circle-secondary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-circle-secondary.slider-arrow.right---center-center {
    inset: auto 36% -86px auto;
  }

  .btn-circle-secondary.slider-arrow.right---center-center.testimonials-v12 {
    bottom: -104px;
  }

  .btn-circle-secondary.slider-arrow.left---top-left {
    bottom: -72px;
    left: 36%;
  }

  .btn-circle-secondary.slider-arrow.right---top-left {
    bottom: -72px;
    right: 36%;
  }

  .btn-circle-secondary.slider-arrow.left---center-center {
    inset: auto auto -86px 36%;
  }

  .btn-circle-secondary.slider-arrow.left---center-center.outside {
    bottom: -86px;
    left: 36%;
  }

  .btn-circle-secondary.slider-arrow.left---center-center.outside.testimonials-v12 {
    bottom: -104px;
  }

  .badge-secondary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .badge-secondary.tabs {
    margin: 8px;
  }

  .accordion-item-wrapper {
    padding: 40px 24px;
  }

  .faq {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cta-button---brix {
    padding-left: 32px;
    padding-right: 32px;
  }

  .title---brix.cta-v1-title---brix.white-text---brix {
    margin-bottom: 40px;
    font-size: 34px;
    line-height: 1.1;
  }

  .subtitle-wrapper---brix {
    margin-bottom: 16px;
  }

  .component-container-default---brix {
    position: static;
  }

  .cta-v1-wrapper---brix {
    border-radius: 20px;
    min-height: auto;
    padding-left: 45px;
    padding-right: 45px;
  }

  .cta-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .btn-primary.button-row {
    margin-right: 16px;
  }

  .btn-primary.header {
    padding: 16px 26px;
  }

  .icon-list-item-wrapper.center {
    text-align: left;
    align-items: flex-start;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

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

  .submit-btn {
    padding: 18px 28px;
  }

  .submit-btn.newsletter {
    top: 5px;
    bottom: 5px;
    right: 5px;
  }

  .input {
    height: 58px;
  }

  .input.newsletter {
    font-size: 16px;
  }

  .lynx-grid-image-right {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .lynx-heading {
    max-width: 540px;
    font-size: 34px;
  }

  .lynx-block-left {
    padding-left: 5%;
    padding-right: 5%;
  }

  .lynx-image-absolute {
    left: -2%;
  }

  .heading-h1-size {
    font-size: 38px;
    line-height: 46px;
  }

  .heading-h5-size {
    font-size: 16px;
    line-height: 22px;
  }

  .heading-h5-size.instagram-link-title {
    font-size: 14px;
  }

  .instagram-gallery {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .grid-3-columns._2-col-mbl {
    grid-template-columns: 1fr 1fr;
  }

  .grid-3-columns._2-col-mbl.gap-32px {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .pd---content-inside-card {
    padding: 32px 24px 40px;
  }

  .pd---content-inside-card.testimonial-video {
    padding: 32px 32px 48px;
  }

  .pd---content-inside-card.testimonial-v3 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .tab-line {
    padding-left: 0;
    padding-right: 0;
  }

  .text-100 {
    font-size: 14px;
  }

  .mg-bottom-48px {
    margin-bottom: 32px;
  }

  .tabs-menu-3 {
    flex-direction: column;
    align-items: stretch;
  }

  .tabs-menu-3.bottom {
    align-items: stretch;
  }

  .testimonial-v3-image-wrapper {
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
    max-width: 100%;
  }

  .section-24 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-24.small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .grid-top---text-2-buttons {
    grid-template-columns: .9fr;
  }

  .tab-card {
    justify-content: center;
    align-items: center;
    margin: 8px 0;
    padding: 20px 26px;
    display: flex;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 68px;
    line-height: 73px;
  }

  .brix---btn-slider-arrow-left---testimonial-v12 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    inset: auto auto -104px 36%;
  }

  .text-201 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---btn-slider-arrow-right---testimonial-v12 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    inset: auto 36% -104px auto;
  }

  .elements---element-title {
    margin-top: 48px;
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---paragraph-large {
    font-size: 18px;
    line-height: 30px;
  }

  .brix---avatar-circle-04 {
    width: 64px;
    max-width: 64px;
    height: 64px;
    max-height: 64px;
  }

  .brix---text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .text-300 {
    font-size: 18px;
    line-height: 20px;
  }

  .mg-bottom-40px {
    margin-bottom: 24px;
  }

  .laptop-reviews {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cta-section-2 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .f-banner-icon-small {
    position: static;
  }

  .f-banner {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .f-banner-container-between {
    flex-direction: column;
    align-items: flex-start;
  }

  .f-banner-icon {
    position: static;
  }

  .content-wrap-left {
    padding-left: 0;
    padding-right: 0;
  }

  .content-section-01 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 48px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .text-area {
    border-radius: 18px;
  }

  .input-2 {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .maps {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .card-content-pd.card-map {
    padding: 32px;
  }

  .ms-chat-wrapper {
    bottom: 45px;
  }

  .ms-chat-channel-btn {
    padding-top: 15px;
    padding-bottom: 12px;
    font-size: 14px;
  }

  .ms-chat-box {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    max-height: 84vh;
    font-size: 13px;
    bottom: 17px;
    right: -15px;
  }

  .square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

  .ms-chat-wrapper-2 {
    bottom: 45px;
  }

  .ms-chat-channel-btn-2 {
    padding-top: 15px;
    padding-bottom: 12px;
    font-size: 14px;
  }

  .ms-chat-box-2, .ms-chat-box-3 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    max-height: 84vh;
    font-size: 13px;
    bottom: 17px;
    right: -15px;
  }

  .tabs-menu-4 {
    flex-direction: column;
    align-items: stretch;
  }

  .ms-chat-box-4 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    max-height: 84vh;
    font-size: 13px;
    bottom: 17px;
    right: -15px;
  }

  .ms-chat-channel-btn-3 {
    padding-top: 15px;
    padding-bottom: 12px;
    font-size: 14px;
  }

  .live-chat-wrapper---brix {
    bottom: 24px;
    right: 24px;
  }

  .content-number-block {
    flex-direction: column;
  }

  .content-stat-divider {
    width: 100%;
    height: 1px;
  }

  .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h2-heading-2 {
    font-size: 44px;
  }

  .grid-two-column {
    grid-template-columns: 1fr;
  }

  .content-number {
    justify-content: center;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .header-block {
    flex-direction: column;
    padding-bottom: 0;
  }

  .header-image {
    width: 100%;
    max-width: none;
    position: relative;
  }

  .blog-image {
    height: 220px;
  }

  .header-wrapper {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .nav-button {
    display: none;
  }

  .blog-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-top-wrapper {
    grid-row-gap: 3rem;
  }

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

  .footer-outer-wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar-menu {
    padding: 1rem 5% 2rem;
  }

  .navbar-menu.overflow-hidden {
    flex-direction: column;
    align-items: flex-start;
  }

  .menu-icon-line-bottom, .menu-icon-line-top {
    background-color: #434de7;
  }

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

  .menu-icon-line-middle {
    background-color: #434de7;
  }

  .navbar-outer {
    height: 4rem;
  }

  .navbar-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-credit-text {
    margin-top: 0;
  }

  .navigation-menu {
    width: 100%;
  }

  .image-wrapper-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .dashboard-wrapper {
    left: 0;
  }

  .navigation-button {
    display: none;
  }

  .paper {
    left: 0;
  }

  .navigation-button-small {
    display: none;
  }

  .logo-wrapper {
    align-items: center;
  }

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

  .company-logo-2 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .abstract-globe {
    max-width: 60%;
  }

  .hero-button-2 {
    display: none;
  }

  .ui-card-02 {
    bottom: 62px;
  }

  .h1-heading-2 {
    font-size: 48px;
  }

  .section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .header-detail-wrap {
    flex-direction: column;
  }

  .divider {
    margin-left: 5px;
  }

  .user-image-wrapper {
    margin-left: 0;
  }

  .user-image-wrapper._12-copy {
    margin-left: -30px;
  }

  ._12-text {
    margin-right: 10px;
  }

  .stage-heading {
    font-size: 4em;
  }

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h3-heading-2 {
    font-size: 40px;
  }

  .m-h4-heading {
    font-size: 36px;
  }

  .m-grid-two-column {
    grid-template-columns: 1fr;
  }

  .m-content-header-wrapper {
    margin-bottom: 60px;
  }

  .m-content-tabs-menu-small {
    flex-wrap: wrap;
  }

  .changelog-search-b {
    max-width: none;
  }

  .changelog-milestone-block {
    display: none;
  }

  .changelog-timeline-row {
    grid-column-gap: 8px;
    grid-template-columns: 1fr;
  }

  .section-regular-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h2-heading-3, .h2-heading-4 {
    font-size: 44px;
  }

  .content-feature-grid-s {
    grid-template-columns: 1fr;
  }

  .button-group-l {
    justify-content: center;
  }

  .grid-two-column-2 {
    grid-template-columns: 1fr;
  }

  .header-shape {
    max-width: 40%;
    top: -30%;
    right: 24px;
  }

  .section-header-small {
    overflow: hidden;
  }

  .container-header {
    border-left-style: none;
    padding-left: 0;
  }

  .section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
    overflow: hidden;
  }

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

  .section-regular-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h2-heading-6 {
    font-size: 44px;
  }

  .section-regular-5 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h2-heading-7 {
    font-size: 44px;
  }

  .content-statistics-wrapper {
    flex-direction: column;
  }

  .section-regular-6 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .m-h3-heading {
    font-size: 40px;
  }

  .m-cta-header {
    margin-bottom: 60px;
  }

  .changelog-search-a {
    max-width: none;
  }

  .section-regular-7 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .glossary-grid-a {
    grid-template-columns: 1fr;
  }

  .h2-heading-8 {
    font-size: 44px;
  }

  .grid-two-column-4 {
    grid-template-columns: 1fr;
  }

  .stage-heading-2 {
    font-size: 4em;
  }

  .section-large-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .grid-three-column, .testimonial-grid-column {
    grid-template-columns: 1fr;
  }

  .h1-heading-4 {
    font-size: 54px;
    line-height: 62px;
  }

  .section-testimonial {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .page-nav-header {
    height: 72px;
  }

  .simple-nav-header {
    font-size: 1rem;
  }

  .clash-xl-2 {
    margin-top: 17px;
    margin-bottom: 17px;
    font-size: 5em;
  }

  .clash-xl-2.page-hero, .clash-xl-2.events-header {
    font-size: 1.8em;
  }

  .styled-heading {
    font-size: 6em;
  }

  .styled-heading.events-hero-header {
    font-size: 8rem;
  }

  .events-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .accordion-pane-content {
    padding-left: 10%;
    padding-right: 25px;
  }

  .accordion-tab-button {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .accordion-header-wrap {
    width: 80%;
  }

  .unlinked-cms-events-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .chat-writemodule-formtextfield-1 {
    font-size: 14px;
  }

  .chat-writemodule-header-1 {
    padding: 25px;
  }

  .chat-writemodule-headtop-1 {
    margin-bottom: 10px;
  }

  .chat-writemodule-formfield-1 {
    font-size: 14px;
  }

  .chat-bubblemain-1 {
    margin-bottom: 15px;
  }

  .chat-bubbleshape-1 {
    width: 40px;
    height: 40px;
  }

  .chat-writemodule-headlogo-1 {
    margin-bottom: 5px;
  }

  .chat-writemodule-main-1 {
    padding-bottom: 62px;
  }

  .ms-chat-box-5 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    max-height: 84vh;
    font-size: 13px;
    bottom: 17px;
    right: -15px;
  }

  .chat-bubbleshape-1-2 {
    width: 40px;
    height: 40px;
  }

  .f-section-regular, .section-regular-8 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .button-secondary {
    max-width: 100%;
  }

  .h2-heading-9 {
    font-size: 44px;
  }

  .cta-dark {
    padding: 80px 48px;
  }

  .cta-accent-l {
    display: none;
  }

  .f-h3-heading-2, .f-h3-heading-3 {
    font-size: 40px;
  }

  .f-section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h3-heading-4 {
    font-size: 40px;
  }

  .f-section-regular-3, .section-regular-9 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h5-heading-2 {
    font-size: 32px;
  }

  .section-regular-10 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h5-heading-3 {
    font-size: 32px;
  }

  .slider_left {
    width: 100%;
  }

  .slider_wrap {
    flex-direction: column-reverse;
  }

  .slider_right {
    width: 100%;
    padding-bottom: 4em;
  }

  .swiper.is-content {
    position: relative;
  }

  .swiper.is-photos {
    padding-left: 9%;
    padding-right: 9%;
  }

  .ss-tag-line {
    font-weight: 500;
  }

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

  .ss-image-wrapper {
    padding-top: 100%;
  }

  .ss-inner-left {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ss-inner-right {
    margin-bottom: 0;
  }

  .brix---icon-mg-top {
    margin-top: 0;
  }

  .brix---footer-list-item {
    margin-bottom: 10px;
  }

  .section-regular-11 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .content-grid-b, .content-grid-two-columns {
    grid-template-columns: 1fr;
  }

  .h6-heading-3 {
    font-size: 32px;
  }

  .f-h3-heading-5 {
    font-size: 40px;
  }

  .f-section-regular-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h3-heading-6 {
    font-size: 40px;
  }

  .f-section-regular-5, .f-section-regular-6 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

@media screen and (max-width: 479px) {
  .brix---hamburger-menu-wrapper {
    margin-top: -10px;
  }

  .brix---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .hero-btn {
    background-color: #bb9853;
    border-radius: 8px;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 19px;
    transition: all .45s;
  }

  .hero-btn:hover {
    background-color: #2b2a2c;
    background-image: linear-gradient(0deg, #bb9853, #363636e3);
    transform: translate(0, -4px);
    box-shadow: 0 2px 5px #bb9853;
  }

  .hero-btn.newbtn55 {
    margin-bottom: 10px;
  }

  .hero-section {
    background-image: url('../images/IMG_3713.webp');
    background-position: 50% 38%;
  }

  .hero-section.newimg12 {
    background-image: url('../images/IMG_3658.png');
  }

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

  .brix---header-logo {
    max-width: 84%;
    margin-left: -25px;
  }

  .brix---header-nav-list-item-show-in-mbl {
    text-align: left;
    width: 100%;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---heading-h1-size.newtxt1 {
    font-size: 28px;
  }

  .brix---paragraph-default-2 {
    font-size: 16px;
    line-height: 28px;
  }

  .brix---hero-bg-image-dark-header-top {
    background-image: linear-gradient(#00000075, #fff0), linear-gradient(#bb985370, #2a2a2a8f);
    padding-top: 130px;
    padding-bottom: 100px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .brix---btn-secondary {
    box-shadow: none;
    color: #fff;
    background-color: #2a2a2a00;
    border-style: solid;
    border-color: #bb9853;
    border-radius: 8px;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 19px;
    transition: all .45s;
  }

  .brix---btn-secondary:hover {
    background-color: #2a2a2c;
    background-image: linear-gradient(355deg, #bb9853, #363636e3);
    border-style: none;
    border-color: #fff0;
    transform: translate(0, -4px);
    box-shadow: 0 2px 5px #bb9853;
  }

  .brix---header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .bold-text {
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
  }

  .bold-text.newtxt {
    font-size: 36px;
  }

  .image-9 {
    border-radius: 8px;
    margin-bottom: -39px;
    margin-right: -32px;
  }

  .content-image {
    border-radius: 8px;
    position: relative;
  }

  .mobile-header {
    background-color: #f3f3f3;
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

  .button-6 {
    text-align: center;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-6.margin-top-20 {
    text-align: center;
    text-transform: none;
    background-color: #222;
    border-radius: 8px;
    width: 100%;
    margin-top: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 600;
    transition: all .45s;
  }

  .button-6.margin-top-20.hmbtn {
    margin-top: 15px;
  }

  .button-6.margin-top-20.hmbtn:hover {
    background-image: linear-gradient(355deg, #bb9853, #363636e3);
    box-shadow: 0 2px 5px #bb9853;
  }

  .button-6.margin-top-20.newbtn.newbnnn {
    margin-bottom: 0;
  }

  .button-6.margin-top-20.new1 {
    font-weight: 600;
  }

  .button-6.margin-top-20.new1:hover, .button-6.margin-top-20.newbtn11:hover, .button-6.margin-top-20.newbtnn11:hover {
    background-image: linear-gradient(355deg, #bb9853, #363636e3);
    box-shadow: 0 2px 5px #bb9853;
  }

  .button-6.margin-top-20 {
    text-align: center;
    text-transform: none;
    background-color: #222;
    border-radius: 8px;
    width: 100%;
    margin-top: 30px;
    font-size: 16px;
    transition: all .45s;
  }

  .button-6.margin-top-20:hover {
    color: #fff;
    background-image: linear-gradient(355deg, #a56b9a, #363636e3);
    font-weight: 600;
    transform: translate(0, -4px);
    box-shadow: 0 2px 5px #a56b9a;
  }

  .button-6.margin-top-20.newbtn {
    background-color: #222;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .button-6.margin-top-20.newbtn:hover {
    background-image: linear-gradient(355deg, #bb9853, #363636e3);
    box-shadow: 0 2px 5px #bb9853;
  }

  .content-text-block {
    z-index: 4;
    position: sticky;
  }

  .yellow-dot {
    z-index: 1;
    margin-top: 30px;
    position: absolute;
    top: 30%;
    left: -17%;
  }

  .yellow-dot.ywdot1 {
    z-index: 1;
    position: absolute;
    top: -21%;
    left: 38%;
    right: 0;
  }

  .body-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 19px;
    line-height: 25px;
  }

  .heading-1 {
    color: #000;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 33px;
    font-weight: 700;
    line-height: 34px;
  }

  .brix---heading-h3-size {
    color: #000;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    line-height: 30px;
    transition: all .45s;
  }

  .brix---heading-h3-size:hover {
    color: #bb9853;
  }

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

  .brix---social-media-grid-center {
    flex: 1;
    grid-template-columns: repeat(auto-fit, 30px);
    align-self: stretch;
  }

  .brix---btn-slider-arrow-right---top-left {
    bottom: -72px;
    left: 26%;
  }

  .brix---icon-square-36px {
    background-color: #f9fafc;
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---btn-slider-arrow-right---top-right {
    bottom: -72px;
    right: 26%;
  }

  .team-section {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 96px;
  }

  .team-section.n1 {
    padding-bottom: 100px;
  }

  .team-section.n13 {
    background-color: #f5f5f5;
    padding-bottom: 120px;
  }

  .team-section.n13.colorchange3 {
    background-color: #f3f3f3;
    padding-bottom: 100px;
  }

  .brix---paragraph-default {
    color: #6f737c;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    line-height: 24px;
  }

  .brix---text-200-medium {
    color: #bb9853;
  }

  .brix---avatar-image-link {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .brix---heading-h2-size {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .motto-wrap.shop-motto {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .shop-section {
    background-color: #f9fafc;
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .column-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .featured-item-link {
    background-image: url('../images/IMG_2416.JPG');
    border-radius: 8px;
    height: 250px;
    padding-bottom: 0%;
    transition: all .45s;
  }

  .featured-item-link:hover {
    filter: blur(2px);
    transform: translate(4px, -4px);
  }

  .featured-item-link.shop-item-three {
    background-image: url('../images/8824DA04-2C30-4206-B794-5B2D9F094EA6_1697161451.png');
    background-position: 43% 10%;
    border-radius: 8px;
    margin-top: 20px;
    transition: all .45s;
  }

  .featured-item-link.shop-item-three:hover {
    filter: blur(2px);
    transform: translate(4px, -4px);
  }

  .featured-item-link.shop-item-two {
    background-image: url('../images/and-Sparkle.png');
    background-position: 50% 10%;
    border-radius: 8px;
    margin-top: 20px;
    transition: all .45s;
  }

  .featured-item-link.shop-item-two:hover {
    filter: blur(2px);
    transform: translate(4px, -4px);
  }

  .footer-cta-name {
    width: 100%;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
  }

  .shop-item-name {
    text-shadow: 0 3px 1px #0003;
    font-size: 16px;
  }

  .label.cc-light {
    color: #e47bb8;
    font-weight: 500;
  }

  .body-3 {
    background-color: #f5f5f5;
    font-family: Montserrat, sans-serif;
  }

  .btn.white {
    background-color: #bb9853;
    border-radius: 8px;
    margin-top: -20px;
    font-weight: 600;
    transition: all .45s;
  }

  .btn.white:hover {
    color: #fff;
    background-image: linear-gradient(343deg, #bb9853, #363636e3);
    border-style: none;
    border-color: #e4e5e900;
    transform: translate(0, -4px);
    box-shadow: 0 2px 5px #bb9853;
  }

  .btn.white.newbtnn {
    text-align: center;
    margin-top: 0;
  }

  .btn.white.newbtnn:hover {
    background-image: linear-gradient(343deg, #bb9853, #363636e3);
  }

  .h1 {
    font-size: 32px;
    line-height: 42px;
  }

  .h1.white {
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
  }

  .footer1.banner {
    background-image: url('../images/Add-a-heading-2.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .instagram-gallery-mobile {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    display: block;
  }

  .instagram-gallery-mobile.n12 {
    background-color: #f5f5f5;
  }

  .divider-vertical.horizontal-mbp {
    width: 100%;
    min-width: auto;
    max-width: none;
    min-height: 1px;
    max-height: 1px;
    margin: 24px 0;
  }

  .flex-horizontal.vertical-mbp {
    flex-direction: column;
  }

  .subtitle---brix {
    color: #bb9853;
  }

  .instagram-feed---icon-inside {
    max-width: 36px;
  }

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

  .top-content---brix.testimonial-v2--brix {
    margin-bottom: 20px;
  }

  .avatar-circle._04.mg-right-16px {
    border-radius: 24px;
  }

  .avatar-circle._07.testimonial-v8 {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .reviews-mobile {
    padding-top: 50px;
    padding-bottom: 96px;
    display: block;
  }

  .reviews-mobile.n18 {
    background-color: #f5f5f5;
  }

  .stars-2 {
    margin-top: 0;
  }

  .card.content-left {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.content-left.pd-40px---64px {
    padding: 40px 24px;
  }

  .card.content-left.testimonial-v8 {
    text-align: center;
    flex-direction: column-reverse;
    padding: 40px 24px;
  }

  .card.testimonial-card-color {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.testimonial-v3 {
    flex-direction: column;
  }

  .card.content-center.testimonial-v6 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.form {
    padding-left: 23px;
    padding-right: 23px;
  }

  .heading-h4-size.heading-link {
    color: #000;
    margin-left: 15px;
  }

  ._43-text-block-2 {
    color: #000;
    font-size: 12px;
    font-weight: 700;
  }

  ._43-wrapper {
    margin-top: 0;
    margin-bottom: -20px;
    padding-top: 10px;
  }

  .mg-bottom-32px.tablet-only {
    margin-bottom: 0;
  }

  .mg-bottom-24px {
    margin-bottom: 16px;
  }

  .mg-bottom-24px.nedw1 {
    margin-bottom: 0;
  }

  .grid-1-column.gap-row-32px.gap-row-16px-mbp {
    grid-row-gap: 16px;
  }

  .title.testimonial---brix {
    color: #000;
    font-size: 31px;
    font-weight: 700;
    line-height: 36px;
  }

  .paragraph-22 {
    color: #6f737c;
    margin-top: 10px;
    font-size: 17px;
    line-height: 24px;
  }

  ._43-right {
    margin-left: 6px;
  }

  .avatar-image {
    width: 100%;
  }

  ._43-right-bottom-text {
    color: #000;
    font-size: 15px;
  }

  .tab-link {
    color: #fff;
    margin-right: 0;
    font-size: 1.2rem;
  }

  .tab-link.w--current {
    color: #8d6986;
    border-style: none solid none none;
    border-right-color: #fff;
    font-size: 1.2rem;
  }

  .tab-link.w--current:active {
    color: #8d6986;
  }

  .text-block-34 {
    font-size: 1rem;
  }

  .text-block-29 {
    font-size: 14px;
    font-weight: 400;
  }

  .text-block-32 {
    font-size: .755rem;
  }

  .text-size-medium {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
  }

  .text-block-30 {
    font-weight: 400;
  }

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

  .padding-vertical.padding-xhuge {
    padding-top: 30px;
  }

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

  .pricing22_feature.border-right {
    font-size: 14px;
    font-weight: 400;
  }

  .faq1_question {
    border-bottom: 1px solid #fff;
  }

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

  .text-block-35 {
    font-size: 1.2rem;
  }

  .down-arrow-wrapper {
    background-color: #bb9853;
  }

  .faq1_accordion {
    border-bottom-style: none;
  }

  .tabs-menu:active {
    color: #fff;
  }

  .accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .btn-circle-secondary.small.accordion-btn {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .btn-circle-secondary.slider-arrow.right---center-center {
    right: 31%;
  }

  .btn-circle-secondary.slider-arrow.left---top-left {
    bottom: -72px;
    left: 33%;
  }

  .btn-circle-secondary.slider-arrow.right---top-left {
    bottom: -72px;
    right: 31%;
  }

  .btn-circle-secondary.slider-arrow.left---center-center {
    left: 31%;
  }

  .badge-secondary {
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .badge-secondary.tabs {
    box-shadow: none;
    color: #fff;
    border-radius: 8px;
    margin-left: 0;
    margin-right: 0;
    transition: all .45s;
  }

  .badge-secondary.tabs:hover {
    color: #fff;
    background-color: #383838;
    background-image: linear-gradient(356deg, #bb9853, #363636e3);
    border-style: none;
    font-weight: 600;
    transform: translate(0, -4px);
    box-shadow: 0 2px 5px #bb9853;
  }

  .badge-secondary.tabs:active {
    color: #fff;
  }

  .badge-secondary.tabs.w--current {
    background-color: #bb9853;
    border-style: none;
    box-shadow: 0 2px 5px #bb9853;
  }

  .badge-secondary.tabs.w--current:hover {
    background-image: linear-gradient(356deg, #bb9853, #363636e3);
    box-shadow: 0 2px 5px #bb9853;
  }

  .faq {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 96px;
  }

  .mg-bottom-0 {
    font-size: 15px;
    line-height: 20px;
  }

  .text-block-37 {
    color: #000;
    font-weight: 600;
  }

  .text-block-37:active {
    color: #fff;
  }

  .text-block-38 {
    color: #000;
    font-weight: 600;
  }

  .text-block-38:active {
    color: #fff;
  }

  .text-block-39 {
    color: #000;
    font-weight: 600;
  }

  .text-block-39:hover {
    color: #000;
  }

  .text-block-39:active {
    color: #fff;
  }

  .heading-34 {
    color: #000;
    font-size: 37px;
    line-height: 44px;
  }

  .paragraph-23 {
    color: #6f737c;
    font-size: 16px;
    line-height: 24px;
  }

  .cloneable-container-default {
    padding-bottom: 0;
  }

  .cta-button---brix {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
  }

  .title---brix.cta-v1-title---brix.white-text---brix {
    margin-bottom: 72px;
  }

  .subtitle-wrapper---brix {
    align-items: flex-start;
  }

  .subtitle-dash---brix {
    margin-top: 12px;
  }

  .cta-v1-wrapper---brix {
    background-position: 0%;
    background-size: cover;
    padding: 40px 24px;
  }

  .cta-section {
    background-color: #222;
    background-image: linear-gradient(5deg, #a56b9a99 21%, #0006 44%), url('../images/Savy--Sage-—-Gretchen-Kamp.jpeg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .buttons-row {
    flex-direction: column;
  }

  .color-neutral-100.mg-bottom-40px {
    margin-bottom: 5px;
  }

  .floating-item.cta-v2-01 {
    width: 50%;
  }

  .floating-item.cta-v2-02 {
    width: 40%;
  }

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

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-primary.white.button-row {
    color: #fff;
    background-color: #a56b9a;
    border-radius: 8px;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 600;
  }

  .btn-primary.button-row {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .btn-primary.header {
    background-color: #bb9853;
    border-radius: 8px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    transition: all .45s;
  }

  .btn-primary.header:hover {
    background-image: linear-gradient(0deg, #bb9853, #363636e3);
    transform: translate3d(0, -4px, .01px);
    box-shadow: 0 2px 5px #bb9853;
  }

  .icon-list-item-wrapper.center.left-tablet {
    margin-top: 20px;
  }

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

  .text-bold.color-accent-1 {
    color: #fd92e9;
  }

  .color-neutral-300.mg-bottom-40px {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
  }

  .social-media-footer-item {
    margin-left: 10px;
    margin-right: 10px;
  }

  .newsletter-input-container {
    position: static;
  }

  .footer-list-item {
    font-weight: 400;
  }

  .footer-list-item.newtt12 {
    color: #fff;
    text-align: left;
    font-weight: 500;
  }

  .footer-top-left {
    max-width: 80%;
  }

  .social-media-footer {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .logo {
    margin-bottom: 0;
  }

  .footer-top {
    text-align: center;
    justify-items: center;
  }

  .submit-btn {
    width: 100%;
  }

  .submit-btn.newsletter {
    padding-top: 15px;
    padding-bottom: 15px;
    position: static;
  }

  .footer-middle {
    grid-row-gap: 40px;
    grid-template-columns: 1.2fr;
  }

  .brand-footer {
    margin-bottom: 5px;
  }

  .footer-list.column-one {
    margin-right: 48px;
  }

  .footer-title {
    margin-bottom: 15px;
    font-weight: 700;
  }

  .footer-title.newtt1 {
    color: #fff;
    text-align: left;
  }

  .field.newsletter {
    margin-bottom: 14px;
    font-size: 16px;
  }

  .footer-link-item {
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
  }

  .footer-link-item.newt12 {
    color: #fff;
    font-size: 15px;
  }

  .footer-link-item.newt, .footer-link-item.newt.w--current {
    text-transform: capitalize;
  }

  .footer-link-item.kk1, .footer-link-item.newkk {
    text-transform: lowercase;
  }

  .text-block-40 {
    color: #000;
  }

  .text-block-40.newt12 {
    color: #fff;
    text-align: left;
    font-weight: 500;
  }

  .paragraph-24 {
    color: #000;
    font-weight: 500;
  }

  .paragraph-24.newtt1 {
    color: #fff;
    text-align: left;
    font-weight: 500;
  }

  .paragraph-25 {
    color: #000;
    font-size: 16px;
  }

  .lynx-heading {
    font-size: 29px;
  }

  .laptop-header {
    display: none;
  }

  .heading-h1-size {
    font-size: 32px;
    line-height: 38px;
  }

  .heading-h5-size.instagram-link-title {
    font-size: 16px;
  }

  .instagram-gallery {
    padding-top: 96px;
    padding-bottom: 96px;
    display: none;
  }

  .grid-3-columns, .grid-3-columns._2-col-mbl {
    grid-template-columns: 1fr;
  }

  .grid-3-columns._2-col-mbl.gap-32px {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .brix---card-testimonial-v14 {
    padding: 40px 24px 24px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .social-icon-square {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .pd---content-inside-card.testimonial-video {
    padding-top: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .tab-line {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .link-wrapper {
    margin-top: -5px;
    display: flex;
  }

  .mg-bottom-48px {
    margin-bottom: 32px;
  }

  .testimonial-v3-image-wrapper {
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
  }

  .brix---testimonial-v14-left-right {
    padding: 32px 22px;
  }

  .link-text {
    color: #000;
    margin-left: 8px;
    font-weight: 500;
  }

  .brix---avatar-image {
    width: 100%;
  }

  .section-24 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .grid-top---text-2-buttons {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 58px;
    line-height: 64px;
  }

  .social-media-grid-top {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---btn-slider-arrow-left---testimonial-v12 {
    left: 31%;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---btn-slider-arrow-right---testimonial-v12 {
    right: 31%;
  }

  .brix---mg-left-16px {
    margin-left: 13px;
  }

  .brix---avatar-circle-04 {
    width: 56px;
    min-width: 56px;
    max-width: 56px;
    height: 56px;
    min-height: 56px;
    max-height: 56px;
  }

  .brix---text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .mg-bottom-40px {
    color: #6f737c;
  }

  .laptop-reviews {
    padding-top: 50px;
    padding-bottom: 96px;
    display: none;
  }

  .cta-section-2 {
    background-image: url('../images/Untitled-design-34.svg'), linear-gradient(358deg, #bb985380 100%, #0009);
    background-position: 0 0, 0 0;
    background-size: cover, auto;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .color-neutral-301.mg-bottom-40px {
    color: #fff;
    font-family: Montserrat, sans-serif;
  }

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

  .f-banner-block {
    display: none;
  }

  .f-banner-icon-small {
    color: #efb9e2;
    background-color: #bb9853;
    margin-right: 5px;
  }

  .f-banner-text-span {
    color: #bb9853;
    -webkit-text-stroke-color: #f0b8e3;
  }

  .f-banner {
    background-color: #222;
  }

  .f-banner-container-between {
    flex-direction: column;
    align-items: flex-start;
  }

  .f-paragraph-regular {
    text-align: left;
    font-size: 15px;
    font-weight: 600;
  }

  .f-icon-small {
    color: #bb9853;
  }

  .f-icon-regular {
    color: #000;
    transition-property: none;
  }

  .brix---header-nav-menu-wrapper-white-2 {
    background-color: #222;
    width: 100%;
    height: 100vh;
  }

  .brix---header-nav-list-item-2 {
    color: #fff;
    text-align: left;
    width: 100%;
  }

  .brix---header-nav-link-white-2 {
    color: #fff;
    font-weight: 500;
  }

  .brix---header-nav-link-white-2:hover {
    color: #fff;
  }

  .brix---header-nav-link-white-2:active {
    color: #f0b8e2;
  }

  .content-wrap-left {
    margin-bottom: 20px;
  }

  .image-in-div {
    border-radius: 24px;
  }

  .right-arrow {
    margin-top: 0;
  }

  .section-title {
    color: #a56b9a;
    font-size: 17px;
    font-weight: 400;
  }

  .paragraph {
    color: #6f737c;
    text-align: left;
    font-size: 16px;
  }

  .button {
    color: #fff;
    background-color: #bb9853;
    border-radius: 8px;
    transition: all .45s;
  }

  .button:hover {
    background-image: linear-gradient(0deg, #bb9853, #363636e3);
    transform: translate(0, -4px);
    box-shadow: 0 2px 5px #efb9e2;
  }

  .content-section-01 {
    background-color: #fff;
    padding-top: 50px;
  }

  .heading-2 {
    font-size: 36px;
    line-height: 38px;
  }

  .border-effect {
    border-color: #bb9853;
    border-radius: 24px;
    display: block;
    right: -10px;
  }

  .border-effect.n1 {
    inset: -34px -29px 26px 30px;
  }

  .f-margin-bottom-24 {
    margin-bottom: 5px;
  }

  .f-margin-bottom-08 {
    margin-bottom: 0;
  }

  .f-header-review-icon-wrapper {
    border-radius: 8px;
  }

  .f-h1-heading {
    color: #000;
    letter-spacing: normal;
    font-family: Montserrat, sans-serif;
    font-size: 26px;
    line-height: 30px;
  }

  .f-header-review-wrap {
    margin-top: 20px;
  }

  .f-heading-detail-small {
    color: #bb9853;
  }

  .f-paragraph-large {
    text-align: center;
    letter-spacing: normal;
    font-size: 17px;
    line-height: 24px;
  }

  .f-section-large {
    background-color: #f5f5f5;
    background-image: url('../images/Untitled-design-6.png');
    background-position: 50% 55%;
    background-repeat: repeat-y;
    background-size: cover;
  }

  .f-section-large.new156 {
    display: none;
  }

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

  .bold-text-4 {
    color: #fff;
  }

  .bold-text-4.new12 {
    color: #000;
  }

  .bold-text-5 {
    color: #fff;
  }

  .bold-text-5.new14 {
    color: #000;
  }

  .text-block-42 {
    color: #fff;
    margin-left: -10px;
    font-size: 15px;
    font-weight: 500;
  }

  .text-block-42.new15 {
    color: #000;
  }

  .bold-text-6 {
    color: #000;
    font-size: 32px;
  }

  .big-image-form-01 {
    background-image: url('../images/Savy--Sage-—-Gretchen-Kamp.jpeg');
    background-position: 50% 0;
  }

  .form-section-inner {
    border-radius: 24px;
    width: 90%;
    padding: 20px;
  }

  .section-title-2 {
    color: #bb9853;
  }

  .paragraph-31 {
    color: #6f737c;
    font-style: italic;
  }

  .button-7 {
    background-color: #bb9853;
    border-radius: 8px;
  }

  .nexsletter-form-block-01 {
    width: 100%;
  }

  .text-field-01 {
    border-radius: 8px;
  }

  .section---content {
    display: none;
  }

  .h1-heading {
    margin-bottom: 10px;
  }

  .content-wrap.image-wrapper3, .image-wrapper {
    border-radius: 8px;
  }

  .paragraph-32 {
    text-align: left;
    letter-spacing: normal;
    font-style: normal;
    line-height: 24px;
  }

  .italic-text {
    text-align: left;
    letter-spacing: normal;
    font-size: 18px;
    font-style: normal;
  }

  .bold-text-7 {
    color: #000;
    font-size: 26px;
    line-height: 0;
  }

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

  .input-2 {
    font-size: 16px;
    line-height: 18px;
  }

  .input-2::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .maps {
    padding-top: 30px;
    padding-bottom: 50px;
    display: block;
  }

  .card-content-pd.card-map {
    padding: 24px;
  }

  .image-br-top._24px:hover {
    background-image: linear-gradient(#000, #fff);
  }

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

  .heading-38 {
    color: #000;
    font-size: 33px;
  }

  .ms-chat-wrapper {
    display: none;
  }

  .ms-chat-channel-btn {
    border-radius: 8px;
  }

  .ms-chat-box {
    display: none;
  }

  .square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

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

  .heading-41 {
    margin-bottom: 15px;
  }

  .ms-chat-icon-2 {
    background-color: #e2b1cc;
  }

  .text-block-43 {
    color: #000;
    font-weight: 600;
  }

  .text-block-43:hover {
    color: #000;
  }

  .text-block-43:active {
    color: #fff;
  }

  .heading-42 {
    color: #000;
    font-size: 37px;
    line-height: 44px;
  }

  .text-block-44 {
    color: #000;
    font-weight: 600;
  }

  .text-block-44:active {
    color: #fff;
  }

  .text-block-45 {
    color: #000;
    font-weight: 600;
  }

  .text-block-45:active, .tabs-menu-4:active {
    color: #fff;
  }

  .live-chat-content---brix {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .live-chat-logo---brix {
    flex: 0 auto;
  }

  .ms-chat-box-4 {
    border-style: none;
    border-radius: 8px;
    height: 560px;
    display: block;
    top: -500px;
  }

  .ms-chat-channel-btn-3 {
    border-radius: 8px;
  }

  .ms-chat-channel-btn-3:hover {
    border-color: #e2b1cc;
  }

  .live-chat-bubbble---brix {
    width: 56px;
    height: 56px;
  }

  .live-chat-bubbble---brix.telegram {
    background-color: #e2b1cc;
    background-image: none;
  }

  .live-chat-wrapper---brix {
    max-width: 100%;
    left: 24px;
  }

  .live-chat-wrapper---brix.preview-page {
    z-index: 5;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: fixed;
    overflow: visible;
  }

  .content-number-block {
    border-color: #bb9853;
    box-shadow: 0 4px #bb9853;
  }

  .overline.text-color-blue {
    color: #bb9853;
    margin-bottom: 0;
  }

  .section-regular {
    background-color: #fff;
    padding-top: 40px;
  }

  .h2-heading-2 {
    font-size: 35px;
    font-weight: 700;
  }

  .image-wrapper-2 {
    border-radius: 8px;
  }

  .grid-two-column {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .text-color-blue {
    color: #bb9853;
    font-weight: 600;
  }

  .paragraph-regular.text-color-gray-800 {
    margin-top: 0;
    font-weight: 400;
  }

  .paragraph-regular.text-color-gray-800.ndis {
    margin-top: -15px;
  }

  .h3-heading {
    font-weight: 600;
  }

  .new-image-wrapper {
    border-radius: 8px;
  }

  .card---flowbase {
    padding-left: 24px;
    padding-right: 24px;
  }

  .newnv {
    color: #fff;
  }

  .newt123 {
    text-align: left;
    font-weight: 500;
  }

  .large-header {
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 800;
  }

  .blog-header-image {
    box-shadow: 6px 40px 80px #f0b8e2;
  }

  .blog-end-wrapper {
    background-color: #f3f3f3;
    border-radius: 8px;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 2px 5px #0003;
  }

  .social-wrapper {
    margin-bottom: 20px;
  }

  .avatar-circle-2 {
    margin-right: 12px;
  }

  .related-article-grid {
    margin-top: -40px;
  }

  .blog-paragraph {
    color: #000;
    font-family: Montserrat, sans-serif;
  }

  .blog-title-medium {
    margin-bottom: 0;
    font-weight: 700;
  }

  .blog-container {
    margin-top: 50px;
  }

  .blog-container.move-up {
    margin-top: -20px;
  }

  .header-bg {
    background-color: #fff;
    background-image: none;
  }

  .author-name-large {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-weight: 800;
  }

  .detail-text {
    color: #bb9853;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .author-block {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .blog-heading-h4 {
    letter-spacing: normal;
    font-family: Montserrat, sans-serif;
    font-weight: 800;
  }

  .blog-header {
    filter: saturate(200%);
    background-color: #fff;
    background-image: linear-gradient(#00000080, #fff0), url('../images/Untitled-design-8.png');
    background-position: 0 0, 50%;
    background-size: auto, contain;
  }

  .block-quote {
    color: #000;
    border-left-color: #bb9853;
    border-radius: 8px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  .blog-heading-large {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-weight: 800;
  }

  .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19 {
    color: #000;
  }

  .f-icon-regular-2 {
    color: #bb9853;
    text-align: left;
    width: 25px;
    height: 25px;
  }

  .f-paragraph-large-2 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    line-height: 22px;
  }

  .header-block {
    background-color: #f0b8e2;
    border-radius: 8px;
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .header-image {
    border-radius: 8px;
  }

  .detail-space {
    display: none;
  }

  .div-block-6 {
    flex-flow: column wrap;
    justify-content: center;
  }

  .blog-section {
    padding-top: 180px;
  }

  .blog-detail {
    margin-bottom: 10px;
  }

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

  .footer-items-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .cta-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .cta-flex.hero {
    align-items: center;
  }

  .paragraph-36 {
    font-size: 16px;
  }

  .h2 {
    font-size: 30px;
    font-weight: 700;
  }

  .main-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .main-section.hero {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .faq-answer {
    object-fit: fill;
  }

  .link-3.download-file {
    color: #bb9853;
  }

  .button-8.in-nav {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .title-span {
    color: #bb9853;
    font-weight: 700;
  }

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

  .bold-text-20 {
    font-size: 35px;
    font-weight: 800;
  }

  .hero-heading {
    font-size: 17vw;
    line-height: 19vw;
  }

  .avatar-row {
    flex-wrap: wrap;
  }

  .form {
    flex-flow: column wrap;
  }

  .search-field {
    margin-bottom: 10px;
  }

  .feature-row {
    color: #fff;
    flex-direction: column;
    margin-top: 120px;
  }

  .hero-paragraph {
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .submit-button {
    width: 100%;
    min-width: 120px;
  }

  .hero-button-outline {
    text-align: center;
    width: 100%;
    margin-right: 0;
  }

  .header-paragraph-2 {
    font-size: 18px;
    line-height: 30px;
  }

  .avatar-detail {
    color: #fff;
    font-size: 17px;
    line-height: 27px;
  }

  .avatar-name {
    color: #fff;
  }

  .hero-heading-2 {
    font-size: 15vw;
    line-height: 18vw;
  }

  .avatar-detail-wrapper {
    margin-top: 50px;
  }

  .navigation-button-small {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .header-icon-wrapper {
    justify-content: center;
  }

  .books-icon {
    display: none;
  }

  .logo-group {
    flex-direction: column;
    align-items: flex-start;
  }

  .button-wrapper-3 {
    flex-direction: column;
    align-items: center;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }

  .company-logo {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .headphones {
    display: none;
  }

  .logo-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .hero-button {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

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

  .paragraph-small-2 {
    color: #fff;
  }

  .hero-heading-3 {
    font-size: 70px;
    line-height: 80px;
  }

  .company-logo-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .abstract-globe {
    inset: -8% 0% auto auto;
  }

  .sub-heading-large {
    color: #fff;
  }

  .ui-card-01 {
    display: none;
  }

  .menu-button-4 {
    margin-left: 0;
  }

  .video-link {
    display: none;
  }

  .ui-card-02 {
    z-index: 5;
    left: 2%;
    right: 6px;
  }

  .h6-heading {
    white-space: pre-wrap;
  }

  .header-avatar-l, .header-avatar-l.move {
    border-style: none;
    border-width: 0;
  }

  .h1-heading-2 {
    font-size: 42px;
  }

  .header-grid-a {
    grid-template-columns: 2fr;
  }

  .button-primary {
    width: 100%;
  }

  .section-regular-2 {
    display: none;
  }

  .avatar-wrap {
    margin-top: 10px;
  }

  .header-logo-block {
    padding: 24px;
  }

  .header-user-wrap {
    text-align: left;
    flex-direction: row;
    align-items: flex-start;
  }

  .review-icons-wrapper {
    flex: 1;
    margin-right: 20px;
    padding-right: 0;
  }

  .review-details-wrapper {
    padding-left: 0;
  }

  .rating-detail {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    font-weight: 600;
  }

  .image-46 {
    max-width: 15%;
  }

  .image-41 {
    max-width: 30%;
  }

  .rating {
    color: #fff;
    margin-left: 8px;
    padding-left: 0;
    padding-right: 0;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 800;
  }

  .people-image {
    max-width: 30%;
    margin-left: -20px;
  }

  .divider {
    margin-left: 0;
  }

  .user-image-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  ._12-right {
    margin-top: 0;
    margin-left: 5px;
  }

  ._12-wrapper, .star {
    margin-left: 10px;
    margin-right: 10px;
  }

  .user-image-wrapper {
    align-items: center;
    margin-left: 30px;
  }

  .user-image-wrapper._12-copy {
    margin-left: -20px;
  }

  .user-image-wrapper._12-a {
    margin-left: -43px;
  }

  .user-image-wrapper._12-user {
    margin-left: 1px;
  }

  .user-image-wrapper._12-last {
    margin-left: -40px;
  }

  ._12-text-block-2 {
    font-size: 10px;
  }

  ._12-text {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 20px;
  }

  .component-12 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    background-color: #f0b8e3;
    grid-template-columns: .5fr 2.25fr .5fr;
    width: 279px;
  }

  .stage-heading {
    font-size: 38px;
    font-weight: 700;
  }

  .slider-stage-splitscreen {
    background-color: #f0b8e3;
    margin-top: 0;
    display: block;
  }

  .section-large {
    z-index: 0;
    background-color: #cfb47e;
    background-image: url('../images/Untitled-design-6.png');
    background-position: 50%;
    background-size: cover;
    display: block;
  }

  .h3-heading-2 {
    color: #fff;
    font-size: 27px;
    font-weight: 800;
  }

  .margin-bottom-64 {
    margin-bottom: 0;
  }

  .paragraph-regular-3 {
    color: #fff;
    margin-bottom: 0;
  }

  .m-content-tab-feature {
    flex-wrap: wrap;
  }

  .m-button-primary {
    width: 100%;
  }

  .paragraph-regular-4 {
    letter-spacing: normal;
    font-size: 15px;
    font-weight: 500;
  }

  .paragraph-regular-4.text-color-blue-500 {
    color: #bb9853;
    margin-bottom: -10px;
  }

  .paragraph-regular-4.new123 {
    margin-top: 5px;
    font-size: 16px;
    font-weight: 400;
  }

  .paragraph-regular-4.newtetty {
    font-size: 16px;
    font-weight: 400;
  }

  .paragraph-regular-4.new1234 {
    font-weight: 400;
  }

  .changelog-search-b {
    flex-direction: column;
  }

  .changelog-content-card-b {
    background-color: #bb985326;
    border-color: #f0b8e2;
  }

  .changelog-milestone-block {
    display: none;
  }

  .changelog-timeline-row {
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .paragraph-large-2.text-weight-bold {
    color: #000;
    text-align: left;
    letter-spacing: normal;
    font-size: 23px;
    font-weight: 800;
    line-height: 30px;
  }

  .paragraph-large-2.text-weight-bold.newtxt1 {
    font-size: 30px;
  }

  .paragraph-large-2.text-weight-bold._2ttxt2 {
    margin-bottom: -10px;
    font-size: 24px;
  }

  .changelog-content-card-a {
    border-color: #bb9853;
  }

  .changelog-timeline-card {
    padding-bottom: 0;
  }

  .icon-regular {
    color: #86c1a1;
  }

  .changelog-content-card-d {
    background-color: #f2f8f5;
    border-color: #d7eae0;
  }

  .button-primary-2 {
    width: 100%;
  }

  .section-regular-3 {
    padding-top: 20px;
    padding-bottom: 40px;
    display: block;
  }

  .button-outline-right-icon {
    flex: none;
  }

  .wrap-h-small {
    flex-direction: column;
    align-items: flex-start;
  }

  .button-group-l {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .header-badge {
    background-color: #bb9853;
    border-radius: 8px;
    margin-top: 20px;
    box-shadow: 0 2px 5px #bb9853;
  }

  .badge-icon {
    background-color: #f1e6ff00;
  }

  .wrap-v-small {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text-block-46 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
  }

  .content-feature-wrapper {
    flex-direction: column;
    margin-bottom: 15px;
  }

  .caption-m {
    color: var(--black);
    font-size: 14px;
    font-weight: 800;
    line-height: 0;
  }

  .icon-small-3 {
    color: #fff;
  }

  .badge {
    background-color: #bb9853;
    margin-top: 0;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px #bb9853;
  }

  .icon-regular-4 {
    color: #bb9853;
  }

  .content-button-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .content-card-b {
    padding: 24px;
  }

  .content-icon.icon-blue, .content-icon.icon-red {
    border-radius: 99px;
    box-shadow: 0 2px 5px #0003;
  }

  .cta-feature-card-s {
    border-color: #c5c8ca;
  }

  .image-48 {
    border-radius: 8px;
    max-height: 500px;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px #f0b8e2;
  }

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

  .statistic-icon-b, .statistic-icon-a {
    box-shadow: 0 2px 5px #0003;
  }

  .span-orange-500 {
    color: #bb9853;
  }

  .section-regular-6 {
    background-color: #f3f3f3;
    padding-top: 40px;
    display: block;
  }

  .icon-regular-5, .span-green-500 {
    color: #bb9853;
  }

  .div-block-7 {
    margin-top: 25px;
  }

  .m-timeline-button-wrapper {
    flex-flow: column wrap;
    grid-template-columns: 1fr;
    align-content: stretch;
    align-items: center;
  }

  .m-button-outline {
    width: 100%;
  }

  .newsletter-wrapper {
    padding: 24px;
  }

  .section-regular-7 {
    display: none;
  }

  .glossary-input {
    width: 100%;
  }

  .glossary-grid-a {
    grid-row-gap: 32px;
  }

  .div-block-8 {
    display: block;
  }

  .content-number-wrap {
    flex-direction: column;
  }

  .slider-stage-splitscreen-2 {
    display: none;
  }

  .testimonial-card {
    margin-bottom: 20px;
  }

  .section-large-3.pattern {
    background-color: #f3f3f3;
  }

  .button-primary-3 {
    width: 100%;
  }

  .testimonial-user-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonial-asset-block-s {
    background-image: url('../images/Screen-Shot-2024-02-25-at-1.53.13-PM.png');
    background-position: 0 0;
    background-size: cover;
    min-height: auto;
  }

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

  .header-logo {
    width: 50px;
    margin-right: .5rem;
  }

  .simple-nav-header {
    margin-bottom: 3px;
    font-size: .8rem;
  }

  .clash-xl-2 {
    font-size: 3.4em;
  }

  .clash-xl-2.page-hero, .clash-xl-2.events-header {
    font-size: 1.3em;
  }

  .styled-heading {
    font-size: 4.5em;
  }

  .styled-heading.events-hero-header {
    font-size: 55px;
  }

  .arrow-div {
    margin-right: 0;
  }

  .date-wrap {
    width: 17%;
    height: 80px;
    padding-right: 3px;
  }

  .accordion-pane-content {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .event-link {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .accordion-tab-button {
    align-items: flex-start;
    padding-left: 10px;
  }

  .accordion-header-2 {
    padding-left: 0;
    font-size: 1.8rem;
  }

  .accordion-header-wrap {
    padding-left: 18px;
  }

  .accordion-text {
    font-size: .9rem;
  }

  .month {
    font-size: .7rem;
  }

  .event-links-wrap {
    flex-wrap: wrap;
  }

  .arrow-div-wrapper {
    width: 15%;
    padding-right: 10px;
  }

  .accordion-detail {
    letter-spacing: 2px;
    font-size: .6rem;
  }

  .large-accordion-item {
    margin-bottom: 10px;
  }

  .day {
    font-size: 1.7rem;
  }

  .accordion-header-3 {
    padding-left: 0;
    font-size: 1.8rem;
  }

  .text-block-53 {
    font-weight: 600;
  }

  .timeline-bar {
    flex: 1;
    width: 1.2px;
    height: auto;
    margin-bottom: -40px;
    margin-right: 0;
  }

  .timeline-bottom {
    padding-top: 40px;
    padding-bottom: 48px;
  }

  .timeline-dot-small {
    background-color: #bb9853;
    width: 6px;
    height: 6px;
    font-size: 14px;
  }

  .timeline-top {
    padding-top: 40px;
    padding-bottom: 24px;
  }

  .text-color-neutral-400 {
    color: #000;
  }

  .h4-heading-3 {
    color: #000;
    text-align: left;
    font-weight: 800;
  }

  .timeline-card-small {
    flex-direction: row;
  }

  .timeline-grid {
    grid-template-columns: 1fr;
  }

  .label-regular {
    font-weight: 600;
  }

  .timeline-header-mockup {
    margin-bottom: -120px;
  }

  .timeline-tab-link {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .timeline-tabs-menu {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 48px;
  }

  .paragraph-small-8.text-gray-500 {
    color: #000;
    font-size: 13px;
    font-weight: 500;
  }

  .timeline-bar-wrap {
    flex-direction: column;
  }

  .text-block-54 {
    font-weight: 600;
  }

  .chat-writemodule-headbottom-1 {
    grid-column-gap: 16px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .chat-writemodule-pic-1 {
    height: 40px;
  }

  .chat-writemodule-pic-1.alt-1 {
    margin-left: -17px;
  }

  .chat-writemodule-headtop-1 {
    margin-bottom: 10px;
  }

  .chat-writemodule-box-1 {
    width: 80vw;
  }

  .chat-main-1 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .chat-bubbleicon-1-2 {
    filter: contrast(0%) brightness(200%);
    background-image: url('../images/Untitled-design-28.svg');
    background-size: 35px;
  }

  .chat-bubbleicon-2-2 {
    background-image: url('../images/close-white-brix-templates-clonable.svg');
    background-size: cover;
  }

  .ms-chat-box-5 {
    z-index: 0;
    border-style: none;
    border-radius: 8px;
    height: 560px;
    display: none;
    position: fixed;
    inset: auto 2% 5% auto;
  }

  .chat-bubbleshape-1-2 {
    background-color: #bb9853;
    width: 55px;
    height: 55px;
  }

  .content-feature-row {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .f-section-regular {
    background-color: #f3f3f3;
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

  .f-section-regular.new1 {
    background-color: #fff;
  }

  .f-grid-two-column {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
  }

  .section-regular-8 {
    display: none;
  }

  .h2-heading-9.text-color-white {
    font-size: 24px;
  }

  .cta-dark {
    padding: 64px 40px;
  }

  .button-cta {
    flex: none;
    width: 100%;
  }

  .f-h3-heading-2 {
    color: #000;
    font-size: 32px;
    font-weight: 700;
  }

  .f-image-cover-2 {
    border-radius: 20px;
    margin-bottom: 20px;
  }

  .f-heading-detail-small-4 {
    color: #bb9853;
  }

  .f-paragraph-large-4 {
    font-size: 16px;
  }

  .text-block-55 {
    color: #bb9853;
    font-weight: 700;
    line-height: 25px;
  }

  .f-section-regular-2, .f-section-regular-3 {
    display: none;
  }

  .section-regular-9.bg-brown {
    background-color: #f3f3f3;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-regular-9.bg-brown.new22 {
    display: none;
  }

  .video {
    background-image: linear-gradient(0deg, #efb9e2, #00000080 25%, #0000 50%), url('../images/86286392-E9D2-4D50-B262-1A1D0EF73224.webp');
    background-position: 0 0, 50% 53%;
    background-size: auto, cover;
    border-radius: 20px;
    height: 240px;
  }

  .video.new1 {
    background-image: linear-gradient(0deg, #efb9e2, #00000080 25%, #0000 50%), url('../images/White_Floral_Minimalist_Mothers_Day_Promo_Code_Instagram_Post.webp');
    background-position: 0 0, 50% 75%;
  }

  .subheading-small {
    font-size: 16px;
  }

  .video-slider {
    margin-bottom: 0;
  }

  .h5-heading-2 {
    font-size: 28px;
  }

  .paragraph-regular-15.text-color-gray-500 {
    font-size: 16px;
    line-height: 24px;
  }

  .heading-wrap-2 {
    margin-bottom: 10px;
  }

  .slide-detail {
    border-top-color: #c9c7c7;
    padding-top: 30px;
  }

  .wrap-h-tiny-2 {
    margin-top: 0;
  }

  .badge-4.purple {
    color: #fff;
    background-color: #efb9e2;
    border-style: none;
    border-radius: 20px;
    font-weight: 700;
    box-shadow: 0 2px 5px #efb9e2;
  }

  .caption-uppercase-medium {
    color: #efb9e2;
  }

  .video-arrow {
    color: #fff;
    background-color: #efb9e2;
    border-radius: 20px;
  }

  .video-arrow.left {
    background-color: #efb9e2;
    border-radius: 20px;
    margin-right: 10px;
  }

  .video-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fefefe;
    border-radius: 20px;
    margin-top: -15px;
    padding: 24px;
  }

  .caption.text-color-gray-500 {
    font-weight: 700;
  }

  .paragraph-large-5.text-weight-medium {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
  }

  .text-block-58 {
    color: #fff;
    font-weight: 700;
  }

  .section-regular-10 {
    background-color: #fefefe;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-regular-10.newsed {
    background-color: #fefefe;
  }

  .section-regular-10.newsed._212 {
    display: none;
  }

  .section-regular-10.newsed._212.newsection12, .section-regular-10.newsed.newsec1 {
    background-color: #f3f3f3;
  }

  .section-regular-10.newsed.newsec1.nk12 {
    background-color: #fefefe;
  }

  .section-regular-10.nk1 {
    display: none;
  }

  .video-2 {
    height: 240px;
  }

  .subheading-small-2 {
    font-size: 19px;
  }

  .h5-heading-3 {
    font-size: 34px;
    font-weight: 700;
  }

  .video-card-2 {
    padding: 24px;
  }

  .ss-paragraph {
    color: #000;
  }

  .ss-tag-line {
    font-size: 11px;
    line-height: 17px;
  }

  .swiper-pagination {
    justify-content: center;
  }

  .ss-title {
    font-size: 28px;
    line-height: 40px;
  }

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

  .ss-image-wrapper {
    padding-top: 100%;
    overflow: hidden;
  }

  .ss-inner-right {
    margin-bottom: 0;
  }

  .icon-right {
    color: #bb9853;
    width: 18px;
    height: 10px;
    margin-left: 0;
  }

  .icon-right.newicon1 {
    width: 20px;
  }

  .brix---link-wrapper-color-primary-3 {
    color: #000;
    font-weight: 700;
  }

  .brix---icon-mg-top {
    margin-top: 0;
  }

  .icon-regular-9 {
    color: #bb9853;
    margin-right: 5px;
  }

  .icon-regular-9.newicon {
    color: #bb9853;
  }

  .brix---link-text-4 {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .brix---link-text-4.nre1 {
    color: #000;
    font-size: 16px;
  }

  .brix---footer-list-item {
    margin-bottom: 8px;
  }

  .brix---footer-list-wrapper-3 {
    color: #000;
  }

  .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 {
    color: #000;
    margin-top: 0;
    font-size: 16px;
  }

  .google-reviews-wrapper-2 {
    text-align: center;
    justify-content: center;
    margin-top: 40px;
  }

  .google-reviews-wrapper-2.new1 {
    margin-top: 1px;
    margin-bottom: 10px;
  }

  .google-reviews-wrapper-2.new1.new122 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .people-image-2 {
    max-width: 30%;
    margin-left: 0;
  }

  .nombre-etoile-2 {
    margin-left: 5px;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 700;
  }

  .nombre-etoile-2.newtet1 {
    color: #000;
    font-size: 13px;
  }

  .nombre-etoile-2.newtet1.newtxt13 {
    font-size: 16px;
  }

  .image-full {
    border-radius: 12px;
  }

  .image-full.ne1 {
    max-width: none;
    height: 450px;
    margin-left: 0;
  }

  .section-regular-11 {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .icon-regular-10 {
    color: #bb9853;
  }

  .content-feature-grid-s-2 {
    grid-template-columns: 1fr;
  }

  .caption-uppercase.text-weight-medium {
    color: #bb9853;
  }

  .paragraph-large-7.text-weight-medium {
    font-weight: 700;
  }

  .logo-carousel-inner {
    justify-content: center;
  }

  .logo-carousel-t.mobile {
    display: none;
  }

  .content-block-large {
    min-height: auto;
    padding: 24px;
  }

  .subheading-small-3 {
    font-size: 18px;
    line-height: 26px;
  }

  .content-grid-two-columns.newgrid1 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .h6-heading-3 {
    font-size: 27px;
  }

  .h6-heading-3.newheading {
    letter-spacing: normal;
    font-size: 25px;
    font-weight: 700;
  }

  .bold-text-22, .bold-text-23, .bold-text-24, .bold-text-25 {
    text-decoration: underline;
  }

  .contentimage20 {
    z-index: 3;
    float: none;
    clear: none;
    border-radius: 8px;
    display: block;
    position: sticky;
    overflow: clip;
  }

  .newimahe {
    border-radius: 8px;
  }

  .f-paragraph-large-7 {
    color: #000;
    letter-spacing: normal;
    font-weight: 400;
    line-height: 28px;
  }

  .f-h3-heading-6 {
    color: #000;
    font-size: 30px;
  }
}

#w-node-ceb51004-cbc4-e06f-14eb-d4937dec1b88-985d840f, #w-node-ceb51004-cbc4-e06f-14eb-d4937dec1b91-985d840f, #w-node-_9c0e19bc-68a1-4084-6d95-8db160752c68-985d840f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7cddbad3-1cd3-a809-fd48-305a04d0a39c-985d840f {
  justify-self: end;
}

#w-node-_93e72ad7-4665-e973-3d39-7fd72b74a7dd-985d840f, #w-node-_93e72ad7-4665-e973-3d39-7fd72b74a7ea-985d840f, #w-node-_93e72ad7-4665-e973-3d39-7fd72b74a809-985d840f, #w-node-_93e72ad7-4665-e973-3d39-7fd72b74a828-985d840f, #w-node-b93081fb-6c60-e061-641d-2ccee98d07f6-985d840f, #w-node-_0f60d24b-6f1e-ba52-33d3-36d38b5c5717-985d840f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f60d24b-6f1e-ba52-33d3-36d38b5c5719-985d840f {
  justify-self: end;
}

#w-node-f204ff00-cb3a-2ffe-81c1-6f1ae5c77d47-985d8410, #w-node-d5e48750-70e6-cae4-f74e-0e1626d3da6c-985d8410, #w-node-_9c68f667-cab7-f15c-e663-112139363613-985d8410, #w-node-_8790e75e-fc11-ca64-25e4-6ae164bd6574-985d8410, #w-node-_248a8509-2bdf-5f3d-71b0-39271c1fc5fa-985d8410, #w-node-_248a8509-2bdf-5f3d-71b0-39271c1fc604-985d8410, #w-node-_248a8509-2bdf-5f3d-71b0-39271c1fc623-985d8410, #w-node-_248a8509-2bdf-5f3d-71b0-39271c1fc642-985d8410, #w-node-_3f478454-31b7-d02e-4ec4-37568dd5bd67-985d8410, #w-node-ccd1fd06-6525-c9f1-dedb-1653a4138e93-985d8410 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ccd1fd06-6525-c9f1-dedb-1653a4138e9a-985d8410 {
  justify-self: end;
}

#w-node-_53295585-c07f-5412-2ca0-cb0b4d5bdb5e-985d8411 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53295585-c07f-5412-2ca0-cb0b4d5bdb65-985d8411 {
  justify-self: end;
}

#w-node-c24fac96-27a9-0454-44ff-4f2ed78b3afc-985d8412 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c24fac96-27a9-0454-44ff-4f2ed78b3b03-985d8412 {
  justify-self: end;
}

#w-node-b45613e5-2204-1380-ecf7-918eac0a1123-985d8413, #w-node-b45613e5-2204-1380-ecf7-918eac0a1125-985d8413, #w-node-b45613e5-2204-1380-ecf7-918eac0a1136-985d8413 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b45613e5-2204-1380-ecf7-918eac0a11e4-985d8413 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_280536a8-41a9-7011-e2c9-448cf09baa5b-985d8413 {
  justify-self: end;
}

#w-node-_280536a8-41a9-7011-e2c9-448cf09baa7b-985d8413 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_651ecb6a-662d-2e54-18c4-061456d87fc4-985d8413, #w-node-_342ca36e-74ee-e2be-45ef-85d4024effbc-985d8413, #w-node-_342ca36e-74ee-e2be-45ef-85d4024effc9-985d8413, #w-node-_342ca36e-74ee-e2be-45ef-85d4024effd6-985d8413, #w-node-_342ca36e-74ee-e2be-45ef-85d4024effe3-985d8413, #w-node-_7d48736a-5918-f963-2b69-02b93daa89f8-985d8413, #w-node-_69d03b8c-2ef8-eaf4-4fc3-212fb898fe96-985d8413, #w-node-_04e33f9c-6e1f-1fe3-abad-fd38e68edba2-985d8413, #w-node-a6e8684a-6fa6-3024-224b-9aeac660b6d9-985d8413, #w-node-_27776b31-cec8-7349-b7cb-3e9ad5fc3765-985d8413, #w-node-_253c79fa-48e5-b76e-d35f-e0adb7b157b7-985d8413, #w-node-dd9d8479-a7e5-8586-8f71-6a83475ce04d-985d8413, #w-node-dd9d8479-a7e5-8586-8f71-6a83475ce060-985d8413, #w-node-dd9d8479-a7e5-8586-8f71-6a83475ce093-985d8413, #w-node-dd9d8479-a7e5-8586-8f71-6a83475ce0c7-985d8413, #w-node-_0b0f8b1f-9baf-fecc-23ed-4d3a7af46075-985d8413 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b0f8b1f-9baf-fecc-23ed-4d3a7af4607c-985d8413 {
  justify-self: end;
}

#w-node-c4a92d33-fdaf-6ba7-1cae-cf0d904b9eaa-985d8414, #w-node-c4a92d33-fdaf-6ba7-1cae-cf0d904b9eb3-985d8414, #w-node-_13e96ca9-737f-4905-a374-1469ee89eb32-985d8414, #w-node-_2dd5180f-6841-a465-6802-ee8dddbc315e-985d8414, #w-node-b7ae9296-813a-55d8-3e45-a57534b708b4-985d8414, #w-node-_06bc5aa4-606b-7b22-6d01-8416df60c817-985d8414, #w-node-db2b07f5-84f4-a885-6f83-5d87204f115f-985d8414, #w-node-db2b07f5-84f4-a885-6f83-5d87204f1169-985d8414, #w-node-db2b07f5-84f4-a885-6f83-5d87204f1188-985d8414, #w-node-db2b07f5-84f4-a885-6f83-5d87204f11a7-985d8414, #w-node-de04eb15-5fa2-cde8-749e-40acefcdf1f0-985d8414 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de04eb15-5fa2-cde8-749e-40acefcdf1f7-985d8414 {
  justify-self: end;
}

#w-node-_2fd4ec54-5613-2bf6-ef05-b8924374be3b-985d8415, #w-node-c6728156-bac3-605d-1bd9-f401f2a67216-985d8415, #w-node-ed1b2239-a8af-49d8-d678-975321708018-985d8415, #w-node-_9bc8e429-c195-2c22-f24d-bd7d2c11222c-985d8415, #w-node-af8d5a6d-4f08-ae57-89bc-e2e78ce0884b-985d8415 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af8d5a6d-4f08-ae57-89bc-e2e78ce08852-985d8415 {
  justify-self: end;
}

#w-node-_8173f001-ce2b-6196-d185-58e7dd7d3daa-985d8416 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8173f001-ce2b-6196-d185-58e7dd7d3db1-985d8416 {
  justify-self: end;
}

#w-node-ee9f7a94-b0f4-585c-9c36-54c27dafdf44-71814b3e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_93e72ad7-4665-e973-3d39-7fd72b74a7dd-985d840f, #w-node-_152fa863-7b75-8c2f-47f9-a420dde6441b-985d840f, #w-node-_248a8509-2bdf-5f3d-71b0-39271c1fc5fa-985d8410, #w-node-db2b07f5-84f4-a885-6f83-5d87204f115f-985d8414, #w-node-cea7b9d9-ef13-d420-d797-b4f80ed3ac17-985d8414, #w-node-_970b23b7-f1bb-c3d9-ac72-7556d606810b-985d8415 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_7cddbad3-1cd3-a809-fd48-305a04d0a39c-985d840f {
    justify-self: start;
  }

  #w-node-_0f60d24b-6f1e-ba52-33d3-36d38b5c5719-985d840f, #w-node-ccd1fd06-6525-c9f1-dedb-1653a4138e9a-985d8410, #w-node-_53295585-c07f-5412-2ca0-cb0b4d5bdb65-985d8411, #w-node-c24fac96-27a9-0454-44ff-4f2ed78b3b03-985d8412 {
    justify-self: center;
  }

  #w-node-b45613e5-2204-1380-ecf7-918eac0a11e4-985d8413, #w-node-_280536a8-41a9-7011-e2c9-448cf09baa5b-985d8413 {
    justify-self: start;
  }

  #w-node-_280536a8-41a9-7011-e2c9-448cf09baa7b-985d8413 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dd9d8479-a7e5-8586-8f71-6a83475ce0c7-985d8413 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0b0f8b1f-9baf-fecc-23ed-4d3a7af4607c-985d8413, #w-node-de04eb15-5fa2-cde8-749e-40acefcdf1f7-985d8414, #w-node-af8d5a6d-4f08-ae57-89bc-e2e78ce08852-985d8415, #w-node-_8173f001-ce2b-6196-d185-58e7dd7d3db1-985d8416 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7cddbad3-1cd3-a809-fd48-305a04d0a39c-985d840f {
    order: -9999;
  }

  #w-node-b93081fb-6c60-e061-641d-2ccee98d07f6-985d840f, #w-node-_3f478454-31b7-d02e-4ec4-37568dd5bd67-985d8410 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_280536a8-41a9-7011-e2c9-448cf09baa5b-985d8413 {
    order: -9999;
  }

  #w-node-dd9d8479-a7e5-8586-8f71-6a83475ce0c7-985d8413 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_87190679-60eb-2b19-c2b7-79f9b94110b5-985d840f, #w-node-_785a70ad-b3ec-a00f-5db6-12c6e852fbd0-985d840f, #w-node-ce31f9d3-df86-30fc-2e64-0df7f46509c5-985d8410, #w-node-adb0845a-beab-675c-08dd-d0684f3b9866-985d8410 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_280536a8-41a9-7011-e2c9-448cf09baa7b-985d8413 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7d48736a-5918-f963-2b69-02b93daa89f8-985d8413, #w-node-_69d03b8c-2ef8-eaf4-4fc3-212fb898fe96-985d8413, #w-node-_04e33f9c-6e1f-1fe3-abad-fd38e68edba2-985d8413, #w-node-a6e8684a-6fa6-3024-224b-9aeac660b6d9-985d8413, #w-node-_27776b31-cec8-7349-b7cb-3e9ad5fc3765-985d8413, #w-node-eca4dbd4-988b-669e-04bc-5a054a92b2a1-985d8414 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-LightItalic.ttf') format('truetype'), url('../fonts/CormorantGaramond-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}