:root {
  --royal-blue: #2f6fc9;
  --light-sky-blue: #7ad1ff;
  --black: #000;
  --white: white;
  --button-hover: #5780b9;
  --cornflower-blue: #80aae5;
  --cornflower-blue-2: #638ac3;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.nav-bar {
  z-index: 99;
  background-image: linear-gradient(to bottom, var(--royal-blue), var(--royal-blue));
  justify-content: space-between;
  max-width: none;
  min-height: 170px;
  max-height: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-bar:hover {
  color: var(--light-sky-blue);
}

.hero-image {
  background-image: linear-gradient(261deg, #000, #fff0), url('../images/shutterstock_1939457236-2.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  min-height: 630px;
  max-height: 630px;
  padding-bottom: 150px;
  display: flex;
}

.hero-image.home {
  padding-bottom: 0;
}

.hero-image.about {
  background-image: linear-gradient(76deg, #000, #fff0), url('../images/shutterstock_1553656739.jpg');
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
  padding-top: 0;
}

.hero-image.services-hero {
  background-image: linear-gradient(261deg, #000, #fff0), url('../images/IMG_20191205_112917.jpg');
  margin-top: 100px;
}

.home-page-about {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 500px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.services-title {
  color: #2f6fc9;
  background-color: #fff0;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100px;
  max-height: 110px;
  margin-top: 63px;
  display: flex;
}

.services-pannels {
  max-width: 1400px;
  margin: auto;
  padding: 0 40px 40px;
  position: absolute;
}

.why-hade {
  flex-flow: row;
  place-content: flex-start center;
  align-items: flex-start;
  margin: 100px 50px 140px;
  padding-top: 0;
  display: flex;
}

.footer {
  background-color: var(--royal-blue);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-height: 200px;
  display: flex;
}

.div-block {
  max-width: 1400px;
}

.container {
  justify-content: center;
  min-width: auto;
  max-width: 1400px;
  margin: 260px auto 100px;
  display: block;
}

.container.home-container {
  max-width: 100vh;
  margin-top: 0;
}

.container.about-hade {
  justify-content: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.acreds {
  margin-top: 60px;
  margin-bottom: 227px;
  display: none;
}

.container.services-container {
  margin-top: 81px;
}

.services-tiles {
  margin-bottom: 140px;
  margin-left: 100px;
  margin-right: 100px;
}

.contact {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  margin: 140px 40px 220px;
  display: flex;
  overflow: visible;
}

.div-block-2 {
  justify-content: space-between;
  display: flex;
}

.logo {
  align-items: center;
  max-width: 300px;
  margin-left: 100px;
  margin-right: 0;
  display: flex;
}

.logo.w--current {
  margin-left: 100px;
}

.nav-selection {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 100px;
  padding-left: 0;
  font-family: Exo, sans-serif;
  display: flex;
}

.image-logo {
  max-width: 300px;
  margin-top: 20px;
  display: block;
}

.nav-buttons {
  display: flex;
}

.nav-link {
  color: #fff;
  padding-left: 24px;
  font-family: Exo, sans-serif;
  font-size: 26px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link:hover {
  color: #7ad1ff;
}

.nav-link.w--current {
  font-family: Exo, sans-serif;
  font-weight: 400;
}

.hero-text {
  color: #fff;
  text-align: right;
  max-width: 780px;
  max-height: 400px;
  margin-right: 100px;
  font-family: Exo, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 100px;
}

.hero-text.small-text {
  font-size: 20px;
  line-height: 100%;
}

.hero-link {
  color: #fff;
  margin-top: 13px;
  margin-right: 100px;
  font-family: Exo, sans-serif;
  font-size: 40px;
  font-weight: 300;
  text-decoration: underline;
}

.heading {
  color: var(--royal-blue);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  margin: 4px 40px 0 61px;
  padding-top: 60px;
  padding-right: 0;
  font-family: Exo, sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 55px;
  display: flex;
}

.link {
  color: var(--royal-blue);
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  margin-top: 20px;
  margin-left: 60px;
  margin-right: 60px;
  padding-bottom: 153px;
  font-family: Exo, sans-serif;
  font-size: 40px;
  font-weight: 300;
  display: flex;
}

.heading-2 {
  color: #000;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 25px auto 0 220px;
  font-family: Exo, sans-serif;
  font-size: 48px;
  font-weight: 600;
  display: flex;
}

.div-block-3 {
  justify-content: space-around;
  display: flex;
}

.pannels {
  display: flex;
}

.div-block-4 {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  max-width: none;
  margin-left: 60px;
  margin-right: 10px;
  padding-left: 0;
  display: flex;
}

.image {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph {
  color: #000;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 400px;
  max-width: 1000px;
  min-height: auto;
  max-height: none;
  margin: 44px 25px 40px;
  font-family: Exo, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
  display: flex;
}

.div-block-5 {
  justify-content: space-around;
  display: flex;
}

.heading-3 {
  color: #000;
  margin: 0 auto auto;
  font-family: Exo, sans-serif;
  font-size: 48px;
  font-weight: 600;
}

.div-block-6 {
  margin-left: 10px;
  margin-right: 60px;
  display: none;
}

.div-block-7 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 40px;
  margin-right: 20px;
  display: flex;
}

.div-block-8 {
  margin-left: 40px;
}

.image-2 {
  max-width: 192px;
  max-height: 80px;
}

.footer-nav {
  margin-right: 40px;
  font-family: Exo, sans-serif;
  font-weight: 400;
}

.div-block-9 {
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.footer-link {
  color: #fff;
  text-align: left;
  justify-content: space-between;
  min-width: 200px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Avenir Next, sans-serif;
  font-size: 20px;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.footer-link:hover {
  color: var(--light-sky-blue);
}

.footer-link.w--current {
  font-size: 20px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.image-3 {
  min-width: 300px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-10 {
  flex-direction: column;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.div-block-11 {
  justify-content: space-between;
  display: flex;
}

.about-hade-services {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  max-width: 1400px;
  min-height: auto;
  margin: 100px auto 140px;
  display: flex;
}

.about-hade-services.why-hade-about {
  margin-top: 100px;
  margin-bottom: 100px;
}

.div-block-12 {
  justify-content: space-between;
  align-items: flex-start;
  min-height: 400px;
  margin: 100px 20px;
  display: flex;
}

.about-hade-services-text {
  flex-direction: column;
  flex: 0 auto;
  order: -1;
  align-self: stretch;
  margin-left: 20px;
  margin-right: auto;
  padding-right: 0;
  display: flex;
}

.about-hade-services-image {
  max-width: 600px;
  margin-left: 20px;
  margin-right: 20px;
}

.what-we-do-image {
  max-width: 700px;
  margin-left: 20px;
  margin-right: 20px;
}

.what-we-do-text {
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
}

.contact-text {
  flex-direction: column;
  max-width: 500px;
  margin-left: 0;
  margin-right: auto;
  padding-right: 0;
  display: flex;
}

.contact-image {
  aspect-ratio: auto;
  object-fit: scale-down;
  overflow: hidden;
}

.heading-4 {
  color: var(--black);
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  padding-left: 8px;
  padding-right: 18px;
  font-family: Exo, sans-serif;
  font-size: 68px;
  font-weight: 600;
  line-height: 100%;
}

.paragraph-2 {
  color: var(--black);
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: 10px;
  font-family: Exo, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
}

.link-2 {
  color: var(--black);
  align-self: flex-start;
  margin-left: 10px;
  font-family: Exo, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 45px;
  text-decoration: none;
}

.link-2:hover {
  color: var(--light-sky-blue);
}

.text-block {
  color: var(--black);
  margin-left: 10px;
  font-family: Exo, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 45px;
  display: none;
}

.image-4 {
  aspect-ratio: auto;
  object-fit: contain;
  align-self: center;
  min-width: auto;
  max-width: none;
  margin-left: 36px;
  position: static;
  overflow: auto;
}

.heading-5 {
  color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  margin-left: 100px;
  font-family: Exo, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 50px;
  display: flex;
}

.heading-6 {
  color: var(--royal-blue);
  text-align: right;
  margin-top: 0;
  margin-right: 40px;
  font-family: Avenir Next, sans-serif;
  font-weight: 500;
}

.paragraph-3 {
  color: var(--royal-blue);
  text-align: right;
  min-width: 400px;
  max-width: 500px;
  margin-top: 20px;
  margin-right: 40px;
  font-family: Avenir Next, sans-serif;
  font-size: 26px;
  line-height: 100%;
}

.heading-7 {
  color: var(--royal-blue);
  object-fit: scale-down;
  flex: 0 auto;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  font-family: Avenir Next, sans-serif;
  font-weight: 500;
}

.paragraph-4 {
  color: var(--royal-blue);
  object-fit: contain;
  flex: 0 auto;
  align-self: flex-start;
  min-width: 400px;
  max-width: 500px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  font-family: Avenir Next, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 100%;
  position: static;
  left: auto;
  right: auto;
}

.image-5 {
  min-width: auto;
  max-width: 600px;
  margin-right: auto;
}

.image-6 {
  object-fit: fill;
  width: auto;
  min-width: auto;
  max-width: 600px;
  height: auto;
  margin-left: 0;
  margin-right: auto;
  display: inline-block;
  position: static;
  overflow: visible;
}

.image-7 {
  max-width: 600px;
}

.div-block-13 {
  display: flex;
}

.div-block-14 {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 25px;
  margin-right: 25px;
  padding-left: 0;
  padding-right: 20px;
  font-family: Exo, sans-serif;
  display: block;
}

.heading-8 {
  color: #000;
  text-align: right;
  margin-top: 20px;
  margin-left: 0;
  font-family: Avenir Next, sans-serif;
  font-size: 50px;
  font-weight: 500;
}

.heading-8.about-hade-heading {
  color: #000;
  text-align: left;
  margin: auto auto 34px;
  padding-left: 0;
  font-family: Exo, sans-serif;
  font-size: 48px;
  font-weight: 600;
}

.image-8 {
  max-width: 600px;
  margin-left: auto;
  margin-right: 25px;
}

.what-we-do {
  color: #000;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 100px;
  font-family: Avenir Next, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
}

.about-hade-text {
  color: #000;
  text-align: left;
  margin-bottom: 59px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-family: Exo, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 110%;
}

.heading-9 {
  color: #fff;
  text-align: right;
  margin-right: 100px;
  font-family: Exo, sans-serif;
  font-size: 68px;
  font-weight: 600;
  line-height: 80px;
}

.grid {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  background-color: #85a2da00;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.text-block-2 {
  color: var(--royal-blue);
  object-fit: fill;
  flex: none;
  align-self: flex-start;
  margin-top: 0;
  margin-left: 10px;
  font-family: Exo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.text-block-2:hover {
  color: #727477;
  text-decoration: none;
}

.text-block-2.learn-more-services {
  margin-top: 10px;
  font-size: 20px;
  text-decoration: underline;
}

.link-block {
  background-color: var(--royal-blue);
  cursor: pointer;
  text-decoration: none;
}

.services-image {
  max-height: 105.179%;
}

.hero-section {
  max-width: none;
  margin-top: 0;
  padding-top: 100px;
}

.home-about-section {
  background-image: url('../images/image-15831.png');
  background-position: 85% 60%;
  background-repeat: no-repeat;
  background-size: 700px;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 500px;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.services-section-home {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 67px auto 100px;
  display: block;
  position: static;
}

.home-why-hade-section {
  margin-top: 143px;
  margin-bottom: 140px;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.body {
  aspect-ratio: auto;
  max-width: none;
  font-family: Exo, sans-serif;
}

.button {
  background-color: var(--royal-blue);
  border-radius: 10px;
  margin-top: 10px;
  margin-right: 100px;
  padding: 15px;
  font-size: 32px;
}

.div-block-15 {
  background-image: linear-gradient(#a9cdff, #a9cdff);
  border-radius: 0;
  justify-content: space-between;
  align-items: flex-start;
  padding: 26px;
  display: flex;
}

.div-block-15.legionella-tile {
  opacity: .91;
  background-image: linear-gradient(53deg, #d6d6d6, #fff), linear-gradient(#406fd1, #406fd1);
  border-radius: 14px;
  flex-direction: column;
  padding: 10px;
}

.image-10 {
  aspect-ratio: 1;
  border-radius: 0;
  min-width: 70px;
  max-width: 80px;
  padding: 0 7px 10px;
}

.div-block-16 {
  object-fit: fill;
  background-image: linear-gradient(#ffdada00, #ffdada00);
  border-radius: 0;
  align-self: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.div-block-17 {
  flex-direction: column;
  align-self: center;
  margin-left: 0;
  display: flex;
}

.heading-10 {
  color: var(--royal-blue);
  text-align: center;
  margin-top: 0;
  font-size: 26px;
  font-weight: 400;
}

.grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-radius: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: -672px;
}

.link-3 {
  color: #000;
}

.image-11 {
  margin-left: auto;
  margin-right: auto;
}

.slider {
  clear: both;
  object-fit: contain;
  flex-wrap: nowrap;
  margin: 60px;
  display: flex;
  overflow: visible;
}

.image-12 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-18 {
  border-radius: 20px;
  max-width: 1200px;
  min-height: 700px;
  max-height: 900px;
  margin-left: auto;
  margin-right: auto;
}

.hover-image-collection {
  float: none;
  clear: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-height: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: auto;
}

.image-13 {
  aspect-ratio: auto;
  object-fit: fill;
  display: inline-block;
  position: absolute;
}

.image-14, .image-15, .image-16, .image-17, .image-18 {
  position: absolute;
}

.div-block-19 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.disinfection-image {
  aspect-ratio: 3 / 2;
  opacity: 0;
  cursor: auto;
  max-height: 500px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.pump-image {
  aspect-ratio: 3 / 2;
  opacity: 0;
  max-height: 600px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.pump-image.services-image-home {
  max-height: 500px;
}

.services-images {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-height: 600px;
  margin: 1px auto 0;
  display: none;
}

.services-selectors {
  background-color: #2f6fc900;
  justify-content: center;
  align-items: center;
  max-width: none;
  min-height: auto;
  margin: 1055px auto 0;
  padding-bottom: 0;
  display: none;
}

.services-selectors.sectors {
  background-color: var(--royal-blue);
  color: var(--royal-blue);
  margin-top: -192px;
  margin-bottom: 100px;
  display: flex;
}

.container-2 {
  max-width: 1400px;
  margin-top: 11px;
  margin-left: auto;
  margin-right: auto;
}

.container-2.home-services {
  opacity: 1;
  transform-origin: 50%;
  background-color: #2f6fc917;
  max-width: none;
  margin: 7px auto 10px;
  display: block;
  overflow: hidden;
}

.div-block-20 {
  justify-content: space-between;
  max-width: 1400px;
  display: flex;
}

.container-3 {
  align-self: flex-start;
  max-width: 1400px;
}

.div-block-21 {
  align-items: center;
  margin-top: 10px;
  margin-bottom: 25px;
  margin-left: auto;
  padding-left: 0;
  display: flex;
}

.heading-11 {
  color: #fff;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 48px;
  font-weight: 600;
}

.div-block-22 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.sector-icons {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  font-family: Exo, sans-serif;
}

.sector-text {
  color: #fff;
  text-align: center;
  font-size: 26px;
}

.sector-image {
  filter: invert();
  min-height: 100px;
  max-height: 100px;
  transition: opacity .2s;
}

.section {
  justify-content: center;
  display: flex;
}

.heading-12 {
  color: #2f6fc9;
  font-family: Exo, sans-serif;
  font-size: 46px;
  font-weight: 500;
}

.heading-13 {
  color: var(--black);
  text-align: center;
  margin: 60px auto 23px;
  font-family: Exo, sans-serif;
  font-size: 48px;
  font-weight: 600;
}

.section-2 {
  text-align: center;
  max-width: 900px;
  max-height: 600px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-5 {
  color: #000;
  margin: 33px 20px 6px;
  font-family: Exo, sans-serif;
  font-size: 26px;
  line-height: 100%;
}

.grid-services-div {
  background-color: #2f6fc9;
  max-height: none;
  text-decoration: none;
}

.image-19, .image-20, .link-block-2, .link-block-3, .link-block-4, .link-block-5 {
  text-decoration: none;
}

.services-div-block {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100px;
  max-height: 400px;
  margin-top: -113px;
  margin-right: 10px;
  display: flex;
}

.brand {
  display: flex;
}

.container-4 {
  flex-direction: row;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu {
  display: flex;
}

.image-22 {
  max-width: none;
  max-height: 81px;
  margin-top: 27px;
  margin-bottom: 20px;
}

.navbar-2 {
  background-color: var(--white);
  color: var(--royal-blue);
  margin-left: 0;
  padding-top: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.container-nav {
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 1400px;
  min-height: 130px;
  margin: 20px auto;
  padding-top: 0;
  display: flex;
  overflow: visible;
}

.brand-2 {
  margin-left: 100px;
}

.menu-button {
  display: none;
}

.nav-menu-2 {
  color: var(--royal-blue);
  align-items: center;
  margin-top: 0;
  margin-right: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.nav-links {
  color: var(--royal-blue);
  align-self: center;
  font-size: 20px;
  font-weight: 500;
}

.nav-links.w--current {
  color: var(--royal-blue);
  font-size: 20px;
  font-weight: 500;
}

.nav-links.dropdown-links:hover {
  color: var(--light-sky-blue);
}

.nav-link-3, .nav-link-4 {
  align-self: center;
}

.closed-system-image, .softener-image {
  aspect-ratio: 3 / 2;
  opacity: 0;
  max-height: 500px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.image-23 {
  position: absolute;
}

.ro-image {
  aspect-ratio: 3 / 2;
  opacity: 0;
  max-height: 600px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.pool-image {
  aspect-ratio: 3 / 2;
  opacity: 0;
  max-height: 500px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.image-24 {
  aspect-ratio: 3 / 2;
  max-height: 500px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.container-5 {
  margin-top: 168px;
}

.slide-button {
  background-color: #7db3ff;
  border-radius: 50px;
  width: 88px;
  height: 88px;
  transform: translate(-16px);
  box-shadow: 1px 2px 5px 4px #0003;
}

.slide-button:hover {
  background-color: var(--button-hover);
}

.slide-button.left-button {
  background-color: #7db3ff;
  margin-left: 0;
  transform: translate(-50%);
}

.slide-button.left-button:hover {
  background-color: var(--button-hover);
}

.display-none {
  display: none;
}

.paralax-slide {
  height: auto;
  margin-right: 32px;
}

.mask {
  background-color: #0000;
  width: 344px;
  height: auto;
  overflow: visible;
}

.slider-2 {
  background-color: #ddd0;
  max-width: 1400px;
  height: auto;
  margin-top: 0;
  margin-bottom: 56px;
  margin-left: 220px;
  display: block;
  overflow: visible;
}

.ratio-card {
  padding-top: 200%;
  position: relative;
  overflow: hidden;
}

.image-25 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
  transform: translate(0);
}

.image-25.legionella-control {
  width: 100%;
  margin-left: 0;
  overflow: hidden;
  transform: none;
}

.image-25.dosing-unit-image {
  inset: 0%;
  overflow: visible;
  transform: translate(0);
}

.div-block-24 {
  height: Infinity% ;
  background-image: linear-gradient(345deg, #00000059, #fff0);
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-25 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  height: auto;
  min-height: 20px;
  font-family: Exo, sans-serif;
  display: block;
}

.div-block-26 {
  min-height: 20px;
}

.icon-2 {
  color: #fff;
}

.button-2 {
  background-color: var(--royal-blue);
  border-radius: 9px;
}

.button-3 {
  text-align: center;
  border-radius: 10px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.button-4 {
  background-color: var(--royal-blue);
  border-radius: 9px;
}

.button-5, .button-6 {
  border-radius: 9px;
}

.button-7 {
  background-color: var(--royal-blue);
  border-radius: 9px;
}

.button-8 {
  border-radius: 9px;
}

.button-9, .button-10, .button-11, .button-12, .button-13 {
  background-color: var(--royal-blue);
  border-radius: 9px;
}

.slider-mobile-text.slider-desktop {
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

.link-4 {
  color: #000;
  margin-left: 220px;
  font-size: 20px;
  font-weight: 600;
}

.link-4:hover {
  color: var(--light-sky-blue);
}

.grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.bold-text, .bold-text-2 {
  font-size: 32px;
}

.why-hade-titles {
  color: #000;
  font-family: Exo, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.paragraph-6 {
  font-size: 18px;
  line-height: 22px;
}

.why-hade-text {
  color: #000;
  font-size: 14px;
}

.slider-3, .slider-4 {
  display: none;
}

.container-6 {
  max-width: 1200px;
  height: auto;
  margin: auto 100px;
}

.section-3 {
  height: 1000px;
  margin-top: 151px;
  margin-bottom: 10px;
}

.div-block-29 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 140px;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Exo, sans-serif;
  display: flex;
  position: relative;
}

.image-26 {
  max-width: 50%;
  padding-left: 20px;
}

.div-block-30 {
  padding-right: 20px;
}

.bold-text-3 {
  color: var(--black);
  font-size: 48px;
}

.paragraph-7 {
  color: var(--black);
  font-size: 28px;
  line-height: 120%;
}

.button-14 {
  background-color: var(--royal-blue);
  border-radius: 9px;
  font-size: 20px;
}

.div-block-31 {
  max-width: 100%;
  margin: 200px 100px 220px;
}

.body-2 {
  max-width: 100vw;
  overflow: hidden;
}

.container-7 {
  max-width: 1400px;
}

.section-4 {
  max-height: 100%;
}

.div-block-32 {
  max-height: 11%;
}

.heading-17, .paragraph-8 {
  font-family: Exo, sans-serif;
}

.div-block-33 {
  max-width: 100%;
  margin: 200px 100px 220px;
}

.heading-18, .paragraph-9 {
  font-family: Exo, sans-serif;
}

.heading-19, .heading-20 {
  font-size: 28px;
}

.div-block-35 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-27 {
  width: auto;
  max-width: 264px;
  height: 100%;
}

.image-28 {
  aspect-ratio: auto;
  object-fit: cover;
  order: 0;
  align-self: center;
  width: 300%;
  min-width: 0;
  max-width: none;
  min-height: 0;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
  transform: translate(-183px);
}

.image-29 {
  height: Infinity% ;
  object-fit: cover;
  width: 150%;
  max-width: none;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-92px);
}

@media screen and (max-width: 991px) {
  .hero-image.home {
    background-position: 0 0, 50%;
  }

  .hero-image.about {
    background-position: 0 0, 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .services-title {
    min-height: 50px;
    margin-top: -9px;
    margin-bottom: 22px;
  }

  .why-hade {
    max-height: none;
  }

  .container {
    flex-direction: column;
    margin-top: 100px;
    display: flex;
  }

  .container.about-hade {
    flex-direction: column;
    margin-top: 0;
  }

  .contact {
    flex-direction: column;
  }

  .logo {
    margin-left: 40px;
  }

  .hero-text {
    margin-left: 40px;
    margin-right: 20px;
  }

  .heading {
    font-size: 36px;
    line-height: 100%;
  }

  .link {
    font-size: 30px;
  }

  .heading-2 {
    margin-top: -25px;
    font-size: 36px;
  }

  .paragraph {
    min-width: 300px;
    max-width: 5000px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 24px;
    line-height: 100%;
  }

  .heading-3 {
    font-size: 36px;
    font-weight: 600;
  }

  .div-block-7 {
    margin-left: 10px;
    margin-right: 20px;
    padding-top: 50px;
    padding-left: 0;
  }

  .footer-nav {
    margin-right: 10px;
  }

  .footer-link {
    min-width: 150px;
  }

  .image-3 {
    min-width: 200px;
    max-width: 250px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-10 {
    padding-top: 0;
  }

  .about-hade-services {
    flex-direction: column;
    margin-left: 40px;
    margin-right: 40px;
  }

  .heading-4 {
    font-size: 64px;
  }

  .image-4 {
    display: block;
  }

  .heading-5 {
    margin-left: 40px;
    margin-right: 220px;
  }

  .heading-8.about-hade-heading {
    font-size: 36px;
  }

  .image-8 {
    margin-right: auto;
  }

  .about-hade-text {
    text-align: center;
    font-size: 24px;
  }

  .heading-9 {
    margin-left: 100px;
    margin-right: 40px;
  }

  .grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .home-why-hade-section {
    margin-top: 0;
    margin-bottom: 100px;
    margin-left: -6px;
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    margin-right: 20px;
    font-size: 28px;
  }

  .pump-image.services-image-home {
    max-height: 400px;
  }

  .services-selectors.sectors {
    max-width: 768px;
    margin-bottom: 20px;
  }

  .container-2.home-services {
    height: 900px;
    margin-top: 0;
    margin-bottom: -84px;
    padding-top: 0;
  }

  .div-block-21 {
    max-width: 700px;
  }

  .heading-11 {
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 10px;
    font-size: 36px;
  }

  .sector-icons {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .sector-text {
    font-size: 20px;
  }

  .sector-image {
    max-width: 50%;
  }

  .heading-13 {
    font-size: 36px;
  }

  .paragraph-5 {
    font-size: 24px;
  }

  .navbar {
    background-color: var(--royal-blue);
  }

  .image-21 {
    max-width: 30%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .brand-2 {
    margin-left: 60px;
  }

  .menu-button {
    margin-right: 40px;
  }

  .menu-button.w--open {
    background-color: #2f6fc9;
  }

  .nav-menu-2 {
    background-color: #2f6fc9;
    max-height: 270px;
    margin-top: -1px;
    margin-right: 0;
  }

  .nav-links {
    text-align: right;
    padding-right: 27px;
  }

  .nav-links.dropdown-links {
    color: var(--white);
  }

  .closed-system-image, .softener-image, .ro-image, .pool-image, .image-24 {
    max-height: 400px;
  }

  .icon {
    background-color: #3c2a2a00;
    padding-top: 40px;
    font-size: 40px;
  }

  .div-block-24 {
    width: 100%;
  }

  .link-4 {
    font-size: 14px;
  }

  .grid-3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .why-hade-titles {
    font-size: 24px;
  }

  .container-6 {
    align-items: stretch;
    margin-top: auto;
    display: block;
  }

  .section-3 {
    margin-top: 220px;
    margin-bottom: 0;
  }

  .div-block-29 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-26 {
    align-self: center;
    max-width: 80%;
    margin-top: 20px;
    padding-top: 0;
    padding-left: 0;
    position: static;
  }

  .div-block-30 {
    margin-bottom: 17px;
  }

  .bold-text-3 {
    color: var(--black);
    font-size: 36px;
  }

  .paragraph-7 {
    color: var(--black);
    font-size: 24px;
  }

  .button-14 {
    margin-top: 8px;
  }

  .image-28 {
    width: 300%;
    min-width: 0;
    min-height: 0;
  }

  .image-29 {
    object-fit: cover;
    position: absolute;
    inset: 0% auto auto 0%;
  }
}

@media screen and (max-width: 767px) {
  .hero-image.home {
    background-position: 0 0, 50%;
  }

  .home-page-about {
    max-width: 568px;
  }

  .why-hade {
    flex-direction: column;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer {
    flex-direction: column;
  }

  .container {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .container.services-container {
    align-items: center;
    max-width: 500px;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 24px;
    display: none;
  }

  .services-tiles {
    margin-left: 100px;
    margin-right: 100px;
    position: relative;
  }

  .contact {
    flex-direction: column;
    margin-bottom: 100px;
  }

  .logo {
    margin-left: 0;
  }

  .hero-text {
    font-size: 48px;
    line-height: 120%;
  }

  .heading {
    margin-top: 43px;
    margin-left: 20px;
    margin-right: 10px;
    padding-right: 0;
    font-size: 30px;
    line-height: 100%;
  }

  .link {
    margin-left: 10px;
    padding-left: 20px;
    font-size: 26px;
  }

  .heading-2 {
    margin-left: auto;
    font-size: 30px;
  }

  .paragraph {
    margin-top: 20px;
    font-size: 18px;
  }

  .heading-3 {
    font-size: 30px;
    font-weight: 600;
  }

  .div-block-6, .div-block-7 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-2 {
    margin-top: 20px;
  }

  .footer-nav {
    text-align: center;
    align-self: center;
  }

  .footer-link, .footer-link.w--current {
    text-align: center;
    justify-content: center;
  }

  .image-3 {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .div-block-10 {
    margin-top: 20px;
    margin-left: 0;
    padding-top: 10px;
  }

  .heading-4 {
    font-size: 48px;
  }

  .paragraph-2 {
    font-size: 18px;
    line-height: 110%;
  }

  .link-2 {
    font-size: 18px;
  }

  .image-4 {
    max-width: 500px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .heading-5 {
    margin-top: 224px;
    font-size: 48px;
  }

  .heading-8.about-hade-heading {
    font-size: 30px;
  }

  .image-8 {
    display: none;
  }

  .about-hade-text {
    font-size: 18px;
  }

  .heading-9 {
    font-size: 48px;
    line-height: 60px;
  }

  .grid {
    display: none;
  }

  .link-block {
    background-color: #2f6fc900;
  }

  .services-image {
    max-height: 100%;
    margin: 0 auto 10px;
    padding-bottom: 0;
  }

  .home-about-section {
    background-size: cover;
  }

  .home-why-hade-section {
    margin: 10px auto 100px;
  }

  .button {
    padding: 10px;
    font-size: 20px;
  }

  .disinfection-image, .pump-image.services-image-home {
    max-width: 500px;
  }

  .container-2.home-services {
    max-width: 100%;
  }

  .div-block-21 {
    margin: 0 10px 10px;
  }

  .heading-11 {
    padding-top: 0;
    font-size: 30px;
  }

  .heading-13 {
    font-size: 30px;
  }

  .section-2 {
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .paragraph-5 {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .grid-services-div {
    background-color: #2f6fc900;
  }

  .services-div-block {
    margin-top: -150px;
  }

  .brand-2 {
    margin-left: 15px;
  }

  .menu-button {
    margin-left: 0;
    margin-right: 0;
  }

  .menu-button.w--open {
    max-height: 158px;
    margin-right: 0;
    padding-bottom: 30px;
  }

  .nav-menu-2 {
    margin-top: -2px;
    margin-right: -16px;
    overflow: visible;
  }

  .nav-links {
    text-align: right;
    padding-right: 40px;
  }

  .nav-links.dropdown-links {
    color: var(--white);
  }

  .closed-system-image, .softener-image, .ro-image, .pool-image, .image-24 {
    max-width: 500px;
  }

  .icon {
    margin-right: 0;
    font-size: 40px;
  }

  .slide-button {
    display: none;
  }

  .slider-2 {
    margin-left: 100px;
    margin-right: auto;
  }

  .ratio-card {
    overflow: hidden;
  }

  .link-4 {
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
  }

  .grid-3 {
    display: none;
  }

  .why-hade-titles {
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 100%;
  }

  .why-hade-text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .slider-3 {
    background-color: #ddd0;
    width: auto;
    min-width: 400px;
    height: auto;
    margin: -41px auto -108px;
    display: block;
  }

  .mask-2 {
    width: 300px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-27 {
    padding-top: 100px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-28 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .slide-nav {
    display: block;
  }

  .slide {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-16 {
    text-align: center;
  }

  .arrowa {
    aspect-ratio: 1;
    background-color: var(--cornflower-blue);
    color: #db4545;
    border-radius: 100%;
    width: 12%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: none;
    box-shadow: 0 2px 5px 2px #0003;
  }

  .arrowa.right {
    background-color: var(--cornflower-blue);
    color: #fff;
    border-radius: 50px;
    width: 50px;
    height: 50px;
  }

  .left {
    color: #fff;
    background-color: #fff0;
    border-radius: 0%;
    margin-left: auto;
    margin-right: auto;
  }

  .icon-3 {
    background-color: var(--cornflower-blue);
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 1px;
  }

  .why-hade-slider {
    text-align: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 10px 10px;
    line-height: 18px;
  }

  .mask-3 {
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .slider-4 {
    background-color: #ddd0;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .slide-nav-2 {
    margin-top: 50px;
    margin-bottom: 0;
    padding-top: 9px;
    display: block;
    position: static;
    overflow: hidden;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .slide-2 {
    background-color: #0000;
  }

  .section-3 {
    margin-top: 140px;
  }

  .div-block-29 {
    flex-direction: column;
  }

  .image-26 {
    align-self: center;
    max-width: 70%;
    padding-top: 0;
  }

  .bold-text-3 {
    font-size: 30px;
  }

  .paragraph-7 {
    font-size: 18px;
  }

  .button-14 {
    padding: 5px;
    font-size: 14px;
  }

  .section-5 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-34 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    margin: 69px auto 40px;
    padding-left: 100px;
    padding-right: 100px;
    display: block;
  }

  .slide-3 {
    position: static;
  }

  .image-28 {
    width: 300%;
    transform: translate(-201px);
  }
}

@media screen and (max-width: 479px) {
  .hero-image.home {
    justify-content: flex-start;
    min-height: 500px;
  }

  .hero-image.about {
    min-height: 400px;
    max-height: 450px;
    margin-top: 94px;
  }

  .hero-image.services-hero {
    min-height: 400px;
    max-height: 450px;
    margin-top: 92px;
  }

  .home-page-about {
    min-height: auto;
  }

  .services-title {
    max-height: 200px;
    margin-top: 27px;
  }

  .why-hade {
    width: 320px;
    margin-bottom: 34px;
  }

  .container {
    margin-top: 10px;
    margin-bottom: auto;
  }

  .container.home-container {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .container.services-container {
    align-items: center;
    min-width: 300px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .services-tiles {
    min-width: 320px;
    max-width: 320px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .contact {
    flex-direction: column;
  }

  .hero-text {
    margin-top: 89px;
    padding-top: 0;
    font-size: 40px;
  }

  .hero-text.small-text {
    margin-top: 8px;
  }

  .heading {
    margin-top: 0;
    margin-left: 15px;
    font-size: 26px;
  }

  .link {
    margin-left: 15px;
    padding-bottom: 10px;
    padding-left: 0;
    font-size: 20px;
  }

  .heading-2 {
    font-size: 30px;
  }

  .paragraph {
    min-width: 250px;
    margin: 13px 20px 0;
    font-size: 18px;
  }

  .heading-3 {
    font-size: 30px;
  }

  .div-block-6 {
    width: 320px;
  }

  .div-block-7 {
    width: 320px;
    padding-top: 0;
  }

  .image-2 {
    max-width: 250px;
  }

  .footer-link, .footer-link.w--current {
    min-width: 100px;
    font-size: 18px;
  }

  .image-3 {
    max-width: 200px;
    margin-top: 29px;
  }

  .div-block-10 {
    width: 320px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .about-hade-services {
    margin-left: 10px;
    margin-right: 10px;
  }

  .contact-text {
    font-size: 18px;
  }

  .heading-4 {
    margin-top: 0;
    font-size: 40px;
  }

  .paragraph-2 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 120%;
  }

  .link-2 {
    font-size: 18px;
  }

  .text-block {
    font-size: 18px;
    line-height: 100%;
  }

  .image-4 {
    max-width: 250px;
    margin-top: 66px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .heading-5 {
    margin-top: 85px;
    margin-left: 19px;
    margin-right: 5px;
    font-size: 40px;
  }

  .div-block-14 {
    padding-right: 0;
  }

  .heading-8.about-hade-heading {
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
  }

  .image-8 {
    max-width: 250px;
    display: none;
  }

  .about-hade-text {
    font-size: 18px;
  }

  .heading-9 {
    margin: 52px 6px -40px -4px;
    padding-left: 0;
    font-size: 34px;
    line-height: 40px;
  }

  .link-block {
    background-color: #0000;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .services-image {
    max-width: 100%;
  }

  .home-about-section {
    background-size: cover;
    background-attachment: scroll;
    min-height: 300px;
    margin-top: 25px;
  }

  .services-section-home {
    margin-top: 0;
  }

  .home-why-hade-section {
    width: 320px;
    margin-bottom: 40px;
  }

  .button {
    font-size: 18px;
  }

  .services-selectors {
    margin-top: 840px;
  }

  .container-2.home-services {
    height: 550px;
    margin-top: 0;
  }

  .div-block-21 {
    flex-direction: column;
  }

  .heading-13 {
    font-size: 30px;
  }

  .paragraph-5 {
    font-size: 18px;
    font-weight: 300;
  }

  .grid-services-div {
    background-color: #0000;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .services-div-block {
    margin-top: -115px;
  }

  .image-22 {
    max-width: 200px;
    margin-top: 20px;
    margin-bottom: -44px;
    padding-bottom: 0;
  }

  .menu-button {
    margin-right: 0;
  }

  .icon {
    padding-top: 31px;
  }

  .mask {
    width: 200px;
  }

  .slider-2 {
    margin-left: 60px;
  }

  .div-block-24 {
    padding-bottom: 20px;
    padding-left: 20px;
    transform: translate(0);
  }

  .heading-14 {
    font-size: 26px;
    font-weight: 600;
    line-height: 100%;
  }

  .heading-15 {
    font-size: 26px;
    font-weight: 600;
  }

  .slider-mobile-text {
    font-size: 28px;
    font-weight: 600;
    line-height: 100%;
  }

  .link-4 {
    font-size: 18px;
  }

  .why-hade-text {
    margin: 25px;
  }

  .slider-3 {
    min-width: 320px;
    margin: auto;
  }

  .slide-nav {
    margin-top: 0;
    padding-top: 20px;
    display: block;
  }

  .heading-16 {
    margin-top: 0;
  }

  .arrowa {
    display: none;
  }

  .why-hade-slider {
    margin-top: 4px;
    padding-top: 18px;
  }

  .mask-3 {
    width: auto;
    min-width: auto;
    max-width: none;
    height: 500px;
  }

  .slider-4 {
    background-color: #0000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 200px;
    max-width: none;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .slide-nav-2 {
    flex: 0 auto;
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .container-6 {
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-3 {
    height: auto;
    margin-top: 140px;
    margin-bottom: 100px;
  }

  .div-block-30 {
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-3 {
    margin-left: 0;
    padding-left: 0;
  }

  .paragraph-7 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-21 {
    padding-left: 10px;
  }

  .section-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-34 {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image-28 {
    transform: translate(-111px);
  }
}

#w-node-_73d057af-268d-ef79-ab4b-caa6b70ade22-2d4c722f, #w-node-_73d057af-268d-ef79-ab4b-caa6b70ade26-2d4c722f, #w-node-df5224fe-f59f-3603-9042-b434390e4757-2d4c722f, #w-node-a0748fd2-b812-a3ca-df01-01e2c9745341-2d4c722f, #w-node-_30a0b3fe-48cd-c882-2cd8-15f552158f89-2d4c722f, #w-node-_30a0b3fe-48cd-c882-2cd8-15f552158f8d-2d4c722f, #w-node-_3b4c78b5-72b0-086b-f2de-aa270a3c174f-2d4c722f, #w-node-_3b4c78b5-72b0-086b-f2de-aa270a3c1753-2d4c722f, #w-node-_15a80024-9366-2f6a-7062-86e2ea836459-2d4c722f, #w-node-_15a80024-9366-2f6a-7062-86e2ea83645d-2d4c722f, #w-node-_61c70778-20d1-7733-02a3-cd1e23382b25-2d4c722f, #w-node-_61c70778-20d1-7733-02a3-cd1e23382b29-2d4c722f, #w-node-d61fa6aa-eab2-08ee-88b0-c8af767bfd61-2d4c722f, #w-node-_4d6fc542-cc71-db9e-6158-4310bfd252e4-2d4c722f, #w-node-_483aa97e-977c-727b-f391-aef52ba0ac91-2d4c722f, #w-node-_483aa97e-977c-727b-f391-aef52ba0ac95-2d4c722f, #w-node-d2359f79-dcab-926f-4e49-08f5ee3e3cc0-2d4c722f, #w-node-d2359f79-dcab-926f-4e49-08f5ee3e3cc4-2d4c722f, #w-node-a9172976-1a44-e01b-b906-decacb7a76e5-2d4c722f, #w-node-a9172976-1a44-e01b-b906-decacb7a76e9-2d4c722f, #w-node-_7f260120-6b11-576a-42d2-8e20a55e4acd-2d4c722f, #w-node-_7f260120-6b11-576a-42d2-8e20a55e4ad1-2d4c722f, #w-node-_719f9fc4-176f-38a5-4733-778d5b03512c-2d4c722f, #w-node-_719f9fc4-176f-38a5-4733-778d5b035130-2d4c722f, #w-node-_9ec5882e-f0db-e609-221d-630f52cd9b5b-1b7afa81, #w-node-_9ec5882e-f0db-e609-221d-630f52cd9b5f-1b7afa81, #w-node-_9ec5882e-f0db-e609-221d-630f52cd9b61-1b7afa81, #w-node-_9ec5882e-f0db-e609-221d-630f52cd9b65-1b7afa81, #w-node-_9ec5882e-f0db-e609-221d-630f52cd9b67-1b7afa81, #w-node-_9ec5882e-f0db-e609-221d-630f52cd9b6b-1b7afa81, #w-node-_9ec5882e-f0db-e609-221d-630f52cd9b6d-1b7afa81, #w-node-_9ec5882e-f0db-e609-221d-630f52cd9b71-1b7afa81, #w-node-_9ec5882e-f0db-e609-221d-630f52cd9b73-1b7afa81, #w-node-_9ec5882e-f0db-e609-221d-630f52cd9b77-1b7afa81, #w-node-_9ec5882e-f0db-e609-221d-630f52cd9b79-1b7afa81, #w-node-_9ec5882e-f0db-e609-221d-630f52cd9b7d-1b7afa81, #w-node-_5ddfb4bc-9f48-8869-db1a-791d149a409e-1b7afa81, #w-node-_5ddfb4bc-9f48-8869-db1a-791d149a40a2-1b7afa81, #w-node-_5ddfb4bc-9f48-8869-db1a-791d149a40a5-1b7afa81, #w-node-_5ddfb4bc-9f48-8869-db1a-791d149a40a9-1b7afa81, #w-node-_5ddfb4bc-9f48-8869-db1a-791d149a40ac-1b7afa81, #w-node-_5ddfb4bc-9f48-8869-db1a-791d149a40b0-1b7afa81, #w-node-_5ddfb4bc-9f48-8869-db1a-791d149a40b3-1b7afa81, #w-node-_5ddfb4bc-9f48-8869-db1a-791d149a40b7-1b7afa81, #w-node-_5ddfb4bc-9f48-8869-db1a-791d149a40ba-1b7afa81, #w-node-_5ddfb4bc-9f48-8869-db1a-791d149a40be-1b7afa81, #w-node-_5ddfb4bc-9f48-8869-db1a-791d149a40c1-1b7afa81, #w-node-_5ddfb4bc-9f48-8869-db1a-791d149a40c5-1b7afa81, #w-node-_33674956-f55b-184f-a54d-e3854a018ee9-15015852, #w-node-e8b42c9c-001c-1ca8-ebcd-abbc3f1675ac-15015852, #w-node-f91a62fe-6d16-63de-75fb-f082e76c82f8-15015852, #w-node-_3129f494-9a20-9a36-c9ad-fe27f648bd4c-15015852, #w-node-_109dde61-115c-93d4-4b97-41be56c668df-15015852, #w-node-f1eefd5d-3312-13c9-cc29-813238c512a0-15015852, #w-node-e104a46e-c248-6fe2-133f-f2c9892d123e-15015852, #w-node-_5eb9a509-e444-113f-4748-4f6d10312102-15015852, #w-node-_5ea01cdc-e32d-eacc-7a9d-51475e9554d4-15015852, #w-node-_0063b024-5e7e-7da6-692f-d194d6c851fd-15015852, #w-node-_40bcf4e1-809e-2df5-6581-2e7610fce201-15015852, #w-node-_5af0c3fb-8cca-06e0-8a84-c92b2b7cf779-15015852, #w-node-_507c9ce2-c34d-7283-2e48-5a97081a3ea3-15015852, #w-node-_2282a0ff-fcc7-ef90-d69e-7b07050b7ea6-15015852 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_73d057af-268d-ef79-ab4b-caa6b70ade22-2d4c722f, #w-node-df5224fe-f59f-3603-9042-b434390e4757-2d4c722f, #w-node-_30a0b3fe-48cd-c882-2cd8-15f552158f89-2d4c722f, #w-node-_3b4c78b5-72b0-086b-f2de-aa270a3c174f-2d4c722f, #w-node-_15a80024-9366-2f6a-7062-86e2ea836459-2d4c722f, #w-node-_61c70778-20d1-7733-02a3-cd1e23382b25-2d4c722f, #w-node-_5ddfb4bc-9f48-8869-db1a-791d149a409e-1b7afa81, #w-node-_5ddfb4bc-9f48-8869-db1a-791d149a40a5-1b7afa81, #w-node-_5ddfb4bc-9f48-8869-db1a-791d149a40ac-1b7afa81, #w-node-_5ddfb4bc-9f48-8869-db1a-791d149a40b3-1b7afa81, #w-node-_5ddfb4bc-9f48-8869-db1a-791d149a40ba-1b7afa81, #w-node-_5ddfb4bc-9f48-8869-db1a-791d149a40c1-1b7afa81, #w-node-_33674956-f55b-184f-a54d-e3854a018ee9-15015852, #w-node-e8b42c9c-001c-1ca8-ebcd-abbc3f1675ac-15015852, #w-node-f91a62fe-6d16-63de-75fb-f082e76c82f8-15015852, #w-node-_3129f494-9a20-9a36-c9ad-fe27f648bd4c-15015852, #w-node-_109dde61-115c-93d4-4b97-41be56c668df-15015852, #w-node-f1eefd5d-3312-13c9-cc29-813238c512a0-15015852, #w-node-e104a46e-c248-6fe2-133f-f2c9892d123e-15015852 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Avenir Next';
  src: url('../fonts/avenir-next.zip') format('undefined');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next';
  src: url('../fonts/avenir-next.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}