:root {
  --black: #00121f;
  --flowui-component-library--white: white;
  --white: white;
  --purple: #100141;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--grey-600: #393b6a;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--gray-700: #282556;
  --default-grey: #484951;
  --flowui-component-library--gray-100: #f7f9fd;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--primary-base: #642eff;
  --flowui-component-library--gray-500: #6b7094;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
  --flowui-component-library--success-lighter: #ebfff6;
  --flowui-component-library--success-darker: #006638;
  --flowui-component-library--gray-400: #b6b9ce;
  --flowui-component-library--primary-dark: #2d0896;
  --flowui-component-library--gray-800: #1b114a;
  --flowui-component-library--primary-lighter: #f7f5ff;
}

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

body {
  color: var(--black);
  font-family: Nunito, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.heysur-navigation-button {
  background-color: var(--black);
  outline-offset: 0px;
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.heysur-navigation-button:hover {
  background-color: var(--white);
  color: var(--purple);
}

.heysur-navigation-button.secondary {
  background-color: var(--white);
  color: var(--black);
}

.heysur-navigation-button.secondary:hover {
  background-color: var(--purple);
  color: var(--white);
}

.heysur-nav-content {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.heysur-navigation-link {
  color: var(--black);
  letter-spacing: 0;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 50px;
  padding: 8px 24px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  transition: all .35s;
}

.heysur-navigation-link:hover {
  background-color: var(--purple);
  color: var(--white);
}

.heysur-navigation-link.w--current {
  color: var(--black);
  -webkit-text-stroke-color: var(--purple);
  font-size: 16px;
  font-weight: 400;
}

.heysur-navigation-link.w--current:hover {
  color: var(--white);
  font-weight: 400;
}

.heysur-navigation-link.negative {
  color: var(--white);
  text-shadow: none;
  font-size: 16px;
}

.heysur-navigation-link.negative:hover {
  background-color: var(--white);
  color: var(--black);
}

.heysur-navigation-link.negative.w--current {
  color: var(--white);
  font-size: 16px;
}

.heysur-navigation-link.negative.w--current:hover {
  background-color: var(--white);
  color: var(--black);
}

.heysur-navigation-menu {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.heysur-logo {
  width: 124px;
  padding-top: 0;
}

.heysur-logo.login {
  vertical-align: baseline;
  padding-bottom: 24px;
}

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

.hs-navigation {
  z-index: 99999;
  text-shadow: 0 1px 1px #0003;
  background-color: #fff0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 88px;
  padding: 24px 5%;
  display: flex;
  position: sticky;
  top: 0;
}

.hs-navigation.negative {
  box-shadow: none;
}

.heysur-image-cover {
  object-fit: cover;
  width: 560px;
  height: 100%;
  display: block;
}

.heysur-content-image-tall {
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}

.heysur-button-neutral {
  background-color: var(--black);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: 0;
  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;
}

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

.heysur-paragraph-large-paragraph-regular {
  color: var(--black);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  line-height: 1.6em;
}

.heysur-paragraph-large-paragraph-regular.f-text-weight-medium {
  color: var(--black);
  font-family: Valid;
  font-weight: 500;
}

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

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

.heysur-paragraph-large {
  color: var(--black);
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
}

.heysur-paragraph-large.center {
  text-align: center;
}

.heysur-h3-heading {
  color: var(--black);
  letter-spacing: 0;
  -webkit-text-stroke-color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 48px;
  line-height: 1.2em;
}

.heysur-h3-heading.white {
  color: var(--white);
}

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

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

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

.heysur-grid-two-column.img-right {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.heysur-grid-two-column.img-left {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.header-container-regular {
  width: 100%;
  max-width: 1140px;
  height: 77.3422%;
  margin: auto;
  position: relative;
}

.hs-default-section {
  padding: 80px 64px;
  position: relative;
}

.hs-default-section.hero {
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  background-image: url('../images/home-hero-image-04.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  height: 680px;
  min-height: 680px;
  margin-top: -92px;
  padding-top: 170px;
  padding-bottom: 80px;
  position: relative;
}

.hs-default-section.hero.animaux {
  background-image: url('../images/heysur-hero-image-02.webp');
}

.hs-default-section.hero.aide {
  background-image: url('../images/heysur-hero-image-04.webp');
  background-position: 50% 0;
  height: 55svh;
}

.hs-default-section.hero.family {
  background-image: url('../images/home-hero-image-03.webp');
  height: 65svh;
}

.hs-default-section.hero.rcpro {
  background-image: url('../images/home-hero-image-04.jpg');
}

.hs-default-section.hero.habitation {
  background-image: url('../images/home-hero-image-03.webp');
  background-position: 50% 57%;
}

.hs-default-section.hero.scolaire {
  background-image: url('../images/home-hero-image-05.jpg');
}

.hs-default-section.hero.homepage {
  background-image: url('../images/home-hero-image-temporary.webp');
  height: auto;
  min-height: auto;
  padding-top: 120px;
}

.hs-default-section.disclaimer {
  height: auto;
  padding: 24px 32px;
}

.hs-default-section.legal {
  background-image: url('../images/heysur-hero-image-03.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50svh;
  min-height: 320px;
  margin-top: -92px;
  padding-top: 20svh;
}

.hs-default-section.funnel {
  height: 90svh;
  padding: 32px 0;
}

.hs-default-section.footer {
  background-color: #00121f;
  background-image: url('../images/background-footer.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.heysur-paragraph-large-testimonial-background {
  background-color: var(--flowui-component-library--gray-100);
  width: 100%;
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.f-slide-nav-hidden {
  display: none;
  bottom: -50px;
}

.f-testimonial-right-a {
  border: 1px solid var(--flowui-component-library--grey-300);
  background-color: var(--flowui-component-library--gray-900);
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: -90px 0% auto auto;
}

.f-testimonial-right-a:hover {
  border-color: var(--flowui-component-library--gray-900);
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
}

.f-testimonial-left-a {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--grey-600);
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: -90px 60px auto auto;
}

.f-testimonial-left-a:hover {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
}

.heysur-paragraph-small {
  color: var(--black);
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.heysur-paragraph-small.white {
  color: var(--white);
}

.heysur-paragraph-small.white.link {
  text-decoration: underline;
}

.heysur-paragraph-small.white.footer-link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
}

.heysur-paragraph-small.white.copyright {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.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: #0000;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

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

.f-testimonial-slide {
  margin-right: 40px;
}

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

.heysur-paragraph-large-testimonial-section {
  background-color: var(--flowui-component-library--white);
  padding: 100px 5%;
  position: relative;
  overflow: hidden;
}

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

.f-h6-heading {
  color: var(--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

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

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

.f-testimonial-slider-cards {
  background-color: #fff;
  height: auto;
}

.heysur-paragraph-large-margin-bottom-44 {
  margin-bottom: 12px;
}

.heysur-button-secondary {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: #333;
  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;
}

.heysur-button-secondary:hover {
  background-color: var(--flowui-component-library--gray-200);
  color: var(--purple);
  border-color: #0000;
}

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

.heysur-margin-bottom-45 {
  margin-bottom: 40px;
}

.heysur-h1-heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.15em;
}

.heysur-h1-heading.white {
  color: var(--white);
}

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

.heysur-header-wrapper-left {
  max-width: 620px;
}

.text-block {
  letter-spacing: 0;
  text-shadow: none;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.text-block-2 {
  letter-spacing: 0;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.text-block-3 {
  color: var(--black);
  letter-spacing: 0;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.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-family: Valid;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

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

.f-footer-bottom {
  justify-content: space-between;
  align-items: center;
  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-2 {
  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: column;
  align-items: flex-start;
  margin-left: 60px;
  display: flex;
}

.f-footer-group {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

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

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

.heysur-paragraph-large-2 {
  color: var(--black);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  line-height: 1.6em;
}

.heysur-paragraph-large-margin-bottom-46 {
  margin-bottom: 40px;
}

.heysur-paragraph-large-h1-heading-2 {
  color: var(--black);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 64px;
  line-height: 1.1em;
}

.heysur-paragraph-large-margin-bottom-47 {
  margin-bottom: 24px;
}

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

.heysur-paragraph-large-margin-bottom-48 {
  margin-bottom: 8px;
}

.hs-paragraph-large-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;
}

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

.f-paragraph-smalll {
  color: var(--black);
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

.f-paragraph-smalll.white {
  color: var(--white);
}

.heysur-paragraph-large-sub-heading-large {
  color: var(--black);
  letter-spacing: 0;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

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

.rl-button-secondary {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl_faq1_spacing-block-5 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_faq1_spacing-block-4 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-heading-style-h4 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl_faq1_cta-wrapper {
  text-align: center;
  width: 100%;
  max-width: 35rem;
}

.rl_faq1_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-text-style-regular {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.hs-paragraph-large-faq-answer-wrapper {
  margin-bottom: 1.5rem;
}

.hs-paragraph-large-faq-answer {
  overflow: hidden;
}

.rl_faq1_icon {
  color: var(--relume-library-lite--rl-black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.rl_faq1_icon-wrapper {
  align-self: flex-start;
}

.rl_faq1_question-text {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

.hs-paragraph-large-faq-question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--black);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.hs-paragraph-large-faq-accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.hs-paragraph-large-faq-list {
  border-bottom: 1px solid var(--relume-library-lite--rl-black);
}

.rl_faq1_spacing-block-2 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_faq1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_faq1_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.hs-paragraph-large-faq {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl-padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_faq1 {
  background-color: var(--relume-library-lite--rl-white);
}

.hs-paragraph-large-container-small {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.f-sub-heading-medium {
  color: var(--black);
  font-family: Valid;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

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

.heysur-paragraph-large-h5-heading {
  color: var(--black);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 28px;
  line-height: 1.2em;
}

.heysur-paragraph-large-margin-bottom-50 {
  margin-bottom: 8px;
}

.heysur-paragraph-large-margin-bottom-50.centered {
  width: 100%;
  display: block;
}

.f-feature-icon-wrapper {
  background-color: var(--flowui-component-library--gray-100);
  border-radius: 8px;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  margin-bottom: 32px;
  padding: 16px;
}

.heysur-paragraph-large-feature-card-outlined {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  display: flex;
}

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

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

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

.heysur-paragraph-large-feature-icon-wrapper-simple {
  margin-bottom: 8px;
}

.f-image-cover-2 {
  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-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: #0000;
}

.f-button-neutral-2 {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  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-margin-bottom-51 {
  margin-bottom: 32px;
}

.f-h1-heading-3 {
  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-52 {
  margin-bottom: 24px;
}

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

.f-margin-bottom-53 {
  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-header-avatar-text {
  color: var(--flowui-component-library--gray-700);
  margin-left: 24px;
  font-size: 14px;
  font-weight: 500;
}

.f-avatar-dark {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  border: 3px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-right: -14px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
  position: relative;
}

.f-avatar-group-r {
  background-color: var(--flowui-component-library--grey-300);
  border: 3px solid #fff;
  border-radius: 100px;
  width: 48px;
  height: 48px;
  margin-right: -16px;
  position: relative;
}

.f-header-avatar-block {
  align-items: center;
  display: flex;
}

.f-header-avatar-group {
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

.f-header-wrapper-left-2 {
  max-width: 620px;
}

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

.f-sub-heading-large-2 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.heysur-paragraph-large-feature-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.heysur-paragraph-large-h3-heading-2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 48px;
  line-height: 1.2em;
}

.heysur-paragraph-large-h3-heading-2.center {
  text-align: center;
}

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

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

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

.hs-title-wrapper-left {
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
}

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

.heysur-paragraph-large-margin-bottom-129 {
  margin-bottom: 16px;
}

.f-heading-detail-small-4 {
  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-130 {
  margin-bottom: 128px;
}

.f-button-secondary-3 {
  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-3:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

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

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

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

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

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

.f-h1-heading-4 {
  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-132 {
  margin-bottom: 24px;
}

.f-heading-detail-small-5 {
  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-133 {
  margin-bottom: 8px;
}

.f-header-title-wrapper-center-2 {
  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;
}

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

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

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

.f-success-message {
  background-color: var(--flowui-component-library--success-lighter);
  color: var(--flowui-component-library--success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-form-button {
  background-color: var(--flowui-component-library--gray-900);
  outline-offset: 0px;
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

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

.f-form-button:active {
  background-color: var(--flowui-component-library--gray-900);
}

.f-input-outlined {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
}

.f-input-outlined:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-input-outlined::placeholder {
  color: var(--flowui-component-library--gray-400);
}

.f-cta-form-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-cta-form-block {
  max-width: 460px;
  margin-bottom: 8px;
}

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

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

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

.f-cta-text-wrapper-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.f-pricing-button {
  background-color: var(--flowui-component-library--primary-base);
  color: #fff;
  letter-spacing: -.02px;
  white-space: nowrap;
  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-pricing-button:hover {
  background-color: var(--flowui-component-library--primary-dark);
}

.f-pricing-line-dark {
  background-color: var(--flowui-component-library--gray-700);
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

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

.f-paragraph-small-6.f-text-color-gray-400, .f-text-color-gray-400 {
  color: var(--flowui-component-library--gray-400);
}

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

.f-pricing-feature-item {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.f-pricing-feature-list {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr;
}

.f-pricing-duration {
  color: var(--flowui-component-library--gray-400);
  font-size: 16px;
  font-weight: 400;
}

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

.f-h3-heading-4.f-text-color-white {
  color: var(--flowui-component-library--white);
}

.f-pricing-month-wrapper {
  align-items: center;
  display: flex;
}

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

.f-badge-filled {
  background-color: var(--flowui-component-library--primary-base);
  color: #fff;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

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

.f-heading-detail-small-6.f-text-color-white {
  color: #fff;
}

.f-pricing-type-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.f-pricing-card-dark {
  background-color: var(--flowui-component-library--gray-900);
  color: #fff;
  border: 1px solid #0000;
  border-radius: 16px;
  padding: 40px;
  position: relative;
}

.f-button-secondary-4 {
  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-4:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.f-pricing-line {
  background-color: #e4e6f1;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-pricing-card-outline {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 40px;
  display: flex;
}

.f-pricing-column-basic {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.f-pricing-tab-pane {
  width: 100%;
}

.f-pricing-button-toggle {
  color: var(--flowui-component-library--gray-900);
  text-align: center;
  letter-spacing: -.01em;
  background-color: #0000;
  border-radius: 4px;
  padding: 12px 44px;
  font-size: 14px;
}

.f-pricing-button-toggle.w--current {
  color: var(--flowui-component-library--gray-900);
  background-color: #fff;
  font-weight: 500;
  box-shadow: 3px 8px 20px #8d9bbe29;
}

.f-pricing-toggle-menu {
  background-color: var(--flowui-component-library--gray-200);
  border-radius: 8px;
  align-items: center;
  margin-bottom: 52px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  display: flex;
}

.f-pricing-tab {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

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

.f-text-weight-bold-2 {
  font-weight: 700;
}

.f-pricing-title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

.body {
  color: var(--black);
  font-family: Nunito, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.page-background {
  background-image: url('../images/home-hero-image-02.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-background.home {
  background-image: url('../images/home-hero-image-001.webp');
  background-position: 50%;
  background-size: cover;
}

.page-background.animaux {
  background-image: url('../images/home-hero-image-04.webp');
  background-size: cover;
}

.page-background.animals {
  background-image: url('../images/heysur-hero-image-02.webp');
  background-position: 50%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

.f-content-image-wrapper-large {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 460px;
  overflow: hidden;
}

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

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

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

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

.heysur-icon-regular-4 {
  color: var(--flowui-component-library--gray-900);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.hs-content-list-item {
  grid-column-gap: 16px;
  color: var(--flowui-component-library--gray-900);
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 8px;
  display: flex;
}

.f-content-list-wrapper {
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 32px;
  margin-bottom: 42px;
  display: flex;
}

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

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

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

.f-heading-detail-small-7 {
  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-139 {
  margin-bottom: 12px;
}

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

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

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

.f-logo-block {
  background-color: var(--flowui-component-library--gray-100);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 96px;
  padding: 24px;
  display: flex;
}

.f-button-secondary-5 {
  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-5:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

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

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

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

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

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

.f-section-regular-2 {
  padding: 72px 5%;
  position: relative;
}

.heysur-paragraph-medium {
  color: var(--black);
  font-family: Nunito, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.heysur-paragraph-medium.white {
  color: var(--white);
}

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

.f-header-image-wrapper-wide {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 400px;
  margin-top: 64px;
  display: flex;
  overflow: hidden;
}

.f-success-message-2 {
  background-color: var(--flowui-component-library--success-lighter);
  color: var(--flowui-component-library--success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-button-neutral-5 {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  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-5:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-header-input-field {
  color: var(--flowui-component-library--gray-900);
  background-color: #0000;
  border: 1px #000;
  min-height: 48px;
  margin-bottom: 0;
  margin-right: 16px;
  padding: 12px 16px;
}

.f-header-input-field::placeholder {
  color: var(--flowui-component-library--gray-400);
}

.f-header-form-wrapper {
  border: 1px solid var(--flowui-component-library--grey-300);
  background-color: #fff;
  border-radius: 50px;
  align-items: center;
  padding: 4px;
  display: flex;
}

.f-header-form-block {
  max-width: 360px;
  margin-bottom: 0;
}

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

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

.f-h1-heading-5 {
  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-144 {
  margin-bottom: 24px;
}

.f-heading-detail-small-8 {
  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-145 {
  margin-bottom: 8px;
}

.f-header-title-wrapper-center-3 {
  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;
}

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

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

.image {
  position: fixed;
  inset: 650px -250px 0% auto;
}

.rl-button {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl_pricing11_spacing-block-8 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-regular-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_pricing11_icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.rl_pricing11_feature-icon-wrapper {
  color: var(--relume-library-lite--rl-black);
  flex: none;
  align-self: flex-start;
}

.rl_pricing11_feature {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.rl_pricing11_feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.rl_pricing11_spacing-block-7 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_pricing11_spacing-block-6 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_pricing11_divider {
  background-color: var(--relume-library-lite--rl-black);
  width: 100%;
  height: 1px;
}

.rl_pricing11_spacing-block-5 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl-heading-style-h4-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl-heading-style-h1 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_pricing11_spacing-block-4 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl-heading-style-h6 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl_pricing11_plan-icon {
  width: 3rem;
  height: 3rem;
}

.rl_pricing11_icon-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.rl_pricing11_content-top {
  flex-direction: column;
}

.rl_pricing11_content {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.rl_pricing11_plan {
  border: 1px solid var(--relume-library-lite--rl-black);
  flex-direction: column;
  padding: 2rem;
  display: flex;
}

.rl_pricing11_plans {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.rl_pricing11_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-text-style-medium-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_pricing11_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_pricing11_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_pricing11_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.rl_pricing11_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl-padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_pricing11 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl_navbar1_menu-button {
  padding: 0;
}

.rl_navbar1_button {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar1_button-secondary {
  border: 1px solid var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: #0000;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.rl_navbar1_dropdown-link {
  color: #000;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar1_dropdown-link.w--current {
  color: #000;
}

.rl_navbar1_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: .5rem;
}

.rl-dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.rl_navbar1_dropdown-toggle {
  color: var(--relume-library-lite--rl-black);
  padding: .5rem 2.5rem .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar1_link {
  color: var(--relume-library-lite--rl-black);
  background-color: #0000;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar1_link.w--current {
  color: #000;
}

.rl_navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.rl_navbar1_logo-link {
  padding-left: 0;
}

.rl_navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rl_navbar1_component {
  border-bottom: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

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

.f-paragraph-small-7.f-text-color-gray-401 {
  color: var(--flowui-component-library--gray-400);
}

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

.f-pricing-feature-item-2 {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.f-pricing-feature-list-2 {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr;
}

.f-pricing-line-dark-2 {
  background-color: var(--flowui-component-library--gray-700);
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-button-secondary-white {
  border: 1px solid var(--flowui-component-library--gray-700);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0000;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

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

.f-button-secondary-white:active {
  background-color: var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--primary-base);
}

.f-pricing-button-2 {
  background-color: var(--flowui-component-library--primary-base);
  color: #fff;
  letter-spacing: -.02px;
  white-space: nowrap;
  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-pricing-button-2:hover {
  background-color: var(--flowui-component-library--primary-dark);
}

.f-pricing-button-grid {
  grid-template-columns: 1fr;
  margin-top: 24px;
}

.f-text-color-gray-401 {
  color: var(--flowui-component-library--gray-400);
}

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

.f-pricing-divider-dark {
  background-color: var(--flowui-component-library--grey-600);
  width: 1px;
  height: 20px;
  margin-left: 16px;
  margin-right: 16px;
}

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

.f-h3-heading-5.f-text-color-white {
  color: var(--flowui-component-library--white);
}

.f-pricing-month-wrapper-2 {
  align-items: center;
  display: flex;
}

.f-margin-bottom-146 {
  margin-bottom: 12px;
}

.f-badge-filled-2 {
  background-color: var(--flowui-component-library--primary-base);
  color: #fff;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

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

.f-heading-detail-small-9.f-text-color-white {
  color: #fff;
}

.f-pricing-type-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.f-pricing-card-dark-2 {
  background-color: var(--flowui-component-library--gray-900);
  color: #fff;
  border: 1px solid #0000;
  border-radius: 16px;
  padding: 40px;
  position: relative;
}

.f-pricing-line-2 {
  background-color: #e4e6f1;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-button-secondary-6 {
  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-6:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.f-button-neutral-6 {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  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-6:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-pricing-divider-small {
  background-color: var(--flowui-component-library--gray-400);
  width: 1px;
  height: 20px;
  margin-left: 16px;
  margin-right: 16px;
}

.f-pricing-card-outline-2 {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  padding: 40px;
  display: flex;
}

.f-pricing-column-basic-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: minmax(200px, 2fr);
  align-items: start;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.f-text-weight-bold-3 {
  font-weight: 700;
}

.f-pricing-title-wrapper-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

.bold-text {
  color: var(--black);
  font-family: Outfit, sans-serif;
  font-size: 42px;
  line-height: 1.1em;
}

.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-vertical-divider-2 {
  background-color: var(--flowui-component-library--grey-300);
  width: 1px;
  height: 16px;
}

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

.f-footer-detail-2 {
  color: var(--white);
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-brand-2 {
  align-items: center;
  display: flex;
}

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

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

.f-icon-regular-6 {
  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-footer-social-row-large-2 {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 60px;
  display: flex;
}

.f-footer-group-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

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

.f-footer-small-2 {
  background-color: var(--flowui-component-library--grey-600);
  padding: 32px 5%;
  position: relative;
}

.text-block-4, .text-block-5 {
  color: var(--white);
}

.rl_footer1_legal-link {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
}

.hs-footer-legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.rl_footer1_credit-text {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
}

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

.hs-footer-spacing-block-6 {
  width: 100%;
  padding-bottom: 2rem;
}

.hs-footer-line-divider {
  background-color: var(--relume-library-lite--rl-black);
  border: 1px solid #fff;
  width: 100%;
  height: 1px;
}

.hs-spacing-block-5 {
  width: 100%;
  padding-bottom: 5rem;
}

.hs-footer-social-icon {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  width: 1.5rem;
  height: 1.5rem;
}

.hs-footer-social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--relume-library-lite--rl-black);
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.hs-spacing-block-4 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_footer_column-text {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.rl_footer1_link {
  color: var(--relume-library-lite--rl-black);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.hs-footer-menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

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

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

.rl-text-style-link {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.rl-text-style-tiny {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_footer1_spacing-block-3 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-button-secondary-small {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-form-input {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.rl-form-input:focus {
  border-color: var(--relume-library-lite--rl-black);
}

.rl-form-input::placeholder {
  color: var(--relume-library-lite--rl-black);
  font-size: 1rem;
}

.rl_footer1_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_footer1_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.rl_footer1_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-text-style-regular-3 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.hs-spacing-block {
  width: 100%;
  padding-bottom: 1.5rem;
}

.hs-footer-logo {
  width: 124px;
}

.hs-footer-logo-link {
  padding-left: 0;
}

.hs-footer-left-wrapper {
  flex-direction: column;
  display: flex;
}

.hs-footer-top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.hs-footer-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

.hs-footer {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_footer1_component {
  background-color: var(--relume-library-lite--rl-white);
}

.h2 {
  margin-top: 16px;
  margin-bottom: 28px;
  font-size: 30px;
}

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

.heading {
  color: #fff;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  line-height: 1.2em;
}

.div-block {
  width: 500px;
  height: 500px;
}

.heading-2 {
  font-size: 3em;
}

.heading-3 {
  font-family: Outfit, sans-serif;
  font-size: 3.8em;
  line-height: 1.15em;
}

.h1 {
  color: var(--black);
  font-family: Outfit, sans-serif;
  font-size: 52px;
  line-height: 1.1em;
}

.h1.white {
  color: var(--white);
}

.heading-4 {
  font-family: Outfit, sans-serif;
}

.h3 {
  font-family: Outfit, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1em;
}

.paragraph {
  text-align: left;
  line-height: 1.6em;
}

.paragraph.legal {
  font-size: 14px;
  text-decoration: none;
}

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

.paragraph.hero {
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
}

.paragraph.hero.white {
  color: var(--white);
}

.paragraph.hero.price {
  font-family: Outfit, sans-serif;
  font-size: 30px;
  font-weight: 200;
  text-decoration: none;
}

.paragraph.hero.centered {
  text-align: center;
  margin-top: 16px;
}

.paragraph.card {
  text-align: center;
  padding-top: 0;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  line-height: 1.2em;
}

.heysur-paragraph-large-feature-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.h4 {
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  font-family: Outfit, sans-serif;
  font-size: 22px;
  line-height: 1.1em;
}

.div-block-2 {
  width: 100%;
  display: block;
}

.div-bloc {
  width: 100%;
}

.rl-button-link-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl-button-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: #0000;
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl-button-secondary-2 {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.rl_layout1_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium-3 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout1_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2-3 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_layout1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.rl-padding-section-large-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.rl-padding-global-3 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_layout1 {
  background-color: var(--relume-library-lite--rl-white);
}

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

.hs-image-cover.services {
  width: 240px;
  height: 240px;
}

.hs-content-image-wrapper {
  border-radius: 12px;
  width: 100%;
  max-width: 520px;
  height: 520px;
  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: #0000;
}

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

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

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

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

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

.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-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-heading-detail-small-10 {
  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-149 {
  margin-bottom: 12px;
}

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

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

.hs-section-regular {
  padding: 70px 5% 90px;
  position: relative;
}

.hs-section-regular.bg01 {
  background-color: #fdfcff;
  background-image: url('../images/background-001.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

.hs-section-regular.bg02 {
  background-image: url('../images/background-002.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 1920px;
}

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

.f-margin-bottom-151 {
  margin-bottom: 12px;
}

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

.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-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-image-cover {
  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;
}

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

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

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

.heading-5 {
  font-family: Outfit, sans-serif;
  font-size: 22px;
  line-height: 1.1em;
}

.small-paragraph {
  font-size: 14px;
  line-height: 1.4em;
}

.small-paragraph.white {
  color: #fff;
}

.f-testimonial-background {
  background-color: var(--flowui-component-library--gray-100);
  width: 100%;
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.f-slide-nav-hidden-2 {
  display: none;
  bottom: -50px;
}

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

.f-testimonial-right-a-2 {
  border: 1px solid var(--flowui-component-library--grey-300);
  background-color: var(--flowui-component-library--gray-900);
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: -90px 0% auto auto;
}

.f-testimonial-right-a-2:hover {
  border-color: var(--flowui-component-library--gray-900);
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
}

.f-testimonial-left-a-2 {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--grey-600);
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: -90px 60px auto auto;
}

.f-testimonial-left-a-2:hover {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
}

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

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

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

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

.f-testimonial-avatar-small-2 {
  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-2 {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author-2:hover {
  border-color: #0000;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

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

.f-testimonial-star-wrapper {
  grid-column-gap: 4px;
  margin-bottom: 16px;
  display: flex;
}

.f-testimonial-card-2 {
  color: var(--flowui-component-library--gray-900);
  background-color: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-testimonial-slide-2 {
  margin-right: 40px;
}

.f-testimonial-slider-mask {
  width: 350px;
  overflow: visible;
}

.f-testimonial-slider-large {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: 48px;
}

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

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

.f-heading-detail-small-11 {
  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-154 {
  margin-bottom: 12px;
}

.f-text-weight-bold-4 {
  font-weight: 700;
}

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

.f-testimonial-section {
  background-color: var(--flowui-component-library--white);
  padding: 100px 5%;
  position: relative;
  overflow: hidden;
}

.logo2_logo {
  max-height: 3.5rem;
}

.logo2_logo-list {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  place-items: center end;
  display: grid;
}

.rl-heading-style-h6-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.logo2_content-left {
  max-width: 18rem;
}

.logo2_component {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.hs-padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

.hs-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.section_logo2 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl_testimonial15_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.rl_testimonial15_arrow-icon {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.rl_testimonial15_arrow-right {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.rl_testimonial15_arrow-left {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 4rem 0% auto;
}

.rl_testimonial15_logo {
  max-height: 3rem;
}

.rl_testimonial15_divider {
  background-color: var(--relume-library-lite--rl-black);
  align-self: stretch;
  width: 1px;
}

.rl-text-style-regular-4 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_testimonial15_client-name-text {
  color: var(--black);
  font-family: Outfit, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_testimonial15_client {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.rl_testimonial_spacing-block-1 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-heading-style-h5 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 36px;
  font-weight: 100;
  line-height: 1.1;
}

.rl_testimonial15_rating-icon {
  color: var(--relume-library-lite--rl-black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.rl_testimonial15_rating-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

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

.rl_testimonial15_client-image {
  object-fit: cover;
}

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

.rl_testimonial15_slide {
  margin-right: 5rem;
}

.rl_testimonial15_component {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 5rem;
}

.rl-padding-section-large-4 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.rl-padding-global-4 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_testimonial15 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl_header26_image-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.rl_header26_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-button-secondary-3 {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button-2 {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button-group-center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl_header26_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium-4 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_header26_spacing-block-1 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-heading-style-h1-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_header26_content {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.rl_header26_component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rl-padding-section-large-5 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.rl-padding-global-5 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_header26 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl-button-link-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl-button-link-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: #0000;
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl_layout239_spacing-block-6 {
  width: 100%;
  padding-bottom: 4rem;
}

.rl-text-style-regular-5 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout239_spacing-block-5 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h4-3 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl_layout239_spacing-block-4 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_layout239_image-wrapper {
  width: 100%;
  position: relative;
}

.rl_layout239_item {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.rl_layout239_content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: start center;
  width: 100%;
  display: inline-grid;
}

.rl_layout239_content._2 {
  grid-template-columns: 1fr 1fr;
}

.rl_layout239_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_layout239_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2-4 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_layout239_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_layout239_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.rl_layout239_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl_section_layout239 {
  background-color: var(--relume-library-lite--rl-white);
}

.icon-garanties, .image-3 {
  width: 42px;
  height: 42px;
}

.image-change {
  width: 240px;
  margin-left: auto;
  margin-right: auto;
}

.image-5, .image-6 {
  width: 240px;
}

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

.heysur-navigation-2-link {
  color: var(--white);
  padding: 8px 24px;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.heysur-navigation-2-link:hover {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  color: var(--black);
  border-radius: 50px;
}

.heysur-navigation-2-link.w--current {
  color: var(--white);
  padding: 8px 24px;
  font-family: Outfit, sans-serif;
}

.lottie-animation {
  width: 240px;
  height: 240px;
  margin-left: auto;
  margin-right: auto;
}

.heysur-hero-button-primary {
  background-color: var(--black);
  color: var(--white);
  border-radius: 48px;
  padding: 10px 24px;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
}

.heysur-hero-button-primary:hover {
  background-color: var(--white);
  color: var(--purple);
}

.heysur-hero-button-secondary {
  background-color: var(--white);
  color: var(--black);
  border-radius: 48px;
  padding: 10px 24px;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
}

.heysur-hero-button-secondary:hover {
  background-color: var(--purple);
  color: var(--white);
}

.body-2 {
  color: var(--black);
  font-family: Nunito, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.link-2, .link {
  color: var(--purple);
}

.f-interaction-detail {
  color: #6b7094;
  font-weight: 500;
}

.f-interaction-accent {
  max-width: 320px;
}

.f-interaction {
  grid-row-gap: 16px;
  background-color: var(--flowui-component-library--gray-200);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 14px;
  display: flex;
}

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

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

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

.f-alert-content {
  width: 100%;
}

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

.f-alert-information {
  background-color: var(--flowui-component-library--primary-lighter);
  color: var(--flowui-component-library--primary-base);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin-right: 16px;
  display: flex;
}

.f-interaction-alert {
  background-color: var(--flowui-component-library--white);
  color: var(--flowui-component-library--gray-900);
  border-radius: 8px;
  align-items: flex-start;
  padding: 16px 24px 16px 16px;
  display: flex;
  box-shadow: 56px 0 80px -24px #393b6a1f;
}

.f-interaction-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.hs-testimonial-background {
  background-color: var(--flowui-component-library--gray-100);
  width: 100%;
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.f-slide-nav-hidden-3 {
  display: none;
  bottom: -50px;
}

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

.f-testimonial-right-a-3 {
  border: 1px solid var(--flowui-component-library--grey-300);
  background-color: var(--flowui-component-library--gray-900);
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: -90px 0% auto auto;
}

.f-testimonial-right-a-3:hover {
  border-color: var(--flowui-component-library--gray-900);
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
}

.f-testimonial-left-a-3 {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--grey-600);
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: -90px 60px auto auto;
}

.f-testimonial-left-a-3:hover {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
}

.hs-paragraph-small {
  color: var(--black);
  text-align: center;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.8;
}

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

.hs-paragraph-regular.hs-text-weight-medium {
  color: var(--black);
  font-family: Outfit, sans-serif;
  font-weight: 500;
}

.hs-text-weight-medium {
  color: var(--black);
  font-weight: 500;
}

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

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

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

.hs-testimonial-author:hover {
  border-color: #0000;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.hs-margin-bottom-155 {
  margin-bottom: 32px;
}

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

.hs-margin-bottom-156 {
  margin-bottom: 16px;
}

.hs-testimonial-card {
  color: var(--flowui-component-library--gray-900);
  background-color: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

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

.hs-testimonial-slide {
  margin-right: 40px;
}

.f-testimonial-slider-cards-2 {
  background-color: #fff;
  height: auto;
}

.f-h3-heading-7 {
  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-12 {
  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-157 {
  margin-bottom: 12px;
}

.f-text-weight-bold-5 {
  font-weight: 700;
}

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

.hs-testimonial-section {
  background-color: var(--flowui-component-library--white);
  padding: 100px 5%;
  position: relative;
  overflow: hidden;
}

.heading-6 {
  font-family: Outfit, sans-serif;
  font-size: 22px;
  line-height: 1.6em;
}

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

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

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

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

.f-testimonial-avatar-small-3 {
  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-3 {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author-3:hover {
  border-color: #0000;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

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

.f-testimonial-star-wrapper-2 {
  grid-column-gap: 4px;
  margin-bottom: 16px;
  display: flex;
}

.f-testimonial-outline-small {
  border: 1px solid var(--flowui-component-library--gray-200);
  color: var(--flowui-component-library--gray-900);
  background-color: #fff;
  border-radius: 12px;
  padding: 32px;
}

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

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

.hs-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-margin-bottom-48 {
  margin-bottom: 48px;
}

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

.f-section-regular-3 {
  padding: 72px 5%;
  position: relative;
}

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

.hs-testimonial-card-fixed {
  border: 1px solid var(--flowui-component-library--gray-200);
  color: var(--flowui-component-library--gray-900);
  background-color: #fff;
  border-radius: 12px;
  max-width: 340px;
  padding: 32px 32px 0;
}

.hs-testimonial-card-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.hs-margin-bottom-161 {
  margin-bottom: 16px;
}

.hs-margin-bottom-162 {
  margin-bottom: 48px;
}

.hs-testimonial-stars {
  width: 18px;
  height: 18px;
  margin-right: 2px;
}

.f-account-link {
  color: var(--flowui-component-library--gray-900);
  font-weight: 700;
  text-decoration: none;
}

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

.f-paragraph-small-10.f-text-color-gray-500 {
  color: var(--flowui-component-library--gray-500);
}

.f-success-message-3 {
  background-color: var(--flowui-component-library--success-lighter);
  color: var(--flowui-component-library--success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-button-neutral-7 {
  background-color: var(--black);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  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-7:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-account-form-button {
  flex-direction: column;
  margin-top: 32px;
  display: flex;
}

.f-field-input {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-field-input::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-field-label {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.f-field-wrapper {
  flex-direction: column;
  align-items: flex-start;
}

.f-account-input-grid {
  grid-template-columns: 1fr;
}

.f-account-form-block {
  margin-bottom: 42px;
}

.f-text-color-gray-500 {
  color: var(--flowui-component-library--gray-500);
}

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

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

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

.f-account-social-icon:hover {
  background-color: var(--flowui-component-library--gray-200);
}

.f-account-social-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 24px;
  margin-bottom: 40px;
  display: flex;
}

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

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

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

.f-account-content-wrapper {
  width: 100%;
  max-width: 400px;
}

.f-account-container-r {
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  padding: 60px 5%;
  display: flex;
  position: relative;
}

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

.f-account-image-wrapper {
  background-color: var(--flowui-component-library--gray-200);
  width: 50%;
}

.f-account-section {
  height: 100vh;
  min-height: 900px;
  display: flex;
  position: relative;
}

.logo-login {
  height: 42px;
  margin-top: 32px;
  margin-left: 32px;
  display: block;
  position: absolute;
}

.body-3 {
  color: var(--black);
  font-family: Nunito, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.centered {
  width: 100%;
}

.link-3 {
  color: var(--purple);
  -webkit-text-stroke-color: var(--purple);
}

.image-services {
  align-self: center;
}

.paragraph-3 {
  margin-bottom: 16px;
}

.paragraph-4 {
  text-align: center;
  font-size: 14px;
}

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

.file-upload {
  color: #011e37;
}

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

.text-block-6 {
  color: #1e96fc;
  font-size: .875rem;
}

.ac-heading-style-h3 {
  color: #011e37;
}

.rl-success-text {
  color: #3a4a69;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.ac_contact_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl-success-message-2 {
  background-color: #0000;
  padding: 1.5rem;
}

.uploaded-file {
  background-color: #ebf5ff;
  border: 1px #000;
  border-radius: 6px;
  padding: .75rem 1rem;
}

.rl-error-message-2 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.ac_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
  padding-right: 0;
}

.ac-button {
  color: #fff;
  text-align: center;
  background-color: #100141;
  border-radius: 6px;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
}

.ac-field-label {
  color: #011e37;
  -webkit-text-stroke-color: #011e37;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 700;
}

.ac-text-style-body-large {
  color: #011e37;
  -webkit-text-stroke-color: #011e37;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5;
}

.ac_contact_form-block {
  background-color: #f8f9fb;
  border: 1px #000;
  border-radius: 16px;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  padding: 2rem;
}

.ac-heading-style-h4 {
  color: #011e37;
  -webkit-text-stroke-color: #011e37;
  font-size: 1.6rem;
  line-height: 2.2rem;
}

.ac-heading-style-h4.formular {
  margin-bottom: 0;
}

.ac_spacing-block-5 {
  width: 100%;
  padding-bottom: 5rem;
}

.ac-error-text {
  color: #ff0069;
}

.ac-checkbox-label-small {
  color: #011e37;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.5;
}

.link-4 {
  margin-top: 0;
  padding: 0;
}

.ac_contact_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-link-2 {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.ac-button-secondary {
  color: #011e37;
  text-align: center;
  background-color: #d8dde9;
  border: 1px #000;
  border-radius: 6px;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 700;
}

.rl_contact6_button-wrapper {
  text-align: left;
}

.ac-text-style-subheading {
  color: #011e37;
  -webkit-text-stroke-color: #011e37;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.ac_spacing-block-3 {
  width: 100%;
  padding-bottom: 3rem;
  padding-right: 0;
}

.text-5 {
  padding-left: 8px;
  font-size: .875rem;
  font-weight: 400;
}

.rl_contact6_spacing-block-7 {
  width: 100%;
  padding-bottom: .5rem;
}

.text-body-body {
  color: #3a4a69;
  text-align: left;
  font-size: 14px;
  font-weight: 300;
}

.rl-form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.ac-form-checkbox-icon {
  color: #fff;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d8dde9;
  border-radius: 6px;
  width: 28px;
  min-width: 28px;
  height: 28px;
  min-height: 28px;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.ac-form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #1e96fc;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #1e96fc;
}

.ac-form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #1e96fc;
}

.image-7 {
  margin-left: 2px;
}

.ac_contact_form-field-wrapper {
  position: relative;
}

.ac_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.text-6 {
  color: #1e96fc;
  padding-left: 8px;
  font-size: .875rem;
}

.button-7 {
  background-color: #d2eafe;
  border: 1px #000;
  border-radius: 6px;
  padding: .75rem 1rem;
}

.ac-form-input {
  color: #00121f;
  background-color: #fff;
  border: 1px solid #d8dde9;
  border-radius: 6px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
}

.ac-form-input:focus {
  color: #1e96fc;
  border-width: 1px;
  border-color: #1e96fc;
}

.ac-form-input::placeholder {
  color: #000;
  font-size: 1rem;
}

.ac-form-input.phone {
  text-align: center;
  max-width: 120px;
}

.ac-form-input.cp {
  text-align: center;
  max-width: 90px;
}

.ac-form-input.textarea {
  height: 320px;
}

.heysur-paragraph-large-feature-2 {
  grid-template-columns: 1fr 1fr;
}

.hs-footer-social-icon-2 {
  color: #fff;
  -webkit-text-stroke-color: white;
  width: 1.5rem;
  height: 1.5rem;
}

.hs-footer-line-divider-2 {
  background-color: #000;
  border: 1px solid #fff;
  width: 100%;
  height: 1px;
}

.hs-footer-social-link-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #000;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.heysur-paragraph-small-2 {
  color: #00121f;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.heysur-paragraph-small-2.white {
  color: #fff;
}

.heysur-paragraph-small-2.white.footer-link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
}

.heysur-paragraph-small-2.white.copyright {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.paragraph-5 {
  -webkit-text-stroke-color: var(--black);
}

.text-span {
  object-fit: fill;
  font-family: Outfit, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.heysur-navigation-menu-2 {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.heysur-navigation-link-2 {
  color: #00121f;
  letter-spacing: 0;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 50px;
  padding: 8px 24px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  transition: all .35s;
}

.heysur-navigation-link-2:hover {
  color: #fff;
  background-color: #100141;
}

.heysur-navigation-link-2.w--current {
  color: #00121f;
  -webkit-text-stroke-color: #100141;
  font-size: 16px;
  font-weight: 400;
}

.heysur-navigation-link-2.w--current:hover {
  color: #fff;
  font-weight: 400;
}

.hs-paragraph-large-faq-question-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  border-top: 1px solid #00121f;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.heysur-paragraph-large-margin-bottom-130 {
  margin-bottom: 40px;
}

.bold-text-3 {
  color: #00121f;
  font-family: Outfit, sans-serif;
  font-size: 42px;
  line-height: 1.1em;
}

.hs-paragraph-large-faq-list-2 {
  border-bottom: 1px solid #000;
}

.h4-2 {
  color: #00121f;
  -webkit-text-stroke-color: #00121f;
  font-family: Outfit, sans-serif;
  font-size: 22px;
  line-height: 1.1em;
}

.rl_faq1_icon-2 {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.hs-section-regular-2 {
  padding: 90px 5%;
  position: relative;
}

.hs-section-regular-2.bg02 {
  background-image: url('../images/background-002.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 1920px;
}

.heysur-paragraph-large-margin-bottom-131 {
  margin-bottom: 24px;
}

.heysur-nav-logo-link.w--current {
  display: block;
}

.text-block-7 {
  letter-spacing: 0;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.heysur-nav-button {
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #00121f;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.heysur-nav-button:hover {
  color: #100141;
  background-color: #fff;
}

.heysur-nav-button.secondary {
  color: #00121f;
  background-color: #fff;
}

.heysur-nav-button.secondary:hover {
  color: #fff;
  background-color: #100141;
}

.hs-nav {
  z-index: 99999;
  background-color: #fff0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 88px;
  padding: 24px 5%;
  display: flex;
  position: sticky;
  top: 0;
}

.heysur-nav-link {
  color: #00121f;
  letter-spacing: 0;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 50px;
  padding: 8px 24px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  transition: all .35s;
}

.heysur-nav-link:hover {
  color: #fff;
  background-color: #100141;
}

.heysur-nav-link.w--current {
  color: #00121f;
  -webkit-text-stroke-color: #100141;
  font-size: 16px;
  font-weight: 400;
}

.heysur-nav-link.w--current:hover {
  color: #fff;
  font-weight: 400;
}

.heysur-nav-menu {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

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

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

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

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

.hs-title-wrapper-centerhs-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;
}

.hs-margin-bottom-163 {
  margin-bottom: 8px;
}

.hs-margin-bottom-164 {
  margin-bottom: 16px;
}

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

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

.hs-feature-icon-wrapper {
  background-color: var(--flowui-component-library--gray-100);
  text-align: left;
  border-radius: 8px;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  margin-bottom: 32px;
  padding: 16px;
}

.f-sub-heading-large {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

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

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

.hs-margin-bottom-165 {
  margin-bottom: 128px;
}

.hs-paragraph-large {
  -webkit-text-stroke-color: var(--black);
  height: auto;
  margin-bottom: 0;
}

.hs-paragraph-large.card {
  text-align: center;
  padding-bottom: 24px;
  font-size: 16px;
  line-height: 1.4em;
}

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

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

.f-button-secondary-7 {
  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-7:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.f-margin-bottom-163 {
  margin-bottom: 12px;
}

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

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

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

.hs-h5-heading {
  color: var(--purple);
  text-align: center;
  letter-spacing: -.02em;
  width: 100%;
  min-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 26px;
  line-height: 1.4;
}

.hs-h5-heading.homepage-card {
  margin-bottom: 8px;
  font-size: 34px;
  line-height: 1.2;
}

.hs-h5-heading.left {
  text-align: left;
}

.hs-h5-heading.left.listing {
  margin-bottom: 8px;
  font-size: 22px;
}

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

.f-button-neutral-8 {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  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-8:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.hs-feature-card-filled {
  background-color: var(--white);
  text-align: center;
  mix-blend-mode: normal;
  border: 1px solid #ededed;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 2px 5px #0000000f;
}

.hs-feature-icon-wrapper-white {
  background-color: #fff;
  border-radius: 8px;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  margin-bottom: 16px;
  padding: 16px;
}

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

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

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

.hs-header-grid-asymmetrical {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.hs-max-width-large {
  max-width: 610px;
}

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

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

.hs-h3-heading-10.premium {
  color: var(--flowui-component-library--primary-dark);
}

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

.f-margin-bottom-166 {
  margin-bottom: 12px;
}

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

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

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

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

.hs-button-neutral-pricing {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

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

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

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

.hs-pricing-card-outline {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  display: flex;
}

.hs-pricing-card-outline.premium {
  background-color: var(--flowui-component-library--gray-100);
}

.f-pricing-line-3 {
  background-color: #e4e6f1;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-pricing-feature-list-3 {
  grid-column-gap: 24px;
  grid-row-gap: 8px;
  grid-template-columns: 1fr;
  padding-bottom: 8px;
}

.f-pricing-title-wrapper-3 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hs-pricing-feature-item {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.hs-pricing-centre {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  line-height: 1.4em;
  display: flex;
}

.f-pricing-month-span {
  color: var(--flowui-component-library--gray-400);
  letter-spacing: -.02em;
  margin-left: 4px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.hs-pricing-plan-type {
  text-align: center;
}

.hs-pricing-featured-card {
  background-color: #fff;
  border-radius: 16px;
  height: 100%;
  padding: 24px;
  position: relative;
  box-shadow: 34px 34px 140px -48px #393b6a14;
}

.f-pricing-badge-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -14px 0% auto;
}

.f-pricing-badge {
  background-color: var(--flowui-component-library--primary-base);
  color: #fff;
  text-align: center;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 70%;
  padding: 8px 10px 8px 12px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.hs-line-regular {
  background-color: var(--flowui-component-library--grey-300);
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

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

.f-text-weight-bold-6 {
  font-weight: 700;
}

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

.hs-pricing-column-basic {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start stretch;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.hs-paragraph-medium {
  font-size: 14px;
}

.hs-paragraph-medium.featured {
  line-height: 1.2em;
}

.hs-paragraph-medium.featured.premium {
  color: var(--flowui-component-library--primary-dark);
}

.hs-paragraph-medium.reduced-lineheight {
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  padding: 0;
  line-height: 1.4em;
}

.hs-paragraph-medium.reduced-lineheight.premium {
  color: var(--flowui-component-library--primary-dark);
}

.hs-h4-heading {
  color: var(--flowui-component-library--gray-900);
  text-align: center;
  font-family: Outfit, sans-serif;
  font-size: 34px;
  line-height: 1em;
}

.hs-h4-heading.premium {
  color: var(--flowui-component-library--primary-dark);
}

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

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

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

.f-navigation {
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 24px 5%;
  display: flex;
}

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

.f-logo {
  width: 124px;
}

.f-navigation-link-wrapper {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

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

.f-navigation-menu {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.f-navigation-button {
  background-color: var(--flowui-component-library--gray-900);
  outline-offset: 0px;
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid #0000;
  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:hover {
  background-color: var(--flowui-component-library--gray-700);
}

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

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

.f-button-secondary-8 {
  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-8:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

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

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

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

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

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

.f-section-large-10 {
  height: 80vh;
  padding: 92px 5%;
  position: relative;
}

.f-button-neutral-9 {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  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-9:hover {
  background-color: var(--flowui-component-library--gray-700);
}

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

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

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

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

.list {
  margin-bottom: 16px;
}

.homepage-hero-icon {
  margin-bottom: 6px;
}

@media screen and (max-width: 991px) {
  .heysur-navigation-menu-button {
    border: 1px solid var(--flowui-component-library--gray-200);
    color: var(--flowui-component-library--grey-600);
    border-radius: 8px;
    padding: 10px;
  }

  .heysur-navigation-menu-button.w--open {
    background-color: var(--flowui-component-library--gray-900);
    border-color: #fff;
  }

  .heysur-nav-content {
    align-items: center;
    width: auto;
    display: flex;
  }

  .heysur-navigation-link {
    width: 100%;
  }

  .heysur-navigation-menu {
    background-color: var(--flowui-component-library--white);
    color: var(--flowui-component-library--grey-600);
    padding: 12px;
    position: absolute;
  }

  .heysur-navigation-menu.w--open {
    background-color: var(--flowui-component-library--gray-700);
    border-color: #fff;
  }

  .heysur-navigation-logo-link {
    margin-right: 0;
  }

  .hs-navigation-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .hs-navigation {
    position: relative;
  }

  .heysur-content-image-tall {
    max-width: 100%;
    height: 400px;
  }

  .heysur-grid-two-column {
    grid-template-columns: 1fr;
  }

  .hs-default-section.hero {
    height: 720px;
    padding-top: 140px;
  }

  .heysur-paragraph-large-testimonial-background {
    height: 20%;
  }

  .f-testimonial-slider-grid-large {
    grid-template-columns: 1fr;
  }

  .heysur-header-wrapper-left {
    max-width: 420px;
  }

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

  .rl-heading-style-h4 {
    font-size: 1.75rem;
  }

  .rl_faq1_spacing-block-3, .rl_faq1_spacing-block-2 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .hs-grid-two-column-2 {
    grid-template-columns: 1fr;
  }

  .f-header-image-wrapper-tall {
    max-width: none;
    height: 360px;
  }

  .f-header-grid {
    grid-template-columns: 1fr;
  }

  .heysur-paragraph-large-feature-4 {
    grid-template-columns: 1fr 1fr;
  }

  .f-pricing-column-basic {
    grid-template-columns: 1fr;
  }

  .f-content-image-wrapper-large {
    max-width: 100%;
  }

  .f-grid-two-column-3 {
    grid-template-columns: 1fr;
  }

  .rl-heading-style-h4-2 {
    font-size: 1.75rem;
  }

  .rl-heading-style-h1 {
    font-size: 3.25rem;
  }

  .rl_pricing11_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .rl-padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl_menu-icon_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_menu-icon_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .rl_navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .rl_navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .rl_navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .rl_navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .rl-dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .rl_navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .rl_navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .rl_navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .rl_navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .rl_navbar1_menu.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 15rem;
  }

  .f-pricing-column-basic-2 {
    grid-template-columns: 1fr;
  }

  .f-footer-bottom-2 {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .f-footer-social-row-large-2 {
    margin-left: 0;
  }

  .f-footer-group-2 {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .hs-spacing-block-5 {
    padding-bottom: 4.5rem;
  }

  .hs-footer-top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .hs-footer-section-medium {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h2-3 {
    font-size: 2.75rem;
  }

  .rl_layout1_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .rl-padding-section-large-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .hs-content-image-wrapper {
    max-width: 100%;
  }

  .hs-grid-two-column {
    grid-template-columns: 1fr;
  }

  .f-header-image-wrapper-tall-2 {
    max-width: none;
    height: 360px;
  }

  .hs-header-grid {
    grid-template-columns: 1fr;
  }

  .f-testimonial-background {
    height: 20%;
  }

  .f-testimonial-slider-mask {
    width: 420px;
  }

  .logo2_logo-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .logo2_content-left {
    max-width: 16rem;
  }

  .logo2_component {
    grid-column-gap: 3rem;
  }

  .hs-padding-section-medium {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .rl_testimonial15_content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .rl-padding-section-large-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl_header26_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h1-2 {
    font-size: 3.25rem;
  }

  .rl_header26_content {
    margin-bottom: 4.5rem;
  }

  .rl-padding-section-large-5 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl_layout239_spacing-block-6 {
    padding-bottom: 3.5rem;
  }

  .rl-heading-style-h4-3 {
    font-size: 1.75rem;
  }

  .rl_layout239_content {
    grid-column-gap: 2rem;
  }

  .rl_layout239_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h2-4 {
    font-size: 2.75rem;
  }

  .hs-testimonial-background {
    height: 20%;
  }

  .hs-testimonial-slider-grid-large {
    grid-template-columns: 1fr;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .f-account-container-r {
    width: 60%;
  }

  .f-account-image-wrapper {
    width: 40%;
  }

  .f-account-section {
    height: auto;
  }

  .ac_content_component {
    grid-column-gap: 3rem;
    grid-template-columns: .25fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .ac_spacing-block-5 {
    padding-bottom: 4.5rem;
  }

  .heysur-navigation-my-account {
    color: #393b6a;
    border: 1px solid #f3f5fb;
    border-radius: 8px;
    padding: 10px;
  }

  .heysur-navigation-my-account.w--open {
    background-color: #160042;
    border-color: #fff;
  }

  .heysur-navigation-menu-2 {
    color: #393b6a;
    background-color: #fff;
    padding: 12px;
    position: absolute;
  }

  .heysur-navigation-menu-2.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .heysur-navigation-link-2 {
    width: 100%;
  }

  .heysur-nav-menu-button {
    color: #393b6a;
    border: 1px solid #f3f5fb;
    border-radius: 8px;
    padding: 10px;
  }

  .heysur-nav-menu-button.w--open {
    background-color: #160042;
    border-color: #fff;
  }

  .heysur-nav-logo-link {
    margin-right: 0;
  }

  .hs-nav {
    position: relative;
  }

  .heysur-nav-link {
    width: 100%;
  }

  .heysur-nav-menu {
    color: #393b6a;
    background-color: #fff;
    padding: 12px;
    position: absolute;
  }

  .heysur-nav-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .hs-grid-four-columns {
    grid-template-columns: 1fr 1fr;
  }

  .hs-feature-card-filled {
    min-width: 280px;
  }

  .hs-grid-three-column {
    float: none;
    clear: none;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    justify-content: center;
    display: flex;
  }

  .hs-header-grid-asymmetrical, .hs-pricing-column-basic {
    grid-template-columns: 1fr;
  }

  .f-navigation-link {
    width: 100%;
  }

  .f-navigation {
    position: relative;
  }

  .f-navigation-menu-button {
    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.w--open {
    background-color: var(--flowui-component-library--gray-900);
    border-color: #fff;
  }

  .f-navigation-content {
    align-items: center;
    width: auto;
    display: flex;
  }

  .f-navigation-menu {
    background-color: var(--flowui-component-library--white);
    color: var(--flowui-component-library--grey-600);
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu.w--open {
    background-color: var(--flowui-component-library--gray-700);
    border-color: #fff;
  }

  .f-navigation-logo-link {
    margin-right: 0;
  }

  .f-header-image-wrapper-tall-3 {
    max-width: none;
    height: 360px;
  }

  .f-header-grid-2 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .heysur-h3-heading {
    font-size: 40px;
  }

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

  .f-testimonial-right-a, .f-testimonial-left-a {
    display: none;
  }

  .heysur-h1-heading, .heysur-paragraph-large-h1-heading-2 {
    margin-top: 0;
    font-size: 48px;
  }

  .rl_faq1_spacing-block-5 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_faq1_spacing-block-4 {
    padding-bottom: .75rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rl_faq1_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .hs-paragraph-large-faq-answer-wrapper {
    margin-bottom: 1.25rem;
  }

  .rl_faq1_icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .rl_faq1_icon-wrapper {
    width: 1.75rem;
  }

  .rl_faq1_question-text {
    font-size: 1rem;
  }

  .hs-paragraph-large-faq-question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .rl_faq1_spacing-block-2 {
    padding-bottom: 3rem;
  }

  .rl_faq1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heysur-paragraph-large-feature-card-outlined {
    padding: 32px;
  }

  .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-header-image-wrapper-tall {
    height: 400px;
  }

  .f-h1-heading-3 {
    margin-top: 0;
    font-size: 48px;
  }

  .heysur-paragraph-large-feature-4 {
    grid-template-columns: 1fr;
  }

  .heysur-paragraph-large-h3-heading-2, .f-h3-heading-3 {
    font-size: 40px;
  }

  .f-h1-heading-4 {
    margin-top: 0;
    font-size: 48px;
  }

  .f-section-large-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h2-heading-2 {
    font-size: 44px;
  }

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

  .f-h3-heading-4 {
    font-size: 40px;
  }

  .f-pricing-button-toggle {
    width: 100%;
  }

  .f-pricing-toggle-menu {
    flex-wrap: wrap;
  }

  .f-h2-heading-3 {
    font-size: 44px;
  }

  .f-section-large-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h2-heading-4 {
    font-size: 44px;
  }

  .f-section-large-5 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h4-heading {
    font-size: 36px;
  }

  .f-section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h1-heading-5 {
    margin-top: 0;
    font-size: 48px;
  }

  .f-section-large-6 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .rl_pricing11_spacing-block-8 {
    padding-bottom: 1.5rem;
  }

  .rl_pricing11_spacing-block-7 {
    padding-bottom: 1.25rem;
  }

  .rl_pricing11_spacing-block-6 {
    padding-bottom: 1.5rem;
  }

  .rl-heading-style-h4-2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rl-heading-style-h1 {
    font-size: 2.5rem;
  }

  .rl-heading-style-h6 {
    font-size: 1.125rem;
  }

  .rl_pricing11_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .rl_pricing11_plans {
    grid-template-columns: 1fr;
  }

  .rl_pricing11_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl-text-style-medium-2 {
    font-size: 1rem;
  }

  .rl_pricing11_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .rl_pricing11_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl-padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_navbar1_logo-link {
    padding-left: 0;
  }

  .rl_navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .f-h3-heading-5 {
    font-size: 40px;
  }

  .f-section-large-7 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .hs-footer-legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .rl_footer1_credit-text {
    margin-top: 1.5rem;
  }

  .hs-footer-bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .hs-footer-spacing-block-6 {
    padding-bottom: 1.5rem;
  }

  .hs-spacing-block-5 {
    padding-bottom: 3rem;
  }

  .hs-spacing-block-4 {
    padding-bottom: .75rem;
  }

  .hs-footer-menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .rl_footer1_spacing-block-3 {
    padding-bottom: .75rem;
  }

  .rl_footer1_spacing-block-2, .hs-spacing-block {
    padding-bottom: 1.25rem;
  }

  .hs-footer-top-wrapper {
    grid-row-gap: 3rem;
  }

  .hs-footer-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .rl_layout1_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium-3 {
    font-size: 1rem;
  }

  .rl_layout1_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2-3 {
    font-size: 2.25rem;
  }

  .rl_layout1_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_layout1_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl-padding-section-large-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .f-h3-heading {
    font-size: 40px;
  }

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

  .f-h1-heading {
    margin-top: 0;
    font-size: 48px;
  }

  .f-header-image-wrapper-tall-2 {
    height: 400px;
  }

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

  .f-testimonial-right-a-2, .f-testimonial-left-a-2 {
    display: none;
  }

  .f-testimonial-slider-mask {
    width: 400px;
  }

  .f-h3-heading-6 {
    font-size: 40px;
  }

  .logo2_logo {
    max-height: 3rem;
  }

  .logo2_logo-list {
    grid-column-gap: 1rem;
    padding-top: 1rem;
  }

  .rl-heading-style-h6-2 {
    font-size: 1.125rem;
  }

  .logo2_content-left {
    max-width: none;
  }

  .logo2_component {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hs-padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .rl_testimonial15_slide-nav {
    inset: 0% auto auto 0%;
  }

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

  .rl_testimonial15_arrow-left {
    inset: 0% 4rem auto auto;
  }

  .rl_testimonial15_client {
    align-items: center;
    width: 100%;
  }

  .rl_testimonial_spacing-block-1 {
    padding-bottom: 1.5rem;
  }

  .rl-heading-style-h5 {
    font-size: 1.25rem;
  }

  .rl_testimonial15_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .rl_testimonial15_component {
    padding-top: 5rem;
    padding-bottom: 0;
  }

  .rl-padding-section-large-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_header26_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl_header26_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium-4 {
    font-size: 1rem;
  }

  .rl_header26_spacing-block-1 {
    padding-bottom: 1.5rem;
  }

  .rl-heading-style-h1-2 {
    font-size: 2.5rem;
  }

  .rl_header26_content {
    margin-bottom: 3rem;
  }

  .rl-padding-section-large-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_layout239_spacing-block-6 {
    padding-bottom: 2.5rem;
  }

  .rl_layout239_spacing-block-5 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h4-3 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rl_layout239_spacing-block-4 {
    padding-bottom: 1.5rem;
  }

  .rl_layout239_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_layout239_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl_layout239_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2-4 {
    font-size: 2.25rem;
  }

  .rl_layout239_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .f-testimonial-right-a-3, .f-testimonial-left-a-3 {
    display: none;
  }

  .f-h3-heading-7 {
    font-size: 40px;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr;
  }

  .f-section-regular-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-account-container-r {
    justify-content: center;
    width: 100%;
  }

  .f-account-image-wrapper {
    width: 100%;
    height: 600px;
  }

  .f-account-section {
    flex-direction: column;
  }

  .ac_content_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .ac_contact_form-field-2col {
    grid-template-columns: 1fr;
  }

  .ac-text-style-body-large {
    font-size: 1rem;
  }

  .ac_spacing-block-5 {
    padding-bottom: 3rem;
  }

  .ac_contact_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .ac_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .hs-paragraph-large-faq-question-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .rl_faq1_icon-2 {
    width: 1.75rem;
    height: 1.75rem;
  }

  .hs-section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h3-heading-8 {
    font-size: 40px;
  }

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

  .hs-grid-four-columns {
    grid-template-columns: 1fr;
  }

  .f-h3-heading-9 {
    font-size: 40px;
  }

  .f-section-large-8 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .hs-grid-three-column {
    grid-template-columns: 1fr;
  }

  .hs-h3-heading-10 {
    font-size: 40px;
  }

  .f-section-large-9 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h1-heading-6 {
    margin-top: 0;
    font-size: 48px;
  }

  .f-section-large-10 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-header-image-wrapper-tall-3 {
    height: 400px;
  }
}

@media screen and (max-width: 479px) {
  .heysur-navigation-button {
    color: var(--black);
    display: none;
  }

  .heysur-navigation-button.secondary {
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .heysur-navigation-menu-button {
    background-color: #ffffff40;
  }

  .heysur-navigation-link.negative, .heysur-navigation-link.negative.w--current {
    color: var(--black);
  }

  .heysur-logo {
    padding-top: 6px;
  }

  .heysur-paragraph-large {
    font-size: 16px;
  }

  .heysur-grid-two-column {
    flex-flow: wrap-reverse;
  }

  .heysur-grid-two-column.img-right {
    flex-flow: column;
  }

  .heysur-grid-two-column.img-left {
    flex-flow: wrap-reverse;
  }

  .header-container-regular {
    top: 5em;
  }

  .hs-default-section {
    padding: 32px;
  }

  .hs-default-section.hero {
    background-position: 60%;
    height: 640px;
    min-height: 420px;
    margin-top: -96px;
    padding: 8px 5% 32px;
  }

  .hs-default-section.hero.animaux {
    margin-top: -96px;
  }

  .hs-default-section.hero.family {
    height: 70svh;
  }

  .hs-default-section.hero.scolaire {
    height: 540px;
  }

  .hs-default-section.hero.homepage {
    background-position: 50% 20%;
    background-size: contain;
  }

  .hs-default-section.disclaimer {
    padding-left: 5%;
    padding-right: 5%;
  }

  .hs-default-section.alternative {
    flex-flow: column;
    display: flex;
  }

  .hs-default-section.legal {
    margin-top: -96px;
  }

  .f-testimonial-avatar-small {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .f-testimonial-author {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .heysur-header-button-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 24px;
    overflow: hidden;
  }

  .heysur-header-wrapper-left {
    width: 100%;
  }

  .heysur-header-wrapper-left.animaux {
    width: 80%;
  }

  .text-block {
    font-size: 14px;
    line-height: 18px;
  }

  .f-footer-vertical-divider {
    display: none;
  }

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

  .heysur-paragraph-large-margin-bottom-50 {
    width: 100%;
  }

  .heysur-paragraph-large-feature-card-outlined {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 8px 0;
  }

  .f-header-avatar-text {
    margin-left: 0;
  }

  .f-header-avatar-group {
    flex-flow: column wrap;
    align-items: flex-start;
    display: flex;
  }

  .f-header-button-middle {
    justify-content: center;
  }

  .f-form-button {
    width: 100%;
  }

  .f-cta-form-wrapper {
    flex-direction: column;
  }

  .f-cta-form-block {
    width: 100%;
  }

  .f-pricing-card-dark, .f-pricing-card-outline {
    padding: 32px;
  }

  .page-background.home {
    -webkit-text-fill-color: inherit;
    background-position: 70%;
    background-clip: border-box;
  }

  .f-pricing-card-dark-2, .f-pricing-card-outline-2 {
    padding: 32px;
  }

  .bold-text {
    font-size: 34px;
    line-height: 1em;
  }

  .f-footer-vertical-divider-2 {
    display: none;
  }

  .f-footer-menu-2 {
    flex-direction: column;
  }

  .hs-footer-menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .rl_footer1_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .hs-footer-top-wrapper {
    grid-row-gap: 48px;
  }

  .h1 {
    font-size: 32px;
    line-height: 1em;
  }

  .h3 {
    text-align: center;
    margin-bottom: 6px;
    font-size: 26px;
  }

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

  .paragraph {
    width: 100%;
    font-size: 14px;
    line-height: 1.4em;
  }

  .paragraph.legal {
    width: 100%;
  }

  .paragraph.garanties {
    width: 100%;
    font-size: 16px;
    line-height: 1.6em;
  }

  .paragraph.hero {
    width: 70%;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
  }

  .paragraph.hero.price {
    width: 100%;
    font-size: 24px;
  }

  .heysur-paragraph-large-feature-3 {
    grid-template-columns: 1fr;
  }

  .paragraph-2 {
    font-size: 14px;
    line-height: 1.4em;
  }

  .h4 {
    font-size: 20px;
  }

  .rl_layout1_component {
    grid-template-columns: 1fr;
  }

  .hs-content-image-wrapper {
    height: 100%;
  }

  .hs-section-regular {
    padding: 32px;
  }

  .f-testimonial-avatar-small-2 {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .f-testimonial-author-2 {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .f-testimonial-slider-mask {
    width: 100%;
  }

  .logo2_logo-list {
    justify-content: center;
  }

  .rl_testimonial15_content {
    grid-template-columns: 1fr;
  }

  .rl_layout239_content {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .rl_layout239_content._2 {
    grid-template-columns: 1fr;
  }

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

  .hs-testimonial-avatar-small {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .hs-testimonial-author {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .f-testimonial-avatar-small-3 {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .f-testimonial-author-3 {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .ac_content_component {
    grid-template-columns: 1fr;
  }

  .heysur-paragraph-large-feature-2 {
    grid-template-columns: 1fr;
    padding-bottom: 100px;
  }

  .heysur-navigation-my-account {
    background-color: #ffffff40;
  }

  .bold-text-3 {
    font-size: 34px;
    line-height: 1em;
  }

  .h4-2 {
    font-size: 20px;
  }

  .hs-section-regular-2 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .heysur-nav-menu-button {
    background-color: #ffffff40;
  }

  .heysur-nav-button {
    color: #00121f;
    display: none;
  }

  .heysur-nav-menu {
    border-bottom: 1px solid #160042;
    border-radius: 0;
    box-shadow: 0 2px 3px #0003;
  }

  .hs-paragraph-large.card.mobile {
    font-size: 16px;
    line-height: 1.4em;
  }

  .hs-pricing-card-outline {
    padding: 32px;
  }

  .f-navigation-button {
    display: none;
  }
}

#w-node-a958f375-b1f7-bd42-6cf9-ea3a27df5760-1f4babe4 {
  justify-self: start;
}

#w-node-f3eaa91f-0047-b13a-a705-56d633e52508-1f4babe4, #w-node-_552e6334-636b-90c6-3dca-dfbee1e089d7-1f4babe4 {
  justify-self: end;
}

#w-node-de175c19-4261-1dc5-4db5-169b8087a559-1f4babe4 {
  justify-self: start;
}

#w-node-_4896133f-3b61-298d-86ff-bcb0da1d75d0-1f4babe4 {
  justify-self: auto;
}

#w-node-_2168d31e-76e2-7a7e-9039-08a1fbb4578d-727682b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2168d31e-76e2-7a7e-9039-08a1fbb4578f-727682b7 {
  justify-self: start;
}

#w-node-_894f1491-666d-e4a1-3fec-257c77aa70ec-afae4dd4 {
  justify-self: end;
}

#w-node-_4b67c839-0918-d3b2-22f1-ba94b17f5f32-afae4dd4 {
  justify-self: start;
}

#w-node-_3b330a31-36a7-a257-5d80-9d192ca2c40e-afae4dd4 {
  justify-self: end;
}

#w-node-fa653c42-5514-8235-139e-1fd67038a825-afae4dd4 {
  justify-self: start;
}

#w-node-e4ef5fb4-c23f-000a-f8d9-e8b0e8c61862-afae4dd4 {
  justify-self: auto;
}

#w-node-_894f1491-666d-e4a1-3fec-257c77aa70ec-22b8ff73 {
  justify-self: end;
}

#w-node-_4b67c839-0918-d3b2-22f1-ba94b17f5f32-22b8ff73 {
  justify-self: start;
}

#w-node-_3b330a31-36a7-a257-5d80-9d192ca2c40e-22b8ff73 {
  justify-self: end;
}

#w-node-fa653c42-5514-8235-139e-1fd67038a825-22b8ff73 {
  justify-self: start;
}

#w-node-_18289fac-7d82-0f72-65e3-bb7a45094e79-22b8ff73, #w-node-e4ef5fb4-c23f-000a-f8d9-e8b0e8c61862-22b8ff73 {
  justify-self: auto;
}

#w-node-_894f1491-666d-e4a1-3fec-257c77aa70ec-7d53e18d {
  justify-self: end;
}

#w-node-_58d08318-a38a-8cf5-319a-03fd11c43af3-7d53e18d, #w-node-_58d08318-a38a-8cf5-319a-03fd11c43b04-7d53e18d, #w-node-_14863a64-ffbe-192a-ba39-5e8582dd2383-7d53e18d, #w-node-_6b9048ca-8953-1e36-a22e-ee7589b5ffa3-7d53e18d, #w-node-_17e2788d-c5fe-863d-468d-9ceacc40535e-7d53e18d, #w-node-_10ad42f1-624e-9073-fcf4-de276387a959-7d53e18d, #w-node-_3865e8c2-15cf-c809-3762-83885ca7b33b-7d53e18d, #w-node-e6267f1c-779a-3756-9052-b04514e05f9f-7d53e18d, #w-node-e6267f1c-779a-3756-9052-b04514e05fae-7d53e18d, #w-node-e6267f1c-779a-3756-9052-b04514e05fb2-7d53e18d, #w-node-e6267f1c-779a-3756-9052-b04514e05fb6-7d53e18d, #w-node-e6267f1c-779a-3756-9052-b04514e05fba-7d53e18d, #w-node-e6267f1c-779a-3756-9052-b04514e05fbe-7d53e18d, #w-node-e6267f1c-779a-3756-9052-b04514e05fc2-7d53e18d, #w-node-_5dcc03a2-ac0b-5aa1-1352-aded77bcec95-7d53e18d, #w-node-_2050dede-53e5-6a27-6364-115a8c47c39a-7d53e18d, #w-node-c7333b87-00de-eddd-3c45-9ec6953a71ad-7d53e18d, #w-node-c7333b87-00de-eddd-3c45-9ec6953a71bc-7d53e18d, #w-node-c7333b87-00de-eddd-3c45-9ec6953a71c0-7d53e18d, #w-node-c7333b87-00de-eddd-3c45-9ec6953a71c4-7d53e18d, #w-node-c7333b87-00de-eddd-3c45-9ec6953a71c8-7d53e18d, #w-node-c7333b87-00de-eddd-3c45-9ec6953a71cc-7d53e18d, #w-node-c7333b87-00de-eddd-3c45-9ec6953a71d0-7d53e18d, #w-node-c7333b87-00de-eddd-3c45-9ec6953a71d4-7d53e18d, #w-node-c7333b87-00de-eddd-3c45-9ec6953a71d8-7d53e18d, #w-node-_79de5898-133d-b898-81a7-0e3ea3f8586a-7d53e18d, #w-node-f6feb163-ff2a-7f59-b15f-11971e513a0b-7d53e18d, #w-node-_5ec72e0b-dbb9-b3f2-4375-f1f61460827d-7d53e18d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b67c839-0918-d3b2-22f1-ba94b17f5f32-7d53e18d {
  justify-self: start;
}

#w-node-_3b330a31-36a7-a257-5d80-9d192ca2c40e-7d53e18d {
  justify-self: end;
}

#w-node-e4ef5fb4-c23f-000a-f8d9-e8b0e8c61862-7d53e18d {
  justify-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-a958f375-b1f7-bd42-6cf9-ea3a27df5762-1f4babe4, #w-node-f3eaa91f-0047-b13a-a705-56d633e524ee-1f4babe4, #w-node-_552e6334-636b-90c6-3dca-dfbee1e089b6-1f4babe4, #w-node-de175c19-4261-1dc5-4db5-169b8087a55b-1f4babe4, #w-node-_894f1491-666d-e4a1-3fec-257c77aa70d2-afae4dd4, #w-node-_4b67c839-0918-d3b2-22f1-ba94b17f5f34-afae4dd4, #w-node-_3b330a31-36a7-a257-5d80-9d192ca2c3fd-afae4dd4, #w-node-ec76cf22-ed32-3eaa-e8b3-74b1ef51c6a4-afae4dd4, #w-node-_894f1491-666d-e4a1-3fec-257c77aa70d2-22b8ff73, #w-node-_4b67c839-0918-d3b2-22f1-ba94b17f5f34-22b8ff73, #w-node-_3b330a31-36a7-a257-5d80-9d192ca2c3fd-22b8ff73, #w-node-ec76cf22-ed32-3eaa-e8b3-74b1ef51c6a4-22b8ff73, #w-node-_894f1491-666d-e4a1-3fec-257c77aa70d2-7d53e18d, #w-node-_4b67c839-0918-d3b2-22f1-ba94b17f5f34-7d53e18d, #w-node-_3b330a31-36a7-a257-5d80-9d192ca2c3fd-7d53e18d {
    order: -9999;
  }
}


