.navbar-wrapper {
  display: contents;
}
 
.navbar-navbar {
  width: 100%;
  display: flex;
  z-index: 1000;
  position: relative;
  max-width: 1200px;
  align-self: auto;
  align-items: center;
  flex-shrink: 1;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  padding-bottom: var(--dl-space-space-fiveunits);
}
 
.navbar-branding-logo {
  box-sizing: content-box;
}
 
.navbar-nav-content {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: center;
  margin-left: auto;
  flex-direction: row;
  justify-content: flex-start;
}
 
.navbar-nav-links1 {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: flex-start;
  border-color: transparent;

  .navbar-submenu {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 200px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1001;
  }
  
  .navbar-submenu a {
    color: #333;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
    font-family: Poppins, sans-serif;
  }
  
  .navbar-submenu a:hover {
    background-color: #f1f1f1;
  }
  
  .navbar-link1:hover .navbar-submenu {
    display: block;
  }
  
}
 

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

 
.navbar-text1 {
  color: rgba(255, 255, 255, 1);
  align-self: auto;
  font-style: Medium;
  text-align: left;
  font-family: Poppins;
  font-weight: 500;
  font-stretch: normal;
  text-decoration: none;
}
 
.navbar-hamburger {
  display: none;
}
 
.navbar-image1 {
  width: 100px;
  object-fit: cover;
}
 
.navbar-mobile-menu {
  gap: var(--dl-space-space-twounits);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  padding: var(--dl-space-space-twounits);
  z-index: 100;
  position: fixed;
  transform: translateX(100%);
  transition: 0.3s;
  align-items: stretch;
  flex-direction: column;
  background-color: #fff;
}
 
.navbar-branding {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.navbar-image2 {
  width: 100px;
  filter: brightness(0) saturate(100%);
  object-fit: cover;
}
 
.navbar-container1 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.navbar-icon1 {
  width: 24px;
  height: 24px;
}
 
.navbar-nav-links2 {
  gap: var(--dl-space-space-unit);
  color: var(--dl-color-gray-black);
  display: flex;
  flex-direction: column;
}
 
.navbar-text2 {
  color: rgba(255, 255, 255, 1);
  align-self: auto;
  font-style: Medium;
  text-align: left;
  font-family: Poppins;
  font-weight: 500;
  font-stretch: normal;
  text-decoration: none;
}
 
.navbar-container3 {
  display: contents;
}
 
.navbarroot-class-name {
  width: auto;
  max-width: 90%;
  min-width: 80%;
  align-self: center;
  padding-top: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-threeunits);
  background-color: #323232;
}
 
.navbarroot-class-name1 {
  width: auto;
  max-width: 90%;
  min-width: 80%;
  align-self: center;
  padding-top: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-threeunits);
  background-color: #323232;
}
 
.navbarroot-class-name2 {
  width: auto;
  max-width: 90%;
  min-width: 80%;
  align-self: center;
  padding-top: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-threeunits);
  background-color: #323232;
}
 
.navbarroot-class-name3 {
  width: auto;
  max-width: 90%;
  min-width: 80%;
  align-self: center;
  padding-top: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-threeunits);
  background-color: #323232;
}
 
.navbarroot-class-name4 {
  width: auto;
  max-width: 90%;
  min-width: 80%;
  align-self: center;
  padding-top: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-threeunits);
  background-color: #323232;
}
 
@media(max-width: 767px) {
  .navbar-navbar {
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .navbar-branding-logo {
    width: 80px;
  }
  .navbar-nav-links1 {
    display: none;
  }
  .navbar-get-started1 {
    display: none;
  }
  .navbar-hamburger {
    display: flex;
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
  .navbar-image1 {
    width: 16px;
    height: 14px;
  }
  .navbar-branding {
    width: 100%;
  }
  .navbar-nav-links2 {
    margin-top: var(--dl-space-space-twounits);
    align-items: flex-start;
    margin-bottom: var(--dl-space-space-twounits);
    justify-content: center;
  }
}

.contact-us-container1 {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  overflow-x: hidden;
  align-items: center;
  flex-direction: column;
  background-color: #323232;
}
 
.contact-us-section1 {
  width: 100%;
  height: 586px;
  display: flex;
  align-items: center;
  padding-top: 50PX;
  border-color: #0073e6;
  padding-left: 50px;
  padding-right: 50px;
  flex-direction: column;
  justify-content: center;
  border-bottom-width: 1px;
}
 
.contact-us-hero {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.contact-us-content10 {
  gap: var(--dl-space-space-fiveunits);
  width: 100%;
  display: flex;
  max-width: 100%;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact-us-main1 {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact-us-header1 {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.contact-us-heading1 {
  fill: #323232;
  color: rgb(255, 255, 255);
  
  font-size: 58px;
  align-self: center;
  font-style: normal;
  text-align: center;
  font-family: "Poppins";
}
 
.contact-us-caption1 {
  fill: #323232;
  color: #ffffff;
  width: 80%;
  align-self: center;
}
 
.contact-us-buttons1 {
  gap: var(--dl-space-space-unit);
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.contact-us-highlight {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: row;
}
 
.contact-us-avatars {
  width: 115px;
  height: var(--dl-size-size-small);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
}
 
.contact-us-image1 {
  left: 0px;
  position: absolute;
}
 
.contact-us-image2 {
  left: var(--dl-space-space-twounits);
  position: absolute;
  object-fit: cover;
}
 
.contact-us-image3 {
  left: var(--dl-space-space-fourunits);
  position: absolute;
  object-fit: cover;
}
 
.contact-us-caption2 {
  fill: #323232;
  color: #ffffff;
  font-family: "Poppins";
  line-height: 24px;
}
 
.contact-us-section2 {
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 120px;
  flex-direction: column;
  padding-bottom: 120px;
  justify-content: center;
  background-color: #ffffff;
}
 
.contact-us-note {
  gap: 140px;
  width: 80%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.contact-us-content11 {
  gap: var(--dl-space-space-threeunits);
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.contact-us-contact20 {
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.contact-us-max-width {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.contact-us-row {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
}
 
.contact-us-content12 {
  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-content13 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-self: stretch;
  align-items: stretch;
  flex-direction: column;
}
 
.contact-us-text10 {
  align-self: stretch;
  text-align: center;
  font-family: "Poppins";
}
 
.contact-us-text11 {
  text-align: center;
  font-family: "Poppins";
}
 
.contact-us-email {
  text-align: center;
  font-family: "Poppins";
}
 
.contact-us-content14 {
  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-content15 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-self: stretch;
  align-items: stretch;
  flex-direction: column;
}
 
.contact-us-text12 {
  align-self: stretch;
  text-align: center;
  font-family: "Poppins";
}
 
.contact-us-text13 {
  text-align: center;
  font-family: "Poppins";
}
 
.contact-us-phone {
  text-align: center;
  font-family: "Poppins";
}
 
.contact-us-content16 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.contact-us-contact-info3 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.contact-us-content17 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-self: stretch;
  align-items: stretch;
  flex-direction: column;
}
 
.contact-us-text14 {
  align-self: stretch;
  text-align: center;
  font-family: "Poppins";
}
 
.contact-us-text15 {
  text-align: center;
  font-family: "Poppins";
}
 
.contact-us-address {
  text-align: center;
  font-family: "Poppins";
}
 
.contact-us-section3 {
  gap: var(--dl-space-space-fiveunits);
  flex: 1;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: 120px;
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: 120px;
  justify-content: center;
  background-color: #323232;
}
 
.contact-us-banner {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-fiveunits);
  z-index: 50;
  max-width: 1200px;
  align-items: center;
  border-radius: 20px;
  justify-content: space-between;
  background-color: #7CD3F7;
}
 
.contact-us-header2 {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  max-width: 600px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.contact-us-heading2 {
  fill: #323232;
  color: #323232;
}
 
.contact-us-description {
  color: #080808;
  font-size: 20px;
  line-height: 30px;
}
 
.contact-us-buttons2 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.contact-us-get-started {
  width: 196px;
  display: flex;
  background-color: #3E8BF7;
}
 
.contact-us-text16 {
  color: #ffffff;
  font-size: 20px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 24px;
  white-space: nowrap;
}
 
.contact-us-footer {
  gap: var(--dl-space-space-fiveunits);
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 120px;
  padding-left: 50px;
  padding-right: 50px;
  flex-direction: column;
  padding-bottom: var(--dl-space-space-threeunits);
  justify-content: center;
}
 
.contact-us-content18 {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
 
.contact-us-main-content {
  gap: var(--dl-space-space-fiveunits);
  flex: 1;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.contact-us-content19 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
}
 
.contact-us-main2 {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.contact-us-header3 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.contact-us-branding {
  width: 120px;
  object-fit: cover;
}
 
.contact-us-text17 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 14px;
  max-width: 260px;
  font-family: Poppins;
  line-height: 21px;
}
 
.contact-us-socials {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
}
 
.contact-us-link1 {
  display: contents;
}
 
.contact-us-link2 {
  display: contents;
}
 
.contact-us-link3 {
  display: contents;
}
 
.contact-us-categories {
  gap: var(--dl-space-space-fourunits);
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
}
 
.contact-us-category1 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.contact-us-header4 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.contact-us-links1 {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.contact-us-category2 {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  max-width: 175px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.contact-us-header5 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.contact-us-links2 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.contact-us-copyright1 {
  gap: var(--dl-space-space-fiveunits);
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.contact-us-text31 {
  color: #C4C4C4;
  width: 100%;
  font-size: 14px;
  font-family: Poppins;
  line-height: 21px;
}
 
.contact-us-copyright2 {
  gap: var(--dl-space-space-fiveunits);
  flex: 1;
  width: 100%;
  display: none;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.contact-us-text32 {
  color: #C4C4C4;
  width: 100%;
  font-size: 14px;
  font-family: Poppins;
  line-height: 21px;
}
 
.contact-us-container3 {
  display: contents;
}
 
@media(max-width: 991px) {
  .contact-us-section1 {
    height: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
  .contact-us-hero {
    gap: var(--dl-space-space-fourunits);
    flex: 1;
    position: relative;
    max-width: auto;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .contact-us-content10 {
    position: relative;
    align-items: center;
  }
  .contact-us-main1 {
    align-items: center;
  }
  .contact-us-heading1 {
    text-align: left;
  }
  .contact-us-caption1 {
    text-align: left;
  }
  .contact-us-buttons1 {
    width: 100%;
  }
  .contact-us-highlight {
    width: 100%;
    flex-direction: column;
  }
  .contact-us-note {
    gap: var(--dl-space-space-fourunits);
    flex-direction: column;
  }
  .contact-us-content11 {
    max-width: 100%;
  }
  .contact-us-banner {
    gap: var(--dl-space-space-twounits);
    flex-direction: column;
    justify-content: center;
  }
  .contact-us-buttons2 {
    width: 100%;
    flex-direction: column;
  }
  .contact-us-get-started {
    width: 100%;
  }
  .contact-us-content18 {
    gap: var(--dl-space-space-threeunits);
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
  .contact-us-copyright1 {
    display: none;
  }
  .contact-us-copyright2 {
    display: flex;
  }
}
 
@media(max-width: 767px) {
  .contact-us-content10 {
    gap: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .contact-us-heading1 {
    font-size: 40px;
  }
  .contact-us-caption1 {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-family: Poppins;
    line-height: 24px;
  }
  .contact-us-caption2 {
    font-size: 14px;
    line-height: 21px;
  }
  .contact-us-section2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .contact-us-note {
    gap: var(--dl-space-space-threeunits);
  }
  .contact-us-row {
    flex-direction: column;
  }
  .contact-us-banner {
    padding-top: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .contact-us-heading2 {
    text-align: center;
  }
  .contact-us-description {
    text-align: center;
  }
  .contact-us-content19 {
    gap: var(--dl-space-space-threeunits);
    flex-direction: column;
  }
  .contact-us-main2 {
    gap: var(--dl-space-space-twounits);
  }
  .contact-us-categories {
    gap: var(--dl-space-space-twounits);
    flex-direction: column;
  }
}
 
@media(max-width: 479px) {
  .contact-us-header1 {
    align-items: flex-start;
  }
  .contact-us-heading1 {
    max-width: 280px;
  }
  .contact-us-row {
    align-items: stretch;
  }
  .contact-us-heading2 {
    text-align: center;
  }
  .contact-us-description {
    text-align: center;
  }
}
