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

body {
  padding-top: 60px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 0px 0px 10px;
  color: #c7aa8b;
  font-size: 47px;
  line-height: 55px;
  font-weight: 500;
}

h2 {
  margin: 0px 0px 10px;
  color: #4d4d4d;
  font-size: 30px;
  line-height: 27px;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  margin: 10px 0px;
  font-size: 31px;
  line-height: 30px;
  font-weight: 500;
}

h4 {
  margin: 0px 0px 10px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
}

.button {
  display: inline-block;
  padding: 8px 15px;
  border: 2px solid #fff;
  background-color: rgba(77, 77, 77, 0.2);
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  font-family: Roboto, sans-serif;
  color: #c59949;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #fff;
  color: #323232;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  color: #4d4d4d;
}

.section.image {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 127px;
  padding-bottom: 127px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(58, 46, 26, 0.69)), to(rgba(58, 46, 26, 0.69))), url('../images/ny.jpg');
  background-image: linear-gradient(180deg, rgba(58, 46, 26, 0.69), rgba(58, 46, 26, 0.69)), url('../images/ny.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

.section.lightgrey {
  background-color: #f7f7f7;
}

.main-heading {
  margin-top: 0px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 65px;
  line-height: 66px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}

.main-heading.bold {
  position: relative;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: none;
}

.slider-nav {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  font-size: 9px;
  line-height: 10px;
}

.main-subheading {
  margin-top: 18px;
  margin-bottom: 44px;
  font-family: 'Playfair Display', sans-serif;
  color: hsla(0, 0%, 100%, 0.81);
  font-size: 23px;
  line-height: 25px;
  font-style: italic;
  font-weight: 400;
}

.horizontal-bar {
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #c59949;
}

.horizontal-bar.beige {
  display: inline-block;
  background-color: #c59949;
}

.horizontal-bar.lightgrey {
  background-color: rgba(50, 50, 50, 0.18);
}

.slider {
  height: 490px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.slide {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(77, 77, 77, 0.62)), to(rgba(77, 77, 77, 0.62))), url('../images/cityshines.jpg');
  background-image: linear-gradient(180deg, rgba(77, 77, 77, 0.62), rgba(77, 77, 77, 0.62)), url('../images/cityshines.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: center;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.slide._2 {
  padding-top: 5em;
  padding-bottom: 5em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 51, 83, 0.26)), to(rgba(36, 51, 83, 0.26))), url('../images/goldwired.jpg');
  background-image: linear-gradient(180deg, rgba(36, 51, 83, 0.26), rgba(36, 51, 83, 0.26)), url('../images/goldwired.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.testimonials-slider {
  height: auto;
  padding-right: 47px;
  padding-left: 47px;
  background-color: transparent;
}

.testimonial-slide {
  width: 50%;
  padding: 24px 30px;
  text-align: center;
}

.left-arrow {
  width: 45px;
  color: #d1d1d1;
}

.left-arrow:hover {
  color: #c59949;
}

.right-arrow {
  width: 45px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #d1d1d1;
}

.right-arrow:hover {
  color: #c59949;
}

.testimonial {
  margin-bottom: 18px;
  font-family: Besley;
  font-size: 18px;
  font-style: italic;
}

.small-title {
  font-family: Besley;
  color: rgba(50, 50, 50, 0.36);
  font-size: 16px;
  text-transform: uppercase;
}

.small-title-wrapper {
  margin-bottom: 20px;
  text-align: center;
}

.author {
  font-family: Besley;
  color: #c59949;
  text-transform: uppercase;
}

.heading {
  padding: 0px;
  background-color: transparent;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-weight: 400;
}

.cf-testimonial-logos {
  width: 100%;
  max-width: 120px;
}

.cf-testimonial-logos._3 {
  margin-right: 20px;
}

.cf-hero-logos-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 20px;
}

.cf-hero-logos-wrap.header-2 {
  padding-right: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.cf-logos-text {
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 133%;
  font-weight: 500;
}

.cf-testimonial-logos-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1130px;
  margin: 70px auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 40px;
}

.cf-testimonial-logos-contain.header-2 {
  width: 100%;
  max-width: none;
  margin: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.cf-testimonial-name-position {
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #0d0e10;
  font-size: 16px;
  line-height: 175%;
  font-style: normal;
  font-weight: 500;
}

.cf-testimonial-text---italic {
  margin-bottom: 14px;
  font-family: Roboto, sans-serif;
  color: #0d0e10;
  font-size: 18px;
  line-height: 156%;
  font-style: italic;
  font-weight: 400;
}

.cf-black-review-stars {
  margin-bottom: 14px;
}

.cf-hero-testimonial-contain {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  max-width: 360px;
  padding: 24px 32px;
  border-radius: 30px 0px 0px 30px;
  background-color: #fff;
  box-shadow: 0 24px 94px 0 rgba(0, 0, 0, 0.08);
}

.cf-hero-right-image {
  width: 100%;
}

.cf-image-review-container {
  position: relative;
  width: 50%;
  max-width: 627px;
}

.cf-testimonial-logo-image {
  margin-left: 16px;
}

.cf-extra-bold-span {
  font-weight: 800;
}

.cf-star-image {
  margin-right: 16px;
}

.cf-testmonial-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: rgba(13, 14, 16, 0.9);
  font-size: 18px;
  line-height: 150%;
}

.cf-18px-paragraph {
  max-width: 510px;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  color: rgba(0, 0, 0, 0.9);
  font-size: 18px;
  line-height: 155%;
  font-weight: 500;
}

.cf-18px-paragraph.header-2 {
  font-family: 'Playfair Display', sans-serif;
  font-size: 2vw;
  line-height: 1.3;
  font-style: italic;
}

.cf-64px-heading {
  margin-top: 0px;
  margin-bottom: 32px;
  font-family: 'Playfair Display', sans-serif;
  color: #000;
  font-size: 6.6vw;
  line-height: 1;
  font-weight: 400;
}

.home-left-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 540px;
  margin-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cf-1140px-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin: 0px;
  padding-top: 60px;
  padding-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.cf-hero-section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 20px;
  margin-left: 20px;
  padding: 0px 0px 40px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eaecf0;
}

.body {
  padding-top: 0px;
}

.uui-text-size-small {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #475467;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: normal;
}

.uui-text-size-small.text-color-gray500 {
  font-family: 'Playfair Display', sans-serif;
  color: #667085;
}

.uui-logo_image {
  display: none;
  width: auto;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.uui-logo_logotype {
  width: auto;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.uui-padding-vertical-xlarge {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.uui-page-padding {
  padding-right: 40px;
  padding-left: 40px;
}

.uui-footer04_bottom-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4rem;
  padding-top: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 1.5rem;
  border-top: 1px solid #eaecf0;
}

.uui-footer04_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-footer04_social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #98a2b3;
  text-decoration: none;
}

.uui-footer04_social-link:hover {
  color: #667085;
}

.uui-footer04_social-list {
  display: -ms-grid;
  display: grid;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  -ms-grid-columns: -webkit-max-content;
  -ms-grid-columns: max-content;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  white-space: normal;
}

.uui-footer04_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0.5rem;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #475467;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.uui-footer04_link:hover {
  color: #344054;
}

.uui-footer04_link-list {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: start;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  white-space: normal;
}

.uui-logo_component-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 80px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.uui-footer04_top-wrapper {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 4vw;
  grid-row-gap: 0rem;
  -ms-grid-columns: 0.25fr 1fr 0.25fr;
  grid-template-columns: 0.25fr 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block {
  font-family: 'Playfair Display', sans-serif;
}

.text-block-2 {
  font-family: 'Playfair Display', sans-serif;
}

.text-block-3 {
  font-family: 'Playfair Display', sans-serif;
}

.text-block-4 {
  font-family: 'Playfair Display', sans-serif;
}

.text-block-5 {
  font-family: 'Playfair Display', sans-serif;
}

.text-block-6 {
  font-family: 'Playfair Display', sans-serif;
}

.container {
  padding: 20px;
  background-color: rgba(44, 46, 58, 0.38);
}

.container-2 {
  padding: 20px;
  background-color: rgba(20, 45, 56, 0.5);
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 20px;
  background-color: transparent;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: none;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0px 40px 20px;
  background-color: #eaecf0;
}

.container-3 {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 0px;
  padding-left: 0px;
}

.navbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eaecf0;
}

.nav-menu-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-2 {
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  font-family: Roboto, sans-serif;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link-2:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-link-2:focus-visible {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

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

.uui-text-style-link {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #475467;
  text-decoration: underline;
}

.uui-text-style-link:hover {
  color: #344054;
}

.uui-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.625rem 1.125rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0.5rem;
  border: 1px solid #7f56d9;
  border-radius: 0.5rem;
  background-color: #7f56d9;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.uui-button:hover {
  border-color: #6941c6;
  background-color: #6941c6;
}

.uui-button:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px #f4ebff;
}

.uui-button.is-button-small {
  padding: 0.5rem 1rem;
  grid-column-gap: 0.5rem;
  background-color: #c59949;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.uui-form_input {
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0px;
  padding: 0.5rem 0.875rem;
  border-style: solid;
  border-width: 1px;
  border-color: #d0d5dd;
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #101828;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-form_input:focus {
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px #f4ebff;
  color: #101828;
}

.uui-form_input::-webkit-input-placeholder {
  color: #667085;
}

.uui-form_input:-ms-input-placeholder {
  color: #667085;
}

.uui-form_input::-ms-input-placeholder {
  color: #667085;
}

.uui-form_input::placeholder {
  color: #667085;
}

.uui-blogpost04_form-wrapper {
  display: -ms-grid;
  display: grid;
  margin-bottom: 1rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.uui-blogpost04_form {
  margin-bottom: 0px;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-medium {
  font-family: Roboto, sans-serif;
  color: #323232;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: normal;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: 0.5rem;
}

.uui-heading-xsmall {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-family: 'Playfair Display', sans-serif;
  color: #101828;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0em;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
  color: #fff;
}

.icon-featured-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3rem;
  height: 3rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #c59949;
  color: #000;
}

.uui-blogpost04_newsletter {
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
  padding: 2rem 2rem 2.5rem;
  border-radius: 1rem;
  background-color: #dfdfdf;
}

.uui-text-rich-text {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #475467;
}

.uui-text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.uui-text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
  font-family: 'Playfair Display', sans-serif;
}

.uui-text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-family: 'Playfair Display', sans-serif;
  font-weight: 400;
}

.uui-text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.uui-text-rich-text p {
  margin-bottom: 1rem;
  font-family: Roboto, sans-serif;
}

.uui-text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: 'Playfair Display', sans-serif;
  font-style: italic;
  font-weight: 400;
}

.uui-text-rich-text a {
  text-decoration: underline;
}

.uui-text-rich-text figcaption {
  margin-top: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #667085;
  font-size: 0.875rem;
  text-align: left;
}

.uui-blogpost04_content {
  margin-bottom: 4rem;
}

.uui-blogpost04_content-wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.uui-blogpost04_image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.uui-blogpost04_image-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0rem auto 2rem;
  padding-top: 40%;
}

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

.uui-padding-vertical-xhuge {
  padding-top: 0rem;
  padding-bottom: 7rem;
}

.spark-hero-section-image {
  display: block;
  width: 50%;
  max-width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 8px;
}

.spark-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.spark-flex-row.spark-5-spacing {
  max-width: 1200px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0%;
}

.spark-hero-sub-paragraph {
  width: 100%;
  margin-bottom: 64px;
}

.spark-hero-section-left-side {
  width: 100%;
  max-width: 100%;
}

.spark-container {
  position: relative;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 0px;
  padding-left: 40px;
  background-color: #eaecf0;
}

.spark-section {
  position: relative;
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.75rem;
  line-height: 1.3;
  font-weight: 600;
}

.spark-section h4 {
  margin-top: 0rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 500;
}

.spark-section h1 {
  width: 100%;
  margin-bottom: 1rem;
  font-family: 'Playfair Display', sans-serif;
  color: #475467;
  font-size: 5.7vw;
  line-height: 1.1;
  font-weight: 400;
}

.spark-section h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  line-height: 1.2;
  font-weight: 600;
}

.spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 600;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  font-weight: 700;
}

.spark-section p {
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  font-size: 1.5vw;
  line-height: 1.2;
  font-style: italic;
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: 0.5rem;
}

.preheader {
  font-family: 'Playfair Display', sans-serif;
  color: #667085;
  font-style: normal;
}

.body-2 {
  padding-top: 0px;
  background-color: #b6b0aa;
}

.cf-review-text---18px---italic {
  font-family: Montserrat, sans-serif;
  color: rgba(13, 14, 16, 0.9);
  font-size: 16px;
  line-height: 167%;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.16px;
}

.cf-reviewer-image-3 {
  max-width: 52px;
  margin-left: -20px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 100%;
}

.cf-reviewer-image-2 {
  height: 52px;
  max-width: 52px;
  margin-left: -20px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 100%;
}

.cf-reviewer-image-1 {
  max-width: 52px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 100%;
}

.cf-bottom-right-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 240px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-row-gap: 20px;
}

.cf-view-more-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 1px;
  background-color: #0d0e10;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #b16cea), color-stop(60%, #ff5e69), color-stop(80%, #ff8a56), color-stop(90%, #ffa84b));
  background-image: linear-gradient(90deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.cf-mail-icon {
  margin-right: 10px;
  margin-left: 0px;
}

.cf-hero-email {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 10px 10px 10px 4px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #0d0e10;
  font-size: 22px;
  line-height: 140%;
  font-weight: 600;
  letter-spacing: -0.32px;
  text-decoration: none;
}

.cf-bio-text {
  font-family: Montserrat, sans-serif;
  color: rgba(13, 14, 16, 0.9);
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
}

.cf-top-right-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-row-gap: 32px;
}

.cf-right-info-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 29%;
  height: 100%;
  max-width: 290px;
  padding-top: 100px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cf-hero-main-image {
  width: 45%;
  max-width: 581px;
}

.cf-hero-image-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cf-review-text {
  font-family: Montserrat, sans-serif;
  color: rgba(13, 14, 16, 0.9);
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
}

.cf-review-stars-image {
  width: 100%;
  max-width: 152px;
  margin-bottom: 16px;
  -o-object-fit: contain;
  object-fit: contain;
}

.cf-review-logo {
  width: 100%;
  max-width: 110px;
  margin-bottom: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.cf-bottom-left-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 175px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cf-call-arrow-down {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: -18px;
  margin-left: -18px;
}

.cf-call-arrow-down.gradient {
  margin-bottom: -22px;
  margin-left: -22px;
}

.cf-call-arrow-contain {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 32px;
  height: 32px;
  margin-left: 12px;
  padding-bottom: 5px;
  padding-left: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-top-right-radius: 16px;
  background-color: #0d0e10;
}

.cf-call-arrow-contain.cf-gradient {
  width: 40px;
  height: 40px;
  padding-bottom: 6px;
  padding-left: 6px;
  background-color: #b16cea;
  background-image: linear-gradient(135deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
}

.cf-gradient-span {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #b16cea), color-stop(60%, #ff5e69), color-stop(80%, #ff8a56), to(#ffa84b));
  background-image: linear-gradient(90deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  font-family: Montserrat, sans-serif;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cf-call-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0d0e10;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.32px;
  text-decoration: none;
}

.cf-call-button._24px-bold {
  padding-left: 0px;
  color: #b16cea;
  font-size: 24px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: normal;
}

.cf-58px-heading {
  margin-top: 0px;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 58px;
  line-height: 110%;
  font-weight: 700;
  letter-spacing: -2.5px;
}

.cf-top-left-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cf-left-info-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  height: 100%;
  max-width: 400px;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-row-gap: 40px;
}

.cf-1140px-wrapper-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.cf-hero-section-1 {
  overflow: hidden;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  background-color: #eaecf0;
}

.cf-testimonial-logos-2 {
  width: 100%;
  max-width: 120px;
}

.cf-testimonial-logos-2._3 {
  margin-right: 20px;
}

.cf-hero-logos-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 20px;
}

.cf-logos-text-2 {
  font-family: 'Playfair Display', sans-serif;
  font-size: 20px;
  line-height: 133%;
  font-weight: 400;
}

.cf-testimonial-logos-contain-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1130px;
  margin: 70px auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 40px;
}

.cf-testimonial-logos-contain-2.header-2 {
  padding-right: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cf-hero-layer-blur {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -12%;
  width: 100%;
  height: 140px;
  background-color: #f3f3f3;
  -webkit-filter: blur(25px);
  filter: blur(25px);
}

.cf-testimonial-name-position-2 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #0d0e10;
  font-size: 16px;
  line-height: 175%;
  font-style: normal;
  font-weight: 500;
}

.cf-testimonial-text---italic-2 {
  margin-bottom: 14px;
  font-family: Montserrat, sans-serif;
  color: #0d0e10;
  font-size: 18px;
  line-height: 156%;
  font-style: italic;
  font-weight: 600;
}

.cf-black-review-stars-2 {
  margin-bottom: 14px;
}

.cf-hero-testimonial-contain-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1;
  max-width: 360px;
  padding: 24px 32px;
  border-radius: 0px 16px 16px 0px;
  background-color: #fff;
  box-shadow: 0 24px 94px 0 rgba(0, 0, 0, 0.08);
}

.cf-hero-right-image-2 {
  display: block;
}

.cf-image-review-container-2 {
  position: relative;
  width: 50%;
  max-width: 627px;
}

.cf-testimonial-logo-image-2 {
  margin-left: 16px;
}

.cf-extra-bold-span-2 {
  font-weight: 800;
}

.cf-star-image-2 {
  margin-right: 16px;
}

.cf-testmonial-text-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: rgba(13, 14, 16, 0.9);
  font-size: 18px;
  line-height: 150%;
}

.cf-button-gradient {
  position: absolute;
  left: 5%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  display: block;
  background-color: #ffa84b;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #b16cea), color-stop(60%, #ff5e69), color-stop(80%, #ff8a56), to(#ffa84b));
  background-image: linear-gradient(90deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
}

.cf-cta-arrow-div {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 32px;
  height: 32px;
  margin-left: 7px;
  padding-bottom: 5px;
  padding-left: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-top-right-radius: 16px;
  background-color: transparent;
}

.cf-button-text {
  position: relative;
  z-index: 1;
  font-family: 'Playfair Display', sans-serif;
  font-weight: 400;
}

.cf-cta-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 24px 40px 26px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #b16cea;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.16px;
  text-decoration: none;
}

.cf-cta-button:hover {
  background-color: #b16cea;
}

.cf-cta-button.rectangle {
  padding-right: 30px;
  border-radius: 16px;
}

.cf-cta-button.rectangle.small {
  padding: 20px;
  background-color: #c59949;
}

.cf-18px-paragraph-2 {
  max-width: 510px;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  color: rgba(0, 0, 0, 0.9);
  font-size: 18px;
  line-height: 155%;
  font-weight: 500;
}

.cf-18px-paragraph-2.header-2 {
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.cf-64px-heading-2 {
  margin-top: 0px;
  margin-bottom: 32px;
  font-family: 'Playfair Display', sans-serif;
  color: #000;
  font-size: 64px;
  line-height: 1;
  font-style: italic;
  font-weight: 400;
}

.home-left-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 540px;
  margin-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cf-logo-images-2 {
  margin-right: 1%;
  margin-bottom: 0px;
  margin-left: 1%;
  background-color: transparent;
}

.cf-logos-contain-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  opacity: 1;
}

.cf-logo-22px-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 22px;
}

.cf-logos-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #667085;
}

.cf-navigation-1-link {
  display: block;
  margin-right: 0px;
  padding-top: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #0d0e10;
  font-size: 18px;
  line-height: 130%;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
}

.cf-navigation-1-link:hover {
  border-bottom: 1px solid #000;
  text-decoration: none;
}

.cf-navigation-1-arrow-image {
  margin-left: 10px;
}

.cf-navigation-1-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 1px;
  background-color: #0d0e10;
}

.cf-navigation-1-link-heading {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  line-height: 100%;
  font-weight: 500;
}

.cf-navigation-1-number-subtext {
  margin-top: 7px;
  margin-right: 28px;
  font-family: Montserrat, sans-serif;
  color: rgba(13, 14, 16, 0.4);
  font-size: 20px;
  line-height: 100%;
  font-weight: 600;
}

.cf-navigation-headings-contain {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cf-dropdown-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  padding: 40px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #000;
  text-decoration: none;
}

.cf-navigation-1-dropdown-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 97%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 30px;
  background-color: #fff;
}

.cf-dropdown-list-full-wrapper {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0 180px 100px 0 rgba(64, 69, 79, 0.1);
}

.cf-dropdown-lists {
  left: 0px;
  top: 72px;
  right: 0px;
  overflow: hidden;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: 0 50px 50px 0 rgba(0, 0, 0, 0.08);
}

.cf-dropdown-lists.w--open {
  left: 0%;
  top: 72px;
  right: 0%;
  bottom: auto;
  overflow: visible;
  width: 100%;
  padding-top: 8px;
  box-shadow: none;
}

.cf-dropdown-arrow {
  position: static;
  margin-top: auto;
  margin-right: 0px;
  margin-bottom: auto;
}

.cf-navigation-1-dropdown {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding: 20px 0px 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 5px;
  border-bottom: 1px solid transparent;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 130%;
  font-weight: 600;
}

.cf-navigation-1-dropdown.w--open {
  border-bottom: 1px solid #000;
}

.cf-navigation-1-dropdown-wrapper {
  position: static;
  padding-bottom: 8px;
}

.cf-navigation-1-links-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 30px;
}

.cf-navigation-1-links-wrapper {
  position: static;
}

.cf-navigation-logo {
  -o-object-fit: contain;
  object-fit: contain;
}

.cf-navigation-1-logo {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.cf-navigation-1-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 1340px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cf-navigation-1-bar {
  position: relative;
  background-color: transparent;
}

.cf-features-section-1-block-paragraph {
  margin-bottom: 0px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 150%;
  font-weight: 400;
  text-align: center;
}

.cf-block-h5-heading {
  margin-top: 24px;
  margin-bottom: 20px;
  font-family: 'Playfair Display', sans-serif;
  color: #c59949;
  font-size: 50px;
  line-height: 100%;
  font-weight: 700;
}

.cf-features-section-1-image-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.cf-features-section-1-grid-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  box-shadow: 0 14px 100px 0 rgba(0, 0, 0, 0.05);
  color: #fff;
}

.cf-features-section-1-grid-cell.black {
  padding: 0px;
  background-color: transparent;
  color: #fff;
}

.cf-features-section-1-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cf-58px-heading---white {
  margin-top: 0px;
  margin-bottom: 48px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 58px;
  line-height: 110%;
  font-weight: 400;
  text-align: center;
  letter-spacing: -2.5px;
  text-transform: capitalize;
}

.cf-features-section-1-wrapper {
  width: 90%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 140px;
}

.cf-features-section-1 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  background-color: #475467;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0px;
  background-color: #fff;
}

.container-regular {
  width: 100%;
  max-width: 1200px;
  min-height: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.navbar-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #1a1b1f;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-link:focus-visible {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

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

.nav-dropdown {
  margin-right: 5px;
  margin-left: 5px;
}

.nav-dropdown-toggle {
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-dropdown-toggle:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  border-radius: 12px;
  background-color: #fff;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

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

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  padding: 12px 25px;
  background-color: #667085;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary:hover {
  background-color: #32343a;
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.image-2 {
  width: 100px;
}

.uui-footer07_legal-link {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #667085;
  font-size: 0.875rem;
  text-decoration: none;
}

.uui-footer07_legal-link:hover {
  color: #475467;
}

.uui-footer07_legal-list {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  -ms-grid-columns: -webkit-max-content;
  -ms-grid-columns: max-content;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  white-space: normal;
}

.uui-text-size-small-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #475467;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: normal;
}

.uui-text-size-small-2.text-color-gray500 {
  color: #667085;
}

.uui-footer07_bottom-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4rem;
  padding-top: 2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #eaecf0;
}

.uui-footer07_link {
  padding: 0.5rem;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #475467;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.uui-footer07_link:hover {
  color: #344054;
}

.uui-footer07_link-list {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: start;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  -ms-grid-columns: -webkit-max-content;
  -ms-grid-columns: max-content;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  white-space: normal;
}

.uui-logo_image-2 {
  display: none;
  width: auto;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.uui-logo_logotype-2 {
  width: auto;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.uui-logo_logomark-dot {
  position: relative;
  z-index: 1;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
}

.uui-logo_logomark-blur {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  height: 50%;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  background-color: hsla(0, 0%, 100%, 0.2);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.uui-styleguide_logomark-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 2rem;
  height: 2rem;
  border-radius: 8px;
}

.uui-logo_logomark {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 2rem;
  height: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 0.1px solid #dae0e8;
  border-radius: 0.5rem;
  box-shadow: 0 1px 1px 0 rgba(16, 24, 40, 0.06), 0 1px 2px 0 rgba(16, 24, 40, 0.1);
}

.uui-logo_component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 2rem;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.uui-footer07_logo-link {
  margin-bottom: 2rem;
  padding-left: 0px;
}

.uui-footer07_top-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.uui-padding-vertical-xlarge-2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.uui-page-padding-2 {
  padding-right: 2rem;
  padding-left: 2rem;
}

.uui-footer04_legal-link {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #667085;
  font-size: 0.875rem;
  text-decoration: none;
}

.uui-footer04_legal-link:hover {
  color: #475467;
}

.uui-footer04_legal-list {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  -ms-grid-columns: -webkit-max-content;
  -ms-grid-columns: max-content;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  white-space: normal;
}

.uui-footer04_bottom-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4rem;
  padding-top: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 1.5rem;
  border-top: 1px solid #eaecf0;
}

.uui-footer04_social-icon-2 {
  width: 1.5rem;
  height: 1.5rem;
  color: #c59949;
}

.uui-footer04_social-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #98a2b3;
  text-decoration: none;
}

.uui-footer04_social-link-2:hover {
  color: #667085;
}

.uui-footer04_social-list-2 {
  display: -ms-grid;
  display: grid;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  -ms-grid-columns: -webkit-max-content;
  -ms-grid-columns: max-content;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  white-space: normal;
}

.uui-footer04_link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0.5rem;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #475467;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.uui-footer04_link-2:hover {
  color: #344054;
}

.uui-footer04_link-list-2 {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: start;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  white-space: normal;
}

.uui-logo_logotype-3 {
  width: auto;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.uui-footer04_top-wrapper-2 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 4vw;
  grid-row-gap: 0rem;
  -ms-grid-columns: 0.25fr 1fr 0.25fr;
  grid-template-columns: 0.25fr 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.uui-page-padding-3 {
  max-width: 1200px;
  padding-right: 2rem;
  padding-left: 2rem;
  background-color: #fff;
}

.uui-footer04_component-2 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.image-4 {
  width: 100px;
}

.text-block-12 {
  font-family: 'Playfair Display', sans-serif;
}

.text-block-13 {
  font-family: 'Playfair Display', sans-serif;
}

.text-block-14 {
  font-family: 'Playfair Display', sans-serif;
}

.text-block-15 {
  font-family: 'Playfair Display', sans-serif;
}

.error-text {
  color: #e23939;
}

.error-message {
  margin-top: 1.5rem;
  padding: 0.875rem 1rem;
}

.success-text {
  font-weight: 600;
}

.success-message {
  padding: 1.5rem;
  background-color: #f4f4f4;
}

.uui-button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.625rem 1.125rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0.5rem;
  border: 1px solid #7f56d9;
  border-radius: 0.5rem;
  background-color: #7f56d9;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.uui-button-2:hover {
  border-color: #6941c6;
  background-color: #6941c6;
}

.uui-button-2:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px #f4ebff;
}

.uui-form-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.uui-text-style-link-2 {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #475467;
  text-decoration: underline;
}

.uui-text-style-link-2:hover {
  color: #344054;
}

.uui-form-checkbox-label {
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #344054;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}

.uui-form-checkbox-icon {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  margin-top: 0px;
  margin-right: 0.75rem;
  margin-left: -1.25rem;
  border-style: solid;
  border-width: 1px;
  border-color: #d0d5dd;
  border-radius: 0.375rem;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
}

.uui-form-checkbox-icon:hover {
  border-color: #7f56d9;
  background-color: #f9f5ff;
}

.uui-form-checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: #7f56d9;
  border-radius: 0.25rem;
  background-color: #f9f5ff;
  background-image: url('../images/check.svg');
  background-position: 50% 50%;
  background-size: 0.875rem 0.875rem;
  background-repeat: no-repeat;
  background-attachment: scroll;
  box-shadow: none;
}

.uui-form-checkbox-icon.w--redirected-focus {
  border-color: #7f56d9;
  border-radius: 0.25rem;
  background-color: #f9f5ff;
  box-shadow: 0 0 0 4px #f4ebff;
}

.uui-form-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 1.25rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.uui-form_input-2 {
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0px;
  padding: 0.5rem 0.875rem;
  border-style: solid;
  border-width: 1px;
  border-color: #d0d5dd;
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #101828;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-form_input-2:focus {
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px #f4ebff;
  color: #101828;
}

.uui-form_input-2::-webkit-input-placeholder {
  color: #667085;
}

.uui-form_input-2:-ms-input-placeholder {
  color: #667085;
}

.uui-form_input-2::-ms-input-placeholder {
  color: #667085;
}

.uui-form_input-2::placeholder {
  color: #667085;
}

.uui-form_input-2.text-area {
  overflow: auto;
  height: auto;
  min-height: 11.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.uui-form_input-2.select {
  background-color: #fff;
  color: #101828;
}

.uui-field-label {
  margin-bottom: 0.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #344054;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
}

.uui-form-field-wrapper {
  position: relative;
}

.uui-form-radio-label {
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #344054;
  font-weight: 500;
}

.uui-form-radio-icon {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  margin-top: 0px;
  margin-right: 0.75rem;
  margin-left: -1.125rem;
  border-style: solid;
  border-width: 1px;
  border-color: #d0d5dd;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
}

.uui-form-radio-icon:hover {
  border-color: #7f56d9;
  background-color: #f9f5ff;
}

.uui-form-radio-icon.w--redirected-checked {
  border-width: 1px;
  border-color: #7f56d9;
  background-color: #f9f5ff;
  background-image: url('../images/check-circle.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.uui-form-radio-icon.w--redirected-focus {
  margin-top: 0px;
  border-color: #7f56d9;
  background-color: #f9f5ff;
  box-shadow: 0 0 0 4px #f4ebff;
}

.uui-form-radio-icon.tick-icon.w--redirected-checked {
  background-color: #7f56d9;
  background-image: url('../images/check-tick.svg');
}

.uui-form-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 1.125rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-radio-2col {
  display: -ms-grid;
  display: grid;
  margin-top: 1rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form-field-2col {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.uui-contact02_form {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.uui-contact02_component {
  max-width: 35rem;
  margin: 4rem auto 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.uui-text-size-large {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #475467;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: normal;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #101828;
  font-size: 2.25rem;
  line-height: 1.3;
  font-weight: 600;
}

.uui-heading-subheading {
  margin-bottom: 0.75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #7f56d9;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}

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

.uui-max-width-large-2.align-center {
  margin-right: auto;
  margin-left: auto;
}

.align-center {
  margin-right: auto;
  margin-left: auto;
}

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

.uui-padding-vertical-xhuge-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-small {
  width: 100%;
  max-width: 48rem;
  margin-right: auto;
  margin-left: auto;
}

.uui-page-padding-4 {
  padding-right: 2rem;
  padding-left: 2rem;
}

.hero-heading-right {
  position: relative;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

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

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 46%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.shadow-two {
  box-shadow: none;
}

.margin-bottom-24px {
  max-width: none;
  margin-bottom: 24px;
}

.button-primary-2 {
  padding: 12px 25px;
  background-color: #1a1b1f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary-2:hover {
  background-color: #32343a;
  color: #fff;
}

.button-primary-2:active {
  background-color: #43464d;
}

.heading-2 {
  max-width: 100%;
  font-family: 'Playfair Display', sans-serif;
  font-weight: 400;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.uui-heroheader21_image {
  width: auto;
  height: 600px;
  max-height: 60rem;
  max-width: 30%;
  opacity: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.uui-heroheader21_image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.uui-text-style-link-3 {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #475467;
  text-decoration: underline;
}

.uui-text-style-link-3:hover {
  color: #344054;
}

.uui-text-size-small-3 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #475467;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: normal;
}

.uui-button-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.625rem 1.125rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0.5rem;
  border: 1px solid #7f56d9;
  border-radius: 0.5rem;
  background-color: #7f56d9;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.uui-button-3:hover {
  border-color: #6941c6;
  background-color: #6941c6;
}

.uui-button-3:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px #f4ebff;
}

.uui-form_input-3 {
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0px;
  padding: 0.5rem 0.875rem;
  border-style: solid;
  border-width: 1px;
  border-color: #d0d5dd;
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #101828;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-form_input-3:focus {
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px #f4ebff;
  color: #101828;
}

.uui-form_input-3::-webkit-input-placeholder {
  color: #667085;
}

.uui-form_input-3:-ms-input-placeholder {
  color: #667085;
}

.uui-form_input-3::-ms-input-placeholder {
  color: #667085;
}

.uui-form_input-3::placeholder {
  color: #667085;
}

.uui-signup-form_wrapper {
  display: -ms-grid;
  display: grid;
  margin-bottom: 0.375rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr -webkit-max-content;
  -ms-grid-columns: 1fr max-content;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.uui-heroheader21_form {
  max-width: 32rem;
  margin-top: 2.5rem;
  margin-bottom: 0px;
}

.uui-max-width-small {
  width: 100%;
  max-width: 30rem;
}

.uui-text-size-xlarge {
  padding-bottom: 40px;
  font-family: 'Playfair Display', sans-serif;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.5;
}

.uui-space-small-2 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-xlarge {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-family: 'Playfair Display', sans-serif;
  color: #101828;
  font-size: 3.75rem;
  line-height: 1.2;
  font-weight: 600;
}

.uui-badge-group_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1rem;
  height: 1rem;
  margin-left: 0.25rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.uui-badge-group_icon.text-color-primary500 {
  margin-right: -0.25rem;
  color: #9e77ed;
}

.badge-group_text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.uui-badge-group_badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.125rem 0.625rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1rem;
  background-color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #344054;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  white-space: nowrap;
}

.uui-badge-group_badge.is-primary {
  background-color: #fff;
  color: #6941c6;
}

.uui-badge-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.25rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10rem;
  background-color: #f2f4f7;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #344054;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  white-space: nowrap;
  mix-blend-mode: multiply;
}

.uui-badge-group.is-primary {
  background-color: #f9f5ff;
  color: #6941c6;
  text-decoration: none;
  white-space: nowrap;
}

.uui-button-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
}

.uui-heroheader21_content {
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 2rem;
  padding-left: 2rem;
}

.uui-heroheader21_component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 40px 0px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-auto-columns: 1fr;
  grid-column-gap: 0rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #98a2b3;
}

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

.cf-testimonial-logos-3 {
  width: 100%;
  max-width: 120px;
}

.cf-testimonial-logos-3._3 {
  margin-right: 20px;
}

.cf-hero-logos-wrap-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 20px;
}

.cf-logos-text-3 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 133%;
  font-weight: 500;
}

.cf-testimonial-logos-contain-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1130px;
  margin: 70px auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 40px;
}

.cf-hero-layer-blur-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -12%;
  width: 100%;
  height: 140px;
  background-color: #f3f3f3;
  -webkit-filter: blur(25px);
  filter: blur(25px);
}

.cf-testimonial-name-position-3 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #0d0e10;
  font-size: 16px;
  line-height: 175%;
  font-style: normal;
  font-weight: 500;
}

.cf-testimonial-text---italic-3 {
  margin-bottom: 14px;
  font-family: Roboto, sans-serif;
  color: #0d0e10;
  font-size: 18px;
  line-height: 156%;
  font-style: italic;
  font-weight: 400;
}

.cf-black-review-stars-3 {
  margin-bottom: 14px;
}

.cf-hero-testimonial-contain-3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1;
  display: block;
  overflow: visible;
  max-width: 360px;
  padding: 24px 32px;
  border-radius: 0px 16px 16px 0px;
  background-color: #fff;
  box-shadow: none;
}

.cf-hero-right-image-3 {
  max-width: 85%;
  padding: 20px 0px 0px;
  background-color: #eaecf0;
}

.cf-image-review-container-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: none;
  padding-left: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.cf-testimonial-logo-image-3 {
  margin-left: 16px;
}

.cf-extra-bold-span-3 {
  font-weight: 800;
}

.cf-star-image-3 {
  margin-right: 16px;
}

.cf-testmonial-text-wrapper-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: rgba(13, 14, 16, 0.9);
  font-size: 18px;
  line-height: 150%;
}

.cf-button-gradient-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #c59949;
}

.cf-call-arrow-down-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: -18px;
  margin-left: -18px;
}

.cf-cta-arrow-div-2 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 32px;
  height: 32px;
  margin-left: 7px;
  padding-bottom: 5px;
  padding-left: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-top-right-radius: 16px;
  background-color: transparent;
}

.cf-button-text-2 {
  position: relative;
  z-index: 1;
  font-family: 'Playfair Display', sans-serif;
  color: #000;
  font-weight: 400;
}

.cf-cta-button-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 24px 40px 26px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #b16cea;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.16px;
  text-decoration: none;
}

.cf-cta-button-2:hover {
  background-color: #b16cea;
}

.cf-cta-button-2.rectangle {
  padding-right: 30px;
  border-radius: 16px;
}

.cf-cta-button-2.rectangle.small {
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #c38411;
  border-radius: 0px;
  background-color: #c59949;
  box-shadow: 0 1px 6px -1px #4d4d4d;
}

.cf-cta-button-2.rectangle.small:hover {
  background-color: #c59949;
  box-shadow: none;
  color: #7e5555;
}

.cf-18px-paragraph-3 {
  max-width: 510px;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  color: rgba(0, 0, 0, 0.9);
  font-size: 18px;
  line-height: 155%;
  font-weight: 500;
}

.cf-18px-paragraph-3.header-2 {
  font-family: 'Playfair Display', sans-serif;
  font-weight: 400;
}

.cf-64px-heading-3 {
  margin-top: 0px;
  margin-bottom: 32px;
  font-family: 'Playfair Display', sans-serif;
  color: #000;
  font-size: 55px;
  line-height: 105%;
  font-weight: 400;
}

.home-left-wrapper-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  max-width: 590px;
  margin-top: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cf-1140px-wrapper-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.cf-hero-section-3 {
  overflow: hidden;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.spark-secondary-paragraph {
  margin-bottom: 64px;
  color: rgba(0, 0, 0, 0.76);
}

.spark-small-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.spark-small-icon.spark-primary-color {
  color: #5532fa;
}

.spark-small-icon.spark-primary-color.spark-margin-bottom-16px {
  margin-bottom: 40px;
  color: #c59949;
}

.spark-three-column-grid {
  display: block;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.spark-900-width {
  width: 952px;
  max-width: 100%;
}

.spark-900-width.spark-margin-bottom-104px {
  margin-bottom: 40px;
}

.spark-container-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 0px 40px;
  background-color: #c2c7cf;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.about h5 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.75rem;
  line-height: 1.3;
  font-weight: 600;
}

.about h4 {
  margin-top: 0rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 500;
}

.about h1 {
  margin-bottom: 1rem;
  font-family: 'Playfair Display', sans-serif;
  color: #000;
  font-size: 2rem;
  line-height: 1.1;
  font-style: italic;
  font-weight: 400;
}

.about h2 {
  margin-top: 1rem;
  margin-bottom: 0.25rem;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 3.5rem;
  line-height: 1.2;
  font-weight: 400;
  text-transform: none;
}

.about h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 600;
}

.about h6 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  font-weight: 700;
}

.about p {
  margin-bottom: 40px;
  background-color: transparent;
  font-family: 'Playfair Display', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
  letter-spacing: normal;
}

.about ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.about li {
  margin-bottom: 0.5rem;
}

.uui-text-size-medium-2 {
  font-family: 'Playfair Display', sans-serif;
  color: #c59949;
  font-size: 17px;
  line-height: 1.5;
  font-style: italic;
  letter-spacing: normal;
}

.uui-space-xxsmall-2 {
  width: 100%;
  min-height: 0.5rem;
}

.uui-heading-xxsmall {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-family: 'Playfair Display', sans-serif;
  color: #c59949;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: normal;
}

.uui-layout32_timeline-right {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.uui-icon-1x1-xsmall-2 {
  width: 1.5rem;
  height: 1.5rem;
  color: #c59949;
}

.uui-icon-featured-outline-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3.5rem;
  height: 3.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.3rem solid #c59949;
  border-radius: 100%;
  background-color: #fff;
  color: #c59949;
}

.uui-layout32_timeline-icon-wrapper {
  position: relative;
  z-index: 1;
  margin-top: -1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fff;
}

.uui-layout32_timeline-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.uui-layout32_timeline-step {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0px;
  -ms-grid-columns: -webkit-max-content 1fr;
  -ms-grid-columns: max-content 1fr;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.uui-layout32_progress-bar {
  width: 2px;
  height: 100%;
  background-color: #7f56d9;
}

.uui-layout32_progress-bar-wrapper {
  position: absolute;
  left: 1.75rem;
  top: 10%;
  right: auto;
  width: 2px;
  height: 75%;
  background-color: #eaecf0;
}

.uui-layout32_timeline-wrapper {
  position: relative;
}

.uui-button-secondary-gray {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.625rem 1.125rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0.5rem;
  border-style: solid;
  border-width: 1px;
  border-color: #d0d5dd;
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #344054;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.uui-button-secondary-gray:hover {
  background-color: #f9fafb;
  color: #1d2939;
}

.uui-button-secondary-gray:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px #f2f4f7;
}

.uui-space-medium-2 {
  width: 100%;
  min-height: 2rem;
}

.uui-heading-medium-2 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-family: 'Playfair Display', sans-serif;
  color: #101828;
  font-size: 2.25rem;
  line-height: 1.3;
  font-weight: 600;
  text-transform: capitalize;
}

.uui-heading-subheading-2 {
  margin-bottom: 0.75rem;
  font-family: 'Playfair Display', sans-serif;
  color: #333;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}

.uui-layout32_component {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.uui-padding-vertical-xhuge-3 {
  max-width: 1200px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 0px 2rem;
  border: 1px dashed #c59949;
  background-color: #fff;
  background-image: url('../images/SET2.jpg');
  background-position: 50% 100%;
  background-size: auto;
  opacity: 1;
}

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

.uui-page-padding-5 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0rem;
  padding-left: 0rem;
}

.italic-text {
  font-style: normal;
  font-weight: 400;
}

.uui-text-style-link-02 {
  display: inline-block;
  margin-top: 10px;
  padding: 0px;
  border-radius: 0px;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: #979797;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  letter-spacing: normal;
  text-decoration: none;
}

.uui-contact08_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 185px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1px none #c59949;
  border-left: 1px solid #c59949;
  background-color: transparent;
  text-align: left;
}

.uui-contact08_component {
  display: -ms-grid;
  display: grid;
  margin-top: 4rem;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0.92);
}

.uui-text-size-large-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #475467;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: normal;
}

.uui-space-xsmall-2 {
  width: 100%;
  min-height: 1rem;
}

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

.uui-section_contact08 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.blocktitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 30px;
  margin-bottom: 0.75rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4d4d4d;
  font-family: 'Playfair Display', sans-serif;
  color: #f7f7f7;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}

.div-block-2 {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 35px;
}

.div-block-3 {
  width: 100%;
  max-width: 100%;
}

.div-block-4 {
  width: 100%;
  height: auto;
  padding-top: 0px;
  padding-right: 60px;
  padding-left: 60px;
  background-color: rgba(255, 255, 255, 0.37);
}

.div-block-5 {
  width: 150px;
  height: 35px;
  background-color: #f7f7f7;
  box-shadow: 1px 1px 5px -2px #4d4d4d;
  color: #101828;
}

.text-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Playfair Display', sans-serif;
  color: #c59949;
  font-size: 15px;
  text-transform: uppercase;
}

.div-block-6 {
  padding-right: 60px;
  padding-left: 60px;
}

.div-block-7 {
  padding-right: 60px;
  padding-left: 60px;
}

.uui-contact08_item-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 185px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1px none #c59949;
  border-left: 1px solid #c59949;
  background-color: transparent;
  text-align: center;
}

@media screen and (min-width: 1280px) {
  .section.image {
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }

  .section.lightgrey {
    width: 100%;
    max-width: 1200px;
  }

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

  .cf-testimonial-logos {
    max-width: 130px;
  }

  .cf-logos-text {
    font-family: Roboto, sans-serif;
    font-weight: 400;
  }

  .cf-testimonial-logos-contain.header-2 {
    padding-right: 20px;
  }

  .cf-hero-testimonial-contain {
    border-radius: 30px 0px 0px 30px;
  }

  .cf-image-review-container {
    max-width: none;
  }

  .cf-18px-paragraph.header-2 {
    max-width: none;
    font-size: 2vw;
    line-height: 1.2;
  }

  .cf-64px-heading {
    font-size: 6.4vw;
    font-weight: 400;
  }

  .home-left-wrapper {
    width: 100%;
    max-width: none;
  }

  .cf-1140px-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cf-hero-section-2 {
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #eaecf0;
  }

  .body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .uui-page-padding {
    width: 100%;
    max-width: 1200px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .uui-footer04_top-wrapper {
    padding-left: 0px;
  }

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

  .container-2 {
    padding: 20px;
    background-color: rgba(20, 45, 56, 0.5);
  }

  .navbar-logo-left {
    width: 100%;
    max-width: 1200px;
  }

  .navbar-logo-left-container.shadow-three {
    max-width: 1200px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #eaecf0;
  }

  .container-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .navbar-wrapper {
    background-color: #eaecf0;
  }

  .nav-link-2 {
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
  }

  .uui-blogpost04_image-wrapper {
    margin-top: 0rem;
  }

  .uui-padding-vertical-xhuge {
    width: 100%;
    max-width: 1200px;
  }

  .uui-section_blogpost04 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
  }

  .body-2 {
    padding-top: 0px;
    background-color: #b6b0aa;
  }

  .cf-1140px-wrapper-2 {
    width: 100%;
    max-width: none;
    padding-top: 0px;
  }

  .cf-hero-section-1 {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 40px;
    background-color: #eaecf0;
  }

  .cf-testimonial-logos-2 {
    max-width: 130px;
  }

  .cf-logos-text-2 {
    font-family: 'Playfair Display', sans-serif;
    font-weight: 400;
  }

  .cf-testimonial-logos-contain-2.header-2 {
    padding-right: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cf-hero-testimonial-contain-2 {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .cf-button-text {
    font-family: 'Playfair Display', sans-serif;
    font-weight: 400;
  }

  .cf-cta-button.rectangle.small {
    padding-left: 20px;
    background-color: #c59949;
  }

  .cf-18px-paragraph-2.header-2 {
    font-family: Roboto, sans-serif;
    font-weight: 400;
  }

  .cf-64px-heading-2 {
    font-family: 'Playfair Display', sans-serif;
    line-height: 1;
    font-style: italic;
    font-weight: 400;
  }

  .cf-logo-22px-heading {
    position: static;
    font-family: 'Playfair Display', sans-serif;
    color: #fff;
  }

  .cf-logos-wrapper {
    width: 100%;
    max-width: 1200px;
    background-color: #667085;
  }

  .cf-dropdown-list-full-wrapper {
    box-shadow: 0 100px 100px 0 rgba(64, 69, 79, 0.1);
  }

  .cf-features-section-1-block-paragraph {
    font-family: 'Playfair Display', sans-serif;
  }

  .cf-block-h5-heading {
    font-family: 'Playfair Display', sans-serif;
    color: #c59949;
  }

  .cf-58px-heading---white {
    font-family: 'Playfair Display', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
  }

  .cf-features-section-1 {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    background-color: #475467;
  }

  .navbar-no-shadow {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }

  .navbar-no-shadow-container {
    max-width: 1200px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #fff;
  }

  .container-regular {
    max-width: 1200px;
  }

  .navbar-wrapper-2 {
    max-width: 1200px;
  }

  .nav-link {
    font-family: 'Playfair Display', sans-serif;
    font-size: 18px;
  }

  .button-primary {
    background-color: #667085;
    font-family: Roboto, sans-serif;
  }

  .image-2 {
    width: 100px;
  }

  .uui-text-size-small-2.text-color-gray500 {
    font-family: Roboto, sans-serif;
    color: #c59949;
    font-style: normal;
  }

  .uui-footer04_social-icon-2 {
    color: #c59949;
  }

  .uui-page-padding-3 {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
  }

  .uui-footer04_component-2 {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }

  .image-4 {
    width: 100px;
  }

  .text-block-12 {
    font-family: 'Playfair Display', sans-serif;
  }

  .text-block-13 {
    font-family: 'Playfair Display', sans-serif;
  }

  .text-block-14 {
    font-family: 'Playfair Display', sans-serif;
  }

  .text-block-15 {
    font-family: 'Playfair Display', sans-serif;
  }

  .cf-testimonial-logos-3 {
    max-width: 130px;
  }

  .uui-container-large-3 {
    max-width: 1200px;
  }
}

@media screen and (min-width: 1440px) {
  .section.image {
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }

  .section.lightgrey {
    width: 100%;
    max-width: 1200px;
  }

  .main-heading {
    font-style: normal;
    font-weight: 400;
  }

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

  .small-title {
    font-family: 'Playfair Display', sans-serif;
    text-transform: uppercase;
  }

  .cf-testimonial-logos {
    max-width: 140px;
  }

  .cf-logos-text {
    font-family: Roboto, sans-serif;
    font-weight: 400;
  }

  .cf-testimonial-logos-contain.header-2 {
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cf-hero-testimonial-contain {
    border-radius: 30px 0px 0px 30px;
  }

  .cf-hero-right-image {
    max-width: none;
  }

  .cf-extra-bold-span {
    font-family: Roboto, sans-serif;
    font-weight: 500;
  }

  .cf-18px-paragraph.header-2 {
    font-size: 1.7vw;
    line-height: 1.2;
  }

  .cf-64px-heading {
    font-family: 'Playfair Display', sans-serif;
    font-size: 6.4em;
    line-height: 1;
    font-style: normal;
    font-weight: 400;
  }

  .cf-1140px-wrapper {
    width: 100%;
    padding-left: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cf-hero-section-2 {
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #eaecf0;
  }

  .uui-padding-vertical-xlarge {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #eaecf0;
  }

  .uui-container-large {
    max-width: 1200px;
  }

  .uui-footer04_top-wrapper {
    width: 100%;
    max-width: 1200px;
    padding-right: 40px;
    padding-left: 40px;
  }

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

  .container-2 {
    padding: 20px;
    background-color: rgba(20, 45, 56, 0.5);
  }

  .navbar-logo-left {
    width: 100%;
    max-width: 1200px;
    padding-top: 0px;
  }

  .navbar-logo-left-container.shadow-three {
    display: block;
    max-width: 1200px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #eaecf0;
  }

  .container-3 {
    padding-right: 0px;
  }

  .navbar-wrapper {
    max-width: 1200px;
    padding-left: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #eaecf0;
  }

  .nav-link-2 {
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
  }

  .uui-blogpost04_image-wrapper {
    margin-top: 0rem;
  }

  .uui-padding-vertical-xhuge {
    max-width: 1200px;
  }

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

  .body-2 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    background-color: #b6b0ab;
  }

  .cf-1140px-wrapper-2 {
    width: 100%;
    max-width: none;
    padding-top: 0px;
  }

  .cf-hero-section-1 {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 40px;
    background-color: #eaecf0;
  }

  .cf-testimonial-logos-2 {
    max-width: 140px;
  }

  .cf-logos-text-2 {
    font-family: 'Playfair Display', sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .cf-testimonial-logos-contain-2.header-2 {
    margin-right: auto;
    padding-right: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cf-hero-testimonial-contain-2 {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .cf-button-gradient {
    background-image: none;
  }

  .cf-button-text {
    font-family: 'Playfair Display', sans-serif;
    font-weight: 400;
  }

  .cf-cta-button.rectangle.small {
    padding-left: 20px;
    background-color: #c59949;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 400;
  }

  .cf-18px-paragraph-2.header-2 {
    font-family: Roboto, sans-serif;
    font-weight: 400;
  }

  .cf-64px-heading-2 {
    font-family: 'Playfair Display', sans-serif;
    line-height: 1;
    font-style: italic;
    font-weight: 400;
  }

  .cf-logo-22px-heading {
    font-family: 'Playfair Display', sans-serif;
    color: #fff;
  }

  .cf-logos-wrapper {
    max-width: 1200px;
    background-color: #98a2b3;
  }

  .cf-features-section-1-block-paragraph {
    font-family: 'Playfair Display', sans-serif;
  }

  .cf-block-h5-heading {
    font-family: 'Playfair Display', sans-serif;
    color: #c59949;
  }

  .cf-58px-heading---white {
    font-family: 'Playfair Display', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
  }

  .cf-features-section-1 {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    background-color: #475467;
  }

  .navbar-no-shadow {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }

  .navbar-no-shadow-container {
    max-width: 1200px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #fff;
  }

  .container-regular {
    max-width: 1200px;
  }

  .nav-link {
    font-family: 'Playfair Display', sans-serif;
    font-size: 18px;
  }

  .button-primary {
    background-color: #667085;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
  }

  .image-2 {
    width: 100px;
  }

  .uui-text-size-small-2.text-color-gray500 {
    font-family: Roboto, sans-serif;
  }

  .uui-footer07_link {
    background-color: transparent;
    font-family: 'Playfair Display', sans-serif;
    color: #475467;
  }

  .uui-footer07_link-list {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .uui-logo_image-2 {
    width: 150px;
    height: auto;
  }

  .uui-logo_logotype-2 {
    width: 150px;
    height: auto;
    max-width: none;
  }

  .uui-styleguide_logomark-bg {
    width: 150px;
    height: auto;
  }

  .uui-logo_logomark {
    width: auto;
    height: auto;
  }

  .uui-logo_component {
    height: auto;
  }

  .uui-padding-vertical-xlarge-2 {
    padding-bottom: 0rem;
  }

  .uui-page-padding-2 {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    background-color: #eaecf0;
  }

  .text-block-8 {
    padding: 10px;
    background-color: #667085;
    font-family: Roboto, sans-serif;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
  }

  .text-block-9 {
    color: #667085;
  }

  .text-block-10 {
    color: #667085;
  }

  .text-block-11 {
    color: #667085;
  }

  .image-3 {
    margin-bottom: 60px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .uui-footer04_legal-link {
    font-family: Roboto, sans-serif;
  }

  .uui-footer04_social-icon-2 {
    color: #c59949;
  }

  .uui-page-padding-3 {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
  }

  .uui-footer04_component-2 {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }

  .image-4 {
    width: 100px;
  }

  .text-block-12 {
    font-family: 'Playfair Display', sans-serif;
  }

  .text-block-13 {
    font-family: 'Playfair Display', sans-serif;
  }

  .text-block-14 {
    font-family: 'Playfair Display', sans-serif;
  }

  .text-block-15 {
    font-family: 'Playfair Display', sans-serif;
  }

  .cf-testimonial-logos-3 {
    max-width: 140px;
  }

  .uui-container-large-3 {
    max-width: 1200px;
    outline-color: #333;
    outline-offset: 0px;
    outline-style: none;
    outline-width: 3px;
  }
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 57px;
  }

  .section.image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 50vw;
    padding: 4em 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(58, 46, 26, 0.69)), to(rgba(58, 46, 26, 0.69))), url('../images/ny.jpg');
    background-image: linear-gradient(180deg, rgba(58, 46, 26, 0.69), rgba(58, 46, 26, 0.69)), url('../images/ny.jpg');
    background-size: auto, cover;
  }

  .main-heading {
    margin-bottom: 4px;
    font-size: 68px;
  }

  .slider {
    height: 469px;
  }

  .slide {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slide._2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .testimonial-slide {
    width: 100%;
    padding-right: 92px;
    padding-left: 92px;
  }

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

  .right-arrow {
    margin-right: 0px;
  }

  .heading {
    font-size: 5vw;
    line-height: 1.2;
  }

  .cf-testimonial-logos._3 {
    margin-right: 0px;
  }

  .cf-hero-logos-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cf-hero-logos-wrap.header-2 {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cf-logos-text {
    font-size: 2vw;
    line-height: 2vw;
  }

  .cf-testimonial-logos-contain {
    margin-top: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cf-testimonial-logos-contain.header-2 {
    position: relative;
    z-index: 1;
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 10px;
  }

  .cf-hero-testimonial-contain {
    max-width: 320px;
  }

  .cf-hero-right-image {
    min-width: 45vw;
  }

  .cf-image-review-container {
    width: 80%;
  }

  .cf-testimonial-logo-image {
    max-width: none;
  }

  .cf-18px-paragraph {
    max-width: none;
    margin-bottom: 0px;
  }

  .cf-18px-paragraph.header-2 {
    margin-bottom: 40px;
    font-size: 2.5vw;
    line-height: 2.9vw;
  }

  .cf-64px-heading {
    font-size: 54px;
  }

  .home-left-wrapper {
    width: 100%;
    max-width: none;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .cf-1140px-wrapper {
    width: 100vw;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .cf-hero-section-2 {
    padding-top: 40px;
    background-color: #eaecf0;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .uui-footer04_top-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    grid-row-gap: 2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .navbar-logo-left-container.shadow-three {
    margin-top: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .container-3 {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .navbar-wrapper {
    margin-right: 0px;
    margin-left: 0px;
    background-color: #eaecf0;
  }

  .nav-menu-wrapper {
    background-color: transparent;
  }

  .nav-menu-two {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding: 20px 0px 20px 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px 0px 0px 50px;
    background-color: #eaecf0;
  }

  .nav-link-2 {
    padding-right: 5px;
    padding-left: 5px;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
  }

  .menu-button-2 {
    padding: 12px 0px 12px 12px;
  }

  .menu-button-2.w--open {
    background-color: #a6b1bf;
    color: #fff;
  }

  .uui-blogpost04_newsletter {
    position: static;
  }

  .uui-text-rich-text h4 {
    margin-top: 0rem;
  }

  .uui-blogpost04_content {
    margin-bottom: 3rem;
  }

  .uui-blogpost04_content-wrapper {
    grid-row-gap: 3rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .uui-blogpost04_image-wrapper {
    margin-top: 0rem;
    margin-bottom: 3rem;
    padding-top: 56.25%;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 0rem;
    padding-bottom: 6rem;
  }

  .text-block-7 {
    font-size: 2vw;
  }

  .spark-hero-section-image {
    width: 50%;
    max-width: 50%;
  }

  .spark-flex-row.spark-5-spacing {
    max-width: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-row-gap: 2rem;
  }

  .spark-hero-section-left-side {
    width: 100%;
  }

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

  .spark-section {
    padding-top: 104px;
    padding-right: 32px;
    padding-left: 32px;
  }

  .cf-bottom-right-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cf-bio-text {
    margin-bottom: 0px;
  }

  .cf-top-right-wrapper {
    max-width: 350px;
  }

  .cf-right-info-wrapper {
    position: static;
    width: 100%;
    max-width: none;
    padding-top: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .cf-review-text {
    margin-bottom: 0px;
  }

  .cf-bottom-left-contain {
    margin-top: 40px;
  }

  .cf-58px-heading {
    font-size: 50px;
  }

  .cf-top-left-contain {
    max-width: 400px;
  }

  .cf-left-info-wrapper {
    position: static;
    width: 100%;
    max-width: none;
    padding-top: 60px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cf-1140px-wrapper-2 {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cf-hero-section-1 {
    padding-left: 0px;
  }

  .cf-testimonial-logos-2._3 {
    margin-right: 0px;
  }

  .cf-hero-logos-wrap-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cf-hero-logos-wrap-2.header-2 {
    width: 100%;
  }

  .cf-testimonial-logos-contain-2 {
    margin-top: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cf-testimonial-logos-contain-2.header-2 {
    position: relative;
    z-index: 1;
    margin-top: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 10px;
  }

  .cf-image-review-container-2 {
    width: 80%;
  }

  .cf-18px-paragraph-2 {
    max-width: none;
    margin-bottom: 0px;
  }

  .cf-18px-paragraph-2.header-2 {
    margin-bottom: 40px;
  }

  .cf-64px-heading-2 {
    font-size: 54px;
  }

  .home-left-wrapper-2 {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .cf-logo-images-2 {
    margin-right: 2%;
    margin-bottom: 20px;
    margin-left: 2%;
  }

  .cf-logos-contain-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .cf-logos-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cf-menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cf-menu-button.w--open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: transparent;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #b16cea;
  }

  .cf-navigation-1-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .cf-navigation-1-arrow-image {
    width: 40px;
  }

  .cf-navigation-1-link-heading {
    font-size: 36px;
  }

  .cf-navigation-1-number-subtext {
    margin-right: 20px;
    font-size: 18px;
  }

  .cf-navigation-headings-contain {
    width: auto;
  }

  .cf-dropdown-links {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-navigation-1-dropdown-container {
    display: -ms-grid;
    display: grid;
    width: 100%;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .cf-dropdown-list-full-wrapper {
    box-shadow: none;
  }

  .cf-dropdown-lists.w--open {
    position: relative;
    top: 0px;
    width: 80%;
    padding-top: 0px;
  }

  .cf-navigation-1-dropdown {
    margin-left: 0px;
  }

  .cf-navigation-1-dropdown.w--open {
    border: 1px none #000;
  }

  .cf-navigation-1-dropdown-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cf-navigation-1-links-contain {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cf-navigation-1-links-wrapper {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 140px 120px 0 rgba(0, 0, 0, 0.12);
  }

  .cf-navigation-1-logo {
    margin-bottom: 0px;
    padding-left: 0px;
  }

  .cf-navigation-1-wrapper {
    width: 90%;
  }

  .cf-features-section-1-grid {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cf-58px-heading---white {
    font-size: 52px;
  }

  .navbar-no-shadow-container {
    background-color: #fff;
  }

  .nav-menu-wrapper-2 {
    background-color: transparent;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

  .nav-link {
    padding-right: 5px;
    padding-left: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0px;
  }

  .menu-button {
    padding: 12px;
  }

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

  .uui-padding-vertical-xlarge-2 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .uui-footer04_top-wrapper-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    grid-row-gap: 2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .uui-page-padding-3 {
    background-color: #fff;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .hero-wrapper {
    margin-bottom: -40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .uui-heroheader21_image {
    width: 100%;
    height: auto;
    max-height: none;
  }

  .uui-heroheader21_image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 2rem;
    padding-left: 2rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-heroheader21_content {
    max-width: none;
  }

  .uui-heroheader21_component {
    min-height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    grid-auto-flow: row;
    grid-row-gap: 4rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cf-testimonial-logos-3._3 {
    margin-right: 0px;
  }

  .cf-hero-logos-wrap-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cf-hero-logos-wrap-3.header-2 {
    width: 100%;
  }

  .cf-testimonial-logos-contain-3 {
    margin-top: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cf-testimonial-logos-contain-3.header-2 {
    position: relative;
    z-index: 1;
    margin-top: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 10px;
  }

  .cf-hero-right-image-3 {
    max-width: 37vw;
  }

  .cf-image-review-container-3 {
    width: 80vw;
  }

  .cf-18px-paragraph-3 {
    max-width: none;
    margin-bottom: 0px;
  }

  .cf-18px-paragraph-3.header-2 {
    margin-bottom: 40px;
  }

  .cf-64px-heading-3 {
    font-size: 5vw;
    line-height: 1;
  }

  .home-left-wrapper-3 {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: 40px;
    padding-bottom: 0px;
  }

  .cf-1140px-wrapper-3 {
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .spark-three-column-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .about {
    padding: 10px 0px 40px;
  }

  .about h1 {
    font-size: 3vw;
    line-height: 1;
  }

  .about h2 {
    font-size: 5vw;
    line-height: 1;
    white-space: nowrap;
  }

  .about p {
    margin-bottom: 20px;
  }

  .uui-layout32_timeline-step {
    grid-column-gap: 24px;
  }

  .uui-layout32_component {
    grid-column-gap: 2rem;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .uui-container-large-3 {
    max-width: 1200px;
  }

  .uui-page-padding-5 {
    max-width: 1200px;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .uui-text-style-link-02 {
    white-space: nowrap;
  }

  .uui-contact08_item {
    height: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
    background-color: transparent;
  }

  .uui-contact08_component {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 1rem;
    grid-row-gap: 4rem;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    border-radius: 0px;
    background-color: hsla(0, 0%, 100%, 0.92);
    opacity: 1;
    text-align: left;
  }

  .uui-section_contact08 {
    max-width: 1200px;
  }

  .div-block-4 {
    background-color: rgba(255, 255, 255, 0.37);
  }

  .div-block-6 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .uui-contact08_item-copy {
    height: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
    background-color: transparent;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 0px;
  }

  .section {
    padding: 34px 10px;
  }

  .section.image {
    width: 100%;
    padding: 61px 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(58, 46, 26, 0.69)), to(rgba(58, 46, 26, 0.69))), url('../images/ny.jpg');
    background-image: linear-gradient(180deg, rgba(58, 46, 26, 0.69), rgba(58, 46, 26, 0.69)), url('../images/ny.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .main-heading {
    font-size: 50px;
    line-height: 44px;
  }

  .slider {
    height: 469px;
  }

  .slide {
    padding: 20px;
  }

  .testimonials-slider {
    padding-right: 19px;
    padding-left: 19px;
  }

  .testimonial-slide {
    padding-right: 34px;
    padding-left: 34px;
  }

  .heading {
    font-size: 5vw;
    line-height: 5.4vw;
  }

  .cf-hero-logos-wrap {
    width: 100%;
    margin-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cf-hero-logos-wrap.header-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .cf-logos-text {
    margin-bottom: 20px;
  }

  .cf-testimonial-logos-contain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cf-testimonial-logos-contain.header-2 {
    margin-top: 0px;
  }

  .cf-testimonial-name-position {
    font-size: 2vw;
    line-height: 2vw;
  }

  .cf-testimonial-text---italic {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }

  .cf-hero-right-image {
    width: auto;
    max-width: none;
    min-height: 80vw;
    min-width: 55vw;
  }

  .cf-image-review-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: none;
    min-width: 50vw;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .cf-testimonial-logo-image {
    width: 17vw;
    margin-left: 5px;
  }

  .cf-star-image {
    width: 3vw;
  }

  .cf-testmonial-text-wrapper {
    width: 45vw;
  }

  .cf-18px-paragraph.header-2 {
    font-size: 3vw;
    line-height: 3.2vw;
  }

  .cf-64px-heading {
    font-size: 7vw;
    line-height: 7vw;
  }

  .home-left-wrapper {
    width: 100%;
  }

  .cf-1140px-wrapper {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 20px;
    padding-left: 40px;
  }

  .cf-hero-section-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .uui-page-padding {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .uui-footer04_bottom-wrapper {
    margin-top: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .uui-footer04_social-link:hover {
    color: #98a2b3;
  }

  .uui-footer04_link:hover {
    color: #667085;
  }

  .uui-footer04_link-list {
    justify-items: center;
    grid-auto-flow: row;
    grid-column-gap: 1rem;
    grid-row-gap: 0.5rem;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .container {
    height: 90%;
  }

  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .navbar-brand {
    padding-left: 0px;
  }

  .nav-menu-two {
    position: relative;
    top: 157px;
    height: auto;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0px 0px 0px 50px;
  }

  .nav-link-2 {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button-2 {
    padding: 10px;
    background-color: transparent;
    color: #000;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: #7f56d9;
    background-color: #7f56d9;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-blogpost04_newsletter {
    padding: 1.5rem 1.5rem 2rem;
  }

  .uui-text-rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .uui-text-rich-text figcaption {
    margin-top: 0.75rem;
  }

  .uui-blogpost04_content {
    margin-bottom: 2rem;
  }

  .uui-blogpost04_image-wrapper {
    margin-top: 0rem;
    margin-bottom: 2rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 0rem;
    padding-bottom: 4rem;
  }

  .text-block-7 {
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .container-4 {
    padding-left: 0px;
  }

  .spark-hero-section-image {
    width: 100%;
    max-width: 100%;
  }

  .spark-flex-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .spark-flex-row.spark-5-spacing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    grid-row-gap: 24px;
  }

  .spark-hero-sub-paragraph {
    margin-bottom: 32px;
  }

  .spark-hero-section-left-side {
    width: 100%;
  }

  .spark-container {
    width: 100%;
  }

  .spark-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .cf-bottom-right-container {
    max-width: none;
  }

  .cf-top-right-wrapper {
    max-width: none;
    margin-top: 40px;
  }

  .cf-right-info-wrapper {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cf-hero-main-image {
    width: 60%;
  }

  .cf-bottom-left-contain {
    max-width: none;
  }

  .cf-58px-heading {
    font-size: 45px;
  }

  .cf-top-left-contain {
    max-width: none;
  }

  .cf-left-info-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cf-1140px-wrapper-2 {
    width: 90%;
    padding-top: 0px;
    padding-bottom: 90px;
  }

  .cf-hero-section-1 {
    padding-left: 0px;
  }

  .cf-hero-logos-wrap-2 {
    width: 100%;
    margin-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cf-hero-logos-wrap-2.header-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cf-logos-text-2 {
    margin-bottom: 20px;
  }

  .cf-testimonial-logos-contain-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cf-testimonial-logos-contain-2.header-2 {
    margin-top: 0px;
  }

  .cf-hero-right-image-2 {
    width: 100%;
  }

  .cf-image-review-container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .cf-button-gradient {
    font-size: 20px;
  }

  .cf-cta-button {
    font-size: 20px;
  }

  .cf-64px-heading-2 {
    font-size: 50px;
  }

  .cf-logo-22px-heading {
    font-size: 20px;
  }

  .cf-logos-wrapper {
    width: 100%;
  }

  .cf-menu-button.w--open {
    color: #b16cea;
  }

  .cf-navigation-1-arrow-image {
    width: 34px;
  }

  .cf-navigation-1-link-heading {
    font-size: 32px;
  }

  .cf-navigation-1-number-subtext {
    font-size: 16px;
  }

  .cf-dropdown-links {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cf-block-h5-heading {
    font-size: 40px;
  }

  .cf-58px-heading---white {
    font-size: 46px;
  }

  .navbar-no-shadow-container {
    background-color: #fff;
  }

  .navbar-brand-2 {
    padding-left: 0px;
  }

  .nav-menu {
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: transparent;
  }

  .nav-link {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .uui-footer07_legal-link:hover {
    color: #98a2b3;
  }

  .uui-footer07_legal-list {
    margin-bottom: 1rem;
  }

  .uui-footer07_bottom-wrapper {
    margin-top: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .uui-footer07_link:hover {
    color: #667085;
  }

  .uui-footer07_link-list {
    justify-items: center;
    grid-auto-columns: 1fr;
    grid-row-gap: 0.5rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .uui-styleguide_logomark-bg {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .uui-padding-vertical-xlarge-2 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .uui-page-padding-2 {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .uui-footer04_legal-link:hover {
    color: #98a2b3;
  }

  .uui-footer04_legal-list {
    margin-bottom: 1rem;
  }

  .uui-footer04_bottom-wrapper-2 {
    margin-top: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .uui-footer04_social-link-2:hover {
    color: #98a2b3;
  }

  .uui-footer04_link-2:hover {
    color: #667085;
  }

  .uui-footer04_link-list-2 {
    justify-items: center;
    grid-auto-flow: row;
    grid-column-gap: 1rem;
    grid-row-gap: 0.5rem;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .uui-page-padding-3 {
    padding-right: 1rem;
    padding-left: 1rem;
    background-color: #fff;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    border-color: #7f56d9;
    background-color: #7f56d9;
  }

  .uui-contact02_component {
    margin-top: 3rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-xsmall {
    min-height: 0.75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-4 {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .uui-heroheader21_image-wrapper {
    max-width: 100%;
    margin-top: 0px;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .uui-button-3 {
    font-size: 1rem;
  }

  .uui-button-3:hover {
    border-color: #7f56d9;
    background-color: #7f56d9;
  }

  .uui-heroheader21_form {
    margin-top: 2rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .uui-badge-group_badge {
    padding: 0.125rem 0.5rem;
    font-size: 0.75rem;
  }

  .uui-badge-group {
    font-size: 0.75rem;
  }

  .uui-button-row {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .uui-button-row.is-reverse-mobile-landscape {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .uui-heroheader21_content {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .uui-heroheader21_component {
    padding: 40px;
  }

  .cf-hero-logos-wrap-3 {
    width: 100%;
    margin-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cf-hero-logos-wrap-3.header-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cf-logos-text-3 {
    margin-bottom: 20px;
  }

  .cf-testimonial-logos-contain-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cf-testimonial-logos-contain-3.header-2 {
    margin-top: 0px;
  }

  .cf-image-review-container-3 {
    width: auto;
    padding-left: 0px;
  }

  .cf-button-gradient-2 {
    font-size: 20px;
  }

  .cf-cta-button-2 {
    font-size: 20px;
  }

  .cf-18px-paragraph-3.header-2 {
    font-size: 16px;
  }

  .cf-64px-heading-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 7vw;
    white-space: normal;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .home-left-wrapper-3 {
    margin-top: 20px;
    margin-bottom: 0px;
    text-align: left;
  }

  .cf-1140px-wrapper-3 {
    width: auto;
    max-width: 1200vw;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 30px;
  }

  .cf-hero-section-3 {
    max-width: 100vw;
  }

  .spark-secondary-paragraph {
    margin-bottom: 32px;
  }

  .spark-three-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .spark-container-2 {
    width: 100%;
  }

  .about {
    padding: 10px 0px 40px;
  }

  .about h1 {
    font-size: 4vw;
  }

  .about h2 {
    font-size: 5.5vw;
    line-height: 1;
    white-space: nowrap;
  }

  .about p {
    text-align: left;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: #fff;
    color: #344054;
  }

  .uui-space-medium-2 {
    min-height: 1.5rem;
  }

  .uui-heading-medium-2 {
    font-size: 3rem;
    line-height: 1.4;
  }

  .uui-layout32_component {
    grid-row-gap: 2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-3 {
    padding: 10px 0px 40px;
    background-position: 0% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .uui-page-padding-5 {
    padding: 0rem;
  }

  .uui-contact08_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
  }

  .uui-contact08_component {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3rem;
    padding: 40px 20px 40px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-row-gap: 2.5rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    background-color: hsla(0, 0%, 100%, 0.92);
  }

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

  .uui-space-xsmall-2 {
    min-height: 0.75rem;
  }

  .div-block-4 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .uui-contact08_item-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    border-left-style: solid;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .section.image {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(58, 46, 26, 0.69)), to(rgba(58, 46, 26, 0.69))), url('../images/ny.jpg');
    background-image: linear-gradient(180deg, rgba(58, 46, 26, 0.69), rgba(58, 46, 26, 0.69)), url('../images/ny.jpg');
    background-size: auto, cover;
  }

  .main-heading {
    width: 100%;
    font-size: 7vw;
    line-height: 7vw;
  }

  .main-subheading {
    width: 100%;
    margin-bottom: 20px;
    font-size: 5vw;
    line-height: 5.5vw;
    font-weight: 400;
  }

  .horizontal-bar.beige {
    width: 20vw;
  }

  .slider {
    height: 350px;
  }

  .slide {
    min-height: auto;
    padding: 20px;
  }

  .slide._2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading {
    margin-bottom: 0px;
  }

  .cf-hero-logos-wrap {
    margin-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cf-testimonial-logos-contain {
    margin-top: 100px;
  }

  .cf-testimonial-logos-contain.header-2 {
    margin-top: 20px;
  }

  .cf-testimonial-name-position {
    font-size: 6vw;
    line-height: 7vw;
  }

  .cf-testimonial-text---italic {
    font-size: 7vw;
    line-height: 7vw;
  }

  .cf-hero-testimonial-contain {
    position: absolute;
    bottom: -6%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-width: 100%;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cf-hero-right-image {
    width: 100vw;
    min-width: auto;
  }

  .cf-testimonial-logo-image {
    width: 30vw;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
  }

  .cf-extra-bold-span {
    font-size: 4vw;
  }

  .cf-star-image {
    width: 7vw;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
  }

  .cf-testmonial-text-wrapper {
    width: 100%;
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 4px;
  }

  .cf-18px-paragraph {
    font-size: 16px;
  }

  .cf-18px-paragraph.header-2 {
    margin-bottom: 0px;
    font-size: 6vw;
    line-height: 6.4vw;
  }

  .cf-64px-heading {
    font-size: 11vw;
    line-height: 12vw;
  }

  .home-left-wrapper {
    margin-top: 20px;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cf-1140px-wrapper {
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cf-hero-section-2 {
    width: 100%;
  }

  .uui-footer04_link-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .container-2 {
    height: 90%;
    max-width: 90vw;
    padding: 20px;
  }

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

  .nav-menu-wrapper {
    outline-color: #333;
    outline-offset: 0px;
    outline-style: none;
    outline-width: 3px;
  }

  .nav-menu-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

  .uui-blogpost04_form-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 12px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-block-7 {
    font-size: 4vw;
    line-height: 4vw;
  }

  .container-4 {
    max-height: none;
    max-width: none;
  }

  .spark-flex-row {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .spark-section {
    padding: 64px 20px;
  }

  .spark-section h1 {
    font-size: 3rem;
  }

  .spark-section h2 {
    font-size: 2.5rem;
  }

  .cf-bio-text {
    font-size: 16px;
  }

  .cf-hero-main-image {
    width: 100%;
  }

  .cf-bottom-left-contain {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .cf-gradient-span {
    line-height: 110%;
  }

  .cf-58px-heading {
    font-size: 40px;
  }

  .cf-hero-section-1 {
    padding-left: 0px;
  }

  .cf-hero-logos-wrap-2 {
    margin-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cf-testimonial-logos-contain-2 {
    margin-top: 100px;
  }

  .cf-testimonial-logos-contain-2.header-2 {
    margin-top: 100px;
  }

  .cf-testimonial-name-position-2 {
    font-size: 14px;
    line-height: 140%;
  }

  .cf-testimonial-text---italic-2 {
    font-size: 16px;
  }

  .cf-hero-testimonial-contain-2 {
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: auto;
    max-width: none;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cf-testimonial-logo-image-2 {
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .cf-star-image-2 {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .cf-testmonial-text-wrapper-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-row-gap: 4px;
  }

  .cf-cta-arrow-div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .cf-button-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 18px;
  }

  .cf-cta-button {
    padding-top: 14px;
    padding-bottom: 16px;
  }

  .cf-cta-button.rectangle {
    padding-left: 50px;
  }

  .cf-18px-paragraph-2 {
    font-size: 16px;
  }

  .cf-64px-heading-2 {
    font-size: 40px;
    line-height: 110%;
  }

  .cf-logo-images-2 {
    width: 150px;
    margin-right: 0%;
    margin-left: 0%;
  }

  .cf-logos-contain-2 {
    grid-row-gap: 40px;
  }

  .cf-logos-wrapper {
    text-align: center;
  }

  .cf-navigation-1-link {
    font-size: 16px;
  }

  .cf-navigation-1-arrow-image {
    width: 30px;
  }

  .cf-navigation-1-link-heading {
    font-size: 28px;
  }

  .cf-navigation-1-number-subtext {
    margin-top: 5px;
    margin-right: 16px;
  }

  .cf-dropdown-links {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 10px;
  }

  .cf-navigation-1-dropdown-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cf-navigation-1-dropdown {
    font-size: 16px;
  }

  .cf-features-section-1-block-paragraph {
    font-size: 18px;
  }

  .cf-block-h5-heading {
    margin-top: 10px;
    margin-bottom: 16px;
    font-size: 36px;
  }

  .cf-features-section-1-grid-cell {
    padding-right: 10px;
    padding-left: 10px;
  }

  .cf-features-section-1-grid {
    max-width: none;
  }

  .cf-58px-heading---white {
    font-size: 40px;
  }

  .cf-features-section-1-wrapper {
    padding-bottom: 100px;
  }

  .navbar-no-shadow-container {
    background-color: #fff;
  }

  .nav-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .uui-footer07_link-list {
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .uui-footer04_link-list-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .uui-page-padding-3 {
    background-color: #fff;
  }

  .form-radio-2col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .form-field-2col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

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

  .uui-heroheader21_image {
    margin-top: 20px;
  }

  .uui-signup-form_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 0.75rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .uui-heroheader21_component {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-row-gap: 0rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cf-hero-logos-wrap-3 {
    margin-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cf-testimonial-logos-contain-3 {
    margin-top: 100px;
  }

  .cf-testimonial-logos-contain-3.header-2 {
    margin-top: 100px;
  }

  .cf-testimonial-name-position-3 {
    font-size: 14px;
    line-height: 140%;
  }

  .cf-testimonial-text---italic-3 {
    font-size: 16px;
  }

  .cf-hero-testimonial-contain-3 {
    bottom: -40%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cf-hero-right-image-3 {
    display: block;
    max-width: 60vw;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .cf-image-review-container-3 {
    width: 100%;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .cf-testimonial-logo-image-3 {
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .cf-star-image-3 {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .cf-testmonial-text-wrapper-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-row-gap: 4px;
  }

  .cf-cta-arrow-div-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .cf-button-text-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 18px;
  }

  .cf-cta-button-2 {
    padding-top: 14px;
    padding-bottom: 16px;
  }

  .cf-cta-button-2.rectangle {
    padding-left: 50px;
  }

  .cf-18px-paragraph-3 {
    font-size: 16px;
  }

  .cf-18px-paragraph-3.header-2 {
    text-align: center;
  }

  .cf-64px-heading-3 {
    font-size: 9vw;
    line-height: 110%;
    text-align: center;
  }

  .home-left-wrapper-3 {
    margin-left: 20px;
    padding-right: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .cf-1140px-wrapper-3 {
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .spark-900-width.spark-margin-bottom-104px {
    margin-bottom: 40px;
  }

  .about {
    padding: 10px 0px 40px;
  }

  .about h1 {
    font-size: 5vw;
    white-space: nowrap;
  }

  .about h2 {
    font-size: 10vw;
    white-space: normal;
  }

  .about p {
    text-align: center;
  }

  .uui-text-size-medium-2 {
    text-align: center;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    background-size: cover;
  }

  .uui-text-style-link-02 {
    text-align: center;
  }

  .uui-contact08_item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #c59949;
    border-left-style: none;
    text-align: center;
  }

  .uui-contact08_component {
    margin-right: 20px;
    margin-left: 20px;
    padding-left: 10px;
    background-color: hsla(0, 0%, 100%, 0.92);
  }

  .div-block-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-6 {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .div-block-7 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .uui-contact08_item-copy {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px none #c59949;
    border-bottom: 1px solid #c59949;
    border-left-style: none;
    text-align: center;
  }

  .italic-text-2 {
    font-size: 40px;
    line-height: 1;
  }
}

#w-node-_3bb37918-be9b-ace1-b008-2b35ee594cdf-8a091b53 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3bb37918-be9b-ace1-b008-2b35ee594ce5-8a091b53 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3bb37918-be9b-ace1-b008-2b35ee594ceb-8a091b53 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_57eb4dea-a860-ddd4-916d-f7739ea1ace3-8a091b53 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_71e7d3a1-bf3d-b147-cffe-cbb70cc0d79a-8a091b53 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_71e7d3a1-bf3d-b147-cffe-cbb70cc0d7a3-8a091b53 {
  -webkit-box-ordinal-group: -9998;
  -webkit-order: -9999;
  -ms-flex-order: -9999;
  order: -9999;
}

@media screen and (min-width: 1440px) {
  #w-node-_71e7d3a1-bf3d-b147-cffe-cbb70cc0d7a3-8a091b53 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_71e7d3a1-bf3d-b147-cffe-cbb70cc0d7a3-8a091b53 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_71e7d3a1-bf3d-b147-cffe-cbb70cc0d79a-8a091b53 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

