@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap");
body {
  font-family: "Montserrat", sans-serif !important;
  /* background-color: #e9e9e9; */
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.main-- h1 {
  font-size: 4vw;
}

.grid--column-3 {
  --column-count: 3;
  grid-template-columns: repeat(var(--column-count), 1fr);
}

.grid--column-2 {
  --column-count: 2;
  grid-template-columns: repeat(var(--column-count), 1fr);
}

.h--663 {
  height: 663px;
}

.h--381 {
  min-height: 381px;
}

.w--381 {
  min-width: 381px;
}

.w--428 {
  min-width: 428.67px;
}

.--text {
  font-size: 16px;
  color: #525252;
  font-weight: 400;
  line-height: normal;
}
.--text strong {
  color: #0f4866;
}
.--text ul li {
  margin-top: 24px;
}
.--text table {
  width: 100%;
}
.--text th,
.--text td {
  padding-bottom: 13px;
}

.border--gray {
  border: 2px solid #e7e7e7;
}

.btn--read-more {
  display: flex;
  padding: 14px 21px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  border-radius: 8px;
  border: 1px solid #0165c7;
  width: -moz-fit-content;
  width: fit-content;
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.btn--product-sm {
  padding: 12px 16px;
  height: -moz-fit-content;
  height: fit-content;
}

.btn--white {
  padding: 16px 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #171c26;
  font-size: 20px;
  font-weight: 500;
  background: #ffffff;
}

.btn--dark {
  padding: 12px 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
  font-size: 16px;
  font-weight: 800;
  font-style: normal;
  line-height: normal;
  background: #04131a;
}

.z--1 {
  z-index: 1;
}

.z--2 {
  z-index: 2;
}

.z--3 {
  z-index: 3;
}

.z--4 {
  z-index: 4;
}

.z--5 {
  z-index: 5;
}

.subtract div:first-child {
  display: none;
}

.mw--158 {
  min-width: 158px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.p--content-s {
  line-height: 24.864px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.readings {
  display: flex;
  gap: 20px;
  justify-content: end;
  align-items: flex-end;
  height: 100%;
  padding: 0;
}
.readings li {
  height: -moz-fit-content;
  height: fit-content;
}
.readings li a {
  align-items: center;
  justify-content: center;
  display: flex;
  min-height: 40px;
  min-width: 40px;
  text-decoration: none;
  border-radius: 8px;
  background: rgba(217, 217, 217, 0.1);
}
.readings li a img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.bg--lite {
  background: #efefef;
}

.bg--white {
  background: white;
}

.bg--water {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("http://smartareation.test/wp-content/uploads/2023/10/bg-water.jpg");
}

.bg--gradient {
  background: linear-gradient(2deg, #24b5b1 -96.13%, #1f4d65 110.83%);
}

.bg--glass {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.49);
  box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.18);
  -webkit-backdrop-filter: blur(47px);
          backdrop-filter: blur(47px);
}

.btn--second {
  padding: 20px 40px;
  color: #04131a;
  font-size: 20px;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  border-radius: 8px;
  border: 2px solid #24a6a7;
}

.t-dec-none {
  text-decoration: none;
}

.gradient-main--text {
  background: linear-gradient(83deg, #24b5b1 0%, #1f4d65 97.21%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.white--text, .p--content p, .p--content-s {
  color: #ffffff;
}

.gray--text-20 {
  color: #b0b0b0;
}

.gray--text {
  color: #2d2c2c;
}

.blue-gray--text {
  color: #0f4866;
}

.bg--dark {
  background-color: #05000d;
}

.width--full {
  width: 100%;
}

.width--fit {
  width: -moz-fit-content;
  width: fit-content;
}

.height--500 {
  height: 500px;
}

.height--full {
  height: 100%;
}

.height--80vh {
  height: 80vh;
}

.height--auto {
  height: auto;
}

.height--fit-content {
  height: -moz-fit-content;
  height: fit-content;
}

.text-align--start {
  text-align: start;
}

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

.h--480 {
  height: 480px;
}

.h--100 {
  height: 100px;
}

.h--160 {
  height: 160px;
}

.w--494 {
  min-width: 494px;
}

.h--494 {
  min-height: 494px;
}

.w--620 {
  width: 620px;
}

.w--fitcontent {
  width: -moz-fit-content;
  width: fit-content;
}

.position-r {
  position: relative;
}

.br--4 {
  border-radius: 4px;
}

.br--8 {
  border-radius: 8px;
}

.br--12 {
  border-radius: 12px;
}

.br--16 {
  border-radius: 16px;
}

.br--24 {
  border-radius: 24px;
}

.br--32 {
  border-radius: 32px;
}

.p--20-a {
  padding: 20px;
}

.p--24-a {
  padding: 24px;
}

.p--80-a {
  padding: 80px;
}

.p--40-a {
  padding: 40px;
}

.p--40 {
  padding: 40px 0;
}

.p--80 {
  padding: 80px 0;
}

.p--88 {
  padding: 88px 0;
}

.p--120 {
  padding: 120px 0;
}

.mt--120 {
  margin-top: 120px;
}

.mt--100 {
  margin-top: 100px;
}

.mt--80 {
  margin-top: 80px;
}

.mt--64 {
  margin-top: 64px;
}

.mt--40 {
  margin-top: 40px;
}

.mt--32 {
  margin-top: 32px;
}

.mt--24 {
  margin-top: 24px;
}

.mt--16 {
  margin-top: 16px;
}

.mt--8 {
  margin-top: 8px;
}

.fs--8 {
  font-size: 8px;
}

.fs--14 {
  font-size: 14px;
}

.fs--16 {
  font-size: 16px;
}

.fs--20 {
  font-size: 20px;
}

.fs--24 {
  font-size: 24px;
}

.fs--32 {
  font-size: 32px;
}

.fs--36 {
  font-size: 36px;
}

.fs--40 {
  font-size: 40px;
}

.fs--48 {
  font-size: 48px;
}

.fs--56 {
  font-size: 56px;
}

.fs--64 {
  font-size: 64px;
}

.fs--72 {
  font-size: 72px;
}

.fs--80 {
  font-size: 80px;
}

.fs--96 {
  font-size: 96px;
}

.lh--180 {
  line-height: 180%;
}

.lh--130 {
  line-height: 130%;
}

.lh--104 {
  line-height: 104.4%;
}

.lh--31, .p--content p {
  line-height: 31.08px;
}

.gap--8 {
  gap: 8px;
}

.gap--16 {
  gap: 16px;
}

.gap--20 {
  gap: 20px;
}

.gap--24 {
  gap: 24px;
}

.gap--32 {
  gap: 32px;
}

.gap--40 {
  gap: 40px;
}

.gap--80 {
  gap: 80px;
}

.gap--160 {
  gap: 160px;
}

.grid {
  display: grid;
}

.g--auto {
  --n-c: 6;
  --n-r: 0;
  grid-template-columns: repeat(var(--n-c), 1fr);
  grid-template-rows: repeat(var(--n-r), 1fr);
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.fd--column {
  flex-direction: column;
}

.jc--center {
  justify-content: center;
}

.jc--end {
  justify-content: end;
}

.jc--space-b {
  justify-content: space-between;
}

.ai--center {
  align-items: center;
}

.ai--end {
  align-items: end;
}

.ai--start {
  align-items: start;
}

.montserrat {
  font-family: Montserrat;
}

.helvetica {
  font-family: Helvetica Now Display;
}

.f-size--40 {
  font-size: 40px;
}

.f-size--32 {
  font-size: 32px;
}

.f-size--24 {
  font-size: 24px;
}

.f-size--20 {
  font-size: 20px;
}

.f-size--16 {
  font-size: 16px;
}

.extra--bold {
  font-weight: 800;
}

.upper--case {
  text-transform: uppercase;
}

.bold {
  font-weight: 700;
}

.semi--bold {
  font-weight: 600;
}

.medium {
  font-weight: 500;
}

.regular, .p--content p, .p--content-s {
  font-weight: 400;
}

.lh--100 {
  line-height: 100%;
}

.lh--125 {
  line-height: 125%;
}

.lh--150 {
  line-height: 150%;
}

.overflow-hiden {
  overflow: hidden;
}



.container--1024 {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.container--1280 {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.container--1200 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* 2xl */
@media (max-width: 1536px) {
  .container {
    max-width: 1280px;
  }
  .h--663,
  .img0 {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1366px) {
  .w--620 {
    width: 100%;
  }
}
/* xl */
@media (max-width: 1280px) {
  .container {
    width: 1024px;
  }
  .container--1024 {
    max-width: 768px;
  }
  .img-text--con-2 {
    flex-direction: column-reverse;
  }
  .height--80vh {
    height: auto !important;
  }
}
/* lg */
@media (max-width: 1024px) {
  .container {
    max-width: 768px;
  }
  .h-n {
    min-height: auto !important;
  }
  .bg--glass {
    padding: 40px;
  }
  .img-text--con {
    flex-direction: column;
  }
  .text-img--con {
    flex-direction: column-reverse;
  }
  .container--1024 {
    max-width: 640px;
  }
  .grid--column-3 {
    --column-count: 1;
  }
  .main-- {
    flex-direction: column;
    align-items: center;
  }
  .main-- h1 {
    font-size: 6vw;
    text-align: center;
  }
  .main-- p {
    font-size: 16px;
    text-align: center;
  }
  .main-- div {
    align-items: center;
  }
  .main--2 {
    flex-direction: column;
    align-items: center;
  }
}
/* md */
@media (max-width: 768px) {
  .container {
    max-width: 640px;
  }
  .fs--36 {
    font-size: 32px;
  }
  .container--1024 {
    max-width: 640px;
  }
  .r-lc {
    width: 100%;
  }
  .w--494,
  .img-con-product {
    min-width: 100%;
  }
  .fd--c-n {
    flex-direction: column;
  }
  .overflow-y--scroll {
    overflow-y: scroll;
  }
}
/* sm */
@media (max-width: 640px) {
  .container--1024,
  .container {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .grid--column-2 {
    --column-count: 1;
  }
}
/* xs *//*# sourceMappingURL=style.css.map */