:root {
  --font-bg: #333;
  --black: #333;
  --white: white;
  --figure-orange-bg: #ff784b;
  --lines: #b1bdc9;
  --emerald--600: #127369;
  --big-words-yellow: #ffcd26;
  --link: #6b8b96;
  --bg-scroll-text: #1e1e1e;
  --bg: #e0e7e9;
  --figure-blue-bg: #09abf3;
  --intro-figure-blue: #21c1f3;
  --intro-figure-purple: #6652da;
  --big-words-blue: #21c1f3;
  --slate--700: #334155;
  --slate--200: #e2e8f0;
  --big-words-magenta: #d250e6;
  --green: #8cc493;
  --footer-bg: #111;
  --gray--200: #e2e8f0;
  --slate--50: #f9fbfb;
  --emerald--700: #10403b;
  --gray--400: #a0aec0;
  --emerald--50: #dbeae9;
  --slate--500: #64748b;
  --yellow--400: #facc15;
  --star-width: 2.4rem;
  --emerald--100: #ecfffd;
  --slate--100: #f1f5f9;
  --lachs: #fffaf5;
}

body {
  color: var(--font-bg);
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 27px;
}

h3 {
  letter-spacing: -.4px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
  line-height: 46px;
}

p {
  color: var(--font-bg);
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 27px;
}

a {
  color: var(--black);
  cursor: pointer;
  text-decoration: underline;
}

.footer {
  background-color: var(--emerald--600);
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.h3 {
  color: var(--slate--700);
  letter-spacing: normal;
  text-transform: none;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
}

.h3.color {
  color: var(--emerald--600);
}

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

.heading-horizontal {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
  display: none;
}

.max-280-pixles {
  width: 100%;
  max-width: 280px;
}

.max-280-pixles.align-right {
  margin-bottom: 10px;
}

.h4 {
  color: var(--black);
  text-transform: none;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.h4.color {
  color: var(--emerald--600);
}

.align-right {
  text-align: right;
  flex: 1;
}

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

.vertical {
  background-color: var(--font-bg);
  width: 2px;
  height: 18px;
  position: absolute;
}

.faq-accordion-wrapper {
  border-bottom: 1px solid var(--slate--200);
  margin-bottom: 35px;
  padding-bottom: 10px;
  padding-right: 20px;
}

.horizontal {
  background-color: var(--font-bg);
  width: 18px;
  height: 2px;
}

.faq-item-content {
  margin-top: 10px;
  overflow: hidden;
}

.faq-item-trigger {
  color: var(--font-bg);
  align-items: flex-start;
  width: 100%;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.faq-item-trigger:hover {
  text-decoration: none;
}

.faq-open-close {
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 28px;
  margin-left: 10px;
  display: flex;
  position: relative;
}

.full-width-item {
  flex: 1;
}

.flex-faq {
  flex-wrap: nowrap;
  display: flex;
}

.faq-top-margin {
  margin-top: 3rem;
}

.mobile-only {
  display: none;
}

.hide {
  display: none;
}

.block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  text-decoration: none;
  display: flex;
}

.block.small-gap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.block.bento-box {
  border: 2px solid var(--slate--200);
  background-color: var(--slate--50);
  border-radius: 1rem;
  max-width: 1000px;
  padding: 2.5rem;
}

.block.bento-box.green-100 {
  z-index: 1;
  background-color: var(--slate--50);
  flex: 0 auto;
  padding-top: 3rem;
  padding-bottom: 2rem;
  position: relative;
}

.block.bento-box.green-100.small-gap.hide {
  display: none;
}

.block.more-gap {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.section-left-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-left-2.max-w {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  min-width: auto;
}

.section-left-2.center-mid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  height: 23rem;
}

.feature-list {
  border: 1px none var(--slate--200);
  box-shadow: none;
  background-color: #fff0;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.frame-2609189 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 0 solid #e2e8f0;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 1rem 0;
  text-decoration: none;
  display: flex;
}

.frame-2609189.last {
  border-style: none;
  border-width: 1px;
}

.frame-2609243 {
  border: 1.2px solid #e2e8f0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-13 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  text-decoration: none;
  display: flex;
}

.frame-6 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-2609191 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.frame-2609191.hide {
  display: none;
}

.section-hero {
  grid-row-gap: 2.5rem;
  background-color: var(--slate--50);
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 9rem 2rem 5rem;
  text-decoration: none;
  display: flex;
}

.section-hero.less-margin {
  background-color: var(--white);
  border-radius: 0;
  padding-top: 4.2rem;
  padding-bottom: 0;
}

.section-hero.less-margin.new-hero {
  grid-row-gap: 0rem;
  padding-left: 0;
  padding-right: 0;
  overflow: clip;
}

.frame-2609248 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-left-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 681px;
  text-decoration: none;
  display: flex;
}

.shadow {
  border-radius: 16px;
  box-shadow: 0 4px 5px #00000017;
}

.h2 {
  color: var(--emerald--600);
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.25rem;
}

.h2.color {
  color: var(--emerald--600);
}

.h2.color.center-mid {
  text-align: center;
  font-family: Inter, sans-serif;
}

.h2.color.center-mid.space-right.max-w {
  max-width: 800px;
}

.h2.color.center-mid.space-right.max-w.only-on-smallest-breakpoint {
  display: none;
}

.h2.color.center-mid.space-right.max-w.hide-on-smallest-breakpoint {
  color: var(--black);
}

.h2.center-mid {
  text-align: center;
  line-height: 2.5rem;
}

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

.h2.black {
  color: var(--black);
  text-align: center;
  line-height: 2.5rem;
}

.p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}

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

.p {
  color: var(--slate--700);
}

.large {
  color: var(--black);
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75rem;
  text-decoration: none;
}

.large.color {
  color: var(--emerald--600);
}

.large.color.only-show-on-mobile {
  display: none;
}

.default {
  background-color: var(--emerald--600);
  color: var(--slate--50);
  border-radius: 8px;
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem;
  transition: all .2s;
}

.default:hover {
  background-color: var(--emerald--700);
}

.default.einger-ckt {
  margin-top: -.4rem;
}

.h1 {
  color: var(--black);
  overflow-wrap: anywhere;
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.5rem;
}

.h1.no-line-break {
  white-space: nowrap;
}

.frame-2609255 {
  z-index: 1;
  grid-column-gap: 10px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.maps-search {
  border: .15rem solid var(--black);
  color: var(--black);
  background-color: #fff;
  border-radius: 1.7rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 28rem;
  padding: 0 0 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.maps-search:hover {
  box-shadow: 0 4px 5px #00000017;
}

.maps-search.shadow {
  border-width: 2px;
  border-color: var(--slate--200);
  width: 25rem;
  overflow: clip;
}

.maps-search.shadow.color {
  border-width: 4px;
  border-color: var(--emerald--600);
  width: 28rem;
}

.vectors-wrapper-18 {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-18.use-select-none {
  -webkit-user-select: none;
  user-select: none;
}

.arrow {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 107.124px;
  height: 110.696px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -61px;
  right: -6.3rem;
}

.logo-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  -webkit-user-select: none;
  user-select: none;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.phone {
  float: right;
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: block;
  position: static;
}

.vectors-wrapper-20 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  text-decoration: none;
  display: flex;
}

.logo-wrapper {
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .6rem;
  text-decoration: none;
  display: flex;
}

.logo-wrapper.footer {
  justify-content: center;
  align-items: center;
}

.image-380 {
  object-fit: cover;
  height: 2.5rem;
}

.heading-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 816px;
  text-decoration: none;
  display: flex;
}

.frame-2609293 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
}

.frame-2609295 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1100px;
  text-decoration: none;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.pricing-card-5 {
  border: 2px solid var(--slate--200);
  background-color: var(--slate--50);
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 2.6rem;
  text-decoration: none;
  display: flex;
}

.pricing-card-5.shadow {
  border-style: solid;
  border-width: 1px;
  padding: 2.5rem;
  box-shadow: 0 4px 5px #00000017;
}

._32px-7 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

._18px-7 {
  grid-column-gap: 16.4571px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

._0px-3 {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-2609297 {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-2609298 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: .4rem;
  text-decoration: none;
  display: flex;
}

.frame-2609299 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.list-item-200 {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.filled-icons-check-circle {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-21 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  text-decoration: none;
  display: flex;
}

._18px-8 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-2609281 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-2609281.hide {
  display: none;
}

._0px-4 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

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

.pricing-card-5 {
  padding-top: 2.5rem;
}

.pricing-card-5.shadow {
  max-width: 550px;
}

.pricing-card-5.shadow.hide {
  display: none;
}

.pricing-card-5.hide {
  display: none;
}

.item-feature {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.item-feature.hide {
  display: none;
}

.icon-wrapper {
  background-color: #d1fae5;
  border-radius: 69.3px;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  text-decoration: none;
  display: flex;
}

.icon {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  text-decoration: none;
  display: flex;
}

.default-section {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 4rem 2rem 2rem;
  text-decoration: none;
  display: flex;
  overflow: clip;
}

.default-section.background {
  background-color: var(--slate--50);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.default-section.background.hide {
  display: none;
}

.default-section.background.green-background {
  background-color: var(--slate--50);
}

.default-section.background.green-background.more-margin-bottom {
  padding-bottom: 4rem;
}

.default-section.small {
  padding-top: 0;
  padding-bottom: 0;
}

.default-section.hide {
  display: none;
}

.default-section.slight-green {
  background-color: var(--slate--50);
  padding-bottom: 4rem;
}

.default-section.no-gap-bottom {
  padding-bottom: 4rem;
}

.default-section.no-margin-bottom {
  max-width: 100%;
  padding-bottom: 2rem;
}

.default-section.no-margin-bottom.less-margin-top {
  padding-top: 2rem;
}

.default-section.no-margin-bottom.hide-on-mobile.use-select-none {
  -webkit-user-select: none;
  user-select: none;
}

.frame-2609304 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 777px;
  text-decoration: none;
  display: flex;
}

.frame-2609307 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  padding-bottom: 5rem;
  text-decoration: none;
  display: flex;
}

.frame-2609270 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-2609266 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-2609266.use-select-none {
  -webkit-user-select: none;
  user-select: none;
}

.frame-2609271 {
  grid-row-gap: 8.16667px;
  background-color: var(--emerald--50);
  border-radius: 80.85px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: .5rem;
  text-decoration: none;
  display: flex;
}

.frame-2609269 {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 2rem;
  text-decoration: none;
  display: flex;
}

.frame-2609309 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-2609309.use-select-none {
  -webkit-user-select: none;
  user-select: none;
}

.frame-2609310 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-2609311 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.features-3 {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: grid;
}

.frame-2609313 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.div-block-8 {
  background-color: var(--emerald--50);
  width: 4px;
  height: 100%;
  min-height: 50px;
}

.detail {
  color: var(--slate--500);
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.25rem;
  text-decoration: none;
}

.detail.use-select-none {
  -webkit-user-select: none;
  user-select: none;
}

.subtle-semibold {
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.small {
  font-size: .875rem;
  font-weight: 500;
  line-height: .875rem;
  text-decoration: none;
}

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

.split-block {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border: 2px none var(--slate--200);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  display: flex;
}

.split-block.reverse {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-style: none;
  justify-content: space-between;
  align-items: center;
}

.split-block.hero {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
}

.split-block.hero.no-border {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
}

.split-block.no-border {
  border-style: none;
}

.form-block-3 {
  pointer-events: auto;
  width: 100%;
  margin-bottom: 0;
}

.text-field-2 {
  color: #000;
  background-color: #fff0;
  border: 1px #000;
  width: 100%;
  height: 3rem;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.brand-2 {
  width: 100%;
  padding-left: 0;
  display: flex;
}

.link-block-2 {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-block-2.hide-on-desktop {
  display: none;
}

.place-result {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-user-select: none;
  user-select: none;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 3rem;
  padding-left: 1.3rem;
  padding-right: 0;
  display: none;
  overflow: hidden;
}

.place-result:hover {
  background-color: var(--slate--50);
}

.place-result.first {
  margin-top: .4rem;
}

.p.secondary {
  color: var(--slate--500);
}

.place-text-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
  overflow: clip;
}

.input-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-style: none;
  border-width: 1px 1px 2px;
  border-color: black black var(--slate--200);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 3rem;
  padding-left: 1.3rem;
  padding-right: 0;
  display: flex;
}

.p.semi-bold {
  color: var(--black);
  font-weight: 600;
}

.list {
  margin-bottom: 0;
}

.color {
  color: var(--emerald--600);
}

.priceperdeletion {
  color: var(--emerald--600);
}

.image-381 {
  width: 2rem;
}

.div-block-15 {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  display: flex;
}

.green-icon {
  background-color: var(--emerald--50);
  border: 1.2px solid #a7f3d0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
  padding: .5rem;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-36 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  text-decoration: none;
  display: flex;
}

.footer-light {
  border-bottom: 1px #e4ebf3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  padding: 5rem 2rem;
  display: flex;
  position: relative;
  overflow: clip;
}

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

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1000px;
  display: flex;
}

.footer-block-two {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.p {
  font-size: 1.1rem;
}

.div-block-18 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 30%;
  display: flex;
}

.p.semi-bold.resultname2.searchresult {
  margin-right: .25rem;
}

.text-block-2 {
  color: var(--slate--700);
  white-space: nowrap;
  word-break: break-all;
  width: 100%;
  padding-right: .5rem;
  overflow: hidden;
}

.image-382 {
  width: 30rem;
}

.image-382.hide-on-desktop {
  display: none;
}

.marked {
  color: var(--black);
  background-color: #ffe57c;
  border-radius: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-weight: 700;
}

.vectors-wrapper-41 {
  filter: none;
  object-fit: contain;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 72.5675px;
  height: 90.2133px;
  text-decoration: none;
  display: flex;
  transform: rotateX(0)rotateY(-180deg)rotateZ(26deg);
}

.vectors-wrapper-41.use-select-none {
  -webkit-user-select: none;
  user-select: none;
}

.div-block-27 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 13px;
  margin-bottom: 4.5rem;
  display: flex;
}

.image-384 {
  max-width: 50rem;
  margin-top: -2.3rem;
  position: relative;
}

.text-span-2 {
  color: #0000;
  background-image: url('../images/Frame-2609365.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: auto;
  font-size: 4rem;
}

.frame-2609306-copy-copy {
  box-shadow: none;
  object-fit: cover;
  border: .939189px #e2e8f0;
  border-radius: 16px;
  overflow: clip;
}

.navbar-3 {
  border-bottom: 1px solid var(--slate--200);
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 4.2rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: clip;
}

.container-3 {
  justify-content: flex-start;
  align-items: center;
  width: 1000px;
  max-width: 1100px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav-menu-2 {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.p.nav-link {
  color: var(--slate--700);
}

.p.nav-link:hover {
  text-decoration: underline;
}

.p.nav-link {
  white-space: nowrap;
}

.image-383-copy {
  width: 9rem;
}

.image-383-copy.only-show-on-mobile {
  display: none;
}

.image-383-copy.hide-on-mobile.use-select-none {
  -webkit-user-select: none;
  user-select: none;
}

.div-block-34 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-383-copy-copy {
  width: 15rem;
}

.image-383-copy-copy.only-show-on-desktop {
  width: 18rem;
}

.image-383-copy-copy.only-show-on-desktop.use-select-none {
  -webkit-user-select: none;
  user-select: none;
}

.div-block-35 {
  background-color: #fffaf5;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  min-height: 35rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  overflow: clip;
}

.div-block-35-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--emerald--700);
  background-image: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  padding: 2.5rem 2rem 4.5rem;
  display: flex;
  overflow: clip;
}

.div-block-37 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-38 {
  border: 2px solid var(--slate--200);
  background-color: var(--slate--50);
  box-shadow: none;
  border-radius: 1rem;
  max-width: 800px;
  padding: 2rem 5rem;
  display: block;
}

.image-389 {
  width: 40rem;
}

.image-389.only-on-desktop {
  display: block;
}

.big-icon {
  color: var(--emerald--600);
  width: 3rem;
  height: 3rem;
}

.icons-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.big-list-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.div-block-40 {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  display: flex;
}

.small-icon {
  color: var(--emerald--600);
  -webkit-text-stroke-color: var(--emerald--700);
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
}

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

.middle-icon {
  color: var(--emerald--600);
  width: 2rem;
  height: 2rem;
}

.frame-2609365 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: .4rem;
  text-decoration: none;
  display: flex;
}

.default-2 {
  color: #f9fbfb;
  background-color: #127369;
  border-radius: 8px;
  margin-top: 0;
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem;
  transition: all .2s;
}

.default-2:hover {
  background-color: #10403b;
}

.default-2._1rem-margin-top {
  background-color: var(--emerald--600);
  margin-top: 1rem;
}

.frame-2609366 {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-2609367 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.pricing-card-7 {
  background-color: #f9fbfb;
  border: 2px solid #e2e8f0;
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding: 2.6rem;
  text-decoration: none;
  display: flex;
}

.pricing-card-7.selectedpricing {
  background-color: #f9fbfb;
  border-color: #127369;
  width: 50%;
}

.pricing-card-7.selectedpricing._100 {
  border-style: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
}

.pricing-card-7.selectedpricing._100.border {
  border-style: none solid solid;
  border-width: 2px 4px 4px;
  border-color: #a6e8e1 var(--emerald--600) var(--emerald--600);
  border-radius: 0 0 1rem 1rem;
  height: 100%;
}

.div-block-43 {
  width: 100%;
}

.div-block-44 {
  width: 100%;
  max-width: 100%;
  display: flex;
}

.sterne {
  background-image: url('../images/stars.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40%;
  height: 2rem;
}

.sterne.use-select-none {
  width: 35%;
}

.text-block-7 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
}

.text-block-7.pricingheader {
  color: var(--emerald--600);
  text-align: left;
  align-self: flex-start;
  font-size: 2em;
}

.div-block-49 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.div-block-50 {
  border-style: solid solid none;
  border-width: 4px 4px 2px;
  border-color: var(--emerald--600);
  background-color: var(--emerald--50);
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3rem;
  display: flex;
}

.text-span-4 {
  color: var(--slate--700);
}

.p {
  text-decoration: none;
}

.div-block-47-copy {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.div-block-52 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: -2rem;
  display: flex;
  overflow: clip;
}

.div-block-53 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-53.use-select-none {
  -webkit-user-select: none;
  user-select: none;
}

.div-block-54 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-55 {
  width: 90%;
  margin-bottom: -53px;
  padding-top: 1rem;
  display: flex;
}

.div-block-55.use-select-none {
  -webkit-user-select: none;
  user-select: none;
}

.div-block-56 {
  background-color: var(--white);
  width: 1px;
  height: 1.3rem;
}

.image-401 {
  object-fit: cover;
  width: 1.3rem;
}

.div-block-58 {
  background-color: var(--emerald--600);
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 3rem;
  display: flex;
}

@media screen and (min-width: 1280px) {

  .icon-wrapper {
    background-color: var(--emerald--50);
  }

  .default-section.hide {
    display: none;
  }

  .frame-2609271 {
    background-color: var(--emerald--50);
  }

  .footer-light {
    border-bottom-style: none;
  }

  .div-block-47-copy {
    position: static;
  }
}

@media screen and (min-width: 1440px) {

  .block {
    max-width: 1100px;
  }

  .block.bento-box {
    max-width: 1100px;
  }

  .block.bento-box.green-100 {
    flex-flow: column;
  }

  .block.bento-box.green-100.small-gap {
    object-fit: contain;
  }

  .section-hero {
    border-radius: 0;
  }

  .section-left-3 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .h2.color.center-mid.space-right.max-w.hide-on-smallest-breakpoint {
    color: var(--black);
  }

  .default {
    background-color: var(--emerald--600);
  }

  .maps-search {
    border: 1px solid var(--slate--200);
  }

  .pricing-card-5 {
    border-style: solid;
    border-width: 2px;
  }

  .pricing-card-5.shadow {
    background-color: var(--slate--50);
  }

  .default-section {
    border-color: var(--emerald--700);
  }

  .default-section.hide {
    display: none;
  }

  .default-section.no-margin-bottom {
    border-color: #25897f;
  }

  .split-block.reverse {
    max-width: 1100px;
  }

  .input-row {
    border-style: none;
    border-color: #000;
  }

  .footer-light {
    border-bottom-style: none;
    border-bottom-width: 0;
    margin-bottom: 2rem;
  }

  .marked {
    background-color: #fae45f;
  }

  .vectors-wrapper-41 {
    filter: none;
    object-fit: contain;
  }

  .container-3 {
    width: 1100px;
  }

  .image-383-copy {
    width: 10rem;
    margin-bottom: 5rem;
  }

  .image-383-copy.hide-on-mobile {
    margin-bottom: 0;
  }

  .image-383-copy-copy {
    width: 10rem;
    margin-bottom: 5rem;
  }

  .div-block-35 {
    background-color: #fffaf5;
  }

  .div-block-35-copy {
    background-color: #10403b;
    background-image: none;
  }

  .div-block-38 {
    border: 2px solid var(--slate--200);
    border-radius: 1rem;
  }

  .default-2 {
    background-color: #127369;
  }

  .pricing-card-7 {
    border-style: solid;
    border-width: 2px;
  }

  .div-block-52 {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }

  p {
    font-size: 18px;
    line-height: 26px;
  }

  .footer {
    max-width: 100%;
    padding-top: 60px;
  }

  .h3.color.center-mid-on-mobile {
    text-align: center;
  }

  .heading-horizontal {
    margin-bottom: 25px;
  }

  .block {
    box-shadow: none;
    flex-flow: column;
  }

  .block.bento-box.center-left-on-mobile {
    justify-content: center;
    align-items: flex-start;
  }

  .section-left-2.max-w {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    max-width: none;
  }

  .section-left-2.center-mid {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .section-hero {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    min-height: auto;
  }

  .section-hero.less-margin {
    padding-bottom: 0;
  }

  .h2.color.center-mid.space-right.max-w.hide-on-smallest-breakpoint {
    color: var(--black);
  }

  .h1.max-w.center-mid-on-mobile {
    text-align: center;
  }

  .logo-2, .phone {
    width: auto;
  }

  .phone.hide-on-mobile {
    display: block;
  }

  .logo-wrapper.footer {
    padding-top: .6rem;
    padding-bottom: .6rem;
  }

  .image-380 {
    object-fit: contain;
  }

  .frame-2609293 {
    align-self: auto;
    margin-left: 0;
  }

  .frame-2609295 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column-reverse wrap;
    flex: 0 auto;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    position: sticky;
  }

  .default-section {
    overflow: clip;
  }

  .default-section.no-margin-bottom {
    overflow: visible;
  }

  .default-section.padding-for-mockup {
    padding-top: 2rem;
  }

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

  .split-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .split-block.reverse {
    flex-flow: column wrap;
  }

  .split-block.hero.no-border {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    flex-flow: column;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .link-block-2 {
    text-align: left;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

  .link-block-2.hide-on-desktop {
    display: flex;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .image-382.hide-on-desktop {
    display: inline-flex;
  }

  .image-382.hide-on-desktop.hide {
    display: none;
  }

  .image-384 {
    max-width: 100%;
    margin-top: .3rem;
    transform: scale(1.3);
  }

  .frame-2609306-copy-copy {
    width: 10rem;
    display: none;
    position: static;
  }

  .container-3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .nav-menu-2 {
    background-color: var(--white);
  }

  .p.nav-link {
    text-align: center;
    color: var(--black);
  }

  .menu-button-2 {
    margin-left: 1rem;
  }

  .image-383-copy {
    width: 7rem;
  }

  .image-383-copy.only-show-on-mobile {
    width: 20rem;
    display: block;
  }

  .image-383-copy-copy {
    width: 7rem;
  }

  .image-383-copy-copy.only-show-on-desktop {
    display: none;
  }

  .div-block-38 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .pricing-card-7 {
    width: 60%;
  }

  .pricing-card-7.selectedpricing {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    order: -1;
  }

  .sterne {
    height: 2.5rem;
  }

  .div-block-49 {
    flex-flow: column-reverse wrap;
    width: 60%;
  }

  .div-block-47-copy {
    order: 0;
    align-self: center;
  }

  .div-block-52 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .div-block-55 {
    width: 70%;
    padding-top: 2rem;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 17px;
    line-height: 25px;
  }

  .h3.color.center-mid-on-mobile.not-full-width {
    width: 70%;
  }

  .heading-horizontal {
    margin-bottom: 20px;
  }

  .max-280-pixles {
    max-width: 211px;
  }

  .section-left-2.center-mid {
    margin-bottom: 2rem;
  }

  .section-hero {
    justify-content: flex-start;
    align-items: center;
  }

  .h2.center-mid {
    text-align: left;
  }

  .h2.center-mid.black.center-mid-on-mobile {
    text-align: center;
  }

  .default {
    background-color: var(--emerald--600);
  }

  .maps-search.shadow {
    width: 23rem;
  }

  .arrow {
    top: -68px;
    right: -8.1rem;
  }

  ._18px-8 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .default-section.no-gap-bottom {
    padding-bottom: 0;
  }

  .default-section.no-margin-bottom {
    overflow: visible;
  }

  .frame-2609309 {
    height: auto;
  }

  .small {
    white-space: nowrap;
  }

  .split-block.reverse {
    flex-flow: column wrap;
  }

  .link-block-2 {
    display: flex;
  }

  .p.small-line-height {
    white-space: nowrap;
  }

  .footer-light {
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .footer-wrapper-two {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .footer-block-two.hide {
    display: none;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-18 {
    width: 50%;
  }

  .image-384 {
    transform: scale(1.4);
  }

  .image-383-copy.only-show-on-mobile {
    width: 15rem;
  }

  .div-block-35-copy {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .div-block-37 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
  }

  .default-2 {
    background-color: #127369;
  }

  .pricing-card-7 {
    width: 100%;
  }

  .div-block-49, .div-block-47-copy {
    width: 100%;
  }

  .div-block-52 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-57 {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 16.5px;
    line-height: 24px;
  }

  .footer {
    padding-top: 50px;
  }

  .h3 {
    text-align: left;
    overflow-wrap: anywhere;
  }

  .h3.color.center-mid-on-mobile.not-full-width {
    width: 100%;
  }

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

  .heading-horizontal {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .max-280-pixles.align-right {
    text-align: left;
    flex: 0 auto;
    max-width: 100%;
  }

  .h4.color {
    mix-blend-mode: normal;
  }

  .faq-top-margin {
    margin-top: 1rem;
  }

  .mobile-only {
    display: block;
  }

  .block {
    justify-content: flex-start;
    align-items: center;
    min-width: 100%;
  }

  .block.bento-box {
    border-radius: 1rem;
    padding: 1.5rem;
  }

  .block.bento-box.green-100 {
    padding-top: 2rem;
  }

  .block.bento-box.green-100.small-gap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    overflow: clip;
  }

  .block.more-gap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .section-left-2 {
    overflow-wrap: anywhere;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .frame-2609189 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-hero {
    justify-content: flex-start;
    align-items: center;
    padding-top: 8rem;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: hidden;
  }

  .section-hero.less-margin {
    grid-row-gap: 2rem;
    padding-top: 7rem;
    padding-bottom: 0;
  }

  .section-hero.less-margin.new-hero {
    padding-top: 3rem;
  }

  .frame-2609248 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-left-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .h2.color.center-mid {
    text-align: left;
  }

  .h2.color.center-mid.space-right {
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    display: inline-flex;
  }

  .h2.color.center-mid.space-right.max-w.only-on-smallest-breakpoint {
    text-align: left;
    overflow-wrap: anywhere;
    flex: 0 auto;
    align-self: flex-start;
    display: block;
  }

  .h2.color.center-mid.space-right.max-w.hide-on-smallest-breakpoint {
    display: none;
  }

  .h2.center-mid {
    text-align: left;
  }

  .h2.center-mid.black.center-mid-on-mobile.hide-on-mobile {
    display: none;
  }

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

  .large.color.only-show-on-mobile {
    margin-top: -1rem;
    display: block;
  }

  .large.color.small-line-height {
    line-height: 1.5rem;
  }

  .frame-2609255 {
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(100vw - 4rem);
  }

  .maps-search, .maps-search.shadow, .maps-search.shadow.color {
    width: 100%;
  }

  .vectors-wrapper-18 {
    width: 2rem;
    height: 2rem;
    margin-left: 1.3rem;
  }

  .arrow {
    display: none;
  }

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

  .phone.hide-on-mobile {
    display: none;
  }

  .logo-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    padding: .3rem;
  }

  .logo-wrapper.footer {
    min-width: 100%;
  }

  .image-380 {
    height: 2rem;
  }

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

  .frame-2609293, .frame-2609295 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .pricing-card-5, .pricing-card-5.shadow {
    padding: 2rem 1rem;
  }

  .list-item-200 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
  }

  ._18px-8 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .frame-2609281 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .p.white {
    font-size: 1.3rem;
  }

  .item-feature {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: center;
    align-items: flex-start;
    min-width: 100%;
  }

  .default-section {
    padding: 2rem 1.5rem;
  }

  .default-section.slight-green {
    padding-bottom: 2rem;
  }

  .default-section.no-margin-bottom {
    overflow: visible;
  }

  .default-section.no-margin-bottom.hide-on-mobile {
    display: none;
  }

  .frame-2609307 {
    padding-bottom: 0;
  }

  .frame-2609270 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .frame-2609271 {
    justify-content: center;
    align-items: center;
  }

  .features-3 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .frame-2609313 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .p {
    align-self: auto;
  }

  .split-block.hero.no-border {
    flex-flow: column;
  }

  .brand-2 {
    flex-flow: row;
  }

  .link-block-2 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 0;
  }

  .link-block-2.hide-on-desktop {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .link-block-2.hide-on-desktop.mobile {
    justify-content: center;
    align-items: center;
  }

  .place-result {
    padding-left: 0;
    display: none;
  }

  .p.secondary.resultplace2.searchresultplace {
    white-space: nowrap;
  }

  .place-text-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .input-row {
    border-bottom-style: none;
    height: 3rem;
    padding-left: 0;
  }

  .p.center-mid {
    text-align: left;
  }

  .image-381 {
    width: 3rem;
  }

  .div-block-15 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .p.small-line-height {
    line-height: 1.5rem;
  }

  .footer-light {
    padding: 2rem 1rem;
  }

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

  .footer-wrapper-two {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    flex-flow: row;
    margin-top: 40px;
  }

  .footer-block-two.hide {
    display: none;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .p.subtle-semibold.hide-on-mobile {
    display: none;
  }

  .div-block-18 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .vectors-wrapper-41 {
    object-fit: contain;
    width: 60px;
    height: 60px;
    margin-top: 7px;
    margin-right: 15px;
  }

  .div-block-27 {
    margin-top: 0;
  }

  .image-384 {
    object-fit: fill;
    margin-top: 1rem;
    transform: scale(1.8);
  }

  .text-span-2 {
    font-size: 3rem;
    line-height: 2rem;
  }

  .navbar-3 {
    width: 100vw;
    height: 5rem;
    inset: 0% 0% auto;
  }

  .container-3 {
    justify-content: space-between;
    align-items: center;
    padding: 8px 1rem;
  }

  .image-383-copy.hide-on-mobile {
    display: none;
  }

  .div-block-35 {
    padding-top: 0;
  }

  .div-block-37 {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-38 {
    padding: 1rem;
  }

  .image-389.mobile-only {
    order: -1;
  }

  .image-389.only-on-desktop {
    display: none;
  }

  .small-icon {
    display: flex;
  }

  .pricing-card-7 {
    padding: 1.5rem;
  }

  .pricing-card-7.selectedpricing {
    order: -1;
  }

  .div-block-47-copy {
    width: 100%;
    position: static;
  }

  .div-block-52 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .div-block-55 {
    width: 100%;
  }

  .div-block-56 {
    display: none;
  }
}

#w-node-_600d6661-55e7-cdb1-5978-06c967af6d11-7795ca7e, #w-node-_760cf6bf-935e-6e6e-c1c7-672dfd068084-7795ca7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.simple-footer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.section-left-3-copy {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 681px;
  text-decoration: none;
  display: flex;
}

.faq-accordion-wrapper.active .faq-open-close .horizontal {
  transform: rotate(90deg);
}