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

.hero7-wrapper {
  display: contents;
}
 
.hero7-header23 {
  height: 203px;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  padding-top: var(--dl-layout-space-twounits);
  padding-bottom: var(--dl-layout-space-twounits);
}
 
.hero7-max-width {
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
}
 
.hero7-content {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  max-width: auto;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.hero7-text1 {
  width: 100%;
  font-size: 60px;
  align-self: flex-start;
  text-align: left;
  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);
}
 
.hero7-text2 {
  width: 100%;
  text-align: left;
}
 
.hero7-actions {
  gap: var(--dl-layout-space-unit);
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-items: flex-start;
}
 
.fn-fragment35 {
  display: contents;
}
 
.fn-text35 {
  display: inline-block;
  font-family: "Noto Sans";
}
 
.fn-fragment34 {
  display: contents;
}
 
.fn-text34 {
  display: inline-block;
}
 
@media(max-width: 479px) {
  .hero7-actions {
    width: 100%;
    flex-direction: column;
  }
}

.testimonial1811-wrapper {
  display: contents;
}
 
.testimonial1811-testimonial17 {
  height: auto;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
}
 
.testimonial1811-max-width {
  gap: var(--dl-layout-space-fourunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
 
.testimonial1811-content {
  width: 100%;
  grid-area: span 1/span 1/span 1/span 1;
}
 
.testimonial1811-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;
}
 
.testimonial1811-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);
}
 
.testimonial1811-avatar1 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
}
 
.testimonial1811-avatar-content1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.testimonial1811-text11 {
  fill: #7bbb68;
  color: #7bbb68;
  height: auto;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
}
 
.testimonial1811-text12 {
  height: auto;
  font-size: 20px;
}
 
.testimonial1811-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);
}
 
.testimonial1811-avatar2 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
}
 
.testimonial1811-avatar-content2 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.testimonial1811-text13 {
  color: #7bbb68;
  height: auto;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
}
 
.testimonial1811-text14 {
  height: auto;
  font-size: 20px;
}
 
.testimonial1811-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);
}
 
.testimonial1811-avatar3 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
}
 
.testimonial1811-avatar-content3 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.testimonial1811-text15 {
  color: #7bbb68;
  height: auto;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
}
 
.testimonial1811-text16 {
  height: auto;
  font-size: 20px;
}
 
.testimonial1811-column4 {
  top: 22%;
  position: sticky;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.testimonial1811-avatar4 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
}
 
.testimonial1811-avatar-content4 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.testimonial1811-author4 {
  color: #7bbb68;
  height: auto;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
}
 
.testimonial1811-review4 {
  height: auto;
  font-size: 20px;
}
 
.fn-fragment40 {
  display: contents;
}
 
.fn-text48 {
  display: inline-block;
  text-transform: uppercase;
}
 
.fn-fragment36 {
  display: contents;
}
 
.fn-text36 {
  display: inline-block;
}
 
.fn-fragment39 {
  display: contents;
}
 
.fn-text44 {
  display: inline-block;
}
 
.fn-fragment38 {
  display: contents;
}
 
.fn-text38 {
  display: inline-block;
}
 
.fn-fragment44 {
  display: contents;
}
 
.fn-text52 {
  display: inline-block;
}
 
.fn-fragment42 {
  display: contents;
}
 
.fn-text50 {
  display: inline-block;
}
 
.fn-fragment43 {
  display: contents;
}
 
.fn-text51 {
  display: inline-block;
}
 
.fn-fragment37 {
  display: contents;
}
 
.fn-text37 {
  display: inline-block;
  text-transform: uppercase;
}
 
.fn-fragment41 {
  display: contents;
}
 
.fn-text49 {
  display: inline-block;
}
 
@media(max-width: 991px) {
  .testimonial1811-max-width {
    flex-direction: column;
  }
}
 
@media(max-width: 767px) {
  .testimonial1811-column1 {
    width: 100%;
  }
  .testimonial1811-column2 {
    width: 100%;
  }
  .testimonial1811-column3 {
    width: 100%;
  }
  .testimonial1811-column4 {
    width: 100%;
  }
}
 
@media(max-width: 479px) {
  .testimonial1811-text13 {
    font-style: normal;
    font-weight: 700;
  }
  .testimonial1811-text15 {
    font-style: normal;
    font-weight: 700;
  }
  .testimonial1811-author4 {
    fill: #7bbb68;
    color: #7bbb68;
    font-style: normal;
    font-weight: 700;
  }
  .fn-text48 {
    color: #7bbb68;
    text-transform: uppercase;
  }
  .fn-text52 {
    color: #7bbb68;
    font-style: inherit;
    font-weight: 700;
  }
  .fn-text37 {
    color: #7bbb68;
    text-transform: uppercase;
  }
}

.footer5-wrapper {
  display: contents;
}
 
.footer5-footer8 {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
 
.footer5-max-width {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.footer5-content {
  gap: 32px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}
 
.footer5-logo {
  gap: 24px;
  width: auto;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.footer5-navlink {
  display: contents;
}
 
.footer5-image1 {
  width: 160px;
  height: 75px;
  text-decoration: none;
}
 
.footer5-text1 {
  font-size: 23px;
  align-self: center;
}
 
.fn-fragment45 {
  display: contents;
}
 
.fn-text53 {
  display: inline-block;
  position: sticky;
}
 
@media(max-width: 991px) {
  .footer5-logo {
    width: auto;
  }
}
 
@media(max-width: 767px) {
  .footer5-content {
    flex-direction: column;
  }
}
 
@media(max-width: 479px) {
  .footer5-max-width {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .footer5-content {
    width: 100%;
  }
}

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