@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --light-blue: #00d1f9;
  --gray: #70767a;
  --transparent-1: #d8d4d4b0;
  --white: white;
  --black: black;
}

.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;
}

body {
  color: #70767a;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

h1 {
  color: #000b22;
  letter-spacing: -4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 100px;
  font-weight: 600;
  line-height: 110px;
}

h2 {
  color: #000b22;
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
}

h3 {
  color: #000b22;
  letter-spacing: -.84px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 52px;
}

h4 {
  color: #000b22;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
}

h5 {
  color: #000b22;
  letter-spacing: -.56px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}

h6 {
  color: #000b22;
  letter-spacing: -.48px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--light-blue);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

.navbar {
  z-index: 9999;
  background-color: #fff0;
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
  inset: 0% 0% auto;
}

.container {
  flex-flow: column;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.container.service {
  max-width: 1200px;
}

.container.cent {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.navbar-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.navbar-right-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.logo-image {
  max-width: 290px;
}

.nav-menu-wrapper {
  grid-column-gap: 35px;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #000b22;
  text-align: center;
  text-transform: capitalize;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.nav-link.w--current {
  color: #00d1f9;
}

.nav-text-block {
  justify-content: flex-start;
  display: flex;
}

.nav-text-block.is-absolute {
  position: absolute;
}

.primary-button {
  background-color: var(--light-blue);
  color: #fff;
  letter-spacing: -.18px;
  text-transform: capitalize;
  border-radius: 100px;
  flex-direction: column;
  align-items: center;
  padding: 20px 35px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-button.secondary {
  background-color: #00d1f900;
  border: 1px solid #ffffff7d;
}

.primary-button.tertiary {
  color: #000b22;
  background-color: #00d1f900;
  border: 1px solid #0000005c;
}

.primary-button.tertiary.smaller {
  justify-content: center;
  align-items: center;
  max-width: 220px;
  margin-top: 10px;
  padding: 14px 23px;
  font-size: 16px;
}

.primary-button.tertiary.service {
  justify-content: center;
  align-items: center;
}

.primary-button.desktop {
  display: flex;
}

.primary-button.service {
  max-width: 200px;
}

.primary-button-text-block {
  z-index: 1;
  justify-content: flex-start;
  line-height: 100%;
  display: flex;
  position: relative;
}

.primary-button-text-block.is-text-absolute {
  position: absolute;
}

.section.banner-section {
  background-image: url('../images/Banner-Bg.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
  position: relative;
}

.section.about-section {
  z-index: 999;
  background-image: url('../images/About-Section-Bg_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  margin-top: -115px;
  padding-top: 300px;
  padding-bottom: 325px;
  display: flex;
  position: relative;
}

.section.about-feature {
  padding-bottom: 234px;
}

.section.footer-section {
  background-image: url('../images/Footer-Bg_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.blog-section {
  background-image: url('../images/Blog-Section-Bg_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 75px;
  padding-bottom: 145px;
}

.section.testimonials-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.faq-section {
  padding-top: 100px;
  padding-bottom: 150px;
}

.section.faq-section.about {
  padding-top: 275px;
  padding-bottom: 145px;
}

.section.faq-section.servicepage {
  padding-top: 50px;
}

.section.team-section {
  background-image: url('../images/Team-Section-Bg_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.products-section {
  background-image: url('../images/Products-Section-Bg_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.choose-us {
  background-image: url('../images/Choose-Us-Bg_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.banner-section-hv2 {
  background-image: url('../images/Banner-Section-Hv2-Bg_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 108px;
}

.section.about-us {
  padding-top: 100px;
  padding-bottom: 150px;
  display: none;
}

.section.blog {
  background-image: url('../images/Blog-Sec-Bg_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.testimonials-section-hv2 {
  padding-top: 285px;
  padding-bottom: 130px;
}

.section.services {
  background-image: url('../images/Services-Section-Bg_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.process-section {
  background-image: url('../images/Process-Section-bg_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.products-section-hv2 {
  background-image: url('../images/Products-Section-Hv2-Bg_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -210px;
  padding-top: 355px;
  padding-bottom: 150px;
}

.section.inner-banner-section {
  background-image: url('../images/Inner-Banner-Section-Bg_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 100px;
}

.section.style-guide {
  background-color: #ebfcff;
  padding-top: 120px;
  padding-bottom: 150px;
}

.section.license-section {
  background-color: #ebfcff;
  padding-top: 120px;
  padding-bottom: 145px;
}

.section.changelog {
  background-image: url('../images/Changelog-Section-Bg_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 140px;
}

.section._404-not-found-section {
  background-image: url('../images/Password-Protected-Section-Bg_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 140px;
}

.section.contact-us {
  background-color: #c3e8f700;
  padding-top: 50px;
  padding-bottom: 150px;
}

.section.products {
  background-image: url('../images/Products-Sec-Bg_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 140px;
}

.section.products-details {
  padding-top: 120px;
  padding-bottom: 140px;
}

.section.blog-details-section {
  padding-top: 120px;
  padding-bottom: 145px;
}

.section.services-section {
  background-image: url('../images/Services-Sec-Bg_1.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 140px;
}

.section.service-details {
  padding-top: 70px;
  padding-bottom: 120px;
}

.section.exparts-section {
  padding-top: 120px;
  padding-bottom: 140px;
}

.section.team-details-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.about-us-section {
  padding-top: 115px;
  padding-bottom: 100px;
}

.section.services-sec {
  z-index: 1000;
  padding-bottom: 30px;
  position: relative;
}

.section.process {
  padding-bottom: 150px;
  display: none;
}

.section.previwe-banner {
  background-image: url('../images/Previwe-Banner-Bg_2.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 205px;
}

.section.checkout {
  background-color: #fff0;
  background-image: url('../images/Contact-Us-Section-Bg_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: auto;
  padding: 100px 0;
}

.section.teams {
  border-bottom: 1px solid #ffffff1f;
}

.section.water-contact {
  padding-top: 160px;
  padding-bottom: 80px;
}

.section.included-section {
  background-color: #ebfcff;
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.previwe-footer {
  background-image: url('../images/Previwe-Footer-Bg_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.previwe-figma-section {
  padding-bottom: 145px;
}

.section.demo-section {
  padding-top: 150px;
}

.section.demo-section.last {
  padding-bottom: 150px;
}

.section.core-values-section {
  padding-bottom: 145px;
}

.section.about-our-mission {
  padding-bottom: 150px;
}

.section.product-categories {
  background-image: url('../images/Products-Sec-Bg_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 140px;
}

.section.faq-section {
  padding-bottom: 150px;
}

.banner-wrapper {
  z-index: 1;
  background-image: url('../images/Banner-Content-Bg_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-left: 70px;
  margin-right: 70px;
  padding-top: 120px;
  padding-bottom: 240px;
  position: relative;
}

.banner-content {
  z-index: 1;
  text-align: center;
  max-width: 1055px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.banner-subtitle-wrap {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner-subtitle-wrap.banner {
  margin-bottom: 20px;
}

.banner-subtitle-line {
  background-color: #00d1f9;
  width: 55px;
  height: 1px;
}

.banner-subtitle-line.mobile, .banner-subtitle-line.hide {
  display: none;
}

.banner-banner-subtitle {
  color: var(--light-blue);
  letter-spacing: -.96px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satisfy, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
}

.banner-title-description {
  margin-bottom: 30px;
}

.banner-title {
  color: #fff;
  letter-spacing: -4px;
  margin-bottom: 25px;
  font-family: Generalsans, sans-serif;
  font-size: 100px;
  font-weight: 500;
  line-height: 110px;
}

.banner-description {
  color: #fff;
  letter-spacing: -.2px;
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 30px;
}

.banner-button-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner-button-wrapper.hv2, .banner-button-wrapper.choose-us-button-wrap {
  justify-content: flex-start;
}

.banner-hero-image {
  width: 315px;
  position: absolute;
  inset: auto auto 0% 40px;
}

.banner-water-image {
  width: 400px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.banner-water-shape {
  width: 500px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.about-wrapper {
  max-width: 1635px;
  margin-left: 0;
  padding: 0 70px;
}

.about-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.about-left-content {
  width: 100%;
  max-width: 690px;
  margin-right: 15px;
  padding-right: 0;
}

.subtitle-wrap {
  grid-column-gap: 20px;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.subtitle-wrap.mb10 {
  margin-bottom: 15px;
}

.subtitle-wrap.mb10.centered {
  justify-content: center;
  align-items: center;
}

.subtitle-wrap.demos {
  justify-content: center;
}

.section-title {
  color: #000b22;
  letter-spacing: -1.2px;
  font-family: Generalsans, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
}

.section-title.mb10 {
  margin-bottom: 10px;
  font-size: 57px;
}

.section-description {
  color: #70767a;
  font-size: 18px;
  line-height: 28px;
}

.about-button-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin-top: 27px;
  margin-bottom: 0;
  display: flex;
}

.numbers {
  justify-content: flex-start;
  height: 46px;
  display: flex;
  overflow: hidden;
}

.numbers.two {
  align-items: center;
  height: 64px;
  margin-bottom: 10px;
  overflow: hidden;
}

.numbers.two.hv2 {
  height: 70px;
  margin-bottom: 15px;
  overflow: hidden;
}

.number-digit {
  z-index: 1;
  color: #000b22;
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
  position: relative;
}

.number-digit.white {
  color: #fff;
}

.number-categories {
  color: #00d1f9;
  letter-spacing: -.03em;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  font-size: 60px;
  font-weight: 600;
  line-height: 64px;
}

.number-categories.white {
  color: #fff;
  font-family: Generalsans, sans-serif;
}

.about-counter-up-grid {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr 1fr;
}

.about-counter-tag {
  color: #70767a;
  font-size: 18px;
}

.about-right-content {
  width: 100%;
  max-width: 970px;
}

.about-video-play-button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  display: flex;
  position: absolute;
}

.about-thumbnail-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.about-thumbnail-image {
  object-fit: fill;
  border: 3px solid #00d1f9;
  width: 100%;
  max-width: 100%;
}

.about-video-play-button-image {
  position: absolute;
  left: 188px;
}

.about-video-shape-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -75px auto auto -75px;
}

.about-video-shape-wrap.hv2 {
  position: static;
}

.about-video-shape-image {
  position: absolute;
}

.about-feature-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.about-feature-single-wrapper {
  border-right: 1px solid #000b221a;
  padding: 55px 20px;
}

.about-feature-single-wrapper.pd-right-20 {
  padding: 55px 20px;
}

.about-feature-number-wrapper {
  border: 1px solid #000b221a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-bottom: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-feature-number {
  z-index: 1;
  color: #000b22;
  font-family: Generalsans, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 100%;
  position: relative;
}

.about-feature-name-description {
  margin-bottom: 80px;
}

.about-feature-name {
  color: #000b22;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.about-feature-description {
  color: #70767a;
  letter-spacing: -.18px;
  font-size: 18px;
}

.footer-wrapper {
  padding-bottom: 30px;
}

.footer-top-content {
  padding-top: 110px;
  padding-bottom: 80px;
}

.footer-contact-wrapper {
  background-color: #0d255e;
  border: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
  padding: 45px 60px;
  display: flex;
}

.footer-contact-details-wrapper {
  width: 420px;
  margin-top: -15px;
  padding-right: 25px;
}

.footer-logo-link-block {
  margin-bottom: 25px;
}

.footer-logo-link-block.w--current {
  margin-bottom: 5px;
}

.footer-contact-logo-image {
  width: 100%;
  max-width: 300px;
}

.footer-details-description {
  color: #e0e3ed;
  letter-spacing: -.18px;
  line-height: 28px;
}

.footer-contact-form-wrap {
  grid-column-gap: 20px;
  align-items: center;
  width: 625px;
  display: flex;
}

.footer-gmail-icon-wrap {
  background-color: #122a62;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 105px;
  padding: 30px 20px;
  display: flex;
}

.footer-contact-form-main {
  width: 495px;
}

.footer-contact-form-block {
  width: 100%;
  margin-bottom: 0;
}

.footer-contact-newsletter-warp {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.footer-contact-field-label {
  color: #fff;
  letter-spacing: -.48px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
}

.footer-input-field {
  border-radius: 100px;
  height: 58px;
  margin-bottom: 0;
  padding: 0 25px;
  font-size: 18px;
}

.footer-input-field::placeholder {
  color: #70767a;
}

.footer-form-submit-button {
  letter-spacing: -.18px;
  background-color: #00d1f9;
  border-radius: 100px;
  padding: 19px 35px;
  font-weight: 600;
  line-height: 100%;
}

.footer-menu-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer-menu-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, auto) minmax(100px, auto) minmax(auto, auto) minmax(auto, auto);
}

.footer-menu-title-wrapper {
  margin-bottom: 40px;
}

.footer-menu-title {
  color: #fff;
  letter-spacing: -.48px;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.footer-menu-single {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-direction: column;
  display: flex;
}

.footer-menu-single.mt40 {
  margin-top: 70px;
}

.footer-menu-text-link {
  color: #e0e3ed;
  letter-spacing: -.18px;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: all .35s;
  display: block;
}

.footer-menu-text-link:hover {
  color: #00d1f9;
}

.footer-contact-details {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.footer-contact-details-single {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-start;
  display: flex;
}

.footer-contact-details-single.mid {
  margin-left: -2px;
}

.footer-contact-details-single.oth {
  justify-content: center;
  align-items: flex-start;
}

.footer-contact-details-icon-wrap {
  width: 22px;
}

.footer-contact-details-icon-wrap._2nd {
  width: 25px;
}

.footer-contact-details-icon {
  max-width: 24px;
}

.footer-contact-details-text {
  color: #e0e3ed;
  letter-spacing: -.18px;
  max-width: 213px;
  font-size: 18px;
}

.footer-contact-details-text.oth {
  color: var(--gray);
}

.footer-infermation-wrap {
  background-color: #0d255e;
  border: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  padding: 20px 60px;
  display: flex;
}

.footer-infermation-text-wrapper {
  display: flex;
}

.footer-infermation-text {
  color: #fff;
  font-size: 18px;
}

.footer-infermation-text.mobile {
  display: none;
}

.footer-infermation-text.main {
  margin-left: 0;
}

.footer-infermation-text.main.oth {
  margin-left: 5px;
}

.footer-infermation-text-link {
  color: #00d1f9;
  font-weight: 500;
  text-decoration: none;
}

.footer-social-media-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.footer-social-media-link-block {
  color: #fff;
  border: 1px solid #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.footer-social-media-link-block:hover {
  background-color: #00d1f9;
}

.blog-section-title-wrapper {
  border-bottom: 1px solid #00d1f954;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
  overflow: hidden;
}

.blog-section-title-wrapper.hv2 {
  border-bottom-style: none;
  margin-bottom: 60px;
  padding-bottom: 0;
}

.blog-section-title-wrapper.hv2.main-blog {
  align-items: center;
}

.blog-section-title-left-content {
  width: 100%;
  max-width: 605px;
}

.blog-section-title {
  color: #000b22;
  letter-spacing: -1.2px;
  font-family: Generalsans, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
}

.blog-section-title-right-content {
  flex-flow: column;
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-end;
  width: 100%;
  max-width: 510px;
  display: flex;
}

.blog-section-title-right-content.oth {
  margin-top: 30px;
}

.blog-description-text {
  color: #70767a;
  letter-spacing: -.18px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
}

.blog-description-text.mb0 {
  margin-bottom: 0;
}

.blog-section-button-wrapper {
  grid-column-gap: 20px;
  display: flex;
}

.blog-section-button-wrapper.products {
  margin-top: 25px;
}

.testimonials-faq-section-wrap {
  background-image: url('../images/Testimonial--FAQ-Bg_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-title-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
  overflow: hidden;
}

.section-title-wrapper.mb110 {
  margin-bottom: 50px;
}

.testimonials-section-title-left-content {
  width: 100%;
  max-width: 575px;
  overflow: hidden;
}

.testimonials-section-title-left-content.faq {
  width: 100%;
  max-width: 625px;
}

.testimonials-section-title-left-content.width-650 {
  width: 100%;
  max-width: 650px;
}

.testimonials-section-title {
  color: #000b22;
  letter-spacing: -1.2px;
  font-family: Generalsans, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
}

.testimonials-section-title-right-content {
  width: 100%;
  max-width: 495px;
  overflow: hidden;
}

.testimonials-section-title-right-content.faq {
  width: 100%;
}

.testimonials-section-description {
  color: #70767a;
  font-size: 18px;
  line-height: 28px;
}

.testimonials-slider {
  background-color: #ddd0;
  height: 100%;
}

.testimonials-slider-single-wrapper {
  position: relative;
}

.testimonials-slider-content {
  background-color: #fff;
  padding: 65px 60px 60px;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.testimonials-slider-rivew-wrap {
  grid-column-gap: 10px;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.testimonials-slider-rivew-wrap.mb20 {
  margin-bottom: 20px;
}

.testimonials-slider-description {
  color: #70767a;
  letter-spacing: -.4px;
  max-width: 485px;
  margin-bottom: 80px;
  font-size: 20px;
  line-height: 30px;
}

.testimonials-author-name {
  color: #000b22;
  letter-spacing: -1.12px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
  line-height: 100%;
}

.testimonials-author-bio {
  color: #70767a;
  text-transform: capitalize;
  font-size: 18px;
}

.testimonials-author-image {
  z-index: 2;
  position: absolute;
  inset: auto 25px 0% auto;
}

.testimonials-slider-arrow {
  color: #002c8f;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 24px;
  display: flex;
  inset: auto auto 0% 0%;
}

.testimonials-slider-arrow.left {
  color: #fff;
  background-color: #00d1f9;
  bottom: 80px;
}

.slide-nav {
  display: none;
}

.testimonials-tag {
  letter-spacing: -13.6px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ebfcff;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 170px;
  line-height: 100%;
  position: absolute;
  inset: auto 0% -3% auto;
}

.faq-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.faq-left-content {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.faq-question {
  color: #000b22;
  letter-spacing: -.48px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.faq-arrow-icon {
  color: #000b2226;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 16px;
}

.faq-arrow-icon-wrapper {
  border: 1px solid #000b2226;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  font-size: 15px;
  display: flex;
}

.paragraph.for-faq {
  letter-spacing: -.18px;
  max-width: 585px;
  margin-bottom: 0;
  padding-bottom: 25px;
}

.faq-singel-wrapper {
  background-color: #fff;
  border: 1px solid #00d1f933;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.faq-header {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.faq-answer-container {
  width: 100%;
  overflow: hidden;
}

.faq-right-content {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.team-content {
  justify-content: space-between;
  max-width: 1540px;
  margin-left: auto;
  margin-right: 40px;
  display: flex;
}

.team-left-content {
  width: 100%;
  max-width: 410px;
  margin-top: 150px;
}

.team-section-title-wrapper {
  padding-bottom: 70px;
  position: sticky;
  top: 140px;
}

.team-section-title {
  color: #fff;
  letter-spacing: -1.2px;
  margin-bottom: 15px;
  font-family: Generalsans, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
}

.team-section-description {
  color: #e0e3ed;
  letter-spacing: -.18px;
  font-size: 18px;
}

.team-section-button-wrapper {
  margin-top: 30px;
  display: flex;
}

.team-right-content {
  width: 100%;
  max-width: 1080px;
}

.team-collection-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-left: 1px solid #ffffff1f;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-single-wrapper {
  border-bottom: 1px solid #ffffff1f;
  border-right: 1px solid #ffffff1f;
  padding: 65px 30px;
}

.team-single-wrapper.bottom-border-none {
  border-bottom-style: none;
}

.team-number-wrap {
  margin-bottom: 35px;
}

.team-number {
  color: #00d1f9;
  letter-spacing: -.4px;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
}

.team-member-image-wrapper {
  display: block;
  overflow: hidden;
}

.team-member-name-bio-wrapper {
  margin-top: 30px;
  margin-bottom: 25px;
}

.team-member-name {
  color: #fff;
  letter-spacing: -.48px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.team-member-bio {
  color: #e0e3ed;
  letter-spacing: -.18px;
  font-size: 18px;
}

.team-member-social-media-wrap {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.team-member-social-media-link-block {
  color: #fff;
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 19px;
  text-decoration: none;
  transition: all .45s;
  display: flex;
}

.team-member-social-media-link-block:hover {
  background-color: #00d1f9;
}

.blog-post-wrapper {
  align-self: center;
  width: 100%;
  max-width: 1160px;
}

.blog-post-single-wrapper {
  z-index: 1;
  border-bottom: 1px solid #00d1f954;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  transition: all .45s;
  display: flex;
  position: relative;
}

.blog-post-single-wrapper:hover {
  padding-left: 60px;
  padding-right: 0;
}

.blog-post-author-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.blog-post-author-image-wrapper {
  width: 70px;
  height: 70px;
}

.blog-post-author-name {
  color: #000b22;
  letter-spacing: -.48px;
  margin-bottom: 7px;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.blog-post-author-bio {
  color: #70767a;
  letter-spacing: -.18px;
  font-size: 18px;
  line-height: 100%;
}

.blog-post-name-date-wrapper {
  width: 100%;
  max-width: 800px;
}

.blog-post-tag-date-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.blog-category-post-tag {
  color: #00d1f9;
  letter-spacing: -.32px;
  border: 1px solid #00d1f9;
  border-radius: 100px;
  padding: 8px 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  display: inline-block;
}

.blog-post-date-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: none;
}

.blog-post-date {
  line-height: 100%;
}

.blog-post-date-circel {
  color: #70767a;
  background-color: #70767a;
  border-radius: 100%;
  width: 7px;
  height: 7px;
}

.blog-post-name {
  color: #000b22;
  letter-spacing: -.64px;
  font-family: Generalsans, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
  text-decoration: none;
  display: block;
}

.blog-post-button-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-button-blog-post {
  opacity: 0;
  position: absolute;
}

.blog-post-image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-post-single {
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  overflow: hidden;
}

.products-top-content {
  margin-bottom: 40px;
}

.products-section-title-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  overflow: hidden;
}

.products-section-title-wrapper.mb60 {
  margin-bottom: 60px;
}

.products-section-title-left-content {
  width: 100%;
  max-width: 640px;
  overflow: hidden;
}

.products-section-title-right-content {
  width: 100%;
  max-width: 450px;
  overflow: hidden;
}

.products-bottom-content {
  max-width: 1635px;
  margin-left: auto;
  padding-bottom: 120px;
  padding-left: 15px;
  overflow: hidden;
}

.products-slider {
  background-color: #fff0;
  height: 100%;
}

.products-slider-mask {
  max-width: 424px;
  overflow: visible;
}

.products-slide {
  margin-right: 24px;
}

.products-single-wrapper {
  background-color: #fff;
  padding: 20px 20px 40px;
}

.product-image-link-block {
  background-color: #ebfcff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 260px;
  margin-bottom: 30px;
  display: flex;
  overflow: hidden;
}

.product-name {
  color: #000b22;
  letter-spacing: -.56px;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.product-name:hover {
  color: #00d1f9;
}

.product-rivew-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.product-rivew-price-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.product-price {
  color: #002c8f;
  letter-spacing: -.72px;
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.product-liter-quantity {
  grid-column-gap: 60px;
  background-color: #f7f7f7;
  align-items: center;
  margin-bottom: 30px;
  padding: 10px 45px;
  display: flex;
}

.product-liter {
  color: #70767a;
  font-size: 18px;
  display: inline-block;
}

.product-line {
  background-color: #000b221a;
  width: 1px;
  height: 27px;
}

.products-slider-arrow {
  color: #002c8f;
  background-color: #fff;
  border: 1px solid #000b221a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  transition: all .4s;
  display: flex;
  inset: auto auto -120px 0%;
}

.products-slider-arrow:hover {
  color: #fff;
  background-color: #00d1f9;
  border-color: #00d1f9;
}

.products-slider-arrow.right {
  left: 80px;
}

.choose-us-wrapper {
  background-image: url('../images/Choose-Us-Content-Bg_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 8px;
  position: relative;
}

.choose-us-content {
  max-width: 945px;
  margin-left: auto;
}

.choose-us-top-content {
  margin-bottom: 8px;
}

.choose-us-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.choose-us-single-wrapper {
  background-color: #fff;
  padding: 35px 25px;
}

.choose-us-single-wrapper._1 {
  background-color: #00d1f9;
}

.choose-us-single-wrapper._5 {
  background-color: #002c8f;
}

.choose-us-image-wrapper {
  background-color: #00d1f9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 30px;
  display: flex;
}

.choose-us-image-wrapper._1 {
  background-color: #fff;
}

.choose-us-name-description {
  margin-bottom: 25px;
}

.choose-us-name {
  color: #000b22;
  letter-spacing: -.56px;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}

.choose-us-name.white {
  color: #fff;
}

.choose-us-description {
  color: #70767a;
  letter-spacing: -.18px;
  font-size: 18px;
  line-height: 28px;
}

.choose-us-description.white {
  color: #fff;
  font-size: 17px;
}

.choose-us-link-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #000b22;
  letter-spacing: -.18px;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.choose-us-link-block.white {
  color: #fff;
}

.choose-us-text-block {
  text-transform: capitalize;
  text-decoration: underline;
}

.choose-us-grid-two {
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.choose-us-year {
  letter-spacing: -11.5px;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/Choose-Us-Year-Bg_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Generalsans, sans-serif;
  font-size: 230px;
  font-weight: 600;
  line-height: 100%;
  display: inline-block;
  position: absolute;
  inset: auto auto -27px -4px;
}

.banner-content-hv2 {
  border-top: 1px solid #fff;
  padding-top: 80px;
}

.banner-typography-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
  display: flex;
}

.banner-typography-title-wrapper {
  width: 100%;
  max-width: 740px;
}

.banner-typography-title {
  color: #000b22;
  letter-spacing: -2.88px;
  font-family: Generalsans, sans-serif;
  font-size: 96px;
  font-weight: 600;
  line-height: 106px;
}

.banner-typography-right-content {
  width: 100%;
  max-width: 460px;
}

.banner-typography-shape {
  margin-bottom: 30px;
  display: inline-block;
}

.banner-typography-description-button-wrap {
  margin-bottom: 30px;
}

.banner-typography-description {
  color: #878c90;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.banner-hero-image-wrapper {
  position: relative;
}

.banner-image {
  object-fit: cover;
  border: 2px solid #00d1f9;
  width: 100%;
  max-height: 680px;
  margin-bottom: -140px;
  position: relative;
}

.banner-hero-image-tag {
  color: #fff;
  background-color: #00d1f9;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 680px;
  font-family: Satisfy, sans-serif;
  font-size: 32px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.banner-hero-image-tag-text {
  white-space: nowrap;
  transform: rotate(90deg);
}

.about-us-bg {
  background-image: url('../images/About-Us-Bg_1.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-us-section-title-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 75px;
  display: flex;
  overflow: hidden;
}

.about-us-section-title-left-content {
  width: 100%;
  max-width: 625px;
}

.about-us-section-title {
  color: #fff;
  letter-spacing: -1.2px;
  font-family: Generalsans, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
}

.about-us-section-title-right-content {
  width: 100%;
  max-width: 495px;
}

.about-us-description {
  color: #e0e3ed;
  letter-spacing: -.18px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.about-us-button-wrapper {
  margin-top: 20px;
  display: flex;
}

.blog-content {
  display: none;
}

.blog-collection-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-single {
  background-color: #fff;
  flex-flow: column;
  height: 100%;
  padding: 0;
  display: flex;
}

.blog-image-wrap {
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}

.blog-image {
  border: 1px solid #00d1f9;
}

.blog-name {
  color: #000b22;
  letter-spacing: -.64px;
  margin-bottom: 25px;
  font-family: Generalsans, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
  text-decoration: none;
  transition: all .45s;
  display: block;
}

.blog-name:hover {
  color: #00d1f9;
}

.blog-author-button-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-author-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.blog-author-name {
  color: #000b22;
  letter-spacing: -.44px;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 600;
}

.blog-author-bio {
  color: #70767a;
  letter-spacing: -.18px;
  font-size: 18px;
}

.testimonials-faq {
  background-image: url('../images/Testimonials--FAQ-Bg_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonials-bottom {
  max-width: 1620px;
  margin-left: auto;
  padding-top: 60px;
  overflow: hidden;
}

.testimonials-slider-hv2 {
  background-color: #fff0;
  height: 100%;
  padding-bottom: 140px;
}

.testimonials-slider-mask-hv2 {
  max-width: 820px;
  overflow: visible;
}

.testimonials-slide-hv2 {
  margin-right: 30px;
}

.testimonials-single {
  background-image: url('../images/Testimonials-Single-Bg_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  position: relative;
}

.testimonials-single-content {
  background-color: #fff;
  width: 430px;
  margin-left: auto;
  padding: 35px 25px 35px 35px;
}

.testimonials-slider-rivew-text {
  color: #000b22;
  font-family: Generalsans, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.testimonials-description-wrap {
  border-bottom: 1px solid #000b221a;
  padding-bottom: 30px;
}

.testimonials-description-text-span {
  color: #00d1f9;
}

.testimonials-author-name-bio {
  padding-top: 30px;
}

.testimonials-author-name-hv2 {
  color: #000b22;
  letter-spacing: -.48px;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.testimonials-author-bio-hv2 {
  color: #70767a;
  font-size: 18px;
}

.testimonials-image {
  position: absolute;
  inset: auto auto 0% 15px;
}

.testimonials-slider-arrow-hv2 {
  color: #002c8f;
  border: 1px solid #000b221a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  transition: all .45s;
  display: flex;
  inset: auto auto 0% 0%;
}

.testimonials-slider-arrow-hv2:hover {
  color: #fff;
  background-color: #00d1f9;
  border-color: #00d1f9;
}

.testimonials-slider-arrow-hv2.right {
  left: 80px;
}

.about-us-counter-up-wrapper {
  border: 1px solid #ffffff1f;
  margin-bottom: 75px;
}

.about-us-counter-up-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.about-us-counter-up-single-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.about-us-counter-up-single-wrapper.middle {
  border-left: 1px solid #ffffff1f;
  border-right: 1px solid #ffffff1f;
}

.about-us-counter-up-tag {
  color: #ced3e0;
  font-size: 18px;
}

.about-us-feature-wrapper {
  position: relative;
}

.about-us-feature-tabs {
  grid-column-gap: 80px;
  grid-template: "Area"
  / minmax(480px, auto) minmax(760px, auto);
  grid-auto-columns: 1fr;
  display: grid;
}

.about-us-feature-tab-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.about-us-feature-tab-link {
  color: #fff;
  letter-spacing: -.56px;
  background-color: #092462;
  border: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 28px;
  font-weight: 600;
  text-decoration: none;
}

.about-us-feature-tab-link.w--current {
  background-color: #092462;
}

.about-us-feature-menu-icon-wrap {
  background-color: #00d1f9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.about-us-feature-menu-icon-text {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.about-us-active-wrap {
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
}

.about-us-active-circel {
  background-color: #ffffff4d;
  border-radius: 100%;
  width: 22px;
  height: 22px;
}

.about-us-feature-tab-link-single {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-us-feature-content {
  background-color: #092462;
  border: 1px solid #00d1f9;
  overflow: hidden;
}

.about-us-feature-image-wrapper {
  overflow: hidden;
}

.about-us-feature-image {
  width: 100%;
}

.about-us-feature-name-description {
  padding: 40px 50px;
  position: relative;
}

.about-us-feature-name {
  color: #fff;
  margin-bottom: 18px;
  font-size: 42px;
  font-weight: 600;
  line-height: 52px;
}

.about-us-feature-description {
  color: #e0e3ed;
  letter-spacing: -.18px;
  font-size: 18px;
  line-height: 28px;
}

.about-us-feature-link-block {
  background-color: #092462;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  transition: all .35s;
  display: flex;
  position: absolute;
  inset: -40px auto auto 50px;
}

.about-us-feature-link-block:hover {
  background-color: #00d1f9;
}

.about-us-feature-shape {
  position: absolute;
  inset: 50% auto 0 480px;
  transform: translate(0, -50%);
}

.services-grid-hv2 {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(380px, auto) minmax(500px, auto) minmax(380px, auto);
}

.services-left-content {
  grid-row-gap: 20px;
  flex-direction: column;
}

.services-single-hv2 {
  background-color: #fff;
  padding: 50px 30px;
}

.services-image-wrapper-hv2 {
  background-color: #00d1f9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 25px;
  display: flex;
}

.services-collection-list {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.services-image-hv2 {
  width: 30px;
}

.services-name-description {
  margin-bottom: 25px;
}

.services-name-hv2 {
  color: #000b22;
  letter-spacing: -.32px;
  margin-bottom: 17px;
  font-family: Generalsans, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
  text-decoration: none;
  transition: all .45s;
  display: inline-block;
}

.services-name-hv2:hover {
  color: #00d1f9;
}

.services-description {
  font-size: 17px;
}

.services-link-block {
  grid-column-gap: 10px;
  color: #000b22;
  letter-spacing: -.18px;
  text-transform: capitalize;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all .45s;
  display: flex;
}

.services-link-block:hover {
  color: #00d1f9;
}

.services-link-block-wrap {
  display: inline-block;
}

.services-link-text-block {
  text-decoration: underline;
}

.services-link-text-arrow {
  font-family: "Fa Solid 900", sans-serif;
}

.services-order-now {
  background-image: url('../images/Services-Order-Now-Bg_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding-top: 70px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  overflow: hidden;
}

.services-order-now-title-wrapper {
  text-align: center;
  margin-bottom: 30px;
}

.services-order-now-title {
  color: #fff;
  letter-spacing: -1.14px;
  font-family: Generalsans, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 48px;
}

.services-order-now-button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-order-now-single {
  margin-bottom: 80px;
}

.services-order-now-image-wrapper {
  width: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.services-order-now-image {
  width: 100%;
}

.process-wrapper {
  grid-column-gap: 60px;
  justify-content: space-between;
  display: flex;
}

.process-number-wrapper {
  grid-row-gap: 430px;
  flex-direction: column;
  width: 100%;
  max-width: 70px;
  display: flex;
  position: relative;
}

.process-number-single {
  z-index: 2;
  background-image: url('../images/Process-Number-Single-Border_1Process Number Single Border.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: relative;
}

.process-single-number {
  background-color: #00d1f9;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
}

.process-number {
  color: #fff;
  letter-spacing: -.64px;
  font-family: Generalsans, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.process-content {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  width: 100%;
  max-width: 1190px;
  display: flex;
}

.process-single-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.process-image-wrapper {
  background-image: url('../images/Process-Image-Bg_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 610px;
  padding: 30px;
  overflow: hidden;
}

.process-image {
  border: 1px solid #00d1f9;
  width: 100%;
}

.process-typography-wrapper {
  background-image: url('../images/Process-Typography-Bg.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 580px;
  padding: 49px 50px 60px 60px;
}

.process-typography-image-wrapper {
  background-color: #002c8f;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 30px;
  display: flex;
}

.process-typography-title-description {
  margin-bottom: 30px;
}

.process-typography-title {
  color: #000b22;
  letter-spacing: -.42px;
  margin-bottom: 13px;
  font-family: Generalsans, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 52px;
}

.process-typography-description {
  color: #70767a;
  letter-spacing: -.18px;
  font-size: 18px;
  line-height: 28px;
}

.process-typography-button-wrapper {
  display: inline-block;
}

.process-number-line {
  height: 95%;
  position: absolute;
  inset: 70px auto auto 50%;
  transform: translate(-50%);
}

.choose-us-top-content-hv2 {
  background-image: url('../images/Choose-Us-Top-Content-Bg-Hv2_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 120px;
}

.choose-us-section-title-wrapper {
  border-bottom: 1px solid #ffffff1f;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
  padding-bottom: 50px;
  display: flex;
  overflow: hidden;
}

.choose-us-section-title-left-content {
  width: 100%;
  max-width: 675px;
}

.choose-us-section-title {
  color: #fff;
  letter-spacing: -1.2px;
  font-family: Generalsans, sans-serif;
  font-size: 57px;
  font-weight: 600;
  line-height: 70px;
}

.choose-us-section-title-right-content {
  width: 100%;
  max-width: 495px;
}

.choose-us-description-text {
  color: #e0e3ed;
  letter-spacing: -.18px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 28px;
}

.choose-us-details-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-left: 100px;
  padding-right: 0;
  display: flex;
}

.choose-us-details-image-wrapper {
  flex: 0 auto;
  width: 369px;
}

.choose-us-details-image {
  width: 100%;
  margin-left: 0;
}

.choose-us-details-infermation {
  flex-flow: column;
  justify-content: center;
  width: auto;
  display: flex;
}

.choose-us-details-infermation-single {
  overflow: hidden;
}

.choose-us-details-infermation-single.oth {
  padding-left: 60px;
  padding-right: 0;
}

.choose-us-details-infermation-title {
  color: #fff;
  text-align: left;
  letter-spacing: -.56px;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}

.choose-us-details-infermation-title.oth {
  text-align: left;
  margin-left: 60px;
}

.choose-us-details-single {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.choose-us-details-icon {
  width: 24px;
}

.choose-us-details-text-block {
  color: #e0e3ed;
  letter-spacing: -.18px;
  font-size: 18px;
}

.choose-us-details-main {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.choose-us-bottom-content-hv2 {
  max-width: 1650px;
  margin-top: -210px;
  margin-left: auto;
  padding-left: 30px;
  position: relative;
  overflow: hidden;
}

.choose-us-slider {
  background-color: #fff0;
  height: 100%;
}

.choose-us-slider-mask {
  width: 410px;
  overflow: visible;
}

.choose-us-slide {
  margin-right: 30px;
}

.choose-us-single {
  background-color: #fff;
  padding: 55px 45px;
}

.choose-us-image-wrapper-hv2 {
  background-color: #00d1f9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
  display: flex;
}

.choose-us-name-hv2 {
  color: #000b22;
  letter-spacing: -.32px;
  margin-bottom: 15px;
  font-family: Generalsans, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
}

.choose-us-description-hv2 {
  color: #70767a;
  letter-spacing: -.18px;
  font-size: 18px;
  line-height: 28px;
}

.choose-us-link-wrap {
  display: inline-block;
}

.choose-us-slider-arrow {
  color: #002c8f;
  background-color: #fff;
  border: 1px solid #000b221a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 18px;
  transition: all .35s;
  display: flex;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.choose-us-slider-arrow:hover {
  color: #fff;
  background-color: #002c8f;
}

.choose-us-slider-arrow.left {
  left: -30px;
}

.choose-us-slider-arrow.right {
  inset: 50% 300px auto auto;
}

.products-collection-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.inner-banner-typography-wrapper {
  text-align: center;
}

.inner-banner-typography-title {
  color: #000b22;
  letter-spacing: -1.2px;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-family: Generalsans, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
}

.inner-banner-typography-text-link-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.inner-banner-typography-text-link {
  color: #000b22;
  letter-spacing: -.4px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.inner-banner-typography-text-link.w--current {
  color: #00d1f9;
}

.style-guide-wrapper {
  grid-row-gap: 100px;
  flex-direction: column;
  display: flex;
}

.style-guide-single-wrapper {
  border-bottom: 1px solid #000b221a;
  padding-bottom: 100px;
}

.style-guide-single-wrapper.last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.style-guide-title-tag-wrapper {
  margin-bottom: 50px;
  display: inline-block;
}

.style-guide-title-tag {
  color: #00d1f9;
  letter-spacing: -.36px;
  text-transform: capitalize;
  border: 1px solid #00d1f9;
  border-radius: 100px;
  padding: 10px 35px;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  display: inline-block;
}

.style-guide-color-plate-grid {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.style-guide-color-plate-single {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 180px;
  display: flex;
}

.style-guide-color-plate-single._1 {
  background-color: #00d1f9;
}

.style-guide-color-plate-single._2 {
  background-color: #002c8f;
}

.style-guide-color-plate-single._3 {
  background-color: #ebfcff;
  border: 1px solid #000b221a;
}

.style-guide-color-plate-single._4 {
  background-color: #000b22;
}

.style-guide-color-plate-code {
  color: #fff;
  letter-spacing: -.64px;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
}

.style-guide-color-plate-code.black {
  color: #000b22;
  text-transform: uppercase;
}

.style-guide-heading-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.style-guide-typography-wrapper {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.style-guide-typography-title {
  color: #000b22;
  letter-spacing: -.48px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.style-guide-typography-text-block {
  color: #70767a;
  font-size: 18px;
}

.style-guide-buttons-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.license-wrapper {
  grid-row-gap: 100px;
  flex-direction: column;
  display: flex;
}

.license-title-description {
  margin-bottom: 50px;
}

.license-title-description.mb0 {
  margin-bottom: 0;
}

.license-title {
  color: #000b22;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-family: Generalsans, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 52px;
}

.license-description-text {
  color: #70767a;
  letter-spacing: -.18px;
  max-width: 654px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.license-description-text.icons-graphics {
  max-width: 558px;
}

.license-description-text.typography {
  max-width: 582px;
}

.license-description-text-link {
  color: #00d1f9;
  font-weight: 500;
  text-decoration: underline;
}

.license-image-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.license-image {
  width: 100%;
}

.icons-graphics-wrapper {
  max-width: 850px;
}

.icons-graphics-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.license-icon-wrapper {
  background-color: #00d1f9;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.license-icon {
  width: 100%;
  max-width: 30px;
}

.changelog-single-content {
  background-color: #fff;
  border-left: 5px solid #00d1f9;
  width: 665px;
  padding: 25px 30px;
}

.changelog-list-circel {
  background-color: #00d1f9;
  border-radius: 100%;
  width: 10px;
  height: 10px;
}

.changelog-list-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.changelog-tag {
  color: #000b22;
  letter-spacing: -1.68px;
  text-transform: capitalize;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 600;
}

.changelog-date-text-block {
  color: #000b22;
  letter-spacing: -.4px;
  font-size: 20px;
  font-weight: 600;
}

.changelog-list-text-block {
  color: #70767a;
  font-size: 18px;
}

.changelog-content {
  max-width: 1015px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.changelog-wrapper {
  background-color: #ebfcff;
  border: 1px solid #00d1f933;
  padding-top: 100px;
  padding-bottom: 100px;
}

.changelog-line {
  width: 16px;
  position: absolute;
  inset: 50% auto auto 235px;
  transform: translate(0, -50%);
}

.changelog-wrapper-2 {
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.changelog-single-wrapper {
  justify-content: space-between;
  display: flex;
}

.changelog-date-wrapper {
  width: 185px;
}

.changelog-list-single-wrapper {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.password-protected-section {
  background-image: url('../images/Password-Protected-Section-Bg_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 140px;
}

.password-protected-wrapper {
  background-color: #fff;
  border: 1px solid #00d1f933;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: flex;
}

.password-protected-image-wrapper {
  background-color: #00d1f9;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 175px;
  height: 175px;
  margin-bottom: 50px;
  display: flex;
}

.password-protected-title-description {
  margin-bottom: 30px;
}

.password-protected-title {
  color: #000b22;
  letter-spacing: -.84px;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 600;
  line-height: 52px;
}

.password-protected-description {
  color: #70767a;
  letter-spacing: -.18px;
  max-width: 515px;
  font-size: 18px;
  line-height: 28px;
}

.password-protected-field-label {
  display: none;
}

.password-protected-input-field {
  color: #70767a;
  letter-spacing: -.18px;
  border: 1px solid #000b221a;
  border-radius: 100px;
  height: 58px;
  margin-bottom: 20px;
  padding: 0 30px;
  font-size: 18px;
}

.password-protected-input-field::placeholder {
  color: #70767a;
}

.password-protected-submit-button {
  color: #fff;
  letter-spacing: -.36px;
  background-color: #00d1f9;
  border-radius: 100px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
}

.not-found-wrapper {
  max-width: 645px;
  margin-left: auto;
  margin-right: auto;
}

.not-found-image-wrapper {
  margin-bottom: 40px;
}

.not-found-title-description {
  text-align: center;
  margin-bottom: 30px;
}

.not-found-title {
  color: #000b22;
  margin-bottom: 15px;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
}

.not-found-description {
  color: #70767a;
  letter-spacing: -.18px;
  max-width: 592px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 28px;
}

.not-found-button-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-us-office-title {
  color: #000b22;
  letter-spacing: -.56px;
  text-transform: capitalize;
  font-family: Manrope, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}

.contact-us-title {
  color: #000b22;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
}

.contact-us-form-main {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact-us-form {
  grid-row-gap: 35px;
  flex-direction: column;
  display: flex;
}

.contact-us-office-title-wrapper {
  margin-bottom: 18px;
}

.office-infermation-single {
  grid-column-gap: 15px;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.office-infermation-single.first {
  justify-content: center;
  align-items: center;
  padding-right: 35px;
}

.contact-us-form-wrapper {
  background-color: #fff;
  max-width: 1000px;
  padding: 0 0 100px;
}

.contact-us-office-details-wrapper {
  background-color: #fff;
  padding: 30px 25px;
  overflow: hidden;
}

.contact-us-wrapper {
  grid-row-gap: 120px;
  flex-direction: column;
  display: flex;
}

.office-infermation-text {
  color: #70767a;
  letter-spacing: -.36px;
  white-space: nowrap;
  font-size: 18px;
  line-height: 28px;
}

.contact-us-office-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.office-infermation-wrappers {
  grid-column-gap: 29px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 0;
  padding-bottom: 5px;
  display: flex;
}

.contact-us-form-single {
  width: 100%;
}

.contact-us-submit-button-wrapper, .contact-us-bottom-content {
  align-self: center;
}

.contact-us-textarea {
  color: #70767a;
  background-color: #fff;
  border: 1px solid #0000001f;
  min-width: 100%;
  max-width: 100%;
  min-height: 270px;
  margin-bottom: 0;
  padding: 20px 24px;
  font-size: 18px;
}

.contact-us-textarea::placeholder {
  color: #70767a;
  font-size: 18px;
}

.office-infermation-icon-wrap {
  background-color: #00d1f9;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
}

.contact-us-title-wrapper {
  text-align: center;
  max-width: 775px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.contact-us-form-field-label {
  color: #000b22;
  letter-spacing: -.48px;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
}

.contact-us-form-input {
  background-color: #fff;
  border: 1px solid #0000001a;
  height: 65px;
  margin-bottom: 0;
  padding: 0 24px;
  font-size: 18px;
}

.contact-us-form-input::placeholder {
  color: #70767a;
  letter-spacing: -.18px;
}

.contact-us-form-block {
  margin-bottom: 0;
}

.contact-us-submit-button {
  color: #fff;
  text-transform: capitalize;
  background-color: #00d1f9;
  border-radius: 100px;
  padding: 16px 81px;
  font-size: 18px;
  font-weight: 600;
}

.contact-us-office-image, .contact-us-map-image {
  width: 100%;
}

.quantity-text {
  display: none;
}

.product-default {
  margin-bottom: 0;
}

.product-add-to-cart-button {
  color: #000b22;
  letter-spacing: -.18px;
  background-color: #fff0;
  border: 1px solid #000b221a;
  border-radius: 100px;
  padding: 20px 35px;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  transition: all .3s;
}

.product-add-to-cart-button:hover {
  color: #fff;
  background-color: #00d1f9;
  border-color: #00d1f9;
}

.products-details-top-content {
  grid-column-gap: 80px;
  border-bottom: 1px solid #000b221a;
  align-items: center;
  margin-bottom: 100px;
  padding-bottom: 120px;
  display: flex;
}

.products-details-image-wrapper {
  background-color: #ebfcff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  height: 680px;
  display: flex;
  overflow: hidden;
}

.products-details-image {
  width: 100%;
  max-width: 275px;
}

.products-details-typography-wrapper {
  width: 600px;
}

.products-details-name {
  color: #000b22;
  letter-spacing: -1.2px;
  margin-bottom: 25px;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
}

.products-details-price-rivew-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.products-details-price {
  color: #00d1f9;
  letter-spacing: -.64px;
  font-size: 32px;
  font-weight: 600;
}

.products-details-rivew-wrap {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  align-items: center;
  display: flex;
}

.products-details-description {
  color: #70767a;
  letter-spacing: -.18px;
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 28px;
}

.product-details-quantity-text-field {
  color: #000b22;
  letter-spacing: -.48px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}

.quantity-input {
  color: #000b22;
  letter-spacing: -.18px;
  background-color: #fff;
  border-color: #000b221a;
  border-radius: 100px;
  width: 100%;
  height: 58px;
  margin-bottom: 20px;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 500;
}

.products-add-to-cart-button {
  color: #fff;
  letter-spacing: -.18px;
  background-color: #00d1f9;
  border-radius: 100px;
  justify-content: center;
  width: 100%;
  padding: 17px 20px;
  font-size: 18px;
  font-weight: 700;
}

.products-details-rich-content-main {
  max-width: 755px;
  margin-left: auto;
  margin-right: auto;
}

.products-details-rich-content h2 {
  color: #000b22;
  margin-bottom: 15px;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
}

.products-details-rich-content p {
  color: #70767a;
  letter-spacing: -.18px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.products-details-rich-content ul {
  grid-row-gap: 7px;
  flex-direction: column;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 20px;
  display: flex;
}

.products-details-rich-content li {
  color: #70767a;
  letter-spacing: -.18px;
  font-size: 18px;
  font-weight: 400;
}

.blog-category-collection-list {
  grid-column-gap: 15px;
  display: flex;
}

.blog-category-collection-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.blog-category-button {
  color: #70767a;
  letter-spacing: -.18px;
  text-transform: capitalize;
  background-color: #fff;
  border-radius: 100px;
  padding: 14px 30px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s;
}

.blog-category-button:hover, .blog-category-button.w--current {
  color: #fff;
  background-color: #00d1f9;
}

.blog-details-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  max-width: 1095px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-details-top-content {
  border-bottom: 1px solid #000b221a;
  padding-bottom: 10px;
  overflow: hidden;
}

.blog-details-name {
  color: #000b22;
  letter-spacing: -1.2px;
  margin-top: 20px;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
}

.blog-details-tag-name {
  margin-bottom: 40px;
}

.blog-details-author-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-details-date-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.blog-details-read-titme {
  color: #000b22;
  letter-spacing: -.18px;
  text-transform: capitalize;
  font-size: 18px;
}

.blog-details-date-line {
  background-color: #70767a;
  width: 25px;
  height: 1px;
}

.blog-details-date {
  color: #000b22;
  letter-spacing: -.18px;
  font-size: 18px;
  font-weight: 400;
}

.blog-details-bottom-content {
  overflow: hidden;
}

.blog-details-rich-content h2 {
  color: #000b22;
  letter-spacing: -.84px;
  margin-bottom: 15px;
  font-size: 42px;
  font-weight: 600;
  line-height: 52px;
}

.blog-details-rich-content p {
  color: #70767a;
  letter-spacing: -.18px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 28px;
}

.blog-details-rich-content blockquote {
  color: #fff;
  text-align: center;
  background-color: #00d1f9;
  background-image: url('../images/Blog-Details-Quote-Image.svg');
  background-position: 50% 65px;
  background-repeat: no-repeat;
  background-size: auto;
  border-left-style: none;
  margin-bottom: 50px;
  padding: 130px 75px 55px;
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 34px;
}

.blog-details-rich-content ul {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-direction: column;
  margin-bottom: 30px;
  padding-left: 20px;
  display: flex;
}

.blog-details-rich-content li {
  color: #70767a;
  letter-spacing: -.18px;
  font-size: 17px;
  line-height: 27px;
}

.blog-details-rich-content figure {
  margin-top: 40px;
  margin-bottom: 40px;
}

.services-collection-list-main {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-single {
  border: 1px solid var(--transparent-1);
  background-color: #fff;
  padding: 45px 40px;
}

.servicesimage-wrap {
  background-color: #00d1f9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
  display: flex;
}

.services-image {
  width: 45px;
  height: 45px;
}

.services-name {
  color: #000b22;
  letter-spacing: -.32px;
  margin-bottom: 20px;
  font-family: Generalsans, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 37px;
  text-decoration: none;
  display: block;
}

.services-description-text {
  color: #70767a;
  letter-spacing: -.18px;
  font-size: 18px;
  line-height: 28px;
}

.service-details-wrapper {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.service-details-top-content {
  margin-bottom: 40px;
  display: flex;
}

.service-details-name {
  color: #000b22;
  letter-spacing: -1.2px;
  margin-bottom: 10px;
  font-family: Generalsans, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
}

.service-details-name.blog {
  margin-bottom: 0;
}

.service-details-description {
  color: #70767a;
  letter-spacing: -.18px;
  max-width: 800px;
  font-size: 18px;
  line-height: 28px;
}

.service-details-bottom-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 30px;
  display: flex;
  overflow: hidden;
}

.service-details-rich-content {
  width: 100%;
}

.service-details-rich-content h2 {
  color: #000b22;
  letter-spacing: -.84px;
  margin-bottom: 15px;
  font-size: 42px;
  line-height: 52px;
}

.service-details-rich-content p {
  color: #70767a;
  letter-spacing: -.18px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 28px;
}

.service-details-rich-content ol {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin-bottom: 30px;
  padding-left: 20px;
  display: flex;
}

.service-details-rich-content li {
  color: #70767a;
  letter-spacing: -.36px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.service-details-rich-content ul {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-bottom: 30px;
  padding-left: 20px;
  display: flex;
}

.service-details-rich-content figure {
  margin-bottom: 35px;
}

.exparts-collection-list {
  grid-column-gap: 24px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.expart-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.expart-image {
  border: 1px solid #00d1f9;
  width: 100%;
}

.expart-social-media-wrapper {
  background-color: #002c8fb3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.expart-social-media-single {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.expart-social-media-single.details {
  justify-content: flex-start;
}

.expart-social-media-link-block {
  color: #fff;
  border: 1px solid #fff3;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 22px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.expart-social-media-link-block:hover {
  background-color: #00d1f9;
  border-color: #00d1f9;
}

.expart-name-bio-wrapper {
  text-align: center;
  margin-top: 30px;
}

.expart-name {
  color: #000b22;
  letter-spacing: -.56px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
  text-decoration: none;
  transition: all .35s;
  display: block;
}

.expart-name:hover {
  color: #00d1f9;
}

.expart-bio {
  color: #70767a;
  letter-spacing: -.18px;
  font-size: 18px;
  display: block;
}

.expart-name-wrap {
  display: inline-block;
}

.team-details-wrapper {
  grid-row-gap: 100px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.team-details-top-content {
  background-image: url('../images/Team-Details-Bg_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 1260px;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 85px;
  padding-bottom: 85px;
  padding-right: 75px;
  position: relative;
}

.team-details-typography {
  max-width: 540px;
  margin-left: auto;
}

.team-details-name {
  color: #fff;
  letter-spacing: -1.2px;
  margin-bottom: 15px;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
}

.team-details-bio {
  color: #00d1f9;
  letter-spacing: -.4px;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
}

.team-details-description {
  color: #e0e3ed;
  letter-spacing: -.18px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 28px;
}

.team-details-image {
  position: absolute;
  inset: auto auto -85px 80px;
}

.team-details-bottom-content {
  width: 100%;
  max-width: 755px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.team-details-rich-content h2 {
  color: #000b22;
  margin-bottom: 15px;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
}

.team-details-rich-content p {
  color: #70767a;
  letter-spacing: -.18px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
}

.team-details-rich-content ul {
  grid-row-gap: 8px;
  flex-direction: column;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 20px;
  display: flex;
}

.team-details-rich-content li {
  color: #70767a;
  letter-spacing: -.18px;
  font-size: 18px;
  line-height: 28px;
}

.services-process {
  background-image: url('../images/Services--Process-Bg_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.services-wrap {
  grid-column-gap: 30px;
  justify-content: space-between;
  display: flex;
  position: relative;
  top: -120px;
  overflow: hidden;
}

.services-left-card {
  background-image: url('../images/Services-Card-bg_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 420px;
  padding: 65px 30px 65px 40px;
}

.services-title-description {
  margin-bottom: 40px;
}

.services-title {
  color: #fff;
  letter-spacing: -1.2px;
  margin-bottom: 10px;
  font-size: 54px;
  line-height: 61px;
}

.services-card-description {
  color: #e0e3ed;
  letter-spacing: -.18px;
  max-width: 351px;
  font-size: 18px;
  line-height: 28px;
}

.services-card-button-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.services-right-card {
  width: 100%;
  max-width: 870px;
  position: relative;
}

.services-card-image {
  filter: contrast(122%) saturate(110%);
  object-fit: cover;
  width: 100%;
  max-height: 630px;
  padding-top: 50px;
}

.services-cards {
  border-top: 1px solid #00d1f9;
  border-left: 1px solid #00d1f9;
  border-right: 1px solid #00d1f9;
  width: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.services-card-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-single-card {
  background-color: #fff;
  min-height: 330px;
  margin-bottom: 0;
  padding: 30px;
}

.services-single-card.middle {
  border-left: 1px #ffffff08;
  border-right: 1px #000;
}

.services-card-image-wrap {
  background-color: #00d1f9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  display: flex;
}

.services-card-icon {
  width: 24px;
  height: auto;
}

.services-card-name-description {
  display: inline-block;
}

.services-card-name {
  color: #000b22;
  letter-spacing: -.56px;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  text-decoration: none;
  transition: all .45s;
  display: block;
}

.services-card-description-text {
  color: #70767a;
  letter-spacing: -.18px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
}

.services-card-bottom-content {
  overflow: hidden;
}

.process-section-title-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
  display: flex;
  overflow: hidden;
}

.process-section-title-left-content {
  width: 100%;
  max-width: 580px;
}

.process-section-title {
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
}

.process-section-description-wrap {
  width: 100%;
  max-width: 495px;
}

.process-section-description-text {
  color: #e0e3ed;
  letter-spacing: -.18px;
  font-size: 18px;
  line-height: 28px;
}

.process-slider-wrapper {
  position: relative;
}

.process-slider {
  background-color: #fff0;
  height: 100%;
  padding-left: 100px;
}

.process-slider-mask {
  max-width: 100%;
}

.process-slide-content {
  background-color: #0d255e;
  align-items: center;
  display: flex;
}

.process-slide-image-wrapper {
  background-image: url('../images/Process-Slide-Image-Bg_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 610px;
  padding: 30px;
}

.process-slide-image {
  border: 1px solid #00d1f9;
  width: 100%;
}

.process-slide-image.last {
  filter: brightness(105%);
}

.process-typography {
  text-align: center;
  border-top: 2px dashed #00d1f999;
  border-bottom: 2px dashed #00d1f999;
  border-right: 2px dashed #00d1f999;
  width: 100%;
  max-width: 610px;
  padding: 60px 65px;
}

.process-number-wrap {
  color: #fff;
  letter-spacing: -.6px;
  border: 1px solid #ffffff1f;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Generalsans, sans-serif;
  font-size: 60px;
  font-weight: 500;
  display: flex;
}

.process-number-text {
  line-height: 100%;
}

.process-title-description {
  margin-bottom: 30px;
}

.process-title {
  color: #fff;
  letter-spacing: -.42px;
  margin-bottom: 18px;
  font-size: 42px;
  font-weight: 600;
  line-height: 52px;
}

.process-descrption {
  color: #e0e3ed;
  letter-spacing: -.18px;
  font-size: 18px;
  line-height: 28px;
}

.process-button-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.process-slide-arrow {
  color: #fff;
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 17px;
  transition: all .35s;
  display: flex;
  inset: 0% auto auto 0%;
}

.process-slide-arrow:hover {
  background-color: #00d1f9;
  border-color: #00d1f9;
}

.process-slide-arrow.right {
  inset: auto auto 0% 0%;
}

.process-slider-arrow-line {
  height: 73%;
  position: absolute;
  inset: 50% auto auto 30px;
  transform: translate(0, -50%);
}

.previwe-banner-content {
  text-align: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.previwe-banner-title {
  color: #000b22;
  letter-spacing: -3.8px;
  margin-bottom: 12px;
  font-size: 95px;
  font-weight: 500;
  line-height: 105px;
}

.previwe-banner-description {
  color: #70767a;
  letter-spacing: -.19px;
  max-width: 820px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 19px;
  line-height: 29px;
}

.previwe-banner-main-content {
  grid-row-gap: 100px;
  flex-direction: column;
  display: flex;
}

.previwe-banner-bottom-content {
  background-image: url('../images/Previwe-Banner-Bg_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-end;
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 100px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.previwe-banner-card-image {
  width: 100%;
  max-width: 600px;
}

.previwe-banner-card-image.left {
  height: 823px;
  margin-right: -90px;
}

.previwe-banner-card-image.right {
  height: 823px;
  margin-left: -90px;
}

.previwe-banner-card-image.middle {
  z-index: 1;
  max-width: 680px;
  height: 903px;
  position: relative;
}

.previwe-banner-image {
  border-top: 2px solid #00d1f9;
  border-left: 2px solid #00d1f9;
  border-right: 2px solid #00d1f9;
  width: 100%;
  height: 100%;
}

.team-water-skills {
  background-image: url('../images/Team--Water-Skills-Sec-Bg_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.teams-content {
  max-width: 1635px;
  margin-left: auto;
  padding-left: 15px;
}

.teams-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.teams-section-title-wrapper {
  width: 100%;
  max-width: 410px;
}

.teams-section-title {
  color: #fff;
  letter-spacing: -1.2px;
  margin-bottom: 15px;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
}

.teams-section-description {
  color: #e0e3ed;
  letter-spacing: -.18px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 28px;
}

.teams-section-button-wrap {
  align-items: flex-start;
  display: flex;
}

.teams-slider-content {
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}

.teams-slider {
  background-color: #fff0;
  height: 100%;
  margin-left: 25px;
}

.teams-slider-mask {
  max-width: 360px;
  overflow: visible;
}

.teams-slider-arrow {
  color: #fff;
  background-color: #102a65;
  border: 1px solid #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 18px;
  transition: all .45s;
  display: flex;
  inset: 50% auto auto -24px;
  transform: translate(0, -50%);
}

.teams-slider-arrow:hover {
  color: #00d1f9;
}

.teams-slider-arrow.left {
  background-color: #102a65;
  top: 54%;
}

.teams-slider-arrow.right {
  background-color: #102a65;
  top: 46%;
}

.teams-slider-top-border {
  background-color: #ffffff1f;
  width: 1px;
  height: 41%;
  position: absolute;
  inset: 0% auto auto 24px;
}

.teams-slider-top-border.bottom {
  top: auto;
  bottom: 0%;
  right: auto;
}

.water-contact-wrap {
  justify-content: space-between;
  display: flex;
}

.water-contact-section-title-wrapper {
  width: 100%;
  max-width: 560px;
}

.water-contact-section-title {
  color: #fff;
  letter-spacing: -1.2px;
  margin-bottom: 15px;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
}

.water-contact-description {
  color: #e0e3ed;
  letter-spacing: -.18px;
  margin-bottom: 20px;
}

.water-contact-list-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-bottom: 40px;
  display: flex;
}

.water-contact-list-single-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.water-contact-list-img-wrap {
  width: 24px;
}

.water-contact-list-img {
  width: 100%;
}

.water-contact-list-text-block {
  color: #fff;
  letter-spacing: -.18px;
  font-size: 18px;
  font-weight: 500;
}

.water-contact-form-wrap {
  background-color: #0d255e;
  border: 1px solid #ffffff1f;
  width: 100%;
  max-width: 640px;
  margin-bottom: -135px;
  padding: 45px 60px;
}

.water-contact-form-wrap.other {
  margin-bottom: 0;
}

.water-contact-title-wrapper {
  margin-bottom: 30px;
  overflow: hidden;
}

.water-contact-title {
  color: #fff;
  font-size: 42px;
  font-weight: 600;
  line-height: 52px;
}

.water-contact-form-block {
  margin-bottom: 0;
}

.water-contact-form {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.water-contact-form-sigle-wrapper {
  grid-column-gap: 30px;
  justify-content: space-between;
  display: flex;
}

.water-contact-form-input-field {
  color: #e0e3ed;
  letter-spacing: -.18px;
  background-color: #122a62;
  border: 1px #000;
  border-radius: 100px;
  height: 56px;
  margin-bottom: 0;
  padding: 0 20px 0 65px;
  font-size: 18px;
}

.water-contact-form-input-field::placeholder {
  color: #e0e3ed;
}

.water-contact-form-sigle {
  width: 100%;
  position: relative;
}

.water-contact-form-input-icon {
  position: absolute;
  inset: 50% auto auto 25px;
  transform: translate(0, -50%);
}

.water-contact-textarea {
  background-color: #122a62;
  border: 1px #000;
  border-radius: 20px;
  min-width: 100%;
  max-width: 100%;
  min-height: 160px;
  margin-bottom: 0;
  padding-top: 15px;
  padding-left: 25px;
  font-size: 18px;
}

.water-contact-textarea::placeholder {
  color: #e0e3ed;
  letter-spacing: -.18px;
}

.water-contact-submit-button {
  color: #fff;
  letter-spacing: -.18px;
  text-transform: capitalize;
  background-color: #00d1f9;
  border-radius: 100px;
  height: 58px;
  font-size: 18px;
  font-weight: 700;
}

.demos-section-title-wrapper {
  text-align: center;
  margin-bottom: 50px;
  overflow: hidden;
}

.demos-section-title {
  color: #000b22;
  letter-spacing: -1.8px;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
}

.demos-section-description {
  color: #70767a;
  letter-spacing: -.18px;
  max-width: 655px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 28px;
}

.demos-section-description.home-pages {
  max-width: 712px;
}

.included-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.included-single-wrapper {
  text-align: center;
  background-color: #fff;
  padding: 55px 45px;
}

.included-image-wrapper {
  background-color: #00d1f9;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.included-title {
  color: #000b22;
  letter-spacing: -.56px;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}

.included-description {
  color: #70767a;
  letter-spacing: -.18px;
  font-size: 18px;
  line-height: 28px;
}

.included-description.section {
  max-width: 292px;
  margin-left: auto;
  margin-right: auto;
}

.included-description.inner {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.previwe-footer-top-content {
  max-width: 795px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}

.previwe-footer-content {
  text-align: center;
  overflow: hidden;
}

.previwe-footer-logo-link-block {
  margin-bottom: 40px;
}

.previwe-footer-title {
  color: #fff;
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 70px;
}

.previwe-footer-description {
  color: #e0e3ed;
  letter-spacing: -.18px;
  max-width: 660px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 28px;
}

.previwe-footer-bottom-content {
  text-align: center;
  border-top: 1px solid #fff3;
  padding-top: 20px;
  padding-bottom: 20px;
}

.primary-button-2 {
  color: #fff;
  background-color: #ff4c0a;
  border: 1px solid #ff4c0a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 18px 30px;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-button-2:hover {
  border-color: #4b5058;
}

.previwe-footer-button-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.previwe-footer-text-block {
  color: #fff;
  font-size: 18px;
}

.previwe-footer-text-link {
  color: #00d1f9;
  text-decoration: none;
}

.previwe-figma-wrapper {
  background-image: url('../images/Previwe-Figma-Bg_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 110px;
}

.previwe-figma-text-wrapper {
  text-align: center;
}

.previwe-figma-description-text {
  color: #e0e3ed;
  letter-spacing: -.18px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 28px;
}

.previwe-figma-bottom-content {
  text-align: center;
  background-color: #002c8f;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.previwe-figma-top-content {
  max-width: 690px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.previwe-figma-file-image {
  width: 100%;
  margin-bottom: -1px;
}

.previwe-figma-title {
  color: #fff;
  letter-spacing: -1.2px;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
}

.previwe-figma-image-wrapper {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 158px;
  height: 158px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.demos-grid {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.single-demo {
  background-color: #ebfcff;
  border: 1px solid #00d1f9;
  width: 100%;
  padding: 30px;
  display: block;
  position: relative;
  overflow: hidden;
}

.single-demo-image {
  z-index: 1;
  border: 1px solid #00d1f94d;
  width: 100%;
  position: relative;
}

.demo-shape-one {
  background-color: #00d1f9;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.demo-shape-two {
  background-color: #00d1f9;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.demo-tag {
  z-index: 1;
  color: #000;
  letter-spacing: -.6px;
  text-transform: capitalize;
  background-color: #fff;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  padding: 12px 25px;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  inset: auto auto 85px -1px;
  box-shadow: 25px 0 60px #0000001a;
}

.single-demos {
  width: 648px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.checkout-title {
  font-size: 32px;
  line-height: 42px;
}

.checkout-header {
  border-style: solid;
  border-color: #00d1f94d;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 15px;
}

.checkout-content {
  border: 1px solid #00d1f94d;
  border-radius: 5px;
  padding: 15px;
}

.checkout-input-field {
  background-color: #fff0;
  border-color: #000b221a;
  border-radius: 5px;
  height: 50px;
}

.shipping-method-list {
  border-left-style: none;
  border-right-style: none;
}

.checkout-sticky {
  top: 140px;
}

.preloader {
  z-index: 9999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.preloader-logo-wrapper {
  width: 200px;
}

.dropdown-toggle-arrow-2 {
  margin-left: 6px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 15px;
}

.dropdown-toggle-2 {
  color: #000b22;
  align-items: center;
  padding: 0;
  font-size: 17px;
  font-weight: 400;
  transition: all .45s;
  display: flex;
}

.dropdown-toggle-2:hover {
  color: #00d1f9;
}

.dropdown-menu-text-link {
  grid-column-gap: 10px;
  color: #000b22;
  text-transform: capitalize;
  align-items: center;
  margin-bottom: 24px;
  font-size: 17px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.dropdown-menu-text-link:hover {
  color: #00d1f9;
}

.dropdown-menu-text-link.mb15 {
  margin-bottom: 15px;
}

.dropdown-menu-text-link.mb15.w--current {
  color: #00d1f9;
}

.dropdown-menu-text-link.mb0 {
  margin-bottom: 0;
}

.dropdown-column-wrapper-2 {
  background-color: #0000;
  width: 800px;
  padding-top: 20px;
  overflow: hidden;
  transform: translate(-50%);
}

.dropdown-column-wrapper-2.homes-page {
  width: 160px;
  left: -40px;
  transform: none;
}

.dropdown-pd.pd-60px {
  background-color: #060606;
  padding: 60px 40px;
}

.dropdown-pd.pd-60px.homes-pd {
  background-color: #fff;
  border: 1px solid #00d1f94d;
  padding: 20px;
}

.dropdown-pd.pd-60px {
  background-color: #fff;
  border: 1px solid #00d1f94d;
  padding: 60px 40px;
}

.dropdown-toggle {
  color: #000b22;
  align-items: center;
  padding: 0;
  font-size: 17px;
  font-weight: 400;
  transition: all .45s;
  display: flex;
}

.dropdown-toggle:hover {
  color: #00d1f9;
}

.dropdown-menu-cms-line {
  background-color: #00d1f9;
  width: 10px;
  height: 1px;
}

.dropdown-title {
  color: #000b22;
  letter-spacing: -.24px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.more-temple-text-link-boder {
  background-color: #00d1f9;
  width: 100%;
  height: 1px;
}

.dropdown-menu-cms {
  color: #00d1f9;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.more-temple-text-link {
  color: #00d1f9;
  font-size: 18px;
  text-decoration: none;
}

.more-temple-wrapper {
  display: inline-block;
}

.dropdown-grid {
  grid-column-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.dropdown-menu-text-link-2 {
  grid-column-gap: 10px;
  color: #000b22;
  text-transform: capitalize;
  align-items: center;
  margin-bottom: 20px;
  font-size: 17px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.dropdown-menu-text-link-2:hover {
  color: #00d1f9;
}

.dropdown-menu-text-link-2.mb0 {
  margin-bottom: 0;
}

.dropdown-column-wrapper {
  background-color: #0000;
  width: 800px;
  padding-top: 20px;
  overflow: hidden;
  transform: translate(-50%);
}

.dropdown-menu-cms-single {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
}

.dropdown-title-wrapper {
  margin-bottom: 30px;
}

.about-us-main {
  flex-direction: column;
  display: flex;
}

.about-us-title-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.about-us-title-single-wrapper {
  width: 100%;
  max-width: 580px;
}

.about-us-heading {
  color: #000b22;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
}

.about-us-description-wrap {
  width: 100%;
  max-width: 502px;
}

.about-us-description-text {
  color: #70767a;
  letter-spacing: -.18px;
  font-size: 18px;
  line-height: 28px;
}

.about-gallery-image-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 65px;
  display: flex;
}

.about-gallery-left-image-wrapper {
  width: 100%;
  max-width: 520px;
}

.about-gallery-image-single {
  width: 100%;
}

.about-gallery-image {
  border: 1px solid #00d1f9;
  width: 100%;
}

.about-gallery-right-image-wrapper {
  width: 100%;
  max-width: 780px;
}

.about-gallery-image-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.about-description-wrap {
  text-align: center;
  margin-bottom: 85px;
}

.about-description-text {
  color: #70767a;
  letter-spacing: -.48px;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 34px;
}

.about-description-text-span {
  color: #000b22;
  font-weight: 500;
}

.about-esponsor-ticker-wrapper {
  border-top: 1px solid #000b221a;
  border-bottom: 1px solid #000b221a;
  padding-top: 40px;
  padding-bottom: 40px;
}

.sponsors-ticker {
  overflow: hidden;
}

.ticker {
  align-items: center;
  display: flex;
}

.inner-ticker-wrapper {
  flex: none;
  align-items: center;
  display: flex;
}

.single-sponsor-img {
  margin-right: 130px;
}

.core-values-title {
  color: #000b22;
  letter-spacing: -.56px;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}

.about-title-single-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.core-values-section-title-wrapper {
  margin-bottom: 50px;
}

.about-title-box {
  width: 100%;
  max-width: 524px;
}

.about-description-text-2 {
  color: #5d5d5d;
  letter-spacing: -.18px;
  font-size: 18px;
  line-height: 28px;
}

.core-values-image-wrapper {
  background-color: #00d1f9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-description-text-wrapper {
  width: 100%;
  max-width: 485px;
}

.core-values-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.core-values-description-text {
  color: #70767a;
  letter-spacing: -.18px;
  max-width: 275px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 28px;
}

.core-values-text-wrapper {
  text-align: center;
}

.about-title {
  color: #000b22;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
}

.about-our-mission-image-two {
  border: 2px solid #00d1f9;
  position: absolute;
  inset: auto 0% 0% auto;
}

.about-our-mission-tab-content {
  width: 100%;
  max-width: 545px;
}

.about-our-mission-tab-link {
  color: #e0e3ed;
  text-transform: capitalize;
  background-color: #0000;
  border: 1px solid #ffffff1f;
  border-radius: 100px;
  padding: 17px 25px;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}

.about-our-mission-tab-link.w--current {
  color: #fff;
  background-color: #00d1f9;
  border-color: #00d1f9;
}

.about-our-mission-description-text {
  color: #e0e3ed;
  letter-spacing: -.18px;
  font-size: 18px;
  line-height: 28px;
}

.about-our-mission-title {
  color: #fff;
  letter-spacing: -1.2px;
  margin-bottom: 15px;
  font-size: 60px;
  line-height: 70px;
}

.about-our-mission-wrapper {
  background-image: url('../images/About-Our-Mission-Bg_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  padding-left: 60px;
  padding-right: 70px;
  display: flex;
}

.about-our-mission-image-wrapper {
  width: 100%;
  max-width: 568px;
  position: relative;
  overflow: hidden;
}

.about-our-mission-image {
  border: 2px solid #00d1f9;
  width: 100%;
  max-width: 470px;
}

.about-our-mission-tab-menu {
  grid-column-gap: 15px;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.cart-button {
  background-color: #fff0;
  border: 1px solid #002c8f;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  width: 35px;
  height: 35px;
  padding: 0;
  position: relative;
}

.cart-quantity {
  color: #fff;
  background-color: #00d1f9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 20px;
  min-width: auto;
  height: 20px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 11px;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: -8px -8px auto auto;
}

.cart-wrapper {
  background-color: #000b22cc;
}

.cart-container {
  border: 1px solid #00d1f9;
  min-width: auto;
  max-width: 800px;
}

.cart-header {
  border-bottom-color: #000b221a;
  padding: 35px 40px;
}

.cart-title {
  color: #000b22;
  font-size: 42px;
  font-weight: 600;
  line-height: 52px;
}

.cart-close-button {
  cursor: pointer;
  background-color: #00d1f9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.cart-form-wrapper {
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.cart-footer {
  padding: 25px 0 40px;
}

.cart-list {
  padding-left: 0;
  padding-right: 0;
}

.cart-image {
  width: 80px;
  height: auto;
}

.cart-image-wrap {
  text-align: center;
  background-color: #ebfcff;
  border: 1px solid #00d1f9;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 180px;
  height: 180px;
  display: flex;
}

.cart-item {
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-product-name {
  color: #000b22;
  letter-spacing: -.84px;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}

.cart-product-price {
  color: #00d1f9;
  letter-spacing: -.4px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.cart-quantity-two {
  color: #70767a;
  background-color: #fff0;
  border-style: none;
  width: 50px;
  height: auto;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
}

.cart-quantity-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  display: flex;
}

.cart-quantity-text-block {
  color: #70767a;
  letter-spacing: -.18px;
  font-size: 18px;
}

.cart-remove-button {
  color: #000b22;
  letter-spacing: -.36px;
  border: 1px solid #000b221a;
  border-radius: 100px;
  padding: 14px 30px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all .35s;
}

.cart-remove-button:hover {
  color: #fff;
  background-color: #00d1f9;
}

.cart-footer-subtotal, .cart-footer-footer-price {
  color: #000b22;
  letter-spacing: -.48px;
  font-size: 24px;
  font-weight: 600;
}

.checkout-button {
  color: #fff;
  background-color: #00d1f9;
  border-radius: 100px;
  justify-content: center;
  height: 58px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.about-feature-number-shape {
  background-color: #00d1f9;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.process-number-border {
  background-color: #00d1f9;
  width: 2px;
  position: absolute;
  inset: 70px auto auto 50%;
  transform: translate(-50%);
}

.mobile-button-wrap {
  display: none;
}

.product-categories-top-content {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.product-categories-name {
  color: #000;
  font-size: 20px;
  line-height: 52px;
  text-decoration: none;
}

.product-categories-name.w--current {
  color: #00d1f9;
}

.product-categories-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.product-categories-title {
  font-size: 42px;
  line-height: 52px;
}

.paragraph-2 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.primary-button-3, .primary-button-4 {
  color: #fff;
  letter-spacing: -.18px;
  text-transform: capitalize;
  background-color: #00d1f9;
  border-radius: 100px;
  flex-direction: column;
  align-items: center;
  padding: 20px 35px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-button-4.tertiary {
  color: #000b22;
  background-color: #00d1f900;
  border: 1px solid #000b221a;
}

.process-typography-wrapper-2 {
  background-image: url('../images/Process-Typography-Bg.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 580px;
  padding: 49px 50px 60px 60px;
}

.primary-button-5 {
  color: #fff;
  letter-spacing: -.18px;
  text-transform: capitalize;
  background-color: #00d1f9;
  border-radius: 100px;
  flex-direction: column;
  align-items: center;
  padding: 20px 35px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-button-5.secondary {
  background-color: #00d1f900;
  border: 1px solid #fff3;
}

.primary-button-6 {
  color: #fff;
  letter-spacing: -.18px;
  text-transform: capitalize;
  background-color: #00d1f9;
  border-radius: 100px;
  flex-direction: column;
  align-items: center;
  padding: 20px 35px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-button-6.secondary {
  background-color: #00d1f900;
  border: 1px solid #fff3;
}

.paragraph-3.for-faq, .paragraph-4.for-faq {
  letter-spacing: -.18px;
  max-width: 585px;
  margin-bottom: 0;
  padding-bottom: 25px;
}

.div-block {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.dark-link {
  color: #70767a;
}

.text-span {
  color: #00d1f9;
}

.text-span-2 {
  color: #70767a;
}

.div-block-2 {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.image {
  border-radius: 10px;
}

.div-block-3 {
  width: 380px;
}

.service-details-input-field {
  color: #081120;
  letter-spacing: .18px;
  border: 1px solid #d2d6db94;
  border-bottom-color: #d2d6db;
  min-height: 40px;
  margin-bottom: 22px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 14px;
  font-size: 17px;
  font-weight: 400;
}

.service-details-input-field:focus {
  border-bottom-color: #9da4ae;
}

.service-details-input-field::placeholder {
  color: #9da4ae;
}

.service-details-input-field.details {
  min-height: 80px;
  padding-top: 10px;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-image {
  border-radius: 13px;
  width: 100%;
}

.service-image.second {
  margin-top: 20px;
}

.service-image.third {
  margin-top: 20px;
  margin-bottom: 40px;
}

.service-details-submit-button {
  color: #fff;
  text-align: center;
  letter-spacing: -.16px;
  background-color: #309fc8;
  border-radius: 100px;
  width: 100%;
  margin-top: 30px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: color .3s, background-color .3s;
  display: block;
}

.service-details-submit-button:hover {
  background-color: #257897;
}

.list-item {
  background-image: url('../images/drop.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 24px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 33px;
  font-size: 18px;
}

.service-details-form-block {
  margin-bottom: 0;
}

.service-details-form-inner {
  float: none;
  border: 1px solid #d2d6db;
  border-radius: 16px;
  padding: 30px;
  position: sticky;
  top: 40px;
}

.link {
  color: var(--light-blue);
  text-decoration: none;
  transition: all .2s;
}

.link:hover {
  color: #257897;
}

.service-details-inner {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.service-details-form-wrap {
  flex: 0 0 370px;
  margin-top: 0;
}

.service-details-tab-pane {
  border-radius: 16px;
  padding: 30px;
}

.service-details-tab-pane.service-details-tab-pane-border {
  border: 1px solid #d2d6db;
}

.service-list {
  margin-top: 20px;
  padding-left: 0;
  overflow: hidden;
}

.service-details-form-excerpt {
  color: var(--gray);
  text-align: center;
  margin-bottom: 30px;
}

.service-heading {
  margin-bottom: 10px;
}

.service-heading.top-margin {
  margin-top: 40px;
}

.service-heading.sub {
  margin-top: 20px;
  margin-bottom: 2px;
  font-size: 24px;
  line-height: 30px;
}

.service-details-form-title {
  text-align: center;
  letter-spacing: .32px;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 41.6px;
}

.service-details-main-image-wrap {
  border-radius: 8px;
  margin-top: 0;
  margin-bottom: 32px;
  overflow: hidden;
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-details-main-image {
  width: 100%;
  transition: transform .3s;
}

.service-details-wrap {
  position: relative;
}

.service-details-form-inner-2 {
  border: 1px solid #d2d6db;
  border-radius: 16px;
  padding: 30px 30px 35px;
  position: sticky;
  top: 40px;
}

.div-block-10 {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  min-width: 220px;
  display: flex;
}

.blue-link {
  color: var(--light-blue);
  text-decoration: none;
}

.small-blue-title {
  color: var(--light-blue);
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 18px;
}

.text-span-3, .blue {
  color: var(--light-blue);
}

.div-block-12 {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.div-block-13 {
  padding: 25px;
}

@media screen and (min-width: 1920px) {
  .section.about-section {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section.about-us {
    display: none;
  }

  .banner-hero-image {
    width: 415px;
    left: 105px;
  }

  .banner-water-image {
    width: 566px;
  }

  .banner-water-shape {
    width: 649px;
    right: 2%;
  }

  .about-wrapper {
    flex: 1;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .about-content {
    justify-content: space-between;
  }

  .about-video-play-button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 400px;
    display: flex;
    position: absolute;
  }

  .about-thumbnail-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .about-video-play-button-image {
    position: absolute;
  }

  .about-video-shape-wrap {
    width: 150px;
    height: 150px;
    position: absolute;
    inset: -75px auto auto -75px;
  }

  .about-video-shape {
    width: 100%;
  }

  .about-video-shape-image {
    position: absolute;
  }

  .about-feature-single-wrapper {
    padding: 75px 35px;
  }

  .about-feature-single-wrapper.pd-right-20 {
    padding: 75px 20px 75px 35px;
  }

  .about-feature-name {
    font-size: 28px;
    line-height: 38px;
  }

  .previwe-banner-image {
    border-top: 1px solid #00d1f9;
    border-left: 2px solid #00d1f9;
  }

  .teams-slider-arrow {
    background-color: #092462;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu-wrapper {
    grid-column-gap: 0px;
    background-color: #fff;
    border: 1px solid #00d1f94d;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-height: 263px;
    margin-top: 112px;
    margin-left: 10px;
    margin-right: 0;
    padding: 30px 20px;
    position: absolute;
    inset: 0% 0% auto auto;
    overflow: auto;
  }

  .nav-link {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 15px;
  }

  .nav-link.mb0, .nav-link.btm {
    margin-bottom: 0;
  }

  .primary-button {
    padding: 18px 30px;
    font-size: 17px;
  }

  .primary-button.desktop {
    display: none;
  }

  .section.banner-section {
    padding-top: 0;
  }

  .section.about-section {
    margin-top: -100px;
    padding-top: 200px;
    padding-bottom: 140px;
  }

  .section.about-feature {
    padding-bottom: 100px;
  }

  .section.blog-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.testimonials-section {
    padding-top: 100px;
    padding-bottom: 200px;
  }

  .section.faq-section.about, .section.team-section, .section.products-section, .section.choose-us {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.banner-section-hv2 {
    padding-top: 95px;
  }

  .section.about-us, .section.blog, .section.testimonials-section-hv2, .section.services, .section.process-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.products-section-hv2 {
    padding-top: 310px;
    padding-bottom: 100px;
  }

  .section.inner-banner-section {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .section.style-guide, .section.changelog, .section._404-not-found-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.contact-us {
    padding-top: 30px;
    padding-bottom: 100px;
  }

  .section.products, .section.products-details {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.blog-details-section {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .section.services-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.service-details {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .section.exparts-section, .section.team-details-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.about-us-section {
    padding-top: 66px;
    padding-bottom: 100px;
  }

  .section.services-sec {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.process {
    padding-bottom: 200px;
  }

  .section.previwe-banner {
    padding-top: 160px;
  }

  .section.water-contact, .section.included-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.previwe-figma-section {
    padding-bottom: 100px;
  }

  .section.demo-section {
    padding-top: 100px;
  }

  .section.demo-section.last, .section.core-values-section, .section.about-our-mission {
    padding-bottom: 100px;
  }

  .section.product-categories {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.faq-section {
    padding-bottom: 100px;
  }

  .banner-wrapper {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 100px;
    padding-bottom: 212px;
  }

  .banner-content {
    max-width: 715px;
    position: static;
  }

  .banner-subtitle-line.mobile {
    display: none;
  }

  .banner-banner-subtitle {
    font-size: 26px;
  }

  .banner-title {
    font-size: 70px;
    line-height: 80px;
  }

  .banner-description {
    max-width: 670px;
    font-size: 18px;
    line-height: 28px;
  }

  .banner-button-wrapper.hv2, .banner-button-wrapper.choose-us-button-wrap {
    justify-content: center;
  }

  .banner-hero-image {
    width: 250px;
  }

  .banner-water-image {
    width: 300px;
  }

  .banner-water-shape {
    width: 430px;
  }

  .about-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .about-content {
    grid-row-gap: 50px;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-left-content {
    text-align: center;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .subtitle-wrap.mb10 {
    justify-content: center;
  }

  .subtitle-wrap.demos {
    margin-bottom: 15px;
  }

  .subtitle-wrap.center {
    justify-content: center;
  }

  .section-title, .section-title.mb10 {
    font-size: 52px;
    line-height: 62px;
  }

  .section-description {
    max-width: 668px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-button-wrapper {
    justify-content: center;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .about-counter-up-wrapper {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .numbers.two {
    justify-content: center;
  }

  .about-counter-up-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .about-video-play-button {
    width: 300px;
  }

  .about-video-play-button-image {
    width: 30px;
    left: 141px;
  }

  .about-video-shape-wrap {
    display: none;
  }

  .about-feature-content {
    border-top-style: none;
    border-bottom-style: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-feature-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .about-feature-single-wrapper {
    border-top: 1px solid #000b221a;
    border-bottom: 1px solid #000b221a;
    border-left: 1px solid #000b221a;
    padding: 40px 25px;
  }

  .about-feature-number-wrapper {
    width: 90px;
    height: 90px;
    margin-bottom: 25px;
  }

  .about-feature-number {
    font-size: 46px;
  }

  .about-feature-name-description {
    margin-bottom: 25px;
  }

  .about-feature-description {
    max-width: 305px;
    font-size: 17px;
    line-height: 27px;
  }

  .footer-contact-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

  .footer-contact-details-wrapper {
    text-align: center;
    width: 100%;
    max-width: 450px;
  }

  .footer-logo-link-block {
    margin-bottom: 20px;
  }

  .footer-details-description {
    font-size: 16px;
    line-height: 26px;
  }

  .footer-contact-form-wrap {
    width: 100%;
    max-width: 625px;
  }

  .footer-contact-newsletter-warp {
    grid-column-gap: 10px;
  }

  .footer-contact-field-label {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .footer-menu-grid {
    grid-column-gap: 30px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-menu-title-wrapper {
    margin-bottom: 20px;
  }

  .footer-menu-single {
    grid-row-gap: 15px;
  }

  .footer-infermation-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column-reverse;
  }

  .footer-infermation-text.mobile {
    text-align: center;
    display: block;
  }

  .footer-infermation-text.main {
    display: none;
  }

  .blog-section-title-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: column;
  }

  .blog-section-title-left-content {
    margin-left: auto;
    margin-right: auto;
  }

  .blog-section-title {
    font-size: 56px;
    line-height: 66px;
  }

  .blog-section-title-right-content {
    justify-content: center;
    align-items: center;
    max-width: 615px;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-section-button-wrapper, .blog-section-button-wrapper.products.center {
    justify-content: center;
    align-items: center;
  }

  .section-title-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: column;
  }

  .testimonials-section-title-left-content.width-650 {
    max-width: 680px;
  }

  .testimonials-section-title {
    font-size: 52px;
    line-height: 62px;
  }

  .testimonials-section-title-right-content {
    max-width: 715px;
  }

  .testimonials-slider-image-wrapper {
    display: none;
  }

  .testimonials-slider-content {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    position: static;
  }

  .testimonials-slider-description {
    max-width: 470px;
    margin-bottom: 40px;
    font-size: 17px;
    line-height: 27px;
  }

  .testimonials-author-image {
    width: 200px;
  }

  .testimonials-slider-arrow {
    width: 60px;
    height: 60px;
    position: absolute;
    inset: auto auto -100px 55%;
  }

  .testimonials-slider-arrow.left {
    bottom: -100px;
    left: 45%;
  }

  .testimonials-tag {
    letter-spacing: -5px;
    font-size: 76px;
  }

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

  .paragraph.for-faq {
    max-width: 650px;
  }

  .team-content {
    flex-direction: column;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .team-left-content {
    text-align: center;
    max-width: 700px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .team-section-title-wrapper {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    position: static;
  }

  .team-section-title {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 52px;
    line-height: 62px;
  }

  .team-section-description {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .team-section-button-wrapper {
    justify-content: center;
  }

  .team-right-content {
    border-top: 1px solid #ffffff1f;
  }

  .team-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .team-single-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blog-post-wrapper {
    display: none;
  }

  .blog-post-single-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .blog-post-single-wrapper:hover {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-post-name-date-wrapper {
    max-width: 600px;
  }

  .blog-post-tag-date-wrapper {
    margin-bottom: 20px;
  }

  .products-section-title-wrapper {
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .products-section-title-wrapper.mb60 {
    grid-column-gap: 20px;
    grid-row-gap: 15px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
  }

  .products-section-title-right-content {
    max-width: 100%;
  }

  .product-liter-quantity {
    grid-column-gap: 40px;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .choose-us-grid, .choose-us-grid-two {
    grid-template-columns: 1fr 1fr;
  }

  .choose-us-year {
    display: none;
  }

  .banner-content-hv2 {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
  }

  .banner-typography-wrapper {
    grid-row-gap: 15px;
    text-align: center;
    flex-direction: column;
    margin-bottom: 50px;
  }

  .banner-typography-title-wrapper {
    max-width: 100%;
  }

  .banner-typography-title {
    font-size: 62px;
    line-height: 72px;
  }

  .banner-typography-right-content {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-typography-shape {
    display: none;
  }

  .banner-typography-description-button-wrap {
    max-width: 645px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-typography-description {
    font-size: 17px;
    line-height: 27px;
  }

  .banner-image {
    margin-bottom: 0;
  }

  .banner-hero-image-tag {
    width: 100px;
    height: 100%;
  }

  .banner-hero-image-tag-text {
    font-size: 28px;
  }

  .about-us-section-title-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: column;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-us-section-title-left-content {
    max-width: 100%;
  }

  .about-us-section-title {
    letter-spacing: -1px;
    font-size: 48px;
    line-height: 58px;
  }

  .about-us-section-title-right-content {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .about-us-description {
    max-width: 655px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    line-height: 27px;
  }

  .about-us-button-wrapper {
    justify-content: center;
  }

  .blog-content {
    display: flex;
  }

  .blog-collection-list {
    grid-template-columns: 1fr;
  }

  .blog-single {
    padding: 0;
  }

  .blog-image {
    border-style: none;
    width: 100%;
  }

  .blog-name {
    max-width: 600px;
    margin-bottom: 22px;
  }

  .testimonials-bottom {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonials-slider-hv2 {
    padding-bottom: 100px;
  }

  .testimonials-single-content {
    width: 100%;
  }

  .testimonials-description-wrap {
    padding-bottom: 40px;
  }

  .testimonials-description-text {
    max-width: 560px;
  }

  .testimonials-image {
    width: 120px;
    display: block;
    inset: auto 20px 20px auto;
  }

  .about-us-feature-tabs {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .about-us-feature-tab-menu {
    grid-row-gap: 15px;
  }

  .about-us-feature-name-description {
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-us-feature-description {
    max-width: 600px;
  }

  .about-us-feature-link-block {
    left: 30px;
  }

  .about-us-feature-shape {
    display: none;
  }

  .services-grid-hv2 {
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .services-single-hv2 {
    padding: 40px 25px;
  }

  .services-collection-list {
    grid-column-gap: 20px;
    flex-direction: row;
  }

  .services-link-block {
    font-size: 17px;
  }

  .services-middle-content {
    order: 1;
  }

  .services-order-now {
    padding-left: 0;
    padding-right: 0;
  }

  .services-order-now-single {
    width: 100%;
    max-width: 500px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .services-order-now-image-wrapper {
    text-align: center;
    position: static;
  }

  .services-order-now-image {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .process-wrapper {
    flex-direction: column;
  }

  .process-number-wrapper {
    display: none;
  }

  .process-single-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .process-image-wrapper {
    max-width: 100%;
  }

  .process-typography-wrapper {
    background-color: #fff;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border: 2px dashed #00d1f9;
    max-width: 100%;
    padding: 40px;
  }

  .process-typography-description {
    max-width: 500px;
  }

  .choose-us-top-content-hv2 {
    padding-top: 100px;
  }

  .choose-us-section-title-wrapper {
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 700px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }

  .choose-us-section-title-left-content {
    max-width: 100%;
  }

  .choose-us-section-title {
    font-size: 42px;
    line-height: 52px;
  }

  .choose-us-section-title-right-content {
    max-width: 100%;
  }

  .choose-us-description-text {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 27px;
  }

  .choose-us-details-wrapper {
    grid-row-gap: 20px;
    flex-direction: column-reverse;
    padding-left: 0;
  }

  .choose-us-details-image-wrapper {
    display: none;
  }

  .choose-us-details-infermation {
    width: 100%;
  }

  .choose-us-details-infermation-single.oth {
    padding-left: 0;
  }

  .choose-us-details-infermation-title.oth {
    text-align: center;
    margin-left: 0;
  }

  .choose-us-details-main.left {
    margin-right: 40px;
  }

  .choose-us-bottom-content-hv2 {
    margin-top: -165px;
  }

  .choose-us-slide {
    margin-right: 20px;
  }

  .choose-us-single {
    padding: 30px;
  }

  .choose-us-image-wrapper-hv2 {
    width: 75px;
    height: 75px;
    margin-bottom: 20px;
  }

  .choose-us-name-hv2 {
    font-size: 28px;
    line-height: 38px;
  }

  .choose-us-description-hv2 {
    font-size: 16px;
    line-height: 26px;
  }

  .choose-us-slider-arrow.left {
    left: -20px;
  }

  .choose-us-slider-arrow.right {
    right: 20px;
  }

  .products-collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .inner-banner-typography-title {
    font-size: 48px;
    line-height: 58px;
  }

  .style-guide-wrapper {
    grid-row-gap: 60px;
  }

  .style-guide-single-wrapper {
    padding-bottom: 60px;
  }

  .style-guide-title-tag-wrapper {
    margin-bottom: 40px;
  }

  .style-guide-color-plate-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .style-guide-color-plate-code {
    font-size: 24px;
  }

  .changelog-single-content {
    width: 100%;
    max-width: 665px;
    margin-left: auto;
    margin-right: auto;
  }

  .changelog-list-wrapper {
    grid-row-gap: 20px;
  }

  .changelog-right-content {
    width: 100%;
  }

  .changelog-line {
    display: none;
  }

  .changelog-wrapper-2 {
    grid-row-gap: 40px;
  }

  .changelog-single-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .password-protected-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .password-protected-image-wrapper {
    width: 150px;
    height: 150px;
    margin-bottom: 40px;
  }

  .not-found-wrapper {
    max-width: 585px;
  }

  .not-found-image-wrapper {
    width: 100%;
    max-width: 350px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .not-found-title {
    font-size: 48px;
    line-height: 58px;
  }

  .not-found-description {
    max-width: 555px;
    font-size: 16px;
    line-height: 27px;
  }

  .contact-us-title {
    font-size: 48px;
    line-height: 58px;
  }

  .contact-us-form-main {
    grid-column-gap: 20px;
  }

  .office-infermation-single {
    grid-column-gap: 10px;
  }

  .contact-us-form-wrapper {
    padding: 0 30px 60px;
  }

  .contact-us-office-details-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-us-wrapper {
    grid-row-gap: 100px;
  }

  .office-infermation-text {
    font-size: 16px;
    line-height: 27px;
  }

  .contact-us-office-grid {
    grid-template-columns: 1fr 1fr;
  }

  .office-infermation-wrappers {
    grid-row-gap: 15px;
  }

  .contact-us-textarea {
    min-height: 230px;
    font-size: 18px;
  }

  .office-infermation-icon-wrap {
    width: 25px;
    height: 25px;
  }

  .contact-us-title-wrapper {
    max-width: 700px;
  }

  .contact-us-form-field-label {
    font-size: 18px;
  }

  .contact-us-form-input {
    height: 50px;
    font-size: 18px;
  }

  .product-add-to-cart-button {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 30px;
  }

  .products-details-wrapper {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }

  .products-details-top-content {
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
    padding-bottom: 60px;
  }

  .products-details-image-wrapper {
    max-width: 100%;
    height: 500px;
  }

  .products-details-typography-wrapper {
    width: 100%;
  }

  .products-details-name {
    margin-bottom: 20px;
    font-size: 48px;
    line-height: 58px;
  }

  .products-details-price-rivew-wrap {
    margin-bottom: 20px;
  }

  .products-details-price {
    font-size: 28px;
  }

  .products-details-rich-content h2 {
    font-size: 52px;
    line-height: 62px;
  }

  .products-details-rich-content p {
    font-size: 16px;
    line-height: 26px;
  }

  .products-details-rich-content ul {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .blog-details-wrapper {
    grid-row-gap: 40px;
  }

  .blog-details-top-content {
    padding-bottom: 30px;
  }

  .blog-details-name {
    margin-top: 15px;
    font-size: 48px;
    line-height: 58px;
  }

  .blog-details-tag-name {
    margin-bottom: 20px;
  }

  .blog-details-rich-content blockquote {
    background-position: 50% 50px;
    padding: 100px 40px 40px;
    font-size: 20px;
    line-height: 30px;
  }

  .services-collection-list-main {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .services-single {
    padding: 33px;
  }

  .servicesimage-wrap {
    width: 90px;
    height: 90px;
    margin-bottom: 20px;
  }

  .services-image {
    width: auto;
    height: auto;
  }

  .services-name {
    font-size: 30px;
  }

  .services-description-text {
    font-size: 17px;
    line-height: 27px;
  }

  .service-details-top-content {
    flex-flow: column;
  }

  .service-details-name {
    font-size: 48px;
    line-height: 58px;
  }

  .service-details-rich-content h2 {
    font-size: 38px;
    line-height: 48px;
  }

  .service-details-rich-content p {
    font-size: 16px;
    line-height: 26px;
  }

  .service-details-rich-content ol {
    margin-bottom: 25px;
  }

  .service-details-rich-content li {
    font-size: 17px;
    line-height: 27px;
  }

  .exparts-collection-list {
    grid-row-gap: 30px;
  }

  .expart-social-media-single {
    grid-column-gap: 10px;
  }

  .expart-social-media-link-block {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }

  .expart-name-bio-wrapper {
    margin-top: 20px;
  }

  .expart-name {
    font-size: 24px;
    line-height: 100%;
  }

  .team-details-wrapper {
    grid-row-gap: 60px;
  }

  .team-details-top-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column-reverse;
    margin-bottom: 0;
    padding: 40px 30px;
    display: flex;
  }

  .team-details-typography {
    max-width: 100%;
    margin-left: 0;
  }

  .team-details-name {
    font-size: 48px;
    line-height: 58px;
  }

  .team-details-bio {
    margin-bottom: 20px;
  }

  .team-details-description {
    max-width: 600px;
    margin-bottom: 30px;
  }

  .team-details-image {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .team-details-rich-content h2 {
    font-size: 48px;
    line-height: 58px;
  }

  .team-details-rich-content p {
    font-size: 16px;
    line-height: 26px;
  }

  .services-wrap {
    grid-row-gap: 30px;
    flex-direction: column;
    top: 0;
  }

  .services-left-card {
    max-width: 100%;
    padding: 40px 30px;
  }

  .services-title-description {
    margin-bottom: 20px;
  }

  .services-title {
    margin-bottom: 15px;
    font-size: 48px;
    line-height: 58px;
  }

  .services-card-description {
    max-width: 675px;
  }

  .services-right-card {
    max-width: 1000px;
  }

  .services-card-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .services-single-card {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .services-card-name {
    font-size: 24px;
    line-height: 32px;
  }

  .services-card-description-text {
    font-size: 16px;
    line-height: 26px;
  }

  .services-card-bottom-content {
    flex: 1;
  }

  .process-section-title-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .process-section-title-left-content {
    max-width: 685px;
    margin-bottom: 10px;
  }

  .process-section-title {
    font-size: 52px;
    line-height: 62px;
  }

  .process-section-description-wrap {
    max-width: 700px;
  }

  .process-slider-wrapper {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .process-slider {
    padding-left: 0;
  }

  .process-slide-content {
    flex-direction: column-reverse;
  }

  .process-slide-image-wrapper {
    order: 1;
    max-width: 100%;
  }

  .process-typography {
    border-top-style: none;
    border-bottom-style: dashed;
    border-left: 2px dashed #00d1f999;
    order: 0;
    max-width: 100%;
  }

  .process-slide-arrow {
    inset: auto auto -100px 55.5%;
    transform: translate(-50%);
  }

  .process-slide-arrow.left {
    left: 45.5%;
  }

  .process-slide-arrow.right {
    top: auto;
    bottom: -100px;
    right: -19%;
  }

  .previwe-banner-content {
    max-width: 100%;
  }

  .previwe-banner-title {
    font-size: 56px;
    line-height: 66px;
  }

  .previwe-banner-description {
    max-width: 560px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
  }

  .previwe-banner-main-content {
    grid-row-gap: 50px;
  }

  .previwe-banner-top-content {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .previwe-banner-bottom-content {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .previwe-banner-card-image.left, .previwe-banner-card-image.right {
    height: 350px;
  }

  .previwe-banner-card-image.middle {
    height: 400px;
  }

  .teams-wrapper {
    grid-column-gap: 15px;
  }

  .teams-section-title-wrapper {
    max-width: 350px;
  }

  .teams-section-title {
    font-size: 48px;
    line-height: 58px;
  }

  .teams-section-description {
    max-width: 300px;
    font-size: 16px;
    line-height: 26px;
  }

  .water-contact-wrap {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .water-contact-section-title-wrapper {
    text-align: center;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }

  .water-contact-section-title {
    letter-spacing: -1px;
    font-size: 46px;
    line-height: 56px;
  }

  .water-contact-description {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .water-contact-list-wrapper {
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
  }

  .water-contact-form-wrap {
    max-width: 100%;
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .water-contact-title {
    font-size: 36px;
    line-height: 46px;
  }

  .demos-section-title-wrapper {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }

  .demos-section-title {
    font-size: 48px;
    line-height: 58px;
  }

  .demos-section-description {
    max-width: 600px;
  }

  .demos-section-description.home-pages {
    max-width: 550px;
  }

  .included-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .included-single-wrapper {
    padding: 40px 20px;
  }

  .included-image-wrapper {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }

  .included-image {
    width: 40px;
  }

  .included-description, .included-description.inner {
    font-size: 17px;
  }

  .previwe-footer-top-content {
    max-width: 650px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .previwe-footer-logo-link-block {
    margin-bottom: 20px;
  }

  .previwe-footer-title {
    margin-bottom: 15px;
    font-size: 47px;
    line-height: 57px;
  }

  .previwe-footer-description {
    max-width: 555px;
    font-size: 17px;
    line-height: 27px;
  }

  .primary-button-2 {
    padding: 16px 25px;
  }

  .previwe-figma-wrapper {
    padding-top: 90px;
  }

  .previwe-figma-description-text {
    max-width: 500px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    line-height: 27px;
  }

  .previwe-figma-bottom-content {
    max-width: 650px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .previwe-figma-top-content {
    max-width: 650px;
    margin-bottom: 40px;
  }

  .previwe-figma-title {
    font-size: 48px;
    line-height: 58px;
  }

  .previwe-figma-image-wrapper {
    width: 130px;
    height: 130px;
    margin-bottom: 20px;
  }

  .previwe-figma-image {
    width: 40px;
  }

  .demos-grid {
    grid-row-gap: 30px;
  }

  .single-demo {
    padding: 20px;
  }

  .demo-tag {
    padding: 9px 20px;
    font-size: 18px;
    bottom: 40px;
  }

  .single-demos {
    width: 100%;
    max-width: 360px;
  }

  .menu-dropdown-wrapper {
    margin-bottom: 20px;
    display: block;
  }

  .dropdown-toggle-2 {
    justify-content: flex-start;
  }

  .dropdown-column-wrapper-2.w--open {
    width: 100%;
    transform: translate(0%);
  }

  .dropdown-column-wrapper-2.homes-page {
    left: 0;
  }

  .dropdown-pd.pd-60px.homes-pd {
    height: auto;
    display: inline-block;
  }

  .dropdown-pd.pd-60px {
    height: auto;
    overflow: visible;
  }

  .dropdown-toggle {
    justify-content: flex-start;
  }

  .dropdown-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .dropdown-column-wrapper.w--open {
    width: 100%;
    transform: translate(0%);
  }

  .about-us-title-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: column;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-us-title-single-wrapper {
    max-width: 100%;
  }

  .about-us-heading {
    font-size: 46px;
    line-height: 56px;
  }

  .about-us-description-wrap {
    max-width: 100%;
  }

  .about-us-description-text {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-gallery-image-wrapper {
    flex-direction: column;
  }

  .about-gallery-left-image-wrapper {
    max-width: 100%;
  }

  .about-description-wrap {
    margin-bottom: 40px;
  }

  .about-description-text {
    font-size: 21px;
    line-height: 31px;
  }

  .single-sponsor-img {
    width: 130px;
    margin-right: 50px;
  }

  .core-values-image {
    width: 40px;
  }

  .about-title-single-wrapper {
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .about-title-box {
    width: 100%;
  }

  .about-description-text-2 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .core-values-image-wrapper {
    width: 110px;
    height: 110px;
  }

  .about-description-text-wrapper {
    width: 100%;
    max-width: 650px;
  }

  .core-values-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .core-values-description-text {
    max-width: 325px;
  }

  .about-title {
    font-size: 48px;
    line-height: 58px;
  }

  .about-our-mission-tab-content {
    width: 100%;
    max-width: 100%;
  }

  .about-our-mission-title {
    font-size: 48px;
    line-height: 58px;
  }

  .about-our-mission-wrapper {
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    align-items: flex-start;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 30px;
  }

  .about-our-mission-image-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .cart-container {
    max-width: 95%;
    margin-top: 20px;
  }

  .cart-header {
    padding: 20px;
  }

  .cart-title {
    font-size: 36px;
    line-height: 46px;
  }

  .cart-form-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cart-image-wrap {
    max-width: 140px;
    height: 140px;
  }

  .cart-product-name {
    font-size: 24px;
    line-height: 34px;
  }

  .cart-footer-subtotal, .cart-footer-footer-price {
    font-size: 20px;
  }

  .menu-button {
    background-color: #fff0;
    padding: 0;
  }

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

  .gap {
    display: none;
  }

  .primary-button-3, .primary-button-4 {
    padding: 18px 30px;
    font-size: 17px;
  }

  .process-typography-wrapper-2 {
    background-color: #fff;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border: 2px dashed #00d1f9;
    max-width: 100%;
    padding: 40px;
  }

  .primary-button-5, .primary-button-6 {
    padding: 18px 30px;
    font-size: 17px;
  }

  .paragraph-3.for-faq, .paragraph-4.for-faq {
    max-width: 650px;
  }

  .div-block {
    justify-content: center;
    align-items: center;
  }

  .service-details-form-inner {
    position: relative;
    top: 0;
  }

  .service-details-inner {
    display: block;
  }

  .service-details-form-wrap {
    margin-top: 50px;
  }

  .service-details-form-inner-2 {
    position: relative;
    top: 0;
  }

  .div-block-10 {
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 20px;
  }

  .div-block-13 {
    border-right: 1px solid var(--transparent-1);
    border-bottom: 1px solid var(--transparent-1);
    border-left: 1px solid var(--transparent-1);
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 86px;
    line-height: 96px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navvbar-logo-link.w--current {
    padding-left: 0;
  }

  .logo-image {
    width: 220px;
  }

  .primary-button {
    padding: 16px 20px;
    font-size: 16px;
    font-weight: 500;
  }

  .section.banner-section {
    padding-top: 0;
  }

  .section.about-section {
    margin-top: -95px;
    padding-top: 140px;
  }

  .section.about-feature {
    padding-bottom: 80px;
  }

  .section.blog-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.testimonials-section {
    padding-top: 80px;
    padding-bottom: 180px;
  }

  .section.faq-section.about, .section.team-section, .section.products-section, .section.choose-us {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.banner-section-hv2 {
    padding-top: 85px;
  }

  .section.about-us, .section.blog, .section.testimonials-section-hv2, .section.services, .section.process-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.products-section-hv2 {
    margin-top: -170px;
    padding-top: 250px;
    padding-bottom: 80px;
  }

  .section.inner-banner-section {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .section.style-guide, .section.license-section, .section.changelog, .section._404-not-found-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.contact-us {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .section.products, .section.products-details {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.blog-details-section {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .section.services-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.service-details {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .section.exparts-section, .section.team-details-section, .section.about-us-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.services-sec {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .section.process {
    padding-bottom: 180px;
  }

  .section.previwe-banner {
    padding-top: 130px;
  }

  .section.teams {
    padding-top: 80px;
  }

  .section.water-contact, .section.included-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.previwe-figma-section {
    padding-bottom: 80px;
  }

  .section.demo-section {
    padding-top: 80px;
  }

  .section.demo-section.last, .section.core-values-section, .section.about-our-mission {
    padding-bottom: 80px;
  }

  .section.product-categories {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.faq-section {
    padding-bottom: 80px;
  }

  .banner-wrapper {
    padding-top: 80px;
    padding-bottom: 150px;
  }

  .banner-content {
    max-width: 440px;
  }

  .banner-subtitle-wrap.banner {
    grid-column-gap: 15px;
  }

  .banner-subtitle-line {
    width: 40px;
  }

  .banner-banner-subtitle {
    letter-spacing: -.3px;
    font-size: 22px;
  }

  .banner-title-description {
    margin-bottom: 25px;
  }

  .banner-title {
    letter-spacing: -2px;
    font-size: 42px;
    line-height: 52px;
  }

  .banner-description {
    font-size: 16px;
    line-height: 26px;
  }

  .banner-button-wrapper {
    grid-column-gap: 10px;
  }

  .banner-hero-image {
    width: 180px;
    left: 20px;
  }

  .banner-water-image {
    width: 170px;
  }

  .banner-water-shape {
    width: 250px;
  }

  .about-content {
    grid-row-gap: 40px;
  }

  .about-left-content {
    max-width: 450px;
  }

  .subtitle-wrap {
    justify-content: center;
    align-items: center;
  }

  .subtitle-wrap.demos {
    grid-column-gap: 10px;
    margin-bottom: 10px;
  }

  .subtitle-wrap.center {
    margin-bottom: 15px;
  }

  .section-title {
    font-size: 40px;
    line-height: 50px;
  }

  .section-title.mb10 {
    font-size: 42px;
    line-height: 52px;
  }

  .section-description {
    max-width: 415px;
    font-size: 17px;
    line-height: 27px;
  }

  .about-button-wrapper {
    grid-column-gap: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .numbers.two {
    height: 56px;
    margin-bottom: 7px;
  }

  .number-digit, .number-categories {
    font-size: 46px;
    line-height: 56px;
  }

  .about-counter-up-grid {
    grid-column-gap: 5px;
  }

  .about-counter-tag {
    font-size: 15px;
  }

  .about-video-play-button {
    width: 230px;
  }

  .about-video-play-button-image {
    width: 20px;
    left: 106px;
  }

  .about-feature-grid {
    grid-template-columns: 1fr;
  }

  .about-feature-number-wrapper {
    width: 80px;
    height: 80px;
  }

  .about-feature-number {
    font-size: 38px;
  }

  .about-feature-description {
    max-width: 400px;
  }

  .footer-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-top-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .footer-contact-wrapper {
    margin-bottom: 60px;
    padding: 40px 25px;
  }

  .footer-contact-form-wrap {
    grid-row-gap: 20px;
    flex-direction: column;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-gmail-icon-wrap {
    width: 100px;
    padding: 15px;
  }

  .footer-gmail-icon {
    width: 50px;
  }

  .footer-contact-form-main {
    width: 100%;
  }

  .footer-contact-form {
    text-align: center;
  }

  .footer-contact-newsletter-warp {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-input-field {
    height: 50px;
  }

  .footer-form-submit-button {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer-menu-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-menu-title-wrapper {
    margin-bottom: 20px;
  }

  .footer-menu-title {
    font-size: 22px;
    font-weight: 500;
  }

  .footer-menu-single {
    grid-row-gap: 10px;
  }

  .footer-menu-single.mt40 {
    margin-top: 0;
  }

  .footer-menu-text-link {
    font-size: 17px;
  }

  .footer-contact-details {
    grid-row-gap: 15px;
  }

  .footer-infermation-wrap {
    text-align: center;
    justify-content: center;
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-infermation-text {
    font-size: 16px;
  }

  .blog-section-title-wrapper.hv2 {
    margin-bottom: 50px;
  }

  .blog-section-title-wrapper.hv2.main-blog {
    grid-row-gap: 20px;
    margin-bottom: 40px;
  }

  .blog-section-title-left-content {
    max-width: 450px;
  }

  .blog-section-title {
    font-size: 42px;
    line-height: 52px;
  }

  .blog-section-title-right-content {
    max-width: 450px;
  }

  .blog-description-text {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
  }

  .blog-section-button-wrapper.products.center {
    grid-column-gap: 10px;
  }

  .section-title-wrapper {
    grid-row-gap: 10px;
    margin-bottom: 40px;
  }

  .testimonials-section-title-left-content {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonials-section-title-left-content.faq, .testimonials-section-title-left-content.width-650 {
    max-width: 450px;
  }

  .testimonials-section-title {
    font-size: 42px;
    line-height: 52px;
  }

  .testimonials-section-title-right-content {
    max-width: 450px;
  }

  .testimonials-section-description {
    font-size: 16px;
    line-height: 27px;
  }

  .testimonials-slider-content {
    padding: 30px 20px 0;
  }

  .testimonials-slider-rivew-wrap.mb20 {
    grid-column-gap: 5px;
    margin-bottom: 10px;
  }

  .testimonials-slider-rivew-image {
    width: 20px;
  }

  .testimonials-slider-description {
    margin-bottom: 25px;
  }

  .testimonials-slider-author-name-info-wrapper {
    text-align: center;
  }

  .testimonials-author-name {
    text-align: left;
    font-size: 24px;
  }

  .testimonials-author-bio {
    text-align: left;
  }

  .testimonials-author-image {
    margin-top: 20px;
    position: static;
  }

  .testimonials-slider-arrow {
    width: 50px;
    height: 50px;
    inset: auto 0% -100px auto;
  }

  .testimonials-slider-arrow.left {
    inset: auto auto -100px 0%;
  }

  .testimonials-tag {
    letter-spacing: -1px;
    font-size: 55px;
    bottom: 0%;
  }

  .faq-question {
    max-width: 370px;
    font-size: 22px;
    line-height: 32px;
  }

  .paragraph.for-faq {
    max-width: 400px;
    font-size: 16px;
  }

  .faq-singel-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .team-section-title {
    max-width: 500px;
    font-size: 42px;
    line-height: 52px;
  }

  .team-section-button-wrapper {
    margin-top: 20px;
  }

  .team-collection-list {
    grid-template-columns: 1fr;
  }

  .team-single-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .team-single-wrapper.bottom-border-none {
    border-top: 1px solid #ffffff1f;
  }

  .team-member-image {
    width: 100%;
  }

  .blog-post-author-image-wrapper {
    width: 60px;
    height: 60px;
  }

  .blog-post-author-name {
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 32px;
  }

  .blog-post-tag-date-wrapper {
    grid-column-gap: 10px;
  }

  .blog-post-name {
    font-size: 26px;
    line-height: 36px;
  }

  .products-section-title-left-content {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-image-link-block {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .choose-us-top-content {
    margin-bottom: 20px;
  }

  .choose-us-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .choose-us-single-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .choose-us-description {
    max-width: 373px;
  }

  .choose-us-grid-two {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .banner-content-hv2 {
    max-width: 450px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .banner-typography-wrapper {
    margin-bottom: 40px;
  }

  .banner-typography-title {
    font-size: 48px;
    line-height: 58px;
  }

  .banner-typography-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }

  .banner-hero-image-tag {
    width: 60px;
  }

  .banner-hero-image-tag-text {
    font-size: 18px;
  }

  .about-us-section-title-wrapper {
    max-width: 450px;
  }

  .about-us-section-title {
    font-size: 38px;
    line-height: 48px;
  }

  .about-us-description {
    max-width: 450px;
    font-size: 16px;
    line-height: 26px;
  }

  .blog-name {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 34px;
  }

  .blog-author-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .blog-author-image {
    width: 50px;
  }

  .blog-author-name {
    margin-bottom: 2px;
    font-size: 18px;
  }

  .blog-author-bio {
    font-size: 16px;
    line-height: 26px;
  }

  .testimonials-single {
    padding: 15px;
  }

  .testimonials-single-content {
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
  }

  .testimonials-description-text {
    max-width: 365px;
    font-size: 16px;
    line-height: 26px;
  }

  .testimonials-author-name-hv2 {
    font-size: 20px;
    line-height: 30px;
  }

  .testimonials-author-bio-hv2 {
    font-size: 16px;
  }

  .testimonials-image {
    bottom: 15px;
  }

  .testimonials-slider-arrow-hv2 {
    width: 50px;
    height: 50px;
  }

  .testimonials-slider-arrow-hv2.right {
    left: 60px;
  }

  .about-us-counter-up-wrapper {
    border-style: none;
  }

  .about-us-counter-up-grid {
    grid-column-gap: 20px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .about-us-counter-up-single-wrapper {
    border: 1px solid #ffffff1f;
  }

  .about-us-feature-tab-link {
    padding: 15px 20px;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
  }

  .about-us-feature-menu-icon-wrap {
    width: 50px;
    height: 50px;
  }

  .about-us-feature-menu-icon {
    width: 20px;
  }

  .about-us-feature-name-description {
    padding: 40px 20px 30px;
  }

  .about-us-feature-name {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 38px;
  }

  .about-us-feature-description {
    font-size: 15px;
    line-height: 25px;
  }

  .about-us-feature-link-block {
    width: 40px;
    height: 40px;
    top: -20px;
    left: 20px;
  }

  .about-us-feature-link-block-arrow {
    width: 15px;
  }

  .services-image-wrapper-hv2 {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
  }

  .services-collection-list {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .services-image-hv2 {
    width: 25px;
  }

  .services-name-hv2 {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 36px;
  }

  .services-description {
    max-width: 385px;
  }

  .services-order-now {
    padding-left: 10px;
    padding-right: 10px;
  }

  .process-content {
    grid-row-gap: 40px;
  }

  .process-image-wrapper {
    padding: 20px 19px;
  }

  .process-typography-wrapper {
    padding: 30px 25px;
  }

  .process-typography-image-wrapper {
    margin-bottom: 20px;
  }

  .process-typography-title {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 42px;
  }

  .process-typography-description {
    max-width: 100%;
  }

  .choose-us-top-content-hv2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .choose-us-section-title-wrapper {
    max-width: 450px;
    padding-bottom: 30px;
  }

  .choose-us-section-title {
    font-size: 38px;
    line-height: 48px;
  }

  .choose-us-description-text {
    font-size: 16px;
    line-height: 26px;
  }

  .choose-us-details-infermation {
    grid-row-gap: 25px;
    flex-direction: column;
  }

  .choose-us-details-infermation-title {
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
  }

  .choose-us-details-main {
    grid-row-gap: 10px;
  }

  .choose-us-bottom-content-hv2 {
    padding-left: 15px;
  }

  .choose-us-single {
    padding: 20px 20px 30px;
  }

  .choose-us-slider-arrow {
    width: 50px;
    height: 50px;
  }

  .choose-us-slider-arrow.left {
    left: 20px;
  }

  .products-collection-list {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .inner-banner-typography-title {
    font-size: 40px;
    line-height: 50px;
  }

  .inner-banner-typography-text-link {
    font-size: 18px;
  }

  .style-guide-single-wrapper {
    padding-bottom: 50px;
  }

  .style-guide-title-tag-wrapper {
    margin-bottom: 25px;
  }

  .style-guide-title-tag {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .style-guide-color-plate-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .style-guide-color-plate-single {
    height: 100px;
  }

  .style-guide-color-plate-code {
    font-size: 20px;
  }

  .style-guide-typography-text-block {
    font-size: 16px;
    line-height: 26px;
  }

  .license-wrapper {
    grid-row-gap: 60px;
  }

  .license-title {
    font-size: 38px;
    line-height: 48px;
  }

  .license-description-text {
    font-size: 16px;
    line-height: 26px;
  }

  .license-image-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .icons-graphics-grid {
    grid-column-gap: 35px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .license-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .license-icon {
    max-width: 25px;
  }

  .changelog-single-content {
    border-left-width: 2px;
    padding: 25px 20px;
  }

  .changelog-list-circel {
    margin-top: 7px;
  }

  .changelog-list-wrapper {
    grid-row-gap: 10px;
  }

  .changelog-list-text-block {
    font-size: 16px;
    line-height: 28px;
  }

  .changelog-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .changelog-wrapper-2 {
    grid-row-gap: 30px;
  }

  .changelog-list-single-wrapper {
    grid-column-gap: 10px;
    align-items: flex-start;
  }

  .password-protected-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .password-protected-wrapper {
    max-width: 450px;
    padding: 40px 30px;
  }

  .password-protected-image-wrapper {
    width: 100px;
    height: 100px;
    margin-bottom: 25px;
  }

  .password-protected-image {
    width: 35px;
  }

  .password-protected-title-description {
    margin-bottom: 25px;
  }

  .password-protected-title {
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 42px;
  }

  .password-protected-description {
    max-width: 362px;
    font-size: 16px;
    line-height: 26px;
  }

  .password-protected-input-field {
    height: 55px;
    margin-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .password-protected-submit-button {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .not-found-wrapper {
    max-width: 430px;
  }

  .not-found-image-wrapper {
    max-width: 240px;
  }

  .not-found-title {
    font-size: 38px;
    line-height: 48px;
  }

  .not-found-description {
    max-width: 425px;
  }

  .contact-us-title {
    font-size: 38px;
    line-height: 48px;
  }

  .contact-us-form-main {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-us-form {
    grid-row-gap: 20px;
  }

  .contact-us-form-wrapper {
    padding: 0 15px 40px;
  }

  .contact-us-wrapper {
    grid-row-gap: 80px;
  }

  .contact-us-office-grid {
    grid-template-columns: 1fr;
  }

  .office-infermation-wrappers {
    flex-flow: column;
  }

  .contact-us-textarea {
    min-height: 180px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .contact-us-title-wrapper {
    max-width: 450px;
  }

  .contact-us-form-input {
    padding-left: 20px;
    padding-right: 20px;
  }

  .products-details-wrapper {
    max-width: 480px;
  }

  .products-details-top-content {
    grid-row-gap: 30px;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .products-details-image-wrapper {
    height: 450px;
  }

  .products-details-name {
    font-size: 40px;
    line-height: 50px;
  }

  .products-details-price-rivew-wrap {
    grid-column-gap: 10px;
  }

  .products-details-price {
    font-size: 24px;
  }

  .products-details-description {
    font-size: 16px;
    line-height: 26px;
  }

  .product-details-quantity-text-field {
    font-size: 20px;
  }

  .quantity-input {
    height: 55px;
  }

  .products-add-to-cart-button {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .products-details-rich-content h2 {
    font-size: 45px;
    line-height: 56px;
  }

  .products-details-rich-content li {
    font-size: 16px;
    line-height: 26px;
  }

  .blog-category-collection-list {
    grid-column-gap: 10px;
  }

  .blog-category-button {
    padding: 9px 15px;
    font-size: 16px;
  }

  .blog-details-top-content {
    padding-bottom: 20px;
  }

  .blog-details-name {
    font-size: 30px;
    line-height: 40px;
  }

  .blog-details-read-titme, .blog-details-date {
    font-size: 17px;
  }

  .blog-details-rich-content h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .blog-details-rich-content p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .blog-details-rich-content blockquote {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
    line-height: 28px;
  }

  .blog-details-rich-content li {
    font-size: 16px;
    line-height: 26px;
  }

  .blog-details-rich-content figure {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .services-collection-list-main {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .services-single {
    padding: 25px;
  }

  .servicesimage-wrap {
    width: 80px;
    height: 80px;
  }

  .services-image {
    width: 30px;
  }

  .service-details-top-content {
    margin-bottom: 20px;
  }

  .service-details-name {
    font-size: 38px;
    line-height: 48px;
  }

  .service-details-description {
    font-size: 16px;
    line-height: 26px;
  }

  .service-details-rich-content h2 {
    font-size: 31px;
  }

  .service-details-rich-content p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .service-details-rich-content li {
    font-size: 16px;
    line-height: 26px;
  }

  .service-details-rich-content ul, .service-details-rich-content figure {
    margin-bottom: 20px;
  }

  .exparts-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .expart-name-bio-wrapper {
    margin-top: 15px;
  }

  .expart-name {
    margin-bottom: 5px;
    font-size: 22px;
  }

  .team-details-top-content {
    padding: 30px 20px;
  }

  .team-details-name {
    font-size: 38px;
    line-height: 48px;
  }

  .team-details-description {
    font-size: 16px;
    line-height: 26px;
  }

  .team-details-rich-content h2 {
    font-size: 38px;
    line-height: 50px;
  }

  .team-details-rich-content p {
    font-size: 15px;
    line-height: 25px;
  }

  .team-details-rich-content ul {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .team-details-rich-content li {
    font-size: 16px;
    line-height: 26px;
  }

  .services-left-card {
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
  }

  .services-title-description {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .services-title {
    font-size: 42px;
    font-weight: 500;
    line-height: 52px;
  }

  .services-card-description {
    max-width: 400px;
    font-size: 17px;
    line-height: 27px;
  }

  .services-card-button-wrap {
    justify-content: center;
    align-items: center;
  }

  .services-card-image-wrapper {
    display: none;
  }

  .services-cards {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    position: static;
  }

  .services-card-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .services-single-card {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .services-card-description-text {
    max-width: 400px;
    margin-bottom: 0;
  }

  .services-card-bottom-content {
    flex: 0 auto;
    margin-bottom: 15px;
  }

  .process-section-title-wrapper {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .process-section-title-left-content {
    max-width: 100%;
  }

  .process-section-title {
    font-size: 42px;
    font-weight: 500;
    line-height: 52px;
  }

  .process-section-description-text {
    font-size: 16px;
  }

  .process-slider-wrapper {
    max-width: 450px;
  }

  .process-slide-image-wrapper {
    padding: 20px;
  }

  .process-typography {
    padding: 50px 30px;
  }

  .process-number-wrap {
    width: 80px;
    height: 80px;
  }

  .process-number-text {
    font-size: 46px;
    line-height: 100%;
  }

  .process-title {
    font-size: 36px;
    line-height: 46px;
  }

  .process-descrption {
    font-size: 17px;
    line-height: 27px;
  }

  .process-slide-arrow {
    left: 59%;
  }

  .process-slide-arrow.left {
    left: 43%;
  }

  .process-slide-arrow.right {
    right: -30%;
  }

  .previwe-banner-title {
    letter-spacing: -2px;
    font-size: 36px;
    line-height: 46px;
  }

  .previwe-banner-description {
    max-width: 420px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
  }

  .previwe-banner-main-content {
    grid-row-gap: 40px;
  }

  .previwe-banner-top-content {
    max-width: 460px;
  }

  .previwe-banner-bottom-content {
    max-width: 450px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .previwe-banner-card-image.left, .previwe-banner-card-image.right {
    height: 300px;
  }

  .previwe-banner-card-image.middle {
    height: 340px;
  }

  .teams-content {
    padding-right: 15px;
  }

  .teams-wrapper {
    flex-direction: column;
  }

  .teams-section-title-wrapper {
    text-align: center;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .teams-section-title {
    font-size: 42px;
    line-height: 52px;
  }

  .teams-section-description {
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .teams-section-button-wrap {
    justify-content: center;
    align-items: center;
  }

  .water-contact-section-title-wrapper {
    max-width: 450px;
  }

  .water-contact-section-title {
    font-size: 34px;
    line-height: 44px;
  }

  .water-contact-description {
    font-size: 15px;
    line-height: 25px;
  }

  .water-contact-list-wrapper {
    margin-bottom: 20px;
  }

  .water-contact-list-text-block {
    font-size: 17px;
    font-weight: 400;
  }

  .water-contact-form-wrap {
    padding: 40px 20px;
  }

  .water-contact-title {
    font-size: 28px;
    line-height: 38px;
  }

  .water-contact-form {
    grid-row-gap: 20px;
  }

  .water-contact-form-sigle-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .water-contact-form-input-field {
    height: 50px;
    padding-left: 60px;
    padding-right: 20px;
    font-size: 16px;
  }

  .water-contact-form-input-icon {
    width: 20px;
  }

  .water-contact-textarea {
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .water-contact-submit-button {
    height: 50px;
  }

  .demos-section-title-wrapper {
    width: 100%;
    max-width: 450px;
    margin-bottom: 40px;
  }

  .demos-section-title {
    margin-bottom: 7px;
    font-size: 36px;
    font-weight: 500;
    line-height: 46px;
  }

  .demos-section-description {
    max-width: 430px;
    font-size: 16px;
    line-height: 26px;
  }

  .demos-section-description.home-pages {
    max-width: 440px;
    font-size: 16px;
    line-height: 26px;
  }

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

  .included-description {
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
  }

  .included-description.section, .included-description.inner {
    max-width: 400px;
  }

  .previwe-footer-top-content {
    max-width: 450px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .previwe-footer-title {
    font-size: 33px;
    line-height: 42px;
  }

  .previwe-footer-description {
    max-width: 405px;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 26px;
  }

  .previwe-footer-bottom-content {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .primary-button-2 {
    padding: 15px 20px;
    font-size: 16px;
  }

  .previwe-footer-button-wrap {
    grid-column-gap: 10px;
  }

  .previwe-footer-text-block {
    letter-spacing: -.18px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
  }

  .previwe-figma-wrapper {
    padding-top: 80px;
  }

  .previwe-figma-description-text {
    max-width: 400px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .previwe-figma-bottom-content {
    max-width: 400px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .previwe-figma-top-content {
    max-width: 430px;
    margin-bottom: 30px;
  }

  .previwe-figma-title {
    font-size: 36px;
    line-height: 46px;
  }

  .previwe-figma-image-wrapper {
    width: 110px;
    height: 110px;
  }

  .previwe-figma-image {
    width: 35px;
  }

  .demos-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .single-demo {
    width: 100%;
  }

  .single-demos {
    max-width: 100%;
    margin-top: 25px;
  }

  .dropdown-menu-text-link {
    margin-bottom: 15px;
  }

  .dropdown-pd.pd-60px {
    padding: 40px 20px;
  }

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

  .dropdown-menu-text-link-2 {
    margin-bottom: 15px;
  }

  .dropdown-title-wrapper {
    margin-bottom: 20px;
  }

  .about-us-title-wrapper {
    max-width: 450px;
  }

  .about-us-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .about-us-description-text {
    max-width: 450px;
    font-size: 17px;
    line-height: 27px;
  }

  .about-esponsor-ticker-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .single-sponsor-img {
    width: 90px;
    margin-right: 30px;
  }

  .core-values-image {
    width: 35px;
  }

  .about-description-text-2 {
    max-width: 450px;
    font-size: 17px;
    line-height: 27px;
  }

  .core-values-image-wrapper {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }

  .core-values-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .core-values-text-wrapper {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-title {
    font-size: 38px;
    line-height: 48px;
  }

  .about-our-mission-tab-link {
    padding: 14px 15px;
    font-size: 17px;
  }

  .about-our-mission-description-text {
    font-size: 16px;
    line-height: 26px;
  }

  .about-our-mission-title {
    font-size: 32px;
    line-height: 42px;
  }

  .about-our-mission-wrapper {
    max-width: 480px;
    padding: 40px 15px;
  }

  .about-our-mission-tab-menu {
    grid-column-gap: 10px;
    margin-bottom: 30px;
  }

  .cart-title {
    font-size: 28px;
    line-height: 38px;
  }

  .cart-close-button {
    width: 35px;
    height: 35px;
  }

  .cart-close-icon {
    width: 15px;
  }

  .cart-form-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cart-image {
    width: 50px;
  }

  .cart-image-wrap {
    max-width: 100px;
    height: 100px;
  }

  .cart-product-name {
    margin-bottom: 3px;
    font-size: 18px;
    line-height: 28px;
  }

  .cart-product-price {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }

  .cart-remove-button {
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
  }

  .cart-footer-subtotal {
    font-size: 16px;
  }

  .cart-footer-footer-price {
    font-size: 18px;
  }

  .menu-button {
    width: 45px;
    height: 45px;
  }

  .product-categories-top-content {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .product-categories-name {
    font-size: 18px;
  }

  .product-categories-title {
    font-size: 36px;
    line-height: 46px;
  }

  .primary-button-3, .primary-button-4 {
    padding: 16px 20px;
    font-size: 16px;
    font-weight: 500;
  }

  .process-typography-wrapper-2 {
    padding: 30px 25px;
  }

  .primary-button-5, .primary-button-6 {
    padding: 16px 20px;
    font-size: 16px;
    font-weight: 500;
  }

  .paragraph-3.for-faq, .paragraph-4.for-faq {
    max-width: 400px;
    font-size: 16px;
  }

  .div-block-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .list-item {
    background-size: 20px;
    background-attachment: scroll;
    font-size: 17px;
  }

  .service-details-form-excerpt {
    margin-bottom: 20px;
  }

  .service-details-form-title {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 32px;
  }

  .div-block-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 62px;
    line-height: 72px;
  }

  h2 {
    font-size: 48px;
    line-height: 58px;
  }

  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.service {
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar-right-content {
    grid-column-gap: 15px;
  }

  .navvbar-logo-link {
    padding-left: 0;
  }

  .logo-image {
    width: 190px;
  }

  .nav-menu-wrapper {
    margin-top: 77px;
  }

  .primary-button {
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 500;
  }

  .primary-button.tertiary.smaller {
    flex: 0 auto;
  }

  .section.banner-section {
    padding-top: 0;
  }

  .section.about-section {
    background-position: 100% 0;
    margin-top: -61px;
    padding-top: 150px;
    padding-bottom: 120px;
  }

  .section.about-feature {
    padding-bottom: 60px;
  }

  .section.blog-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.testimonials-section {
    padding-top: 60px;
    padding-bottom: 160px;
  }

  .section.faq-section.about, .section.team-section, .section.products-section, .section.choose-us {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.banner-section-hv2 {
    background-position: 50%;
    padding-top: 75px;
  }

  .section.about-us, .section.blog, .section.testimonials-section-hv2, .section.services, .section.process-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.products-section-hv2 {
    padding-top: 240px;
    padding-bottom: 60px;
  }

  .section.inner-banner-section {
    padding-top: 110px;
    padding-bottom: 60px;
  }

  .section.style-guide, .section.license-section, .section.changelog, .section._404-not-found-section, .section.contact-us, .section.products, .section.products-details {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.blog-details-section {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .section.services-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.service-details {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .section.exparts-section, .section.team-details-section, .section.about-us-section, .section.services-sec {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.process {
    padding-bottom: 140px;
  }

  .section.previwe-banner {
    padding-top: 110px;
  }

  .section.teams {
    padding-top: 60px;
  }

  .section.water-contact, .section.included-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.previwe-figma-section {
    padding-bottom: 60px;
  }

  .section.demo-section {
    padding-top: 60px;
  }

  .section.demo-section.last, .section.core-values-section, .section.about-our-mission {
    padding-bottom: 60px;
  }

  .section.product-categories {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.faq-section {
    padding-bottom: 60px;
  }

  .banner-wrapper {
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .banner-content {
    max-width: 290px;
  }

  .banner-subtitle-wrap.banner {
    grid-column-gap: 5px;
    margin-bottom: 15px;
  }

  .banner-subtitle-line {
    width: 20px;
  }

  .banner-banner-subtitle {
    font-size: 18px;
  }

  .banner-title {
    letter-spacing: -1px;
    font-size: 31px;
    line-height: 36px;
  }

  .banner-description {
    max-width: 280px;
    font-size: 15px;
    line-height: 25px;
  }

  .banner-button-wrapper {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .banner-button-wrapper.hv2 {
    flex-direction: row;
  }

  .banner-button-wrapper.choose-us-button-wrap {
    flex-flow: row;
  }

  .banner-button-wrapper.hv1 {
    flex-direction: row;
  }

  .banner-hero-image {
    width: 100px;
  }

  .banner-water-image {
    width: 120px;
  }

  .banner-water-shape {
    width: 175px;
    bottom: -2%;
  }

  .about-left-content {
    max-width: 300px;
  }

  .subtitle-wrap {
    margin-bottom: 15px;
  }

  .subtitle-wrap.mb10 {
    grid-column-gap: 10px;
  }

  .subtitle-wrap.center {
    grid-column-gap: 10px;
    margin-bottom: 10px;
  }

  .section-title, .section-title.mb10 {
    font-size: 28px;
    line-height: 38px;
  }

  .section-description {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    line-height: 25px;
  }

  .about-button-wrapper {
    grid-column-gap: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .numbers.two {
    height: 42px;
  }

  .numbers.two.hv2 {
    height: 42px;
    margin-bottom: 10px;
  }

  .number-digit, .number-categories {
    font-size: 32px;
    line-height: 42px;
  }

  .about-counter-tag {
    font-size: 15px;
    line-height: 25px;
  }

  .about-video-play-button {
    width: 150px;
  }

  .about-thumbnail-image {
    width: 100%;
  }

  .about-video-play-button-image {
    width: 15px;
    top: 48px;
    left: 70px;
  }

  .about-feature-single-wrapper {
    padding: 30px 20px;
  }

  .about-feature-number-wrapper {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }

  .about-feature-number {
    font-size: 30px;
  }

  .about-feature-name-description {
    margin-bottom: 20px;
  }

  .about-feature-name {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 35px;
  }

  .about-feature-description {
    max-width: 250px;
    font-size: 16px;
    line-height: 26px;
  }

  .footer-wrapper {
    padding-bottom: 20px;
  }

  .footer-top-content {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .footer-contact-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-contact-details-wrapper {
    max-width: 270px;
    padding-right: 0;
  }

  .footer-logo-link-block {
    margin-bottom: 15px;
  }

  .footer-contact-logo-image {
    width: 220px;
    margin-left: 20px;
    margin-right: 0;
  }

  .footer-details-description {
    font-size: 15px;
    line-height: 25px;
  }

  .footer-gmail-icon-wrap {
    width: 80px;
  }

  .footer-gmail-icon {
    width: 100%;
  }

  .footer-contact-newsletter-warp {
    grid-row-gap: 10px;
  }

  .footer-contact-field-label {
    margin-bottom: 15px;
  }

  .footer-input-field {
    font-size: 16px;
    line-height: 26px;
  }

  .footer-form-submit-button {
    font-size: 16px;
    font-weight: 500;
  }

  .footer-menu-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .footer-menu-single-wrapper {
    margin-bottom: 20px;
  }

  .footer-menu-title-wrapper {
    margin-bottom: 10px;
  }

  .footer-menu-title {
    text-align: center;
  }

  .footer-menu-single {
    grid-row-gap: 5px;
  }

  .footer-menu-text-link {
    text-align: center;
    font-size: 16px;
  }

  .footer-menu-text-link.w--current {
    text-align: center;
  }

  .footer-contact-details {
    grid-row-gap: 10px;
  }

  .footer-contact-details-single {
    text-align: center;
    align-self: center;
  }

  .footer-contact-details-single.oth {
    color: #70767a;
  }

  .footer-contact-details-text {
    color: #e0e3ed;
    font-size: 15px;
    text-decoration: none;
  }

  .footer-contact-details-text.oth {
    font-size: 16px;
  }

  .footer-infermation-wrap {
    grid-row-gap: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-infermation-text {
    font-size: 15px;
    line-height: 25px;
  }

  .blog-section-title-wrapper {
    border-bottom-style: none;
    padding-bottom: 40px;
  }

  .blog-section-title-left-content {
    max-width: 290px;
  }

  .blog-section-title {
    font-size: 28px;
    line-height: 38px;
  }

  .blog-section-title-right-content {
    max-width: 300px;
  }

  .blog-description-text {
    font-size: 15px;
    line-height: 25px;
  }

  .blog-section-button-wrapper {
    grid-column-gap: 10px;
  }

  .section-title-wrapper, .section-title-wrapper.mb110 {
    margin-bottom: 40px;
  }

  .testimonials-section-title-left-content {
    max-width: 290px;
  }

  .testimonials-section-title {
    font-size: 28px;
    line-height: 38px;
  }

  .testimonials-section-title-right-content {
    max-width: 290px;
  }

  .testimonials-section-description {
    letter-spacing: -.5px;
    font-size: 15px;
    line-height: 25px;
  }

  .testimonials-slider-content {
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonials-slider-rivew-wrap {
    grid-column-gap: 5px;
    margin-bottom: 20px;
  }

  .testimonials-slider-rivew-image {
    width: 17px;
  }

  .testimonials-slider-description {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .testimonials-author-name {
    letter-spacing: -.5px;
    margin-bottom: 5px;
    font-size: 22px;
  }

  .testimonials-author-image {
    width: 100%;
  }

  .testimonials-tag {
    font-size: 36px;
  }

  .faq-grid, .faq-left-content {
    grid-row-gap: 20px;
  }

  .faq-question {
    width: 230px;
    font-size: 19px;
    line-height: 29px;
  }

  .faq-arrow-icon {
    font-size: 14px;
  }

  .faq-arrow-icon-wrapper {
    width: 30px;
    height: 30px;
  }

  .paragraph.for-faq {
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 24px;
  }

  .faq-singel-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .faq-header {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .team-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .team-left-content {
    max-width: 290px;
  }

  .team-section-title {
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
  }

  .team-section-description {
    font-size: 16px;
    line-height: 26px;
  }

  .team-single-wrapper {
    padding: 20px;
  }

  .team-number-wrap {
    margin-bottom: 20px;
  }

  .team-number {
    font-size: 18px;
  }

  .team-member-name-bio-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .team-member-name {
    margin-bottom: 5px;
    font-size: 20px;
  }

  .team-member-bio {
    font-size: 16px;
  }

  .team-member-social-media-wrap {
    grid-column-gap: 10px;
  }

  .team-member-social-media-link-block {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .blog-post-single-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .blog-post-single-wrapper:hover {
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-post-author-wrapper {
    grid-column-gap: 10px;
  }

  .blog-post-author-image-wrapper {
    width: 45px;
    height: 45px;
  }

  .blog-post-author-name {
    margin-bottom: 3px;
    font-size: 18px;
    line-height: 28px;
  }

  .blog-post-tag-date-wrapper {
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
  }

  .blog-post-tag-date-wrapper.blog {
    flex-direction: row;
    align-items: center;
  }

  .blog-category-post-tag {
    padding: 5px 10px;
    font-size: 15px;
  }

  .blog-post-date-wrapper {
    grid-column-gap: 5px;
  }

  .blog-post-date {
    font-size: 16px;
  }

  .blog-post-date-circel {
    width: 5px;
    height: 5px;
  }

  .blog-post-name {
    font-size: 18px;
    line-height: 28px;
  }

  .products-section-title-wrapper.mb60 {
    grid-row-gap: 10px;
  }

  .products-section-title-left-content {
    max-width: 290px;
  }

  .products-bottom-content {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 70px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .products-single-wrapper {
    padding: 15px;
  }

  .product-image-link-block {
    margin-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-name {
    margin-bottom: 15px;
    font-size: 24px;
  }

  .product-rivew-wrap {
    grid-column-gap: 3px;
  }

  .product-rivew-price-wrapper {
    margin-bottom: 15px;
  }

  .product-rivew-image {
    width: 17px;
  }

  .product-price {
    font-size: 18px;
  }

  .product-liter-quantity {
    grid-column-gap: 30px;
    margin-bottom: 20px;
    padding: 5px 20px;
  }

  .product-liter {
    font-size: 16px;
    line-height: 26px;
  }

  .products-slider-arrow {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }

  .products-slider-arrow.left {
    bottom: -65px;
  }

  .products-slider-arrow.right {
    bottom: -65px;
    left: 60px;
  }

  .choose-us-single-wrapper {
    padding: 30px 15px;
  }

  .choose-us-image-wrapper {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }

  .choose-us-name-description {
    margin-bottom: 20px;
  }

  .choose-us-name {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 34px;
  }

  .choose-us-description {
    font-size: 16px;
    line-height: 26px;
  }

  .choose-us-description.white {
    max-width: 350px;
  }

  .banner-content-hv2 {
    max-width: 300px;
    padding-top: 40px;
  }

  .banner-typography-title {
    letter-spacing: -1.5px;
    font-size: 34px;
    line-height: 44px;
  }

  .banner-typography-description {
    font-size: 14px;
    line-height: 24px;
  }

  .banner-hero-image-tag {
    width: 50px;
  }

  .banner-hero-image-tag-text {
    font-size: 13px;
  }

  .about-us-section-title-wrapper {
    max-width: 300px;
  }

  .about-us-section-title {
    font-size: 28px;
    line-height: 38px;
  }

  .about-us-description {
    font-size: 14px;
    line-height: 24px;
  }

  .blog-single {
    padding: 0;
  }

  .blog-image-wrap {
    margin-bottom: 0;
  }

  .blog-name {
    text-align: center;
    max-width: 280px;
    margin-bottom: 10px;
    font-size: 21px;
    font-weight: 500;
    line-height: 31px;
  }

  .blog-author-button-wrap {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-author-wrap {
    grid-column-gap: 10px;
  }

  .blog-author-image {
    width: 50px;
  }

  .blog-author-name {
    line-height: 25px;
  }

  .testimonials-slider-hv2 {
    padding-bottom: 60px;
  }

  .testimonials-single {
    padding: 10px;
  }

  .testimonials-single-content {
    padding: 15px;
  }

  .testimonials-description-wrap {
    padding-bottom: 20px;
  }

  .testimonials-description-text {
    font-size: 15px;
    line-height: 25px;
  }

  .testimonials-author-name-bio {
    padding-top: 20px;
  }

  .testimonials-author-name-hv2 {
    font-size: 18px;
    line-height: 28px;
  }

  .testimonials-image {
    display: none;
    position: static;
  }

  .testimonials-slider-arrow-hv2 {
    width: 40px;
    height: 40px;
  }

  .about-us-counter-up-wrapper {
    margin-bottom: 60px;
  }

  .about-us-counter-up-grid {
    grid-column-gap: 10px;
    grid-template-columns: 1fr;
  }

  .about-us-counter-up-single-wrapper, .about-us-counter-up-single-wrapper.middle {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about-us-feature-tabs {
    grid-row-gap: 30px;
  }

  .about-us-feature-tab-menu {
    grid-row-gap: 10px;
  }

  .about-us-feature-tab-link {
    padding: 10px;
    font-size: 18px;
  }

  .about-us-feature-menu-icon-wrap {
    width: 40px;
    height: 40px;
  }

  .about-us-feature-menu-icon {
    width: 15px;
  }

  .about-us-feature-menu-icon-text {
    grid-column-gap: 10px;
  }

  .about-us-active-wrap {
    width: 30px;
    height: 30px;
  }

  .about-us-active-circel {
    width: 20px;
    height: 20px;
  }

  .about-us-feature-name-description {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-us-feature-name {
    font-size: 24px;
    line-height: 34px;
  }

  .about-us-feature-description {
    font-size: 14px;
    line-height: 24px;
  }

  .services-grid-hv2 {
    grid-row-gap: 15px;
  }

  .services-single-hv2 {
    padding: 30px 20px 40px;
  }

  .services-image-wrapper-hv2 {
    width: 55px;
    height: 55px;
    margin-bottom: 15px;
  }

  .services-image-hv2 {
    width: 20px;
  }

  .services-name-description {
    margin-bottom: 15px;
  }

  .services-name-hv2 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 32px;
  }

  .services-description {
    font-size: 16px;
    line-height: 26px;
  }

  .services-order-now {
    padding-top: 60px;
  }

  .services-order-now-title-wrapper {
    margin-bottom: 20px;
  }

  .services-order-now-title {
    font-size: 28px;
    line-height: 38px;
  }

  .services-order-now-single {
    max-width: 280px;
    margin-bottom: 30px;
  }

  .process-content {
    grid-row-gap: 30px;
  }

  .process-image-wrapper {
    padding: 15px;
  }

  .process-typography-wrapper {
    border-width: 1px;
    padding: 25px 15px;
  }

  .process-typography-image-wrapper {
    width: 60px;
    height: 60px;
  }

  .process-typography-image {
    width: 25px;
  }

  .process-typography-title-description {
    margin-bottom: 20px;
  }

  .process-typography-title {
    font-size: 24px;
    line-height: 34px;
  }

  .process-typography-description {
    font-size: 15px;
    line-height: 25px;
  }

  .choose-us-top-content-hv2 {
    padding-top: 60px;
    padding-bottom: 51px;
  }

  .choose-us-section-title-wrapper {
    max-width: 290px;
  }

  .choose-us-section-title {
    letter-spacing: -1px;
    font-size: 26px;
    line-height: 36px;
  }

  .choose-us-description-text {
    font-size: 15px;
    line-height: 25px;
  }

  .choose-us-details-infermation {
    grid-row-gap: 20px;
  }

  .choose-us-details-infermation-single.oth {
    flex: 0 auto;
    align-self: center;
  }

  .choose-us-details-infermation-title {
    font-size: 22px;
    line-height: 32px;
  }

  .choose-us-details-single {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: center;
    align-items: center;
  }

  .choose-us-details-icon {
    width: 20px;
  }

  .choose-us-details-text-block {
    font-size: 16px;
    line-height: 26px;
  }

  .choose-us-details-main {
    padding-bottom: 10px;
  }

  .choose-us-details-main.left {
    margin-right: 0;
  }

  .choose-us-bottom-content-hv2 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .choose-us-slider-mask {
    width: 100%;
  }

  .choose-us-image-wrapper-hv2 {
    width: 55px;
    height: 55px;
    margin-bottom: 15px;
  }

  .choose-us-image-hv2 {
    width: 25px;
  }

  .choose-us-name-hv2 {
    font-size: 26px;
    line-height: 36px;
  }

  .choose-us-slider-arrow {
    width: 40px;
    height: 40px;
  }

  .choose-us-slider-arrow.left {
    left: -5px;
  }

  .choose-us-slider-arrow.right {
    right: 5px;
  }

  .products-collection-list {
    grid-row-gap: 20px;
  }

  .inner-banner-typography-title {
    font-size: 30px;
    line-height: 40px;
  }

  .inner-banner-typography-text-link {
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
  }

  .style-guide-single-wrapper {
    padding-bottom: 40px;
  }

  .style-guide-title-tag {
    padding: 5px 15px;
  }

  .style-guide-color-plate-grid {
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-color-plate-single {
    height: 90px;
  }

  .license-wrapper {
    grid-row-gap: 40px;
  }

  .license-title-description {
    margin-bottom: 40px;
  }

  .license-title {
    font-size: 32px;
    line-height: 42px;
  }

  .license-description-text {
    max-width: 290px;
  }

  .license-description-text.icons-graphics {
    font-size: 15px;
    line-height: 25px;
  }

  .license-image-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .icons-graphics-grid {
    grid-column-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .license-icon-wrapper {
    width: 40px;
    height: 40px;
  }

  .license-icon {
    max-width: 15px;
  }

  .changelog-single-content {
    padding: 15px;
  }

  .changelog-list-text-block {
    width: 200px;
    font-size: 14px;
    line-height: 24px;
  }

  .changelog-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .changelog-list-single-wrapper {
    grid-column-gap: 10px;
  }

  .password-protected-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .password-protected-wrapper {
    max-width: 290px;
    padding: 35px 15px;
  }

  .password-protected-image-wrapper {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
  }

  .password-protected-image {
    width: 30px;
  }

  .password-protected-title {
    font-size: 26px;
    line-height: 36px;
  }

  .password-protected-description {
    max-width: 256px;
    font-size: 14px;
    line-height: 24px;
  }

  .password-protected-input-field {
    height: 50px;
    font-size: 16px;
  }

  .password-protected-submit-button {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
  }

  .not-found-image-wrapper {
    max-width: 200px;
  }

  .not-found-title-description {
    margin-bottom: 20px;
  }

  .not-found-title {
    font-size: 32px;
    line-height: 42px;
  }

  .not-found-description {
    max-width: 268px;
    font-size: 15px;
    line-height: 25px;
  }

  .contact-us-office-title {
    font-size: 22px;
    line-height: 32px;
  }

  .contact-us-title {
    font-size: 28px;
    line-height: 38px;
  }

  .office-infermation-icon {
    width: 21px;
  }

  .office-infermation-icon.ff {
    width: 17px;
  }

  .office-infermation-single {
    grid-column-gap: 5px;
  }

  .contact-us-form-wrapper {
    padding-top: 0;
  }

  .contact-us-office-details-wrapper {
    padding: 20px 15px;
  }

  .contact-us-wrapper {
    grid-row-gap: 60px;
  }

  .office-infermation-text {
    max-width: 204px;
    font-size: 16px;
  }

  .office-infermation-wrappers {
    grid-row-gap: 10px;
    padding-bottom: 10px;
  }

  .contact-us-submit-button-wrapper {
    align-self: stretch;
  }

  .contact-us-textarea {
    min-height: 125px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-us-textarea::placeholder {
    font-size: 16px;
  }

  .office-infermation-icon-wrap {
    width: 29px;
    height: 29px;
  }

  .contact-us-title-wrapper {
    max-width: 300px;
    margin-bottom: 30px;
  }

  .contact-us-form-field-label {
    font-size: 17px;
  }

  .contact-us-form-input {
    height: 48px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .contact-us-submit-button {
    width: 100%;
    padding: 15px 25px;
    font-size: 17px;
  }

  .product-add-to-cart-button {
    padding: 16px 25px;
    font-size: 16px;
    font-weight: 500;
  }

  .products-details-top-content {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .products-details-image-wrapper {
    height: 320px;
  }

  .products-details-image {
    max-width: 200px;
  }

  .products-details-name {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 38px;
  }

  .products-details-price-rivew-wrap {
    margin-bottom: 15px;
  }

  .products-details-price {
    font-size: 20px;
  }

  .products-details-rivew-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .products-details-rivew-image {
    width: 15px;
  }

  .products-details-description {
    font-size: 15px;
    line-height: 25px;
  }

  .quantity-input {
    height: 50px;
    margin-bottom: 15px;
  }

  .products-details-rich-content h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .products-details-rich-content p {
    font-size: 15px;
  }

  .products-details-rich-content li {
    font-size: 14px;
    line-height: 24px;
  }

  .blog-category-wrapper {
    width: 100%;
  }

  .blog-category-collection-list {
    grid-row-gap: 10px;
    flex-direction: column;
    width: 100%;
  }

  .blog-category-collection-item {
    flex-direction: column;
  }

  .blog-category-button {
    width: 100%;
  }

  .blog-details-wrapper {
    grid-row-gap: 20px;
  }

  .blog-details-top-content {
    padding-bottom: 10px;
  }

  .blog-details-name {
    font-size: 24px;
    line-height: 34px;
  }

  .blog-details-author-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-details-rich-content h2 {
    font-size: 21px;
    line-height: 31px;
  }

  .blog-details-rich-content p {
    font-size: 15px;
    line-height: 25px;
  }

  .blog-details-rich-content blockquote {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 17px;
    line-height: 27px;
  }

  .servicesimage-wrap {
    width: 70px;
    height: 70px;
  }

  .services-name {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 30px;
  }

  .services-description-text {
    font-size: 15px;
    line-height: 25px;
  }

  .service-details-top-content {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .service-details-name {
    font-size: 32px;
    line-height: 38px;
  }

  .service-details-rich-content h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .service-details-rich-content li {
    font-size: 14px;
    line-height: 24px;
  }

  .exparts-collection-list {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .team-details-wrapper {
    grid-row-gap: 40px;
  }

  .team-details-top-content {
    padding: 20px 15px;
  }

  .team-details-name {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 42px;
  }

  .team-details-bio {
    font-size: 16px;
    line-height: 26px;
  }

  .team-details-description {
    font-size: 15px;
    line-height: 25px;
  }

  .team-details-rich-content h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .team-details-rich-content li {
    font-size: 15px;
    line-height: 25px;
  }

  .services-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .services-left-card {
    padding: 30px 15px;
  }

  .services-title {
    letter-spacing: -1px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .services-card-description {
    max-width: 270px;
    font-size: 14px;
    line-height: 24px;
  }

  .services-single-card {
    min-height: 230px;
    display: flex;
  }

  .services-card-name {
    max-width: 240px;
  }

  .services-card-description-text {
    max-width: 280px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 25px;
  }

  .services-card-bottom-content {
    flex: 0 auto;
  }

  .process-section-title-wrapper {
    max-width: 290px;
  }

  .process-section-title-left-content {
    margin-bottom: 7px;
  }

  .process-section-title {
    font-size: 30px;
    line-height: 40px;
  }

  .process-section-description-text {
    font-size: 15px;
    line-height: 25px;
  }

  .process-slide-image-wrapper {
    padding: 15px;
  }

  .process-typography {
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    padding: 30px 15px;
  }

  .process-number-wrap {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
  }

  .process-number-text {
    font-size: 36px;
  }

  .process-title-description {
    margin-bottom: 20px;
  }

  .process-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 36px;
  }

  .process-descrption {
    font-size: 14px;
    line-height: 24px;
  }

  .process-slide-arrow {
    width: 45px;
    height: 45px;
    bottom: -80px;
    left: 60%;
  }

  .process-slide-arrow.left {
    left: 42%;
  }

  .process-slide-arrow.right {
    bottom: -80px;
    right: -32%;
  }

  .previwe-banner-title {
    font-size: 26px;
    line-height: 36px;
  }

  .previwe-banner-description {
    max-width: 265px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 24px;
  }

  .previwe-banner-top-content {
    max-width: 310px;
  }

  .previwe-banner-bottom-content {
    max-width: 300px;
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .previwe-banner-card-image.left, .previwe-banner-card-image.right {
    height: 220px;
  }

  .previwe-banner-card-image.middle {
    height: 240px;
  }

  .previwe-banner-image {
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
  }

  .teams-section-title-wrapper {
    max-width: 300px;
  }

  .teams-section-title {
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
  }

  .teams-section-description {
    font-size: 15px;
    line-height: 25px;
  }

  .teams-slider-arrow {
    width: 40px;
    height: 40px;
  }

  .teams-slider-arrow.left {
    top: 57%;
  }

  .teams-slider-arrow.right {
    top: 43%;
  }

  .water-contact-section-title-wrapper {
    max-width: 300px;
  }

  .water-contact-section-title {
    font-size: 28px;
    line-height: 38px;
  }

  .water-contact-description {
    font-size: 14px;
    line-height: 24px;
  }

  .water-contact-list-wrapper {
    grid-row-gap: 10px;
    display: none;
  }

  .water-contact-list-single-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .water-contact-list-text-block {
    font-size: 15px;
    line-height: 25px;
  }

  .water-contact-form-wrap {
    padding: 30px 15px;
  }

  .water-contact-title {
    font-size: 25px;
    line-height: 35px;
  }

  .water-contact-form-input-field {
    padding-left: 45px;
    font-size: 15px;
  }

  .water-contact-form-input-icon {
    left: 15px;
  }

  .water-contact-textarea {
    min-height: 120px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
  }

  .water-contact-submit-button {
    font-size: 16px;
  }

  .demos-section-title-wrapper {
    max-width: 300px;
  }

  .demos-section-title {
    letter-spacing: -1.6px;
    font-size: 24px;
    line-height: 34px;
  }

  .demos-section-description {
    max-width: 285px;
    font-size: 15px;
    line-height: 25px;
  }

  .demos-section-description.home-pages {
    max-width: 286px;
    font-size: 15px;
    line-height: 25px;
  }

  .included-image-wrapper {
    width: 90px;
    height: 90px;
    margin-bottom: 15px;
  }

  .included-image {
    width: 35px;
  }

  .included-title {
    font-size: 24px;
    line-height: 34px;
  }

  .included-description {
    font-size: 16px;
    line-height: 26px;
  }

  .included-description.inner {
    font-size: 16px;
    line-height: 25px;
  }

  .previwe-footer-logo-image {
    width: 170px;
  }

  .previwe-footer-top-content {
    max-width: 310px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .previwe-footer-title {
    font-size: 27px;
    line-height: 37px;
  }

  .previwe-footer-description {
    max-width: 300px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 25px;
  }

  .primary-button-2 {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px;
  }

  .previwe-footer-button-wrap {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .previwe-figma-wrapper {
    padding-top: 60px;
  }

  .previwe-figma-description-text {
    max-width: 275px;
    font-size: 14px;
    line-height: 24px;
  }

  .previwe-figma-bottom-content {
    max-width: 270px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .previwe-figma-top-content {
    max-width: 280px;
    margin-bottom: 25px;
  }

  .previwe-figma-title {
    font-size: 26px;
    line-height: 36px;
  }

  .previwe-figma-image-wrapper {
    width: 90px;
    height: 90px;
  }

  .previwe-figma-image {
    width: 30px;
  }

  .single-demo {
    padding: 15px;
  }

  .demo-tag {
    font-size: 15px;
    font-weight: 500;
    bottom: 30px;
  }

  .dropdown-menu-text-link {
    font-size: 15px;
  }

  .dropdown-pd.pd-60px {
    padding-left: 15px;
    padding-right: 15px;
  }

  .dropdown-title {
    font-size: 20px;
  }

  .more-temple-text-link {
    font-size: 16px;
    line-height: 26px;
  }

  .dropdown-menu-text-link-2 {
    font-size: 15px;
  }

  .about-us-title-wrapper {
    max-width: 300px;
    margin-bottom: 40px;
  }

  .about-us-heading {
    font-size: 31px;
    line-height: 41px;
  }

  .about-us-description-text {
    font-size: 16px;
    line-height: 26px;
  }

  .about-gallery-image-wrapper {
    margin-bottom: 40px;
  }

  .about-gallery-image-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .about-description-text {
    font-size: 18px;
    line-height: 28px;
  }

  .about-esponsor-ticker-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .single-sponsor-img {
    width: 75px;
    margin-right: 20px;
  }

  .about-description-text-2 {
    max-width: 280px;
    font-size: 15px;
    line-height: 25px;
  }

  .core-values-image-wrapper {
    width: 90px;
    height: 90px;
  }

  .core-values-description-text {
    font-size: 16px;
    line-height: 26px;
  }

  .about-title {
    font-size: 28px;
    line-height: 38px;
  }

  .about-our-mission-image-two {
    width: 120px;
  }

  .about-our-mission-tab-link {
    text-align: center;
    width: 100%;
  }

  .about-our-mission-description-text {
    font-size: 15px;
    line-height: 25px;
  }

  .about-our-mission-title {
    letter-spacing: -1px;
    font-size: 24px;
    line-height: 34px;
  }

  .about-our-mission-tab-menu {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .cart-image {
    width: 80%;
  }

  .cart-image-wrap {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 20px 40px;
  }

  .cart-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .checkout-button {
    height: 50px;
    font-size: 16px;
    font-weight: 600;
  }

  .card-div {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .product-categories-name {
    font-size: 16px;
  }

  .product-categories-title {
    font-size: 32px;
    line-height: 42px;
  }

  .primary-button-3, .primary-button-4 {
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 500;
  }

  .process-typography-wrapper-2 {
    border-width: 1px;
    padding: 25px 15px;
  }

  .primary-button-5, .primary-button-6 {
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 500;
  }

  .paragraph-3.for-faq, .paragraph-4.for-faq {
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 24px;
  }

  .div-block {
    flex-flow: column;
  }

  .div-block-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .list-item {
    font-size: 17px;
  }

  .service-details-form-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-paragraph {
    font-size: 17px;
  }

  .service-details-tab-pane.service-details-tab-pane-border {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-list.location {
    margin-bottom: 0;
  }

  .service-list.location.seconf {
    margin-top: 0;
  }

  .service-heading {
    font-size: 25px;
    line-height: 27px;
  }

  .service-heading.sub {
    font-size: 20px;
    line-height: 25px;
  }

  .service-details-form-title {
    margin-bottom: 15px;
  }

  .div-block-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .service-details-form-inner-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-10 {
    justify-content: center;
    align-items: flex-end;
    display: none;
  }

  .small-blue-title {
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-11 {
    text-align: center;
  }

  .div-block-12 {
    justify-content: center;
    align-items: flex-end;
  }

  .div-block-13 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

#w-node-_201bc39d-2b9d-d018-ad6f-742efd1c6db7-fd1c6d8d, #w-node-_201bc39d-2b9d-d018-ad6f-742efd1c6dce-fd1c6d8d, #w-node-_201bc39d-2b9d-d018-ad6f-742efd1c6ddd-fd1c6d8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_068bbeea-6865-93e9-1ba1-c70f8e1bdb2e-8e1bdb28 {
  justify-self: center;
}

#w-node-_068bbeea-6865-93e9-1ba1-c70f8e1bdb49-8e1bdb28 {
  justify-self: end;
}

#w-node-c080788e-38f6-e4ff-f12a-43f1e3e41be7-09f75908 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_263b8a29-ed64-72f2-f7b6-c0744979dc96-09f75923, #w-node-dc8b54ef-edd3-174a-61c7-a5dced567460-09f75923, #w-node-bf77673a-109f-7138-0129-93dbcc4baf2a-09f75923, #w-node-_624e3b81-2263-a717-8ebe-037d404ec4ed-404ec4dd, #w-node-_624e3b81-2263-a717-8ebe-037d404ec521-404ec4dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0602c90e-d53d-be7c-4d49-1a76aa8ae419-09f75929 {
  grid-area: Area;
}

@media screen and (max-width: 991px) {
  #w-node-_4b8b884f-6800-b311-f376-f6f818cfbf63-09f75929, #w-node-_775850e1-5b15-a3d8-b1d0-290096a83ca1-09f75929, #w-node-_9cc0f8be-d664-5774-d3c9-d36593daab35-09f75929 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-dc8b54ef-edd3-174a-61c7-a5dced567460-09f75923 {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_201bc39d-2b9d-d018-ad6f-742efd1c6d92-fd1c6d8d, #w-node-_201bc39d-2b9d-d018-ad6f-742efd1c6db7-fd1c6d8d, #w-node-_201bc39d-2b9d-d018-ad6f-742efd1c6dce-fd1c6d8d, #w-node-_201bc39d-2b9d-d018-ad6f-742efd1c6ddd-fd1c6d8d {
    justify-self: center;
  }

  #w-node-_263b8a29-ed64-72f2-f7b6-c0744979dc96-09f75923 {
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}