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

.header19-wrapper {
  display: contents;
}
 
.header19-header19 {
  height: 100%;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: var(--dl-layout-space-twounits);
  padding-right: 69px;
  padding-bottom: var(--dl-layout-space-twounits);
  justify-content: center;
}
 
.header19-text10 {
  color: var(--dl-color-theme-neutral-dark);
  width: 219px;
  height: 53px;
  font-size: 30px;
  align-self: center;
  font-style: normal;
  text-align: justify;
  font-family: "Noto Sans";
  font-weight: 900;
}
 
.header19-max-width {
  height: 395px;
  align-self: center;
  justify-content: center;
}
 
.header19-hero-image {
  width: 564px;
  height: 345px;
  max-width: auto;
  align-self: flex-start;
  padding-top: TwoUnits0;
  padding-left: 0px;
  border-radius: var(--dl-layout-radius-radius2);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
 
.header19-container {
  flex: 0 0 auto;
  width: 441px;
  height: auto;
  display: flex;
  flex-direction: column;
}
 
.header19-text11 {
  color: var(--dl-color-theme-neutral-dark);
  width: 454px;
  height: 251px;
  display: flex;
  font-size: 18px;
  align-self: flex-start;
  font-style: normal;
  text-align: justify;
  align-items: flex-start;
  font-family: "Noto Sans";
  font-weight: 500;
  line-height: 2;
  margin-right: var(--dl-layout-space-halfunit);
  margin-bottom: var(--dl-layout-space-halfunit);
  justify-content: flex-start;
}
 
.header19-actions {
  gap: var(--dl-layout-space-unit);
  height: 69px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
 
.header19-button1 {
  font-family: "Noto Sans";
  border-width: 0px;
  text-decoration: none;
  background-color: #7bbb68;
}
 
.header19-button2 {
  color: #7bbb68;
  border-color: #7bbb68;
  text-decoration: none;
  background-color: #ffffff;
}
 
.header19-text13 {
  font-family: "Noto Sans";
}
 
.about-us-fragment34 {
  display: contents;
}
 
.about-us-text34 {
  display: inline-block;
}
 
.about-us-fragment35 {
  display: contents;
}
 
.about-us-text35 {
  color: var(--dl-color-theme-neutral-dark);
  width: 441px;
  height: 260px;
  display: flex;
  font-size: 18px;
  align-self: flex-start;
  font-style: normal;
  text-align: justify;
  align-items: flex-start;
  font-family: "Noto Sans";
  font-weight: 500;
  line-height: 2;
  justify-content: flex-start;
}
 
.about-us-fragment37 {
  display: contents;
}
 
.about-us-text37 {
  display: inline-block;
}
 
.about-us-fragment36 {
  display: contents;
}
 
.about-us-text36 {
  display: inline-block;
}
 
@media(max-width: 991px) {
  .header19-header19 {
    height: 504px;
  }
  .header19-text10 {
    width: 302px;
  }
  .header19-max-width {
    flex-direction: column;
  }
  .header19-hero-image {
    width: 100%;
    height: 161px;
    max-width: auto;
  }
  .header19-container {
    width: 825px;
    flex-direction: row;
  }
  .header19-text11 {
    width: 462px;
    height: 151px;
    display: flex;
    align-self: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .header19-actions {
    align-self: center;
    margin-top: 0px;
    align-items: center;
    justify-content: center;
  }
  .about-us-text35 {
    color: var(--dl-color-theme-neutral-dark);
    width: 302px;
    font-size: 12px;
    font-family: Noto Sans;
    line-height: 1.5;
  }
  .about-us-text37 {
    font-size: 12px;
  }
  .about-us-text36 {
    font-size: 12px;
  }
}
 
@media(max-width: 767px) {
  .header19-header19 {
    height: 438px;
  }
  .header19-text10 {
    width: 303px;
    margin-left: var(--dl-layout-space-oneandhalfunits);
  }
  .header19-container {
    width: 660px;
    height: 140px;
    align-self: flex-start;
    align-items: flex-end;
    padding-right: 3px;
    flex-direction: row;
    justify-content: flex-start;
  }
  .header19-text11 {
    width: 375px;
    height: 130px;
    flex-wrap: wrap;
    align-self: center;
    text-align: justify;
    align-items: flex-start;
    margin-left: var(--dl-layout-space-oneandhalfunits);
    justify-content: flex-start;
  }
  .header19-actions {
    height: 42px;
    align-items: flex-start;
    margin-right: var(--dl-layout-space-threeunits);
    margin-bottom: var(--dl-layout-space-fiveunits);
  }
  .about-us-text35 {
    color: var(--dl-color-theme-neutral-dark);
    width: 303px;
    font-size: 10px;
    font-family: Noto Sans;
    line-height: 1.5;
    text-transform: inherit;
  }
}
 
@media(max-width: 479px) {
  .header19-header19 {
    height: 620px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .header19-text10 {
    align-self: center;
    text-align: center;
  }
  .header19-max-width {
    width: 399px;
    height: 355px;
  }
  .header19-hero-image {
    width: 100%;
    height: 96px;
    align-self: center;
  }
  .header19-container {
    width: 338px;
    height: 202px;
    position: relative;
    flex-wrap: wrap;
    align-self: stretch;
    align-items: stretch;
    flex-direction: column;
    justify-content: flex-start;
  }
  .header19-text11 {
    width: 303px;
    height: 122px;
    display: flex;
    position: relative;
    align-self: flex-start;
    font-style: normal;
    text-align: justify;
    align-items: stretch;
    font-weight: 500;
    margin-left: 0px;
    margin-right: 0px;
    padding-right: 0px;
    justify-content: flex-start;
  }
  .header19-actions {
    gap: 0;
    width: 136px;
    height: 81px;
    flex-wrap: wrap;
    align-self: stretch;
    margin-top: var(--dl-layout-space-oneandhalfunits);
    align-items: stretch;
    margin-left: var(--dl-layout-space-halfunit);
    flex-direction: column;
    justify-content: space-between;
  }
  .header19-button1 {
    width: 50%;
    align-self: flex-start;
  }
  .header19-button2 {
    width: 50%;
    align-self: flex-start;
    flex-direction: column;
  }
  .about-us-text35 {
    color: var(--dl-color-theme-neutral-dark);
    font-size: 10px;
    text-align: center;
    font-family: Noto Sans;
    line-height: 1.5;
    text-transform: inherit;
  }
  .about-us-text37 {
    font-size: 10px;
  }
  .about-us-text36 {
    font-size: 10px;
  }
}

.features211-wrapper {
  display: contents;
}
 
.features211-layout349 {
  display: flex;
  padding: 0px;
  overflow: hidden;
  position: relative;
  align-items: center;
  border-radius: var(--dl-layout-radius-radius4);
  flex-direction: column;
}
 
.features211-container1 {
  width: 100%;
  height: 100%;
  display: flex;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
  background-image: radial-gradient(circle at right, rgb(0, 151, 178) 0.00%,rgb(0, 151, 178) 0.00%,rgb(123, 214, 105) 100.00%);
}
 
.features211-image {
  width: auto;
  height: 100%;
  object-fit: cover;
  margin-right: -80px;
  margin-bottom: -20px;
  border-top-left-radius: var(--dl-layout-radius-round);
  border-top-right-radius: var(--dl-layout-radius-round);
}
 
.features211-container2 {
  width: auto;
  height: auto;
  display: flex;
  align-self: center;
  align-items: flex-start;
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: column;
}
 
.features211-text1 {
  color: #ffffff;
  font-size: 70px;
  font-family: "Noto Sans";
  text-transform: uppercase;
}
 
.features211-text2 {
  color: #ffffff;
  font-size: 22px;
  font-family: "Noto Sans";
}
 
.features211-text3 {
  color: #ffffff;
  font-size: 20px;
  margin-top: 12px;
  text-align: left;
  font-family: "Noto Sans";
}
 
.about-us-fragment39 {
  display: contents;
}
 
.about-us-text39 {
  display: inline-block;
}
 
.about-us-fragment38 {
  display: contents;
}
 
.about-us-text38 {
  display: inline-block;
  text-transform: uppercase;
}
 
.about-us-fragment40 {
  display: contents;
}
 
.about-us-text40 {
  display: inline-block;
  background-color: rgb(96, 197, 17);
}
 
.features211root-class-name {
  display: none;
}
 
@media(max-width: 991px) {
  .about-us-text39 {
    line-height: 1.2;
  }
  .about-us-text38 {
    line-height: 1.4;
    text-transform: uppercase;
  }
}
 
@media(max-width: 767px) {
  .features211-text2 {
    margin-top: var(--dl-layout-space-unit);
  }
  .features211-text3 {
    margin-bottom: var(--dl-layout-space-oneandhalfunits);
  }
  .about-us-text39 {
    line-height: 1;
  }
  .about-us-text38 {
    line-height: 1.4;
    text-transform: uppercase;
  }
  .about-us-text40 {
    line-height: 1.4;
  }
}
 
@media(max-width: 479px) {
  .features211-container1 {
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
  }
  .features211-image {
    width: auto;
    height: 443px;
    margin-right: 0px;
  }
  .features211-text1 {
    margin-top: var(--dl-layout-space-halfunit);
  }
  .features211-text3 {
    margin-top: var(--dl-layout-space-unit);
    margin-bottom: var(--dl-layout-space-oneandhalfunits);
  }
  .about-us-text39 {
    line-height: 1.2;
  }
}

.team11-wrapper {
  display: contents;
}
 
.team11-team1 {
  position: relative;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
}
 
.team11-max-width {
  gap: var(--dl-layout-space-fiveunits);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.team11-section-title {
  gap: var(--dl-layout-space-unit);
  width: 840px;
  display: flex;
  max-width: 800px;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.team11-text10 {
  font-size: 30px;
  font-family: "Noto Sans";
  text-transform: uppercase;
}
 
.team11-content10 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 961px;
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: column;
}
 
.team11-text11 {
  fill: transparent;
  color: #7bbb68;
  font-size: 65px;
  font-style: normal;
  font-family: "Noto Sans";
  font-weight: 700;
  text-transform: uppercase;
}
 
.team11-text12 {
  font-size: 32px;
  font-style: normal;
  text-align: center;
  font-family: "Noto Sans";
  font-weight: 700;
  text-transform: uppercase;
}
 
.team11-content11 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
 
.team11-content12 {
  gap: 64px;
  display: flex;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: stretch;
  flex-direction: column;
}
 
.team11-row {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: row;
  justify-content: center;
}
 
.team11-container1 {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  display: flex;
  position: relative;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.team11-container2 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
 
.team11-card1 {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 1;
  width: 50%;
  display: flex;
  max-width: 500px;
  align-items: center;
  flex-shrink: 0;
  flex-direction: row;
}
 
.team11-pasted-image1 {
  width: 191px;
  height: 180px;
  border-color: #177d73;
  border-width: 5px;
  border-radius: var(--dl-layout-radius-round);
}
 
.team11-content13 {
  gap: var(--dl-layout-space-unit);
  width: 338px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.team11-title1 {
  width: 351px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.team11-text13 {
  font-size: 25px;
  align-self: flex-start;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}
 
.team11-text14 {
  font-size: 20px;
  text-align: left;
}
 
.team11-card2 {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 1;
  width: 100%;
  display: flex;
  flex-grow: 1;
  max-width: 500px;
  align-items: center;
  flex-shrink: 0;
  flex-direction: row;
}
 
.team11-pasted-image2 {
  width: 180px;
  height: 180px;
  border-color: #177d73;
  border-width: 5px;
  border-radius: var(--dl-layout-radius-round);
}
 
.team11-content14 {
  gap: var(--dl-layout-space-unit);
  width: 275px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.team11-title2 {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.team11-text15 {
  font-size: 25px;
  align-self: flex-start;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}
 
.team11-text16 {
  font-size: 20px;
  text-align: left;
}
 
.team11-container3 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
 
.team11-card3 {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 1;
  width: 100%;
  display: flex;
  flex-grow: 1;
  max-width: 500px;
  align-items: center;
  flex-shrink: 0;
  flex-direction: row;
}
 
.team11-pasted-image3 {
  width: 180px;
  height: 180px;
  border-color: #177d73;
  border-width: 5px;
  border-radius: var(--dl-layout-radius-round);
}
 
.team11-content15 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.team11-title3 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.team11-text17 {
  font-size: 25px;
  align-self: flex-start;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}
 
.team11-text18 {
  font-size: 20px;
  text-align: left;
}
 
.team11-card4 {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 1;
  width: 100%;
  display: flex;
  flex-grow: 1;
  max-width: 500px;
  align-items: center;
  flex-shrink: 0;
  flex-direction: row;
}
 
.team11-pasted-image4 {
  width: 180px;
  height: 180px;
  border-color: #177d73;
  border-width: 5px;
  border-radius: var(--dl-layout-radius-round);
}
 
.team11-content16 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.team11-title4 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.team11-text19 {
  font-size: 25px;
  align-self: flex-start;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}
 
.team11-text20 {
  font-size: 20px;
  text-align: left;
}
 
.team11-container4 {
  width: 100%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
 
.team11-card5 {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 1;
  width: 100%;
  display: flex;
  flex-grow: 1;
  max-width: 500px;
  align-items: center;
  flex-shrink: 0;
  flex-direction: row;
}
 
.team11-pasted-image5 {
  width: 180px;
  height: 180px;
  border-color: #177d73;
  border-width: 5px;
  border-radius: var(--dl-layout-radius-round);
}
 
.team11-content17 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: row;
}
 
.team11-title5 {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.team11-text21 {
  font-size: 25px;
  align-self: flex-start;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}
 
.team11-text22 {
  font-size: 20px;
  text-align: left;
}
 
.team11-card6 {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 1;
  width: 100%;
  display: flex;
  flex-grow: 1;
  max-width: 500px;
  align-items: center;
  flex-shrink: 0;
  flex-direction: row;
}
 
.team11-pasted-image6 {
  width: 180px;
  height: 180px;
  border-color: #177d73;
  border-width: 5px;
  border-radius: var(--dl-layout-radius-round);
}
 
.team11-content18 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.team11-title6 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.team11-text23 {
  font-size: 25px;
  align-self: flex-start;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}
 
.team11-text24 {
  font-size: 20px;
  text-align: left;
}
 
.team11-container5 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
 
.team11-card7 {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 1;
  width: 100%;
  display: flex;
  flex-grow: 1;
  max-width: 500px;
  align-items: center;
  flex-shrink: 0;
  flex-direction: row;
}
 
.team11-pasted-image7 {
  width: 180px;
  height: 180px;
  display: block;
  border-color: #177d73;
  border-width: 5px;
  border-radius: var(--dl-layout-radius-round);
}
 
.team11-content19 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.team11-title7 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.team11-text25 {
  font-size: 25px;
  align-self: flex-start;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}
 
.team11-text26 {
  font-size: 20px;
  text-align: left;
}
 
.team11-card8 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 506px;
  display: flex;
  max-width: 500px;
  align-items: center;
  flex-shrink: 0;
  margin-left: 77px;
  flex-direction: row;
}
 
.team11-pasted-image8 {
  width: 180px;
  height: 180px;
  display: block;
  border-color: #177d73;
  border-style: solid;
  border-width: 5px;
  border-radius: var(--dl-layout-radius-round);
}
 
.team11-content20 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.team11-title8 {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.team11-text34 {
  color: #000000;
  font-size: 25px;
  align-self: flex-start;
  font-style: normal;
  font-weight: 600;
}
 
.team11-text35 {
  font-size: 20px;
  text-align: left;
}
 
.team11-social-icons {
  gap: var(--dl-layout-space-unit);
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-items: flex-start;
}
 
.about-us-fragment55 {
  display: contents;
}
 
.about-us-text90 {
  display: inline-block;
}
 
.about-us-fragment56 {
  display: contents;
}
 
.about-us-text91 {
  display: inline-block;
  font-size: 16px;
}
 
.about-us-fragment49 {
  display: contents;
}
 
.about-us-text65 {
  display: inline-block;
  font-size: 16px;
}
 
.about-us-fragment45 {
  display: contents;
}
 
.about-us-text61 {
  display: inline-block;
}
 
.about-us-fragment51 {
  display: contents;
}
 
.about-us-text74 {
  display: inline-block;
  font-size: 16px;
}
 
.about-us-fragment57 {
  display: contents;
}
 
.about-us-text99 {
  display: inline-block;
}
 
.about-us-fragment52 {
  display: contents;
}
 
.about-us-text82 {
  display: inline-block;
}
 
.about-us-fragment41 {
  display: contents;
}
 
.about-us-text43 {
  display: inline-block;
}
 
.about-us-fragment50 {
  display: contents;
}
 
.about-us-text68 {
  display: inline-block;
  font-size: 16px;
}
 
.about-us-fragment43 {
  display: contents;
}
 
.about-us-text45 {
  display: inline-block;
  font-size: 16px;
}
 
.about-us-fragment53 {
  display: contents;
}
 
.about-us-text83 {
  display: inline-block;
}
 
.about-us-fragment46 {
  display: contents;
}
 
.about-us-text62 {
  display: inline-block;
}
 
.about-us-fragment47 {
  display: contents;
}
 
.about-us-text63 {
  display: inline-block;
}
 
.about-us-fragment54 {
  display: contents;
}
 
.about-us-text84 {
  display: inline-block;
  font-size: 16px;
}
 
.about-us-fragment48 {
  display: contents;
}
 
.about-us-text64 {
  display: inline-block;
}
 
.about-us-fragment44 {
  display: contents;
}
 
.about-us-text53 {
  display: inline-block;
  font-size: 16px;
}
 
.about-us-fragment42 {
  display: contents;
}
 
.about-us-text44 {
  display: inline-block;
}
 
.team11root-class-name {
  position: sticky;
  align-self: center;
}
 
@media(max-width: 991px) {
  .team11-content10 {
    width: 654px;
  }
  .team11-text12 {
    font-style: normal;
    text-align: center;
    font-weight: 700;
  }
  .team11-content11 {
    gap: var(--dl-layout-space-fourunits);
  }
  .team11-content12 {
    width: 847px;
  }
  .team11-row {
    width: 808px;
  }
  .team11-container1 {
    width: 886px;
  }
  .team11-container2 {
    width: 100%;
    flex-wrap: wrap;
    align-self: center;
    justify-content: center;
  }
  .team11-container3 {
    flex-wrap: wrap;
    align-self: center;
    justify-content: center;
  }
  .team11-content16 {
    align-items: flex-start;
    justify-content: center;
  }
  .team11-title4 {
    width: 270px;
    margin-right: 1px;
  }
  .team11-container4 {
    gap: 0;
    width: 800px;
    flex-wrap: wrap;
    align-self: center;
    justify-content: center;
  }
  .team11-card5 {
    width: 628px;
  }
  .team11-content17 {
    width: 365px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
  .team11-title5 {
    width: 298px;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .team11-container5 {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .team11-card8 {
    margin-left: 0px;
  }
  .about-us-text65 {
    font-size: 14px;
  }
  .about-us-text84 {
    font-size: 15px;
  }
}
 
@media(max-width: 767px) {
  .team11-text12 {
    font-style: normal;
    text-align: center;
    font-family: Noto Sans;
    font-weight: 700;
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .team11-content12 {
    align-self: center;
    align-items: stretch;
    justify-content: flex-start;
  }
  .team11-row {
    width: auto;
    align-self: stretch;
    align-items: center;
    flex-direction: column;
  }
  .team11-container1 {
    width: 683px;
    align-self: center;
  }
  .team11-text13 {
    margin-bottom: var(--dl-layout-space-twounits);
  }
  .team11-card2 {
    margin-top: var(--dl-layout-space-unit);
  }
  .team11-text15 {
    margin-bottom: var(--dl-layout-space-twounits);
  }
  .team11-text17 {
    margin-bottom: var(--dl-layout-space-twounits);
  }
  .team11-card4 {
    margin-top: var(--dl-layout-space-unit);
  }
  .team11-text19 {
    margin-bottom: var(--dl-layout-space-twounits);
  }
  .team11-text21 {
    text-align: center;
  }
  .team11-card6 {
    margin-top: var(--dl-layout-space-unit);
  }
  .team11-text23 {
    margin-bottom: var(--dl-layout-space-twounits);
  }
  .team11-card8 {
    margin-top: var(--dl-layout-space-unit);
    margin-bottom: 0px;
  }
  .about-us-text65 {
    font-size: 14px;
  }
}
 
@media(max-width: 479px) {
  .team11-max-width {
    height: 100%;
  }
  .team11-text10 {
    margin-top: var(--dl-layout-space-twounits);
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .team11-content10 {
    width: 478px;
  }
  .team11-text11 {
    text-align: center;
  }
  .team11-text12 {
    margin-top: var(--dl-layout-space-twounits);
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .team11-content11 {
    align-self: center;
    margin-top: var(--dl-layout-space-halfunit);
  }
  .team11-content12 {
    gap: 0;
    width: 410px;
    align-items: center;
    margin-right: 0px;
    justify-content: space-between;
  }
  .team11-row {
    width: 479px;
    align-self: center;
  }
  .team11-container1 {
    width: 100%;
    flex-direction: column;
  }
  .team11-container2 {
    width: 479px;
    flex-direction: row;
    justify-content: center;
  }
  .team11-card1 {
    width: 442px;
    flex-direction: row;
    justify-content: center;
  }
  .team11-pasted-image1 {
    width: 109px;
    height: 109px;
  }
  .team11-content13 {
    width: 344px;
  }
  .team11-text13 {
    margin-bottom: 0px;
  }
  .team11-pasted-image2 {
    width: 113px;
    height: 108px;
  }
  .team11-text15 {
    margin-bottom: 0px;
  }
  .team11-container3 {
    justify-content: center;
  }
  .team11-card3 {
    margin-bottom: var(--dl-layout-space-unit);
  }
  .team11-pasted-image3 {
    width: 115px;
    height: 110px;
  }
  .team11-text17 {
    margin-bottom: 0px;
  }
  .team11-pasted-image4 {
    width: 119px;
    height: 120px;
  }
  .team11-title4 {
    align-items: flex-start;
  }
  .team11-text19 {
    margin-bottom: 0px;
  }
  .team11-container4 {
    align-items: center;
    flex-direction: column;
  }
  .team11-card5 {
    margin-bottom: var(--dl-layout-space-halfunit);
  }
  .team11-pasted-image5 {
    width: 121px;
    height: 121px;
  }
  .team11-pasted-image6 {
    width: 123px;
    height: 120px;
  }
  .team11-text23 {
    margin-bottom: 0px;
  }
  .team11-container5 {
    width: 100%;
    justify-content: center;
  }
  .team11-card7 {
    width: 100%;
    margin-bottom: var(--dl-layout-space-unit);
  }
  .team11-pasted-image7 {
    width: 119px;
    height: 113px;
  }
  .team11-content19 {
    width: 315px;
  }
  .team11-title7 {
    width: 256px;
    align-items: flex-start;
  }
  .team11-text26 {
    font-size: 14px;
    margin-bottom: var(--dl-layout-space-unit);
  }
  .team11-pasted-image8 {
    width: 120px;
    height: 113px;
  }
  .team11-text35 {
    font-size: 14px;
  }
  .about-us-text91 {
    font-size: 14px;
  }
  .about-us-text65 {
    font-size: 14px;
  }
  .about-us-text74 {
    font-size: 14px;
  }
  .about-us-text68 {
    font-size: 14px;
  }
  .about-us-text45 {
    font-size: 14px;
  }
  .about-us-text62 {
    font-size: 22px;
  }
  .about-us-text84 {
    font-size: 14px;
  }
  .about-us-text53 {
    font-size: 14px;
  }
  .about-us-text44 {
    line-height: 1.2;
  }
}

.features1-wrapper {
  display: contents;
}
 
.features1-layout251 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.features1-max-width {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.features1-column {
  gap: var(--dl-layout-space-halfunit);
  align-items: flex-start;
  flex-shrink: 0;
}
 
.features1-text1 {
  color: #7bbb68;
  font-size: 50px;
  font-style: normal;
  font-family: "Noto Sans";
  font-weight: 700;
}
 
.features1-content1 {
  gap: 48px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.features1-row {
  align-items: flex-start;
}
 
.features1-feature1 {
  flex: 1;
}
 
.features1-feature1-image {
  border-radius: var(--dl-layout-radius-buttonradius);
}
 
.features1-feature1-title {
  font-family: "Noto Sans";
}
 
.features1-content2 {
  align-self: stretch;
  align-items: flex-start;
}
 
.features1-feature1-description {
  width: 100%;
  font-size: 16px;
  text-align: center;
  font-family: "Noto Sans";
}
 
.features1-feature2 {
  flex: 1;
}
 
.features1-feature2-image {
  border-radius: var(--dl-layout-radius-buttonradius);
}
 
.features1-content3 {
  align-self: stretch;
  align-items: flex-start;
}
 
.features1-feature2-title {
  width: 100%;
  text-align: center;
  font-family: "Noto Sans";
}
 
.features1-feature2-description {
  font-size: 16px;
  text-align: justify;
  font-family: "Noto Sans";
}
 
.features1-feature3 {
  flex: 1;
}
 
.features1-feature3-image {
  border-radius: var(--dl-layout-radius-buttonradius);
}
 
.features1-content4 {
  align-self: stretch;
  align-items: flex-start;
}
 
.features1-feature3-title {
  width: 100%;
  text-align: center;
  font-family: "Noto Sans";
}
 
.features1-feature3-description {
  display: block;
  font-size: 16px;
  font-family: "Noto Sans";
}
 
.about-us-fragment61 {
  display: contents;
}
 
.about-us-text103 {
  display: inline-block;
}
 
.about-us-fragment63 {
  display: contents;
}
 
.about-us-text105 {
  display: inline-block;
  font-family: "Arial";
}
 
.about-us-fragment62 {
  display: contents;
}
 
.about-us-text104 {
  display: inline-block;
  font-family: "Arial";
}
 
.about-us-fragment58 {
  display: contents;
}
 
.about-us-text100 {
  display: inline-block;
}
 
.about-us-fragment59 {
  display: contents;
}
 
.about-us-text101 {
  display: inline-block;
}
 
.about-us-fragment64 {
  display: contents;
}
 
.about-us-text106 {
  display: inline-block;
  font-family: "Arial";
}
 
.about-us-fragment60 {
  display: contents;
}
 
.about-us-text102 {
  display: inline-block;
}
 
@media(max-width: 991px) {
  .features1-section-title {
    align-items: flex-start;
    flex-direction: column;
  }
  .features1-feature1-image {
    height: 260px;
  }
  .features1-feature2-image {
    height: 260px;
  }
  .features1-feature3-image {
    height: 260px;
  }
}
 
@media(max-width: 767px) {
  .features1-column {
    width: 100%;
  }
  .features1-text1 {
    text-align: center;
  }
  .features1-row {
    flex-direction: column;
  }
  .features1-feature1-image {
    width: 676px;
    height: 259px;
    margin-right: 0px;
  }
  .features1-feature2 {
    width: auto;
  }
  .features1-feature2-image {
    width: 100%;
  }
  .features1-feature3 {
    width: auto;
  }
  .about-us-text100 {
    text-transform: uppercase;
  }
}
 
@media(max-width: 479px) {
  .features1-feature1-image {
    width: 427px;
  }
}

.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;
}
 
.about-us-fragment65 {
  display: contents;
}
 
.about-us-text107 {
  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;
  }
}

.about-us-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
 
.about-us-fragment10 {
  display: contents;
}
 
.about-us-text10 {
  display: inline-block;
}
 
.about-us-fragment11 {
  display: contents;
}
 
.about-us-text11 {
  display: inline-block;
}
 
.about-us-fragment12 {
  display: contents;
}
 
.about-us-text12 {
  display: inline-block;
}
 
.about-us-fragment13 {
  display: contents;
}
 
.about-us-text13 {
  display: inline-block;
}
 
.about-us-fragment14 {
  display: contents;
}
 
.about-us-text14 {
  display: inline-block;
}
 
.about-us-fragment15 {
  display: contents;
}
 
.about-us-text15 {
  display: inline-block;
}
 
.about-us-fragment16 {
  display: contents;
}
 
.about-us-text16 {
  display: inline-block;
}
 
.about-us-fragment17 {
  display: contents;
}
 
.about-us-text17 {
  display: inline-block;
}
 
.about-us-fragment18 {
  display: contents;
}
 
.about-us-text18 {
  display: inline-block;
}
 
.about-us-fragment19 {
  display: contents;
}
 
.about-us-text19 {
  display: inline-block;
}
 
.about-us-fragment20 {
  display: contents;
}
 
.about-us-text20 {
  display: inline-block;
}
 
.about-us-fragment21 {
  display: contents;
}
 
.about-us-text21 {
  display: inline-block;
}
 
.about-us-fragment22 {
  display: contents;
}
 
.about-us-text22 {
  display: inline-block;
}
 
.about-us-fragment23 {
  display: contents;
}
 
.about-us-text23 {
  display: inline-block;
}
 
.about-us-fragment24 {
  display: contents;
}
 
.about-us-text24 {
  display: inline-block;
}
 
.about-us-fragment25 {
  display: contents;
}
 
.about-us-text25 {
  display: inline-block;
}
 
.about-us-fragment26 {
  display: contents;
}
 
.about-us-text26 {
  display: inline-block;
}
 
.about-us-fragment27 {
  display: contents;
}
 
.about-us-text27 {
  display: inline-block;
}
 
.about-us-fragment28 {
  display: contents;
}
 
.about-us-text28 {
  display: inline-block;
}
 
.about-us-fragment29 {
  display: contents;
}
 
.about-us-text29 {
  display: inline-block;
}
 
.about-us-fragment30 {
  display: contents;
}
 
.about-us-text30 {
  display: inline-block;
}
 
.about-us-fragment31 {
  display: contents;
}
 
.about-us-text31 {
  display: inline-block;
}
 
.about-us-fragment32 {
  display: contents;
}
 
.about-us-text32 {
  display: inline-block;
}
 
.about-us-fragment33 {
  display: contents;
}
 
.about-us-text33 {
  display: inline-block;
}
 
.about-us-fragment34 {
  display: contents;
}
 
.about-us-text34 {
  display: inline-block;
}
 
.about-us-fragment35 {
  display: contents;
}
 
.about-us-text35 {
  color: var(--dl-color-theme-neutral-dark);
  width: 441px;
  height: 260px;
  display: flex;
  font-size: 18px;
  align-self: flex-start;
  font-style: normal;
  text-align: justify;
  align-items: flex-start;
  font-family: "Noto Sans";
  font-weight: 500;
  line-height: 2;
  justify-content: flex-start;
}
 
.about-us-fragment36 {
  display: contents;
}
 
.about-us-text36 {
  display: inline-block;
}
 
.about-us-fragment37 {
  display: contents;
}
 
.about-us-text37 {
  display: inline-block;
}
 
.about-us-fragment38 {
  display: contents;
}
 
.about-us-text38 {
  display: inline-block;
  text-transform: uppercase;
}
 
.about-us-fragment39 {
  display: contents;
}
 
.about-us-text39 {
  display: inline-block;
}
 
.about-us-fragment40 {
  display: contents;
}
 
.about-us-text40 {
  display: inline-block;
  background-color: rgb(96, 197, 17);
}
 
.about-us-fragment41 {
  display: contents;
}
 
.about-us-text43 {
  display: inline-block;
}
 
.about-us-fragment42 {
  display: contents;
}
 
.about-us-text44 {
  display: inline-block;
}
 
.about-us-fragment43 {
  display: contents;
}
 
.about-us-text45 {
  display: inline-block;
  font-size: 16px;
}
 
.about-us-fragment44 {
  display: contents;
}
 
.about-us-text53 {
  display: inline-block;
  font-size: 16px;
}
 
.about-us-fragment45 {
  display: contents;
}
 
.about-us-text61 {
  display: inline-block;
}
 
.about-us-fragment46 {
  display: contents;
}
 
.about-us-text62 {
  display: inline-block;
}
 
.about-us-fragment47 {
  display: contents;
}
 
.about-us-text63 {
  display: inline-block;
}
 
.about-us-fragment48 {
  display: contents;
}
 
.about-us-text64 {
  display: inline-block;
}
 
.about-us-fragment49 {
  display: contents;
}
 
.about-us-text65 {
  display: inline-block;
  font-size: 16px;
}
 
.about-us-fragment50 {
  display: contents;
}
 
.about-us-text68 {
  display: inline-block;
  font-size: 16px;
}
 
.about-us-fragment51 {
  display: contents;
}
 
.about-us-text74 {
  display: inline-block;
  font-size: 16px;
}
 
.about-us-fragment52 {
  display: contents;
}
 
.about-us-text82 {
  display: inline-block;
}
 
.about-us-fragment53 {
  display: contents;
}
 
.about-us-text83 {
  display: inline-block;
}
 
.about-us-fragment54 {
  display: contents;
}
 
.about-us-text84 {
  display: inline-block;
  font-size: 16px;
}
 
.about-us-fragment55 {
  display: contents;
}
 
.about-us-text90 {
  display: inline-block;
}
 
.about-us-fragment56 {
  display: contents;
}
 
.about-us-text91 {
  display: inline-block;
  font-size: 16px;
}
 
.about-us-fragment57 {
  display: contents;
}
 
.about-us-text99 {
  display: inline-block;
}
 
.about-us-fragment58 {
  display: contents;
}
 
.about-us-text100 {
  display: inline-block;
}
 
.about-us-fragment59 {
  display: contents;
}
 
.about-us-text101 {
  display: inline-block;
}
 
.about-us-fragment60 {
  display: contents;
}
 
.about-us-text102 {
  display: inline-block;
}
 
.about-us-fragment61 {
  display: contents;
}
 
.about-us-text103 {
  display: inline-block;
}
 
.about-us-fragment62 {
  display: contents;
}
 
.about-us-text104 {
  display: inline-block;
  font-family: "Arial";
}
 
.about-us-fragment63 {
  display: contents;
}
 
.about-us-text105 {
  display: inline-block;
  font-family: "Arial";
}
 
.about-us-fragment64 {
  display: contents;
}
 
.about-us-text106 {
  display: inline-block;
  font-family: "Arial";
}
 
.about-us-fragment65 {
  display: contents;
}
 
.about-us-text107 {
  display: inline-block;
  position: sticky;
}
 
@media(max-width: 991px) {
  .about-us-text35 {
    color: var(--dl-color-theme-neutral-dark);
    width: 302px;
    font-size: 12px;
    font-family: Noto Sans;
    line-height: 1.5;
  }
  .about-us-text36 {
    font-size: 12px;
  }
  .about-us-text37 {
    font-size: 12px;
  }
  .about-us-text38 {
    line-height: 1.4;
    text-transform: uppercase;
  }
  .about-us-text39 {
    line-height: 1.2;
  }
  .about-us-text65 {
    font-size: 14px;
  }
  .about-us-text84 {
    font-size: 15px;
  }
}
 
@media(max-width: 767px) {
  .about-us-text35 {
    color: var(--dl-color-theme-neutral-dark);
    width: 303px;
    font-size: 10px;
    font-family: Noto Sans;
    line-height: 1.5;
    text-transform: inherit;
  }
  .about-us-text38 {
    line-height: 1.4;
    text-transform: uppercase;
  }
  .about-us-text39 {
    line-height: 1;
  }
  .about-us-text40 {
    line-height: 1.4;
  }
  .about-us-text65 {
    font-size: 14px;
  }
  .about-us-text100 {
    text-transform: uppercase;
  }
}
 
@media(max-width: 479px) {
  .about-us-text35 {
    color: var(--dl-color-theme-neutral-dark);
    font-size: 10px;
    text-align: center;
    font-family: Noto Sans;
    line-height: 1.5;
    text-transform: inherit;
  }
  .about-us-text36 {
    font-size: 10px;
  }
  .about-us-text37 {
    font-size: 10px;
  }
  .about-us-text39 {
    line-height: 1.2;
  }
  .about-us-text44 {
    line-height: 1.2;
  }
  .about-us-text45 {
    font-size: 14px;
  }
  .about-us-text53 {
    font-size: 14px;
  }
  .about-us-text62 {
    font-size: 22px;
  }
  .about-us-text65 {
    font-size: 14px;
  }
  .about-us-text68 {
    font-size: 14px;
  }
  .about-us-text74 {
    font-size: 14px;
  }
  .about-us-text84 {
    font-size: 14px;
  }
  .about-us-text91 {
    font-size: 14px;
  }
}
/* ============================================================ */
/* FIX LỖI GIAO DIỆN MOBILE (FINAL V4 - BẺ GÃY KÍCH THƯỚC CỨNG) */
/* ============================================================ */

@media (max-width: 991px) {

  /* 1. RESET CONTAINER BAO NGOÀI (Chống lệch trái) */
  .header19-max-width {
    display: flex !important;
    flex-direction: column !important; /* Xếp dọc */
    align-items: center !important;    /* Căn giữa trục dọc */
    width: 100% !important;
    max-width: 100% !important;        /* Không cho vượt quá màn hình */
    padding: 0 15px !important;        /* Padding an toàn 2 bên */
    box-sizing: border-box !important;
    margin: 0 auto !important;         /* Căn giữa màn hình */
  }

  /* 2. CHỈNH ẢNH (Gọn gàng) */
  .header19-hero-image {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;           /* Tự động theo tỷ lệ ảnh */
    margin: 0 0 20px 0 !important;     /* Cách text 20px */
    padding: 0 !important;
    border-radius: 8px !important;
  }

  /* 3. SỬA LỖI TEXT BỊ CẮT + NÚT BỊ NHẢY (Quan trọng nhất) */
  .header19-container {
    display: flex !important;
    flex-direction: column !important; /* BẮT BUỘC: Text trên - Nút dưới */
    width: 100% !important;            /* Chiếm hết chiều ngang cho phép */
    height: auto !important;           /* Bỏ chiều cao cố định cũ */
    margin: 0 !important;
    padding: 0 !important;
    align-items: center !important;
  }

  /* 4. CHỈNH TEXT (Chống tràn lề phải) */
  .header19-text11 {
    width: 100% !important;
    max-width: 100% !important;        /* Ngăn không cho text rộng hơn màn hình */
    height: auto !important;           /* Để text tự giãn dòng */
    white-space: normal !important;    /* Bắt buộc xuống dòng khi hết chỗ */
    text-align: justify !important;    /* Căn đều 2 bên */
    margin: 0 0 25px 0 !important;     /* Khoảng cách với nút bấm */
    padding: 0 !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
  }

  /* 5. ĐƯA NÚT XUỐNG DƯỚI & CĂN GIỮA */
  .header19-actions {
    display: flex !important;
    flex-direction: column !important; /* Nút xếp dọc */
    width: 100% !important;
    height: auto !important;
    gap: 15px !important;
    align-items: center !important;    /* Căn giữa nút */
    justify-content: center !important;
    margin: 0 !important;
  }

  /* 6. TINH CHỈNH NÚT BẤM */
  .header19-button1, 
  .header19-button2 {
    width: 100% !important;            /* Nút rộng 100% khung chứa... */
    max-width: 280px !important;       /* ...nhưng không quá 280px */
    display: flex !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 12px 20px !important;
    margin: 0 !important;
  }
}