.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
.home-header {
  flex: 1;
  width: var(--dl-size-size-maxwidth);
  height: auto;
  display: flex;
  max-width: 100%;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  border-color: #dadada;
  border-style: solid;
  border-width: 1px;
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: space-between;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 2px;
}
.home-link {
  display: contents;
}
.home-image {
  width: var(--dl-size-size-medium);
  height: auto;
  padding-right: var(--dl-space-space-twounits);
  text-decoration: none;
}
.home-container1 {
  flex: 1;
  width: auto;
  height: auto;
  display: flex;
  max-width: 100%;
  align-items: space-between;
  flex-direction: column;
}
.home-text {
  flex: 1;
  width: auto;
  height: auto;
  font-size: 2.5rem;
  max-width: 100%;
}
.home-text01 {
  color: rgb(129, 129, 129);
  width: auto;
  height: auto;
  font-size: 1.5em;
  max-width: 100%;
}
.home-btn-group {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.home-register {
  color: #ffffff;
  text-decoration: none;
  background-color: #000000;
}
.home-hero {
  width: 100%;
  height: 100%;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  max-width: var(--dl-size-size-maxwidth);
  margin-top: 0px;
  min-height: var(--dl-size-size-xsmall);
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.home-image1 {
  width: 25rem;
  object-fit: cover;
}
.home-container2 {
  height: 280px;
  display: flex;
  margin-left: var(--dl-space-space-twounits);
  flex-direction: column;
}
.home-text03 {
  font-size: 3rem;
}
.home-btn-group1 {
  display: flex;
  margin-top: var(--dl-space-space-unit);
  align-items: center;
  margin-bottom: var(--dl-space-space-unit);
  flex-direction: row;
}
.home-link1 {
  color: var(--dl-color-gray-white);
  transition: 0.3s;
  padding-top: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-twounits);
  padding-right: var(--dl-space-space-twounits);
  padding-bottom: var(--dl-space-space-unit);
  text-decoration: none;
  background-color: var(--dl-color-gray-black);
}
.home-link1:hover {
  transform: scale(1.02);
}
.home-text04 {
  color: rgb(0, 0, 0);
  font-size: autorem;
  margin-top: var(--dl-space-space-twounits);
  text-align: justify;
  margin-bottom: var(--dl-space-space-twounits);
  padding-right: 0px;
}
.home-text05 {
  color: #ff0000;
}
.home-hero1 {
  width: 100%;
  height: 100%;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  max-width: var(--dl-size-size-maxwidth);
  min-height: var(--dl-size-size-xsmall);
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  background-color: #f3f3f3;
}
.home-container3 {
  display: flex;
  margin-right: 0px;
  padding-right: var(--dl-space-space-threeunits);
  flex-direction: column;
}
.home-text09 {
  width: 480px;
  height: 119px;
  font-size: 2.5rem;
  max-width: 450px;
  align-self: flex-start;
}
.home-text13 {
  font-size: 1.75em;
}
.home-text14 {
  font-size: autorem;
  margin-top: var(--dl-space-space-twounits);
  text-align: justify;
  margin-right: 0px;
  margin-bottom: var(--dl-space-space-twounits);
}
.home-text25 {
  font-size: 1.75em;
}
.home-text28 {
  font-size: autorem;
  margin-top: var(--dl-space-space-twounits);
  text-align: justify;
  margin-right: 0px;
  margin-bottom: var(--dl-space-space-twounits);
}
.home-text47 {
  color: #ff0000;
}
.home-btn-group2 {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.home-link2 {
  color: rgb(255, 255, 255);
  transition: 0.3s;
  padding-top: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-twounits);
  padding-right: var(--dl-space-space-twounits);
  padding-bottom: var(--dl-space-space-unit);
  text-decoration: none;
  background-color: rgb(0, 0, 0);
}
.home-link2:hover {
  color: var(--dl-color-gray-white);
  background-color: var(--dl-color-gray-black);
}
.home-link3 {
  transition: 0.3s;
  margin-left: var(--dl-space-space-unit);
  padding-top: var(--dl-space-space-unit);
  border-color: transparent;
  padding-left: var(--dl-space-space-twounits);
  padding-right: var(--dl-space-space-twounits);
  padding-bottom: var(--dl-space-space-unit);
  text-decoration: none;
  background-color: #dfdfdf;
}
.home-link3:hover {
  border-color: var(--dl-color-gray-black);
}
.home-image2 {
  width: 400px;
  object-fit: cover;
}
.home-testimonial-card {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  max-width: var(--dl-size-size-maxwidth);
  background: #fff;
  align-items: center;
  border-color: #dadada;
  border-width: 1px;
  padding-right: 48px;
  justify-content: space-between;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 2px;
}
.home-testimonial {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}
.home-text51 {
  width: 480px;
  height: 92px;
  font-size: 2.5rem;
  max-width: 450px;
  align-self: flex-start;
}
.home-text54 {
  font-size: autorem;
  text-align: justify;
  margin-bottom: var(--dl-space-space-twounits);
}
.home-text55 {
  font-size: 1.5rem;
  font-weight: 600;
}
.home-text57 {
  color: #878787;
}
.home-text58 {
  color: #878787;
}
.home-testimonial-card1 {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  max-width: var(--dl-size-size-maxwidth);
  background: #fff;
  align-items: center;
  border-color: #dadada;
  border-width: 1px;
  padding-right: 48px;
  justify-content: space-between;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 2px;
}
.home-testimonial1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}
.home-text60 {
  font-size: autorem;
  text-align: justify;
  margin-bottom: var(--dl-space-space-twounits);
}
.home-text61 {
  font-size: 1.5rem;
  font-weight: 600;
}
.home-text63 {
  color: #878787;
}
.home-text64 {
  color: #878787;
}
.home-testimonial-card2 {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  max-width: var(--dl-size-size-maxwidth);
  background: #fff;
  align-items: center;
  border-color: #dadada;
  border-width: 1px;
  padding-right: 48px;
  justify-content: space-between;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 2px;
}
.home-testimonial2 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}
.home-text66 {
  color: var(--dl-color-gray-black);
  font-size: autorem;
  text-align: justify;
  margin-bottom: var(--dl-space-space-twounits);
}
.home-text67 {
  font-size: 1.5rem;
  font-weight: 600;
}
.home-text70 {
  color: #878787;
}
.home-testimonial-card3 {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  max-width: var(--dl-size-size-maxwidth);
  background: #fff;
  align-items: center;
  border-color: #dadada;
  border-width: 1px;
  padding-right: 48px;
  justify-content: space-between;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 2px;
}
.home-testimonial3 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}
.home-text72 {
  color: var(--dl-color-gray-black);
  font-size: autorem;
  text-align: justify;
  margin-bottom: var(--dl-space-space-twounits);
}
.home-text73 {
  font-size: 1.5rem;
  font-weight: 600;
}
.home-text75 {
  color: #878787;
}
.home-text76 {
  color: #878787;
}
.home-testimonial-card4 {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  max-width: var(--dl-size-size-maxwidth);
  background: #fff;
  align-items: center;
  border-color: #dadada;
  border-width: 1px;
  padding-right: 48px;
  justify-content: space-between;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 2px;
}
.home-testimonial4 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}
.home-text78 {
  color: var(--dl-color-gray-black);
  font-size: autorem;
  text-align: justify;
  margin-bottom: var(--dl-space-space-twounits);
}
.home-text79 {
  font-size: 1.5rem;
  font-weight: 600;
}
.home-text82 {
  color: #878787;
}
.home-testimonial-card5 {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  max-width: var(--dl-size-size-maxwidth);
  background: #fff;
  border-color: #dadada;
  border-width: 1px;
  padding-right: 48px;
  flex-direction: column;
  justify-content: center;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
}
.home-testimonial5 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}
.home-text84 {
  font-size: autorem;
  text-align: justify;
  margin-bottom: var(--dl-space-space-twounits);
}
.home-text85 {
  font-size: 1.5rem;
  font-weight: 600;
}
.home-text87 {
  color: #878787;
}
.home-text88 {
  color: #878787;
}
.home-footer {
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  border-color: #dadada;
  border-width: 1px;
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: space-between;
  border-top-width: 2px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
}
.home-link4 {
  display: contents;
}
.home-image3 {
  width: var(--dl-size-size-medium);
  height: auto;
  object-fit: cover;
  text-decoration: none;
}
.home-container4 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: space-between;
  flex-direction: column;
}
.home-contact {
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  justify-content: flex-start;
}
.home-text90 {
  font-weight: 700;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
}
.home-link5 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.home-container5 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: space-between;
  flex-direction: column;
}
.home-text91 {
  font-weight: 700;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
}
.home-icon-group {
  display: flex;
  align-self: flex-start;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.home-link6 {
  display: contents;
}
.home-icon {
  width: var(--dl-size-size-small);
  height: var(--dl-size-size-small);
  margin-right: var(--dl-space-space-twounits);
  text-decoration: none;
}
.home-link7 {
  display: contents;
}
.home-icon3 {
  width: var(--dl-size-size-small);
  height: var(--dl-size-size-small);
  margin-right: var(--dl-space-space-twounits);
  text-decoration: none;
}
.home-link8 {
  display: contents;
}
.home-icon5 {
  width: var(--dl-size-size-small);
  height: var(--dl-size-size-small);
  text-decoration: none;
}
@media(max-width: 1920px) {
  .home-image {
    width: var(--dl-size-size-medium);
  }
  .home-hero1 {
    flex-direction: row;
  }
  .home-testimonial-card5 {
    border-bottom-width: 0px;
  }
}
@media(max-width: 1200px) {
  .home-image {
    width: var(--dl-size-size-medium);
  }
  .home-text {
    font-size: 2.5rem;
  }
  .home-testimonial-card {
    padding-right: var(--dl-space-space-threeunits);
  }
  .home-testimonial-card1 {
    padding-right: var(--dl-space-space-threeunits);
  }
  .home-testimonial-card2 {
    padding-right: var(--dl-space-space-threeunits);
  }
  .home-testimonial-card3 {
    padding-right: var(--dl-space-space-threeunits);
  }
  .home-testimonial-card4 {
    padding-right: var(--dl-space-space-threeunits);
  }
  .home-testimonial-card5 {
    padding-right: var(--dl-space-space-threeunits);
  }
}
@media(max-width: 991px) {
  .home-header {
    height: auto;
  }
  .home-image {
    width: var(--dl-size-size-medium);
  }
  .home-hero {
    width: auto;
    height: auto;
    padding: var(--dl-space-space-threeunits);
    flex-direction: column;
  }
  .home-image1 {
    order: 2;
    width: 100%;
    height: auto;
  }
  .home-container2 {
    width: auto;
    height: auto;
    align-items: center;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-twounits);
  }
  .home-text03 {
    height: auto;
    text-align: center;
  }
  .home-btn-group1 {
    width: auto;
    height: auto;
  }
  .home-link1 {
    width: auto;
    height: auto;
  }
  .home-text04 {
    color: rgb(0, 0, 0);
    width: auto;
    height: auto;
    text-align: justify;
    padding-left: 0px;
    padding-right: 0px;
  }
  .home-hero1 {
    width: auto;
    height: auto;
    flex-direction: column;
  }
  .home-container3 {
    width: auto;
    height: auto;
    align-items: center;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-twounits);
    padding-right: 0px;
  }
  .home-text09 {
    width: auto;
    height: auto;
    font-size: 1.75rem;
    align-self: center;
    text-align: center;
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-text14 {
    width: auto;
    height: auto;
    text-align: justify;
    padding-left: 0px;
    padding-right: 0px;
  }
  .home-text28 {
    width: auto;
    height: auto;
    text-align: justify;
    padding-left: 0px;
    padding-right: 0px;
  }
  .home-btn-group2 {
    height: auto;
  }
  .home-link2 {
    height: auto;
  }
  .home-link3 {
    height: auto;
  }
  .home-image2 {
    width: auto;
    height: auto;
  }
  .home-testimonial-card {
    height: auto;
  }
  .home-testimonial {
    height: auto;
    margin-right: 0px;
  }
  .home-text51 {
    width: auto;
    height: auto;
    align-self: center;
    text-align: center;
  }
  .home-text54 {
    height: auto;
    text-align: justify;
  }
  .home-text55 {
    height: auto;
  }
  .home-testimonial-card1 {
    height: auto;
  }
  .home-testimonial1 {
    height: auto;
    margin-right: 0px;
  }
  .home-text60 {
    height: auto;
    text-align: justify;
  }
  .home-text61 {
    height: auto;
  }
  .home-testimonial-card2 {
    height: auto;
  }
  .home-testimonial2 {
    height: auto;
    margin-right: 0px;
  }
  .home-text66 {
    height: auto;
    text-align: justify;
  }
  .home-text67 {
    height: auto;
  }
  .home-testimonial-card3 {
    height: auto;
  }
  .home-testimonial3 {
    height: auto;
    margin-right: 0px;
  }
  .home-text72 {
    height: auto;
    text-align: justify;
  }
  .home-text73 {
    height: auto;
  }
  .home-testimonial-card4 {
    height: auto;
  }
  .home-testimonial4 {
    height: auto;
    margin-right: 0px;
  }
  .home-text78 {
    height: auto;
    text-align: justify;
  }
  .home-text79 {
    height: auto;
  }
  .home-testimonial-card5 {
    height: auto;
    border-bottom-width: 0px;
  }
  .home-testimonial5 {
    height: auto;
    margin-right: 0px;
  }
  .home-text84 {
    height: auto;
    text-align: justify;
  }
  .home-text85 {
    height: auto;
  }
  .home-image3 {
    height: auto;
  }
}
@media(max-width: 767px) {
  .home-header {
    height: auto;
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-image {
    width: var(--dl-size-size-medium);
  }
  .home-btn-group {
    display: none;
  }
  .home-hero {
    height: auto;
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-image1 {
    width: 80%;
    height: auto;
  }
  .home-container2 {
    height: auto;
  }
  .home-text03 {
    height: auto;
  }
  .home-btn-group1 {
    height: auto;
  }
  .home-link1 {
    height: auto;
  }
  .home-text04 {
    height: auto;
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
  .home-hero1 {
    height: auto;
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-container3 {
    height: auto;
  }
  .home-text09 {
    height: auto;
    font-size: 1.75rem;
  }
  .home-text13 {
    font-size: 1.5rem;
  }
  .home-text14 {
    height: auto;
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
  .home-text25 {
    font-size: 1.5em;
    text-align: center;
  }
  .home-text28 {
    height: auto;
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
  .home-btn-group2 {
    height: auto;
  }
  .home-link2 {
    color: #ffffff;
    height: auto;
    background-color: #000000;
  }
  .home-link3 {
    height: auto;
  }
  .home-image2 {
    width: 80%;
    height: auto;
  }
  .home-testimonial-card {
    height: auto;
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-testimonial {
    height: auto;
    margin-right: 0px;
  }
  .home-text51 {
    height: 76px;
  }
  .home-text54 {
    height: auto;
    margin-left: var(--dl-space-space-unit);
    margin-right: var(--dl-space-space-unit);
  }
  .home-text55 {
    height: auto;
  }
  .home-testimonial-card1 {
    height: auto;
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-testimonial1 {
    height: auto;
    margin-right: 0px;
  }
  .home-text60 {
    height: auto;
    margin-left: var(--dl-space-space-unit);
    margin-right: var(--dl-space-space-unit);
  }
  .home-text61 {
    height: auto;
  }
  .home-testimonial-card2 {
    height: auto;
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-testimonial2 {
    height: auto;
    margin-right: 0px;
  }
  .home-text66 {
    height: auto;
    margin-left: var(--dl-space-space-unit);
    margin-right: var(--dl-space-space-unit);
  }
  .home-text67 {
    height: auto;
  }
  .home-testimonial-card3 {
    height: auto;
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-testimonial3 {
    height: auto;
    margin-right: 0px;
  }
  .home-text72 {
    height: auto;
    margin-left: var(--dl-space-space-unit);
    margin-right: var(--dl-space-space-unit);
  }
  .home-text73 {
    height: auto;
  }
  .home-testimonial-card4 {
    height: auto;
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-testimonial4 {
    height: auto;
    margin-right: 0px;
  }
  .home-text78 {
    height: auto;
    margin-left: var(--dl-space-space-unit);
    margin-right: var(--dl-space-space-unit);
  }
  .home-text79 {
    height: auto;
  }
  .home-testimonial-card5 {
    height: auto;
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-testimonial5 {
    height: auto;
    margin-right: 0px;
  }
  .home-text84 {
    height: auto;
    margin-left: var(--dl-space-space-unit);
    margin-right: var(--dl-space-space-unit);
  }
  .home-text85 {
    height: auto;
  }
  .home-footer {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-image3 {
    width: var(--dl-size-size-small);
  }
}
@media(max-width: 400px) {
  .home-header {
    padding: var(--dl-space-space-unit);
  }
  .home-image {
    width: var(--dl-size-size-medium);
  }
  .home-text {
    width: 100%;
  }
  .home-text01 {
    width: 100%;
    height: 100%;
    font-size: 1.5em;
  }
  .home-hero {
    height: auto;
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-twounits);
  }
  .home-image1 {
    height: auto;
  }
  .home-container2 {
    height: auto;
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-btn-group1 {
    flex-direction: column;
  }
  .home-text04 {
    color: rgb(0, 0, 0);
    height: auto;
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
  .home-hero1 {
    height: auto;
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-twounits);
  }
  .home-container3 {
    height: auto;
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-text09 {
    height: auto;
    font-size: 1.75rem;
  }
  .home-text13 {
    font-size: 1.5em;
    text-align: center;
  }
  .home-text14 {
    height: auto;
  }
  .home-text25 {
    font-size: 1.5em;
    text-align: center;
  }
  .home-text28 {
    height: auto;
  }
  .home-btn-group2 {
    height: auto;
    flex-direction: column;
  }
  .home-link2 {
    height: auto;
  }
  .home-link3 {
    height: auto;
    margin-top: var(--dl-space-space-unit);
    margin-left: 0px;
    background-color: #dfdfdf;
  }
  .home-image2 {
    height: auto;
  }
  .home-testimonial-card {
    height: auto;
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    flex-direction: column;
    padding-bottom: var(--dl-space-space-twounits);
  }
  .home-testimonial {
    height: auto;
    align-items: center;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-text51 {
    height: 75px;
  }
  .home-text54 {
    height: auto;
    text-align: justify;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
  .home-text55 {
    height: auto;
  }
  .home-testimonial-card1 {
    height: auto;
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    flex-direction: column;
    padding-bottom: var(--dl-space-space-twounits);
  }
  .home-testimonial1 {
    height: auto;
    align-items: center;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-text60 {
    height: auto;
    text-align: justify;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
  .home-text61 {
    height: auto;
  }
  .home-testimonial-card2 {
    height: auto;
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    flex-direction: column;
    padding-bottom: var(--dl-space-space-twounits);
  }
  .home-testimonial2 {
    height: auto;
    align-items: center;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-text66 {
    height: auto;
    text-align: justify;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
  .home-text67 {
    height: auto;
  }
  .home-testimonial-card3 {
    height: auto;
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    flex-direction: column;
    padding-bottom: var(--dl-space-space-twounits);
  }
  .home-testimonial3 {
    height: auto;
    align-items: center;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-text72 {
    height: auto;
    text-align: justify;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
  .home-text73 {
    height: auto;
  }
  .home-testimonial-card4 {
    height: auto;
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    flex-direction: column;
    padding-bottom: var(--dl-space-space-twounits);
  }
  .home-testimonial4 {
    height: auto;
    align-items: center;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-text78 {
    height: auto;
    text-align: justify;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
  .home-text79 {
    height: auto;
  }
  .home-testimonial-card5 {
    height: auto;
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    flex-direction: column;
    padding-bottom: var(--dl-space-space-twounits);
  }
  .home-testimonial5 {
    height: auto;
    align-items: center;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-text84 {
    height: auto;
    text-align: justify;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
  .home-text85 {
    height: auto;
  }
  .home-footer {
    padding: var(--dl-space-space-unit);
    flex-direction: column;
  }
  .home-image3 {
    width: var(--dl-size-size-small);
    height: auto;
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-contact {
    align-items: flex-start;
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-link5 {
    text-decoration: underline;
  }
  .home-icon-group {
    width: 246px;
    height: 52px;
  }
  .home-icon {
    width: var(--dl-size-size-small);
    height: var(--dl-size-size-small);
  }
  .home-icon3 {
    width: var(--dl-size-size-small);
    height: var(--dl-size-size-small);
  }
  .home-icon5 {
    width: var(--dl-size-size-small);
    height: var(--dl-size-size-small);
  }
}
