:root {
  --brand-color: #5f2ee5;
  --color: #000;
  --brand-secondary-color: #f2edff;
  --border-color: #d1d3d4;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  background-color: #0000;
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
}

.hero-paragraph {
  text-align: center;
  max-width: 700px;
  margin-bottom: 25px;
  display: flex;
}

.button {
  background-color: var(--brand-color);
  box-shadow: 0 20px 45px -13px var(--brand-color);
  border-radius: 3px;
  padding: 15px 30px;
  font-weight: 700;
  transition: box-shadow .4s;
}

.button:hover {
  box-shadow: 0 40px 70px -13px var(--brand-color);
}

.button.form {
  color: var(--brand-color);
  background-color: #ddc0ff;
  align-items: flex-end;
  padding-top: 9px;
  padding-bottom: 9px;
}

.body {
  box-shadow: 7px 2px 117px -45px var(--brand-color);
  color: #000;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.image {
  box-shadow: 7px 2px 117px -45px var(--brand-color);
  border-radius: 3px;
  margin-top: 80px;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.big-heading {
  margin-bottom: 20px;
  font-size: 70px;
  line-height: 1;
}

.nav-link {
  margin-top: 10px;
  margin-bottom: 11px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
}

.nav-link:hover {
  color: #333333bf;
}

.nav-link.cta {
  background-color: var(--brand-color);
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080);
  border-radius: 3px;
}

.nav-link.cta:hover {
  background-color: var(--color);
}

.logo {
  margin-top: 15px;
}

.navbar {
  background-color: #fff;
}

.logo-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.feature-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.feature-image {
  border-radius: 3px;
  width: 60px;
  height: 60px;
  margin-bottom: 0;
}

.insurance-cards {
  text-align: center;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  width: 320px;
  padding: 22px 18px;
}

.insurance-cards:hover {
  border-color: var(--brand-color);
}

.paragraph, .feature-heading {
  text-align: center;
}

.heading {
  margin-bottom: 9px;
}

.form-content-wrapper {
  max-width: 300px;
}

.form {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.field-wrapper {
  flex: 1;
}

.text-field {
  border-radius: 3px;
  margin-bottom: 0;
}

.form-block {
  background-color: #fff0;
  padding-top: 0;
  padding-bottom: 0;
}

.success-message {
  background-color: #eafff2;
  border-radius: 3px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.text-block {
  text-align: center;
  border-radius: 3px;
  padding: 13px 20px;
}

.footer-logo {
  width: 110px;
}

.footer-link {
  color: #2e2e2e;
  text-decoration: none;
}

.footer-link-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.container {
  max-width: 1100px;
  padding-left: 30px;
  padding-right: 30px;
}

.container.centered {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.trusted {
  text-align: center;
  font-size: 20px;
}

.logo-text {
  color: #000;
  text-align: center;
  margin-left: 0;
  padding: 20px;
  font-size: 20px;
  overflow: visible;
}

.logo-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav-link-2 {
  background-color: var(--brand-color);
  color: #fff;
  border: 0 #000;
  border-radius: 5px;
  margin-right: 0;
  padding: 9px 15px;
  position: static;
}

.navbar-2 {
  background-color: #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-2 {
  background-color: #fff;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  min-width: 1080px;
  max-width: 1080px;
  display: flex;
}

.container-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  display: flex;
}

.heading-2 {
  text-align: center;
  margin-top: 120px;
  margin-bottom: auto;
  font-family: Inter, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
}

.paragraph-2 {
  text-align: center;
  padding: 16px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}

.button-2 {
  color: #5f2ee5;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 120px;
  font-size: 18px;
  line-height: 27px;
}

.hero-2 {
  color: #fff;
  background-color: #5f2ee5;
  position: relative;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #060606;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 40px;
  height: 15px;
  transform: rotate(0);
}

.body-2 {
  mix-blend-mode: normal;
}

.image-2 {
  vertical-align: top;
  margin-top: 16px;
  margin-right: 16px;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(180deg);
}

.image-3 {
  margin-bottom: 16px;
  margin-left: 16px;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: rotate(180deg);
}

.container-4 {
  max-width: 1080px;
}

.social-proof {
  background-color: #f3f5fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-5 {
  color: var(--brand-color);
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.features-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.image-4 {
  width: 60px;
}

.container-6 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.features {
  background-color: var(--brand-secondary-color);
}

.heading-3 {
  margin-top: 70px;
  margin-bottom: 24px;
  font-size: 33px;
  line-height: 39px;
}

.section-4 {
  background-color: var(--brand-secondary-color);
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-3 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.grid-homepage {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--brand-secondary-color);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 38px;
  padding: 32px 0;
  display: grid;
}

.image-5 {
  width: 200px;
  height: 200px;
}

.image-5.about {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  padding: 0;
  overflow: hidden;
}

.features-header {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-3 {
  border: 1px solid var(--border-color);
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 22px;
  padding: 18px 22px;
  display: flex;
}

.div-block-3:hover {
  border-color: var(--brand-color);
}

.div-block-4, .div-block-5, .div-block-6, .div-block-7, .div-block-8 {
  border: 1px solid var(--border-color);
}

.button-3 {
  border: 1px solid var(--brand-color);
  color: var(--brand-color);
  background-color: #fff;
  border-radius: 20px;
}

.paragraph-4 {
  margin-top: 10px;
  font-weight: 700;
}

.flex-block {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.about-us {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  background-color: #f3f5fa;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 60px 0 0;
  display: flex;
}

.flex-block-2 {
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 30px;
}

.heading-4 {
  text-align: center;
  width: auto;
  min-width: 58px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.container-7 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 616px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.heading-5 {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 24px;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 0 solid #000;
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 64px;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 0 solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cta-section {
  background-color: #fff;
  padding-top: 128px;
  padding-bottom: 128px;
}

.container-8 {
  background-color: var(--brand-secondary-color);
  text-align: center;
  border-radius: 20px;
  max-width: 768px;
  padding: 80px;
}

.heading-6 {
  color: var(--brand-color);
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 58px;
}

.text-block-3 {
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 30px;
}

.button-4 {
  background-color: var(--brand-color);
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

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

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

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

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

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

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

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

.button-primary.footer-form-button {
  background-color: var(--brand-color);
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

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

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
  text-decoration: none;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.footer {
  background-color: #f3f5fa;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.container-10 {
  width: 60px;
  height: 60px;
}

.div-block-11, .div-block-12 {
  justify-content: center;
  align-items: center;
  width: 500px;
  display: flex;
}

.paragraph-5 {
  width: 500px;
  margin-bottom: 0;
}

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

.image-6 {
  width: 60px;
  height: 60px;
  margin-bottom: 24px;
}

.form-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.newsletter {
  border: 0 solid #000;
  flex-flow: column;
  justify-content: center;
  width: 500px;
  height: 250px;
  margin-top: 0;
  margin-left: 64px;
  display: flex;
}

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

.text-field-2 {
  max-width: 365px;
  height: 48px;
  margin-bottom: 0;
}

.submit-button {
  background-color: var(--brand-color);
  border-radius: 6px;
  height: 48px;
}

.form-block-2 {
  margin-bottom: 0;
}

.div-block-15 {
  border: 0 solid #000;
  justify-content: center;
  align-items: center;
  width: 430px;
  height: 250px;
  margin-top: 0;
  margin-left: 64px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-16 {
  border: 0 solid #000;
  width: 120px;
  padding-left: 16px;
  padding-right: 16px;
}

.div-block-17 {
  width: 100px;
  padding-left: 16px;
  padding-right: 16px;
}

.footer-lnks {
  height: 32px;
}

.container-11 {
  width: 940px;
}

.div-block-18 {
  border: 0 solid #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 940px;
  height: 400px;
  display: flex;
}

.footer-divider {
  background-color: #f3f5fa;
  border: 1px solid #c1c1c1;
  height: 1px;
  margin-bottom: 0;
}

.copyright {
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  display: flex;
}

.div-block-19 {
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-20 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.legal-pages, .legal-pages-copy, .text-block-4, .text-block-5, .text-block-6 {
  padding: 20px 10px;
}

.footer-legal {
  background-color: #f3f5fa;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-5 {
  border: 1px solid var(--brand-color);
  color: var(--brand-color);
  background-color: #fff;
  border-radius: 20px;
  padding: 10px 24px;
}

.div-block-21 {
  background-color: var(--brand-secondary-color);
}

.image-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.heading-7 {
  width: auto;
  height: 60px;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 21px;
}

.heading-7.bigger-header {
  margin-bottom: 12px;
}

.heading-7.smaller-header {
  margin-bottom: 40px;
}

.div-block-23 {
  background-color: var(--brand-secondary-color);
}

.div-block-24 {
  flex: 1;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.paragraph-7 {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.div-block-26 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.nav-button {
  border: 0 solid #000;
  border-radius: 4px;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.paragraph-8 {
  height: 100px;
  margin-bottom: 16px;
}

.paragraph-8.bigger-paragraph {
  height: 82px;
}

.paragraph-8.smaller-paragraph {
  margin-bottom: 7px;
}

.buttons-div {
  border: 1px solid #000;
}

.paragraph-9 {
  font-size: 16px;
  line-height: 140%;
}

.div-block-28 {
  width: 90%;
  height: 300px;
}

.div-block-29 {
  width: auto;
}

.typeform-wrapper-m9qccqtf {
  height: 500px;
}

.body-3 {
  color: #000;
  height: 100%;
}

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

.div-block-31 {
  background-color: var(--brand-secondary-color);
  border: 0 solid #000;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.contact-form {
  background-color: #fff;
  border: 0 solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.div-block-32 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-field-3 {
  color: #000;
  border-radius: 5px;
  width: 382px;
  height: 48px;
}

.heading-9 {
  color: var(--brand-color);
  text-align: center;
  width: 382px;
}

.contact-fields {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  width: 382px;
  height: 48px;
  margin-bottom: 12px;
}

.contact-fields::placeholder {
  color: #3f3c3d;
}

.submit-button-2 {
  background-color: var(--brand-color);
  border-radius: 5px;
  width: 382px;
  height: 48px;
  margin-top: 12px;
  display: block;
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .big-heading {
    text-align: center;
    font-size: 44px;
  }

  .logo-holder {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .feature-grid, .form {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .field-wrapper {
    flex: 1;
  }

  .footer-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu {
    background-color: #fff;
  }

  .menu-button {
    margin-right: -22px;
    padding-right: 18px;
  }

  .logo-text {
    margin-left: 32px;
  }

  .nav-link-2 {
    position: relative;
    inset: auto 0% 0%;
  }

  .navbar-2 {
    justify-content: space-between;
    align-items: center;
  }

  .heading-2 {
    margin-bottom: 16px;
  }

  .paragraph-2 {
    margin-bottom: 20px;
  }

  .button-2 {
    padding-left: 36px;
    padding-right: 36px;
  }

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

  .features-wrapper {
    justify-content: space-between;
  }

  .features {
    width: auto;
    height: auto;
  }

  .section-4 {
    width: auto;
  }

  .grid-homepage {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    place-content: stretch;
    place-items: center;
    margin-top: 32px;
    margin-bottom: 48px;
    padding: 0 32px;
  }

  .image-5.about {
    object-fit: cover;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .about-us {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 30px 0 0;
  }

  .div-block-9 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .div-block-10 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .container-8 {
    max-width: 768px;
  }

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

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

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

  .footer-social-block-three {
    margin-top: 40px;
  }

  .footer {
    height: 360px;
  }

  .paragraph-5, .div-block-13 {
    width: 480px;
  }

  .newsletter {
    border-width: 0;
    width: 480px;
    margin-left: 5px;
  }

  .div-block-15 {
    width: 120px;
    margin-left: 32px;
  }

  .div-block-16 {
    border-width: 0;
  }

  .div-block-18 {
    border-width: 0;
    justify-content: center;
    width: 768px;
    height: 360px;
  }

  .copyright {
    flex: 1;
    font-size: 13px;
  }

  .div-block-19 {
    font-size: 13px;
  }

  .div-block-20 {
    width: auto;
    max-width: 768px;
  }

  .legal-pages, .legal-pages-copy {
    font-size: 13px;
  }

  .div-block-21, .div-block-23 {
    width: 768px;
  }

  .div-block-24 {
    flex-flow: row;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    max-width: 768px;
    display: flex;
  }

  .menu-button-2 {
    margin-right: 32px;
  }

  .div-block-27 {
    flex: 1;
    display: flex;
  }

  .nav-button {
    position: relative;
    bottom: 0;
  }

  .nav-menubar {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-menu-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-menu {
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .div-block-28 {
    border: 1px solid #000;
    width: 90%;
    height: 300px;
  }

  .div-block-30 {
    flex-flow: column-reverse;
  }

  .div-block-31, .contact-form {
    width: 100%;
    height: 50%;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 25px;
  }

  h3 {
    font-size: 18px;
    line-height: 23px;
  }

  .button.form {
    margin-top: 22px;
  }

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

  .big-heading {
    font-size: 36px;
    line-height: 42px;
  }

  .logo {
    margin-top: 17px;
  }

  .feature-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
  }

  .insurance-cards {
    width: 260px;
  }

  .feature-heading {
    line-height: 27px;
  }

  .form {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .footer-link-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .container.centered {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    padding-left: 0;
  }

  .trusted {
    font-size: 16px;
  }

  .heading-2 {
    margin-top: 80px;
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
  }

  .paragraph-2 {
    font-size: 18px;
    line-height: 30px;
  }

  .button-2 {
    margin-bottom: 80px;
  }

  .social-proof {
    justify-content: center;
    align-items: center;
    padding: 60px 15px;
    display: flex;
  }

  .features-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .features-block {
    width: 50%;
    margin-bottom: 0;
  }

  .features-title {
    font-size: 32px;
  }

  .features {
    width: auto;
  }

  .heading-3 {
    margin-top: 56px;
  }

  .section-4 {
    flex-flow: row;
    width: auto;
  }

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

  .grid-homepage {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 16px;
  }

  .image-5.about {
    object-fit: cover;
    width: 100%;
    height: 300px;
  }

  .about-us {
    width: auto;
    max-width: 568px;
    padding: 40px 24px 0;
  }

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

  .div-block-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-10 {
    align-items: center;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .cta-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container-8 {
    padding: 40px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

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

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .image-6 {
    vertical-align: baseline;
  }

  .div-block-15 {
    flex-flow: column;
    flex: 0 auto;
    width: 100%;
    height: auto;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 0;
  }

  .div-block-16 {
    flex-flow: column;
    flex: 1;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-18 {
    flex-flow: column;
  }

  .copyright {
    display: block;
  }

  .div-block-19 {
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
  }

  .legal-pages {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .footer-legal {
    flex-flow: wrap;
  }

  .div-block-21 {
    width: 568px;
  }

  .heading-7 {
    font-size: 18px;
  }

  .div-block-23 {
    width: 568px;
  }

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

  .div-block-25 {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .heading-8 {
    font-size: 13px;
  }

  .div-block-26 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .div-block-27 {
    display: flex;
  }

  .paragraph-8 {
    margin-bottom: 32px;
  }

  .paragraph-9 {
    font-size: 14px;
  }

  .div-block-29 {
    width: 100%;
    overflow: hidden;
  }
}

@media screen and (max-width: 479px) {
  .button {
    text-align: center;
    padding: 10px 19px;
  }

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

  .big-heading {
    font-size: 32px;
    line-height: 34px;
  }

  .logo-holder {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .footer-link {
    line-height: 0;
  }

  .footer-link-block {
    flex-flow: wrap;
    line-height: 8px;
  }

  .heading-2 {
    margin-top: 64px;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 36px;
  }

  .paragraph-2 {
    margin-bottom: 8px;
    padding: 8px;
    font-size: 16px;
    line-height: 24px;
  }

  .button-2 {
    margin-bottom: 56px;
    padding: 6px 16px;
  }

  .social-proof {
    flex-flow: column;
  }

  .container-5 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .features-wrapper {
    flex-flow: wrap;
  }

  .features-title {
    font-size: 24px;
    line-height: 33.6px;
  }

  .features {
    width: auto;
  }

  .heading-3 {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 24px;
  }

  .section-4 {
    width: auto;
  }

  .paragraph-3 {
    font-size: 13px;
    line-height: 24px;
  }

  .grid-homepage {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .image-5.about {
    object-fit: cover;
    height: 250px;
  }

  .heading-5 {
    font-size: 32px;
    line-height: 144.16%;
  }

  .div-block-10 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .heading-6 {
    font-size: 24px;
    line-height: 33.6px;
  }

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

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

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

  .footer {
    height: auto;
  }

  .paragraph-5 {
    width: auto;
    padding-left: 6px;
    padding-right: 6px;
  }

  .div-block-13 {
    text-align: justify;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 320px;
    display: flex;
  }

  .image-6 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .form-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: justify;
    flex-flow: column;
    margin-bottom: 16px;
  }

  .newsletter {
    align-items: center;
    width: auto;
    max-width: 320px;
    height: auto;
    margin-left: 0;
  }

  .paragraph-6 {
    margin-bottom: 12px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .text-field-2 {
    text-align: justify;
    flex: 1;
    width: 300px;
    max-width: none;
    margin-bottom: auto;
    overflow: clip;
  }

  .div-block-15 {
    width: auto;
  }

  .div-block-18 {
    width: auto;
    max-width: 320px;
    height: auto;
  }

  .div-block-20, .footer-legal {
    flex-flow: column;
  }

  .div-block-21 {
    width: auto;
  }

  .div-block-23 {
    width: 320px;
  }

  .div-block-25 {
    box-sizing: border-box;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .div-block-27 {
    flex-flow: column;
  }

  .div-block-28 {
    height: 250px;
  }

  .heading-9 {
    width: 275px;
    margin-bottom: 20px;
  }

  .contact-fields, .submit-button-2 {
    width: 275px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-a3af83bf-4a92-23ee-40d2-d9dde9f54c63-5834f3bc, #w-node-f0c4364d-f838-8122-0b1a-0ba398bf5b7a-835b4734 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_507c2834-da8e-ff03-e02b-ad698d56742e-5834f3bc {
    grid-area: 2 / 1 / 3 / 2;
  }
}


