:root {
  --grey: #5e5e5e;
  --untitled-ui--gray900: #101828;
  --white: white;
  --black: #000;
  --untitled-ui--color: white;
  --untitled-ui--gray50: #f9fafb;
  --untitled-ui--gray600: #475467;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body {
  color: var(--grey);
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  line-height: 32.68px;
}

.uui-heroheader06_image-01 {
  border: .25rem solid var(--untitled-ui--gray900);
  border-radius: .625rem;
  width: 48rem;
  min-width: 48rem;
  position: absolute;
  inset: 0% auto 0% 12%;
}

.uui-heroheader06_image-01.shadow-xxlarge.hide-mobile-landscape {
  border-style: none;
  border-radius: 0;
  min-width: 55rem;
  inset: auto 0% 0%;
}

.uui-heroheader06_image-wrapper {
  height: 100%;
  min-height: 36rem;
  position: relative;
}

.uui-space-large {
  width: 100%;
  min-height: 3rem;
}

.uui-max-width-small {
  width: 100%;
  max-width: 30rem;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heroheader06_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 0;
}

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

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_heroheader06 {
  background-image: url('../images/imgpsh_fullsize_anim-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.form-field {
  position: relative;
}

.contact-img {
  width: 1rem;
  height: 1rem;
  position: absolute;
  inset: 30% auto 0% 5%;
}

.form {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-field {
  color: #55ad9b;
  border: 1px solid #55ad9b;
  border-radius: 6px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 40px;
  font-size: 16px;
  line-height: 21.79px;
}

.submit-button {
  color: var(--white);
  text-transform: capitalize;
  background-color: #55ad9b;
  border-radius: 6px;
  padding: 15px 60px;
  font-weight: 700;
}

.greenish-text {
  color: #d83f3f;
  font-size: 12px;
  line-height: 16.34px;
}

.greenish-text._24px {
  font-size: 12px;
  line-height: 16.34px;
}

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

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

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

.stats-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: .5px solid #55ad9b;
  border-radius: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.stats-card {
  padding: 20px 40px;
  display: inline-block;
  position: relative;
}

.stats-card.boder-stats {
  border-left: 2px solid #888;
  border-right: 2px solid #888;
}

.text-block {
  color: #55ad9b;
  text-align: center;
  text-transform: capitalize;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 30px;
}

.text-span {
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 63px;
}

.why-us-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.heading-style-h2 {
  color: var(--black);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  line-height: 73.54px;
}

.paragraph {
  text-align: center;
  margin-bottom: 0;
}

.why-us-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.why-us-text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.heading-style-h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 700;
  line-height: 73.54px;
}

.form-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.text-field-2 {
  color: #55ad9b;
  text-align: center;
  border: 1px solid #55ad9b;
  border-radius: 6px;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 16px;
  line-height: 21.79px;
}

.submit-button-2 {
  text-transform: capitalize;
  background-color: #55ad9b;
  border-radius: 6px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 40px;
  font-weight: 700;
}

.features-section {
  background-image: url('../images/Ellipse-2.png'), url('../images/Ellipse-1.png');
  background-position: 100% 100%, 0 10%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.features-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.features-list-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.image-2 {
  width: 35px;
  height: 36px;
}

.text-block-2 {
  color: #666;
  font-size: 24px;
  font-weight: 600;
  line-height: 32.68px;
}

.footer {
  background-image: linear-gradient(-43deg, #a2e3d6, #e0f6f1);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.heading-style-h4 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  line-height: 46.3px;
}

.paragraph-20px {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 27.24px;
}

.overflow {
  z-index: 1000;
  background-color: #000000a8;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.contact-us-wrapper-overlfow {
  opacity: 1;
  background-color: #d9d9d9;
  border-radius: 10px;
  padding: 40px;
  position: relative;
}

.div-block-3 {
  cursor: pointer;
  padding: 0 10px 5px;
  display: inline-block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-block-3 {
  color: var(--black);
}

.texta-align-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 40.85px;
}

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

.uui-heading-xlarge-2 {
  color: #1e1e1e;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 54px;
  line-height: 1;
}

.text-span-3 {
  color: #1e1e1e;
  margin-top: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.text-span-4 {
  color: #55ad9b;
}

.why-section {
  background-image: url('../images/imgpsh_fullsize_anim-2.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

.logo-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.section {
  background-color: #c5ede5;
}

@media screen and (min-width: 1280px) {
  .uui-heroheader06_image-01.shadow-xxlarge.hide-mobile-landscape {
    inset: auto 0% 0%;
  }

  .submit-button {
    padding: 15px 60px;
  }

  .why-us-wrapper {
    grid-auto-columns: 1fr;
  }

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

  .paragraph {
    margin-bottom: 0;
  }

  .why-us-image-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .text-field-2 {
    border: 2px solid #c5f2e9;
    border-radius: 10px;
  }

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

  .uui-heading-xlarge-2 {
    font-size: 35px;
    line-height: .8;
  }
}

@media screen and (max-width: 991px) {
  .uui-heroheader06_image-01 {
    max-width: 32rem;
  }

  .uui-heroheader06_image-01.shadow-xxlarge.hide-mobile-landscape {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    position: static;
  }

  .uui-heroheader06_image-wrapper {
    min-height: 100%;
  }

  .uui-space-large {
    min-height: 2.5rem;
  }

  .uui-heroheader06_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .stats-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    max-width: 60%;
    padding: 0 25px;
  }

  .stats-card.boder-stats {
    border-style: solid none;
    border-top-width: 2px;
    border-top-color: #888;
    border-bottom-width: 2px;
    border-bottom-color: #888;
  }

  .why-us-wrapper {
    grid-template-columns: 1fr;
  }

  .why-us-wrapper.reverse {
    flex-flow: column-reverse wrap;
    display: flex;
  }

  .heading-style-h4 {
    text-align: center;
  }

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

@media screen and (max-width: 767px) {
  .body {
    font-size: 16px;
    line-height: 21.79px;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .uui-heroheader06_image-wrapper {
    justify-content: center;
    align-items: flex-start;
    height: 22rem;
    min-height: auto;
    display: none;
  }

  .uui-space-large {
    min-height: 0;
  }

  .uui-text-size-xlarge {
    color: #000;
    text-align: center;
    font-size: 14px;
    line-height: 19.07px;
  }

  .uui-space-small {
    min-height: .8rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-section_heroheader06 {
    background-image: url('../images/imgpsh_fullsize_anim-3.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

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

  .contact-us-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .contact-img {
    left: 3%;
  }

  .form {
    background-color: #e0f6f1;
    border: 1px solid #55ad9b;
    border-radius: 12px;
    flex-flow: column;
    align-items: stretch;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 50px;
    display: flex;
  }

  .form.white {
    background-color: #fff;
  }

  .text-field {
    border-style: solid;
    border-color: #55ad9b;
  }

  .flex-center.left-align {
    justify-content: center;
    align-items: center;
    font-size: 12px;
    line-height: 16.34px;
  }

  .stats-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .stats-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    border-radius: 17px;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block {
    font-size: 20px;
    line-height: 36px;
  }

  .text-span {
    font-size: 24px;
    line-height: 36px;
  }

  .why-us-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .text-align-center {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .heading-style-h2 {
    text-align: center;
    font-size: 24px;
    line-height: 32.68px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 21.79px;
  }

  .why-us-image-wrapper {
    width: 100%;
    height: 100%;
  }

  .why-us-text-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .heading-style-h3 {
    text-align: center;
    font-size: 24px;
    line-height: 32.68px;
  }

  .form-2 {
    flex-flow: column;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .features-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .image-2 {
    width: 17px;
    height: 18px;
  }

  .text-block-2 {
    font-size: 14px;
    line-height: 19.07px;
  }

  .heading-style-h4 {
    font-size: 16px;
    line-height: 19.2px;
  }

  .paragraph-20px {
    text-align: center;
    font-size: 12px;
    line-height: 16.34px;
  }

  .contact-us-wrapper-overlfow {
    width: 90%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .texta-align-left {
    justify-content: center;
    align-items: center;
  }

  .heading-2 {
    text-transform: capitalize;
  }

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

  .div-block-6 {
    padding: 20px;
  }

  .uui-heading-xlarge-2 {
    text-align: center;
    margin-bottom: .8rem;
    font-size: 32px;
  }

  .text-span-3 {
    color: #000;
    text-align: center;
    font-size: 20px;
    line-height: 27.24px;
  }

  .why-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

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

  .image-3 {
    width: 70%;
  }
}

@media screen and (max-width: 479px) {
  .uui-heroheader06_image-wrapper {
    height: 16rem;
  }

  .uui-heroheader06_component {
    grid-template-columns: 1fr;
  }

  .form {
    max-width: 90%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .form.white {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .stats-wrapper {
    max-width: 60%;
  }

  .stats-card {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .heading-style-h2 {
    text-align: center;
    font-size: 24px;
    line-height: 30.24px;
  }

  .heading-style-h3 {
    text-align: center;
    font-size: 24px;
    line-height: 32.68px;
  }

  .text-field-2, .submit-button-2 {
    font-size: 14px;
  }

  .image-2 {
    width: 17px;
    height: 18px;
  }

  .heading-style-h4 {
    font-size: 16px;
    line-height: 19.2px;
  }

  .paragraph-20px {
    text-align: center;
    font-size: 12px;
    line-height: 16.34px;
  }

  .texta-align-left {
    text-align: center;
  }

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

  .uui-heading-xlarge-2 {
    font-size: 30px;
  }

  .paragraph-2, .paragraph-3 {
    text-align: center;
  }

  .image-3 {
    width: 90%;
  }
}

#w-node-_017f9e99-765f-6ad0-40f3-f3dc1b292304-b188b745, #w-node-_49113f39-7f66-3d27-e359-e1700600b6ae-b188b745 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1280px) {
  #w-node-_017f9e99-765f-6ad0-40f3-f3dc1b292304-b188b745, #w-node-_49113f39-7f66-3d27-e359-e1700600b6ae-b188b745 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


