/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 28 2026 | 04:35:02 */
.hs-about-page {
  margin: 0;
}

.hs-about-page,
.hs-about-page *,
.hs-about-page *::before,
.hs-about-page *::after {
  box-sizing: border-box;
}

.hs-about-page {
  --hs-accent: #28a3b3;
  --hs-accent-dark: #1d8390;
  --hs-text: #131313;
  --hs-body: #2a2a2a;
  --hs-muted: #5b5b5b;
  --hs-line: #d9e3e5;
  --hs-surface: #ffffff;
  --hs-surface-alt: #f5f7f8;
  --hs-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
  --hs-content-width: 1140px;
  min-height: 100vh;
  font-family: "Poppins", sans-serif;
  color: var(--hs-text);
  background: white;
}

.hs-about-page img {
  display: block;
  max-width: 100%;
}

.hs-about-page a {
  color: inherit;
  text-decoration: none;
}

.hs-about-page p,
.hs-about-page h1,
.hs-about-page h2,
.hs-about-page h3,
.hs-about-page h4,
.hs-about-page h5 {
  margin: 0;
}

.hs-about-page .hs-hero {
  position: relative;
  overflow: hidden;
  min-height: 502px;
  color: #fff;
}

.hs-about-page .hs-topbar {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(calc(100% - 48px), 1380px);
  margin: 0 auto;
  padding: 10px 0;
}

.hs-about-page .hs-brand img {
  width: 108px;
}

.hs-about-page .hs-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 12px;
  font-weight: 400;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

.hs-about-page .hs-nav a {
  opacity: 0.92;
}

.hs-about-page .hs-nav a:hover {
  opacity: 1;
}

.hs-about-page .hs-hero-media,
.hs-about-page .hs-hero-media img,
.hs-about-page .hs-hero-overlay {
  position: absolute;
  inset: 0;
}

.hs-about-page .hs-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hs-about-page .hs-hero-overlay {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0.18) 40%, rgba(0, 0, 0, 0.28) 100%),
    linear-gradient(180deg, rgba(40, 163, 179, 0.24) 0%, rgba(40, 163, 179, 0) 28%);
}

.hs-about-page .hs-hero-copy {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 48px), var(--hs-content-width));
  margin: 0 auto;
  padding: 144px 0 84px;
}

.hs-about-page .hs-kicker {
  margin-bottom: 10px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.86;
}

.hs-about-page .hs-hero-copy h1 {
  margin-bottom: 14px;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.08;
  font-weight: 600;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
}

.hs-about-page .hs-hero-copy p:last-child {
  max-width: 560px;
  font-size: 16px;
  line-height: 1.5;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
}

.hs-about-page .hs-main {
  width: min(calc(100% - 48px), var(--hs-content-width));
  margin: 0 auto;
  padding: 44px 0 72px;
}

.hs-about-page .hs-page-title {
  margin-bottom: 56px;
  text-align: center;
}

.hs-about-page .hs-page-title h2 {
  font-size: 40px;
  line-height: 1.6;
  font-weight: 700;
}

.hs-about-page .hs-title-line,
.hs-about-page .hs-section-line {
  display: block;
  background: var(--hs-accent);
}

.hs-about-page .hs-title-line {
  width: 150px;
  height: 5px;
  margin: 16px auto 0;
  border-radius: 999px;
}

.hs-about-page .hs-section {
  margin-bottom: 54px;
}

.hs-about-page .hs-section-head {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 14px;
}

.hs-about-page .hs-section-head h3 {
  font-size: 28px;
  line-height: 1.6;
  font-weight: 700;
}

.hs-about-page .hs-section-head span {
  font-size: 14px;
  line-height: 1.4;
  color: var(--hs-muted);
}

.hs-about-page .hs-section-line {
  width: 49px;
  height: 5px;
  margin-bottom: 24px;
  border-radius: 999px;
}

.hs-about-page .hs-section p {
  color: var(--hs-body);
  font-size: 17px;
  line-height: 1.6;
}

.hs-about-page .hs-section p + p {
  margin-top: 17px;
}

.hs-about-page .hs-values {
  display: grid;
  gap: 20px;
  margin-top: 34px;
}

.hs-about-page .hs-value-item {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 24px;
  align-items: start;
}

.hs-about-page .hs-value-icon {
  display: grid;
  place-items: center;
  flex: 0 0 92px;
  width: 92px;
  min-width: 92px;
  max-width: 92px;
  height: 92px;
  min-height: 92px;
  max-height: 92px;
  border: 2px solid rgba(40, 163, 179, 0.18);
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(40, 163, 179, 0.12), rgba(40, 163, 179, 0.03) 62%, rgba(40, 163, 179, 0.01) 100%);
  color: var(--hs-accent);
}

.hs-about-page .hs-value-icon svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.hs-about-page .hs-value-item h4 {
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}

.hs-about-page .hs-value-item p {
  font-size: 15px;
  line-height: 1.6;
}

.hs-about-page .hs-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  margin-top: 30px;
}

.hs-about-page .hs-card {
  overflow: visible;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  padding: 0 !important;
}

.hs-about-page .hs-card img {
  width: 100%;
  aspect-ratio: 499 / 348;
  object-fit: cover;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.hs-about-page .hs-card-body {
  background: #fff !important;
  border-radius: 0 !important;
  padding: 18px 26px 24px;
}

.hs-about-page .hs-card-body h4 {
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
}

.hs-about-page .hs-card-body p {
  font-size: 15px;
  line-height: 1.5;
  color: var(--hs-body);
}

.hs-about-page .hs-footer {
  background: var(--hs-accent);
  color: #fff;
  padding: 38px 0 24px;
}

.hs-about-page .hs-footer-grid,
.hs-about-page .hs-footer-bottom {
  width: min(calc(100% - 48px), 1376px);
  margin: 0 auto;
}

.hs-about-page .hs-footer-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.4fr) minmax(360px, 1fr) minmax(220px, 0.9fr);
  gap: 48px;
  align-items: start;
}

.hs-about-page .hs-footer-brand img {
  width: 192px;
  margin-bottom: 18px;
}

.hs-about-page .hs-footer-brand p {
  max-width: 420px;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(248, 248, 248, 0.95);
}

.hs-about-page .hs-social {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.hs-about-page .hs-social a {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 600;
}

.hs-about-page .hs-footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.hs-about-page .hs-footer-links h5 {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  opacity: 0.62;
}

.hs-about-page .hs-footer-links a {
  display: block;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.5;
}

.hs-about-page .hs-footer-side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px;
}

.hs-about-page .hs-lang {
  display: inline-flex;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
}

.hs-about-page .hs-lang span {
  padding: 8px 14px;
  font-size: 14px;
  line-height: 1;
}

.hs-about-page .hs-lang .is-active {
  background: #fff;
  color: var(--hs-accent);
}

.hs-about-page .hs-store-badges {
  display: grid;
  gap: 14px;
  width: 210px;
}

.hs-about-page .hs-store-badges img {
  width: 100%;
  height: auto;
}

.hs-about-page .hs-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.34);
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: rgba(248, 248, 248, 0.95);
}

@media (max-width: 1100px) {
  .hs-about-page .hs-section p {
    font-size: 17px;
  }

  .hs-about-page .hs-footer-grid {
    grid-template-columns: 1fr;
  }

  .hs-about-page .hs-footer-side {
    align-items: flex-start;
  }
}

@media (max-width: 820px) {
  .hs-about-page .hs-topbar {
    flex-direction: column;
    gap: 12px;
    padding-top: 14px;
  }

  .hs-about-page .hs-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 16px;
  }

  .hs-about-page .hs-hero {
    min-height: 540px;
  }

  .hs-about-page .hs-hero-copy {
    padding-top: 190px;
  }

  .hs-about-page .hs-main,
  .hs-about-page .hs-footer-grid,
  .hs-about-page .hs-footer-bottom {
    width: min(calc(100% - 32px), 100%);
  }

  .hs-about-page .hs-section-head {
    flex-direction: column;
    gap: 4px;
  }

  .hs-about-page .hs-section p {
    font-size: 16px;
    line-height: 1.68;
  }

  .hs-about-page .hs-values {
    gap: 18px;
  }

  .hs-about-page .hs-value-item {
    grid-template-columns: 72px 1fr;
    gap: 16px;
  }

  .hs-about-page .hs-value-icon {
    flex: 0 0 72px;
    width: 72px;
    min-width: 72px;
    max-width: 72px;
    height: 72px;
    min-height: 72px;
    max-height: 72px;
  }

  .hs-about-page .hs-value-icon svg {
    width: 22px;
    height: 22px;
  }

  .hs-about-page .hs-value-item h4 {
    font-size: 17px;
  }

  .hs-about-page .hs-value-item p {
    font-size: 15px;
  }

  .hs-about-page .hs-cards {
    grid-template-columns: 1fr;
  }

  .hs-about-page .hs-footer-links {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .hs-about-page .hs-footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .hs-about-page .hs-hero-copy h1 {
    font-size: 34px;
  }

  .hs-about-page .hs-hero-copy p:last-child {
    font-size: 14px;
  }

	
  .hs-about-page .hs-page-title {
    margin-bottom: 44px;
  }

  .hs-about-page .hs-page-title h2 {
    font-size: 34px;
  }

  .hs-about-page .hs-section {
    margin-bottom: 40px;
  }

  .hs-about-page .hs-section-head h3 {
    font-size: 24px;
  }

  .hs-about-page .hs-section-head span {
    font-size: 14px;
  }

  .hs-about-page .hs-main {
    padding-top: 38px;
    padding-bottom: 52px;
  }
}