
#preloader {
  overflow: hidden;
  background: #0000005e;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 90px;
  height: 90px;
}

#preloader .jumper>div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 90px;
  height: 90px;
  -webkit-animation: jumper 1.5s 0s linear infinite;
  animation: jumper 1.5s 0s linear infinite;
}

#preloader .jumper>div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper>div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  5% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  5% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

body.frez {
  overflow: hidden;
}

.waves_cs {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}

.waves_cs2 {
  transform: scaleY(-1);
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}
.waves_cs2 .waves {
  height:222px;
  max-height: 222px;
}

.content {
  position:relative;
  height:20vh;
  text-align:center;
  background-color: white;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 15s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 18s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 21s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 28s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}

._hd_cont {
  position: relative;
}
._hd_cont ._opt_hd_cont {
  position: absolute;
  top: 42px;
  left: -25px;
  width: 285px;
  background-color: aliceblue;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  border-radius: 0px 0px 5px 5px;
  padding:0px 15px 10px 15px;
  white-space: nowrap;
}
._hd_cont ._opt_hd_cont.show {
  max-height: 155px;
  opacity: 1;
  border: 1px solid lightgrey;
  border-top: none;
}
._hd_cont ._opt_hd_cont div {
  padding:10px;
}

._languagecs {
  position: absolute;
  right: 70px;
  top:10px;
  z-index: 1;
}
._languagecs ._cont {
  position: relative;
}
._languagecs ._slc_language {
  border: 1px solid darkgrey;
  padding: 7px 20px;
  border-radius: 20px;
  display: flex;
}
._languagecs ._opt_language {
  position: absolute;
  top: 100%;
  right: 0;
  width: 185px;
  background-color: #ffffff;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  border-radius: 5px;
  padding:10px 15px;
}
._languagecs ._opt_language div {
  padding:10px;
}
._languagecs ._opt_language ._ct {
  border-top:1px solid lightgrey;
  border-bottom:1px solid lightgrey;
}
._languagecs ._opt_language.show {
  max-height: 155px;
  opacity: 1;
  border: 1px solid lightgrey;
}
/* ._languagecs:hover {
  background: rgb(220, 220, 220);
} */
._languagecs ._col1 {
  padding-right: 6px;
}
._languagecs ._col2 {
  line-height: 25px;
}
._languagecs img {
  width: 25px;
  height: 25px;
}

._hover_cs_1 {
  transform: scale(1);
  transition: transform 0.2s linear;
  cursor: pointer;
}

._hover_cs_1:hover {
  transform: scale(1.05);
  transition: transform 0.1s linear;
}

.announcement-wrapper {
  display: contents;
}
 
.announcement-announcement {
  gap: var(--dl-layout-space-halfunit);
  flex: 1;
  cursor: pointer;
  display: flex;
  position: relative;
  transition: 0.3s;
  align-items: flex-start;
  padding-top: 16px;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: row;
  padding-bottom: 12px;
  justify-content: center;
  background-color: #375EE0;
}
 
.announcement-announcement:hover {
  box-shadow: 5px 5px 10px 0px #d4d4d4;
}
 
.announcement-title {
  color: #8AEDE8;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}
 
.announcement-button {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-items: center;
  border-color: #8AEDE8;
  flex-direction: row;
  padding-bottom: 4px;
  border-bottom-width: 1px;
}
 
.announcement-button-text {
  color: rgb(138, 237, 232);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
}
 
.announcementroot-class-name {
  flex: 0 0 auto;
  width: 100%;
}
 
.announcementroot-class-name1 {
  flex: 0 0 auto;
  width: 100%;
}
 
@media(max-width: 479px) {
  .announcement-announcement {
    align-items: center;
    flex-direction: column;
  }
}

.navbar-wrapper {
  display: contents;
}
 
.navbar-navbar {
  width: 100%;
  display: flex;
  position: relative;
  max-width: 1200px;
  align-items: flex-start;
  /* padding-top: 15px; */
  padding-left: var(--dl-layout-space-unit);
  padding-right: var(--dl-layout-space-unit);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-twounits);
  justify-content: space-between;
  margin-top:-5px;
}
 
.navbar-desktop {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.navbar-main {
  gap: var(--dl-layout-space-fiveunits);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.navbar-branding {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.navbar-navlink1 {
  display: contents;
}
 
.navbar-share {
  width: 148px;
  height: 70px;
  text-decoration: none;
}
 
.navbar-links1 {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-items: flex-start;
  padding-top: 12px;
  border-radius: 6px;
  flex-direction: row;
  padding-bottom: 12px;
  justify-content: center;
}
 
.navbar-quick-actions {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.navbar-navlink2 {
  display: contents;
}
 
.navbar-sign-up-btn {
  display: flex;
  transition: 0.3s;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-unit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: var(--dl-layout-radius-radius8);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-unit);
  justify-content: center;
  text-decoration: none;
  background-color: #ADE2DF;
}
 
.navbar-sign-up-btn:hover {
  background-color: rgba(173, 226, 223, 0.5);
}
 
.navbar-sign-up {
  font-style: normal;
  font-weight: 500;
}
 
.navbar-hamburger-menu {
  width: 20px;
  height: 12px;
  display: none;
}
 
.navbar-mobile {
  gap: var(--dl-layout-space-fourunits);
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  display: flex;
  padding: var(--dl-layout-space-threeunits);
  z-index: 200;
  position: fixed;
  transform: translateX(100%);
  transition: 0.3s;
  align-items: flex-start;
  flex-direction: column;
  background-color: #ffffff;
}
 
.navbar-top {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.navbar-image {
  width: 150px;
  object-fit: cover;
}
 
.navbar-icon1 {
  width: 28px;
  height: 28px;
}
 
.navbar-links2 {
  gap: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.navbar-navlink3 {
  text-decoration: none;
}
 
.navbar-navlink4 {
  text-decoration: none;
}
 
.navbar-navlink5 {
  text-decoration: none;
}
 
.navbar-navlink6 {
  text-decoration: none;
}
 
.navbar-buttons {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-unit);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-unit);
  justify-content: center;
}
 
.navbar-navlink7 {
  display: contents;
}
 
.navbar-btn1 {
  width: 100%;
  display: flex;
  padding: var(--dl-layout-space-unit);
  align-items: center;
  border-radius: var(--dl-layout-radius-radius8);
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  background-color: #ADE2DF;
}
 
.navbar-text1 {
  font-style: normal;
  font-weight: 500;
}
 
.navbar-navlink8 {
  display: contents;
}
 
.navbar-btn2 {
  width: 100%;
  display: flex;
  padding: var(--dl-layout-space-unit);
  align-items: center;
  border-radius: var(--dl-layout-radius-radius8);
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  background-color: #ADE2DF;
}
 
.navbar-text2 {
  font-style: normal;
  font-weight: 500;
}
 
.navbar-container2 {
  display: contents;
}
 
@media(max-width: 991px) {
  .navbar-navbar {
    align-items: center;
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
  }
  .navbar-links1 {
    display: none;
  }
  .navbar-log-in {
    display: none;
  }
  .navbar-sign-up-btn {
    display: none;
  }
  .navbar-hamburger-menu {
    display: flex;
  }
}
 
@media(max-width: 767px) {
  .navbar-navbar {
    align-items: center;
  }
  .navbar-mobile {
    padding-top: 10px;
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: var(--dl-layout-space-twounits);
  }
}

.highlight-wrapper {
  display: contents;
}
 
.highlight-highlight {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.highlight-text1 {
  font-size: 18px;
  max-width: 535px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 27px;
}
 
.highlight-text2 {
  max-width: 535px;
  font-family: Poppins;
  line-height: 24px;
}
 
@media(max-width: 767px) {
  .highlight-text1 {
    font-size: 16px;
    text-align: center;
    line-height: 24px;
  }
}

.highlight-wrapper-8xm5 {
  display: contents;
}
 
.highlight-highlight1 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.highlight-text3 {
  font-size: 18px;
  max-width: 535px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 27px;
}
 
.highlight-text4 {
  max-width: 535px;
  font-family: Poppins;
  line-height: 24px;
}
 
@media(max-width: 767px) {
  .highlight-text3 {
    font-size: 16px;
    text-align: center;
    line-height: 24px;
  }
}

.point-wrapper {
  display: contents;
}
 
.point-point {
  gap: 15px;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.point-check {
  display: flex;
  padding: var(--dl-layout-space-halfunit);
  align-items: flex-start;
  border-radius: var(--dl-layout-radius-round);
  flex-direction: column;
  justify-content: center;
  background-color: #faebeb;
}
 
.point-icon1 {
  width: 12px;
  height: 12px;
}
 
.point-text {
  max-width: 535px;
  font-style: normal;
  font-family: Poppins;
  /* font-weight: 600; */
  line-height: 24px;
}
.point-text b {
  font-weight: 600;
}
.point-text span {
  font-style: italic;
  font-size: 15px;
}

.point-wrapper-wc81 {
  display: contents;
}
 
.point-point1 {
  gap: 15px;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.point-check1 {
  display: flex;
  padding: var(--dl-layout-space-halfunit);
  align-items: flex-start;
  border-radius: var(--dl-layout-radius-round);
  flex-direction: column;
  justify-content: center;
  background-color: #EBFAF9;
}
 
.point-icon3 {
  width: 12px;
  height: 12px;
}
 
.point-text1 {
  max-width: 535px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 24px;
}

.point-wrapper-3qgw {
  display: contents;
}
 
.point-point2 {
  gap: 15px;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.point-check2 {
  display: flex;
  padding: var(--dl-layout-space-halfunit);
  align-items: flex-start;
  border-radius: var(--dl-layout-radius-round);
  flex-direction: column;
  justify-content: center;
  background-color: #EBFAF9;
}
 
.point-icon5 {
  width: 12px;
  height: 12px;
}
 
.point-text2 {
  max-width: 535px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 24px;
}

.accordion-wrapper {
  display: contents;
}
 
.accordion-accordion {
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.accordion-element1 {
  width: 640px;
  user-select: none;
}
 
.accordion-details1 {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.accordion-text1 {
  width: 100%;
  font-size: 18px;
  max-width: 535px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 27px;
}
 
.accordion-text2 {
  width: 100%;
  max-width: 535px;
  font-family: Poppins;
  line-height: 24px;
  user-select: text;
}
 
.accordion-icon1 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.accordion-element2 {
  width: 640px;
  user-select: none;
}
 
.accordion-details2 {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.accordion-text3 {
  width: 100%;
  font-size: 18px;
  max-width: 535px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 27px;
}
 
.accordion-text4 {
  width: 100%;
  max-width: 535px;
  font-family: Poppins;
  line-height: 24px;
  user-select: text;
}
 
.accordion-icon3 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.accordion-element3 {
  width: 640px;
  user-select: none;
}
 
.accordion-details3 {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.accordion-text5 {
  width: 100%;
  font-size: 18px;
  max-width: 535px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 27px;
}
 
.accordion-text6 {
  width: 100%;
  max-width: 535px;
  font-family: Poppins;
  line-height: 24px;
  user-select: text;
}
 
.accordion-icon5 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.accordion-container2 {
  display: contents;
}
 
@media(max-width: 767px) {
  .accordion-element1 {
    width: 100%;
    max-width: 560px;
  }
  .accordion-text1 {
    font-size: 16px;
    line-height: 24px;
  }
  .accordion-element2 {
    width: 100%;
    max-width: 560px;
  }
  .accordion-text3 {
    font-size: 16px;
  }
  .accordion-element3 {
    width: 100%;
    max-width: 560px;
  }
  .accordion-text5 {
    font-size: 16px;
  }
}
 
@media(max-width: 479px) {
  .accordion-element1 {
    width: 350px;
    max-width: auto;
  }
  .accordion-element2 {
    width: 350px;
    max-width: auto;
  }
  .accordion-element3 {
    width: 350px;
    max-width: auto;
  }
}

.feature-wrapper {
  display: contents;
}
 
.feature-feature {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  display: flex;
  padding: var(--dl-layout-space-unit);
  position: relative;
  max-width: 240px;
  transition: 0.3s;
  align-items: flex-start;
  user-select: none;
  border-color: rgba(0, 0, 0, 0);
  border-width: 1px;
  border-radius: var(--dl-layout-radius-radius8);
  flex-direction: column;
  justify-content: flex-start;
}
 
.feature-feature:hover {
  border-color: #ade2df;
}
 
.feature-image {
  height: 32px;
  object-fit: cover;
}
 
.feature-content {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  line-height: 1.4;
}
 
.feature-title {
  font-size: 16px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
}
 
.feature-description {
  font-family: Poppins;
  font-size: 14px;
}
 
@media(max-width: 767px) {
  .feature-feature {
    gap: var(--dl-layout-space-oneandhalfunits);
    max-width: 100%;
  }
  .feature-content {
    gap: var(--dl-layout-space-halfunit);
  }
  .feature-title {
    font-size: 18px;
    line-height: 27px;
  }
  .feature-description {
    line-height: 24px;
  }
}
 
@media(max-width: 479px) {
  .feature-feature {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.feature-wrapper-7dgc {
  display: contents;
}
 
.feature-feature1 {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  display: flex;
  padding: var(--dl-layout-space-unit);
  position: relative;
  max-width: 240px;
  transition: 0.3s;
  align-items: flex-start;
  user-select: none;
  border-color: rgba(0, 0, 0, 0);
  border-width: 1px;
  border-radius: var(--dl-layout-radius-radius8);
  flex-direction: column;
  justify-content: flex-start;
}
 
.feature-feature1:hover {
  border-color: #ade2df;
}
 
.feature-image1 {
  height: 32px;
  object-fit: cover;
}
 
.feature-content1 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.feature-title1 {
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
 
.feature-description1 {
  font-family: Poppins;
}
 
@media(max-width: 767px) {
  .feature-feature1 {
    gap: var(--dl-layout-space-oneandhalfunits);
    max-width: 100%;
  }
  .feature-content1 {
    gap: var(--dl-layout-space-halfunit);
  }
  .feature-title1 {
    font-size: 18px;
    line-height: 27px;
  }
  .feature-description1 {
    line-height: 24px;
  }
}
 
@media(max-width: 479px) {
  .feature-feature1 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.feature-wrapper-oq0y {
  display: contents;
}
 
.feature-feature2 {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  display: flex;
  padding: var(--dl-layout-space-unit);
  position: relative;
  max-width: 240px;
  transition: 0.3s;
  align-items: flex-start;
  user-select: none;
  border-color: rgba(0, 0, 0, 0);
  border-width: 1px;
  border-radius: var(--dl-layout-radius-radius8);
  flex-direction: column;
  justify-content: flex-start;
}
 
.feature-feature2:hover {
  border-color: #ade2df;
}
 
.feature-image2 {
  height: 32px;
  object-fit: cover;
}
 
.feature-content2 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.feature-title2 {
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
 
.feature-description2 {
  font-family: Poppins;
}
 
@media(max-width: 767px) {
  .feature-feature2 {
    gap: var(--dl-layout-space-oneandhalfunits);
    max-width: 100%;
  }
  .feature-content2 {
    gap: var(--dl-layout-space-halfunit);
  }
  .feature-title2 {
    font-size: 18px;
    line-height: 27px;
  }
  .feature-description2 {
    line-height: 24px;
  }
}
 
@media(max-width: 479px) {
  .feature-feature2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.feature-wrapper-m1l4 {
  display: contents;
}
 
.feature-feature3 {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  display: flex;
  padding: var(--dl-layout-space-unit);
  position: relative;
  max-width: 240px;
  transition: 0.3s;
  align-items: flex-start;
  user-select: none;
  border-color: rgba(0, 0, 0, 0);
  border-width: 1px;
  border-radius: var(--dl-layout-radius-radius8);
  flex-direction: column;
  justify-content: flex-start;
}
 
.feature-feature3:hover {
  border-color: #ade2df;
}
 
.feature-image3 {
  height: 32px;
  object-fit: cover;
}
 
.feature-content3 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.feature-title3 {
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
 
.feature-description3 {
  font-family: Poppins;
}
 
@media(max-width: 767px) {
  .feature-feature3 {
    gap: var(--dl-layout-space-oneandhalfunits);
    max-width: 100%;
  }
  .feature-content3 {
    gap: var(--dl-layout-space-halfunit);
  }
  .feature-title3 {
    font-size: 18px;
    line-height: 27px;
  }
  .feature-description3 {
    line-height: 24px;
  }
}
 
@media(max-width: 479px) {
  .feature-feature3 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.feature-wrapper-ciuq {
  display: contents;
}
 
.feature-feature4 {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  display: flex;
  padding: var(--dl-layout-space-unit);
  position: relative;
  max-width: 240px;
  transition: 0.3s;
  align-items: flex-start;
  user-select: none;
  border-color: rgba(0, 0, 0, 0);
  border-width: 1px;
  border-radius: var(--dl-layout-radius-radius8);
  flex-direction: column;
  justify-content: flex-start;
}
 
.feature-feature4:hover {
  border-color: #ade2df;
}
 
.feature-image4 {
  height: 32px;
  object-fit: cover;
}
 
.feature-content4 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.feature-title4 {
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
 
.feature-description4 {
  font-family: Poppins;
}
 
@media(max-width: 767px) {
  .feature-feature4 {
    gap: var(--dl-layout-space-oneandhalfunits);
    max-width: 100%;
  }
  .feature-content4 {
    gap: var(--dl-layout-space-halfunit);
  }
  .feature-title4 {
    font-size: 18px;
    line-height: 27px;
  }
  .feature-description4 {
    line-height: 24px;
  }
}
 
@media(max-width: 479px) {
  .feature-feature4 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.feature-wrapper-x78c {
  display: contents;
}
 
.feature-feature5 {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  display: flex;
  padding: var(--dl-layout-space-unit);
  position: relative;
  max-width: 240px;
  transition: 0.3s;
  align-items: flex-start;
  user-select: none;
  border-color: rgba(0, 0, 0, 0);
  border-width: 1px;
  border-radius: var(--dl-layout-radius-radius8);
  flex-direction: column;
  justify-content: flex-start;
}
 
.feature-feature5:hover {
  border-color: #ade2df;
}
 
.feature-image5 {
  height: 32px;
  object-fit: cover;
}
 
.feature-content5 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.feature-title5 {
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
 
.feature-description5 {
  font-family: Poppins;
}
 
@media(max-width: 767px) {
  .feature-feature5 {
    gap: var(--dl-layout-space-oneandhalfunits);
    max-width: 100%;
  }
  .feature-content5 {
    gap: var(--dl-layout-space-halfunit);
  }
  .feature-title5 {
    font-size: 18px;
    line-height: 27px;
  }
  .feature-description5 {
    line-height: 24px;
  }
}
 
@media(max-width: 479px) {
  .feature-feature5 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.feature-wrapper-phui {
  display: contents;
}
 
.feature-feature6 {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  display: flex;
  padding: var(--dl-layout-space-unit);
  position: relative;
  max-width: 240px;
  transition: 0.3s;
  align-items: flex-start;
  user-select: none;
  border-color: rgba(0, 0, 0, 0);
  border-width: 1px;
  border-radius: var(--dl-layout-radius-radius8);
  flex-direction: column;
  justify-content: flex-start;
}
 
.feature-feature6:hover {
  border-color: #ade2df;
}
 
.feature-image6 {
  height: 32px;
  object-fit: cover;
}
 
.feature-content6 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.feature-title6 {
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
 
.feature-description6 {
  font-family: Poppins;
}
 
@media(max-width: 767px) {
  .feature-feature6 {
    gap: var(--dl-layout-space-oneandhalfunits);
    max-width: 100%;
  }
  .feature-content6 {
    gap: var(--dl-layout-space-halfunit);
  }
  .feature-title6 {
    font-size: 18px;
    line-height: 27px;
  }
  .feature-description6 {
    line-height: 24px;
  }
}
 
@media(max-width: 479px) {
  .feature-feature6 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.feature-wrapper-9h8t {
  display: contents;
}
 
.feature-feature7 {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  display: flex;
  padding: var(--dl-layout-space-unit);
  position: relative;
  max-width: 240px;
  transition: 0.3s;
  align-items: flex-start;
  user-select: none;
  border-color: rgba(0, 0, 0, 0);
  border-width: 1px;
  border-radius: var(--dl-layout-radius-radius8);
  flex-direction: column;
  justify-content: flex-start;
}
 
.feature-feature7:hover {
  border-color: #ade2df;
}
 
.feature-image7 {
  height: 32px;
  object-fit: cover;
}
 
.feature-content7 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.feature-title7 {
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
 
.feature-description7 {
  font-family: Poppins;
}
 
@media(max-width: 767px) {
  .feature-feature7 {
    gap: var(--dl-layout-space-oneandhalfunits);
    max-width: 100%;
  }
  .feature-content7 {
    gap: var(--dl-layout-space-halfunit);
  }
  .feature-title7 {
    font-size: 18px;
    line-height: 27px;
  }
  .feature-description7 {
    line-height: 24px;
  }
}
 
@media(max-width: 479px) {
  .feature-feature7 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.check-wrapper {
  display: contents;
}
 
.check-check {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon1 {
  width: 18px;
  height: 18px;
}
 
.check-text {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
@media(max-width: 767px) {
  .check-text {
    line-height: 21px;
  }
}

.check-wrapper-3lfr {
  display: contents;
}
 
.check-check1 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon3 {
  width: 18px;
  height: 18px;
}
 
.check-text1 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
@media(max-width: 767px) {
  .check-text1 {
    line-height: 21px;
  }
}

.check-wrapper-2hq8 {
  display: contents;
}
 
.check-check2 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon5 {
  width: 18px;
  height: 18px;
}
 
.check-text2 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
@media(max-width: 767px) {
  .check-text2 {
    line-height: 21px;
  }
}

.check-wrapper-wyzz {
  display: contents;
}
 
.check-check3 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon7 {
  width: 18px;
  height: 18px;
}
 
.check-text3 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
@media(max-width: 767px) {
  .check-text3 {
    line-height: 21px;
  }
}

.check-wrapper-jdl6 {
  display: contents;
}
 
.check-check4 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon9 {
  width: 18px;
  height: 18px;
}
 
.check-text4 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
@media(max-width: 767px) {
  .check-text4 {
    line-height: 21px;
  }
}

.check-wrapper-lxbh {
  display: contents;
}
 
.check-check5 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon11 {
  width: 18px;
  height: 18px;
}
 
.check-text5 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
@media(max-width: 767px) {
  .check-text5 {
    line-height: 21px;
  }
}

.check-wrapper-fkke {
  display: contents;
}
 
.check-check6 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon13 {
  width: 18px;
  height: 18px;
}
 
.check-text6 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
@media(max-width: 767px) {
  .check-text6 {
    line-height: 21px;
  }
}

.check-wrapper-pj1d {
  display: contents;
}
 
.check-check7 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon15 {
  width: 18px;
  height: 18px;
}
 
.check-text7 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
@media(max-width: 767px) {
  .check-text7 {
    line-height: 21px;
  }
}

.check-wrapper-1b26 {
  display: contents;
}
 
.check-check8 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon17 {
  width: 18px;
  height: 18px;
}
 
.check-text8 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
@media(max-width: 767px) {
  .check-text8 {
    line-height: 21px;
  }
}

.check-wrapper-oe9w {
  display: contents;
}
 
.check-check9 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon19 {
  width: 18px;
  height: 18px;
}
 
.check-text9 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
@media(max-width: 767px) {
  .check-text9 {
    line-height: 21px;
  }
}

.check-wrapper-7vhc {
  display: contents;
}
 
.check-check10 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon21 {
  width: 18px;
  height: 18px;
}
 
.check-text10 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
@media(max-width: 767px) {
  .check-text10 {
    line-height: 21px;
  }
}

.check-wrapper-evkv {
  display: contents;
}
 
.check-check11 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon23 {
  width: 18px;
  height: 18px;
}
 
.check-text11 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
@media(max-width: 767px) {
  .check-text11 {
    line-height: 21px;
  }
}

.check-wrapper-ft3h {
  display: contents;
}
 
.check-check12 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon25 {
  width: 18px;
  height: 18px;
}
 
.check-text12 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
@media(max-width: 767px) {
  .check-text12 {
    line-height: 21px;
  }
}

.check-wrapper-sf09 {
  display: contents;
}
 
.check-check13 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon27 {
  width: 18px;
  height: 18px;
}
 
.check-text13 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
@media(max-width: 767px) {
  .check-text13 {
    line-height: 21px;
  }
}

.check-wrapper-njm0 {
  display: contents;
}
 
.check-check14 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon29 {
  width: 18px;
  height: 18px;
}
 
.check-text14 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
@media(max-width: 767px) {
  .check-text14 {
    line-height: 21px;
  }
}

.check-wrapper-mhtc {
  display: contents;
}
 
.check-check15 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon31 {
  width: 18px;
  height: 18px;
}
 
.check-text15 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
@media(max-width: 767px) {
  .check-text15 {
    line-height: 21px;
  }
}

.check-wrapper-vihl {
  display: contents;
}
 
.check-check16 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon33 {
  width: 18px;
  height: 18px;
}
 
.check-text16 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
@media(max-width: 767px) {
  .check-text16 {
    line-height: 21px;
  }
}

.check-wrapper-zfwe {
  display: contents;
}
 
.check-check17 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon35 {
  width: 18px;
  height: 18px;
}
 
.check-text17 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
@media(max-width: 767px) {
  .check-text17 {
    line-height: 21px;
  }
}

.check-wrapper-amu3 {
  display: contents;
}
 
.check-check18 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon37 {
  width: 18px;
  height: 18px;
}
 
.check-text18 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
@media(max-width: 767px) {
  .check-text18 {
    line-height: 21px;
  }
}

.check-wrapper-pj6k {
  display: contents;
}
 
.check-check19 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon39 {
  width: 18px;
  height: 18px;
}
 
.check-text19 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
@media(max-width: 767px) {
  .check-text19 {
    line-height: 21px;
  }
}

.check-wrapper-3x6m {
  display: contents;
}
 
.check-check20 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon41 {
  width: 18px;
  height: 18px;
}
 
.check-text20 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
@media(max-width: 767px) {
  .check-text20 {
    line-height: 21px;
  }
}

.check-wrapper-ti8w {
  display: contents;
}
 
.check-check21 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon43 {
  width: 18px;
  height: 18px;
}
 
.check-text21 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
@media(max-width: 767px) {
  .check-text21 {
    line-height: 21px;
  }
}

.check-wrapper-hvg0 {
  display: contents;
}
 
.check-check22 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon45 {
  width: 18px;
  height: 18px;
}
 
.check-text22 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
@media(max-width: 767px) {
  .check-text22 {
    line-height: 21px;
  }
}

.check-wrapper-oe3v {
  display: contents;
}
 
.check-check23 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon47 {
  width: 18px;
  height: 18px;
}
 
.check-text23 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
@media(max-width: 767px) {
  .check-text23 {
    line-height: 21px;
  }
}

.check-wrapper-7et5 {
  display: contents;
}
 
.check-check24 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon49 {
  width: 18px;
  height: 18px;
}
 
.check-text24 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
@media(max-width: 767px) {
  .check-text24 {
    line-height: 21px;
  }
}

.check-wrapper-5bpy {
  display: contents;
}
 
.check-check25 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon51 {
  width: 18px;
  height: 18px;
}
 
.check-text25 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
@media(max-width: 767px) {
  .check-text25 {
    line-height: 21px;
  }
}

.check-wrapper-w0ne {
  display: contents;
}
 
.check-check26 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon53 {
  width: 18px;
  height: 18px;
}
 
.check-text26 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
@media(max-width: 767px) {
  .check-text26 {
    line-height: 21px;
  }
}

.check-wrapper-8kcp {
  display: contents;
}
 
.check-check27 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon55 {
  width: 18px;
  height: 18px;
}
 
.check-text27 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
@media(max-width: 767px) {
  .check-text27 {
    line-height: 21px;
  }
}

.check-wrapper-cc6q {
  display: contents;
}
 
.check-check28 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon57 {
  width: 18px;
  height: 18px;
}
 
.check-text28 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
@media(max-width: 767px) {
  .check-text28 {
    line-height: 21px;
  }
}

.check-wrapper-rrcv {
  display: contents;
}
 
.check-check29 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.check-icon59 {
  width: 18px;
  height: 18px;
}
 
.check-text29 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
@media(max-width: 767px) {
  .check-text29 {
    line-height: 21px;
  }
}

.quote-wrapper {
  display: contents;
}
 
.quote-quote1 {
  gap: 40px;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.quote-quote2 {
  display: flex;
  align-items: center;
  text-overflow: ellipsis;
  flex-direction: column;
}
 
.quote-quote3 {
  font-size: 32px;
  font-style: italic;
  text-align: center;
  font-family: Poppins;
  font-weight: 400;
  line-height: 48px;
}
 
.quote-people {
  gap: var(--dl-layout-space-sixunits);
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.quote-person {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.quote-avatar {
  width: 55px;
  height: 55px;
  border-radius: var(--dl-layout-radius-round);
}
 
.quote-person-details {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.quote-text1 {
  font-style: normal;
  font-weight: 600;
}
 

 

 

 
@media(max-width: 767px) {
  .quote-quote3 {
    font-size: 24px;
    margin-top: var(--dl-layout-space-twounits);
    line-height: 36px;
  }
  .quote-person {
    flex-direction: column;
  }
  .quote-person-details {
    align-items: center;
  }
}

.quote-wrapper-x62a {
  display: contents;
}
 
.quote-quote4 {
  gap: 40px;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.quote-quote5 {
  display: flex;
  align-items: center;
  text-overflow: ellipsis;
  flex-direction: column;
}
 
.quote-quote6 {
  font-size: 32px;
  font-style: italic;
  text-align: center;
  font-family: Poppins;
  font-weight: 400;
  line-height: 48px;
}
 
.quote-people1 {
  gap: var(--dl-layout-space-sixunits);
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.quote-person1 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.quote-avatar1 {
  width: 55px;
  height: 55px;
  border-radius: var(--dl-layout-radius-round);
}
 
.quote-person-details1 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.quote-text3 {
  font-style: normal;
  font-weight: 600;
}
 

 

 

 
@media(max-width: 767px) {
  .quote-quote6 {
    font-size: 24px;
    margin-top: var(--dl-layout-space-twounits);
    line-height: 36px;
  }
  .quote-person1 {
    flex-direction: column;
  }
  .quote-person-details1 {
    align-items: center;
  }
}

.quote-wrapper-em8a {
  display: contents;
}
 
.quote-quote7 {
  gap: 40px;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.quote-quote8 {
  display: flex;
  align-items: center;
  text-overflow: ellipsis;
  flex-direction: column;
}
 
.quote-quote9 {
  font-size: 32px;
  font-style: italic;
  text-align: center;
  font-family: Poppins;
  font-weight: 400;
  line-height: 48px;
}
 
.quote-people2 {
  gap: var(--dl-layout-space-sixunits);
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.quote-person2 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.quote-avatar2 {
  width: 55px;
  height: 55px;
  border-radius: var(--dl-layout-radius-round);
}
 
.quote-person-details2 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.quote-text5 {
  font-style: normal;
  font-weight: 600;
}
 

 

 

 
@media(max-width: 767px) {
  .quote-quote9 {
    font-size: 24px;
    margin-top: var(--dl-layout-space-twounits);
    line-height: 36px;
  }
  .quote-person2 {
    flex-direction: column;
  }
  .quote-person-details2 {
    align-items: center;
  }
}

.social-wrapper {
  display: contents;
}
 
.social-social {
  cursor: pointer;
  display: flex;
  padding: var(--dl-layout-space-unit);
  position: relative;
  transition: 0.3s;
  align-items: flex-start;
  border-radius: var(--dl-layout-radius-radius8);
  flex-direction: column;
  justify-content: flex-start;
  background-color: rgba(236, 233, 234, 0.2);
}
 
.social-social:hover {
  background-color: rgba(236, 233, 234, 0.6);
}
 
.social-insider {
  width: 18px;
  height: 18px;
}
 

 

 

 
@media(max-width: 767px) {
  .social-social {
    padding: 12px;
  }
}

.social-wrapper-7s5s {
  display: contents;
}
 
.social-social1 {
  cursor: pointer;
  display: flex;
  padding: var(--dl-layout-space-unit);
  position: relative;
  transition: 0.3s;
  align-items: flex-start;
  border-radius: var(--dl-layout-radius-radius8);
  flex-direction: column;
  justify-content: flex-start;
  background-color: rgba(236, 233, 234, 0.2);
}
 
.social-social1:hover {
  background-color: rgba(236, 233, 234, 0.6);
}
 
.social-insider1 {
  width: 18px;
  height: 18px;
}
 

 

 

 
@media(max-width: 767px) {
  .social-social1 {
    padding: 12px;
  }
}

.social-wrapper-7vyq {
  display: contents;
}
 
.social-social2 {
  cursor: pointer;
  display: flex;
  padding: var(--dl-layout-space-unit);
  position: relative;
  transition: 0.3s;
  align-items: flex-start;
  border-radius: var(--dl-layout-radius-radius8);
  flex-direction: column;
  justify-content: flex-start;
  background-color: rgba(236, 233, 234, 0.2);
}
 
.social-social2:hover {
  background-color: rgba(236, 233, 234, 0.6);
}
 
.social-insider2 {
  width: 18px;
  height: 18px;
}
 

 

 

 
@media(max-width: 767px) {
  .social-social2 {
    padding: 12px;
  }
}

.footer-wrapper {
  display: contents;
}
 
.footer-footer {
  gap: var(--dl-layout-space-threeunits);
  color: white;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: var(--dl-layout-space-sixunits);
  padding-left: var(--dl-layout-space-fiveunits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-sixunits);
  background-color: #000000;
}
 
.footer-content {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
 
.footer-information {
  gap: var(--dl-layout-space-unit);
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.footer-heading {
  gap: var(--dl-layout-space-unit);
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  max-width: 265px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.footer-pasted-image {
  width: 150px;
}
 
.footer-text1 {
  font-size: 14px;
  font-family: Poppins;
  line-height: 21px;
}
 
.footer-socials {
  gap: var(--dl-layout-space-unit);
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  max-width: 265px;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
}
 
.footer-links {
  gap: var(--dl-layout-space-fiveunits);
  display: flex;
  z-index: 15;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
}
 
.footer-column1 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.footer-header1 {
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 30px;
}
 
.footer-link10 {
  color: #C4C4C4;
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
}
 
.footer-link10:hover {
  color: rgba(196, 196, 196, 0.5);
}
 
.footer-link11 {
  color: rgb(196, 196, 196);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
}
 
.footer-link11:hover {
  color: rgba(196, 196, 196, 0.5);
}
 
.footer-link12 {
  color: rgb(196, 196, 196);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
}
 
.footer-link12:hover {
  color: rgba(196, 196, 196, 0.5);
}
 
.footer-link13 {
  color: rgb(196, 196, 196);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
}
 
.footer-link13:hover {
  color: rgba(196, 196, 196, 0.5);
}
 
.footer-link14 {
  color: rgb(196, 196, 196);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
}
 
.footer-link14:hover {
  color: rgba(196, 196, 196, 0.5);
}
 
.footer-column2 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.footer-header2 {
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 30px;
}
 
.footer-link15 {
  color: rgb(196, 196, 196);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
}
 
.footer-link15:hover {
  color: rgba(196, 196, 196, 0.5);
}
 
.footer-link16 {
  color: rgb(196, 196, 196);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
}
 
.footer-link16:hover {
  color: rgba(196, 196, 196, 0.5);
}
 
.footer-link17 {
  color: rgb(196, 196, 196);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
}
 
.footer-link17:hover {
  color: rgba(196, 196, 196, 0.5);
}
 
.footer-link18 {
  color: rgb(196, 196, 196);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
}
 
.footer-link18:hover {
  color: rgba(196, 196, 196, 0.5);
}
 
.footer-link19 {
  color: rgb(196, 196, 196);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
}
 
.footer-link19:hover {
  color: rgba(196, 196, 196, 0.5);
}
 
.footer-link20 {
  color: rgb(196, 196, 196);
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  line-height: 21px;
}
 
.footer-link20:hover {
  color: rgba(196, 196, 196, 0.5);
}
 
.footer-text2 {
  color: #C4C4C4;
  width: 100%;
  font-size: 14px;
  max-width: 1200px;
  line-height: 21px;
  margin-top:20px;
}
 
@media(max-width: 991px) {
  .footer-footer {
    padding-top: var(--dl-layout-space-fourunits);
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
    padding-bottom: var(--dl-layout-space-fourunits);
  }

  .home-points {
    margin-top:15px;
  }
}
 
@media(max-width: 767px) {
  .footer-footer {
    gap: var(--dl-layout-space-twounits);
  }
  .footer-content {
    gap: var(--dl-layout-space-threeunits);
    flex-direction: column;
    justify-content: flex-start;
  }
  .footer-information {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .footer-heading {
    gap: var(--dl-layout-space-halfunit);
  }
  .footer-pasted-image {
    width: 100px;
  }
  .footer-text1 {
    font-size: 12px;
    line-height: 18px;
  }
  .footer-socials {
    gap: var(--dl-layout-space-halfunit);
  }
  .footer-links {
    gap: var(--dl-layout-space-oneandhalfunits);
    width: 100%;
    flex-direction: column;
  }
  .footer-header1 {
    font-size: 16px;
    line-height: 24px;
  }
  .footer-header2 {
    font-size: 16px;
    line-height: 24px;
  }
}


.home-container1 {
  width: 100%;
  display: flex;
  min-height: 100vh;
  overflow-x: hidden;
  align-items: center;
  flex-direction: column;
  background: aliceblue;
}
 
.home-hero {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  /* background:#FF2E4D; */
  position: relative;
  min-height: 500px;
}
 
.home-heading10 {
  width: 100%;
  display: flex;
  /* position: relative; */
  align-items: center;
  flex-direction: column;
}
 
.home-notification {
  width: 100%;
}
 
.home-component10 {
  text-decoration: none;
}
 
.home-content10 {
  flex: 1;
  width: 100%;
  display: flex;
  position: relative;
  max-width: 1200px;
  align-items: center;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: row;
  justify-content: space-between;
}
 
.home-content11 {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 0.5;
  display: flex;
  z-index: 20;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-sixunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-sixunits);
  justify-content: center;
  width: 100%;
}
 
.home-title1 {
  width: 100%;
}

.home-title1 img {
  width: 100%;
  max-width: 565px;
}
 
.home-caption1 {
  font-size: 18px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 27px;
}
 
.home-hero-buttons1 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  z-index: 15;
  margin-top: var(--dl-layout-space-unit);
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

.home-hero-buttons1 ._subttl {
  white-space: nowrap;
  font-size: 12px;
  padding-bottom: 4px;
  min-width: 101px;
}
 
.home-ios-btn1 {
  gap: var(--dl-layout-space-halfunit);
  fill: white;
  color: white;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  padding-left: var(--dl-layout-space-twounits);
  border-radius: var(--dl-layout-radius-radius8);
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  justify-content: center;
  background-color: #000000;
}
 
.home-ios-btn1:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
 
.home-apple1 {
  width: 21px;
  height: 25px;
  margin-right: 5px;
}
 
.home-caption2 {
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  white-space: nowrap;
}
 
.home-android-btn1 {
  gap: var(--dl-layout-space-halfunit);
  fill: white;
  color: white;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  padding-left: var(--dl-layout-space-twounits);
  border-radius: var(--dl-layout-radius-radius8);
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  justify-content: center;
  background-color: #000000;
  min-width: 200px;
  padding-top:18px;
  padding-bottom:18px;
}
 
.home-android-btn1:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
 
.home-android1 {
  width: 21px;
  height: 23px;
  margin-right: 5px;
}
.home-huawei1 {
  width: 25px;
  height: 28px;
  margin-right: 5px;
}
 
.home-caption3 {
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  white-space: nowrap;
}
 
.home-images {
  gap: var(--dl-layout-space-oneandhalfunits);
  right: -210px;
  bottom: -300px;
  margin: auto;
  display: flex;
  overflow: hidden;
  position: absolute;
  transform: rotate(-30deg);
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.home-column1 {
  gap: var(--dl-layout-space-oneandhalfunits);
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-pasted-image1 {
  width: 240px;
}
 
.home-column2 {
  gap: var(--dl-layout-space-oneandhalfunits);
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-pasted-image2 {
  width: 240px;
}
 
.home-pasted-image3 {
  width: 240px;
}
 
.home-column3 {
  gap: var(--dl-layout-space-oneandhalfunits);
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-pasted-image4 {
  width: 240px;
}
 
.home-pasted-image5 {
  width: 240px;
}
 
.home-video1 {
  color: white;
  width: 100%;
  display: flex;
  z-index: 10;
  align-items: center;
  padding-top: var(--dl-layout-space-sixunits);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-sixunits);
  background-color: #000000;
}
 
.home-content12 {
  gap: var(--dl-layout-space-fiveunits);
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  flex-direction: column;
}
 
.home-header1 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-text10 {
  width: 640px;
  width: 820px;
  font-size: 34px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 300;
}
 
.home-video-container {
  gap: var(--dl-layout-space-fiveunits);
  width: 100%;
  display: flex;
  max-width: 900px;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-video2 {
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  transition: 0.3s;
  border-color: rgba(0, 0, 0, 0);
  border-width: 2px;
  border-color: #ADE2DF;
  border-width: 2px;
  border-radius: 8px;
  height: 450px;
}
 
.home-video2:hover {
  opacity: .5;
  border-color: #ADE2DF;
  border-width: 2px;
  border-radius: 8px;
}
 
.home-heading-container {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-heading11 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-text11 {
  font-size: 24px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 400;
  line-height: 36px;
}
 
.home-text12 {
  color: #EAEAEA;
  width: 600px;
  font-family: Poppins;
  line-height: 24px;
}
 
.home-explore1 {
  color: #fff;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: flex-start;
  border-color: #ffffff;
  border-width: 0px;
  flex-direction: column;
  padding-bottom: 4px;
  border-bottom-width: 1px;
}
 
.home-explore1:hover {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.3);
}

.home-explore1-2 {
  color: #000000;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: flex-start;
  border-color: #000000;
  border-width: 0px;
  flex-direction: column;
  padding-bottom: 4px;
  border-bottom-width: 1px;
}
 
.home-explore1-2:hover {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.3);
}
 
.home-text13 {
  width: Size-XSmall;
}
 
.home-stats {
  margin-top:70px;
  width: 100%;
  display: flex;
  z-index: 10;
  max-width: 1200px;
  align-items: center;
  padding-top: var(--dl-layout-space-fiveunits);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: row;
  justify-content: center;
}
 
.home-stat1 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: center;
  border-color: #DBDBDB;
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-threeunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-fiveunits);
  justify-content: center;
  border-right-width: 1px;
  border-bottom-width: 1px;
}
 
.home-caption4 {
  font-size: 24px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 400;
  line-height: 56px;
  padding-bottom: 10px;
}
 
.home-description1 {
  width: 100%;
  font-size: 20px;
  max-width: 350px;
  text-align: center;
  font-family: Poppins;
  line-height: 27px;
  font-weight: 600;
}
 
.home-stat2 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: center;
  border-color: #DBDBDB;
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-threeunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-fiveunits);
  justify-content: center;
  border-bottom-width: 1px;
}
 
.home-caption5 {
  font-size: 40px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 56px;
}
 
.home-description2 {
  width: 100%;
  font-size: 18px;
  max-width: 350px;
  text-align: center;
  font-family: Poppins;
  line-height: 27px;
}
 
.home-stat3 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: center;
  border-color: #DBDBDB;
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-threeunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-fiveunits);
  justify-content: center;
  border-left-width: 1px;
  border-bottom-width: 1px;
}
 
.home-caption6 {
  font-size: 40px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 56px;
}
 
.home-description3 {
  width: 100%;
  font-size: 18px;
  max-width: 350px;
  text-align: center;
  font-family: Poppins;
  line-height: 27px;
}
 
.home-sections {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  /* padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits); */
  flex-direction: column;
}
 
.home-section1 {
  gap: var(--dl-layout-space-sixunits);
  width: 100%;
  display: flex;
  z-index: 10;
  align-items: center;
  padding-top: var(--dl-layout-space-sixunits);
  flex-direction: row;
  justify-content: center;
  padding-left: 60px;
  padding-right: 60px;
}
 
.home-image1 {
  width: 278px;
  height: 600px;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  background-size: contain;
  justify-content: flex-end;
  background-repeat: no-repeat;
  background-position: center;
}
 
.home-image-highlight {
  top: 0px;
  right: 0px;
  margin: auto;
  display: flex;
  position: absolute;
  align-items: center;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  padding-left: var(--dl-layout-space-twounits);
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  justify-content: center;
  background-color: #375EE0;
}
 
.home-text14 {
  color: rgb(193, 255, 252);
  width: 100%;
  max-width: 90px;
  font-style: normal;
  text-align: center;
  font-family: Poppins;
  font-weight: 500;
}
 
.home-content13 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-text17 {
  font-size: 40px;
  max-width: 535px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 56px;
}
 
.home-explore2 {
  cursor: pointer;
  display: flex;
  margin-top: var(--dl-layout-space-unit);
  transition: 0.3s;
  align-items: flex-start;
  border-width: 0px;
  flex-direction: column;
  padding-bottom: 4px;
  border-bottom-width: 1px;
}
 
.home-explore2:hover {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.3);
}
 
.home-section2 {
  gap: var(--dl-layout-space-sixunits);
  width: 100%;
  display: flex;
  z-index: 10;
  align-items: center;
  padding-top: var(--dl-layout-space-sixunits);
  flex-direction: row;
  justify-content: center;
  padding-left: 60px;
  padding-right: 60px;
}
 
.home-content14 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-heading12 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-text19 {
  font-size: 40px;
  max-width: 535px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 56px;
}
 
.home-text20 {
  font-size: 18px;
  max-width: 535px;
  font-family: Poppins;
  line-height: 27px;
}
 
.home-content15 {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-points {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-navlink2 {
  display: contents;
}
 
.home-get-started1 {
  display: flex;
  transition: 0.3s;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  padding-left: var(--dl-layout-space-twounits);
  border-radius: var(--dl-layout-radius-radius8);
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  justify-content: center;
  text-decoration: none;
  background-color: #ADE2DF;
}
 
.home-get-started1:hover {
  background-color: rgba(173, 226, 223, 0.5);
}
 
.home-sign-up {
  font-style: normal;
  font-weight: 500;
}
 
.home-image2 {
  width: 370px;
  height: 600px;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  background-size: cover;
  justify-content: flex-end;
  background-repeat: no-repeat;
  background-position: center;
}
 
.home-section3 {
  gap: var(--dl-layout-space-sixunits);
  width: 100%;
  display: flex;
  z-index: 10;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-sixunits);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-sixunits);
  justify-content: center;
}
 
.home-image3 {
  width: 400px;
  height: 590px;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  background-size: cover;
  justify-content: center;
  background-image: url("public/group%201281.svg");
  background-repeat: no-repeat;
  background-position: center;
}
 
.home-image-overlay {
  right: 0px;
  width: 180px;
  bottom: 0px;
  height: 320px;
  margin: auto;
  display: flex;
  position: absolute;
  align-items: center;
  flex-direction: row;
  background-size: cover;
  justify-content: center;
  background-image: url("public/pastedimage-v31-1500h.png");
}
 
.home-content16 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  margin-top: var(--dl-layout-space-fiveunits);
  align-items: flex-start;
  flex-direction: column;
}
 
.home-text21 {
  font-size: 40px;
  max-width: 640px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 56px;
}
 
.home-banner-container {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: var(--dl-layout-space-unit);
  padding-right: var(--dl-layout-space-unit);
  flex-direction: column;
  margin-top:100px;
  margin-bottom:100px;
}
 
.home-banner {
  width: 100%;
  height: 400px;
  display: flex;
  overflow: hidden;
  max-width: 1200px;
  align-items: center;
  border-radius: 16px;
  /* flex-direction: column; */
  justify-content: center;
  background-color: #FF2E4D;
  background: radial-gradient(circle, #FF2E4D, #4f1921);
  justify-content: space-evenly;
  padding:0px 25px;
}
.home-banner ._icon {
  height: 200px;
}
.home-banner .home-text20 {
  font-style: italic;
  font-weight: 400;
  font-size: 17px;
}
 
.home-overlay1 {
  /* gap: 25px; */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-fiveunits);
  padding-left: var(--dl-layout-space-fiveunits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-fiveunits);
  background-size: cover;
  justify-content: center;
  color:white;
  /* background-image: url("public/19032025-Share-mockup_066-portrait.png"); */
}
 
.home-text24 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 40px;
  max-width: 490px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 400;
}
 
.home-book-btn {
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  padding-left: var(--dl-layout-space-twounits);
  border-radius: var(--dl-layout-radius-radius8);
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  justify-content: center;
  background-color: #000000;
}
 
.home-book-btn:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
 
.home-text25 {
  color: #ffffff;
  width: 100%;
  max-width: 490px;
  font-style: normal;
  font-weight: 500;
}
 
.home-pasted-image6 {
  display: none;
}
 
.home-features {
  gap: var(--dl-layout-space-fiveunits);
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-sixunits);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: 16px;
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-sixunits);
  justify-content: flex-start;
}
 
.home-header2 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-tag1 {
  display: flex;
  align-items: center;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-unit);
  border-radius: var(--dl-layout-radius-radius8);
  padding-right: var(--dl-layout-space-unit);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
  background-color: #FF2E4D;
  color:white;
  font-weight: 600;
}
 
.home-text26 {
  font-style: normal;
  font-weight: 500;
}
 
.home-heading13 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-text27 {
  width: 100%;
  font-size: 40px;
  max-width: 400px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px;
}
 
.home-text28 {
  width: 100%;
  font-size: 18px;
  max-width: 600px;
  line-height: 27px;
}
 
.home-feature-list {
  gap: var(--dl-layout-space-fourunits);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.home-pricing {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-layout-space-sixunits);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: 16px;
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-sixunits);
  background-color: #F3F5FA;
}
 
.home-content17 {
  gap: var(--dl-layout-space-fiveunits);
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  flex-direction: column;
}
 
.home-header3 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-tag2 {
  display: flex;
  align-items: center;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-unit);
  border-radius: var(--dl-layout-radius-radius8);
  padding-right: var(--dl-layout-space-unit);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
  background-color: #D6F1F0;
}
 
.home-text29 {
  font-style: normal;
  font-weight: 500;
}
 
.home-heading14 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-text30 {
  width: 100%;
  font-size: 40px;
  max-width: 600px;
  font-style: normal;
  text-align: center;
  font-family: Poppins;
  font-weight: 600;
  line-height: 56px;
}
 
.home-pricing-plans {
  flex: 1;
  width: 100%;
  display: grid;
  overflow: hidden;
  align-items: flex-start;
  border-color: #DBDBDB;
  border-width: 1px;
  border-radius: 16px;
  flex-direction: row;
  justify-content: flex-start;
  background-color: #375EE0;
  grid-template-columns: auto auto;
}
 
.home-plans1 {
  flex: 1;
  height: 100%;
  display: grid;
  padding-top: var(--dl-layout-space-twounits);
  padding-left: TwoUnits;
  padding-bottom: var(--dl-layout-space-twounits);
  background-color: #ffffff;
  grid-template-columns: auto auto auto;
}
 
.home-plan1 {
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 300px;
  align-items: flex-start;
  border-color: #DBDBDB;
  padding-left: var(--dl-layout-space-twounits);
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: column;
  justify-content: flex-start;
  border-right-width: 1px;
}
 
.home-top1 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  border-color: #DBDBDB;
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-twounits);
  justify-content: flex-start;
  border-bottom-width: 1px;
}
 
.home-heading15 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-text31 {
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
 
.home-text32 {
  font-family: Poppins;
  line-height: 24px;
}
 
.home-cost1 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-text33 {
  font-size: 40px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 40px;
}
 
.home-bottom1 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-twounits);
  flex-direction: column;
  justify-content: space-between;
}
 
.home-check-list1 {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-threeunits);
  justify-content: flex-start;
}
 
.home-button1 {
  width: 100%;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  padding-left: var(--dl-layout-space-twounits);
  border-radius: var(--dl-layout-radius-radius8);
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  justify-content: center;
  background-color: #ADE2DF;
}
 
.home-button1:hover {
  background-color: rgba(173, 226, 223, 0.5);
}
 
.home-text34 {
  font-style: normal;
  font-weight: 500;
}
 
.home-plan2 {
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 300px;
  align-items: flex-start;
  border-color: #DBDBDB;
  padding-left: var(--dl-layout-space-twounits);
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: column;
  justify-content: space-between;
  border-right-width: 1px;
}
 
.home-top2 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  border-color: #DBDBDB;
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-twounits);
  justify-content: flex-start;
  border-bottom-width: 1px;
}
 
.home-heading16 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-text35 {
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
 
.home-text36 {
  font-family: Poppins;
  line-height: 24px;
}
 
.home-cost2 {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  justify-content: flex-start;
}
 
.home-text37 {
  font-size: 40px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 40px;
}
 
.home-text38 {
  font-family: Poppins;
}
 
.home-bottom2 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-twounits);
  flex-direction: column;
  justify-content: space-between;
}
 
.home-check-list2 {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-threeunits);
  justify-content: flex-start;
}
 
.home-button2 {
  width: 100%;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  padding-left: var(--dl-layout-space-twounits);
  border-radius: var(--dl-layout-radius-radius8);
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  justify-content: center;
  background-color: #ADE2DF;
}
 
.home-button2:hover {
  background-color: rgba(173, 226, 223, 0.5);
}
 
.home-text39 {
  font-style: normal;
  font-weight: 500;
}
 
.home-plan3 {
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 300px;
  align-items: flex-start;
  padding-left: var(--dl-layout-space-twounits);
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: column;
  justify-content: space-between;
}
 
.home-top3 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  border-color: #DBDBDB;
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-twounits);
  justify-content: flex-start;
  border-bottom-width: 1px;
}
 
.home-heading17 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-text40 {
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
 
.home-text41 {
  font-family: Poppins;
  line-height: 24px;
}
 
.home-cost3 {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  justify-content: flex-start;
}
 
.home-text42 {
  font-size: 40px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 40px;
}
 
.home-text43 {
  font-family: Poppins;
}
 
.home-bottom3 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-twounits);
  flex-direction: column;
  justify-content: space-between;
}
 
.home-check-list3 {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-threeunits);
  justify-content: flex-start;
}
 
.home-button3 {
  width: 100%;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  padding-left: var(--dl-layout-space-twounits);
  border-radius: var(--dl-layout-radius-radius8);
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  justify-content: center;
  background-color: #ADE2DF;
}
 
.home-button3:hover {
  background-color: rgba(173, 226, 223, 0.5);
}
 
.home-text44 {
  font-style: normal;
  font-weight: 500;
}
 
.home-expand1 {
  flex: 0.3;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}
 
.home-overlay2 {
  flex: 1;
  display: flex;
  padding: var(--dl-layout-space-twounits);
  align-items: center;
  flex-direction: column;
  background-size: cover;
  justify-content: space-between;
  background-image: url("public/planbackground.svg");
}
 
.home-header4 {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-heading18 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  max-width: 256px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-text45 {
  color: #ffffff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
 
.home-text46 {
  color: #C1FFFC;
  font-size: 24px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 31px;
}
 
.home-check-list4 {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-check1 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.home-icon10 {
  fill: #ffffff;
  width: 18px;
  height: 18px;
}
 
.home-text47 {
  color: #ffffff;
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
.home-check2 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.home-icon12 {
  fill: #ffffff;
  width: 18px;
  height: 18px;
}
 
.home-text48 {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
.home-check3 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.home-icon14 {
  fill: #ffffff;
  width: 18px;
  height: 18px;
}
 
.home-text49 {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
.home-button4 {
  width: 100%;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  padding-left: var(--dl-layout-space-twounits);
  border-radius: var(--dl-layout-radius-radius8);
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  justify-content: center;
  background-color: #000000;
}
 
.home-button4:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
 
.home-text50 {
  color: rgb(255, 255, 255);
  font-style: normal;
  font-weight: 500;
}
 
.home-plans2 {
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  flex-direction: column;
}
 
.home-plan4 {
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 300px;
  align-items: flex-start;
  border-color: #DBDBDB;
  padding-left: var(--dl-layout-space-twounits);
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: column;
  justify-content: flex-start;
  border-right-width: 1px;
}
 
.home-top4 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  border-color: #DBDBDB;
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-twounits);
  justify-content: flex-start;
  border-bottom-width: 1px;
}
 
.home-heading19 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-text53 {
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
 
.home-text54 {
  font-family: Poppins;
  line-height: 24px;
}
 
.home-cost4 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-text55 {
  font-size: 40px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 40px;
}
 
.home-bottom4 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-twounits);
  flex-direction: column;
  justify-content: space-between;
}
 
.home-check-list5 {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-threeunits);
  justify-content: flex-start;
}
 
.home-button5 {
  width: 100%;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  padding-left: var(--dl-layout-space-twounits);
  border-radius: var(--dl-layout-radius-radius8);
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  justify-content: center;
  background-color: #ADE2DF;
}
 
.home-button5:hover {
  background-color: rgba(173, 226, 223, 0.5);
}
 
.home-text56 {
  font-style: normal;
  font-weight: 500;
}
 
.home-plan5 {
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 300px;
  align-items: flex-start;
  border-color: #DBDBDB;
  padding-left: var(--dl-layout-space-twounits);
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: column;
  justify-content: space-between;
  border-right-width: 1px;
}
 
.home-top5 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  border-color: #DBDBDB;
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-twounits);
  justify-content: flex-start;
  border-bottom-width: 1px;
}
 
.home-heading20 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-text57 {
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
 
.home-text58 {
  font-family: Poppins;
  line-height: 24px;
}
 
.home-cost5 {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  justify-content: flex-start;
}
 
.home-text59 {
  font-size: 40px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 40px;
}
 
.home-text60 {
  font-family: Poppins;
}
 
.home-bottom5 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-twounits);
  flex-direction: column;
  justify-content: space-between;
}
 
.home-check-list6 {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-threeunits);
  justify-content: flex-start;
}
 
.home-button6 {
  width: 100%;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  padding-left: var(--dl-layout-space-twounits);
  border-radius: var(--dl-layout-radius-radius8);
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  justify-content: center;
  background-color: #ADE2DF;
}
 
.home-button6:hover {
  background-color: rgba(173, 226, 223, 0.5);
}
 
.home-text61 {
  font-style: normal;
  font-weight: 500;
}
 
.home-plan6 {
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 300px;
  align-items: flex-start;
  border-color: #DBDBDB;
  padding-left: var(--dl-layout-space-twounits);
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: column;
  justify-content: space-between;
  border-right-width: 1px;
}
 
.home-top6 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  border-color: #DBDBDB;
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-twounits);
  justify-content: flex-start;
  border-bottom-width: 1px;
}
 
.home-heading21 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-text62 {
  font-size: 20px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
 
.home-text63 {
  font-family: Poppins;
  line-height: 24px;
}
 
.home-cost6 {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  justify-content: flex-start;
}
 
.home-text64 {
  font-size: 40px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  line-height: 40px;
}
 
.home-text65 {
  font-family: Poppins;
}
 
.home-bottom6 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-twounits);
  flex-direction: column;
  justify-content: space-between;
}
 
.home-check-list7 {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-threeunits);
  justify-content: flex-start;
}
 
.home-button7 {
  width: 100%;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  padding-left: var(--dl-layout-space-twounits);
  border-radius: var(--dl-layout-radius-radius8);
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  justify-content: center;
  background-color: #ADE2DF;
}
 
.home-button7:hover {
  background-color: rgba(173, 226, 223, 0.5);
}
 
.home-text66 {
  font-style: normal;
  font-weight: 500;
}
 
.home-expand2 {
  flex: 0.3;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}
 
.home-overlay3 {
  flex: 1;
  display: flex;
  padding: var(--dl-layout-space-twounits);
  align-items: center;
  flex-direction: column;
  background-size: cover;
  justify-content: space-between;
  background-image: url("public/planbackground.svg");
}
 
.home-header5 {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-heading22 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  max-width: 256px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-text67 {
  color: #ffffff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
 
.home-text68 {
  color: #C1FFFC;
  font-size: 24px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 31px;
}
 
.home-check-list8 {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-check4 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.home-icon16 {
  fill: #ffffff;
  width: 18px;
  height: 18px;
}
 
.home-text69 {
  color: #ffffff;
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
.home-check5 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.home-icon18 {
  fill: #ffffff;
  width: 18px;
  height: 18px;
}
 
.home-text70 {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
.home-check6 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.home-icon20 {
  fill: #ffffff;
  width: 18px;
  height: 18px;
}
 
.home-text71 {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-family: Poppins;
  line-height: 24px;
}
 
.home-button8 {
  width: 100%;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  padding-left: var(--dl-layout-space-twounits);
  border-radius: var(--dl-layout-radius-radius8);
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  justify-content: center;
  background-color: #000000;
}
 
.home-button8:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
 
.home-text72 {
  color: rgb(255, 255, 255);
  font-style: normal;
  font-weight: 500;
}
 
.home-help {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-threeunits);
  flex-direction: row;
}
 
.home-text75 {
  font-family: Poppins;
}
 
.home-explore3 {
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: flex-start;
  border-width: 0px;
  flex-direction: column;
  padding-bottom: 4px;
  border-bottom-width: 1px;
}
 
.home-explore3:hover {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.3);
}
 
.home-text76 {
  font-style: normal;
  font-weight: 600;
}
 
.home-testimonials {
  width: 100%;
  display: flex;
  /* max-width: 900px; */
  align-items: stretch;
  padding-top: var(--dl-layout-space-sixunits);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-sixunits);
  background: #212121;
    color:white;
    padding-left: 20%;
    padding-right:20%;
}
 
.home-logo-container {
  display: flex;
  padding: var(--dl-layout-space-unit);
  align-self: center;
  align-items: center;
  border-radius: var(--dl-layout-radius-radius8);
  margin-bottom: var(--dl-layout-space-threeunits);
  flex-direction: column;
  background-color: #FF2E4D;
}
 
.home-logo {
  width: 25px;
  height: 24px;
}
 
.home-content18 {
  display: flex;
  position: relative;
  align-items: stretch;
  flex-direction: column;
}
 
.home-quotes {
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-buttons {
  width: 100%;
  display: flex;
  z-index: 100;
  max-width: 500px;
  align-self: center;
  margin-top: -55px;
  align-items: flex-end;
  flex-direction: row;
  justify-content: space-between;
}
 
.home-left {
  fill: #DBDBDB;
  cursor: pointer;
  display: flex;
  padding: var(--dl-layout-space-unit);
  transition: 0.3s;
  align-items: center;
  border-color: #DBDBDB;
  border-width: 1px;
  border-radius: var(--dl-layout-radius-round);
  flex-direction: row;
}
 
.home-left:hover {
  fill: #000;
  border-color: #000;
}
 
.home-icon22 {
  width: 19px;
  height: 19px;
}
 
.home-right {
  fill: #DBDBDB;
  cursor: pointer;
  display: flex;
  padding: var(--dl-layout-space-unit);
  transition: 0.3s;
  align-items: center;
  border-color: #DBDBDB;
  border-width: 1px;
  border-radius: var(--dl-layout-radius-round);
  flex-direction: row;
}
 
.home-right:hover {
  fill: #000;
  border-color: #000;
}
 
.home-icon24 {
  width: 19px;
  height: 19px;
}
 
.home-container3 {
  display: contents;
}
 
.home-faq {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-layout-space-sixunits);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: 16px;
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-sixunits);
  /* background-color: #F3F5FA; */
}
 
.home-content19 {
  gap: var(--dl-layout-space-fiveunits);
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  flex-direction: column;
}
 
.home-header6 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-tag3 {
  display: flex;
  align-items: center;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-unit);
  border-radius: var(--dl-layout-radius-radius8);
  padding-right: var(--dl-layout-space-unit);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
  background-color: #FF2E4D;
  color:white;
}
 
.home-text77 {
  font-style: normal;
  font-weight: 500;
}
 
.home-heading23 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-text80 {
  width: 100%;
  font-size: 40px;
  max-width: 600px;
  font-style: normal;
  text-align: center;
  font-family: Poppins;
  font-weight: 400;
  line-height: 56px;
}
 
.home-rows {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
 
.home-column4 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-title2 {
  font-size: 18px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
}
 
.home-description4 {
  font-family: Poppins;
  line-height: 24px;
}
.home-description4 b {
  font-weight: 500;
}
 
.home-title3 {
  font-size: 18px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
}
 
.home-description5 {
  font-family: Poppins;
  line-height: 24px;
}
 
.home-question3 {
  border-bottom-width: 0px;
}
 
.home-title4 {
  font-size: 18px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
}
 
.home-description6 {
  font-family: Poppins;
  line-height: 24px;
}
 
.home-column5 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-question4 {
  border-right-width: 0px;
}
 
.home-title5 {
  font-size: 18px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
}
 
.home-description7 {
  font-family: Poppins;
  line-height: 24px;
}
 
.home-question5 {
  border-right-width: 0px;
}
 
.home-title6 {
  font-size: 18px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
}
 
.home-description8 {
  font-family: Poppins;
  line-height: 24px;
}
 
.home-question6 {
  border-right-width: 0px;
  border-bottom-width: 0px;
}
 
.home-title7 {
  font-size: 18px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
}
 
.home-description9 {
  font-family: Poppins;
  line-height: 24px;
}
 
.home-get-started2 {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-layout-space-sixunits);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-sixunits);
  background-color: #FF2E4D;
}
 
.home-content20 {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  max-width: 600px;
  align-items: center;
  flex-direction: column;
}
 
.home-heading24 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-text87 {
  color: #C1FFFC;
  font-size: 64px;
  font-style: normal;
  text-align: center;
  font-family: Poppins;
  font-weight: 400;
}
 
.home-text88 {
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  font-family: Poppins;
  line-height: 30px;
}
 
.home-hero-buttons2 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  z-index: 15;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.home-ios-btn2 {
  gap: var(--dl-layout-space-halfunit);
  fill: white;
  color: white;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  padding-left: var(--dl-layout-space-twounits);
  border-radius: var(--dl-layout-radius-radius8);
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  justify-content: center;
  background-color: #000000;
}
 
.home-ios-btn2:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
 
.home-apple2 {
  width: 16px;
  height: 20px;
}
 
.home-caption7 {
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
}
 
.home-android-btn2 {
  gap: var(--dl-layout-space-halfunit);
  fill: white;
  color: white;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  padding-left: var(--dl-layout-space-twounits);
  border-radius: var(--dl-layout-radius-radius8);
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  justify-content: center;
  background-color: #000000;
}
 
.home-android-btn2:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
 
.home-android2 {
  width: 18px;
  height: 20px;
}
 
.home-caption8 {
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
}

.err__cs {
  border: 2px solid red !important;
}

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

/* modal */
/* Absolute Centering */
.Modal-result .Absolute-Center { 
  height: 50%;
  width: 90%;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  max-width: 450px;
}

/* Fixed floating element within viewport */
.Modal-result .Absolute-Center.is-Fixed { 
  position: fixed;
  z-index: 1061;
}

/* Variable content height */
.Modal-result .Absolute-Center.is-Variable {
  display: table; 
  height: auto;
}

/* Modal Styles */
.Modal-result .Modal { 
  border-radius:6px;
  box-shadow: 0 0 20px rgba(0,0,0,0.5); 
  background: white; 
  padding: 20px 25px;
}

/* Modal Background */
.Modal-result { 
  position: fixed; 
  top: 0; left: 0; bottom: 0; right: 0; 
  background: rgba(0, 0, 0, 0.5); /* Using rgba instead of fade */
  z-index: 1060; 
}

.Modal-result .mbutton { 
  text-align: center;
  margin-top:20px;
}
 
@media(max-width: 991px) {
  .home-content10 {
    flex-direction: column;
    padding-top: 200px;
    align-items: flex-start;
  }
  .home-content11 {
    gap: var(--dl-layout-space-unit);
    flex: 0 0 auto;
    padding-top: var(--dl-layout-space-unit);
    padding-bottom: 0px;
    max-width: 600px;
    padding-left: 20px;
    background: #ffffff;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 3px 3px 0px 0px lightgray;
  }
  .home-title1 {
    /* font-size: 50px;
    text-align: left;
    line-height: 58px; */
  }
  .home-caption1 {
    font-size: 16px;
  }
  .home-hero-buttons1 {
    width: 100%;
  }
  .home-ios-btn1 {
    flex: 1;
  }
  .home-android-btn1 {
    flex: 1;
  }
  .home-images {
    left: 0px;
    right: -100px;
    bottom: -325px;
    margin: auto;
  }
  .home-pasted-image1 {
    width: 200px;
  }
  .home-pasted-image2 {
    width: 200px;
  }
  .home-pasted-image3 {
    width: 200px;
  }
  .home-pasted-image4 {
    width: 200px;
  }
  .home-pasted-image5 {
    width: 200px;
  }
  .home-content12 {
    gap: var(--dl-layout-space-threeunits);
  }
  .home-stats {
    padding-top: var(--dl-layout-space-threeunits);
    flex-direction: column;
  }
  .home-stat1 {
    gap: 30px;
    width: 100%;
    padding-bottom: var(--dl-layout-space-threeunits);
    border-right-width: 0px;
  }
  .home-caption4 {
    text-align: center;
    line-height: 32px;
  }
  .home-stat2 {
    gap: 30px;
    width: 100%;
    padding-top: var(--dl-layout-space-threeunits);
    padding-bottom: var(--dl-layout-space-threeunits);
  }
  .home-caption5 {
    text-align: center;
    line-height: 32px;
  }
  .home-stat3 {
    gap: 30px;
    width: 100%;
    padding-top: var(--dl-layout-space-threeunits);
    padding-bottom: var(--dl-layout-space-threeunits);
    border-left-width: 0px;
  }
  .home-caption6 {
    text-align: center;
    line-height: 32px;
  }
  .home-section1 {
    gap: var(--dl-layout-space-oneandhalfunits);
    padding-top: var(--dl-layout-space-fourunits);
    flex-direction: column;
    gap:40px;
  }
  .home-content13 {
    gap: var(--dl-layout-space-unit);
  }
  .home-explore2 {
    margin-top: var(--dl-layout-space-halfunit);
  }
  .home-section2 {
    padding-top: var(--dl-layout-space-fourunits);
    border-color: #DBDBDB;
    flex-direction: column-reverse;
    /* border-top-width: 1px; */
    gap:40px;
  }
  .home-content14 {
    gap: var(--dl-layout-space-unit);
  }
  .home-content15 {
    gap: var(--dl-layout-space-twounits);
  }
  .home-section3 {
    align-items: center;
    padding-top: var(--dl-layout-space-fourunits);
    border-color: #DBDBDB;
    flex-direction: column-reverse;
    padding-bottom: var(--dl-layout-space-fourunits);
    border-top-width: 1px;
  }
  .home-content16 {
    margin-top: 0px;
  }
  .home-pricing {
    padding-top: var(--dl-layout-space-fourunits);
    padding-bottom: var(--dl-layout-space-fourunits);
  }
  .home-content17 {
    gap: var(--dl-layout-space-threeunits);
  }
  .home-header3 {
    gap: var(--dl-layout-space-unit);
  }
  .home-pricing-plans {
    grid-template-columns: none;
  }
  .home-plans1 {
    padding-left: var(--dl-layout-space-unit);
    padding-right: var(--dl-layout-space-unit);
  }
  .home-overlay2 {
    width: 100%;
    background-size: contain;
    justify-content: space-between;
    background-repeat: no-repeat;
    background-position: right;
  }
  .home-header4 {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .home-heading18 {
    gap: var(--dl-layout-space-halfunit);
    max-width: 600px;
  }
  .home-text45 {
    font-size: 18px;
  }
  .home-text46 {
    font-size: 20px;
    line-height: 26px;
  }
  .home-text47 {
    line-height: 21px;
  }
  .home-text48 {
    line-height: 21px;
  }
  .home-text49 {
    line-height: 21px;
  }
  .home-button4 {
    margin-top: var(--dl-layout-space-threeunits);
  }
  .home-overlay3 {
    width: 100%;
    justify-content: space-between;
  }
  .home-header5 {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .home-heading22 {
    gap: var(--dl-layout-space-halfunit);
    max-width: 600px;
  }
  .home-text67 {
    font-size: 18px;
  }
  .home-text68 {
    font-size: 20px;
    line-height: 26px;
  }
  .home-text69 {
    line-height: 21px;
  }
  .home-text70 {
    line-height: 21px;
  }
  .home-text71 {
    line-height: 21px;
  }
  .home-button8 {
    margin-top: var(--dl-layout-space-threeunits);
  }
  .home-get-started2 {
    padding-top: var(--dl-layout-space-fourunits);
    padding-bottom: var(--dl-layout-space-fourunits);
  }
  .home-content20 {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .home-heading24 {
    gap: var(--dl-layout-space-halfunit);
  }
  .home-text87 {
    font-size: 40px;
  }
  .home-text88 {
    font-size: 18px;
  }
}
 
@media(max-width: 767px) {
  .home-title1 {
    /* font-size: 40px;
    line-height: 48px; */
  }
  .home-caption1 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-images {
    bottom: -250px;
  }
  .home-text10 {
    width: 100%;
    font-size: 32px;
    max-width: 640px;
  }
  .home-video-container {
    gap: var(--dl-layout-space-threeunits);
  }
  .home-heading11 {
    gap: var(--dl-layout-space-halfunit);
  }
  .home-text11 {
    font-size: 20px;
    line-height: 30px;
  }
  .home-text12 {
    width: 100%;
    max-width: 600px;
  }
  .home-caption4 {
    /* font-size: 32px; */
  }
  .home-description1 {
    font-size: 18px;
    line-height: 24px;
  }
  .home-caption5 {
    font-size: 32px;
  }
  .home-description2 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-caption6 {
    font-size: 32px;
  }
  .home-description3 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-text17 {
    font-size: 32px;
    line-height: 44px;
  }
  .home-text19 {
    font-size: 32px;
    line-height: 44px;
  }
  .home-text20 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-get-started1 {
    display: none;
  }
  .home-section3 {
    gap: var(--dl-layout-space-twounits);
  }
  .home-banner {
    height: auto;
    position: relative;
    flex-direction: column-reverse;
    padding-top: 30px;
  }
  .home-book-btn {
    margin:auto;
    margin-top:20px;
  }
  .home-overlay1 {
    gap: var(--dl-layout-space-oneandhalfunits);
    flex: 1;
    z-index: 50;
    padding-top: var(--dl-layout-space-threeunits);
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
    flex-direction: column;
    padding-bottom: var(--dl-layout-space-threeunits);
    justify-content: flex-start;
    background-image: none;
  }
  .home-text24 {
    font-size: 32px;
  }
  .home-pasted-image6 {
    right: 0px;
    bottom: 0px;
    height: 300px;
    display: flex;
    position: absolute;
    align-self: flex-end;
  }
  .home-features {
    gap: var(--dl-layout-space-threeunits);
  }
  .home-header2 {
    gap: var(--dl-layout-space-unit);
  }
  .home-text26 {
    font-size: 14px;
  }
  .home-text27 {
    font-size: 32px;
    line-height: 44px;
  }
  .home-text28 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-feature-list {
    gap: var(--dl-layout-space-twounits);
    width: 100%;
    flex-direction: column;
  }
  .home-text30 {
    font-size: 32px;
    line-height: 44px;
  }
  .home-pricing-plans {
    display: none;
  }
  .home-plans2 {
    gap: var(--dl-layout-space-oneandhalfunits);
    display: flex;
  }
  .home-plan4 {
    max-width: 100%;
    padding-top: var(--dl-layout-space-threeunits);
    border-width: 1px;
    padding-left: var(--dl-layout-space-oneandhalfunits);
    border-radius: 16px;
    padding-right: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: var(--dl-layout-space-threeunits);
    background-color: #ffffff;
  }
  .home-top4 {
    width: 100%;
    padding-bottom: var(--dl-layout-space-oneandhalfunits);
  }
  .home-heading19 {
    gap: var(--dl-layout-space-halfunit);
  }
  .home-text53 {
    font-size: 18px;
  }
  .home-text55 {
    font-size: 32px;
    line-height: 32px;
  }
  .home-plan5 {
    max-width: 100%;
    padding-top: var(--dl-layout-space-threeunits);
    border-width: 1px;
    padding-left: var(--dl-layout-space-oneandhalfunits);
    border-radius: 16px;
    padding-right: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: var(--dl-layout-space-threeunits);
    background-color: #ffffff;
    border-right-width: 1px;
  }
  .home-top5 {
    width: 100%;
    padding-bottom: var(--dl-layout-space-oneandhalfunits);
  }
  .home-heading20 {
    gap: var(--dl-layout-space-halfunit);
  }
  .home-text57 {
    font-size: 18px;
  }
  .home-text59 {
    font-size: 32px;
    line-height: 32px;
  }
  .home-text61 {
    font-weight: 500;
  }
  .home-plan6 {
    max-width: 100%;
    padding-top: var(--dl-layout-space-threeunits);
    border-width: 1px;
    padding-left: var(--dl-layout-space-oneandhalfunits);
    border-radius: 16px;
    padding-right: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: var(--dl-layout-space-threeunits);
    background-color: #ffffff;
    border-right-width: 1px;
  }
  .home-top6 {
    width: 100%;
    padding-bottom: var(--dl-layout-space-oneandhalfunits);
  }
  .home-heading21 {
    gap: var(--dl-layout-space-halfunit);
  }
  .home-text62 {
    font-size: 18px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
  }
  .home-text64 {
    font-size: 32px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 32px;
  }
  .home-text66 {
    font-weight: 500;
  }
  .home-expand2 {
    flex: 0 0 auto;
    width: 100%;
    border-radius: 16px;
    background-color: #375EE0;
  }
  .home-overlay3 {
    align-items: center;
    background-size: contain;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: top right;
  }
  .home-testimonials {
    width: 100%;
    padding-top: var(--dl-layout-space-threeunits);
    padding-bottom: var(--dl-layout-space-threeunits);
    background: #000000;
    color:white;
    padding-left: 20%;
  }
  .home-logo-container {
    padding: 12px;
    margin-bottom: var(--dl-layout-space-oneandhalfunits);
  }
  .home-logo {
    width: 16px;
    height: 16px;
  }
  .home-left {
    display: flex;
  }
  .home-right {
    display: flex;
  }
  .home-faq {
    width: 100%;
  }
  .home-content19 {
    gap: var(--dl-layout-space-twounits);
  }
  .home-text77 {
    font-size: 14px;
  }
  .home-text80 {
    font-size: 32px;
    line-height: 44px;
  }
  .home-rows {
    flex-direction: column;
  }
  .home-title2 {
    font-size: 16px;
  }
  .home-get-started2 {
    /* display: none; */
  }
  .home-hero-buttons2 {
    flex-direction: column;
  }
  .home-ios-btn2 {
    min-width: 280px;
  }
  .home-android-btn2 {
    min-width: 280px;
  }
}

@media(max-width: 634px) {
  .home-hero-buttons1 {
    width: 100%;
    flex-direction: column;
  }
  .home-ios-btn1 {
    width: 100%;
    max-width: 300px;
  }
  .home-android-btn1 {
    width: 100%;
    max-width: 300px;
  }
}
 
@media(max-width: 479px) {
  ._languagecs {
    top:15px;
  }
  ._languagecs ._slc_language {
    padding: 5px 12px;
  }
  ._languagecs img {
    width: 20px;
    height: 20px;
  }
  ._languagecs ._col2 {
    line-height: 20px;
  }
  .home-images {
    bottom: -200px;
  }
  .home-pasted-image1 {
    width: 150px;
  }
  .home-pasted-image2 {
    width: 150px;
  }
  .home-pasted-image3 {
    width: 150px;
  }
  .home-pasted-image4 {
    width: 150px;
  }
  .home-pasted-image5 {
    width: 150px;
  }
  .home-image1 {
    width: 100%;
    max-width: 400px;
    height: 500px;
  }
  .home-image3 {
    width: 100%;
    max-width: 400px;
  }
  .home-pasted-image6 {
    height: 225px;
  }
  .home-help {
    align-items: center;
    padding-top: var(--dl-layout-space-twounits);
    flex-direction: column;
  }
  .home-buttons {
    margin-top: -40px;
  }
  .home-left {
    padding: var(--dl-layout-space-halfunit);
  }
  .home-right {
    padding: var(--dl-layout-space-halfunit);
  }
  .home-hero-buttons2 {
    width: 100%;
    flex-direction: column;
  }
  .home-ios-btn2 {
    width: 100%;
  }
  .home-android-btn2 {
    width: 100%;
  }

  .footer-links {
    width: 100%;
    flex-direction: column;
  }
  .home-section2, .home-section1 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .home-image2 {
    width: 100%;  
    height: 620px; 
  }
}



@media(min-width: 1920px) {
  .home-content10 {
    max-width: 1500px;
  }
  .home-pasted-image1, .home-pasted-image2, .home-pasted-image3, .home-pasted-image4 {
    width:300px;
  }
  .home-title1 img {
    max-width: 700px;
  }
  .home-android-btn1 {
    min-width: 230px;
  }
  .home-caption2 {
    font-size: 18px;
  }
}
