.home-container1 {
  width: 100%;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
 
.home-thq-header-elm {
  width: 100%;
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  z-index: 100;
  align-items: center;
  flex-direction: column;
}
 
.home-thq-pasted-image-elm {
  width: 80vw;        /* Adjusts to 20% of the screen width */
  max-width: 600px;   /* Prevents it from getting too huge on a monitor */
  min-width: 440px;   /* Prevents it from becoming a tiny dot on mobile */
  height: auto;       /* CRITICAL: Keeps the logo from stretching vertically */
  object-fit: contain; 
}
 
.home-thq-hero-elm {
  gap: var(--dl-layout-space-threeunits);
  width: 100%;
  height: 700px;
  display: flex;
  position: relative;
  max-width: var(--dl-layout-size-maxwidth);
  align-items: center;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: row;
  justify-content: center;
}
 
.home-thq-content-elm {
  gap: var(--dl-layout-space-unit);
  width: 696px;
  display: flex;
  position: relative;
  max-width: 1280px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
}
 
.home-thq-title-elm {
  color: rgb(18, 40, 33);
  width: 778px;
  height: 294px;
  font-size: 72px;
  max-width: 600px;
  font-style: normal;
  font-weight: 500;
  line-height: 92px;
  margin-right: 213px;
}
 
.home-text10 {
  width: 470px;
  max-width: 600px;
}
 
.home-thq-description-elm {
  color: rgb(18, 40, 33);
  font-size: 24px;
  max-width: 600px;
  font-family: "Lato";
  line-height: 36px;
}
 
.home-text16 {
  max-width: 600px;
}
 
.home-thq-testimonials-elm {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  max-width: var(--dl-layout-size-maxwidth);
  align-items: center;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
}
 
.home-container3 {
  display: contents;
}
 
.home-link {
  display: contents;
}
 
.home-container4 {
  display: none !important;
  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-icon1 {
  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-hero-elm {
    gap: var(--dl-layout-space-threeunits);
    height: auto;
    align-items: flex-start;
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
    flex-direction: column;
  }
  .home-thq-testimonials-elm {
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
  }
}
 
@media(max-width: 767px) {
  .home-thq-title-elm {
    font-size: 36px;
    line-height: 46px;
  }
  .home-text10 {
    font-size: 36px;
    line-height: 46px;
  }
  .home-thq-description-elm {
    font-size: 16px;
    line-height: 24px;
  }
  .home-text16 {
    font-size: 16px;
    line-height: 24px;
  }
}
