.navbar8-wrapper {
  display: contents;
}
 
.navbar8-container {
  top: 0;
  width: 100%;
  display: flex;
  z-index: 1000;
  position: sticky;
  justify-content: center;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.navbar8-navbar-interactive {
  width: 100%;
  display: flex;
  z-index: 100;
  max-width: var(--dl-layout-size-maxwidth);
  align-items: center;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-threeunits);
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  justify-content: space-between;
}
 
.navbar8-image1 {
  height: 3rem;
}
 
.navbar8-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
 
.navbar8-links1 {
  gap: var(--dl-layout-space-twounits);
  flex: 1;
  display: flex;
  align-items: center;
  margin-left: var(--dl-layout-space-twounits);
  flex-direction: row;
  justify-content: flex-start;
}
 
.navbar8-link11 {
  text-decoration: none;
}
 
.navbar8-link21 {
  text-decoration: none;
}
 
.navbar8-link31 {
  text-decoration: none;
}
 
.navbar8-link4 {
  text-decoration: none;
}
 
.navbar8-link5 {
  text-decoration: none;
}
 
.navbar8-buttons1 {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.navbar8-action21 {
  display: flex;
  flex-direction: row;
}
 
.navbar8-action22 {
  display: flex;
  flex-direction: row;
}
 
.navbar8-burger-menu {
  display: none;
}
 
.navbar8-icon1 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.navbar8-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);
}
 
.navbar8-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.navbar8-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-threeunits);
  justify-content: space-between;
}
 
.navbar8-logo {
  height: 3rem;
}
 
.navbar8-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.navbar8-icon3 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.navbar8-links2 {
  gap: var(--dl-layout-space-unit);
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-self: flex-start;
  flex-direction: column;
}
 
.navbar8-link12 {
  text-decoration: none;
}
 
.navbar8-link22 {
  text-decoration: none;
}
 
.navbar8-link32 {
  text-decoration: none;
}
 
.navbar8-link33 {
  text-decoration: none;
}
 
.navbar8-link34 {
  text-decoration: none;
}
 
.navbar8-buttons2 {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  margin-top: var(--dl-layout-space-twounits);
  align-items: center;
  flex-direction: row;
}
 
.about-fragment21 {
  display: contents;
}
 
.about-text21 {
  display: inline-block;
}
 
.about-fragment20 {
  display: contents;
}
 
.about-text20 {
  display: inline-block;
}
 
.about-fragment17 {
  display: contents;
}
 
.about-text17 {
  display: inline-block;
}
 
.about-fragment16 {
  display: contents;
}
 
.about-text16 {
  display: inline-block;
}
 
.about-fragment19 {
  display: contents;
}
 
.about-text19 {
  display: inline-block;
}
 
.about-fragment22 {
  display: contents;
}
 
.about-text22 {
  display: inline-block;
}
 
.about-fragment14 {
  display: contents;
}
 
.about-text14 {
  display: inline-block;
}
 
.about-fragment10 {
  display: contents;
}
 
.about-text10 {
  display: inline-block;
}
 
.about-fragment23 {
  display: contents;
}
 
.about-text23 {
  display: inline-block;
}
 
.about-fragment11 {
  display: contents;
}
 
.about-text11 {
  display: inline-block;
}
 
.about-fragment15 {
  display: contents;
}
 
.about-text15 {
  display: inline-block;
}
 
.about-fragment13 {
  display: contents;
}
 
.about-text13 {
  display: inline-block;
}
 
.about-fragment12 {
  display: contents;
}
 
.about-text12 {
  display: inline-block;
}
 
.about-fragment18 {
  display: contents;
}
 
.about-text18 {
  display: inline-block;
}
 

 

 

 
@media(max-width: 767px) {
  .navbar8-navbar-interactive {
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
  }
  .navbar8-desktop-menu {
    display: none;
  }
  .navbar8-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navbar8-mobile-menu {
    padding-top: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: var(--dl-layout-space-oneandhalfunits);
  }
}
 
@media(max-width: 479px) {
  .navbar8-navbar-interactive {
    padding: var(--dl-layout-space-unit);
  }
  .navbar8-mobile-menu {
    padding: var(--dl-layout-space-unit);
  }
}

.hero8-wrapper {
  display: contents;
}
 
.hero8-header26 {
  gap: var(--dl-layout-space-twounits);
}
 
.hero8-max-width {
  align-self: center;
}
 
.hero8-column {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.hero8-content {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.hero8-text1 {
  text-align: center;
}
 
.hero8-text2 {
  text-align: center;
}
 
.hero8-actions {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
}
 
.hero8-text3 {
  text-decoration: none;
}
 
.hero8-text4 {
  text-decoration: none;
}
 
.about-fragment26 {
  display: contents;
}
 
.about-text26 {
  display: inline-block;
}
 
.about-fragment25 {
  display: contents;
}
 
.about-text25 {
  display: inline-block;
}
 
.about-fragment24 {
  display: contents;
}
 
.about-text24 {
  display: inline-block;
}
 
.about-fragment27 {
  display: contents;
}
 
.about-text27 {
  display: inline-block;
}
 
@media(max-width: 479px) {
  .hero8-actions {
    width: 100%;
    flex-direction: column;
  }
  .hero8-button1 {
    width: 100%;
  }
  .hero8-button2 {
    width: 100%;
  }
}

.stats2-wrapper {
  display: contents;
}
 
.stats2-container1 {
  width: 100%;
  flex-direction: column;
}
 
.stats2-max-width {
  gap: var(--dl-layout-space-fourunits);
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
}
 
.stats2-container2 {
  max-width: 50%;
}
 
.stats2-container3 {
  align-self: center;
  align-items: flex-start;
  margin-left: auto;
}
 
.stats2-container4 {
  width: 100%;
}
 
.stats2-container5 {
  width: 100%;
  height: 100%;
  align-items: flex-start;
}
 
.stats2-container6 {
  width: 100%;
  height: 100%;
  align-items: flex-start;
}
 
.stats2-container7 {
  width: 100%;
}
 
.stats2-container8 {
  width: 100%;
  height: 100%;
  align-items: flex-start;
}
 
.stats2-container9 {
  width: 100%;
  height: 100%;
  align-items: flex-start;
}
 
.about-fragment38 {
  display: contents;
}
 
.about-text38 {
  display: inline-block;
}
 
.about-fragment36 {
  display: contents;
}
 
.about-text36 {
  display: inline-block;
}
 
.about-fragment37 {
  display: contents;
}
 
.about-text37 {
  display: inline-block;
}
 
.about-fragment33 {
  display: contents;
}
 
.about-text33 {
  display: inline-block;
}
 
.about-fragment35 {
  display: contents;
}
 
.about-text35 {
  display: inline-block;
}
 
.about-fragment29 {
  display: contents;
}
 
.about-text29 {
  display: inline-block;
}
 
.about-fragment31 {
  display: contents;
}
 
.about-text31 {
  display: inline-block;
}
 
.about-fragment28 {
  display: contents;
}
 
.about-text28 {
  display: inline-block;
}
 
.about-fragment30 {
  display: contents;
}
 
.about-text30 {
  display: inline-block;
}
 
.about-fragment34 {
  display: contents;
}
 
.about-text34 {
  display: inline-block;
}
 
.about-fragment32 {
  display: contents;
}
 
.about-text32 {
  display: inline-block;
}
 
@media(max-width: 991px) {
  .stats2-max-width {
    gap: var(--dl-layout-space-twounits);
    align-items: flex-start;
    flex-direction: column;
  }
  .stats2-container2 {
    width: 100%;
    max-width: 100%;
  }
  .stats2-container3 {
    align-self: flex-start;
    margin-left: 0px;
  }
}
 
@media(max-width: 767px) {
  .stats2-image {
    height: 363px;
  }
}
 
@media(max-width: 479px) {
  .stats2-image {
    width: 100%;
    height: 205px;
  }
}

.logos1-wrapper {
  display: contents;
}
 
.logos1-container1 {
  gap: var(--dl-layout-space-threeunits);
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.logos1-max-width {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.logos1-text1 {
  text-align: center;
}
 
.logos1-logo1 {
  object-fit: contain;
}
 
.logos1-logo2 {
  object-fit: contain;
}
 
.logos1-logo3 {
  object-fit: contain;
}
 
.logos1-logo4 {
  object-fit: contain;
}
 
.logos1-logo5 {
  object-fit: contain;
}
 
.logos1-logo6 {
  object-fit: contain;
}
 
.about-fragment39 {
  display: contents;
}
 
.about-text39 {
  display: inline-block;
}
 
@media(max-width: 767px) {
  .logos1-container1 {
    gap: var(--dl-layout-space-twounits);
  }
  .logos1-max-width {
    gap: var(--dl-layout-space-twounits);
  }
}

.features1-wrapper {
  display: contents;
}
 
.features1-layout251 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  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-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-content2 {
  align-self: stretch;
  align-items: flex-start;
}
 
.features1-feature2 {
  flex: 1;
}
 
.features1-content3 {
  align-self: stretch;
  align-items: flex-start;
}
 
.features1-feature3 {
  flex: 1;
}
 
.features1-content4 {
  align-self: stretch;
  align-items: flex-start;
}
 
.features1-actions {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
}
 
.about-fragment50 {
  display: contents;
}
 
.about-text50 {
  display: inline-block;
}
 
.about-fragment40 {
  display: contents;
}
 
.about-text40 {
  display: inline-block;
}
 
.about-fragment46 {
  display: contents;
}
 
.about-text46 {
  display: inline-block;
}
 
.about-fragment44 {
  display: contents;
}
 
.about-text44 {
  display: inline-block;
}
 
.about-fragment43 {
  display: contents;
}
 
.about-text43 {
  display: inline-block;
}
 
.about-fragment41 {
  display: contents;
}
 
.about-text41 {
  display: inline-block;
}
 
.about-fragment49 {
  display: contents;
}
 
.about-text49 {
  display: inline-block;
}
 
.about-fragment45 {
  display: contents;
}
 
.about-text45 {
  display: inline-block;
}
 
.about-fragment48 {
  display: contents;
}
 
.about-text48 {
  display: inline-block;
}
 
.about-fragment47 {
  display: contents;
}
 
.about-text47 {
  display: inline-block;
}
 
.about-fragment42 {
  display: contents;
}
 
.about-text42 {
  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-text11 {
    text-align: center;
  }
  .features1-row {
    flex-direction: column;
  }
  .features1-feature1-image {
    width: 100%;
  }
  .features1-feature2 {
    width: auto;
  }
  .features1-feature2-image {
    width: 100%;
  }
  .features1-feature3 {
    width: auto;
  }
  .features1-actions {
    flex-wrap: wrap;
  }
}
 
@media(max-width: 479px) {
  .features1-actions {
    width: 100%;
    flex-direction: column;
  }
  .features1-button1 {
    width: 100%;
  }
  .features1-button2 {
    width: 100%;
  }
}

.contact11-wrapper {
  display: contents;
}
 
.contact11-container1 {
  height: 751px;
  display: flex;
  position: relative;
  align-items: flex-start;
  padding-top: 27px;
  flex-direction: column;
  padding-bottom: 21px;
}
 
.contact11-container2 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-self: center;
  align-items: flex-start;
  justify-content: flex-start;
}
 
.contact11-max-width {
  width: 620px;
  align-self: flex-start;
}
 
.contact11-container3 {
  flex: 0 0 auto;
  width: 100%;
  height: 173px;
  display: flex;
  margin-bottom: 36px;
  flex-direction: column;
}
 
.contact11-section-title {
  width: 100%;
  margin-bottom: var(--dl-layout-space-threeunits);
}
 
.contact11-content1 {
  gap: var(--dl-layout-space-oneandhalfunits);
  height: 51px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact11-text11 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}
 
.contact11-text12 {
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
}
 
.contact11-content2 {
  width: 606px;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.contact11-content3 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact11-content4 {
  gap: 16px;
  width: 640px;
  height: 114px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact11-container4 {
  flex: 0 0 auto;
  width: auto;
  height: Small;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
 
.contact11-text13 {
  align-self: flex-start;
  text-align: center;
}
 
.contact11-contact-info1 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact11-email {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}
 
.contact11-content5 {
  gap: 16px;
  height: 123px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact11-container5 {
  flex: 0 0 auto;
  width: auto;
  height: Small;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
 
.contact11-text14 {
  align-self: flex-start;
  text-align: center;
}
 
.contact11-contact-info2 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact11-text15 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}
 
.contact11-content6 {
  gap: 16px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact11-container6 {
  flex: 0 0 auto;
  width: auto;
  height: Small;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
 
.contact11-text16 {
  align-self: flex-start;
  text-align: center;
}
 
.contact11-contact-info3 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact11-address {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}
 
.contact11-content7 {
  width: 774px;
  height: 592px;
  align-items: stretch;
  flex-direction: row;
  justify-content: center;
}
 
.contact11-content8 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 662px;
  display: flex;
  align-self: flex-end;
  align-items: center;
  justify-content: center;
}
 
.contact11-iframe {
  height: 470px;
}
 
.about-fragment51 {
  display: contents;
}
 
.about-text51 {
  display: inline-block;
}
 
.about-fragment55 {
  display: contents;
}
 
.about-text55 {
  display: inline-block;
}
 
.about-fragment56 {
  display: contents;
}
 
.about-text56 {
  display: inline-block;
}
 
.about-fragment54 {
  display: contents;
}
 
.about-text54 {
  display: inline-block;
}
 
.about-fragment52 {
  display: contents;
}
 
.about-text52 {
  display: inline-block;
}
 
.about-fragment53 {
  display: contents;
}
 
.about-text53 {
  display: inline-block;
}
 

 

 

 
@media(max-width: 1200px) {
  .contact11-container1 {
    height: 787px;
    padding-top: var(--dl-layout-space-oneandhalfunits);
    padding-left: 60px;
    padding-bottom: var(--dl-layout-space-oneandhalfunits);
  }
  .contact11-container2 {
    width: 1074px;
  }
  .contact11-container3 {
    height: 181px;
  }
  .contact11-text11 {
    font-style: normal;
    font-weight: 500;
  }
  .contact11-text12 {
    display: flex;
    align-self: flex-start;
    flex-direction: column-reverse;
  }
  .contact11-content2 {
    height: 531px;
  }
  .contact11-content4 {
    width: auto;
    height: 156px;
  }
  .contact11-email {
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
  }
  .contact11-content5 {
    height: 140px;
  }
  .contact11-text15 {
    font-style: normal;
    font-weight: 500;
  }
  .contact11-address {
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
  }
  .contact11-content7 {
    height: 531px;
  }
  .contact11-iframe {
    width: 100%;
    height: 400px;
    align-self: flex-start;
  }
}
 
@media(max-width: 991px) {
  .contact11-container1 {
    width: 991px;
    height: auto;
    padding-top: 27px;
    padding-left: 68px;
    padding-right: var(--dl-layout-space-fiveunits);
  }
  .contact11-container2 {
    width: 990px;
  }
  .contact11-max-width {
    width: 549px;
    margin-right: 44px;
  }
  .contact11-container3 {
    width: auto;
    height: 205px;
    align-items: center;
    flex-direction: column;
  }
  .contact11-section-title {
    width: 315px;
    height: 52px;
  }
  .contact11-content1 {
    width: auto;
    height: auto;
    align-items: center;
  }
  .contact11-text11 {
    width: auto;
    height: auto;
    text-align: center;
  }
  .contact11-text12 {
    width: auto;
    height: auto;
    align-self: center;
    text-align: center;
  }
  .contact11-content2 {
    width: auto;
    height: auto;
    position: relative;
    align-items: center;
    flex-direction: column;
  }
  .contact11-content3 {
    width: 347px;
    align-items: center;
  }
  .contact11-content4 {
    height: auto;
    align-items: center;
  }
  .contact11-text13 {
    display: flex;
    justify-content: center;
  }
  .contact11-contact-info1 {
    align-items: center;
  }
  .contact11-email {
    text-align: center;
  }
  .contact11-content5 {
    height: auto;
    align-items: center;
  }
  .contact11-text15 {
    display: flex;
    align-self: center;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .contact11-content6 {
    height: auto;
    align-items: center;
  }
  .contact11-address {
    text-align: center;
  }
  .contact11-content7 {
    width: auto;
    height: auto;
    position: relative;
    align-self: center;
    align-items: flex-end;
    flex-direction: row;
    justify-content: flex-end;
  }
  .contact11-content8 {
    width: 309px;
    align-items: center;
  }
  .contact11-iframe {
    display: flex;
    align-self: flex-start;
    flex-direction: row;
  }
}
 
@media(max-width: 767px) {
  .contact11-container1 {
    width: 767px;
    height: 1139px;
    padding-top: var(--dl-layout-space-oneandhalfunits);
    margin-right: 0px;
  }
  .contact11-container2 {
    width: 624px;
    height: 1168px;
    align-items: flex-start;
    margin-right: 0px;
    flex-direction: column;
    justify-content: flex-start;
  }
  .contact11-max-width {
    width: auto;
    height: auto;
    align-self: center;
    margin-right: 0px;
  }
  .contact11-container3 {
    height: 201px;
  }
  .contact11-content7 {
    height: 453px;
    align-self: center;
  }
  .contact11-content8 {
    width: auto;
    height: 511px;
    align-self: flex-end;
    align-items: flex-end;
  }
}
 
@media(max-width: 479px) {
  .contact11-container1 {
    width: 479px;
    height: 1377px;
    padding-left: 28px;
    padding-right: var(--dl-layout-space-twounits);
  }
  .contact11-container2 {
    width: 100%;
  }
  .contact11-container3 {
    height: 247px;
  }
  .contact11-text11 {
    text-align: center;
  }
  .contact11-text12 {
    text-align: center;
    align-items: center;
  }
  .contact11-content4 {
    height: 219px;
    padding-top: 44px;
  }
  .contact11-content5 {
    height: 108px;
  }
  .contact11-content6 {
    height: 155px;
  }
  .contact11-address {
    text-align: center;
  }
  .contact11-content7 {
    height: 455px;
  }
}

.footer4-wrapper {
  display: contents;
}
 
.footer4-footer7 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
 
.footer4-max-width {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.footer4-credits {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.footer4-row {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: space-between;
}
 
.footer4-container {
  display: flex;
  align-items: flex-start;
}
 
.footer4-footer-links {
  gap: 24px;
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-items: flex-start;
}
 
@media(max-width: 1200px) {
  .footer4-footer7 {
    height: 115px;
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
 
@media(max-width: 991px) {
  .footer4-footer7 {
    height: 83px;
    padding-top: 20px;
    padding-left: 36px;
    padding-bottom: 12px;
  }
}
 
@media(max-width: 767px) {
  .footer4-row {
    gap: var(--dl-layout-space-oneandhalfunits);
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
 
@media(max-width: 479px) {
  .footer4-max-width {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .footer4-footer-links {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}

.about-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
 
.about-fragment10 {
  display: contents;
}
 
.about-text10 {
  display: inline-block;
}
 
.about-fragment11 {
  display: contents;
}
 
.about-text11 {
  display: inline-block;
}
 
.about-fragment12 {
  display: contents;
}
 
.about-text12 {
  display: inline-block;
}
 
.about-fragment13 {
  display: contents;
}
 
.about-text13 {
  display: inline-block;
}
 
.about-fragment14 {
  display: contents;
}
 
.about-text14 {
  display: inline-block;
}
 
.about-fragment15 {
  display: contents;
}
 
.about-text15 {
  display: inline-block;
}
 
.about-fragment16 {
  display: contents;
}
 
.about-text16 {
  display: inline-block;
}
 
.about-fragment17 {
  display: contents;
}
 
.about-text17 {
  display: inline-block;
}
 
.about-fragment18 {
  display: contents;
}
 
.about-text18 {
  display: inline-block;
}
 
.about-fragment19 {
  display: contents;
}
 
.about-text19 {
  display: inline-block;
}
 
.about-fragment20 {
  display: contents;
}
 
.about-text20 {
  display: inline-block;
}
 
.about-fragment21 {
  display: contents;
}
 
.about-text21 {
  display: inline-block;
}
 
.about-fragment22 {
  display: contents;
}
 
.about-text22 {
  display: inline-block;
}
 
.about-fragment23 {
  display: contents;
}
 
.about-text23 {
  display: inline-block;
}
 
.about-fragment24 {
  display: contents;
}
 
.about-text24 {
  display: inline-block;
}
 
.about-fragment25 {
  display: contents;
}
 
.about-text25 {
  display: inline-block;
}
 
.about-fragment26 {
  display: contents;
}
 
.about-text26 {
  display: inline-block;
}
 
.about-fragment27 {
  display: contents;
}
 
.about-text27 {
  display: inline-block;
}
 
.about-fragment28 {
  display: contents;
}
 
.about-text28 {
  display: inline-block;
}
 
.about-fragment29 {
  display: contents;
}
 
.about-text29 {
  display: inline-block;
}
 
.about-fragment30 {
  display: contents;
}
 
.about-text30 {
  display: inline-block;
}
 
.about-fragment31 {
  display: contents;
}
 
.about-text31 {
  display: inline-block;
}
 
.about-fragment32 {
  display: contents;
}
 
.about-text32 {
  display: inline-block;
}
 
.about-fragment33 {
  display: contents;
}
 
.about-text33 {
  display: inline-block;
}
 
.about-fragment34 {
  display: contents;
}
 
.about-text34 {
  display: inline-block;
}
 
.about-fragment35 {
  display: contents;
}
 
.about-text35 {
  display: inline-block;
}
 
.about-fragment36 {
  display: contents;
}
 
.about-text36 {
  display: inline-block;
}
 
.about-fragment37 {
  display: contents;
}
 
.about-text37 {
  display: inline-block;
}
 
.about-fragment38 {
  display: contents;
}
 
.about-text38 {
  display: inline-block;
}
 
.about-fragment39 {
  display: contents;
}
 
.about-text39 {
  display: inline-block;
}
 
.about-fragment40 {
  display: contents;
}
 
.about-text40 {
  display: inline-block;
}
 
.about-fragment41 {
  display: contents;
}
 
.about-text41 {
  display: inline-block;
}
 
.about-fragment42 {
  display: contents;
}
 
.about-text42 {
  display: inline-block;
}
 
.about-fragment43 {
  display: contents;
}
 
.about-text43 {
  display: inline-block;
}
 
.about-fragment44 {
  display: contents;
}
 
.about-text44 {
  display: inline-block;
}
 
.about-fragment45 {
  display: contents;
}
 
.about-text45 {
  display: inline-block;
}
 
.about-fragment46 {
  display: contents;
}
 
.about-text46 {
  display: inline-block;
}
 
.about-fragment47 {
  display: contents;
}
 
.about-text47 {
  display: inline-block;
}
 
.about-fragment48 {
  display: contents;
}
 
.about-text48 {
  display: inline-block;
}
 
.about-fragment49 {
  display: contents;
}
 
.about-text49 {
  display: inline-block;
}
 
.about-fragment50 {
  display: contents;
}
 
.about-text50 {
  display: inline-block;
}
 
.about-fragment51 {
  display: contents;
}
 
.about-text51 {
  display: inline-block;
}
 
.about-fragment52 {
  display: contents;
}
 
.about-text52 {
  display: inline-block;
}
 
.about-fragment53 {
  display: contents;
}
 
.about-text53 {
  display: inline-block;
}
 
.about-fragment54 {
  display: contents;
}
 
.about-text54 {
  display: inline-block;
}
 
.about-fragment55 {
  display: contents;
}
 
.about-text55 {
  display: inline-block;
}
 
.about-fragment56 {
  display: contents;
}
 
.about-text56 {
  display: inline-block;
}
