.main-hero-wrapper {
  display: contents;
}
 
.main-hero-container1 {
  width: 100%;
  height: 573px;
  display: flex;
  overflow-x: hidden;
  position: relative;
  align-items: center;
  justify-content: center;
}
 
.main-hero-button {
  top: 402px;
  left: 127px;
  width: 179px;
  display: flex;
  position: absolute;
  border-color: #f8f9fd;
  flex-direction: row;
  background-color: transparent;
}
 
.main-hero-text1 {
  color: rgb(252, 252, 255);
}
 
.main-hero-text2 {
  top: 274px;
  fill: #b4bcc2;
  left: 120px;
  color: #b4bcc2;
  z-index: 1;
  position: absolute;
  font-size: 3.8em;
  font-family: "Inter";
}


.main-hero-container2 {
  top: 109px;
  left: 0; /* Reset 'left' to avoid extending outside the viewport */
  width: 100%; /* Ensure it respects the viewport width */
  max-width: 100%; /* Prevent overflow */
  height: 101px;
  z-index: 1;
  position: absolute;
  overflow-x: hidden; /* Prevent horizontal scrolling caused by child elements */
  box-sizing: border-box; /* Include padding in the width calculation */
}

.main-hero-container3 {
  display: contents;
}
 
.main-hero-image {
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
}
 
.main-hero-text3 {
  top: 199px;
  fill: #ffffff;
  left: 111px;
  color: #b4bcc2;
  z-index: 1;
  position: absolute;
  font-size: 3.8em;
  font-style: normal;
  font-family: "Inter";
  font-weight: 200;
}
 
.home-fragment11 {
  display: contents;
}
 
.home-text11 {
  display: inline-block;
}
 
.home-fragment10 {
  display: contents;
}
 
.home-text10 {
  display: inline-block;
}
 
.home-fragment12 {
  display: contents;
}
 
.home-text12 {
  display: inline-block;
}
 
@media(max-width: 479px) {
  .main-hero-container1 {
    width: 100%;
    overflow-x: hidden;
    height: 353px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .main-hero-button {
    top: 244px;
    left: 26px;
  }
  .main-hero-text2 {
    top: 180px;
    left: 20px;
    font-size: 2em;
  }
  .main-hero-container2 {
    overflow-x: hidden;
    top: 41px;
    left: 20px;
  }
  .main-hero-image {
    height: 347px;
  }
  .main-hero-text3 {
    top: 132px;
    left: 20px;
    font-size: 1em;
    padding-bottom: 0px;
  }
}

.main-cta-wrapper {
  display: contents;
}
 
.main-cta-accent2-bg {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(1deg) skew(0deg, 0deg);
  align-self: stretch;
  transition: 0.3s;
  align-items: center;
  border-radius: var(--dl-radius-radius-cardradius);
  justify-content: space-between;
  transform-style: preserve-3d;
  background-color: #0c2744;
}
 
.main-cta-accent2-bg:hover {
  transform: scale3d(1.1,1.1,1.1);
}
 
.main-cta-accent1-bg {
  width: 100%;
  display: flex;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-2deg) skew(0deg, 0deg);
  align-items: center;
  border-radius: var(--dl-radius-radius-cardradius);
  justify-content: space-between;
  transform-style: preserve-3d;
  background-color: #b5e5fb;
}
 
.main-cta-container2 {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(1deg) skew(0deg, 0deg);
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-space-space-sixunits);
  padding-left: var(--dl-space-space-fourunits);
  border-radius: var(--dl-radius-radius-cardradius);
  padding-right: var(--dl-space-space-fourunits);
  padding-bottom: var(--dl-space-space-sixunits);
  background-color: #1a5e90;
}
 
.main-cta-container2:hover {
  color: var(--dl-color-theme-neutral-light);
  background-color: var(--dl-color-theme-neutral-dark);
}
 
.main-cta-content {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.main-cta-text1 {
  color: #fbfbfd;
}
 
.main-cta-text2 {
  color: #f7f7f9;
}
 
.main-cta-actions {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
 
.main-cta-button {
  color: #0c2744;
  background-color: #ffffff;
}
 
@media(max-width: 768px) {
  .main-cta-container2 {
    gap: var(--dl-space-space-oneandhalfunits);
    flex-direction: column;
    justify-content: flex-start;
  }
}
 
@media(max-width: 479px) {
  .main-cta-actions {
    flex-wrap: wrap;
    align-self: stretch;
    justify-content: center;
  }
  .main-cta-button {
    flex: 1;
  }
}

.main-features-wrapper {
  display: contents;
}
 
.main-features-layout349 {
  gap: var(--dl-space-space-twounits);
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #021429;
}
 
.main-features-max-width {
  gap: var(--dl-space-space-threeunits);
  height: 1105px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.main-features-container1 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
 
.main-features-container2 {
  gap: var(--dl-space-space-unit);
  display: flex;
  max-width: 600px;
  align-items: center;
  flex-direction: column;
}
 
.main-features-text11 {
  text-align: center;
}
 
.main-features-button {
  background-color: #b7e4fb;
}
 
.main-features-container4 {
  flex: 1;
  height: auto;
  display: flex;
  align-self: flex-start;
  box-shadow: 2px 2px 4px 0px #d4d4d4;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  background-color: #b5e5fb;
}
 
.main-features-image1 {
  width: var(--dl-size-size-small);
  height: var(--dl-size-size-small);
  object-fit: cover;
  border-radius: var(--dl-radius-radius-round);
}
 
.main-features-text13 {
  text-align: left;
}
 
.main-features-container5 {
  flex: 1;
  height: auto;
  display: flex;
  align-self: flex-start;
  box-shadow: 2px 2px 4px 0px #d4d4d4;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  background-color: #1a5e90;
}
 
.main-features-image2 {
  width: var(--dl-size-size-small);
  height: var(--dl-size-size-small);
  object-fit: cover;
  border-radius: var(--dl-radius-radius-round);
}
 
.main-features-text15 {
  text-align: left;
}
 
.main-features-container6 {
  flex: 1;
  height: auto;
  display: flex;
  align-self: flex-start;
  box-shadow: 2px 2px 4px 0px #d4d4d4;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  background-color: #b7e4fb;
}
 
.main-features-image3 {
  width: var(--dl-size-size-small);
  height: var(--dl-size-size-small);
  object-fit: cover;
  border-radius: var(--dl-radius-radius-round);
}
 
.main-features-text17 {
  text-align: left;
}
 
.main-features-container7 {
  flex: 1;
  height: auto;
  display: flex;
  align-self: flex-start;
  box-shadow: 2px 2px 4px 0px #d4d4d4;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  background-color: #10446f;
}
 
.main-features-image4 {
  width: var(--dl-size-size-small);
  height: var(--dl-size-size-small);
  object-fit: cover;
  border-radius: var(--dl-radius-radius-round);
}
 
.main-features-text19 {
  text-align: left;
}
 
.main-features-container8 {
  flex: 1;
  height: auto;
  display: flex;
  align-self: flex-start;
  box-shadow: 2px 2px 4px 0px #d4d4d4;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  background-color: #b5e5fb;
}
 
.main-features-image5 {
  width: var(--dl-size-size-small);
  height: var(--dl-size-size-small);
  object-fit: cover;
  border-radius: var(--dl-radius-radius-round);
}
 
.main-features-text21 {
  text-align: left;
}
 
.main-features-container9 {
  flex: 1;
  height: auto;
  display: flex;
  align-self: flex-start;
  box-shadow: 2px 2px 4px 0px #d4d4d4;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  background-color: #10446f;
}
 
.main-features-image6 {
  width: var(--dl-size-size-small);
  height: var(--dl-size-size-small);
  object-fit: cover;
  border-radius: var(--dl-radius-radius-round);
}
 
.main-features-text23 {
  text-align: left;
}
 
.home-fragment23 {
  display: contents;
}
 
.home-text37 {
  display: inline-block;
}
 
.home-fragment14 {
  display: contents;
}
 
.home-text14 {
  color: #fafafb;
  display: inline-block;
}
 
.home-fragment19 {
  display: contents;
}
 
.home-text33 {
  color: #101010;
  display: inline-block;
}
 
.home-fragment18 {
  display: contents;
}
 
.home-text29 {
  color: rgb(254, 254, 255);
  display: inline-block;
}
 
.home-fragment15 {
  display: contents;
}
 
.home-text15 {
  display: inline-block;
}
 
.home-fragment20 {
  display: contents;
}
 
.home-text34 {
  color: rgb(242, 243, 247);
  display: inline-block;
}
 
.home-fragment22 {
  display: contents;
}
 
.home-text36 {
  color: #fafafd;
  display: inline-block;
}
 
.home-fragment13 {
  display: contents;
}
 
.home-text13 {
  display: inline-block;
}
 
.home-fragment17 {
  display: contents;
}
 
.home-text24 {
  display: inline-block;
}
 
.home-fragment26 {
  display: contents;
}
 
.home-text40 {
  color: #fdfdfd;
  display: inline-block;
}
 
.home-fragment24 {
  display: contents;
}
 
.home-text38 {
  color: rgb(251, 251, 251);
  display: inline-block;
}
 
.home-fragment16 {
  display: contents;
}
 
.home-text20 {
  color: rgb(247, 247, 249);
  display: inline-block;
}
 
.home-fragment21 {
  display: contents;
}
 
.home-text35 {
  display: inline-block;
}
 
.home-fragment25 {
  display: contents;
}
 
.home-text39 {
  display: inline-block;
}
 
.home-fragment27 {
  display: contents;
}
 
.home-text41 {
  color: rgb(243, 246, 247);
  display: inline-block;
}
 
@media(max-width: 991px) {
  .main-features-layout349 {
    height: 1614px;
  }
  .main-features-max-width {
    flex-direction: column;
  }
  .main-features-container2 {
    margin-bottom: var(--dl-space-space-threeunits);
  }
}
 
@media(max-width: 768px) {
  .main-features-container2 {
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
  .main-features-container4 {
    width: 100%;
  }
  .main-features-container5 {
    width: 100%;
  }
  .main-features-container6 {
    width: 100%;
  }
  .main-features-container7 {
    width: 100%;
  }
  .main-features-container8 {
    width: 100%;
  }
  .main-features-container9 {
    width: 100%;
  }
}
 
@media(max-width: 767px) {
  .main-features-layout349 {
    height: 1567px;
    overflow: hidden;
  }
}
 
@media(max-width: 479px) {
  .main-features-layout349 {
    height: 2702px;
  }
  .main-features-max-width {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .main-features-button {
    width: 100%;
  }
}

.stats-wrapper {
  display: contents;
}
 
.stats-max-width {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.stats-container2 {
  gap: var(--dl-space-space-twounits);
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  z-index: 100;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.stats-title {
  text-align: center;
}
 
.stats-content {
  color: #00010c;
  text-align: center;
}
 
.stats-container3 {
  width: 100%;
  z-index: 100;
}
 
.stats-container4 {
  gap: var(--dl-space-space-unit);
  flex: 1;
  height: 288px;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.stats-text10 {
  top: 101px;
  position: absolute;
}
 
.stats-text11 {
  top: 53px;
  position: absolute;
  text-align: center;
  align-content: center;
}
 
.stats-text12 {
  top: 154px;
  width: 232px;
  position: absolute;
  font-size: 16px;
  text-align: center;
}
 
.stats-container5 {
  gap: var(--dl-space-space-unit);
  flex: 1;
  display: flex;
  padding: var(--dl-space-space-twounits);
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.stats-text13 {
  top: 52px;
  position: absolute;
}
 
.stats-text14 {
  top: 100px;
  position: absolute;
}
 
.stats-text15 {
  top: 154px;
  width: 224px;
  position: absolute;
  font-size: 16px;
  text-align: center;
}
 
.stats-container6 {
  gap: var(--dl-space-space-unit);
  flex: 1;
  height: 279px;
  display: flex;
  padding: var(--dl-space-space-twounits);
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.stats-text16 {
  top: 54px;
  position: absolute;
}
 
.stats-text17 {
  top: 101px;
  position: absolute;
}
 
.stats-text18 {
  top: 153px;
  width: 215px;
  position: absolute;
  font-size: 16px;
  text-align: center;
}
 
.stats-image {
  left: 0px;
  width: 100%;
  bottom: 0px;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
 
.home-fragment37 {
  display: contents;
}
 
.home-text51 {
  display: inline-block;
}
 
.home-fragment33 {
  display: contents;
}
 
.home-text47 {
  display: inline-block;
}
 
.home-fragment38 {
  display: contents;
}
 
.home-text52 {
  display: inline-block;
}
 
.home-fragment30 {
  display: contents;
}
 
.home-text44 {
  display: inline-block;
}
 
.home-fragment28 {
  display: contents;
}
 
.home-text42 {
  display: inline-block;
}
 
.home-fragment36 {
  display: contents;
}
 
.home-text50 {
  display: inline-block;
}
 
.home-fragment29 {
  display: contents;
}
 
.home-text43 {
  display: inline-block;
}
 
.home-fragment32 {
  display: contents;
}
 
.home-text46 {
  display: inline-block;
}
 
.home-fragment31 {
  display: contents;
}
 
.home-text45 {
  display: inline-block;
}
 
.home-fragment34 {
  display: contents;
}
 
.home-text48 {
  display: inline-block;
}
 
.home-fragment35 {
  display: contents;
}
 
.home-text49 {
  display: inline-block;
}
 
@media(max-width: 991px) {
  .stats-text12 {
    width: 176px;
  }
  .stats-text15 {
    width: 202px;
  }
  .stats-text18 {
    width: 202px;
  }
}
 
@media(max-width: 768px) {
  .stats-title {
    text-align: center;
  }
  .stats-container4 {
    align-self: flex-start;
  }
  .stats-text11 {
    align-self: center;
  }
  .stats-container5 {
    height: 283px;
    align-self: flex-start;
  }
  .stats-text13 {
    align-self: center;
  }
  .stats-container6 {
    align-self: flex-start;
  }
  .stats-text16 {
    align-self: center;
  }
}
 
@media(max-width: 479px) {
  .stats-title {
    align-self: center;
    text-align: center;
  }
}

.steps-wrapper {
  display: contents;
}
 
.steps-container1 {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.steps-max-width {
  gap: var(--dl-space-space-fourunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
 
.steps-container2 {
  align-items: start;
}
 
.steps-section-header {
  gap: var(--dl-space-space-oneandhalfunits);
  top: 10%;
  display: flex;
  position: sticky;
  align-items: flex-start;
  flex-direction: column;
}
 
.steps-actions {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
}
 
.steps-button {
  background-color: #0c2744;
}
 
.steps-container3 {
  grid-area: span 1/span 1/span 1/span 1;
}
 
.steps-container4 {
  top: 10%;
  position: sticky;
  transform: rotate(-2deg);
  margin-bottom: var(--dl-space-space-twounits);
  background-color: #b5e5fb;
}
 
.steps-text21 {
  text-align: center;
}
 
.steps-text22 {
  top: var(--dl-space-space-unit);
  right: var(--dl-space-space-unit);
  position: absolute;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
}
 
.steps-container5 {
  top: 10%;
  position: sticky;
  transform: rotate(2deg);
  margin-bottom: var(--dl-space-space-twounits);
  background-color: #0c2744;
}
 
.steps-text23 {
  color: #f2f3f7;
}
 
.steps-text24 {
  color: #f9f9f9;
  text-align: center;
}
 
.steps-text25 {
  top: var(--dl-space-space-unit);
  color: #eaeaf1;
  right: var(--dl-space-space-unit);
  position: absolute;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
}
 
.steps-container6 {
  top: 10%;
  position: sticky;
  transform: rotate(-2deg);
  margin-bottom: var(--dl-space-space-twounits);
  background-color: #b5e5fb;
}
 
.steps-text27 {
  text-align: center;
}
 
.steps-text28 {
  top: var(--dl-space-space-unit);
  right: var(--dl-space-space-unit);
  position: absolute;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
}
 
.steps-container7 {
  top: 10%;
  position: sticky;
  transform: rotate(2deg);
  background-color: #0c2744;
}
 
.steps-text29 {
  color: #fafafd;
}
 
.steps-text30 {
  color: #ededf3;
  text-align: center;
}
 
.steps-text31 {
  top: var(--dl-space-space-unit);
  color: #f8f8f9;
  right: var(--dl-space-space-unit);
  position: absolute;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
}
 
@media(max-width: 991px) {
  .steps-max-width {
    flex-direction: column;
  }
  .steps-container4 {
    background-color: #66a7c5;
  }
  .steps-container6 {
    background-color: #66a7c5;
  }
}
 
@media(max-width: 768px) {
  .steps-section-header {
    position: static;
    margin-bottom: var(--dl-space-space-twounits);
  }
  .steps-actions {
    width: 100%;
    align-self: flex-start;
  }
  .steps-container4 {
    width: 100%;
  }
  .steps-container5 {
    width: 100%;
  }
  .steps-container6 {
    width: 100%;
  }
  .steps-container7 {
    width: 100%;
  }
}
 
@media(max-width: 479px) {
  .steps-button {
    width: 100%;
  }
}

.testimonial-wrapper {
  display: contents;
}
 
.testimonial-max-width {
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.testimonial-container10 {
  gap: var(--dl-space-space-unit);
  display: flex;
  max-width: 600px;
  align-items: center;
  margin-bottom: var(--dl-space-space-fourunits);
  flex-direction: column;
}
 
.testimonial-text11 {
  text-align: center;
}
 
.testimonial-accent2-bg1 {
  background-color: #1a5e90;
}
 
.testimonial-accent1-bg1 {
  background-color: #10446f;
}
 
.testimonial-card1 {
  background-color: #b5e5fb;
}
 
.testimonial-container12 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-self: flex-start;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.testimonial-image1 {
  width: var(--dl-size-size-small);
  height: var(--dl-size-size-small);
  object-fit: cover;
  border-radius: var(--dl-radius-radius-round);
}
 
.testimonial-container13 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.testimonial-text12 {
  color: rgb(0, 0, 18);
}
 
.testimonial-text13 {
  color: rgb(1, 4, 16);
}
 
.testimonial-text14 {
  color: rgb(12, 12, 12);
  text-align: left;
}
 
.testimonial-accent2-bg2 {
  background-color: #1c5f90;
}
 
.testimonial-accent1-bg2 {
  background-color: #10446f;
}
 
.testimonial-card2 {
  background-color: #b5e5fb;
}
 
.testimonial-container14 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-self: flex-start;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.testimonial-image2 {
  width: var(--dl-size-size-small);
  height: var(--dl-size-size-small);
  object-fit: cover;
  border-radius: var(--dl-radius-radius-round);
}
 
.testimonial-container15 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.testimonial-text17 {
  text-align: left;
}
 
.testimonial-accent2-bg3 {
  background-color: #1a5e90;
}
 
.testimonial-card3 {
  background-color: #b5e5fb;
}
 
.testimonial-container16 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-self: flex-start;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.testimonial-image3 {
  width: var(--dl-size-size-small);
  height: var(--dl-size-size-small);
  object-fit: cover;
  border-radius: var(--dl-radius-radius-round);
}
 
.testimonial-container17 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.testimonial-text20 {
  text-align: left;
}
 
.testimonial-accent2-bg4 {
  background-color: #10446f;
}
 
.testimonial-card4 {
  background-color: #b5e5fb;
}
 
.testimonial-container18 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-self: flex-start;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.testimonial-image4 {
  width: var(--dl-size-size-small);
  height: var(--dl-size-size-small);
  object-fit: cover;
  border-radius: var(--dl-radius-radius-round);
}
 
.testimonial-container19 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.testimonial-text23 {
  text-align: left;
}
 
@media(max-width: 991px) {
  .testimonial-container10 {
    margin-bottom: var(--dl-space-space-threeunits);
  }
  .testimonial-card1 {
    height: 100%;
  }
  .testimonial-text12 {
    color: rgb(0, 0, 18);
  }
  .testimonial-text13 {
    color: rgb(1, 4, 16);
  }
  .testimonial-text14 {
    color: rgb(12, 12, 12);
  }
  .testimonial-card2 {
    height: 100%;
  }
  .testimonial-text15 {
    color: #000000;
  }
  .testimonial-text16 {
    color: #000000;
  }
  .testimonial-text17 {
    color: #000000;
  }
  .testimonial-card3 {
    height: 100%;
  }
  .testimonial-text18 {
    color: #000000;
  }
  .testimonial-text19 {
    color: #000000;
  }
  .testimonial-text20 {
    color: #000000;
  }
  .testimonial-card4 {
    height: 100%;
  }
  .testimonial-text21 {
    color: #000000;
  }
  .testimonial-text22 {
    color: #000000;
  }
  .testimonial-text23 {
    color: rgb(0, 0, 0);
  }
}
 
@media(max-width: 768px) {
  .testimonial-container10 {
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
  .testimonial-card1 {
    width: 100%;
  }
  .testimonial-card2 {
    width: 100%;
  }
  .testimonial-card3 {
    width: 100%;
  }
  .testimonial-card4 {
    width: 100%;
  }
}

.contact-wrapper {
  display: contents;
}
 
.contact-contact20 {
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.contact-max-width {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.contact-section-title {
  gap: var(--dl-space-space-unit);
  width: auto;
  display: flex;
  max-width: 800px;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.contact-content1 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.contact-text2 {
  text-align: center;
}
 
.contact-row {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
}
 
.contact-content2 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.contact-contact-info1 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.contact-content3 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-self: stretch;
  align-items: stretch;
  flex-direction: column;
}
 
.contact-text3 {
  align-self: stretch;
  text-align: center;
}
 
.contact-text4 {
  text-align: center;
}
 
.contact-email {
  text-align: center;
}
 
.contact-content4 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.contact-contact-info2 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.contact-content5 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-self: stretch;
  align-items: stretch;
  flex-direction: column;
}
 
.contact-text5 {
  align-self: stretch;
  text-align: center;
}
 
.contact-text6 {
  text-align: center;
}
 
.contact-phone {
  text-align: center;
}
 
.contact-content6 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.contact-container1 {
  flex: 0 0 auto;
  width: auto;
  height: 176px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
 
.contact-contact-info3 {
  gap: var(--dl-space-space-oneandhalfunits);
  height: 176px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.contact-content7 {
  gap: var(--dl-space-space-unit);
  display: flex;
  position: relative;
  align-self: stretch;
  align-items: stretch;
  flex-direction: column;
}
 
.contact-text7 {
  align-self: stretch;
  text-align: center;
}
 
.contact-text8 {
  text-align: center;
}
 
.contact-container2 {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
}
 
.contact-container3 {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact-icon16 {
  width: 87px;
  z-index: 3;
}
 
.contact-container4 {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact-icon18 {
  width: 87px;
}
 
.contact-container5 {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact-icon20 {
  width: 87px;
}
 
.contact-container6 {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact-icon22 {
  width: 87px;
}
 
.contact-container7 {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact-icon24 {
  width: 87px;
}
 
@media(max-width: 768px) {
  .contact-row {
    flex-direction: column;
  }
}
 
@media(max-width: 479px) {
  .contact-row {
    align-items: stretch;
  }
}

.home-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
 
.home-fragment10 {
  display: contents;
}
 
.home-text10 {
  display: inline-block;
}
 
.home-fragment11 {
  display: contents;
}
 
.home-text11 {
  display: inline-block;
}
 
.home-fragment12 {
  display: contents;
}
 
.home-text12 {
  display: inline-block;
}
 
.home-fragment13 {
  display: contents;
}
 
.home-text13 {
  display: inline-block;
}
 
.home-fragment14 {
  display: contents;
}
 
.home-text14 {
  color: #fafafb;
  display: inline-block;
}
 
.home-fragment15 {
  display: contents;
}
 
.home-text15 {
  display: inline-block;
}
 
.home-fragment16 {
  display: contents;
}
 
.home-text20 {
  color: rgb(247, 247, 249);
  display: inline-block;
}
 
.home-fragment17 {
  display: contents;
}
 
.home-text24 {
  display: inline-block;
}
 
.home-fragment18 {
  display: contents;
}
 
.home-text29 {
  color: rgb(254, 254, 255);
  display: inline-block;
}
 
.home-fragment19 {
  display: contents;
}
 
.home-text33 {
  color: #101010;
  display: inline-block;
}
 
.home-fragment20 {
  display: contents;
}
 
.home-text34 {
  color: rgb(242, 243, 247);
  display: inline-block;
}
 
.home-fragment21 {
  display: contents;
}
 
.home-text35 {
  display: inline-block;
}
 
.home-fragment22 {
  display: contents;
}
 
.home-text36 {
  color: #fafafd;
  display: inline-block;
}
 
.home-fragment23 {
  display: contents;
}
 
.home-text37 {
  display: inline-block;
}
 
.home-fragment24 {
  display: contents;
}
 
.home-text38 {
  color: rgb(251, 251, 251);
  display: inline-block;
}
 
.home-fragment25 {
  display: contents;
}
 
.home-text39 {
  display: inline-block;
}
 
.home-fragment26 {
  display: contents;
}
 
.home-text40 {
  color: #fdfdfd;
  display: inline-block;
}
 
.home-fragment27 {
  display: contents;
}
 
.home-text41 {
  color: rgb(243, 246, 247);
  display: inline-block;
}
 
.home-fragment28 {
  display: contents;
}
 
.home-text42 {
  display: inline-block;
}
 
.home-fragment29 {
  display: contents;
}
 
.home-text43 {
  display: inline-block;
}
 
.home-fragment30 {
  display: contents;
}
 
.home-text44 {
  display: inline-block;
}
 
.home-fragment31 {
  display: contents;
}
 
.home-text45 {
  display: inline-block;
}
 
.home-fragment32 {
  display: contents;
}
 
.home-text46 {
  display: inline-block;
}
 
.home-fragment33 {
  display: contents;
}
 
.home-text47 {
  display: inline-block;
}
 
.home-fragment34 {
  display: contents;
}
 
.home-text48 {
  display: inline-block;
}
 
.home-fragment35 {
  display: contents;
}
 
.home-text49 {
  display: inline-block;
}
 
.home-fragment36 {
  display: contents;
}
 
.home-text50 {
  display: inline-block;
}
 
.home-fragment37 {
  display: contents;
}
 
.home-text51 {
  display: inline-block;
}
 
.home-fragment38 {
  display: contents;
}
 
.home-text52 {
  display: inline-block;
}

.main-features-image1,
.main-features-image2,
.main-features-image3,
.main-features-image4,
.main-features-image5,
.main-features-image6 {
    border-radius: 0;
}