.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.navbar-logo-center {
  display: block;
}

.navbar-logo-center-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

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

.section {
  min-width: 12px;
}

.body {
  min-width: 30vh;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header {
  height: 100px;
  max-width: 90%;
  min-width: 90%;
  text-align: left;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.image {
  height: 3.5rem;
}

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

.link {
  color: rgba(0, 0, 0, .63);
  -webkit-text-stroke-color: #9b1c1c;
  margin-right: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.link-2 {
  text-decoration: none;
}

.mainbutton {
  height: 42px;
  background-color: #0066ce;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  display: flex;
}

.mainbutton:hover, .mainbutton.featureaction:hover {
  background-color: #1c5288;
}

.mainbutton.featureaction.whyaction {
  margin-top: 40px;
}

.mainbutton.featureaction.whyaction:hover {
  background-color: #1c5288;
}

.mainbutton.featureaction.whyaction.environment {
  background-color: #2ea867;
}

.mainbutton.featureaction.whyaction.environment:hover {
  background-color: #12a255;
}

.mainbutton.featureaction.whyaction.tags {
  border-radius: 4px;
  margin-top: 20px;
}

.mainbutton.featureaction.whyaction.tags:hover {
  background-color: #1c5288;
}

.mainbutton.featureaction.business {
  object-fit: cover;
  border-radius: 2px;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
}

.mainbutton.featureaction.business:hover {
  opacity: 1;
  background-color: #1c5288;
}

.section-2 {
  max-width: 90%;
  min-height: 70vh;
  min-width: 90%;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 100px;
  position: relative;
}

.text-block {
  max-width: 60%;
  min-width: 0;
  color: #000;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 3.2rem;
  overflow: visible;
}

.paragraph {
  max-width: 60%;
  color: #585858;
  text-align: left;
  -webkit-text-stroke-color: rgba(170, 73, 73, .84);
  border: 0 #fff;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.mainactions {
  max-width: 60%;
  align-items: center;
  margin-top: 20px;
}

.alternatebutton {
  height: 42px;
  color: #0066ce;
  background-color: #fff;
  border: 1.5px solid #0066ce;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.alternatebutton:hover {
  opacity: .8;
}

.actionbutton {
  background-color: #0066ce;
  border-radius: 35px;
  font-family: Open Sans, sans-serif;
}

.actionbutton:hover {
  background-color: #1c5288;
}

.section-3 {
  width: 100vw;
  min-height: 50vh;
  background-color: #f7f9fc;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.features {
  height: 100%;
  max-width: 90%;
  min-width: 90%;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
  position: relative;
}

.featuressummary {
  flex-direction: column;
  margin-top: 40px;
}

.image-2 {
  width: 42px;
  margin-right: 10px;
  padding-right: 0;
}

.featuresummary {
  margin-bottom: 20px;
}

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

.text-block-2 {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.text-block-3 {
  color: #757575;
  font-family: Open Sans, sans-serif;
  font-size: .9rem;
}

.image-3 {
  width: 42px;
  margin-right: 10px;
}

.image-4, .image-5 {
  width: 42px;
}

.image-6 {
  width: 42px;
  margin-right: 10px;
}

.paragraph-2 {
  min-width: 60%;
  text-align: left;
  overflow-wrap: normal;
  flex: 0 auto;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.1rem;
  line-height: 1.6rem;
  text-decoration: none;
}

.featuretitle {
  color: #1e4d88;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.text-block-4 {
  max-width: 60%;
  min-width: 80%;
  color: #161616;
  text-align: left;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.text-block-4.sales {
  margin-bottom: 10px;
}

.featurecontainer {
  max-width: 61%;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.image-7 {
  width: 24px;
  margin-right: 10px;
}

.image-8 {
  width: 20%;
  display: none;
  position: absolute;
  top: 25%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-9 {
  width: 200px;
  display: block;
  position: absolute;
  top: 25%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.section-4 {
  width: 100vw;
  min-height: 50vh;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-4.section-5 {
  background-color: #f7f9fc;
}

.section-4.section-5.environment {
  background-color: #e9ffe7;
}

.container-2 {
  width: 85vw;
  height: 100%;
  max-width: 100%;
  min-height: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-block-5 {
  color: #1e4d88;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.featurescards {
  width: 100%;
  margin-top: 20px;
}

.featurescards.business {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.featurecard {
  width: 100%;
  border-right: 1px solid rgba(0, 0, 0, .05);
  margin-bottom: 40px;
  margin-right: 20px;
  padding-right: 10px;
}

.image-10 {
  height: 3.5rem;
}

.image-11 {
  width: 48px;
}

.text-block-6 {
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: .9rem;
  font-weight: 600;
}

.paragraph-3 {
  text-align: left;
  margin-bottom: 0;
  padding-top: 5px;
  font-family: Open Sans, sans-serif;
  font-size: .87rem;
}

.image-12, .image-13, .image-14, .image-15 {
  width: 48px;
}

.image-16 {
  width: 42px;
}

.image-17, .image-18, .image-19 {
  width: 48px;
}

.text-span {
  color: #0066ce;
}

.section-6 {
  width: 100vw;
  min-height: 50vh;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.container-3 {
  width: 85vw;
  height: 100%;
  max-width: 100%;
  min-height: 100%;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.text-block-7 {
  min-height: auto;
  color: #1e4d88;
  text-align: left;
  margin-top: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.text-block-7.business {
  width: 100%;
  text-align: left;
  border: 1px #000;
  border-bottom: 1px dashed rgba(0, 102, 206, .37);
  margin-bottom: 40px;
  padding-bottom: 10px;
}

.paragraph-4 {
  max-height: 80%;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 60px;
  font-family: Open Sans, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.flex-block-2 {
  margin-top: 40px;
  display: flex;
}

.image-20, .image-21, .image-22, .image-23, .image-24, .image-25, .image-26, .image-27 {
  width: 48px;
}

.flex-block-3 {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.button {
  height: 42px;
  color: #0066ce;
  background-color: #fff;
  border: 1px solid #0066ce;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.button:hover {
  opacity: .8;
}

.businesses {
  width: 100%;
  flex-direction: column;
  display: flex;
}

.individuals {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 100px;
}

.image-28, .image-29, .image-30, .image-31 {
  width: 48px;
  height: 48px;
}

.paragraph-5 {
  color: #5f5f5f;
  text-align: left;
  -webkit-text-stroke-color: #aaa;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
}

.section-7 {
  width: 100vw;
  font-family: Open Sans, sans-serif;
}

.container-4 {
  width: 85vw;
  max-width: 100%;
  min-height: 50vh;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.text-block-8 {
  color: #1e4d88;
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: 600;
}

.paragraph-6 {
  text-align: left;
  margin-bottom: 40px;
  font-size: 1rem;
  line-height: 1.6rem;
}

.image-32 {
  width: 150px;
  height: 150px;
  border: 1px solid #f0f0f0;
  border-radius: 50%;
  margin-right: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.image-32.footer {
  width: 80px;
  height: 80px;
  box-shadow: none;
  border-style: none;
  font-size: 50px;
  line-height: 50px;
  position: absolute;
  top: -40px;
}

.flex-block-4 {
  width: 100%;
  background-color: #f7f9fc;
  border: 1px #000;
  border-radius: 8px;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
}

.flex-block-4:hover {
  border-style: solid;
  border-color: rgba(0, 102, 206, .23);
}

.flex-block-5 {
  flex-direction: column;
}

.paragraph-7 {
  text-align: left;
  font-size: 1rem;
  line-height: 1.6rem;
}

.text-block-9 {
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 600;
}

.button-2 {
  background-color: #0066ce;
  border-radius: 35px;
  justify-content: center;
  font-size: .87rem;
  font-weight: 400;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 10px;
  right: 20px;
}

.button-2:hover {
  background-color: #1c5288;
}

.text-block-10 {
  width: 100%;
  text-align: center;
  font-size: .9rem;
}

.flex-block-6 {
  width: 100%;
  align-items: center;
  margin-top: 20px;
}

.section-8 {
  width: 100vw;
  height: 100px;
  background-color: #f7f9fc;
  border-top: 1px solid #f5f5f5;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.text-block-11 {
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
}

.image-33 {
  width: 400px;
  height: 400px;
  position: absolute;
  top: 60px;
  right: -20px;
}

.image-34 {
  width: 37vh;
  height: 37vh;
  max-width: 100%;
  object-fit: fill;
  border-radius: 50%;
  position: absolute;
  top: 100px;
  right: 0;
}

.image-35 {
  width: 10rem;
}

.section-9 {
  width: 100%;
  min-height: 50vh;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image-36 {
  height: 100%;
}

.image-37 {
  width: 25vh;
  height: 25vh;
  border-radius: 50%;
  margin-right: 20px;
}

.image-38 {
  width: 25vh;
  height: 25vh;
  border-radius: 50%;
  margin-left: 20px;
}

.image-39 {
  width: 25vh;
  height: 25vh;
  border-radius: 50%;
}

.flex-block-8 {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

@media screen and (min-width: 1280px) {
  .header, .section-2 {
    max-width: 85vw;
    min-width: 85vw;
  }

  .features {
    min-width: 85vw;
  }

  .paragraph-2 {
    width: 93%;
    min-width: 66%;
  }

  .text-block-4, .text-block-4.sales {
    max-width: 100%;
    min-width: 100%;
  }

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

  .container-2, .container-3, .container-4 {
    width: 85vw;
  }

  .image-34 {
    width: 45vh;
    height: 45vh;
  }
}

@media screen and (min-width: 1440px) {
  .body {
    justify-content: flex-start;
    align-items: center;
  }

  .header {
    min-width: 75vw;
  }

  .section-2 {
    max-width: 75vw;
    min-width: 75vw;
  }

  .features {
    max-width: 75%;
    min-width: 75vw;
  }

  .paragraph-2 {
    width: 81%;
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .text-block-4 {
    width: 80%;
  }

  .container-2, .container-3, .container-4 {
    width: 75vw;
  }

  .image-33 {
    width: 500px;
    height: 500px;
    top: -17px;
  }

  .image-34 {
    width: 45vh;
    height: 45vh;
    top: 140px;
  }
}

@media screen and (min-width: 1920px) {
  .header, .section-2 {
    max-width: 70vw;
    min-width: 70vw;
  }

  .features {
    min-width: 70vw;
  }

  .paragraph-2 {
    min-width: 100%;
  }

  .container-2, .container-3, .container-4 {
    width: 70vw;
  }
}

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

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

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

  .menu-button {
    padding: 12px;
  }

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

  .header {
    width: 100%;
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block {
    width: 100%;
    justify-content: flex-end;
  }

  .section-2 {
    max-width: 90%;
  }

  .text-block {
    min-width: 100%;
    aspect-ratio: auto;
    text-align: left;
    display: block;
  }

  .paragraph {
    min-width: 100%;
  }

  .features {
    max-width: 90%;
  }

  .text-block-4 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .featurecontainer {
    max-width: 100%;
  }

  .container-2 {
    width: 90%;
    max-width: 90%;
  }

  .featurescards {
    flex-wrap: wrap;
  }

  .featurescards.business {
    grid-auto-flow: column;
  }

  .featurecard {
    width: 100%;
    height: 100%;
  }

  .container-3 {
    width: 90%;
    max-width: 90%;
  }

  .text-block-7 {
    text-align: left;
  }

  .paragraph-4 {
    text-align: left;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.5rem;
  }

  .container-4 {
    width: 90%;
    max-width: 90%;
  }

  .button-2 {
    top: auto;
    bottom: 10px;
    right: 10px;
  }

  .image-33 {
    width: 350px;
    height: 350px;
    display: none;
    right: -2px;
  }

  .image-34 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

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

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .text-block-4 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .text-block-7 {
    text-align: left;
  }

  .paragraph-4 {
    text-align: left;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.5rem;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .hidden-mobile {
    display: none;
  }

  .header {
    justify-content: center;
  }

  .flex-block {
    display: none;
  }

  .mainbutton {
    width: 100%;
    margin-bottom: 10px;
  }

  .mainbutton.featureaction.whyaction.environment {
    height: auto;
  }

  .mainbutton.featureaction.whyaction.tags {
    width: 100%;
    height: auto;
    white-space: pre-line;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    display: none;
    overflow: visible;
  }

  .mainbutton.featureaction.business {
    margin-bottom: 10px;
  }

  .section-2 {
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    display: flex;
  }

  .text-block {
    text-align: center;
    font-size: 2rem;
    line-height: 2.8rem;
  }

  .paragraph {
    max-width: 90%;
    text-align: center;
  }

  .mainactions {
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }

  .alternatebutton {
    width: 100%;
    margin-left: auto;
  }

  .image-2 {
    margin-bottom: 10px;
    margin-right: auto;
  }

  .featuresummary {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .text-block-3 {
    text-align: left;
  }

  .text-block-4 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    text-align: left;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  .featurescards.business {
    grid-row-gap: 16px;
    display: flex;
  }

  .featurecard {
    width: 100%;
    margin-right: auto;
  }

  .text-block-7 {
    width: 100%;
    text-align: center;
    white-space: break-spaces;
    object-fit: cover;
    display: none;
    overflow: visible;
  }

  .paragraph-4 {
    font-size: 1.8rem;
    font-weight: 700;
  }

  .flex-block-3 {
    flex-direction: column;
  }

  .button {
    width: 100%;
    margin-left: auto;
  }

  .flex-block-4 {
    flex-direction: column;
  }

  .text-block-9 {
    text-align: center;
    margin-top: 20px;
    line-height: 1.6rem;
  }

  .button-2 {
    width: 100%;
    position: static;
  }

  .flex-block-7 {
    align-items: flex-start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_238a8bd7-df8c-f5ce-4af9-24aeef411794-d9c1e68b {
    align-self: auto;
    justify-self: auto;
  }
}


