.navigation-links-nav {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.navigation-links-navlink {
  text-decoration: none;
}
.navigation-links-navlink1 {
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.navigation-links-navlink2 {
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.navigation-links-navlink3 {
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.navigation-links-navlink4 {
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}








@media(max-width: 767px) {
  .navigation-links-nav {
    align-items: flex-start;
    flex-direction: column;
  }
  .navigation-links-navlink1 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .navigation-links-navlink2 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .navigation-links-navlink3 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .navigation-links-navlink4 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
}

.navbar-navbar-container {
  top: 0;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
}
.navbar-max-width {
  padding-top: var(--dl-space-space-oneandhalfunits);
  padding-bottom: var(--dl-space-space-oneandhalfunits);
}
.navbar-image {
  width: auto;
  height: 50px;
  object-fit: cover;
}
.navbar-nav {
  display: flex;
}
.navbar-icon {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.navbar-nav1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.navbar-container {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
.navbar-image1 {
  width: 106px;
}
.navbar-menu-close {
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar-icon02 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.navbar-primary-btn {
  margin-top: var(--dl-space-space-oneandhalfunits);
}
.navbar-social-media {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.navbar-text {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
}
.navbar-container1 {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.navbar-icon04 {
  width: 24px;
  height: 24px;
  transition: 0.3s;
  margin-right: var(--dl-space-space-twounits);
}
.navbar-icon04:hover {
  fill: var(--dl-color-backgrounds-primary);
  cursor: pointer;
}
.navbar-icon08 {
  width: 24px;
  height: 24px;
  transition: 0.3s;
  margin-right: var(--dl-space-space-twounits);
}
.navbar-icon08:hover {
  fill: var(--dl-color-backgrounds-primary);
  cursor: pointer;
}
.navbar-icon12 {
  width: 24px;
  height: 24px;
  transition: 0.3s;
  margin-right: var(--dl-space-space-twounits);
}
.navbar-icon12:hover {
  fill: var(--dl-color-backgrounds-primary);
  cursor: pointer;
}
.navbar-icon14 {
  width: 24px;
  height: 24px;
  transition: 0.3s;
}
.navbar-icon14:hover {
  fill: var(--dl-color-backgrounds-primary);
  cursor: pointer;
}
.navbar-link {
  width: 160px;
  display: flex;
  align-items: center;
  line-height: 1;
  padding-top: 20px;
  white-space: nowrap;
  margin-right: 0px;
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  padding-bottom: 20px;
  justify-content: center;
  text-decoration: none;
}






@media(max-width: 991px) {
  .navbar-image {
    width: auto;
  }
  .navbar-link {
    margin-bottom: var(--dl-space-space-twounits);
  }
}
@media(max-width: 767px) {
  .navbar-image {
    width: auto;
  }
  .navbar-nav {
    display: none;
  }
}
@media(max-width: 479px) {
  .navbar-nav {
    display: none;
  }
  .navbar-icon {
    width: 31px;
    height: 34px;
  }
  .navbar-mobile-menu {
    display: none;
  }
  .navbar-image1 {
    width: auto;
    height: 50px;
  }
  .navbar-icon02 {
    width: var(--dl-size-size-small);
    height: var(--dl-size-size-small);
  }
  .navbar-link {
    width: 80%;
    font-size: 20px;
    padding-top: var(--dl-space-space-unit);
    padding-left: var(--dl-space-space-unit);
    margin-bottom: var(--dl-space-space-halfunit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-unit);
  }
}

.feature-card-card {
  flex: 0 0 auto;
  width: 320px;
  display: flex;
  margin-top: var(--dl-space-space-unit);
  transition: 0.3s;
  align-items: center;
  margin-left: var(--dl-space-space-unit);
  padding-top: var(--dl-space-space-oneandhalfunits);
  transition::  all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);;
  margin-right: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-unit);
  border-radius: var(--dl-radius-radius-radius4);
  margin-bottom: var(--dl-space-space-unit);
  padding-right: var(--dl-space-space-unit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-oneandhalfunits);
}
.feature-card-card:hover {
  background-color: var(--dl-color-grays-white100);
}
.feature-card-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-bottom: var(--dl-space-space-unit);
}
.feature-card-text {
  text-align: center;
  margin-bottom: var(--dl-space-space-unit);
}
.feature-card-text1 {
  color: var(--dl-color-grays-dark80);
  text-align: center;
  margin-bottom: var(--dl-space-space-unit);
}
.feature-card-text2 {
  color: var(--dl-color-backgrounds-primary);
  cursor: pointer;
  display: none;
  font-style: normal;
  transition: 0.3s;
  font-weight: 600;
  line-height: 1.75;
}
.feature-card-text2:hover {
  text-decoration: underline;
}
@media(max-width: 991px) {
  .feature-card-card {
    width: 50%;
  }
  .feature-card-text2 {
    display: none;
  }
}
@media(max-width: 767px) {
  .feature-card-card {
    width: 100%;
    margin: 0px;
  }
  .feature-card-text2 {
    display: none;
  }
}
@media(max-width: 479px) {
  .feature-card-card {
    width: 100%;
    margin: 0px;
  }
  .feature-card-text2 {
    display: none;
  }
}

.section-one-section-one {
  position: relative;
  padding-top: var(--dl-space-space-twounits);
  border-color: rgba(33, 33, 33, 0.1);
  border-width: 1px;
  padding-bottom: var(--dl-space-space-twounits);
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}
.section-one-max-width {
  flex-direction: column;
}
.section-one-text {
  text-align: center;
  margin-bottom: var(--dl-space-space-unit);
}
.section-one-text2 {
  color: var(--dl-color-backgrounds-primary);
}
.section-one-text4 {
  color: var(--dl-color-grays-gray100);
  text-align: center;
  margin-bottom: var(--dl-space-space-twounits);
}
.section-one-cards-container {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
}

@media(max-width: 767px) {
  .section-one-text {
    margin-bottom: var(--dl-space-space-twounits);
  }
  .section-one-cards-container {
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
@media(max-width: 479px) {
  .section-one-section-one {
    padding-top: 0px;
  }
  .section-one-max-width {
    padding-left: var(--dl-space-space-halfunit);
    padding-right: var(--dl-space-space-halfunit);
  }
  .section-one-text {
    margin-bottom: var(--dl-space-space-unit);
  }
  .section-one-text4 {
    margin-bottom: var(--dl-space-space-twounits);
  }
  .section-one-cards-container {
    align-items: center;
    justify-content: flex-start;
  }
}

.grid-card-grid-card {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  padding: 36px;
  align-items: flex-start;
  flex-direction: column;
  background-color: var(--dl-color-grays-white100);
}
.grid-card-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
}
.grid-card-text {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: var(--dl-space-space-halfunit);
}

.section-five-section-five {
  position: relative;
}
.section-five-max-width {
  flex-direction: column;
  justify-content: center;
}
.section-five-heading-container {
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-twounits);
  flex-direction: column;
}
.section-five-text {
  text-align: center;
  margin-bottom: var(--dl-space-space-halfunit);
}
.section-five-text2 {
  color: var(--dl-color-backgrounds-primary);
}
.section-five-text4 {
  font-size: 24px;
  font-style: normal;
  font-family: Lexend;
  font-weight: 500;
  line-height: 1.75;
  text-transform: none;
  text-decoration: none;
}
.section-five-text6 {
  color: var(--dl-color-backgrounds-primary);
}
.section-five-input-container {
  flex: 0 0 auto;
  width: 207px;
  display: flex;
  margin-bottom: var(--dl-space-space-fourunits);
  flex-direction: row;
}
.section-five-link {
  width: 231px;
  display: flex;
  font-size: 24px;
  align-items: center;
  line-height: 1;
  padding-top: 20px;
  white-space: nowrap;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 20px;
  justify-content: center;
  text-decoration: none;
}
.section-five-text7 {
  color: var(--dl-color-grays-gray100);
  font-size: 24px;
  font-style: normal;
  text-align: center;
  font-family: Lexend;
  font-weight: 300;
  line-height: 1.75;
  margin-bottom: var(--dl-space-space-twounits);
  text-transform: none;
  text-decoration: none;
}
.section-five-cards-container {
  width: 100%;
  display: grid;
  grid-gap: var(--dl-space-space-twounits);
  grid-template-columns: 1fr 1fr;
}

@media(max-width: 767px) {
  .section-five-text {
    margin-bottom: var(--dl-space-space-twounits);
  }
  .section-five-cards-container {
    grid-template-columns: 1fr;
  }
}
@media(max-width: 479px) {
  .section-five-text4 {
    text-align: center;
  }
  .section-five-input-container {
    width: 100%;
    align-items: center;
    margin-bottom: var(--dl-space-space-oneandhalfunits);
    flex-direction: column;
    justify-content: flex-start;
  }
  .section-five-link {
    width: 80%;
    font-size: 20px;
    padding-top: var(--dl-space-space-unit);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-unit);
  }
  .section-five-text7 {
    font-size: 20px;
  }
}

.slide-slide {
  align-items: stretch;
  flex-direction: row;
  justify-content: center;
  background-color: var(--dl-color-backgrounds-darkblue);
}
.slide-max-width {
  align-items: stretch;
  flex-direction: row;
  justify-content: space-between;
}
.slide-left-side {
  width: 50%;
  display: flex;
  align-items: stretch;
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: row;
  justify-content: space-between;
}
.slide-decorations-container {
  flex: 1;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: space-between;
}
.slide-dots {
  width: 126px;
  height: 126px;
  margin-top: 21px;
  object-fit: cover;
  margin-right: 21px;
}
.slide-squares-container {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.slide-light-green {
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  background-color: var(--dl-color-backgrounds-lightgreen);
}
.slide-orange {
  flex: 0 0 auto;
  width: 108px;
  height: 108px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  background-color: var(--dl-color-backgrounds-primary);
}
.slide-image-container {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: space-between;
}
.slide-image {
  width: 100%;
  height: 485px;
  object-fit: cover;
}
.slide-slider-controls {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-direction: row;
  justify-content: flex-end;
}
.slide-go-left {
  flex: 0 0 auto;
  width: 100%;
  height: 108px;
  display: flex;
  max-width: 108px;
  max-height: 108px;
  transition: 0.3s;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.slide-go-left:hover {
  cursor: pointer;
  background-color: rgba(229, 229, 229, 0.2);
}
.slide-icon {
  fill: var(--dl-color-grays-white100);
  width: 42px;
  height: 42px;
}
.slide-go-right {
  flex: 0 0 auto;
  width: 100%;
  height: 108px;
  display: flex;
  max-width: 108px;
  max-height: 108px;
  transition: 0.3s;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.slide-go-right:hover {
  cursor: pointer;
  background-color: rgba(229, 229, 229, 0.2);
}
.slide-icon2 {
  fill: var(--dl-color-grays-white100);
  width: 42px;
  height: 42px;
}
.slide-right-side {
  flex: 0 0 auto;
  width: 50%;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: center;
}
.slide-testimonial {
  color: var(--dl-color-grays-white100);
  font-size: 27px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 42px;
}
.slide-author {
  color: var(--dl-color-grays-white100);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
.slide-role {
  color: var(--dl-color-grays-white60);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.slide-root-class-name {
  background-color: var(--dl-color-backgrounds-purple);
}
.slide-root-class-name1 {
  background-color: var(--dl-color-backgrounds-green);
}

@media(max-width: 991px) {
  .slide-left-side {
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
}
@media(max-width: 767px) {
  .slide-max-width {
    flex-direction: column;
  }
  .slide-left-side {
    width: 100%;
    padding-right: 0px;
  }
  .slide-image {
    max-width: 700px;
  }
  .slide-right-side {
    width: 100%;
  }
  .slide-root-class-name {
    display: none;
  }
  .slide-root-class-name2 {
    display: none;
  }
}
@media(max-width: 479px) {
  .slide-dots {
    width: 60px;
    height: 60px;
  }
  .slide-light-green {
    width: 36px;
    height: 36px;
  }
  .slide-orange {
    width: 75px;
    height: 75px;
  }
  .slide-go-left {
    height: 75px;
    max-width: 75px;
    max-height: 75px;
  }
  .slide-go-right {
    height: 75px;
    max-width: 75px;
    max-height: 75px;
  }
  .slide-root-class-name {
    display: flex;
  }
  .slide-root-class-name2 {
    display: flex;
  }
}

.section-four-section-four {
  position: relative;
  padding-top: var(--dl-space-space-unit);
  padding-bottom: 0px;
}
.section-four-max-width {
  height: 119px;
  flex-direction: column;
}
.section-four-text {
  width: 1172px;
  font-size: 42px;
  font-style: normal;
  text-align: center;
  font-family: Lexend;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: var(--dl-space-space-threeunits);
  text-transform: none;
  text-decoration: none;
}
.section-four-text3 {
  color: var(--dl-color-backgrounds-primary);
}
.section-four-text4 {
  color: var(--dl-color-grays-black100);
}
.section-four-text5 {
  color: transparent;
}
.section-four-slider {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  transition: 0.5s;
  align-items: stretch;
  flex-direction: row;
}


@media(max-width: 479px) {
  .section-four-max-width {
    height: 100%;
  }
  .section-four-text {
    width: 100%;
  }
}

.section-six-section-six {
  height: 556px;
  overflow: hidden;
  position: relative;
  padding-top: 0px;
  flex-direction: column;
  padding-bottom: 0px;
  background-color: var(--dl-color-backgrounds-primary);
}
.section-six-max-width {
  height: 100%;
  align-items: stretch;
  flex-direction: row;
}
.section-six-content-container {
  flex: 1;
  display: flex;
  min-width: auto;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.section-six-text {
  color: var(--dl-color-grays-black100);
  font-size: 42px;
  font-style: normal;
  font-family: Lexend;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: var(--dl-space-space-halfunit);
  text-transform: none;
  text-decoration: none;
}
.section-six-link {
  display: contents;
}
.section-six-text1 {
  color: var(--dl-color-grays-white100);
  font-family: Lexend;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: var(--dl-space-space-fourunits);
  text-transform: none;
  text-decoration: none;
}
.section-six-content-container1 {
  width: auto;
  height: auto;
  display: flex;
  min-width: 0%;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
}
.section-six-image {
  width: 50px;
  object-fit: cover;
}
.section-six-image1 {
  width: 50px;
  object-fit: cover;
}
.section-six-image2 {
  width: 50px;
  object-fit: cover;
}
.section-six-image3 {
  width: 50px;
  object-fit: cover;
}
.section-six-image4 {
  width: 50px;
  object-fit: cover;
}
.section-six-text2 {
  font-size: 42px;
  font-style: normal;
  font-family: Lexend;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: var(--dl-space-space-halfunit);
  text-transform: none;
  text-decoration: none;
}
.section-six-text3 {
  font-style: normal;
  font-family: Lexend;
  font-weight: 600;
  text-transform: none;
  text-decoration: none;
}
.section-six-text4 {
  font-style: normal;
  text-align: center;
  font-family: Lexend;
  font-weight: 600;
  text-transform: none;
  text-decoration: none;
}
.section-six-text5 {
  color: var(--dl-color-grays-dark100);
  font-size: 30px;
  font-style: normal;
  font-family: Lexend;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: var(--dl-space-space-halfunit);
  text-transform: none;
  text-decoration: none;
}
.section-six-text6 {
  font-style: normal;
  font-family: Lexend;
  font-weight: 600;
  text-transform: none;
  text-decoration: none;
}
.section-six-text7 {
  color: var(--dl-color-grays-white100);
  font-style: normal;
  font-family: Lexend;
  font-weight: 600;
  text-transform: none;
  text-decoration: none;
}
.section-six-text8 {
  font-style: normal;
  font-family: Lexend;
  font-weight: 600;
  text-transform: none;
  text-decoration: none;
}
.section-six-image-container {
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.section-six-image5 {
  width: 407px;
  height: 587px;
  max-width: 589px;
  min-width: 550px;
  object-fit: contain;
}

@media(max-width: 991px) {
  .section-six-max-width {
    flex-direction: column;
  }
  .section-six-image5 {
    max-width: 100%;
  }
}
@media(max-width: 767px) {
  .section-six-image5 {
    min-width: 100%;
  }
}
@media(max-width: 479px) {
  .section-six-section-six {
    height: 719px;
    padding-top: var(--dl-space-space-threeunits);
  }
  .section-six-max-width {
    width: 350px;
  }
  .section-six-content-container {
    align-items: center;
  }
  .section-six-text {
    font-size: 24px;
  }
  .section-six-text1 {
    font-size: 32px;
    font-style: normal;
    text-align: center;
    font-weight: 500;
    margin-bottom: var(--dl-space-space-twounits);
  }
  .section-six-content-container1 {
    align-items: center;
    flex-direction: row;
  }
  .section-six-image {
    width: 32px;
  }
  .section-six-image1 {
    width: 32px;
  }
  .section-six-image2 {
    width: 32px;
  }
  .section-six-image3 {
    width: 32px;
  }
  .section-six-image4 {
    width: 32px;
  }
  .section-six-text2 {
    color: var(--dl-color-grays-white80);
    font-size: 24px;
    text-align: center;
  }
  .section-six-text5 {
    color: var(--dl-color-grays-white80);
    font-size: 24px;
    font-style: normal;
    text-align: center;
    font-weight: 300;
  }
  .section-six-image5 {
    width: 285px;
    height: 456px;
  }
}

.feature-card3-feature-card {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-twounits);
  align-items: center;
  flex-direction: column;
}
.feature-card3-image {
  width: var(--dl-size-size-small);
  height: auto;
  object-fit: cover;
}
.feature-card3-text {
  color: var(--dl-color-backgrounds-primary);
  font-style: normal;
  margin-top: var(--dl-space-space-unit);
  text-align: center;
  font-weight: 500;
  margin-bottom: var(--dl-space-space-unit);
}









.features-features {
  width: 100%;
  display: flex;
  position: relative;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  padding-top: var(--dl-space-space-threeunits);
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-threeunits);
}
.features-text2 {
  color: var(--dl-color-backgrounds-primary);
}
.features-container {
  width: 100%;
  display: grid;
  grid-gap: var(--dl-space-space-twounits);
  margin-top: var(--dl-space-space-twounits);
  margin-bottom: var(--dl-space-space-twounits);
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.features-image {
  width: 635px;
  height: auto;
  object-fit: cover;
}
@media(max-width: 991px) {
  .features-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media(max-width: 767px) {
  .features-features {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .features-image {
    width: 100%;
  }
}
@media(max-width: 479px) {
  .features-features {
    padding-top: var(--dl-space-space-unit);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-unit);
  }
  .features-text {
    display: none;
  }
  .features-container {
    display: none;
    grid-template-columns: 1fr;
  }
  .features-image {
    width: 100%;
    height: auto;
  }
}

.footer-footer {
  padding-top: var(--dl-space-space-threeunits);
  border-color: rgba(33, 33, 33, 0.1);
  border-width: 1px;
  padding-bottom: 0px;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}
.footer-max-width {
  justify-content: space-between;
}
.footer-footer1 {
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: space-between;
}
.footer-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
.footer-logo {
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: flex-start;
  flex-direction: column;
}
.footer-navlink {
  display: contents;
}
.footer-image {
  width: 210px;
  height: 59px;
  text-decoration: none;
}
.footer-text {
  margin-top: var(--dl-space-space-oneandhalfunits);
}
.footer-links-container {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
.footer-container1 {
  display: flex;
  align-items: flex-start;
  margin-right: 10rem;
  flex-direction: row;
  justify-content: space-between;
}
.footer-company-container {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.footer-navlink1 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.footer-navlink2 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.footer-navlink3 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.footer-navlink4 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.footer-navlink5 {
  text-decoration: none;
}
.footer-container2 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.footer-contact {
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  justify-content: flex-start;
}
.footer-navlink6 {
  font-weight: 700;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
  text-decoration: none;
}
.footer-link {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.footer-link1 {
  text-decoration: none;
}
.footer-socials {
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.footer-separator {
  width: 100%;
  height: 1px;
  margin-top: var(--dl-space-space-twounits);
  margin-bottom: var(--dl-space-space-twounits);
  background-color: #D9D9D9;
}
.footer-text07 {
  align-self: center;
}
.footer-text09 {
  text-decoration: underline;
}
.footer-text11 {
  text-decoration: underline;
}
.footer-text12 {
  text-align: left;
}






@media(max-width: 991px) {
  .footer-max-width {
    flex-direction: column-reverse;
  }
  .footer-footer1 {
    flex-direction: column;
  }
  .footer-container1 {
    margin-right: var(--dl-space-space-fourunits);
  }
}
@media(max-width: 767px) {
  .footer-footer1 {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .footer-container {
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
  }
  .footer-logo {
    align-items: center;
  }
  .footer-image {
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
  .footer-text {
    margin-top: var(--dl-space-space-twounits);
    text-align: center;
    margin-bottom: var(--dl-space-space-twounits);
  }
  .footer-links-container {
    width: 100%;
    align-items: flex-start;
    flex-direction: row;
    justify-content: center;
  }
  .footer-container1 {
    margin-right: var(--dl-space-space-fourunits);
  }
}
@media(max-width: 479px) {
  .footer-footer {
    padding-bottom: 0px;
  }
  .footer-footer1 {
    padding: var(--dl-space-space-unit);
  }
  .footer-container {
    align-items: center;
    flex-direction: column;
  }
  .footer-logo {
    margin-bottom: var(--dl-space-space-twounits);
  }
  .footer-image {
    margin-bottom: 0px;
  }
  .footer-text {
    margin-top: var(--dl-space-space-twounits);
    margin-bottom: var(--dl-space-space-twounits);
  }
  .footer-links-container {
    align-items: center;
    flex-direction: column;
  }
  .footer-container1 {
    width: 208px;
    margin-right: 0px;
  }
  .footer-company-container {
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .footer-navlink1 {
    margin-right: 0px;
  }
  .footer-navlink2 {
    margin-right: 0px;
  }
  .footer-navlink3 {
    margin-right: 0px;
  }
  .footer-navlink4 {
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-unit);
  }
  .footer-navlink5 {
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-unit);
  }
  .footer-container2 {
    margin-top: var(--dl-space-space-oneandhalfunits);
    align-items: center;
    margin-bottom: 0px;
  }
  .footer-contact {
    height: auto;
    align-self: center;
    align-items: center;
    margin-bottom: 0px;
    justify-content: flex-start;
  }
  .footer-socials {
    align-items: center;
  }
  .footer-text07 {
    text-align: center;
  }
}

.home-container {
  width: 100%;
  display: flex;
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  background-color: var(--dl-color-backgrounds-gray);
}
.home-main {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-hero {
  padding-top: var(--dl-space-space-twounits);
  padding-bottom: 0px;
}
.home-max-width {
  align-items: stretch;
}
.home-content-container {
  flex: 1;
  display: flex;
  min-width: 50%;
  align-items: flex-start;
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  justify-content: center;
}
.home-text {
  width: 90%;
  font-size: 52px;
  font-style: normal;
  font-family: Lexend;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 42px;
  text-transform: none;
  text-decoration: none;
}
.home-text02 {
  color: var(--dl-color-backgrounds-primary);
}
.home-input-container {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-fourunits);
  flex-direction: row;
}
.home-navlink {
  width: 231px;
  display: flex;
  align-items: center;
  line-height: 1;
  padding-top: 20px;
  white-space: nowrap;
  margin-right: var(--dl-space-space-oneandhalfunits);
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 20px;
  justify-content: center;
  text-decoration: none;
}
.home-text07 {
  color: var(--dl-color-grays-gray60);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.home-text09 {
  color: var(--dl-color-backgrounds-primary);
  font-style: normal;
  font-weight: 700;
  text-decoration: underline;
}
.home-text10 {
  color: var(--dl-color-backgrounds-primary);
  font-style: normal;
  font-weight: 700;
}
.home-features-container {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-feature {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  flex-direction: row;
}
.home-icon {
  fill: #62BF77;
  width: 17px;
  height: 17px;
  min-width: 17px;
  margin-right: 12px;
}
.home-text11 {
  color: var(--dl-color-grays-gray60);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.home-feature1 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  flex-direction: row;
}
.home-icon2 {
  fill: #62BF77;
  width: 17px;
  height: 17px;
  min-width: 17px;
  margin-right: 12px;
}
.home-text12 {
  color: var(--dl-color-grays-gray60);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.home-feature2 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.home-icon4 {
  fill: #62BF77;
  width: 17px;
  height: 17px;
  min-width: 17px;
  margin-right: 12px;
}
.home-text13 {
  color: var(--dl-color-grays-gray60);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.home-image-container {
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-image {
  width: 100%;
  max-width: 589px;
  object-fit: cover;
  margin-left: 45px;
}
.home-max-width1 {
  flex-direction: row;
  justify-content: flex-start;
}
.home-image-container1 {
  flex: 1;
  margin-right: var(--dl-space-space-oneandhalfunits);
}
.home-image1 {
  width: 100%;
  max-width: 640px;
  object-fit: cover;
  margin-left: -100px;
}
.home-content-container1 {
  flex: 1;
  display: flex;
  max-width: 446px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home-text14 {
  text-align: right;
  margin-bottom: 24px;
}
.home-text20 {
  color: var(--dl-color-backgrounds-primary);
}
.home-text23 {
  color: var(--dl-color-grays-gray100);
  font-size: 16px;
  font-style: normal;
  text-align: right;
  font-family: Lexend;
  font-weight: 300;
  line-height: 1.75;
  text-transform: none;
  text-decoration: none;
}
.home-max-width2 {
  flex-direction: row;
  justify-content: flex-start;
}
.home-content-container2 {
  flex: 1;
  display: flex;
  max-width: 446px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home-text25 {
  font-size: 42px;
  font-style: normal;
  font-family: Lexend;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 24px;
  text-transform: none;
  text-decoration: none;
}
.home-text27 {
  color: var(--dl-color-grays-black100);
}
.home-text29 {
  color: var(--dl-color-backgrounds-primary);
}
.home-text30 {
  color: var(--dl-color-grays-gray100);
  font-size: 16px;
  font-style: normal;
  text-align: left;
  font-family: Lexend;
  font-weight: 300;
  line-height: 1.75;
  text-transform: none;
  text-decoration: none;
}
.home-image-container2 {
  flex: 1;
  margin-left: var(--dl-space-space-oneandhalfunits);
}
.home-image2 {
  width: 100%;
  object-fit: cover;
  margin-left: 85px;
}
@media(max-width: 991px) {
  .home-max-width {
    flex-direction: column;
  }
  .home-content-container {
    margin-bottom: 42px;
    padding-right: 0px;
  }
  .home-input-container {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
  }
  .home-navlink {
    margin-bottom: var(--dl-space-space-twounits);
  }
  .home-image {
    max-width: 100%;
    margin-left: 0px;
  }
  .home-image1 {
    max-width: 100%;
    margin-left: 0px;
  }
  .home-content-container1 {
    margin-bottom: 42px;
    padding-right: 0px;
  }
  .home-text14 {
    width: 100%;
  }
  .home-content-container2 {
    margin-bottom: 42px;
    padding-right: 0px;
  }
  .home-image2 {
    max-width: 100%;
    margin-left: 0px;
  }
}
@media(max-width: 767px) {
  .home-content-container {
    align-items: center;
  }
  .home-text {
    text-align: center;
  }
  .home-max-width1 {
    flex-direction: column;
  }
  .home-image-container1 {
    width: 100%;
    margin-right: 0px;
  }
  .home-image1 {
    margin-bottom: var(--dl-space-space-twounits);
  }
  .home-content-container1 {
    max-width: 100%;
  }
  .home-max-width2 {
    flex-direction: column-reverse;
  }
  .home-content-container2 {
    max-width: 100%;
  }
  .home-image-container2 {
    width: 100%;
    margin-right: 0px;
  }
  .home-image2 {
    margin-bottom: var(--dl-space-space-twounits);
  }
}
@media(max-width: 479px) {
  .home-hero {
    padding-top: var(--dl-space-space-halfunit);
  }
  .home-max-width {
    margin-bottom: var(--dl-space-space-twounits);
  }
  .home-content-container {
    align-items: center;
  }
  .home-text {
    font-size: 42px;
    text-align: center;
  }
  .home-input-container {
    width: 100%;
    height: 106px;
    align-items: center;
    margin-bottom: var(--dl-space-space-oneandhalfunits);
    flex-direction: column;
    justify-content: flex-start;
  }
  .home-navlink {
    width: 80%;
    font-size: 20px;
    padding-top: var(--dl-space-space-unit);
    padding-left: var(--dl-space-space-unit);
    margin-bottom: var(--dl-space-space-halfunit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-unit);
  }
  .home-text07 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
  }
  .home-text14 {
    align-self: center;
    text-align: center;
  }
  .home-text23 {
    font-size: 20px;
    text-align: center;
  }
  .home-text25 {
    text-align: center;
  }
  .home-text30 {
    font-size: 20px;
    text-align: center;
  }
}
