.home-container1 {
  width: 100%;
  height: auto;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
 
.home-thq-navbar-container-elm {
  top: 0;
  width: 100%;
  display: flex;
  z-index: 100;
  position: sticky;
  box-shadow: 5px 5px 10px 0px #b9b9b9;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-gray-white);
}
 
.home-thq-navbar-elm {
  width: 100%;
  display: flex;
  max-width: var(--dl-layout-size-maxcontent);
  align-items: center;
  padding-top: var(--dl-layout-space-doubleunit);
  padding-left: var(--dl-layout-space-tripleunit);
  padding-right: var(--dl-layout-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-doubleunit);
  justify-content: space-between;
}
 
.home-container2 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: space-between;
  flex-direction: column;
}
 
.home-thq-left-side-elm {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.home-thq-burger-menu-elm {
  display: none;
  align-items: flex-start;
  border-radius: var(--dl-layout-radius-radius4);
  flex-direction: column;
}
 
.home-icon1 {
  width: 36px;
  height: 36px;
}
 
.home-image1 {
  width: 200px;
  object-fit: cover;
}
 
.home-thq-mobile-menu-elm {
  top: 0px;
  flex: 0 0 auto;
  left: 0px;
  width: 100%;
  height: 100VH;
  display: none;
  padding: var(--dl-layout-space-doubleunit);
  position: absolute;
  align-items: flex-start;
  flex-direction: column;
  background-color: #fff;
}
 
.home-container3 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-doubleunit);
  flex-direction: row;
  justify-content: space-between;
}
 
.home-image2 {
  width: 50px;
  align-self: center;
  object-fit: cover;
  margin-right: var(--dl-layout-space-doubleunit);
}
 
.home-thq-close-menu-elm {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-icon3 {
  width: 24px;
  height: 24px;
}
 
.home-thq-links-container-elm {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-thq-link-elm1 {
  margin-bottom: var(--dl-layout-space-unit);
  text-decoration: none;
}
 
.home-thq-link-elm2 {
  margin-bottom: var(--dl-layout-space-unit);
  text-decoration: none;
}
 
.home-thq-link-elm3 {
  margin-bottom: var(--dl-layout-space-unit);
  text-decoration: none;
}
 
.home-thq-link-elm4 {
  text-decoration: none;
}
 
.home-thq-section-separator-elm1 {
  width: 100%;
  height: 1px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  background-color: var(--dl-color-gray-900);
}
 
.home-thq-get-in-touch-elm {
  width: 100%;
  display: flex;
  max-width: var(--dl-layout-size-maxcontent);
  margin-top: var(--dl-layout-space-fiveunits);
  align-items: center;
  padding-top: var(--dl-layout-space-fiveunits);
  padding-left: var(--dl-layout-space-tripleunit);
  padding-right: var(--dl-layout-space-tripleunit);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-fiveunits);
  justify-content: flex-start;
}
 
.home-text10 {
  text-align: center;
  font-family: "Roboto";
  margin-bottom: var(--dl-layout-space-fourunits);
}
 
.home-thq-content-container-elm {
  width: 100%;
  display: flex;
  align-self: stretch;
  margin-top: var(--dl-layout-space-fiveunits);
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.home-thq-locations-container-elm {
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-layout-space-fiveunits);
  flex-direction: column;
}
 
.home-text11 {
  font-family: "Roboto";
}
 
.home-text12 {
  font-family: "Roboto";
  font-weight: 700;
}
 
.home-text13 {
  font-family: "Roboto";
}
 
.home-text14 {
  font-family: "Roboto";
}
 
.home-text16 {
  font-family: "Roboto";
}
 
.home-text18 {
  font-family: "Roboto";
}
 
.home-text20 {
  font-family: "Roboto";
}
 
.home-text22 {
  font-family: "Roboto";
}
 
.home-thq-section-separator-elm2 {
  width: 100%;
  height: 1px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  background-color: var(--dl-color-gray-900);
}
 
.home-thq-footer-container-elm {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-gray-white);
}
 
.home-thq-footer-elm {
  width: 100%;
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  max-width: var(--dl-layout-size-maxcontent);
  align-items: center;
  padding-top: var(--dl-layout-space-tripleunit);
  padding-left: var(--dl-layout-space-tripleunit);
  padding-right: var(--dl-layout-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-tripleunit);
  justify-content: space-between;
}
 
.home-link {
  display: contents;
}
 
.home-container4 {
  right: 50px;
  border: 1px solid #ffffff5c;
  bottom: 30px;
  display: flex;
  z-index: 22;
  position: fixed;
  box-shadow: 5px 5px 10px 0px rgba(31, 31, 31, 0.4);
  min-height: auto;
  align-items: center;
  padding-top: 8px;
  padding-left: 12px;
  border-radius: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  backdrop-filter: blur(6px);
  background-color: rgba(41, 41, 41, 0.41);
}
 
.home-icon5 {
  width: 24px;
  margin-right: 4px;
}
 
.home-text23 {
  color: white;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
 
@media(max-width: 991px) {
  .home-thq-locations-container-elm {
    flex-wrap: wrap;
  }
}
 
@media(max-width: 767px) {
  .home-thq-burger-menu-elm {
    display: flex;
    padding: var(--dl-layout-space-halfunit);
    background-color: var(--dl-color-gray-black);
  }
  .home-icon1 {
    fill: var(--dl-color-gray-white);
  }
  .home-thq-content-container-elm {
    width: 100%;
    flex-direction: column;
  }
  .home-thq-locations-container-elm {
    flex-direction: row;
    justify-content: center;
  }
}
 
@media(max-width: 479px) {
  .home-thq-content-container-elm {
    padding-left: 0px;
  }
}
