:root {
  --spark-library-black: black;
  --spark-library-foreground-interactive: #5532fa;
  --spark-library-background--interactive: #f0ecfd;
  --spark-library-white: white;
  --spark-library-foreground-interactive-hover: #1e116e;
  --spark-library-light-steel-purple: #a695fb;
  --flowui-component-library-primary-base: #642eff;
  --flowui-component-library-gray-900: #160042;
  --flowui-component-library-white: white;
  --flowui-component-library-gray-200: #f3f5fb;
  --flowui-component-library-grey-600: #393b6a;
  --flowui-component-library-gray-700: #282556;
  --flowui-component-library-grey-300: #e4e6f1;
  --flowui-component-library-gray-500: #6b7094;
  --alley-component-library-blue--900: #5167f6;
  --alley-component-library-blue--800: #6478f7;
  --alley-component-library-blue--700: #7788f8;
  --alley-component-library-neutral--off-white: #f4f4f6;
  --alley-component-library-gray--900: #131316;
  --elements-webflow-library-accent--primary-1: #4a3aff;
  --elements-webflow-library-neutral--800: #211f54;
  --elements-webflow-library-neutral--600: #6e7191;
  --elements-webflow-library-neutral--300: #eff0f6;
  --elements-webflow-library-neutral--100: white;
  --elements-webflow-library-general--shadow-01: rgba(20, 20, 43, .06);
  --elements-webflow-library-secondary--color-2: #f2f1ff;
  --elements-webflow-library-secondary--color-1: #281ca5;
  --elements-webflow-library-general--shadow-02: rgba(20, 20, 43, .08);
  --elements-webflow-library--neutral--200: #f7f7fc;
  --spark-library--foreground-secondary: rgba(0, 0, 0, .76);
  --flowui-component-library-gray-100: #f7f9fd;
}

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

.spark-line-3 {
  z-index: 2;
  background-color: var(--spark-library-black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-3.spark-simple-line {
  background-color: var(--spark-library-foreground-interactive);
  border-radius: 3px;
  width: 12.75px;
  height: 3.3px;
  margin-left: 18px;
  top: 38px;
}

.spark-line-2 {
  z-index: 1;
  background-color: var(--spark-library-black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-2.spark-simple-line {
  background-color: var(--spark-library-foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.spark-line-1 {
  z-index: 2;
  background-color: var(--spark-library-black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-1.spark-simple-line {
  background-color: var(--spark-library-foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.spark-simple-menu-button {
  background-color: #fff;
  width: 60px;
  height: 60px;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.spark-simple-menu-button.w--open {
  background-color: var(--spark-library-background--interactive);
  border-radius: 8px;
}

.spark-nav-link {
  color: var(--spark-library-black);
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-items: flex-end;
  margin-left: 8px;
  padding: 16px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color .15s, color .15s, opacity .15s;
  display: block;
}

.spark-nav-link:hover {
  opacity: 1;
  color: var(--spark-library-white);
  background-color: #29a7ff;
}

.spark-nav-link.w--current {
  color: var(--spark-library-foreground-interactive);
}

.spark-nav-link.spark-button {
  color: var(--spark-library-white);
  text-align: center;
  background-color: #29a7ff;
  border-style: none;
  border-radius: 999px;
  margin-right: 0;
  padding: 16px 24px;
  font-size: 1rem;
  line-height: 1em;
  transition: background-color .15s, opacity .15s;
}

.spark-nav-link.spark-button:hover {
  background-color: var(--spark-library-foreground-interactive-hover);
  opacity: 1;
  color: var(--spark-library-white);
}

.spark-nav-link.spark-button.w--current {
  opacity: .5;
  color: var(--spark-library-white);
}

.spark-button {
  border: 1px solid var(--spark-library-foreground-interactive);
  background-color: var(--spark-library-foreground-interactive);
  color: var(--spark-library-white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  border-color: var(--spark-library-foreground-interactive-hover);
  background-color: var(--spark-library-foreground-interactive-hover);
  opacity: 1;
}

.spark-button.spark-secondary-button {
  background-color: var(--spark-library-background--interactive);
  box-shadow: inset 0 0 0 1.5px var(--spark-library-foreground-interactive);
  color: var(--spark-library-foreground-interactive);
  border-style: none;
  text-decoration: none;
  transition: color .15s, box-shadow .15s, border-color .15s, background-color .15s, opacity .15s;
}

.spark-button.spark-secondary-button:hover {
  background-color: var(--spark-library-light-steel-purple);
  box-shadow: inset 0 0 0 1.5px var(--spark-library-light-steel-purple);
  color: var(--spark-library-foreground-interactive-hover);
}

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

.spark-brand-logo {
  z-index: 2;
  padding-left: 0;
}

.spark-rounded-edge-nav-bar-inner {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.spark-rounded-edge-navbar {
  z-index: 99;
  background-color: var(--spark-library-white);
  border-radius: 999px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
  box-shadow: 2px 0 8px rgba(0, 0, 0, .1);
}

.spark-rounded-edge-navbar.spark-absolute-positioned-navbar {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 32px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

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

.spark-flex-row.spark-left-aligned {
  grid-column-gap: 16px;
  justify-content: flex-start;
}

.spark-flex-row.spark-5-spacing {
  grid-column-gap: 5%;
  align-items: center;
}

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

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

.spark-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-line-4 {
  z-index: 2;
  background-color: var(--spark-library-black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-4.spark-simple-line {
  background-color: var(--spark-library-foreground-interactive);
  border-radius: 3px;
  width: 12.75px;
  height: 3.3px;
  margin-left: 18px;
  top: 38px;
}

.spark-line-5 {
  z-index: 2;
  background-color: var(--spark-library-black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-5.spark-simple-line {
  background-color: var(--spark-library-foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

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

.spark-section.spark-light-background {
  background-color: var(--spark-library-white);
}

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

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

.spark-section h1 {
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

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

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

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

.spark-section p {
  font-family: Montserrat, sans-serif;
}

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

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

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

.f-navigation {
  z-index: 2147483647;
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 24px 5%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

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

.f-navigation-button {
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #484dff;
  border-radius: 48px;
  outline: 2px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button:hover {
  background-color: #282556;
}

.text-block {
  color: #5167f6;
  -webkit-text-stroke-color: #484dff;
  font-family: Montserrat, sans-serif;
}

.f-navigation-r {
  grid-column-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.f-navigation-l {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.f-navigation-button-secondary {
  color: #160042;
  text-align: center;
  letter-spacing: -.02em;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s, border-color .2s;
  display: flex;
}

.f-navigation-button-secondary:hover {
  background-color: #f3f5fb;
  border-color: rgba(0, 0, 0, 0);
}

.f-navigation-link {
  color: #160042;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  padding: 8px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link:hover {
  color: #160042;
  background-color: #f3f5fb;
}

.f-navigation-link.w--current {
  color: #642eff;
}

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

.f-logo {
  width: 124px;
}

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

.f-banner-badge {
  background-color: var(--flowui-component-library-primary-base);
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-banner-flex-row {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.f-banner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--flowui-component-library-gray-900);
  color: var(--flowui-component-library-white);
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 5%;
  display: flex;
}

.f-navigation-button-2 {
  border: 1px solid var(--flowui-component-library-white);
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #29a7ff;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button-2:hover {
  background-color: var(--flowui-component-library-gray-700);
}

.f-navigation-button-2.number-2 {
  background-color: var(--spark-library-white);
  border: 1px solid #29a7ff;
  flex-direction: column;
  margin-left: 11px;
}

.f-navigation-button-secondary-2 {
  border: 1px solid var(--flowui-component-library-grey-300);
  background-color: var(--spark-library-white);
  color: var(--flowui-component-library-gray-900);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s, border-color .2s;
  display: flex;
}

.f-navigation-button-secondary-2:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.f-navigation-r-2 {
  grid-column-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.f-logo-2 {
  width: 200px;
}

.f-navigation-link-2 {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link-2:hover {
  background-color: var(--flowui-component-library-gray-200);
  color: var(--flowui-component-library-gray-900);
}

.f-navigation-link-2.w--current {
  color: var(--flowui-component-library-primary-base);
}

.f-navigation-l-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

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

.nav {
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 24px 5%;
  display: none;
  position: static;
}

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

.f-header-image-wrapper-tall {
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
  height: 630px;
  overflow: hidden;
}

.f-button-secondary {
  border: 1px solid var(--flowui-component-library-grey-300);
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: var(--flowui-component-library-gray-200);
  border-color: rgba(0, 0, 0, 0);
}

.f-button-neutral {
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #29a7ff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  color: var(--spark-library-black);
  background-color: #d9f3ff;
  border: 1px solid #29a7ff;
}

.f-header-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-paragraph-large {
  color: #3d4856;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

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

.f-h1-heading {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

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

.f-heading-detail-small {
  color: var(--flowui-component-library-gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

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

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

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

.hero {
  padding: 22px 5% 0;
  display: block;
  position: relative;
}

.bold-text {
  color: #29a7ff;
}

.bold-text-2 {
  color: #3d4856;
}

.f-logo-plain {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 96px;
  padding: 24px;
  font-weight: 600;
  display: flex;
}

.f-grid-four-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--spark-library-white);
  background-image: linear-gradient(to bottom, var(--spark-library-white), var(--spark-library-white));
  color: #29a7ff;
  border: 2px solid #29a7ff;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.f-h6-heading {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.5;
}

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

.f-title-wrapper-center.margin-bottom-48 {
  margin-bottom: 48px;
}

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

.social-proof {
  padding: 64px 5%;
  position: -webkit-sticky;
  position: sticky;
}

.text-block-3 {
  color: #41709f;
  flex-direction: row;
  display: flex;
}

.text-block-3.accueil {
  text-align: center;
  color: #29a7ff;
  font-size: 13px;
  font-weight: 600;
}

.a-button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--alley-component-library-blue--900);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-primary:hover {
  background-color: var(--alley-component-library-blue--800);
}

.a-button-primary:active {
  background-color: var(--alley-component-library-blue--700);
}

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

.a-feature-bottom-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.a-subheading-regular {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

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

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

.a-feature-icon {
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  display: flex;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, .05);
}

.a-feature-card {
  border: 1px solid var(--alley-component-library-neutral--off-white);
  border-radius: 24px;
  padding: 24px;
}

.a-feature-card-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 64px;
  margin-bottom: 28px;
}

.a-span-underline {
  border-bottom: 6px solid var(--alley-component-library-blue--900);
  color: var(--alley-component-library-blue--900);
}

.a-h3-heading {
  color: var(--alley-component-library-gray--900);
  letter-spacing: -.02em;
  margin: 0 auto 30px;
  font-size: 48px;
  line-height: 1.2;
}

.a-detail-regular {
  color: var(--spark-library-black);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

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

.a-title-wrap-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.brix---link-icon-right {
  color: #29a7ff;
  margin-left: 6px;
}

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

.brix---color-accent-1 {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---link-wrapper {
  color: var(--elements-webflow-library-neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library-neutral--600);
}

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

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

.brix---heading-h3-size {
  color: #29a7ff;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library-neutral--800);
}

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

.brix---card-link-content-left {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-01);
  transform-style: preserve-3d;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 32px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.brix---card-link-content-left:hover {
  transform: scale3d(.94, .94, 1.01);
}

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

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
  display: none;
}

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

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

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

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

.brix---container-default {
  color: var(--alley-component-library-gray--900);
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.services {
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 60px;
  padding-bottom: 60px;
}

.btn {
  color: #051328;
  cursor: pointer;
  background-color: #e7e7e7;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 3rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btn.btn-eleven {
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.brix---image-wrapper-br-24px {
  border-radius: 24px;
  overflow: hidden;
}

.brix---gallery-v2-col-right {
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 110px;
  display: grid;
}

.brix---gallery-v2-col-left {
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---gallery-v2-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.brix---color-neutral-801 {
  color: var(--elements-webflow-library-neutral--800);
}

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

.gallery {
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 44px;
  padding-bottom: 44px;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

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

.f-paragraph-regular-2.f-text-weight-medium, .f-text-weight-medium {
  font-weight: 500;
}

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

.f-testimonial-avatar-small {
  background-color: var(--flowui-component-library-gray-200);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-testimonial-author {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author:hover {
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, .06);
}

.f-margin-bottom-33 {
  margin-bottom: 32px;
}

.f-h6-heading-2 {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.5;
}

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

.f-testimonial-card {
  color: var(--flowui-component-library-gray-900);
  background-color: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, .06);
}

.f-grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  display: flex;
}

.f-h3-heading {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-heading-detail-small-2 {
  color: var(--flowui-component-library-gray-500);
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

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

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

.f-container-regular-3 {
  width: auto;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.f-testimonial-background {
  background-color: rgba(41, 167, 255, .35);
  width: 100%;
  height: 30%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.temoignages {
  padding: 72px 5%;
  position: relative;
}

.brix---cta-v1-floating-item-02 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: -2%;
}

.brix---cta-v1-floating-item-01 {
  z-index: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -1%;
  right: auto;
}

.brix---btn-secondary-white {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.brix---btn-secondary-white:hover {
  border-color: var(--elements-webflow-library-neutral--100);
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-white {
  background-color: var(--elements-webflow-library-neutral--100);
  color: #29a7ff;
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white:hover {
  background-color: var(--elements-webflow-library-secondary--color-2);
  color: var(--elements-webflow-library-accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

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

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

.brix---heading-h2-size-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library-neutral--100);
}

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

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

.brix---inner-container-600px---center-2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---cta-card {
  background-color: #29a7ff;
  border-radius: 30px;
  padding: 110px 60px;
  position: relative;
}

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

.brix---container-default-2.car {
  margin-top: 30px;
}

.cta {
  padding-top: 0;
  padding-bottom: 50px;
}

.f-footer-link {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link:hover {
  color: var(--flowui-component-library-primary-base);
}

.f-footer-vertical-divider {
  background-color: var(--flowui-component-library-grey-300);
  width: 1px;
  height: 16px;
}

.f-footer-menu {
  grid-column-gap: 24px;
  flex: none;
  align-items: center;
  display: flex;
}

.f-footer-detail {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-brand {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.f-footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-footer-bottom.part1 {
  flex-flow: column;
  display: flex;
}

.f-footer-horizontal-divider {
  background-color: var(--flowui-component-library-grey-300);
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

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

.f-footer-social {
  background-color: var(--flowui-component-library-gray-200);
  color: var(--flowui-component-library-gray-900);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .3s;
  display: flex;
}

.f-footer-social:hover {
  color: var(--flowui-component-library-primary-base);
}

.f-footer-social-group {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-footer-social-row-large {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-left: 60px;
  display: flex;
}

.f-footer-group {
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.f-footer-logo {
  flex: none;
}

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

.footer {
  background-color: var(--flowui-component-library-white);
  padding: 32px 5% 20px;
  display: flex;
  position: relative;
}

.text-block-4 {
  color: #29a7ff;
  font-family: Montserrat, sans-serif;
}

.text-block-5 {
  width: 100%;
  margin-right: 15px;
  padding-right: 0;
}

.container-nb5 {
  align-items: center;
  display: flex;
}

.navlink-nb5 {
  text-transform: uppercase;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 16px;
}

.navlink-nb5:hover {
  text-decoration: underline;
}

.navlink-nb5.link-1-nb5 {
  z-index: 1;
  background-color: #fff;
  overflow: hidden;
}

.navlink-nb5.link-4-nb5 {
  z-index: 4;
  background-color: #fff;
}

.navlink-nb5.link-2-nb5 {
  z-index: 2;
  background-color: #fff;
}

.navlink-nb5.link-3-nb5 {
  z-index: 3;
  background-color: #fff;
}

.menu-bar-1-nb5 {
  background-color: #333;
  width: 30px;
  height: 1px;
  transform: rotate(-45deg);
}

.menu-bar-2-nb5 {
  background-color: #333;
  width: 30px;
  height: 1px;
  position: absolute;
  top: 15px;
  bottom: auto;
  left: auto;
  right: auto;
  transform: rotate(45deg);
}

.navbar-5 {
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}

.navbar {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10%;
  margin: 100px auto 20px;
  display: flex;
  box-shadow: 1px 1px 8px -1px #dadada;
}

.menu-icon-nb5 {
  z-index: 5;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: relative;
}

.lottie-animation {
  width: 80%;
}

.navbar-inner {
  height: 100%;
  padding: 1.5em;
  overflow: auto;
}

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

.copy-medium {
  color: var(--spark-library-white);
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.45em;
}

.title2 {
  font-size: 3.375em;
  font-weight: 600;
  line-height: 1.1em;
}

.navbar-link-block {
  color: #fff;
  background-color: #0085d9;
  border-radius: 1em;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 6em;
  padding: 1em;
  text-decoration: none;
  transition: min-height .2s;
  display: flex;
  position: relative;
}

.navbar-link-block.w--current {
  background-color: #29a7ff;
  min-height: 13em;
  overflow: hidden;
}

.navbar-link-block.is-2 {
  background-color: #0051b6;
}

.navbar-link-block.is-5 {
  background-color: #000c4d;
}

.navbar-link-block.is-3 {
  background-color: #004590;
}

.navbar-link-block.is-4 {
  background-color: #00296e;
}

.navbar-link-block.is-logo {
  z-index: 1;
  background-color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-top: .5em;
  padding-bottom: .5em;
}

.navbar-link-indicator-dot {
  background-color: #f4eae1;
  border-radius: 999em;
  width: .4em;
  height: .4em;
}

.tutorial-link {
  color: #f4eae1;
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 999em;
  padding: .8em 4em .7em;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.tutorial-link:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-style: dashed;
}

.tutorial-link.is-secondary {
  color: #333;
  background-color: rgba(0, 0, 0, 0);
  border-style: dashed;
}

.page-wrapper {
  display: block;
}

.intro-description {
  padding: 2em 4em 1.7em;
}

.demo-image {
  margin-top: 3.5em;
  margin-bottom: 3.5em;
}

.padding-global {
  padding-left: 4em;
  padding-right: 4em;
}

.p-sm-end {
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.title1 {
  color: var(--spark-library-white);
  font-size: 4.8em;
  font-weight: 500;
  line-height: 1.1em;
}

.section--example {
  border: 2px solid var(--spark-library-background--interactive);
  background-color: var(--spark-library-white);
  border-radius: 1em;
  margin-bottom: 1.5em;
  padding-top: 2em;
  padding-bottom: 2em;
}

.section--example.header {
  background-color: #323377;
  border-style: none;
  flex-direction: column;
  display: flex;
}

.navbar-link-number {
  font-size: .8em;
  font-weight: 900;
}

.navbar-2 {
  background-color: var(--spark-library-white);
  width: 14%;
  min-width: 13em;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar-link-indicator-wrapper {
  position: absolute;
  top: 1em;
  bottom: 1em;
  left: auto;
  right: 1em;
}

.p-xs-start {
  padding-top: 1.6em;
}

.title4 {
  font-size: 1.75em;
  font-weight: 600;
  line-height: 1.2em;
}

.title4.text-regular {
  mix-blend-mode: normal;
  padding-right: 127px;
  font-weight: 400;
}

.button-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.p-xl-end {
  padding-bottom: 8.5em;
}

.main-wrapper {
  flex: 1;
  padding: 1.5em;
}

.container-w3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 51em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-links-wrapper {
  grid-row-gap: .75em;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.container {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.text-block-6 {
  font-size: 18px;
  font-weight: 700;
}

.text-block-7 {
  margin-top: 49px;
}

.f-button-secondary-2 {
  border: 1px solid var(--flowui-component-library-grey-300);
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary-2:hover {
  background-color: var(--flowui-component-library-gray-200);
  border-color: rgba(0, 0, 0, 0);
}

.f-button-neutral-2 {
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #29a7ff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-2:hover {
  background-color: var(--flowui-component-library-gray-700);
}

.f-header-button-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

.f-paragraph-large-2.head {
  color: var(--flowui-component-library-white);
  text-align: center;
  -webkit-text-stroke-color: var(--spark-library-white);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

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

.f-h1-heading-2 {
  color: var(--flowui-component-library-gray-900);
  text-align: left;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

.f-h1-heading-2.header {
  color: var(--spark-library-white);
  text-align: center;
}

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

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

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

.f-header-image-wrapper-tall-2 {
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
  height: 630px;
  overflow: hidden;
}

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

.f-header-grid-2._2 {
  grid-auto-flow: row;
}

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

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

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

.f-header-button-middle {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.head {
  color: var(--flowui-component-library-gray-900);
  text-align: center;
  letter-spacing: -.04em;
  width: auto;
  margin: 0;
  padding: 41px 0;
  font-size: 60px;
  line-height: 1.2;
}

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

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

.udesly-paragraph-small {
  color: #525252;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-paragraph-small.udesly-text-color-neutral-900 {
  font-weight: 700;
}

.udesly-dot {
  color: #737373;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 14px;
  line-height: 20px;
}

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

.udesly-flex.udesly-gap-12 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 100%;
}

.udesly-avatar {
  outline-offset: 0px;
  border-radius: 50%;
  outline: 1px solid #fff;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

.udesly-paragraph-large {
  color: #404040;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.udesly-text-extrabold {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 800;
}

.udesly-text-extrabold.udesly-large {
  font-size: 28px;
  line-height: 1.2;
}

.udesly-overline-large {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.udesly-content-detail {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.udesly-content-detail.mt-24 {
  margin-bottom: 24px;
}

.udesly-property-content {
  z-index: 1;
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  position: relative;
  top: -64px;
  box-shadow: 0 20px 25px -5px rgba(16, 24, 40, .1);
}

.udesly-hide {
  display: none;
}

.udesly-arrow {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fafafa;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.udesly-arrow.udesly-right-property {
  transition: all .25s ease-out;
  right: 24px;
}

.udesly-arrow.udesly-right-property:hover {
  transform: translate(3px)scale(1.1);
}

.udesly-arrow.udesly-left-property {
  transition: all .25s ease-out;
  left: 24px;
}

.udesly-arrow.udesly-left-property:hover {
  transform: scale(1.1)translate(-3px);
}

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

.udesly-slide {
  height: auto;
  margin-right: 32px;
}

.udesly-slide.udesly-large {
  height: 100%;
}

.udesly-slider-large {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  min-height: 450px;
  overflow: hidden;
}

.udesly-slider-wrapper {
  position: relative;
}

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

.udesly-section {
  background-color: #fff;
  padding: 50px 5%;
  position: relative;
}

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

.brix---btn-secondary-white-2 {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.brix---btn-secondary-white-2:hover {
  border-color: var(--elements-webflow-library-neutral--100);
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-white-2 {
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white-2:hover {
  background-color: var(--elements-webflow-library-secondary--color-2);
  color: var(--elements-webflow-library-accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

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

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

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

.brix---color-neutral-802 {
  color: var(--elements-webflow-library-neutral--100);
}

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

.brix---heading-h1-size {
  color: var(--flowui-component-library-white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---heading-h1-size.test {
  text-indent: 0;
  overflow-wrap: normal;
  margin-left: 3rem;
  margin-right: 3rem;
  font-size: 22px;
  font-weight: 400;
  line-height: 35px;
}

.brix---heading-h1-size.piscines {
  letter-spacing: 20px;
  font-weight: 600;
}

.brix---heading-h1-size._9 {
  letter-spacing: 20px;
}

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

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---hero-card-bg-image {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
  border-radius: 40px;
  padding: 196px 40px;
  position: relative;
  overflow: hidden;
}

.brix---container-default-3 {
  justify-content: center;
  align-items: flex-start;
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.brix---section-extra-small {
  padding-top: 32px;
  padding-bottom: 32px;
  display: none;
  position: relative;
  overflow: hidden;
}

.brix---opacity-10 {
  opacity: .1;
}

.brix---floating-image-hero-v6---1 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  top: auto;
  bottom: 41%;
  left: auto;
  right: -12%;
  transform: rotate(140deg);
}

.brix---img-floating-right {
  border-radius: 24px;
  position: absolute;
  top: -21%;
  bottom: auto;
  left: auto;
  right: 0%;
  box-shadow: 0 20px 50px rgba(33, 31, 84, .24);
}

.brix---img-floating-left {
  border-radius: 24px;
  box-shadow: 0 4px 12px rgba(33, 31, 84, .16);
}

.brix---2-imgs-floating-wrapper {
  margin-top: 195px;
  position: relative;
}

.brix---mg-top-64px {
  margin-top: 64px;
}

.brix---btn-secondary {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  color: #2ba7ff;
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.brix---btn-secondary:hover {
  border-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  background-color: #2ba7ff;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary {
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #29a7ff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--elements-webflow-library-secondary--color-1);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---color-neutral-803 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---color-neutral-804 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---section-hero-top-small {
  padding-top: 60px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.brix---btn-primary-2 {
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #29a7ff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-2:hover {
  background-color: var(--spark-library-white);
  color: #2ba7ff;
  transform: translate3d(0, -3px, .01px);
}

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

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

.brix---grid-2-col---1-col-t.service1 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  grid-template-columns: 1fr;
  justify-items: center;
}

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

.brix---hero-bg-image-dark-header-top.service {
  background-image: linear-gradient(rgba(0, 0, 0, .28), rgba(0, 0, 0, .28));
  height: 70vh;
  padding-top: 150px;
  padding-bottom: 322px;
}

.brix---hero-bg-image-dark-header-top.service.piscines {
  background-image: linear-gradient(rgba(0, 0, 0, .36), rgba(0, 0, 0, .36));
}

.brix---hero-bg-image-dark-header-top.about {
  background-image: linear-gradient(rgba(0, 0, 0, .41), rgba(0, 0, 0, .41));
  height: 70vh;
}

.brix---btn-primary-small {
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #29a7ff;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small:hover {
  color: var(--elements-webflow-library-neutral--100);
  background-color: #2ba7ff;
  transform: translate3d(0, -3px, .01px);
}

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

.brix---hamburger-menu-bar-bottom-white, .brix---hamburger-menu-bar-top-white {
  background-color: var(--elements-webflow-library-neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

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

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

.brix---hamburger-menu-wrapper.w--open {
  background-color: rgba(0, 0, 0, 0);
}

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

.brix---header-nav-link-white {
  color: var(--elements-webflow-library-neutral--100);
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: opacity .3s, color .3s;
}

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

.brix---header-nav-link-white.w--current {
  color: var(--elements-webflow-library-neutral--100);
}

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

.brix---dropdown-link {
  color: #29a7ff;
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition-property: color;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: flex;
}

.brix---dropdown-link:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

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

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

.brix---dropdown-card {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-02);
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
}

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

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

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

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

.brix---dropdown-toggle-white {
  color: var(--elements-webflow-library-neutral--100);
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: opacity .3s, color .3s;
  display: flex;
}

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

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

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

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

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

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

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

.brix---header-wrapper-transparent {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
}

.brix---position-relative {
  position: static;
}

.tab {
  opacity: .5;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.tab.w--current {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  font-weight: 400;
}

.icon-2 {
  width: 48px;
  height: 48px;
}

.button {
  color: #333;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #006cff;
  border-radius: 8px;
  margin-top: 8px;
  margin-right: 11px;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.2;
}

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

.page-wrapper-2 {
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
}

.div-block-3 {
  margin-left: 2em;
  margin-right: 2em;
}

.tabs {
  max-width: 1000px;
  display: flex;
}

.subtitle {
  color: #29a7ff;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
}

.margin-bottom.margin-medium {
  color: var(--flowui-component-library-gray-900);
  text-align: center;
  margin-bottom: 2em;
}

.mt {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.box {
  cursor: pointer;
  background-color: #fff;
  border-radius: 5px 0 0 5px;
  justify-content: flex-start;
  align-items: center;
  padding: 2em;
  display: flex;
}

.tabs-menu {
  flex-direction: column;
  width: 400px;
  display: flex;
}

.paragraph {
  text-align: left;
  font-size: 18px;
}

.tabs-content {
  background-color: #fff;
  flex: 1;
  padding: 2em 4em;
}

.is--tab-heading {
  font-size: 30px;
}

._w-footer {
  justify-content: space-between;
  margin-top: 30px;
  display: flex;
}

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

.tab-link-01 {
  opacity: .75;
  white-space: nowrap;
  background-color: #fff;
  border-right: 5px solid #fff;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.tab-link-01:hover {
  opacity: 1;
}

.tab-link-01.w--current {
  opacity: 1;
  color: #29a7ff;
  background-color: #fff;
  border-right-color: #29a7ff;
  border-radius: 0;
}

.tabs-01 {
  width: 100%;
  max-width: 1100px;
  display: flex;
}

.button-2 {
  text-transform: none;
  background-color: #29a7ff;
  border-radius: 12px;
  justify-content: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 13px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
  display: flex;
}

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

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

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

.in-tabs-image {
  z-index: 5;
  background-image: url('../images/SYMPHONIE_RVB.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 350px;
  position: relative;
}

.in-tabs-image._1 {
  background-image: url('../images/maconnerie.jpg');
}

.in-tabs-image._2 {
  background-image: url('../images/accesdifficile.jpg');
}

.in-tabs-image._2.mercure {
  background-image: url('../images/mercure.jpeg');
}

.in-tabs-image._3 {
  background-image: url('../images/AMENAGEMENT-EXT.jpg');
}

.in-tabs-image._3.jupiter {
  background-image: url('../images/JUPITER.jpeg');
}

.in-tabs-image._4 {
  background-image: url('../images/mini-pelle.jpg');
}

.in-tabs-image._5 {
  background-image: url('../images/inside-well.jpg');
}

.in-tabs-image.coloris {
  background-image: url('../images/VENUS.jpg');
}

.in-tabs-image.coloris.eris {
  background-image: url('../images/ERIS.jpeg');
}

.tabs-content-01 {
  padding: 40px 40px 40px 20px;
}

.tabs-menu-01 {
  border-right: 1px solid #dbdbdb;
  flex-direction: column;
  justify-content: center;
  width: 20%;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.heading-2 {
  margin-top: 0;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
}

.heading-2.t {
  font-size: 20px;
}

.paragraph-2 {
  opacity: .75;
  font-size: 16px;
  line-height: 22px;
}

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

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

.border-effect {
  z-index: 1;
  background-color: #fff;
  border: 5px solid #3b2ae5;
  position: absolute;
  top: -20px;
  bottom: 15px;
  left: 15px;
  right: -20px;
}

.border-effect.no-fill {
  background-color: rgba(0, 0, 0, 0);
  border-color: #29a7ff;
}

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

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

.right-arrow {
  color: var(--spark-library-white);
  height: 15px;
  margin-top: 2px;
  margin-left: 7px;
}

.tabs-section-01 {
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 40px 20px;
  display: flex;
}

.div-block-4, .div-block-5, .div-block-6 {
  display: flex;
}

.div-block-7 {
  display: block;
}

.div-block-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
}

.bold-text-3 {
  color: var(--flowui-component-library-gray-900);
  text-align: center;
  align-items: flex-end;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: flex;
}

.text-block-8 {
  color: var(--spark-library-white);
}

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

.cell {
  align-items: center;
}

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

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

.texte {
  display: flex;
}

.quick-stack.colo {
  font-family: Montserrat, sans-serif;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: start;
}

.titre {
  color: var(--flowui-component-library-gray-900);
  padding-bottom: 21px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.titre._2 {
  font-size: 30px;
  font-weight: 700;
}

.descr {
  color: var(--flowui-component-library-gray-900);
  font-family: Montserrat, sans-serif;
}

.image-3 {
  padding-bottom: 0;
}

.div-block-10 {
  justify-content: center;
  width: 100%;
  display: flex;
}

.cell-5 {
  align-items: center;
}

.bold-text-4 {
  color: var(--flowui-component-library-gray-900);
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.text-block-9 {
  overflow-wrap: anywhere;
}

.bold-text-5 {
  white-space: normal;
  overflow-wrap: normal;
}

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

.brix---image-2 {
  margin-top: 15px;
}

.brix---image-wrapper-br-24px-2 {
  border-radius: 24px;
  overflow: hidden;
}

.brix---gallery-v5-col-hidden, .brix---gallery-v5-col {
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.brix---color-neutral-805 {
  color: var(--elements-webflow-library-neutral--600);
}

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

.brix---heading-h2-size-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-806 {
  color: var(--elements-webflow-library-neutral--800);
}

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

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

.brix---inner-container-600px---center-3 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default-4 {
  border-radius: 20px;
}

.brix---section {
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.brix---gallery-v2-col-right-2 {
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 110px;
  display: grid;
}

.brix---gallery-v2-col-left-2 {
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---gallery-v2-wrapper-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---color-neutral-807 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---section-2 {
  color: var(--elements-webflow-library-neutral--100);
  -webkit-text-stroke-color: var(--spark-library-white);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.brix---link-icon-right-2 {
  margin-left: 6px;
}

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

.brix---color-accent-2 {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---link-wrapper-2 {
  color: var(--elements-webflow-library-neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-2:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---color-neutral-808 {
  color: var(--elements-webflow-library-neutral--600);
}

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

.brix---heading-h3-size-2 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---color-neutral-809 {
  color: var(--elements-webflow-library-neutral--800);
}

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

.brix---display-2 {
  color: #29a7ff;
  -webkit-text-stroke-color: #29a7ff;
  font-size: 72px;
  font-weight: 700;
  line-height: 84px;
}

.brix---card-link-content-left-2 {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-01);
  transform-style: preserve-3d;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 48px 32px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.brix---card-link-content-left-2:hover {
  transform: scale3d(.94, .94, 1.01);
}

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

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

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

.brix---section-3 {
  color: var(--elements-webflow-library-neutral--100);
  padding: 5rem 5%;
}

.uui-testimonial13_client-heading {
  color: #101828;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.uui-testimonial13_rating-wrapper {
  display: flex;
}

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

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

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

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

.uui-testimonial13_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #f9fafb;
  border: 1px solid #f9fafb;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.uui-heading-xxsmall {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-xxsmall.text-weight-medium {
  text-align: center;
  width: 100%;
  font-weight: 500;
}

.uui-testimonial13_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 4rem;
  display: grid;
}

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

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

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

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

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

.uui-testimonial13_client {
  text-align: left;
  align-items: center;
  margin-top: auto;
  display: flex;
}

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

.uui-testimonial13_rating-icon {
  color: #fec84b;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

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

.text-block-12 {
  justify-content: flex-end;
  font-weight: 600;
  display: flex;
}

.image-4 {
  padding-bottom: 15px;
}

.brix---paragraph-link {
  color: var(--elements-webflow-library-accent--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: var(--elements-webflow-library-secondary--color-1);
}

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

.brix---footer-bottom-v14 {
  color: var(--elements-webflow-library-neutral--600);
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
}

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

.brix---color-accent-3 {
  color: var(--elements-webflow-library-accent--primary-1);
}

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

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

.brix---big-icon-left {
  border-radius: 16px;
  margin-right: 16px;
}

.brix---card-link-icon-wrapper {
  border: 1px solid var(--elements-webflow-library--neutral--200);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 6px 0 var(--elements-webflow-library-general--shadow-01);
  color: var(--elements-webflow-library-neutral--600);
  transform-style: preserve-3d;
  border-radius: 14px;
  align-items: center;
  padding: 14px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
}

.brix---card-link-icon-wrapper:hover {
  border-color: var(--elements-webflow-library-accent--primary-1);
  transform: scale3d(.96, .96, 1.01);
}

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

.brix---footer-col-title {
  color: var(--elements-webflow-library-neutral--800);
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.brix---footer-link {
  color: var(--elements-webflow-library-neutral--600);
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-link:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

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

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

.brix---icon-square-36px {
  background-color: var(--elements-webflow-library-secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

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

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

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

.brix---color-neutral-810 {
  color: var(--elements-webflow-library-neutral--600);
}

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

.brix---footer-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

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

.grid-footer-4-cols-v14 {
  grid-column-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: .8fr auto auto;
}

.brix---footer-top-border-bottom {
  border-bottom: 1px solid var(--elements-webflow-library-neutral--300);
  padding-top: 90px;
  padding-bottom: 90px;
}

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

.brix---footer-wrapper {
  border-top: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
}

.udesly-price-text {
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.udesly-pricing {
  align-items: center;
  display: flex;
}

.udesly-paragraph {
  color: #333;
  font-weight: 500;
}

.udesly-heading {
  color: #333;
}

.udesly-heading.udesly-3-columns {
  margin-bottom: 0;
  font-size: 18px;
}

.location-label {
  color: #171717;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.location-label.udesly-small {
  font-size: 12px;
}

.udesly-icon-block-medium {
  background-color: #f5f5f5;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.udesly-location-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.udesly-card-container {
  background-color: #fafafa;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px 24px 24px;
  display: flex;
}

.udesly-card-container.udesly-3-columns {
  padding-top: 40px;
  text-decoration: none;
}

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

.udesly-properties-image {
  z-index: 2;
  width: 100%;
  max-height: 224px;
  padding-left: 24px;
  padding-right: 24px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.udesly-card-v1-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 386px;
  height: 100%;
  padding-top: 40%;
  transition: all .25s ease-out;
  display: flex;
  position: relative;
}

.udesly-card-v1-wrapper:hover {
  transform: translate(0, -9px);
}

.udesly-cards-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

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

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

.udesly-section-2 {
  background-color: #fff;
  padding: 50px 5%;
  position: relative;
}

.spark-button-2 {
  color: var(--spark-library-white);
  background-color: #29a7ff;
  border: 1px solid #29a7ff;
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition-property: border-color, background-color, opacity;
  transition-duration: .15s, .15s, .15s;
  transition-timing-function: ease, ease, ease;
}

.spark-button-2:hover {
  border-color: var(--spark-library-foreground-interactive-hover);
  background-color: var(--spark-library-foreground-interactive-hover);
  opacity: 1;
}

.spark-small-sub-paragraph {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.3;
}

.spark-small-sub-paragraph.spark-margin-bottom-16px {
  margin-bottom: 16px;
}

.spark-bold-heading {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-card-details {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 590px;
  padding-bottom: 32px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.spark-square-image-card {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: auto;
  display: block;
}

.spark-wrapped-card {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spark-wrapped-card.spark-stacked {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  border: 1px solid #000;
  border-radius: 13px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  transition: border-color .15s;
}

.spark-three-column-grid {
  grid-column-gap: 19px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 30px;
  display: grid;
}

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

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

.spark-container-2 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

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

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

.spark-section-2 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

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

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

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

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

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

.paragraph-3 {
  color: #fff;
  letter-spacing: 10px;
  margin-top: 20px;
  margin-left: 24px;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.div-block-15 {
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.text-block-13 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 150px;
  font-weight: 100;
  line-height: 100px;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-14 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.div-block-16 {
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.left-arrow {
  height: 60px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 100px;
}

.image-5 {
  background-image: url('../images/06.jpg');
  background-position: 0 0;
  background-size: 125px;
  width: auto;
  max-width: none;
  height: 100%;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0;
  right: auto;
}

.link-block-2 {
  background-color: rgba(0, 0, 0, 0);
  width: 40px;
  height: 40px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-style: normal;
  text-decoration: none;
}

.div-block-17 {
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-18 {
  z-index: 1;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-19 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 56%;
  height: 70%;
  margin-left: 115px;
  display: flex;
}

.text-block-14 {
  color: #fff;
  letter-spacing: 3px;
  white-space: nowrap;
  margin-bottom: 35px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 20px;
  position: static;
  transform: rotate(90deg);
}

.div-block-20 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.div-block-2 {
  background-color: #1d1d1d;
  width: 30%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-21 {
  overflow: hidden;
}

.text-block-15 {
  color: #fff;
  margin-top: 15px;
  margin-left: 15px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 30px;
  position: static;
}

.text-block-16 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 120px;
  font-weight: 900;
  line-height: 100px;
}

.div-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-22 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.div-block-23 {
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.slider {
  height: 100vh;
}

.right-arrow-2 {
  height: 60px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-24 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 400px;
  margin-left: 10px;
  display: flex;
}

.icon-3 {
  background-color: rgba(0, 0, 0, 0);
}

.div-block-25 {
  z-index: 2;
  background-color: #1d1d1d;
  height: 60px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-6 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block {
  z-index: 2;
  border: 3px solid #fff;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 65px;
  margin-bottom: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.div-block-26 {
  background-color: #fff;
  width: 1px;
  height: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-27 {
  justify-content: center;
  align-items: center;
  padding-bottom: 13px;
  display: flex;
  position: absolute;
  bottom: 5%;
  right: -31%;
  overflow: hidden;
}

.text-block-17 {
  color: #fff;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  position: relative;
}

.slide-nav {
  display: none;
}

.div-block-28 {
  z-index: 3;
  width: 400px;
  height: 70%;
  margin-left: -191px;
  position: relative;
  top: auto;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: visible;
}

.div-block-29 {
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.text-block-18 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 150px;
  font-weight: 100;
  line-height: 100px;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-30 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.div-block-31 {
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.image-7 {
  background-image: url('../images/06.jpg');
  background-position: 0 0;
  background-size: 125px;
  width: auto;
  max-width: none;
  height: 100%;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0;
  right: auto;
}

.link-block-3 {
  background-color: rgba(0, 0, 0, 0);
  width: 40px;
  height: 40px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-style: normal;
  text-decoration: none;
}

.div-block-32 {
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-33 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 56%;
  height: 70%;
  margin-left: 115px;
  display: flex;
}

.div-block-34 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.div-block-35 {
  background-color: #1d1d1d;
  width: 30%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-36 {
  overflow: hidden;
}

.text-block-19 {
  color: #fff;
  margin-top: 15px;
  margin-left: 15px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 30px;
  position: static;
}

.text-block-20 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 120px;
  font-weight: 900;
  line-height: 100px;
}

.div-block-37 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-38 {
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-block-39 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 400px;
  margin-left: 10px;
  display: flex;
}

.icon-4 {
  background-color: rgba(0, 0, 0, 0);
}

.div-block-40 {
  z-index: 2;
  background-color: #1d1d1d;
  height: 60px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-8 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-41 {
  background-color: #fff;
  width: 1px;
  height: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-42 {
  justify-content: center;
  align-items: center;
  padding-bottom: 13px;
  display: flex;
  position: absolute;
  bottom: 5%;
  right: -31%;
  overflow: hidden;
}

.text-block-21 {
  color: #fff;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  position: relative;
}

.div-block-43 {
  z-index: 3;
  width: 400px;
  height: 70%;
  margin-left: -191px;
  position: relative;
  top: auto;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: visible;
}

.grow-background {
  z-index: 0;
  background-color: #f5f5f5;
  height: 0%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sticky-wrap {
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.scroll-inner {
  align-items: flex-end;
  width: 300vw;
  height: 100%;
  margin-top: 0;
  padding: 0 5% 40px;
  display: flex;
}

.description {
  opacity: 1;
  color: #1d1d1f;
  letter-spacing: -.025em;
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.heading {
  color: #1d1d1f;
  letter-spacing: -.025em;
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.content-wrapper {
  margin-left: 45px;
  margin-right: 45px;
}

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

.text-wrapper {
  z-index: 1;
  position: relative;
}

.sticky-container {
  width: 100%;
  height: 600vw;
  display: flex;
  position: relative;
  top: 59px;
}

.media-wrapper {
  width: 100%;
  height: 61.8034%;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.scroll-card {
  background-color: #fff;
  border: .0625rem solid rgba(131, 131, 131, .16);
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: 30vw;
  height: 80%;
  min-height: 32rem;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  bottom: -5%;
  overflow: hidden;
}

.scroll-card.mini {
  border-width: .1rem;
  border-color: #000;
  height: 100%;
  transition: transform .5s;
}

.scroll-card.carr-e, .scroll-card.originales, .scroll-card.coloris, .scroll-card.acc, .scroll-card.designs {
  border-width: .1rem;
  border-color: #000;
  height: 100%;
}

.scroll-card.contempo {
  border-width: .1rem;
  border-color: #000;
  height: 100%;
  margin-left: .5rem;
  margin-right: .5rem;
}

.brix---grid-6-columns-logo-strip {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  justify-items: center;
  width: 100vh;
  padding-left: 0;
  display: grid;
}

.brix---container-default-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 80vw;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.brix---section-small {
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-44 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr .75fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 30vh;
  margin-left: 42px;
  margin-right: 42px;
  display: flex;
}

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

.logos-quote-block {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

.clients-wrapper-two {
  justify-content: space-between;
  align-items: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-card {
  background-color: #f5f7fa;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding: 24px 0 24px 24px;
  display: flex;
}

.clients-quote {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.clients-info {
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image {
  object-fit: cover;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.clients-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr .25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.f-logo-plain-2 {
  justify-content: center;
  align-items: center;
  min-height: 96px;
  padding: 24px;
  display: flex;
}

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

.f-h6-heading-3 {
  letter-spacing: -.02em;
  color: #29a7ff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.5;
}

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

.f-title-wrapper-center-3.margin-bottom-48 {
  margin-bottom: 40px;
  overflow: visible;
}

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

.f-section-small {
  margin-top: 74px;
  position: -webkit-sticky;
  position: sticky;
}

.udesly-button-tertiary-small {
  color: #404040;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  min-height: 40px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .25s ease-out;
}

.udesly-button-tertiary-small:hover {
  background-color: #f5f5f5;
  border-color: #d4d4d4;
}

.udesly-button-tertiary-small.udesly-width-full {
  text-align: center;
  flex: none;
  width: 100%;
}

.udesly-button-small {
  color: #fff;
  background-color: #171717;
  border-radius: 6px;
  flex: none;
  min-height: 40px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .25s ease-out;
}

.udesly-button-small:hover {
  background-color: rgba(23, 23, 23, .85);
}

.udesly-button-small.udesly-width-full {
  text-align: center;
  width: 100%;
}

.udesly-modal-buttons {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.udesly-paragraph-small-2 {
  color: #525252;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-paragraph-large-2 {
  color: #404040;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.udesly-button-close {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  transition: all .25s ease-out;
  display: flex;
}

.udesly-button-close:hover {
  border-color: #e6e6e6;
}

.udesly-icon-block-medium-2 {
  background-color: #f5f5f5;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.udesly-modal-icons {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: grid;
}

.udesly-modal {
  z-index: 999999;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 384px;
  padding: 24px;
  display: flex;
  position: static;
  bottom: 20px;
  right: 20px;
}

.spark-button-3 {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--spark-library-white);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--spark-library-white);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--spark-library-white);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--spark-library-white);
  color: var(--spark-library-white);
  background-color: #29a7ff;
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition-property: border-color, background-color, opacity;
  transition-duration: .15s, .15s, .15s;
  transition-timing-function: ease, ease, ease;
}

.spark-button-3:hover {
  background-color: var(--flowui-component-library-white);
  opacity: 1;
  color: #29a7ff;
  border-style: solid;
  border-color: #29a7ff;
}

.spark-button-3._2 {
  background-color: var(--spark-library-white);
  color: #29a7ff;
  border-style: solid;
  border-color: #29a7ff;
}

.spark-tiny-icon {
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.spark-lightbox-button {
  grid-column-gap: 16px;
  background-color: var(--flowui-component-library-white);
  border: 1px solid #000;
  border-radius: 8px;
  align-items: center;
  padding: 16px 24px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .15s, color .15s;
  display: flex;
}

.spark-lightbox-button:hover {
  background-color: var(--spark-library-white);
  opacity: 1;
  color: var(--spark-library-white);
}

.spark-flex-row-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row-2.spark-centered {
  grid-column-gap: 24px;
  justify-content: center;
}

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

.spark-container-3 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-container-3.spark-centered-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  display: flex;
}

.spark-centered-content {
  text-align: center;
}

.spark-section-3 {
  background-color: #29a7ff;
  width: 100%;
  padding: 60px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: static;
}

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

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

.spark-section-3 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-3 h2 {
  color: #fff;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-3 h3 {
  color: #fff;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

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

.spark-section-3 p {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.spark-section-3 ul {
  color: #fff;
  text-align: left;
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  list-style-type: disc;
}

.spark-section-3 li {
  margin-bottom: .5rem;
  list-style-type: disc;
}

.spark-section-3.mini {
  background-color: #29a7ff;
}

.spark-section-3.mini.cta {
  padding-top: 10px;
  padding-bottom: 0;
}

.text-block-22 {
  color: #29a7ff;
}

.logos-title-large {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

.clients-title {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}

.clients-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-4 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.header_image-wrapper {
  border-radius: 50rem;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 45%;
  position: relative;
}

.projects_content {
  grid-column-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  justify-items: stretch;
  margin-top: 0;
  display: grid;
}

.page-padding {
  margin-top: 35px;
  margin-bottom: 35px;
  padding-left: 3%;
  padding-right: 3%;
}

.max-width-small {
  align-self: flex-end;
  width: 100%;
  max-width: 30rem;
}

.arrow-icon {
  justify-content: center;
  align-items: center;
  height: 2rem;
  display: flex;
}

.header_image1 {
  object-fit: cover;
  object-position: 50% 100%;
  border-radius: 200rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header_heading-style1 {
  letter-spacing: -.05em;
  font-size: 12rem;
  font-weight: 400;
  line-height: 1;
}

.header_image-decoration {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(174, 161, 144, .8);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 13rem;
  height: 13rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

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

.about_heading {
  letter-spacing: -.02em;
  font-weight: 400;
}

.header_heading-style2 {
  margin-top: 1rem;
  margin-left: 4rem;
  font-size: 13rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}

.projects_client-image {
  object-fit: contain;
  width: 100%;
  height: 38rem;
}

.projects_heading-style1 {
  letter-spacing: -.05em;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.main-wrapper-2 {
  display: block;
}

.projects_slide {
  aspect-ratio: auto;
  object-fit: fill;
  height: auto;
  margin-right: 5rem;
}

.projects_component {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
}

.padding-left, .padding-left.padding-xxlarge {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

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

.projects_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.projects_content-right {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.projects_arrow {
  color: #1d1c1e;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #1d1c1e;
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 3rem;
  transition: all .2s;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.projects_arrow:hover {
  color: #fff;
  background-color: #1d1c1e;
}

.projects_arrow.left {
  right: 7rem;
}

.projects_mask {
  aspect-ratio: auto;
}

.section-header {
  justify-content: center;
  align-items: center;
  display: none;
}

.projects_heading-style2 {
  margin-top: 1rem;
  font-size: 8.5rem;
  font-style: italic;
  line-height: 1;
}

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

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

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

.udesly-paragraph-small-3 {
  color: #525252;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-udesly-text-semibold {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
}

.udesly-udesly-text-semibold.udesly-large {
  text-align: center;
  font-size: 22px;
  line-height: 1.2;
}

.udesly-icon-block-medium-3 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.udesly-stats-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(255, 255, 255, .92);
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
  box-shadow: 0 1px 2px -1px rgba(16, 24, 40, .1), 0 1px 3px rgba(16, 24, 40, .25);
}

.udesly-grid-four-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.udesly-button {
  color: #fff;
  background-color: #171717;
  border-radius: 6px;
  flex: none;
  min-height: 48px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .25s ease-out;
}

.udesly-button:hover {
  background-color: rgba(23, 23, 23, .85);
}

.udesly-button-tertiary {
  color: #404040;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  flex: none;
  min-height: 48px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .25s ease-out;
}

.udesly-button-tertiary:hover {
  background-color: #f5f5f5;
  border-color: #d4d4d4;
}

.udesly-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.udesly-button-wrapper.udesly-n-margin {
  margin-top: 0;
}

.udesly-paragraph-large-3 {
  color: #404040;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.udesly-text-extrabold-2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 800;
}

.udesly-column {
  width: 100%;
  position: relative;
}

.udesly-column.udesly-max-width-700 {
  max-width: 700px;
}

.udesly-heading-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  margin-bottom: 64px;
}

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

.social-square {
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 4px;
  display: flex;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

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

.footer-grid-02 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
}

.paragraph-4 {
  color: #1e2833;
  max-width: 360px;
  font-size: 15px;
}

.footer-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  justify-content: space-between;
  margin-top: 92px;
  display: flex;
}

.footer-title {
  color: #ffd2dd;
  margin-bottom: 22px;
  font-size: 17px;
}

.secondary-link-dark {
  color: #1e2833;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.logo {
  margin-bottom: 32px;
}

.footer-3 {
  background-color: #fff;
  padding: 92px 3%;
}

.text-rights {
  color: rgba(30, 40, 51, .5);
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.social-link-full {
  color: #1e2833;
  justify-content: center;
  align-items: center;
  height: 55px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  font-size: 15px;
  text-decoration: none;
  display: flex;
}

.footer-link-dark {
  color: #1e2833;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

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

.text-block-23, .text-block-24 {
  font-family: Montserrat, sans-serif;
}

.heading-5 {
  color: var(--alley-component-library-gray--900);
}

.grid-4 {
  grid-template-columns: 1fr;
  align-content: center;
  justify-content: center;
  margin-left: 50px;
  margin-right: 50px;
}

.udesly-overlay {
  background-image: linear-gradient(to right, #fff 3%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 85%, #fff 97%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.udesly-flag-block-02 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.udesly-flag-block-01 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 44px;
  padding-right: 44px;
  display: flex;
}

.udesly-flags-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.udesly-h2-title {
  text-align: center;
}

.udesly-text-extrabold-3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 800;
}

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

.f-logo-plain-3 {
  justify-content: center;
  align-items: center;
  min-height: 96px;
  padding: 24px;
  display: flex;
}

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

.f-h6-heading-4 {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.5;
}

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

.f-title-wrapper-center-4.margin-bottom-48 {
  margin-bottom: 48px;
}

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

.f-section-small-2 {
  padding: 64px 5%;
  position: static;
}

.f-footer-detail-2 {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-copyright {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-footer-bottom-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-footer-divider {
  background-color: var(--flowui-component-library-gray-200);
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 32px;
}

.f-footer-link-2 {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link-2:hover {
  color: var(--flowui-component-library-primary-base);
}

.f-footer-title {
  color: var(--flowui-component-library-gray-500);
  letter-spacing: -.01em;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.f-footer-block {
  flex-direction: column;
}

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

.f-footer-social-2 {
  background-color: var(--flowui-component-library-gray-200);
  color: var(--flowui-component-library-gray-900);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .3s;
  display: flex;
}

.f-footer-social-2:hover {
  color: var(--flowui-component-library-primary-base);
}

.f-footer-social-group-2 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-paragraph-small-2 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

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

.f-footer-logo-2 {
  flex: none;
}

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

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

.f-footer-regular {
  background-color: var(--flowui-component-library-white);
  padding: 20px 5%;
  position: relative;
}

.link-wrapper-f3 {
  justify-content: center;
  display: flex;
}

.link-subwrapper-f3 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-top: 6px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.bottom-wrapper-f3 {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.social-media-icon-f3 {
  display: block;
}

.address-f3 {
  margin-bottom: 10px;
}

.payment-icon-f3 {
  margin-left: 16px;
}

.link-f3 {
  color: #333;
  margin-top: 4px;
  margin-bottom: 4px;
  text-decoration: none;
  transition: color .2s;
}

.link-f3:hover {
  color: #3898eb;
}

.social-media-wrapper-f3 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.footer-f3 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.logo-wrapper-f3 {
  margin-bottom: 20px;
}

.social-media-icon-hover-f3 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.footer-wrapper-2 {
  border-radius: 8px;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 1px 0 26px 3px #c9c9c9;
}

.top-wrapper-f3 {
  border-bottom: 1px solid #e9e9e9;
  justify-content: center;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.top-right-wrapper-f3 {
  color: #333;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  padding-top: 6px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 10px;
}

.top-left-wrapper-f3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 10px;
  right: auto;
}

.payment-icons-wrapper-f3 {
  align-items: center;
  display: flex;
}

.social-media-icon-wrapper-f3 {
  margin-right: 10px;
  position: relative;
}

.copyright-f3 {
  color: #a8a8a8;
  font-family: Montserrat, sans-serif;
}

.title-link-column-f3 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
}

.text-block-25 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.grid-5 {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  align-items: center;
  justify-items: start;
  width: auto;
  font-family: Montserrat, sans-serif;
}

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

.grid-6 {
  margin-top: 24px;
}

.grid-6._3phase {
  grid-column-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-9, .image-10, .image-11, .image-12, .image-13, .image-14, .image-15 {
  border-radius: 20px;
}

@media screen and (min-width: 1280px) {
  .brix---dropdown-link {
    flex-direction: row;
  }

  .content-section-inner-01 {
    grid-template-columns: 1fr 1fr;
  }

  .content-wrap-left {
    align-items: center;
  }

  .div-block-8 {
    flex-direction: column;
  }

  .bold-text-3 {
    color: var(--flowui-component-library-gray-900);
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    font-family: Montserrat, sans-serif;
  }

  .quick-stack {
    width: 100%;
  }

  .image-2 {
    padding-bottom: 21px;
  }

  .cell-4 {
    align-items: center;
  }

  .grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1.5fr .75fr;
    width: 100%;
  }

  .grid-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 2.25fr 1fr;
    width: 100%;
  }

  .titre {
    color: var(--flowui-component-library-gray-900);
    font-family: Montserrat, sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 25px;
  }

  .descr {
    color: var(--flowui-component-library-gray-900);
    font-family: Montserrat, sans-serif;
    font-size: 15px;
  }

  .div-block-11 {
    flex-direction: row;
    display: flex;
  }

  .div-block-12 {
    display: flex;
  }

  .scroll-inner {
    padding-top: 0;
  }

  .sticky-container {
    margin-top: -62px;
  }
}

@media screen and (min-width: 1440px) {
  .grid-footer-4-cols-v14 {
    grid-column-gap: 80px;
    grid-template-columns: .9fr auto auto auto;
  }
}

@media screen and (max-width: 991px) {
  .spark-line-3.spark-simple-line {
    background-color: var(--spark-library-foreground-interactive);
    border-radius: 3px;
    width: 12.75px;
    height: 3.33px;
    margin-left: 0;
    left: 18px;
  }

  .spark-line-2.spark-simple-line {
    background-color: var(--spark-library-foreground-interactive);
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-line-1.spark-simple-line {
    background-color: var(--spark-library-foreground-interactive);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-simple-menu-button {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 18px;
  }

  .spark-simple-menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .spark-nav-link {
    text-align: left;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .spark-nav-link.spark-button {
    text-align: center;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .spark-nav-menu {
    z-index: 99;
    background-color: var(--spark-library-white);
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 42px;
    margin-top: 0;
    padding: 2rem 1rem 1rem;
  }

  .spark-nav-menu.spark-rounded-corners {
    border-radius: 40px;
    margin-top: 1rem;
    box-shadow: 0 0 8px rgba(0, 0, 0, .17);
  }

  .spark-rounded-edge-nav-bar-inner {
    padding: 0;
  }

  .spark-rounded-edge-navbar {
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .spark-flex-row.spark-5-spacing {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

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

  .spark-line-4.spark-simple-line {
    background-color: var(--spark-library-foreground-interactive);
    border-radius: 3px;
    width: 12.75px;
    height: 3.33px;
    margin-left: 0;
    left: 18px;
  }

  .spark-line-5.spark-simple-line {
    background-color: var(--spark-library-foreground-interactive);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

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

  .f-navigation {
    position: -webkit-sticky;
    position: sticky;
  }

  .f-navigation-logo-link {
    margin-right: 0;
  }

  .f-navigation-r {
    align-items: center;
    width: auto;
    display: flex;
  }

  .f-navigation-l {
    color: #393b6a;
    background-color: #fff;
    border: 1px solid #f3f5fb;
    border-radius: 8px;
    width: 100%;
    padding: 12px;
  }

  .f-navigation-l.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .f-navigation-link {
    width: 100%;
  }

  .f-navigation-menu-button {
    color: #393b6a;
    border: 1px solid #f3f5fb;
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button.w--open {
    background-color: #160042;
    border-color: #fff;
  }

  .f-navigation-menu-button-2 {
    border: 1px solid var(--flowui-component-library-gray-200);
    color: var(--flowui-component-library-grey-600);
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button-2.w--open {
    background-color: var(--flowui-component-library-gray-900);
    border-color: #fff;
  }

  .f-navigation-r-2 {
    align-items: center;
    width: auto;
    display: flex;
  }

  .f-navigation-logo-link-2 {
    margin-right: 0;
  }

  .f-navigation-link-2 {
    width: 100%;
  }

  .f-navigation-l-2 {
    border: 1px solid var(--flowui-component-library-gray-200);
    background-color: var(--flowui-component-library-white);
    color: var(--flowui-component-library-grey-600);
    border-radius: 8px;
    width: 100%;
    padding: 12px;
  }

  .f-navigation-l-2.w--open {
    background-color: var(--flowui-component-library-gray-700);
    border-color: #fff;
  }

  .nav {
    position: relative;
  }

  .f-header-image-wrapper-tall {
    max-width: none;
    height: 360px;
  }

  .f-header-grid {
    grid-template-columns: 1fr;
  }

  .f-grid-four-column {
    grid-template-columns: 1fr 1fr;
  }

  .a-button-primary {
    display: flex;
  }

  .a-feature-card-grid {
    grid-template-columns: 1fr 1fr;
  }

  .a-h3-heading {
    margin-left: auto;
    margin-right: auto;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

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

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

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

  .services {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---image-wrapper-br-24px {
    border-radius: 20px;
  }

  .gallery {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .f-testimonial-background {
    height: 40%;
  }

  .brix---cta-v1-floating-item-02 {
    width: 38%;
    bottom: -3%;
  }

  .brix---cta-v1-floating-item-01 {
    width: 35%;
    top: -4%;
    left: -5%;
  }

  .brix---btn-primary-white {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---cta-card {
    padding: 72px 54px;
  }

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

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

  .f-footer-social-row-large {
    margin-left: 0;
  }

  .f-footer-group {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .navbar {
    width: 700px;
    min-width: 400px;
  }

  .lottie-animation {
    width: 100%;
  }

  .navbar-inner {
    padding: 1em;
  }

  .padding-global {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .title1 {
    font-size: 3.2em;
  }

  .main-wrapper {
    padding: 1em;
  }

  .navbar-links-wrapper {
    grid-row-gap: .5em;
  }

  .f-header-image-wrapper-tall-2 {
    max-width: none;
    height: 360px;
  }

  .f-header-grid-2 {
    grid-template-columns: 1fr;
  }

  .udesly-property-content {
    max-width: 600px;
  }

  .brix---btn-primary-white-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---hero-card-bg-image {
    padding-top: 148px;
    padding-bottom: 148px;
  }

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

  .brix---floating-image-hero-v6---1 {
    top: 24%;
    right: -30%;
  }

  .brix---img-floating-right {
    width: 60%;
  }

  .brix---img-floating-left {
    width: 70%;
  }

  .brix---2-imgs-floating-wrapper {
    margin-top: 177px;
    padding-bottom: 45px;
  }

  .brix---mg-top-64px {
    margin-top: 48px;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .brix---btn-primary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---grid-2-col---1-col-t {
    grid-template-columns: 1fr;
  }

  .brix---hero-bg-image-dark-header-top {
    padding-top: 200px;
    padding-bottom: 160px;
  }

  .brix---hamburger-menu-bar-bottom-white {
    background-color: var(--elements-webflow-library-neutral--100);
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top-white {
    background-color: var(--elements-webflow-library-neutral--100);
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

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

  .brix---hamburger-menu-wrapper.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

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

  .brix---header-nav-link-white {
    color: var(--elements-webflow-library-neutral--800);
  }

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

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

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

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

  .brix---dropdown-toggle-white {
    color: var(--elements-webflow-library-neutral--800);
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-nav-menu-wrapper-white {
    border-top: 0px solid var(--elements-webflow-library-neutral--300);
    border-bottom: 0px solid var(--elements-webflow-library-neutral--300);
    background-color: var(--elements-webflow-library-neutral--100);
    padding: 24px;
  }

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

  .brix---header-wrapper-transparent {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .div-block-3 {
    margin-left: 0;
    margin-right: .125em;
  }

  .box {
    flex-direction: column;
    align-items: flex-start;
  }

  .tabs-menu {
    width: 40%;
  }

  .content-section-inner-01 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .tabs-menu-01 {
    width: 30%;
  }

  .border-effect {
    display: none;
  }

  .content-wrap-left {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-10, .bold-text-6, .bold-text-7, .text-block-11 {
    white-space: normal;
  }

  .div-block-11 {
    flex-flow: column wrap;
    align-content: stretch;
    align-items: center;
    display: flex;
  }

  .div-block-12 {
    flex-direction: row;
    display: flex;
  }

  .brix---image-wrapper-br-24px-2 {
    border-radius: 20px;
  }

  .brix---grid-gallery-v5 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---heading-h2-size-3 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section, .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---display-2 {
    font-size: 58px;
    line-height: 70px;
  }

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

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

  .brix---section-3 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .uui-testimonial13_component {
    grid-template-columns: 1fr 1fr;
  }

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

  .brix---footer-bottom-v14 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
  }

  .brix---social-media-grid-left {
    grid-column-gap: 10px;
  }

  .grid-footer-4-cols-v14 {
    grid-column-gap: 60px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---footer-top-border-bottom {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .udesly-heading.udesly-3-columns {
    font-size: 24px;
  }

  .udesly-card-v1-wrapper {
    max-width: none;
    padding-top: 124px;
  }

  .udesly-cards-grid, .udesly-cards-grid.udesly-3-columns {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .spark-wrapped-card {
    width: 45%;
  }

  .spark-three-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

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

  .scroll-inner {
    width: 600vw;
  }

  .scroll-card {
    width: 60vw;
    height: 61.8%;
    bottom: 0%;
  }

  .brix---grid-6-columns-logo-strip {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

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

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

  .f-grid-four-column-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

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

  .clients-title {
    margin-bottom: 32px;
  }

  .header_image-wrapper {
    padding-top: 56.25%;
  }

  .projects_content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .header_arrow {
    width: 4rem;
  }

  .header_heading-style1 {
    font-size: 9rem;
  }

  .header_image-decoration {
    width: 8rem;
    height: 8rem;
  }

  .header_heading-style2 {
    font-size: 10rem;
  }

  .projects_heading-style1 {
    font-size: 4rem;
  }

  .projects_component {
    padding-bottom: 8rem;
  }

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

  .header_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .projects_heading-style2 {
    font-size: 7rem;
  }

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

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

  .udesly-udesly-text-semibold {
    font-size: 14px;
  }

  .udesly-grid-four-column {
    grid-template-columns: 1fr 1fr;
  }

  .udesly-heading-grid {
    grid-template-columns: 2fr;
  }

  .footer-column {
    padding-right: 20px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .f-grid-four-column-3 {
    grid-template-columns: 1fr 1fr;
  }

  .f-footer-bottom-2 {
    grid-row-gap: 24px;
    flex-direction: column;
  }

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

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

  .link-wrapper-f3 {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .link-subwrapper-f3 {
    margin-bottom: 20px;
  }

  .footer-wrapper-2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .top-wrapper-f3 {
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 20px;
  }

  .top-right-wrapper-f3 {
    flex: 0 auto;
    position: static;
  }

  .top-left-wrapper-f3 {
    flex: none;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .spark-nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-nav-menu {
    max-height: 90vh;
    overflow: scroll;
  }

  .spark-rounded-edge-nav-bar-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-rounded-edge-navbar {
    width: 98%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .spark-flex-row {
    flex-direction: column;
  }

  .spark-flex-row.spark-left-aligned {
    flex-direction: row;
    align-items: flex-start;
  }

  .spark-flex-row.spark-5-spacing {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .spark-hero-sub-paragraph {
    margin-bottom: 32px;
  }

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

  .spark-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-section.spark-light-background {
    padding-top: 128px;
  }

  .f-navigation-button-secondary {
    display: flex;
  }

  .f-banner-badge {
    margin-bottom: 4px;
    margin-left: 0;
    margin-right: 0;
  }

  .f-banner-flex-row {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .f-banner {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .f-navigation-button-secondary-2 {
    display: none;
  }

  .f-header-image-wrapper-tall {
    height: 400px;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 48px;
  }

  .hero {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .a-h3-heading {
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
  }

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

  .brix---link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

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

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

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

  .services {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---gallery-v2-col-right {
    margin-top: 0;
  }

  .brix---gallery-v2-wrapper {
    grid-template-columns: 1fr;
  }

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

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

  .gallery {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .temoignages {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---cta-v1-floating-item-02 {
    width: 34%;
    bottom: -5%;
    right: -4%;
  }

  .brix---cta-v1-floating-item-01 {
    width: 34%;
  }

  .brix---btn-secondary-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-white {
    padding: 20px 32px;
  }

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

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

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

  .brix---cta-card {
    padding: 56px 40px;
  }

  .cta {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .navlink-nb5.link-1-nb5, .navlink-nb5.link-4-nb5, .navlink-nb5.link-2-nb5, .navlink-nb5.link-3-nb5 {
    display: none;
  }

  .menu-bar-1-nb5 {
    transform: rotate(0);
  }

  .menu-bar-2-nb5 {
    top: 18px;
    left: 18px;
    transform: rotate(90deg);
  }

  .navbar-5 {
    width: 300px;
    margin-top: 15px;
    display: flex;
    overflow: visible;
  }

  .nav-menu-nb5 {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar {
    align-items: flex-start;
    width: auto;
    min-width: 10%;
    height: 20%;
    margin-top: 60px;
  }

  .menu-icon-nb5 {
    background-color: rgba(0, 0, 0, 0);
    display: none;
  }

  .menu-icon-nb5.w--open, .menu-button-nb5, .menu-button-nb5.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar-inner {
    background-color: rgba(0, 0, 0, 0);
    border-bottom-right-radius: 1em;
    border-bottom-left-radius: 1em;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    display: flex;
    overflow: hidden;
  }

  .copy-medium {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .menu-button, .menu-button.w--open {
    color: #f4eae1;
    background-color: rgba(0, 0, 0, 0);
  }

  .title2 {
    font-size: 2.7em;
  }

  .navbar-link-block {
    min-height: 6em;
    margin-bottom: .5em;
  }

  .navbar-link-block.is-logo {
    width: 10em;
    height: 10em;
    min-height: auto;
  }

  .page-wrapper {
    display: block;
  }

  .intro-description {
    padding-left: 0;
    padding-right: 0;
  }

  .p-sm-end {
    padding-bottom: 2.3em;
  }

  .navbar-2 {
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 6em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .icon {
    background-color: var(--spark-library-black);
    -webkit-text-stroke-color: var(--alley-component-library-blue--900);
  }

  .p-xs-start {
    padding-top: 1.6em;
  }

  .title4 {
    font-size: 1.5em;
  }

  .p-xl-end {
    padding-bottom: 6em;
  }

  .navbar-links-wrapper {
    background-color: #fff;
    height: auto;
    padding: 0 6vw 6vw;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .f-h1-heading-2 {
    margin-top: 0;
    font-size: 48px;
  }

  .f-header-image-wrapper-tall-2 {
    height: 400px;
  }

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

  .head {
    margin-top: 0;
    font-size: 48px;
  }

  .udesly-paragraph-small {
    font-size: 12px;
  }

  .udesly-property-content {
    margin-top: 32px;
    position: static;
  }

  .udesly-slide {
    margin-right: 0;
  }

  .udesly-slider-large {
    min-height: 240px;
  }

  .brix---btn-secondary-white-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-white-2 {
    padding: 20px 32px;
  }

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

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

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---heading-h1-size.piscines {
    font-size: 20px;
  }

  .brix---hero-card-bg-image {
    padding-top: 116px;
    padding-bottom: 116px;
  }

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

  .brix---floating-image-hero-v6---1 {
    max-width: 480px;
  }

  .brix---img-floating-right, .brix---img-floating-left {
    border-radius: 16px;
  }

  .brix---2-imgs-floating-wrapper {
    margin-top: 114px;
  }

  .brix---mg-top-64px {
    margin-top: 40px;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

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

  .brix---btn-primary-2 {
    padding: 20px 32px;
  }

  .brix---grid-2-col---1-col-t {
    grid-template-columns: 1fr;
  }

  .brix---hero-bg-image-dark-header-top {
    padding-top: 155px;
    padding-bottom: 120px;
  }

  .brix---btn-primary-small {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl {
    display: block;
  }

  .brix---header-logo {
    max-width: 90%;
  }

  .icon-2 {
    width: 24px;
    height: 24px;
  }

  .button {
    font-size: 1em;
  }

  .tabs.margin-bottom.margin-medium {
    max-width: 100%;
    display: block;
  }

  .subtitle {
    font-size: .7rem;
  }

  .box {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    padding: 1.5em;
  }

  .tabs-menu {
    flex-direction: row;
    width: 100%;
  }

  .tabs-content {
    padding: 1.5em 1.5em 4em;
  }

  .is--tab-heading {
    font-size: 1.8em;
  }

  .heading-2 {
    font-size: 28px;
  }

  .content-wrap-left {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-8 {
    align-items: center;
  }

  .bold-text-3 {
    text-align: center;
    word-break: break-all;
    width: 100%;
    padding-left: 0;
    font-size: 23px;
  }

  .bold-text-6 {
    white-space: normal;
  }

  .brix---grid-gallery-v5 {
    grid-column-gap: 16px;
    grid-template-columns: 1fr;
  }

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

  .brix---heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

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

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

  .brix---gallery-v2-col-right-2 {
    margin-top: 0;
  }

  .brix---gallery-v2-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .brix---section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .brix---link-icon-right-2 {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold-2 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---display-2 {
    font-size: 48px;
    line-height: 56px;
  }

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

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

  .brix---section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

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

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

  .uui-testimonial13_content {
    padding: 1.5rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-testimonial13_component {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

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

  .uui-testimonial13_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .brix---text-200-bold-3, .brix---text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---big-icon-left {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

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

  .brix---social-media-grid-left {
    justify-content: start;
    justify-items: start;
  }

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

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .grid-footer-4-cols-v14 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---footer-top-border-bottom {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .udesly-cards-grid {
    grid-template-columns: 1fr;
  }

  .spark-small-sub-paragraph {
    line-height: 1.3;
  }

  .spark-wrapped-card {
    width: 100%;
  }

  .spark-wrapped-card.spark-stacked {
    grid-row-gap: 16px;
    width: 100%;
  }

  .spark-three-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .spark-hero-sub-paragraph-2 {
    margin-bottom: 32px;
  }

  .spark-container-2 {
    width: 100%;
  }

  .spark-section-2 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .sticky-wrap {
    height: auto;
    overflow: visible;
  }

  .scroll-inner {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .description {
    margin-top: .875rem;
    font-size: 1.125rem;
  }

  .heading {
    font-size: 1.75rem;
  }

  .scroll-card {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    width: 100%;
    margin: 1rem 0;
  }

  .brix---grid-6-columns-logo-strip {
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
    transform: scale(.96);
  }

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

  .logos-quote-block {
    padding: 60px 15px;
  }

  .clients-wrapper-two {
    flex-direction: column;
  }

  .clients-card {
    width: 100%;
    margin-bottom: 30px;
  }

  .clients-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

  .f-grid-four-column-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .f-container-regular-4 {
    position: static;
  }

  .udesly-paragraph-small-2 {
    font-size: 12px;
  }

  .spark-flex-row-2 {
    flex-direction: column;
  }

  .spark-flex-row-2.spark-centered {
    flex-direction: row;
  }

  .spark-hero-sub-paragraph-3 {
    margin-bottom: 32px;
  }

  .spark-container-3 {
    width: 100%;
  }

  .spark-section-3 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .header_image-wrapper {
    padding-top: 130%;
  }

  .projects_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .header_heading-style1 {
    font-size: 6rem;
  }

  .header_heading-style2 {
    font-size: 7rem;
  }

  .projects_client-image {
    height: 32rem;
  }

  .projects_heading-style1 {
    font-size: 3rem;
  }

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

  .projects_component {
    padding-bottom: 5rem;
  }

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

  .header_content-wrapper {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .projects_slide-nav {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .projects_heading-style2 {
    font-size: 5rem;
  }

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

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

  .udesly-paragraph-small-3 {
    font-size: 12px;
  }

  .udesly-udesly-text-semibold.udesly-large {
    font-size: 16px;
  }

  .udesly-grid-four-column {
    grid-template-columns: 1fr;
  }

  .social-square {
    margin-right: 4px;
  }

  .footer-column {
    padding-right: 0;
  }

  .footer-grid-02 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-bottom {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .udesly-flag-block-02 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: nowrap;
  }

  .udesly-flag-block-01 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .udesly-flags-wrapper {
    grid-column-gap: 10px;
  }

  .udesly-h2-title.udesly-text-extrabold {
    font-size: 32px;
  }

  .link-wrapper-f3 {
    align-items: flex-start;
    font-size: 16px;
  }

  .link-subwrapper-f3 {
    align-items: flex-start;
    padding-left: 0;
    padding-right: 40px;
  }

  .footer-f3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-wrapper-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .top-wrapper-f3 {
    flex-direction: column;
    padding-left: 10px;
  }

  .top-right-wrapper-f3 {
    font-size: 16px;
    line-height: 24px;
  }

  .top-left-wrapper-f3 {
    margin-bottom: 20px;
  }

  .payment-icons-wrapper-f3 {
    flex: none;
  }
}

@media screen and (max-width: 479px) {
  .spark-simple-menu-button {
    padding-left: 0;
  }

  .spark-nav-link {
    margin-bottom: .5rem;
  }

  .spark-nav-menu {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    max-height: 90vh;
    padding: 1rem .5rem;
  }

  .spark-rounded-edge-nav-bar-inner {
    padding: 0 12px;
  }

  .spark-rounded-edge-navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-flex-row {
    align-items: flex-start;
  }

  .spark-flex-row.spark-left-aligned {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .spark-section {
    padding: 64px 20px;
  }

  .spark-section h1 {
    font-size: 3rem;
  }

  .spark-section h2 {
    font-size: 2.5rem;
  }

  .f-navigation {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .f-navigation-container {
    flex-direction: column;
    justify-content: center;
  }

  .f-navigation-button {
    display: flex;
  }

  .f-navigation-r {
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
  }

  .f-banner-flex-row {
    text-align: left;
  }

  .f-navigation-button-2 {
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    position: static;
    overflow: visible;
  }

  .f-grid-four-column {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .a-button-primary {
    width: 100%;
  }

  .a-feature-card-grid {
    grid-template-columns: 1fr;
  }

  .a-h3-heading {
    margin-left: auto;
    margin-right: auto;
  }

  .brix---link-icon-right {
    width: 18px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

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

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---card-link-content-left {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

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

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

  .services {
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---image-wrapper-br-24px {
    border-radius: 16px;
  }

  .brix---gallery-v2-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

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

  .f-testimonial-avatar-small {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .f-testimonial-author {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .temoignages {
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---cta-v1-floating-item-02 {
    width: 44%;
  }

  .brix---cta-v1-floating-item-01 {
    width: 39%;
  }

  .brix---btn-secondary-white, .brix---btn-primary-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-center {
    flex-direction: column;
    height: 10vh;
    display: flex;
  }

  .brix---heading-h2-size-2 {
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 34px;
  }

  .brix---cta-card {
    height: 50vh;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .brix---container-default-2.car {
    margin-bottom: 30px;
  }

  .cta {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .f-footer-link:hover {
    color: #29a7ff;
  }

  .f-footer-vertical-divider {
    display: none;
  }

  .f-footer-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .f-icon-regular:hover {
    color: #29a7ff;
    -webkit-text-stroke-color: #0051ff;
  }

  .f-footer-social-row-large {
    flex-direction: column;
    align-items: center;
  }

  .f-footer-group {
    width: 80vw;
  }

  .navbar-5 {
    width: 250px;
  }

  .navbar {
    min-width: 300px;
    margin-top: 40px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .f-header-button-middle {
    justify-content: center;
  }

  .udesly-flex.udesly-gap-12 {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .udesly-container {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .brix---btn-secondary-white-2, .brix---btn-primary-white-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---button-row-left-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-center-2 {
    flex-direction: column;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---heading-h1-size.test {
    margin-bottom: 39px;
    margin-left: .25rem;
    margin-right: .25rem;
    font-size: 18px;
  }

  .brix---heading-h1-size.piscines {
    letter-spacing: 5px;
  }

  .brix---heading-h1-size.piscines.real {
    letter-spacing: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
  }

  .brix---heading-h1-size._9 {
    text-align: center;
    letter-spacing: 18px;
    object-fit: fill;
    object-position: 50% 50%;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: center;
    max-width: 100vw;
    margin-bottom: 33px;
    margin-right: 0;
    padding-right: 0;
    font-size: 28px;
    line-height: 37px;
    display: flex;
    overflow: visible;
  }

  .brix---hero-card-bg-image {
    border-radius: 16px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .brix---container-default-3 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-extra-small {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .brix---floating-image-hero-v6---1 {
    display: none;
  }

  .brix---btn-secondary, .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---section-hero-top-small {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .brix---btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---grid-2-col---1-col-t.service1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: .25fr;
    justify-content: center;
    display: flex;
  }

  .brix---hero-bg-image-dark-header-top {
    padding-top: 130px;
    padding-bottom: 100px;
  }

  .brix---hero-bg-image-dark-header-top.service {
    background-image: linear-gradient(rgba(0, 0, 0, .38), rgba(0, 0, 0, .38)), url('../images/house.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    overflow: hidden;
  }

  .brix---hero-bg-image-dark-header-top.service.piscines {
    height: 70vh;
  }

  .brix---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-mbl {
    text-align: left;
    width: 100%;
  }

  .brix---header-nav-link-white:hover {
    color: #29a7ff;
  }

  .brix---header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .brix---header-nav-list-item:hover, .brix---dropdown-link:hover {
    color: #29a7ff;
  }

  .brix---header-logo {
    max-width: 84%;
  }

  .is-tab-subtext {
    font-size: .8em;
  }

  .div-block-3 {
    margin-right: 0;
  }

  .box {
    height: 100%;
    padding: 1.1em;
    display: block;
  }

  .tabs-content {
    padding: 1.1em 1.1em 3.5em;
  }

  .is--tab-heading {
    font-size: 1.4em;
  }

  .tab-link-01 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tabs-01 {
    flex-direction: column;
    align-items: center;
  }

  .button-2 {
    margin-bottom: 21px;
  }

  .button-wrapper-2 {
    flex-direction: column;
  }

  .in-tabs-image {
    min-height: 300px;
  }

  .tabs-content-01 {
    padding: 20px 0;
  }

  .tabs-menu-01 {
    border-right-style: none;
    flex-direction: column;
    align-items: flex-start;
    width: 80%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .content-wrap-left {
    flex-direction: column;
  }

  .tabs-section-01 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .bold-text-3 {
    white-space: normal;
    word-break: break-all;
    font-size: 25px;
  }

  .grid-2 {
    margin-bottom: 30px;
  }

  .brix---image-wrapper-br-24px-2 {
    border-radius: 16px;
  }

  .brix---gallery-v5-col-hidden {
    display: none;
  }

  .brix---gallery-v5-col {
    grid-row-gap: 16px;
  }

  .brix---grid-gallery-v5 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h2-size-3 {
    font-size: 24px;
    line-height: 34px;
  }

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

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

  .brix---gallery-v2-wrapper-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .brix---link-icon-right-2 {
    width: 18px;
  }

  .brix---text-200-bold-2 {
    font-size: 15px;
    line-height: 16px;
  }

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

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

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

  .brix---display-2 {
    font-size: 38px;
    line-height: 48px;
  }

  .brix---card-link-content-left-2 {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

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

  .bold-text-8 {
    white-space: normal;
    overflow-wrap: normal;
  }

  .div-block-13 {
    text-align: center;
    width: auto;
    display: block;
    overflow: visible;
  }

  .heading-3 {
    color: var(--spark-library-background--interactive);
    letter-spacing: 20px;
  }

  .text-span {
    align-items: flex-end;
    display: flex;
  }

  .text-span-2 {
    letter-spacing: 0;
    align-items: flex-end;
    display: flex;
  }

  .text-span-3 {
    letter-spacing: 0;
  }

  .brix---text-200-bold-3, .brix---text-200 {
    font-size: 15px;
    line-height: 16px;
  }

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

  .brix---big-icon-left {
    border-radius: 14px;
    max-width: 56px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .brix---card-link-icon-wrapper {
    text-align: center;
    mix-blend-mode: normal;
    border-radius: 20px;
    flex-direction: column;
    align-items: center;
    padding: 26px 24px;
    transition: top .325s cubic-bezier(.105, .024, .86, 1.001);
    box-shadow: 5px 2px 5px rgba(0, 0, 0, .2);
  }

  .brix---footer-col-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---footer-link {
    font-size: 16px;
    line-height: 19px;
  }

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

  .brix---icon-square-36px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---social-media-grid-left {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---paragraph-default-4 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---footer-logo {
    width: 100%;
    max-width: 240px;
  }

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

  .grid-footer-4-cols-v14 {
    grid-column-gap: 29px;
    grid-row-gap: 50px;
  }

  .brix---footer-top-border-bottom {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .udesly-heading.udesly-3-columns {
    font-size: 24px;
  }

  .udesly-location-wrapper {
    margin-top: 0;
  }

  .udesly-card-v1-wrapper {
    max-width: 350px;
  }

  .udesly-container-2 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .spark-bold-heading {
    line-height: 1.3;
  }

  .spark-wrapped-card.spark-stacked {
    width: 100%;
  }

  .spark-section-2 {
    padding: 64px 20px;
  }

  .spark-section-2 h1 {
    font-size: 3rem;
  }

  .spark-section-2 h2 {
    font-size: 2.5rem;
  }

  .div-block-18 {
    display: flex;
  }

  .sticky-wrap, .scroll-inner {
    position: static;
  }

  .sticky-container {
    height: 100%;
    position: static;
  }

  .brix---grid-6-columns-logo-strip {
    grid-column-gap: 48px;
    grid-row-gap: 32px;
    grid-template-areas: ". ."
                         ". Area";
  }

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

  .brix---section-small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .clients-quote {
    font-size: 20px;
    line-height: 28px;
  }

  .clients-info-image {
    margin-right: 16px;
  }

  .clients-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .f-logo-plain-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .f-grid-four-column-2 {
    grid-row-gap: 7px;
    grid-template-columns: 1fr 1fr;
  }

  .f-title-wrapper-center-3.margin-bottom-48 {
    position: static;
  }

  .f-section-small {
    flex-flow: row;
    display: block;
    position: static;
    top: auto;
  }

  .udesly-modal {
    max-width: none;
    bottom: 0;
    right: 0;
  }

  .spark-flex-row-2 {
    align-items: flex-start;
  }

  .spark-flex-row-2.spark-centered {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    align-items: center;
  }

  .spark-section-3 {
    float: none;
    padding: 64px 20px;
    position: static;
    top: 100%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .spark-section-3 h1 {
    font-size: 3rem;
  }

  .spark-section-3 h2 {
    text-align: center;
    font-size: 1.75rem;
  }

  .spark-section-3.mini.cta {
    padding-bottom: 10px;
  }

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

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

  .projects_content {
    grid-template-columns: 1fr;
  }

  .header_heading-style1 {
    font-size: 4.5rem;
  }

  .about_heading {
    font-size: 1.5rem;
  }

  .header_heading-style2 {
    margin-left: 2rem;
    font-size: 5rem;
  }

  .projects_client-image {
    height: 24rem;
  }

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

  .header_content-wrapper {
    grid-template-columns: 1fr;
  }

  .projects_heading-style2 {
    font-size: 4.5rem;
  }

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

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

  .udesly-grid-four-column {
    grid-template-columns: 1fr;
  }

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

  .footer-grid-02 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
  }

  .secondary-link-dark {
    margin-right: 32px;
  }

  .text-rights {
    text-align: left;
    margin-right: 0;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .udesly-container-4 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .f-grid-four-column-3 {
    grid-column-gap: 0px;
    grid-row-gap: 2px;
    grid-template-columns: 1fr 1fr;
  }

  .f-section-small-2 {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .link-subwrapper-f3 {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .bottom-wrapper-f3 {
    flex-direction: column-reverse;
  }

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

  .footer-f3 {
    width: 100%;
  }

  .footer-wrapper-2 {
    border-radius: 0;
    width: 100%;
  }

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

  .top-right-wrapper-f3 {
    justify-content: center;
    align-items: center;
  }

  .payment-icons-wrapper-f3 {
    margin-bottom: 20px;
  }

  .grid-6._3phase {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }
}

#w-node-_3cc72eba-2d2a-a4e7-82d2-cb54d7667694-05173631, #w-node-_3cc72eba-2d2a-a4e7-82d2-cb54d7667698-05173631, #w-node-_3cc72eba-2d2a-a4e7-82d2-cb54d7667696-05173631, #w-node-_3cc72eba-2d2a-a4e7-82d2-cb54d766769a-05173631, #w-node-b65711fe-9d00-0900-5951-e58a26a11f7f-05173631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bdcf6182-44bb-3080-a6d0-ce394198cdab-426b10c8 {
  align-self: center;
}

#w-node-_58518078-75b9-a09a-ba41-7d0ef40c9078-426b10c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58518078-75b9-a09a-ba41-7d0ef40c9079-426b10c8 {
  align-self: center;
}

#w-node-bf84f57a-8725-c34e-f702-6069a4819d76-79d72d1a, #w-node-bf84f57a-8725-c34e-f702-6069a4819d78-79d72d1a, #w-node-bf84f57a-8725-c34e-f702-6069a4819d7a-79d72d1a, #w-node-bf84f57a-8725-c34e-f702-6069a4819d7c-79d72d1a, #w-node-ba4ea7a6-547b-8cf8-bbdc-35cbf7f2fdde-9bfbd853, #w-node-ba4ea7a6-547b-8cf8-bbdc-35cbf7f2fde9-9bfbd853, #w-node-ba4ea7a6-547b-8cf8-bbdc-35cbf7f2fdf1-9bfbd853, #w-node-ba4ea7a6-547b-8cf8-bbdc-35cbf7f2fdf9-9bfbd853 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbb3716c-c5e6-cd25-3d33-8ba8641d5254-9bfbd853 {
  align-self: center;
  justify-self: center;
}

#w-node-_2473b8a5-9f96-f59f-d4f6-dac9a133b506-9bfbd853, #w-node-ba4ea7a6-547b-8cf8-bbdc-35cbf7f2fdde-57d7fe10, #w-node-ba4ea7a6-547b-8cf8-bbdc-35cbf7f2fde9-57d7fe10, #w-node-ba4ea7a6-547b-8cf8-bbdc-35cbf7f2fdf1-57d7fe10, #w-node-ba4ea7a6-547b-8cf8-bbdc-35cbf7f2fdf9-57d7fe10, #w-node-_08c43ded-8227-ef33-5a73-f50dea31a269-57d7fe10, #w-node-ba4ea7a6-547b-8cf8-bbdc-35cbf7f2fdde-4979e0dc, #w-node-ba4ea7a6-547b-8cf8-bbdc-35cbf7f2fde9-4979e0dc, #w-node-ba4ea7a6-547b-8cf8-bbdc-35cbf7f2fdf1-4979e0dc, #w-node-ba4ea7a6-547b-8cf8-bbdc-35cbf7f2fdf9-4979e0dc, #w-node-c536ebc2-ad95-8152-a8d5-f23a07c7fcd9-4979e0dc, #w-node-ba4ea7a6-547b-8cf8-bbdc-35cbf7f2fdde-d88b7572, #w-node-ba4ea7a6-547b-8cf8-bbdc-35cbf7f2fde9-d88b7572, #w-node-ba4ea7a6-547b-8cf8-bbdc-35cbf7f2fdf1-d88b7572, #w-node-ba4ea7a6-547b-8cf8-bbdc-35cbf7f2fdf9-d88b7572, #w-node-_7ee6aaa0-f362-1ed2-5c7f-0deee7c9a1aa-d88b7572, #w-node-_87d3507a-9bfb-f15b-fc03-41bac8538e5f-d88b7572, #w-node-ba4ea7a6-547b-8cf8-bbdc-35cbf7f2fdde-723c44f5, #w-node-ba4ea7a6-547b-8cf8-bbdc-35cbf7f2fde9-723c44f5, #w-node-ba4ea7a6-547b-8cf8-bbdc-35cbf7f2fdf1-723c44f5, #w-node-ba4ea7a6-547b-8cf8-bbdc-35cbf7f2fdf9-723c44f5, #w-node-b24f1368-d40f-cfab-9013-6fb6c563e8e4-723c44f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-dbb3716c-c5e6-cd25-3d33-8ba8641d5254-9bfbd853, #w-node-dbb3716c-c5e6-cd25-3d33-8ba8641d5261-9bfbd853, #w-node-dbb3716c-c5e6-cd25-3d33-8ba8641d5254-57d7fe10, #w-node-dbb3716c-c5e6-cd25-3d33-8ba8641d5254-4979e0dc, #w-node-_6e0e1003-1182-9fa2-101d-7e56e80bed1f-4979e0dc, #w-node-_8f9c1bc3-b5ed-55c4-abf1-6fcad3872ad3-4979e0dc, #w-node-a360da44-c659-fc7e-32d3-6a1755fda5be-4979e0dc, #w-node-da17127f-2d00-9015-2281-e91ba1d19569-4979e0dc, #w-node-ea2f7d36-f50f-213d-96f5-8cac8d983016-4979e0dc, #w-node-_8db4377f-34b3-4e62-646b-b500e67c9dfd-4979e0dc, #w-node-_116f81c6-d566-1017-48b7-3af96cc7c496-4979e0dc, #w-node-fb5a14be-09f7-bc94-a330-44b483496a41-4979e0dc, #w-node-_53570993-728d-1908-173c-d26c15924ca6-4979e0dc, #w-node-ef8faa18-d35e-8cc6-c8af-e91f21799bac-4979e0dc, #w-node-dbb3716c-c5e6-cd25-3d33-8ba8641d5254-d88b7572, #w-node-_7f1f7a94-a513-7778-61ce-aba6b02925d8-d88b7572, #w-node-_1898bb63-173e-ac66-a084-d3c90a47973c-d88b7572, #w-node-_364c1966-7011-5957-4af2-9e0da05979e4-d88b7572, #w-node-_364c1966-7011-5957-4af2-9e0da05979f1-d88b7572, #w-node-_364c1966-7011-5957-4af2-9e0da05979fd-d88b7572, #w-node-ddf64c08-23af-bb8d-4df6-7a1e6bbe7c00-d88b7572, #w-node-ddf64c08-23af-bb8d-4df6-7a1e6bbe7c0b-d88b7572, #w-node-ddf64c08-23af-bb8d-4df6-7a1e6bbe7c16-d88b7572, #w-node-ddf64c08-23af-bb8d-4df6-7a1e6bbe7c21-d88b7572, #w-node-ddf64c08-23af-bb8d-4df6-7a1e6bbe7c2c-d88b7572, #w-node-f73f99c3-e67e-1ff5-08d2-48d3015d7d1e-d88b7572, #w-node-f73f99c3-e67e-1ff5-08d2-48d3015d7d27-d88b7572, #w-node-f73f99c3-e67e-1ff5-08d2-48d3015d7d32-d88b7572, #w-node-_7ee6aaa0-f362-1ed2-5c7f-0deee7c9a1aa-d88b7572, #w-node-_7ee6aaa0-f362-1ed2-5c7f-0deee7c9a1b3-d88b7572, #w-node-_7ee6aaa0-f362-1ed2-5c7f-0deee7c9a1be-d88b7572, #w-node-_4ff3b777-c4a0-d7a1-55a0-277c58d4f754-d88b7572, #w-node-_677939fe-7f45-73a9-0f98-518141435319-d88b7572, #w-node-_677939fe-7f45-73a9-0f98-518141435322-d88b7572, #w-node-_677939fe-7f45-73a9-0f98-51814143532d-d88b7572, #w-node-dbb3716c-c5e6-cd25-3d33-8ba8641d5254-723c44f5, #w-node-_44d1ba04-d62a-1c45-dd69-193dd64c5481-723c44f5, #w-node-_94f9f5a8-80aa-0fcc-077f-62f27895cd32-723c44f5, #w-node-_20780bc1-d9cb-dc6e-2023-0b502706d820-723c44f5, #w-node-_7e0d983a-99c1-bc35-33cb-1c9fa0dd4cc3-723c44f5, #w-node-d92173f7-b73e-f99b-fb92-c142cc7ae418-723c44f5, #w-node-_7549b00f-8540-2f81-8c23-5e1c5f5c40ad-723c44f5, #w-node-_0372eb24-7dd3-be9a-e086-75b28d9b8c13-723c44f5, #w-node-_1fd36b34-6b42-74b2-b09e-583118ba4085-723c44f5 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d2b45e5f-799c-0059-823c-e6c3cd444e74-ac3475bf {
    align-self: center;
    justify-self: center;
  }
}


