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

.banner11-wrapper {
  display: contents;
}
 
.banner11-container {
  gap: var(--dl-layout-space-unit);
  display: flex;
  position: relative;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  align-items: center;
  padding-top: var(--dl-layout-space-unit);
  padding-bottom: var(--dl-layout-space-unit);
}
 
.banner11-max-width {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  border-radius: var(--dl-layout-radius-buttonradius);
  flex-direction: column;
}
 
.banner11-title {
  color: #000000;
  width: 100%;
  height: auto;
  font-size: 60px;
  align-self: center;
  font-style: italic;
  margin-top: 0px;
  text-align: left;
  font-weight: 700;
  border-color: #7bbb68;
  border-width: 1px;
  border-radius: var(--dl-layout-radius-radius4);
  border-top-width: 0px;
  border-left-width: 10px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: var(--dl-layout-radius-imageradius);
  border-bottom-left-radius: var(--dl-layout-radius-imageradius);
}
 
.legal-fragment34 {
  display: contents;
}
 
.legal-text34 {
  display: inline-block;
  font-family: "Noto Sans";
  text-transform: uppercase;
}
 
.banner11root-class-name {
  padding-top: var(--dl-layout-space-twounits);
  padding-bottom: var(--dl-layout-space-twounits);
}
 
@media(max-width: 991px) {
  .legal-text34 {
    font-family: Noto Sans;
  }
}

.testimonial181-wrapper {
  display: contents;
}
 
.testimonial181-testimonial17 {
  height: auto;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
}
 
.testimonial181-max-width {
  gap: var(--dl-layout-space-fourunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
 
.testimonial181-content {
  width: 100%;
  grid-area: span 1/span 1/span 1/span 1;
}
 
.testimonial181-text10 {
  color: #7bbb68;
  font-size: 3em;
  font-style: normal;
  font-weight: 800;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  margin-bottom: var(--dl-layout-space-twounits);
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
}
 
.testimonial181-column1 {
  top: 10%;
  position: sticky;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  margin-bottom: var(--dl-layout-space-twounits);
  background-color: var(--dl-color-theme-neutral-light);
}
 
.testimonial181-avatar1 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
}
 
.testimonial181-avatar-content1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.testimonial181-text11 {
  fill: #7bbb68;
  color: #7bbb68;
  height: auto;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
}
 
.testimonial181-text12 {
  height: auto;
  font-size: 20px;
}
 
.testimonial181-column2 {
  top: 14%;
  position: sticky;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  margin-bottom: var(--dl-layout-space-twounits);
  background-color: var(--dl-color-theme-neutral-light);
}
 
.testimonial181-avatar2 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
}
 
.testimonial181-avatar-content2 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.testimonial181-text13 {
  color: #7bbb68;
  height: auto;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
}
 
.testimonial181-text14 {
  height: auto;
  font-size: 20px;
}
 
.testimonial181-column3 {
  top: 14%;
  position: sticky;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  margin-bottom: var(--dl-layout-space-twounits);
  background-color: var(--dl-color-theme-neutral-light);
}
 
.testimonial181-avatar3 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
}
 
.testimonial181-avatar-content3 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.testimonial181-text15 {
  color: #7bbb68;
  height: auto;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
}
 
.testimonial181-text16 {
  height: auto;
  font-size: 20px;
}
 
.legal-fragment35 {
  display: contents;
}
 
.legal-text35 {
  display: inline-block;
}
 
.legal-fragment40 {
  display: contents;
}
 
.legal-text40 {
  display: inline-block;
}
 
.legal-fragment38 {
  display: contents;
}
 
.legal-text38 {
  display: inline-block;
}
 
.legal-fragment39 {
  display: contents;
}
 
.legal-text39 {
  display: inline-block;
  text-transform: uppercase;
}
 
.legal-fragment41 {
  display: contents;
}
 
.legal-text41 {
  display: inline-block;
}
 
.legal-fragment36 {
  display: contents;
}
 
.legal-text36 {
  display: inline-block;
  text-transform: uppercase;
}
 
.legal-fragment37 {
  display: contents;
}
 
.legal-text37 {
  display: inline-block;
}
 
@media(max-width: 991px) {
  .testimonial181-max-width {
    flex-direction: column;
  }
}
 
@media(max-width: 767px) {
  .testimonial181-column1 {
    width: 100%;
  }
  .testimonial181-column2 {
    width: 100%;
  }
  .testimonial181-column3 {
    width: 100%;
  }
}
 
@media(max-width: 479px) {
  .testimonial181-text13 {
    font-style: normal;
    font-weight: 700;
  }
  .testimonial181-text15 {
    font-style: normal;
    font-weight: 700;
  }
  .legal-text39 {
    color: #7bbb68;
    text-transform: uppercase;
  }
  .legal-text41 {
    color: #7bbb68;
    font-style: inherit;
    font-weight: 700;
  }
  .legal-text36 {
    color: #7bbb68;
    text-transform: uppercase;
  }
}

.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;
}
 
.legal-fragment42 {
  display: contents;
}
 
.legal-text42 {
  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;
  }
}

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