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

.hero71-wrapper {
  display: contents;
}
 
.hero71-header23 {
  padding: 0px;
}
 
.hero71-max-width {
  width: 100%;
  height: 160px;
  display: flex;
  align-self: center;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  margin-top: var(--dl-layout-space-twounits);
  align-items: center;
  justify-content: center;
}
 
.hero71-content {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  height: 150px;
  display: flex;
  max-width: 1100px;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.hero71-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);
}
 
.hero71-text2 {
  font-size: 14px;
  text-align: center;
}
 
.brand-fragment34 {
  display: contents;
}
 
.brand-text34 {
  display: inline-block;
  font-size: 14px;
}
 
.brand-fragment35 {
  display: contents;
}
 
.brand-text35 {
  display: inline-block;
  font-family: "Noto Sans";
  text-transform: uppercase;
}
 

 
@media(max-width: 991px) {
  .hero71-text2 {
    width: 923px;
    text-align: left;
  }
  .brand-text35 {
    font-size: 40px;
    font-family: Noto Sans;
    text-transform: uppercase;
  }
}
 
@media(max-width: 767px) {
  .hero71-text2 {
    width: 693px;
  }
  .hero71root-class-name {
    padding-bottom: var(--dl-layout-space-halfunit);
  }
}
 
@media(max-width: 479px) {
  .hero71-text1 {
    fill: #7bbb68;
    color: #7bbb68;
  }
  .hero71-text2 {
    width: 419px;
  }
  .brand-text34 {
    font-size: 15px;
  }
  .brand-text35 {
    font-size: 25px;
    font-family: Noto Sans;
    text-transform: uppercase;
  }
}

.cta3-wrapper {
  display: contents;
}
 
.cta3-container1 {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-threeunits);
  flex-direction: column;
}
 
.cta3-container2 {
  align-self: center;
}
 
.cta3-features24-wrapper {
  display: contents;
}
 
.cta3-features24-text11 {
  align-items: center;
  justify-content: center;
}
 
.cta3-features24-text21 {
  text-align: justify;
}
 
.cta3-features24-text12 {
  align-items: center;
  justify-content: center;
}
 
.cta3-features24-text22 {
  text-align: justify;
}
 
.cta3-features24-text13 {
  align-items: center;
  justify-content: center;
}
 
.cta3-features24-text23 {
  text-align: justify;
}
 
.cta3-features24-text24 {
  text-align: justify;
}
 
.cta3-features24-text15 {
  align-items: center;
  justify-content: center;
}
 
.cta3-features24-text25 {
  text-align: justify;
}
 
.cta3-features24-text26 {
  align-self: center;
  text-align: justify;
}
 
.cta3-features24-text27 {
  text-align: justify;
}
 
.cta3-features24-text28 {
  text-align: justify;
}
 
@media(max-width: 991px) {
  .cta3-features24-avatar14 {
    height: 39px;
  }
  .cta3-features24-text14 {
    align-self: center;
    justify-content: center;
  }
  .cta3-features24-avatar16 {
    width: 349px;
    height: 42px;
  }
  .cta3-features24-text16 {
    align-self: center;
    justify-content: center;
  }
  .cta3-features24-avatar17 {
    width: 355px;
    height: 39px;
  }
  .cta3-features24-text17 {
    align-self: center;
    justify-content: center;
  }
  .cta3-features24-avatar18 {
    width: 355px;
    height: 40px;
  }
  .cta3-features24-text18 {
    align-self: center;
    align-items: center;
    justify-content: center;
  }
}
 
@media(max-width: 767px) {
  .cta3-features24-avatar11 {
    width: 216px;
    height: 40px;
  }
  .cta3-features24-text11 {
    font-size: 16px;
  }
  .cta3-features24-avatar12 {
    width: 221px;
    height: 45px;
  }
  .cta3-features24-text12 {
    font-size: 16px;
  }
  .cta3-features24-avatar13 {
    width: 218px;
    height: 43px;
  }
  .cta3-features24-text13 {
    font-size: 16px;
  }
  .cta3-features24-avatar14 {
    width: 222px;
    height: 47px;
  }
  .cta3-features24-text14 {
    font-size: 16px;
    align-self: center;
    justify-content: center;
  }
  .cta3-features24-avatar15 {
    width: 214px;
    height: 47px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .cta3-features24-text15 {
    font-size: 16px;
  }
  .cta3-features24-avatar16 {
    width: 221px;
    height: 47px;
  }
  .cta3-features24-text16 {
    font-size: 16px;
  }
  .cta3-features24-avatar17 {
    width: 213px;
    height: 50px;
  }
  .cta3-features24-text17 {
    font-size: 16px;
  }
  .cta3-features24-avatar18 {
    width: 220px;
    height: 47px;
  }
  .cta3-features24-text18 {
    font-size: 16px;
    align-self: center;
    justify-content: center;
  }
}
 
@media(max-width: 479px) {
  .cta3-features24-avatar11 {
    width: 304px;
    height: 42px;
  }
  .cta3-features24-avatar12 {
    width: 307px;
    height: 46px;
  }
  .cta3-features24-avatar13 {
    width: 314px;
    height: 48px;
  }
  .cta3-features24-avatar14 {
    width: 317px;
    height: 41px;
  }
  .cta3-features24-text14 {
    align-self: center;
    text-align: center;
    justify-content: center;
  }
  .cta3-features24-avatar15 {
    width: 316px;
    height: 42px;
  }
  .cta3-features24-avatar16 {
    width: 317px;
    height: 37px;
    align-self: center;
    align-items: center;
  }
  .cta3-features24-text16 {
    align-self: center;
    justify-content: center;
  }
  .cta3-features24-avatar17 {
    width: 318px;
    height: 42px;
    align-self: center;
  }
  .cta3-features24-text17 {
    align-self: center;
    justify-content: center;
  }
  .cta3-features24-avatar18 {
    width: 320px;
    height: 38px;
  }
  .cta3-features24-text18 {
    align-self: center;
    justify-content: center;
  }
}

.footer31-wrapper {
  display: contents;
}
 
.footer31-footer4 {
  gap: 80px;
  width: 100%;
  height: 0px;
  display: flex;
  padding: var(--dl-layout-space-fiveunits);
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
 
.footer31-max-width1 {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.footer31-max-width2 {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.footer31-content {
  gap: 32px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}
 
.footer31-logo {
  gap: 24px;
  width: auto;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.footer31-navlink {
  display: contents;
}
 
.footer31-image1 {
  width: 160px;
  height: 75px;
  text-decoration: none;
}
 
.footer31-text1 {
  font-size: 23px;
  align-self: center;
}
 
.brand-fragment36 {
  display: contents;
}
 
.brand-text36 {
  display: inline-block;
  position: sticky;
}
 
@media(max-width: 991px) {
  .footer31-logo {
    width: auto;
  }
}
 
@media(max-width: 767px) {
  .footer31-content {
    flex-direction: column;
  }
}
 
@media(max-width: 479px) {
  .footer31-max-width1 {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .footer31-max-width2 {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .footer31-content {
    width: 100%;
  }
}

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