.navigation-wrapper {
  display: contents;
}

.navigation-container {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  background-color: var(--dl-color-theme-neutral-light);
}

.navigation-navbar-interactive {
  width: 100%;
  display: flex;
  position: relative;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: space-between;
}

.navigation-image1 {
  left: 39px;
  width: 258px;
  bottom: 7px;
  height: 75px;
  position: absolute;
}

.navigation-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}

.navigation-links1 {
  gap: var(--dl-space-space-twounits);
  flex: 1;
  display: flex;
  align-items: center;
  margin-left: var(--dl-space-space-twounits);
  flex-direction: row;
  justify-content: flex-end;
}

.navigation-link11 {
  text-decoration: none;
}

.navigation-link21 {
  text-decoration: none;
}

.navigation-link31 {
  text-decoration: none;
}

.navigation-link41 {
  text-decoration: none;
}

.navigation-burger-menu {
  display: none;
}

.navigation-icon1 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}

.navigation-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: var(--dl-space-space-twounits);
  z-index: 100;
  position: absolute;
  flex-direction: column;
  background-color: var(--dl-color-theme-neutral-light);
}

.navigation-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.navigation-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}

.navigation-logo {
  height: 3rem;
}

.navigation-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}

.navigation-icon3 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}

.navigation-links2 {
  gap: var(--dl-space-space-unit);
  flex: 0 0 auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.navigation-buttons {
  gap: var(--dl-space-space-twounits);
  display: flex;
  margin-top: var(--dl-space-space-twounits);
  align-items: center;
}

.navigationroot-class-name {
  background-color: var(--dl-color-theme-secondary1);
}

.navigationroot-class-name2 {
  background-color: var(--dl-color-theme-secondary1);
}

.navigationroot-class-name4 {
  background-color: var(--dl-color-theme-secondary1);
}






@media(max-width: 1600px) {
  .navigation-navbar-interactive {
    width: 1460px;
  }
}

@media(max-width: 1200px) {
  .navigation-navbar-interactive {
    position: relative;
    background-color: #ffffff;
  }

  .navigation-image1 {
    left: 54px;
    width: 253px;
    bottom: 6px;
    height: 73px;
    position: absolute;
  }

  .navigation-links1 {
    align-self: flex-end;
    justify-content: flex-end;
  }
}

.component1-wrapper {
  display: contents;
}

.component1-container1 {
  width: 100%;
  height: 400px;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.component1-max-width {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  max-width: 600px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.component1-text1 {
  font-size: 100px;
  font-family: "Roboto";
}

.component1-text2 {
  font-family: "Open Sans";
  text-transform: uppercase;
}

.component1-container2 {
  flex: 0 0 auto;
  width: auto;
  height: 100px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.component1-container3 {
  flex: 0 0 auto;
  width: 200px;
  height: 100px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.component1-link1 {
  text-decoration: none;
}

.component1-container4 {
  flex: 0 0 auto;
  width: 200px;
  height: 100px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.component1-link2 {
  text-decoration: none;
}

.page-fragment3 {
  display: contents;
}

.page-text3 {
  display: inline-block;
}

.page-fragment2 {
  display: contents;
}

.page-text2 {
  display: inline-block;
  text-align: center;
}

.page-fragment1 {
  display: contents;
}

.page-text1 {
  display: inline-block;
}

@media(max-width: 767px) {
  .component1-max-width {
    align-items: center;
    padding-left: var(--dl-space-space-threeunits);
    padding-right: var(--dl-space-space-threeunits);
  }

  .page-text2 {
    text-align: center;
  }
}

@media(max-width: 479px) {
  .component1-max-width {
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
}

.contact-us-wrapper {
  display: contents;
}

.contact-us-contact20 {
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-direction: column;
  background-color: var(--dl-color-theme-secondary2);
}

.contact-us-max-width {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-items: center;
  flex-direction: column;
}

.contact-us-section-title {
  gap: var(--dl-space-space-unit);
  width: auto;
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  max-width: 800px;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}

.contact-us-row {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
}

.contact-us-content1 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.contact-us-contact-info1 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.contact-us-content2 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-self: stretch;
  align-items: stretch;
  flex-direction: column;
}

.contact-us-text1 {
  align-self: stretch;
  text-align: center;
}

.contact-us-text2 {
  text-align: center;
}

.contact-us-email {
  text-align: center;
}

.contact-us-content3 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.contact-us-contact-info2 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.contact-us-content4 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-self: stretch;
  align-items: stretch;
  flex-direction: column;
}

.contact-us-text3 {
  align-self: stretch;
  text-align: center;
}

.contact-us-text4 {
  text-align: center;
}

.contact-us-phone {
  text-align: center;
}


.contact-u-sroot-class-name2 {
  background-color: #D9D9D9;
}

.contact-u-sroot-class-name4 {
  background-color: #D9D9D9;
}






@media(max-width: 1600px) {
  .contact-u-sroot-class-name2 {
    background-color: var(--dl-color-theme-secondary2);
  }

  .contact-u-sroot-class-name4 {
    background-color: var(--dl-color-theme-secondary2);
  }
}

@media(max-width: 1200px) {
  .contact-us-row {
    align-self: flex-start;
  }
}

.page-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}

.page-fragment1 {
  display: contents;
}

.page-text1 {
  display: inline-block;
}

.page-fragment2 {
  display: contents;
}

.page-text2 {
  display: inline-block;
  text-align: center;
}

.page-fragment3 {
  display: contents;
}

.page-text3 {
  display: inline-block;
}

@media(max-width: 767px) {
  .page-text2 {
    text-align: center;
  }
}