:root {
  --_colors---accent-blue: #23a1ff;
  --_colors---deep-blue: #012649;
  --_colors---color: white;
  --_typography---display: 76px;
  --_typography---display-m: 61px;
  --_typography---h1: 49px;
  --_typography---h2: 39px;
  --_typography---body: 16px;
  --_typography---tag: 13px;
  --_colors---light-blue: #e8f1ff;
  --_typography---h3: 25px;
  --_typography---h4: 20px;
  --gray: #6c6c6c;
  --_colors---pink: #f09aad;
  --_colors---red: #ca2357;
  --_colors---yellow: #f3c92c;
  --_typography---font-family: Inter, sans-serif;
  --_typography---display-xl: 95px;
  --_typography---alt-tex: 10px;
  --_typography---4: 4px;
  --_typography---8: 8px;
}

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

body {
  outline-offset: 0px;
  color: #333;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 1px #000;
  outline: 3px #000;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

a {
  line-height: 120%;
  text-decoration: none;
}

.body {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 120%;
  text-decoration: none;
}

.mnav_link {
  font-weight: 600;
}

.mnav_link:hover, .mnav_link.w--current:hover {
  color: var(--_colors---accent-blue);
}

.navbar {
  background-color: var(--_colors---color);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.container {
  justify-content: space-between;
  max-width: 80rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: block;
  position: relative;
}

.container.whyhuma {
  z-index: 2;
  position: relative;
  overflow: visible;
}

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

.text-block {
  font-weight: 900;
  text-decoration: none;
}

.navbutton {
  background-color: #ff5a5f;
  border: 1px #000;
  border-radius: 62rem;
  padding: .75rem 1.125rem;
  text-decoration: none;
}

.navbutton:hover {
  background-color: #cc484c;
}

.navbutton:active {
  background-color: #993639;
}

.text-block-2 {
  color: #000;
  text-align: left;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.link-block {
  color: #0f0f0f;
  text-decoration: none;
}

.text-block-3 {
  color: #fff;
}

.huma_logo {
  height: 2.5rem;
}

.hero_section {
  background-color: var(--_colors---deep-blue);
  opacity: 1;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 75vh;
  margin-right: auto;
  display: block;
  position: relative;
}

.footer_section {
  background-color: var(--_colors---deep-blue);
  padding-top: 4rem;
  padding-bottom: 2.5rem;
}

.footercontain {
  max-width: 80rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.footer_top {
  justify-content: space-between;
  display: flex;
}

.footer_bottom {
  border-top: .0625rem solid var(--_colors---accent-blue);
  justify-content: space-between;
  padding-top: 2rem;
  display: flex;
}

.footer_links {
  color: #fff;
  text-decoration: none;
}

.footer_links:hover {
  color: var(--_colors---accent-blue);
}

.text-block-4 {
  color: var(--_colors---color);
}

.footerlink_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  display: flex;
}

.footer_logo {
  height: 2.5rem;
  display: inline;
}

.div-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.footer_text {
  color: var(--_colors---color);
  max-width: 31rem;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.5rem;
}

.bold-text {
  color: var(--_colors---accent-blue);
}

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

.footer_socials {
  cursor: pointer;
  transition: all .2s cubic-bezier(.6, -.28, .735, .045);
}

.footer_socials:hover {
  transform: translate(0, -7px);
}

.link_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon {
  height: 1.5rem;
}

.text-block-5 {
  color: var(--_colors---color);
}

.text-block-6 {
  color: #787b80;
}

.bg-gradient {
  z-index: 0;
  background-image: radial-gradient(circle farthest-side at 100% 100%, var(--_colors---accent-blue), var(--_colors---deep-blue) 65%);
  opacity: .2;
  position: absolute;
  inset: 0%;
}

.page_contain {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  max-width: 80rem;
  height: 100%;
  padding-bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.herowrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.herocta {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--_colors---color);
  background-color: #e65155;
  border-radius: 6.2rem;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  padding: .25rem 1rem .25rem .25rem;
  text-decoration: none;
  display: inline-flex;
}

.herocta:hover {
  background-color: #993639;
}

.heading {
  color: var(--_colors---color);
  font-size: var(--_typography---display);
  max-width: 45.1875rem;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
}

.heading-2 {
  color: var(--_colors---color);
  font-size: var(--_typography---body);
  max-width: 28rem;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
}

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

.image {
  max-width: none;
  height: 40rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.howitworks_section {
  background-color: var(--_colors---light-blue);
  background-image: url('../images/wave.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  margin-bottom: 0;
  padding-top: 6rem;
  padding-bottom: 14rem;
}

.div-block-4 {
  border: .25rem solid var(--_colors---accent-blue);
  background-color: var(--_colors---color);
  border-radius: 12.5rem;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  display: flex;
}

.howitwork_card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 15rem;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  letter-spacing: normal;
  overflow-wrap: normal;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-7 {
  font-size: var(--_typography---h3);
  text-align: center;
  font-weight: 700;
  line-height: 120%;
}

.text-block-8 {
  color: var(--gray);
  font-size: var(--_typography---body);
  text-align: center;
  -webkit-text-stroke-color: var(--gray);
  max-width: 12rem;
  font-weight: 300;
  line-height: 140%;
}

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

.div-block-7.a {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: flex-start;
}

.text-block-9 {
  font-size: var(--_typography---h2);
  text-align: center;
  font-weight: 600;
  line-height: 120%;
}

.paragraph {
  color: var(--gray);
  text-align: center;
}

.pagecontain_hiw {
  z-index: 1;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: center;
  align-items: flex-start;
  max-width: 80rem;
  height: 100%;
  padding-bottom: 0;
  padding-left: 6rem;
  padding-right: 6rem;
  display: flex;
  position: relative;
}

.div-block-8 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.div-block-8.b {
  z-index: 2;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.div-block-9 {
  z-index: 2;
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.pagecontain_services {
  max-width: 80rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.services_section {
  background-color: var(--_colors---color);
  background-image: url('../images/wave_blue.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 4rem;
  padding-bottom: 16rem;
}

.div-block-10 {
  background-color: var(--_colors---accent-blue);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  display: flex;
}

.text-block-10 {
  font-size: var(--_typography---h4);
  font-weight: 700;
  line-height: 120%;
}

.div-block-11 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.div-block-12 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 14rem;
  display: inline-flex;
}

.div-block-12.b {
  max-width: 18.75rem;
  margin-top: 16rem;
}

.text-block-11 {
  color: var(--_colors---accent-blue);
  font-weight: 300;
  display: block;
}

.div-block-13 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-14 {
  z-index: 2;
  grid-column-gap: 14rem;
  grid-row-gap: 14rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.image-2 {
  max-width: none;
  height: 27.625rem;
  max-height: none;
  overflow: clip;
}

.image_towel {
  z-index: 1;
  background-image: url('../images/Towel.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 34.9019rem;
  height: 27.625rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 25% 0% 0%;
}

.svg {
  z-index: 0;
  width: 72%;
  height: 34.8669rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 23% 0% 0%;
}

.svg.b {
  z-index: 2;
  width: 64%;
  height: auto;
  display: block;
  inset: 37% 0% 0%;
}

.div-block-15 {
  z-index: 1;
  perspective: none;
  object-fit: fill;
  background-image: url('../images/Hart.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: -16% 0% 0%;
  transform: none;
}

.whyhuma_section {
  background-color: var(--_colors---deep-blue);
  padding-top: 6rem;
  padding-bottom: 8rem;
  position: relative;
}

.svg-2 {
  z-index: 1;
  aspect-ratio: 3 / 2;
  position: absolute;
  inset: 0%;
}

.text-block-12 {
  color: var(--_colors---color);
  font-size: var(--_typography---h2);
  text-align: center;
  line-height: 120%;
}

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

.div-block-17 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--_colors---color);
  pointer-events: auto;
  backface-visibility: visible;
  text-align: center;
  cursor: pointer;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 25.3125rem;
  max-height: 23rem;
  padding: 2.5rem 2rem;
  transition: all .2s cubic-bezier(.445, .05, .55, .95);
  display: flex;
}

.div-block-17:hover {
  transform: rotate(-1deg)scale(1.05);
}

.div-block-17.pink {
  background-color: var(--_colors---pink);
}

.div-block-18 {
  background-color: #f0f6ff;
  border-radius: 12.5rem;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  display: flex;
}

.div-block-18.pink {
  border: 4px solid var(--_colors---color);
  background-color: var(--_colors---red);
  background-image: url('../images/hass-1.png');
  background-position: -150% -50%;
  background-repeat: no-repeat;
  background-size: 9rem;
}

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

.text-block-13 {
  font-size: var(--_typography---h3);
  font-weight: 700;
  line-height: 120%;
}

.text-block-13.b {
  color: #000;
}

.text-block-14 {
  color: var(--_colors---accent-blue);
}

.text-block-15 {
  color: var(--_colors---accent-blue);
  font-weight: 300;
  line-height: 120%;
}

.text-block-15.pink {
  color: var(--_colors---red);
}

.div-block-20 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial_section {
  background-color: var(--_colors---yellow);
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

.testimony-wrapper {
  padding-bottom: 4rem;
  position: relative;
}

.slider {
  background-color: #ddd0;
  position: static;
}

.block-quote {
  border-left-color: var(--_colors---deep-blue);
  font-size: var(--_typography---h3);
}

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

.svg-3 {
  color: #000;
  width: auto;
  height: 1.25rem;
}

.rating {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.text-block-16 {
  font-size: var(--_typography---h4);
  text-align: center;
  font-weight: 700;
}

.text-block-17 {
  color: var(--_colors---red);
  text-align: center;
}

.div-block-23 {
  background-color: var(--_colors---color);
  border-radius: 12.5rem;
  width: 4rem;
  height: 4rem;
}

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

.text-block-18 {
  font-size: var(--_typography---h3);
  text-align: center;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 120%;
}

.text-block-18._2 {
  max-width: 41rem;
}

.slide-nav {
  object-fit: fill;
  padding-top: 2rem;
  position: absolute;
  inset: auto 0% 0%;
}

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

.cta_section {
  background-color: var(--_colors---color);
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

.field-label {
  border-left: 4px solid var(--_colors---red);
  padding-left: 1rem;
  display: none;
}

.field-label-2 {
  display: none;
}

.text-block-19 {
  color: var(--_colors---deep-blue);
  font-size: var(--_typography---h2);
  line-height: 120%;
}

.text-block-20 {
  font-size: var(--_typography---body);
  font-weight: 300;
  line-height: 130%;
}

.div-block-26 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  max-width: 26rem;
  display: flex;
}

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

.text-field {
  border: 1px solid var(--_colors---light-blue);
  background-color: var(--_colors---light-blue);
  direction: ltr;
  color: var(--_colors---accent-blue);
  text-transform: none;
  -webkit-text-decoration-color: var(--_colors---accent-blue);
  text-decoration-color: var(--_colors---accent-blue);
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .625rem 1rem;
  font-size: 14px;
  font-style: normal;
  line-height: 1.5rem;
}

.text-field-2 {
  margin-bottom: 1rem;
}

.submit-button {
  background-color: var(--_colors---deep-blue);
  border-radius: 4.6rem;
  padding: .625rem 1rem;
  font-size: 14px;
  line-height: 1.5rem;
}

.submit-button:hover {
  background-color: var(--_colors---accent-blue);
}

.form {
  border-radius: .6rem;
  max-width: 21.25rem;
}

.div-block-28 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  display: flex;
}

.div-block-29 {
  background-image: url('../images/Bus.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  width: 100%;
  height: 120%;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: clip;
}

.svg-4 {
  color: var(--_colors---accent-blue);
}

.path {
  color: var(--_colors---yellow);
}

.svg-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: 80%;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.svg-5.hero {
  z-index: 2;
  height: 40%;
  inset: auto 0% -22% auto;
}

.image-3 {
  max-width: none;
  overflow: clip;
}

.image-4 {
  z-index: 1;
  width: auto;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: static;
  inset: 0% 0% 0% auto;
}

.div-block-30 {
  z-index: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-image: url('../images/45-copy.webp');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-clip: border-box;
  width: 55%;
  height: 130%;
  position: absolute;
  inset: auto 0% 15% auto;
  overflow: visible;
}

.div-block-31 {
  background-color: #ff5a5f;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.link-block-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #cb1313;
  border-radius: 6.2rem;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem 1rem .25rem .25rem;
  display: inline-flex;
}

.text-block-21 {
  color: var(--_colors---color);
  line-height: 120%;
  text-decoration: none;
}

.div-block-32 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-flex;
  position: absolute;
  bottom: -10%;
  left: auto;
  right: 43%;
}

.text-block-22 {
  font-family: Klee One, sans-serif;
  font-size: var(--_typography---h4);
  text-align: center;
  font-weight: 600;
}

.svg-6 {
  transform-style: preserve-3d;
  width: 3.875rem;
  height: 10.5625rem;
  transform: rotate(0);
}

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

.icons {
  height: 5rem;
  margin-left: auto;
  margin-right: auto;
}

.icons.b {
  height: 4.5rem;
}

.div-block-34 {
  background-color: #ff666b;
  border-radius: 6.2rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.div-block-34:hover {
  background-color: #b33f42;
}

.svg-7 {
  color: var(--_colors---yellow);
}

.circle {
  color: var(--_colors---light-blue);
}

.circle-2 {
  color: var(--_colors---accent-blue);
}

.svg-8 {
  width: 1.5rem;
  height: 1.5rem;
}

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

@media screen and (max-width: 991px) {
  .mnav_link {
    float: none;
    clear: none;
    color: var(--_colors---deep-blue);
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: inline-block;
  }

  .mnav_link:hover {
    color: var(--_colors---color);
  }

  .navbar {
    overflow: visible;
  }

  .container {
    max-width: none;
    position: static;
    overflow: visible;
  }

  .mnav_wrapper {
    justify-content: space-between;
    align-items: center;
    position: static;
  }

  .link-block {
    display: none;
  }

  .huma_logo {
    height: 2.5rem;
  }

  .hero_section {
    height: 60vh;
  }

  .footer_top {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

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

  .footerlink_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .div-block {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .footer_text {
    max-width: none;
  }

  .div-block-2 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    justify-content: center;
    align-items: stretch;
  }

  .text-block-5 {
    max-width: 13.125rem;
    font-size: 14px;
  }

  .text-block-6 {
    font-size: 12px;
  }

  .page_contain {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 4rem;
  }

  .herowrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .herocta {
    justify-content: center;
    align-items: center;
  }

  .heading {
    font-size: var(--_typography---display-m);
    text-align: left;
    max-width: 30rem;
  }

  .heading-2 {
    text-align: left;
    max-width: 20rem;
  }

  .div-block-3 {
    justify-content: center;
    align-items: flex-start;
  }

  .image {
    height: 26rem;
    display: block;
  }

  .howitworks_section {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }

  .div-block-4 {
    width: 6rem;
    height: 6rem;
  }

  .howitwork_card {
    max-width: 12rem;
  }

  .div-block-6 {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
  }

  .text-block-7 {
    font-size: var(--_typography---h4);
  }

  .text-block-8 {
    font-size: var(--_typography---body);
    max-width: 17rem;
  }

  .div-block-7.a {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    place-items: start center;
    display: grid;
  }

  .text-block-9 {
    font-size: var(--_typography---h2);
    line-height: 120%;
  }

  .paragraph {
    margin-bottom: 0;
    font-size: 16px;
  }

  .pagecontain_hiw {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .div-block-8, .div-block-8.b {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .services_section {
    padding-bottom: 10rem;
  }

  .div-block-10 {
    width: 6rem;
    height: 6rem;
  }

  .div-block-11 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .div-block-12 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .div-block-12.b {
    margin-top: 10rem;
  }

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

  .div-block-13.b {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-15 {
    background-size: 391px;
    top: 9%;
  }

  .whyhuma_section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .svg-2 {
    display: block;
    inset: 30% 0% auto;
  }

  .text-block-12 {
    font-size: var(--_typography---h2);
  }

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

  .div-block-17 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .div-block-17.pink {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-18 {
    width: 6rem;
    height: 6rem;
  }

  .div-block-18.pink {
    background-position: -30% -70%;
    background-size: 5rem;
  }

  .text-block-13 {
    font-size: var(--_typography---h4);
  }

  .div-block-20 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
    place-items: start center;
  }

  .text-block-18 {
    font-size: var(--_typography---h3);
  }

  .cta_section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-block-19 {
    font-size: var(--_typography---h2);
  }

  .text-block-20 {
    max-width: 22.5rem;
  }

  .div-block-26 {
    max-width: 23rem;
  }

  .svg-5 {
    height: 40%;
  }

  .svg-5.hero {
    display: none;
  }

  .div-block-30 {
    width: 50%;
    height: 15rem;
    inset: .625rem 0% 0% auto;
  }

  .text-block-21 {
    font-size: 14px;
  }

  .div-block-32 {
    bottom: 20%;
    right: 10%;
  }

  .text-block-22 {
    font-size: var(--_typography---body);
  }

  .svg-6 {
    position: relative;
    bottom: -105px;
    left: -79px;
    transform: rotate(-20deg);
  }

  .icons {
    height: 3rem;
  }

  .icons.b {
    height: 2.8rem;
  }

  .line_icon {
    max-width: 70%;
  }

  .nav-menu {
    z-index: 2;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-color: var(--_colors---accent-blue);
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
    inset: 0% 0% auto;
    box-shadow: 0 2px .75rem 1rem #0003;
  }

  .menu-button {
    padding: .5rem 0;
    font-size: 2rem;
  }

  .menu-button.w--open {
    color: var(--_colors---accent-blue);
    background-color: #c8c8c800;
    font-size: 2rem;
  }

  .div-block-35 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .image-5 {
    max-width: 40%;
  }

  .image-6 {
    max-width: 50%;
  }

  .div-block-36 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .hero_section {
    height: 50vh;
  }

  .footer_bottom {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

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

  .footer_text {
    text-align: center;
  }

  .text-block-5 {
    max-width: none;
  }

  .page_contain {
    padding-top: 2.5rem;
  }

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

  .heading {
    font-size: var(--_typography---h1);
    max-width: 29rem;
  }

  .heading-2 {
    max-width: 18rem;
  }

  .image {
    height: 20rem;
  }

  .howitworks_section {
    padding-top: 3rem;
  }

  .text-block-7 {
    font-size: 1.125rem;
  }

  .text-block-8 {
    font-size: 14px;
  }

  .div-block-7.a {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .text-block-9 {
    font-size: var(--_typography---h3);
  }

  .paragraph {
    max-width: 23.125rem;
    font-size: 14px;
  }

  .pagecontain_hiw {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-8 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .div-block-8.b {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .services_section {
    padding-top: 2rem;
    padding-bottom: 6rem;
  }

  .text-block-10 {
    font-size: 18px;
  }

  .div-block-12 {
    max-width: 150px;
  }

  .div-block-12.b {
    max-width: 170px;
  }

  .text-block-11 {
    font-size: 14px;
  }

  .div-block-13 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-15 {
    background-size: 20rem;
    top: -1%;
  }

  .whyhuma_section {
    padding-top: 2rem;
  }

  .text-block-12 {
    font-size: var(--_typography---h3);
  }

  .div-block-16 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-17 {
    padding: 1.5rem;
  }

  .div-block-17:hover {
    transform: none;
  }

  .text-block-15 {
    font-size: 14px;
  }

  .div-block-20 {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial_section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-block-17 {
    font-size: 14px;
  }

  .div-block-24 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    overflow: visible;
  }

  .text-block-18 {
    font-size: var(--_typography---h4);
  }

  .cta_section {
    padding-top: 4rem;
    padding-bottom: 10rem;
  }

  .text-block-19 {
    font-size: 30px;
  }

  .text-block-20 {
    max-width: none;
    font-size: 14px;
  }

  .div-block-26 {
    max-width: none;
  }

  .svg-5 {
    display: none;
  }

  .div-block-30 {
    inset: auto 2% 0% auto;
  }

  .div-block-32 {
    flex-flow: column;
    bottom: 6%;
    right: 53%;
  }

  .text-block-22 {
    font-size: var(--_typography---tag);
    text-align: left;
    line-height: 120%;
  }

  .svg-6 {
    height: 8rem;
    bottom: -49px;
    left: 159px;
    transform: rotateX(0)rotateY(-26deg)rotateZ(26deg);
  }

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

@media screen and (max-width: 479px) {
  .mnav_link {
    text-align: center;
    padding: 1rem 0;
    display: block;
  }

  .navbar {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

  .huma_logo {
    height: 2rem;
  }

  .hero_section {
    height: auto;
    margin-right: 0;
  }

  .footer_section {
    padding-bottom: 2rem;
  }

  .footercontain {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .footer_bottom {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 1rem;
  }

  .footer_links {
    vertical-align: baseline;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: inline;
    overflow: visible;
  }

  .footerlink_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    place-content: stretch;
    place-items: center stretch;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .footer_text {
    font-size: 14px;
  }

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

  .text-block-5 {
    text-align: center;
    font-size: 12px;
  }

  .bg-gradient {
    height: 100%;
    display: block;
    inset: 0%;
  }

  .page_contain {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .herowrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .heading {
    font-size: var(--_typography---h2);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-2 {
    font-size: var(--_typography---tag);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-3 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .image {
    flex: 0 auto;
    height: 18rem;
    position: relative;
    inset: auto;
    overflow: visible;
  }

  .howitworks_section {
    padding-bottom: 4rem;
  }

  .div-block-7.a {
    grid-template-columns: 1fr;
  }

  .pagecontain_hiw {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-8.b {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .services_section {
    padding-top: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-12 {
    max-width: none;
  }

  .div-block-12.b {
    margin-top: 0;
  }

  .div-block-13 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

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

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

  .whyhuma_section {
    padding-top: 3rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .svg-2 {
    display: none;
  }

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

  .div-block-20 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .testimonial_section {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .testimony-wrapper {
    height: auto;
    padding-bottom: 0;
  }

  .slider {
    height: auto;
  }

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

  .slide-nav {
    bottom: -5%;
  }

  .cta_section {
    padding-bottom: 2rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-block-19, .text-block-20 {
    text-align: center;
  }

  .submit-button {
    margin-left: auto;
    margin-right: auto;
  }

  .form {
    flex-flow: column;
    display: flex;
  }

  .div-block-30 {
    width: auto;
    height: 12rem;
    position: relative;
    right: auto;
  }

  .div-block-32 {
    position: relative;
    right: auto;
  }

  .svg-6, .div-block-33 {
    display: none;
  }

  .nav-menu {
    flex-flow: column;
  }

  .menu-button {
    flex: 0 auto;
  }

  .brand {
    flex: 0 auto;
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-23 {
    font-size: 14px;
  }

  .image-7 {
    height: 3.125rem;
    margin-left: auto;
    margin-right: auto;
  }

  .slide {
    vertical-align: baseline;
    height: auto;
  }

  .mask {
    height: auto;
    overflow: hidden;
  }

  .div-block-37 {
    display: inline;
  }

  .div-block-38 {
    margin-left: auto;
    margin-right: auto;
  }
}


