.n-service-wrapper {
  display: contents;
}
 
.n-service-container1 {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  background-color: #ffffff;
}
 
.n-service-navbar-interactive {
  width: 100%;
  display: flex;
  z-index: 100;
  position: relative;
  align-items: center;
  padding-top: var(--dl-layout-space-twounits);
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-threeunits);
  padding-bottom: var(--dl-layout-space-twounits);
  justify-content: space-between;
}
 
.n-service-navlink {
  display: contents;
}
 
.n-service-image {
  width: 219px;
  height: 74px;
  object-fit: cover;
  text-decoration: none;
}
 
.n-service-container2 {
  top: 100px;
  right: 0px;
  width: 35%;
  display: none;
  padding: var(--dl-layout-space-oneandhalfunits);
  grid-gap: var(--dl-layout-space-halfunit);
  position: absolute;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  animation-name: fadeInDown;
  animation-delay: 0s;
  background-color: var(--dl-color-theme-neutral-light);
  animation-duration: 300ms;
  animation-direction: normal;
  grid-template-columns: 1fr;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.n-service-menu-item1 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  cursor: pointer;
  display: flex;
  padding: var(--dl-layout-space-oneandhalfunits);
  align-self: stretch;
  align-items: center;
  text-decoration: none;
}
 
.n-service-page1-image1 {
  width: 100px;
  height: 100px;
}
 
.n-service-content1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.n-service-page11 {
  font-style: normal;
  font-weight: 600;
}
 
.n-service-menu-item2 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  cursor: pointer;
  display: flex;
  padding: var(--dl-layout-space-oneandhalfunits);
  align-self: stretch;
  align-items: center;
  text-decoration: none;
}
 
.n-service-page2-image1 {
  width: 100px;
  height: 100px;
}
 
.n-service-content2 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.n-service-page21 {
  font-style: normal;
  font-weight: 600;
}
 
.n-service-menu-item3 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  cursor: pointer;
  display: flex;
  padding: var(--dl-layout-space-oneandhalfunits);
  align-self: stretch;
  align-items: center;
  text-decoration: none;
}
 
.n-service-page3-image1 {
  width: 100px;
  height: 100px;
}
 
.n-service-content3 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.n-service-page31 {
  font-style: normal;
  font-weight: 600;
}
 
.n-service-menu-item4 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  cursor: pointer;
  display: flex;
  padding: var(--dl-layout-space-oneandhalfunits);
  align-self: stretch;
  align-items: center;
  text-decoration: none;
}
 
.n-service-page4-image1 {
  width: 100px;
  height: 100px;
}
 
.n-service-content4 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.n-service-page41 {
  font-style: normal;
  font-weight: 600;
}
 
.n-service-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
 
.n-service-links1 {
  gap: var(--dl-layout-space-twounits);
  flex: 1;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
 
.n-service-link11 {
  transition: 0.3s;
  text-decoration: none;
}
 
.n-service-link11:hover {
  color: #7bbb68;
}
 
.n-service-link21 {
  text-decoration: none;
}
 
.n-service-link31 {
  text-decoration: none;
}
 
.n-service-link5-dropdown-trigger {
  gap: 4px;
  cursor: pointer;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
 
.n-service-link51 {
  text-decoration: none;
}
 
.n-service-icon-container1 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
 
.n-service-container3 {
  display: flex;
  align-items: center;
  animation-name: rotateInDownLeft;
  flex-direction: row;
  animation-delay: 0s;
  justify-content: flex-end;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.n-service-icon10 {
  width: 24px;
  height: 24px;
}
 
.n-service-link32 {
  margin-left: var(--dl-layout-space-unit);
  text-decoration: none;
}
 
.n-service-burger-menu {
  display: none;
}
 
.n-service-icon12 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.n-service-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: var(--dl-layout-space-twounits);
  z-index: 100;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.n-service-nav {
  display: flex;
  align-items: stretch;
  flex-direction: column;
}
 
.n-service-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-threeunits);
  justify-content: space-between;
}
 
.n-service-logo {
  height: 3rem;
}
 
.n-service-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.n-service-icon14 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.n-service-links2 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  align-self: flex-start;
  flex-direction: column;
}
 
.n-service-link12 {
  text-decoration: none;
}
 
.n-service-link22 {
  text-decoration: none;
}
 
.n-service-link4 {
  text-decoration: none;
}
 
.n-service-link5-accordion {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.n-service-trigger {
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
 
.n-service-link52 {
  text-decoration: none;
}
 
.n-service-icon-container2 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
 
.n-service-container4 {
  display: none;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
 
.n-service-icon16 {
  width: 24px;
  height: 24px;
}
 
.n-service-container5 {
  display: none;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
 
.n-service-icon18 {
  width: 24px;
  height: 24px;
}
 
.n-service-container6 {
  width: 100%;
  display: none;
  grid-gap: var(--dl-layout-space-halfunit);
  grid-template-columns: 1fr;
}
 
.n-service-menu-item5 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  cursor: pointer;
  display: flex;
  padding: var(--dl-layout-space-oneandhalfunits);
  align-self: stretch;
  align-items: center;
  flex-shrink: 0;
}
 
.n-service-page1-image2 {
  width: 50px;
  height: 50px;
}
 
.n-service-content5 {
  width: 340px;
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.n-service-page12 {
  font-style: normal;
  font-weight: 600;
}
 
.n-service-menu-item6 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  cursor: pointer;
  display: flex;
  padding: var(--dl-layout-space-oneandhalfunits);
  align-self: stretch;
  align-items: center;
  flex-shrink: 0;
}
 
.n-service-page2-image2 {
  width: 50px;
  height: 50px;
}
 
.n-service-content6 {
  width: 340px;
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.n-service-page22 {
  font-style: normal;
  font-weight: 600;
}
 
.n-service-menu-item7 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  cursor: pointer;
  display: flex;
  padding: var(--dl-layout-space-oneandhalfunits);
  align-self: stretch;
  align-items: center;
  flex-shrink: 0;
}
 
.n-service-page3-image2 {
  width: 50px;
  height: 50px;
}
 
.n-service-content7 {
  width: 340px;
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.n-service-page32 {
  font-style: normal;
  font-weight: 600;
}
 
.n-service-menu-item8 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  cursor: pointer;
  display: flex;
  padding: var(--dl-layout-space-oneandhalfunits);
  align-self: stretch;
  align-items: center;
  flex-shrink: 0;
}
 
.n-service-page4-image2 {
  width: 50px;
  height: 50px;
}
 
.n-service-content8 {
  width: 340px;
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.n-service-page42 {
  font-style: normal;
  font-weight: 600;
}
 
.n-service-icon-group {
  gap: var(--dl-layout-space-twounits);
  display: flex;
}
 
.n-service-icon20 {
  height: var(--dl-layout-size-xsmall);
}
 
.n-service-icon22 {
  height: var(--dl-layout-size-xsmall);
}
 
.n-service-icon24 {
  height: var(--dl-layout-size-xsmall);
}
 
.service-fragment29 {
  display: contents;
}
 
.service-text29 {
  display: inline-block;
}
 
.service-fragment20 {
  display: contents;
}
 
.service-text20 {
  display: inline-block;
}
 
.service-fragment15 {
  display: contents;
}
 
.service-text15 {
  display: inline-block;
}
 
.service-fragment31 {
  display: contents;
}
 
.service-text31 {
  display: inline-block;
}
 
.service-fragment30 {
  display: contents;
}
 
.service-text30 {
  display: inline-block;
}
 
.service-fragment27 {
  display: contents;
}
 
.service-text27 {
  display: inline-block;
}
 
.service-fragment25 {
  display: contents;
}
 
.service-text25 {
  display: inline-block;
}
 
.service-fragment22 {
  display: contents;
}
 
.service-text22 {
  display: inline-block;
}
 
.service-fragment16 {
  display: contents;
}
 
.service-text16 {
  display: inline-block;
}
 
.service-fragment21 {
  display: contents;
}
 
.service-text21 {
  display: inline-block;
}
 
.service-fragment18 {
  display: contents;
}
 
.service-text18 {
  display: inline-block;
}
 
.service-fragment13 {
  display: contents;
}
 
.service-text13 {
  display: inline-block;
}
 
.service-fragment12 {
  display: contents;
}
 
.service-text12 {
  display: inline-block;
}
 
.service-fragment24 {
  display: contents;
}
 
.service-text24 {
  display: inline-block;
}
 
.service-fragment23 {
  display: contents;
}
 
.service-text23 {
  display: inline-block;
}
 
.service-fragment32 {
  display: contents;
}
 
.service-text32 {
  display: inline-block;
}
 
.service-fragment33 {
  display: contents;
}
 
.service-text33 {
  display: inline-block;
}
 
.service-fragment10 {
  display: contents;
}
 
.service-text10 {
  display: inline-block;
}
 
.service-fragment17 {
  display: contents;
}
 
.service-text17 {
  display: inline-block;
}
 
.service-fragment14 {
  display: contents;
}
 
.service-text14 {
  display: inline-block;
}
 
.service-fragment28 {
  display: contents;
}
 
.service-text28 {
  display: inline-block;
}
 
.service-fragment11 {
  display: contents;
}
 
.service-text11 {
  display: inline-block;
}
 
.service-fragment19 {
  display: contents;
}
 
.service-text19 {
  display: inline-block;
}
 
.service-fragment26 {
  display: contents;
}
 
.service-text26 {
  display: inline-block;
}
 
@media(max-width: 991px) {
  .n-service-image {
    width: 107px;
    height: 58px;
  }
  .n-service-container2 {
    width: 50%;
  }
}
 
@media(max-width: 767px) {
  .n-service-navbar-interactive {
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
  }
  .n-service-container2 {
    display: none;
  }
  .n-service-desktop-menu {
    display: none;
  }
  .n-service-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
 
@media(max-width: 479px) {
  .n-service-navbar-interactive {
    padding: var(--dl-layout-space-unit);
  }
  .n-service-mobile-menu {
    padding: var(--dl-layout-space-unit);
  }
}

.hero91-wrapper {
  display: contents;
}
 
.hero91-header30 {
  gap: var(--dl-layout-space-twounits);
  height: 323px;
}
 
.hero91-image {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 311px;
  position: absolute;
  object-fit: cover;
}
 
.hero91-container {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 0px;
  height: 100%;
  display: flex;
  position: absolute;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(255,255,255,0.7);
}
 
.hero91-content {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.hero91-text1 {
  font-size: 60px;
  align-self: center;
  text-align: center;
}
 
.service-fragment34 {
  display: contents;
}
 
.service-text34 {
  display: inline-block;
  font-family: "Noto Sans";
}
 
@media(max-width: 991px) {
  .hero91-text1 {
    text-align: center;
  }
}

.testimonial16-wrapper {
  display: contents;
}
 
.testimonial16-max-width1 {
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.testimonial16-container10 {
  gap: var(--dl-layout-space-unit);
  width: auto;
  display: flex;
  max-width: auto;
  align-items: center;
  margin-bottom: var(--dl-layout-space-fourunits);
  flex-direction: column;
}
 
.testimonial16-max-width2 {
  display: flex;
  overflow: hidden;
  align-self: center;
  align-items: center;
  flex-direction: column;
}
 
.testimonial16-text10 {
  fill: transparent;
  color: #4da488;
  width: 800px;
  font-size: 50px;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #ffffff;
}
 
.testimonial16-container11 {
  gap: var(--dl-layout-space-halfunit);
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  max-width: 600px;
  align-items: center;
  margin-bottom: var(--dl-layout-space-fourunits);
  flex-direction: column;
}
 
.testimonial16-container12 {
  width: 100%;
}
 
.testimonial16-card1 {
  color: var(--dl-color-theme-neutral-light);
  width: auto;
  height: 445px;
  display: flex;
  overflow: hidden;
  align-self: flex-start;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  align-items: center;
  border-radius: var(--dl-layout-radius-inputradius);
  flex-direction: column;
  justify-content: center;
  background-image: linear-gradient(90deg, rgb(77, 164, 136) 0.00%,rgb(131, 195, 102) 98.00%);
}
 
.testimonial16-image1 {
  width: 424px;
  height: 50%;
  object-fit: cover;
  border-radius: var(--dl-layout-radius-radius8);
}
 
.testimonial16-text11 {
  font-size: 18px;
  text-align: justify;
}
 
.testimonial16-card2 {
  color: var(--dl-color-theme-neutral-light);
  width: auto;
  height: 445px;
  display: flex;
  align-self: flex-start;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  align-items: center;
  border-radius: var(--dl-layout-radius-inputradius);
  flex-direction: column;
  justify-content: center;
  background-image: linear-gradient(90deg, rgb(77, 164, 136) 1.00%,rgb(131, 195, 102) 100.00%);
}
 
.testimonial16-image2 {
  width: 438px;
  height: 192px;
  object-fit: cover;
  border-radius: var(--dl-layout-radius-radius8);
}
 
.testimonial16-text12 {
  font-size: 18px;
  text-align: justify;
}
 
.testimonial16-text13 {
  fill: #2a8e09;
  color: #2a8e09;
  width: 800px;
  font-size: 50px;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  font-style: normal;
  margin-top: var(--dl-layout-space-unit);
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #ffffff;
}
 
.testimonial16-container14 {
  flex: 1;
  height: var(--dl-layout-size-xxlarge);
  display: flex;
  align-self: flex-start;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  transition: 0.3s;
  align-items: flex-start;
  border-radius: var(--dl-layout-radius-inputradius);
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  background-color: #ffffff;
}
 
.testimonial16-container14:hover {
  box-shadow: 5px 5px 10px 0px #868686;
  background-color: transparent;
}
 
.testimonial16-container15 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.testimonial16-container16 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.testimonial16-text14 {
  fill: #357d1c;
  color: rgb(53, 125, 28);
  font-size: 35px;
  font-style: normal;
  font-weight: 800;
}
 
.testimonial16-button1 {
  fill: transparent;
  color: transparent;
  transition: 0.3s;
  padding-left: 0px;
  padding-right: 0px;
}
 
.testimonial16-button1:hover {
  color: #ffffff;
  border-color: rgba(230, 81, 3, 0);
  border-width: 0px;
  text-decoration: underline;
  background-color: transparent;
}
 
.testimonial16-action21 {
  color: rgb(53, 125, 28);
  font-size: 18px;
  transition: 0.3s;
}
 
.testimonial16-action21:hover {
  text-decoration: underline;
}
 
.testimonial16-icon10 {
  fill: #357d1c;
  width: 27px;
  height: 27px;
}
 
.testimonial16-container17 {
  flex: 1;
  width: 100%;
  height: var(--dl-layout-size-xxlarge);
  display: flex;
  align-self: flex-start;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  transition: 0.3s;
  align-items: flex-start;
  border-radius: var(--dl-layout-radius-inputradius);
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  background-color: var(--dl-color-theme-accent1);
}
 
.testimonial16-container17:hover {
  box-shadow: 5px 5px 10px 0px #868686;
  background-color: transparent;
}
 
.testimonial16-container18 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.testimonial16-container19 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.testimonial16-text15 {
  fill: #357d1c;
  color: rgb(53, 125, 28);
  font-size: 35px;
  transition: 0.3s;
  font-weight: 700;
}
 
.testimonial16-text15:focus-within {
  color: #ffffff;
}
 
.testimonial16-button2 {
  fill: transparent;
  color: transparent;
  font-size: 18px;
  transition: 0.3s;
  border-width: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
 
.testimonial16-button2:hover {
  border-color: rgba(230, 81, 3, 0);
  border-width: none;
  background-color: transparent;
}
 
.testimonial16-action22 {
  color: rgb(53, 125, 28);
  font-size: 18px;
  transition: 0.3s;
}
 
.testimonial16-action22:hover {
  text-decoration: underline;
}
 
.testimonial16-icon12 {
  fill: #357d1c;
}
 
.testimonial16-container20 {
  flex: 1;
  width: 100%;
  height: var(--dl-layout-size-xxlarge);
  display: flex;
  align-self: flex-start;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  transition: 0.3s;
  align-items: flex-start;
  border-radius: var(--dl-layout-radius-inputradius);
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  background-color: var(--dl-color-theme-accent1);
}
 
.testimonial16-container20:hover {
  box-shadow: 5px 5px 10px 0px #868686;
  background-color: transparent;
}
 
.testimonial16-container21 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.testimonial16-container22 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.testimonial16-text16 {
  fill: #357d1c;
  color: rgb(53, 125, 28);
  font-size: 35px;
  font-weight: 700;
}
 
.testimonial16-button3 {
  fill: transparent;
  color: transparent;
  transition: 0.3s;
  padding-left: 0px;
  padding-right: 0px;
}
 
.testimonial16-button3:hover {
  color: #7bbb68;
  border-color: rgba(123, 187, 104, 0);
  border-width: 0px;
  animation-name: bounce;
  animation-delay: 0s;
  background-color: transparent;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.testimonial16-action23 {
  color: rgb(53, 125, 28);
  font-size: 18px;
  transition: 0.3s;
}
 
.testimonial16-action23:hover {
  text-decoration: underline;
}
 
.testimonial16-icon14 {
  fill: #357d1c;
}
 
.testimonial16-container23 {
  flex: 1;
  width: 100%;
  height: var(--dl-layout-size-xxlarge);
  display: flex;
  align-self: flex-start;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  transition: 0.3s;
  align-items: flex-start;
  border-radius: var(--dl-layout-radius-inputradius);
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  background-color: var(--dl-color-theme-accent1);
}
 
.testimonial16-container23:hover {
  box-shadow: 5px 5px 10px 0px #868686;
  background-color: transparent;
}
 
.testimonial16-container24 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.testimonial16-container25 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.testimonial16-text17 {
  fill: #357d1c;
  color: rgb(53, 125, 28);
  font-size: 35px;
  font-weight: 700;
}
 
.testimonial16-button4 {
  fill: transparent;
  color: #7bbb68;
  transition: 0.3s;
  border-width: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
 
.testimonial16-button4:hover {
  border-color: rgba(255, 255, 255, 0);
  border-width: 0px;
  text-decoration: underline;
  background-color: transparent;
}
 
.testimonial16-action24 {
  color: rgb(53, 125, 28);
  font-size: 18px;
  transition: 0.3s;
}
 
.testimonial16-action24:hover {
  text-decoration: underline;
}
 
.testimonial16-icon16 {
  fill: #357d1c;
}
 
.testimonial16-container26 {
  flex: 1;
  height: var(--dl-layout-size-xxlarge);
  display: flex;
  align-self: flex-start;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  transition: 0.3s;
  align-items: flex-start;
  border-radius: var(--dl-layout-radius-inputradius);
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  background-color: var(--dl-color-theme-accent1);
}
 
.testimonial16-container26:hover {
  box-shadow: 5px 5px 10px 0px #868686;
  background-color: transparent;
}
 
.testimonial16-container27 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.testimonial16-container28 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.testimonial16-text18 {
  fill: #357d1c;
  color: rgb(53, 125, 28);
  font-size: 35px;
  font-weight: 700;
}
 
.testimonial16-button5 {
  fill: transparent;
  color: transparent;
  transition: 0.3s;
  border-width: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
 
.testimonial16-button5:hover {
  color: #7bbb68;
  border-color: #ffffff;
  border-width: 0px;
  background-color: rgba(0, 0, 0, 0);
}
 
.testimonial16-action25 {
  color: rgb(53, 125, 28);
  font-size: 18px;
  transition: 0.3s;
}
 
.testimonial16-action25:hover {
  text-decoration: underline;
}
 
.testimonial16-icon18 {
  fill: #357d1c;
}
 
.service-fragment36 {
  display: contents;
}
 
.service-text36 {
  display: inline-block;
}
 
.service-fragment38 {
  display: contents;
}
 
.service-text38 {
  display: inline-block;
}
 
.service-fragment37 {
  display: contents;
}
 
.service-text37 {
  display: inline-block;
}
 
.service-fragment35 {
  display: contents;
}
 
.service-text35 {
  display: inline-block;
}
 
@media(max-width: 991px) {
  .testimonial16-container10 {
    margin-bottom: var(--dl-layout-space-threeunits);
  }
  .testimonial16-max-width2 {
    flex-direction: column;
  }
  .testimonial16-container11 {
    margin-bottom: var(--dl-layout-space-threeunits);
  }
  .service-text35 {
    font-size: 40px;
  }
}
 
@media(max-width: 767px) {
  .testimonial16-container10 {
    margin-bottom: var(--dl-layout-space-oneandhalfunits);
  }
  .testimonial16-text10 {
    width: auto;
  }
  .testimonial16-container11 {
    margin-bottom: var(--dl-layout-space-oneandhalfunits);
  }
  .testimonial16-card1 {
    width: 100%;
    height: auto;
  }
  .testimonial16-card2 {
    width: 100%;
    height: 100%;
  }
  .testimonial16-image2 {
    height: 421px;
  }
  .testimonial16-text13 {
    width: auto;
  }
  .testimonial16-container14 {
    width: 100%;
  }
  .testimonial16-container17 {
    width: 100%;
  }
  .testimonial16-container20 {
    width: 100%;
  }
  .testimonial16-container23 {
    width: 100%;
  }
  .testimonial16-container26 {
    width: 100%;
  }
  .service-text36 {
    font-size: 40px;
  }
}
 
@media(max-width: 479px) {
  .testimonial16-container10 {
    width: auto;
    align-self: stretch;
  }
  .testimonial16-text10 {
    font-size: 40px;
  }
  .service-text36 {
    font-size: 30px;
  }
}

.footer3-wrapper {
  display: contents;
}
 
.footer3-footer4 {
  gap: 80px;
  width: 100%;
  height: 83px;
  display: flex;
  overflow: hidden;
  position: relative;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  align-items: center;
  flex-shrink: 0;
  padding-top: var(--dl-layout-space-halfunit);
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  padding-left: var(--dl-layout-space-fiveunits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
}
 
.footer3-max-width {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.footer3-content {
  gap: 32px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}
 
.footer3-logo {
  gap: 24px;
  width: auto;
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.footer3-navlink {
  display: contents;
}
 
.footer3-image1 {
  width: 160px;
  height: 75px;
  text-decoration: none;
}
 
.footer3-text1 {
  font-size: 23px;
  align-self: center;
}
 
.service-fragment39 {
  display: contents;
}
 
.service-text39 {
  display: inline-block;
  position: sticky;
}
 
@media(max-width: 991px) {
  .footer3-logo {
    width: auto;
  }
}
 
@media(max-width: 767px) {
  .footer3-content {
    height: 64px;
    align-self: center;
    flex-direction: column;
  }
  .footer3-image1 {
    height: 93px;
    display: flex;
    margin-top: var(--dl-layout-space-oneandhalfunits);
    margin-bottom: 0px;
    flex-direction: column;
    justify-content: center;
  }
}
 
@media(max-width: 479px) {
  .footer3-footer4 {
    height: 107px;
  }
  .footer3-max-width {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .footer3-content {
    width: 100%;
    height: 75px;
    align-self: center;
  }
  .footer3-image1 {
    display: flex;
    align-self: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}

.service-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
 
.service-fragment10 {
  display: contents;
}
 
.service-text10 {
  display: inline-block;
}
 
.service-fragment11 {
  display: contents;
}
 
.service-text11 {
  display: inline-block;
}
 
.service-fragment12 {
  display: contents;
}
 
.service-text12 {
  display: inline-block;
}
 
.service-fragment13 {
  display: contents;
}
 
.service-text13 {
  display: inline-block;
}
 
.service-fragment14 {
  display: contents;
}
 
.service-text14 {
  display: inline-block;
}
 
.service-fragment15 {
  display: contents;
}
 
.service-text15 {
  display: inline-block;
}
 
.service-fragment16 {
  display: contents;
}
 
.service-text16 {
  display: inline-block;
}
 
.service-fragment17 {
  display: contents;
}
 
.service-text17 {
  display: inline-block;
}
 
.service-fragment18 {
  display: contents;
}
 
.service-text18 {
  display: inline-block;
}
 
.service-fragment19 {
  display: contents;
}
 
.service-text19 {
  display: inline-block;
}
 
.service-fragment20 {
  display: contents;
}
 
.service-text20 {
  display: inline-block;
}
 
.service-fragment21 {
  display: contents;
}
 
.service-text21 {
  display: inline-block;
}
 
.service-fragment22 {
  display: contents;
}
 
.service-text22 {
  display: inline-block;
}
 
.service-fragment23 {
  display: contents;
}
 
.service-text23 {
  display: inline-block;
}
 
.service-fragment24 {
  display: contents;
}
 
.service-text24 {
  display: inline-block;
}
 
.service-fragment25 {
  display: contents;
}
 
.service-text25 {
  display: inline-block;
}
 
.service-fragment26 {
  display: contents;
}
 
.service-text26 {
  display: inline-block;
}
 
.service-fragment27 {
  display: contents;
}
 
.service-text27 {
  display: inline-block;
}
 
.service-fragment28 {
  display: contents;
}
 
.service-text28 {
  display: inline-block;
}
 
.service-fragment29 {
  display: contents;
}
 
.service-text29 {
  display: inline-block;
}
 
.service-fragment30 {
  display: contents;
}
 
.service-text30 {
  display: inline-block;
}
 
.service-fragment31 {
  display: contents;
}
 
.service-text31 {
  display: inline-block;
}
 
.service-fragment32 {
  display: contents;
}
 
.service-text32 {
  display: inline-block;
}
 
.service-fragment33 {
  display: contents;
}
 
.service-text33 {
  display: inline-block;
}
 
.service-fragment34 {
  display: contents;
}
 
.service-text34 {
  display: inline-block;
  font-family: "Noto Sans";
}
 
.service-fragment35 {
  display: contents;
}
 
.service-text35 {
  display: inline-block;
}
 
.service-fragment36 {
  display: contents;
}
 
.service-text36 {
  display: inline-block;
}
 
.service-fragment37 {
  display: contents;
}
 
.service-text37 {
  display: inline-block;
}
 
.service-fragment38 {
  display: contents;
}
 
.service-text38 {
  display: inline-block;
}
 
.service-fragment39 {
  display: contents;
}
 
.service-text39 {
  display: inline-block;
  position: sticky;
}
 
@media(max-width: 991px) {
  .service-text35 {
    font-size: 40px;
  }
}
 
@media(max-width: 767px) {
  .service-text36 {
    font-size: 40px;
  }
}
 
@media(max-width: 479px) {
  .service-text36 {
    font-size: 30px;
  }
}
