/*neutral*/
.footer,
.header {
  background-color: rgb(130, 162, 205);
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%2397e3f9' fill-opacity='0.15' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  color: aliceblue;
}
*,
*:before,
*:after {
  margin: 0;
  box-sizing: border-box;
}
.ece-cookie-banner{position:fixed;z-index:2000;top:0;left:0;right:0;display:flex;align-items:center;justify-content:center;gap:18px;padding:12px 20px;background:#101722;color:#eef4f8;border-bottom:1px solid #4e7595;box-shadow:0 5px 18px rgba(0,0,0,.28);animation:ece-cookie-slide .35s ease-out}.ece-cookie-copy{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:5px 12px;max-width:980px;font-size:13px;line-height:1.4}.ece-cookie-copy strong{color:#fff}.ece-cookie-copy a{color:#8fd3ff}.ece-cookie-actions{display:flex;gap:8px;white-space:nowrap}@keyframes ece-cookie-slide{from{transform:translateY(-100%)}to{transform:translateY(0)}}@media(max-width:700px){.ece-cookie-banner{align-items:stretch;flex-direction:column;gap:10px;padding:12px}.ece-cookie-actions{justify-content:flex-end}}
.ece-brand-title,.ece-brand-subtitle{text-align:center;font-weight:600;line-height:1.25}.ece-brand-subtitle{font-size:.9em;font-weight:400}.ece-brand-logos-menu{display:flex;flex-direction:column;align-items:center;gap:9px;padding-top:10px;padding-bottom:10px}.ece-brand-logos-menu img{object-fit:contain;background:rgba(255,255,255,.08);border-radius:3px;padding:3px}.ece-brand-logos-menu img:first-child{width:320px;height:182px}.ece-brand-logos-menu img:last-child{width:182px;height:182px}

/*text*/
.heading {
  font-weight: 300;
  font-size: 38px;
  line-height: 68px;
}
@media (max-width: 900px) {
.heading {
    font-size: 32px;
    line-height: 40px;
  }
}
.subheading {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
}
@media (max-width: 900px) {
  .subheading {
    font-size: 26px;
    line-height: 35px;
  }
}
.item {
  padding-right: 40px;
}
.paragraph {
  font-size: 18px;
  line-height: 32px;
}
.heading + .paragraph {
  margin-top: 40px;
}
.subheading + .paragraph {
  margin-top: 10px;
}
p.paragraph {
  color: rgba(0,0,0,.5);
}

.nav {
  --bs-nav-link-color: inherit;
  --bs-nav-link-hover-color: sandybrown;
}
.nav-link2,
.nav-link {
  text-decoration: none;
}
.nav-link:not(:first-of-type) {
  margin-left: 20px;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/*flexbox styles*/
.flex,
.spread,
.center,
.right,
.vertical,
.centervertical {
  display: flex;
}
.spread {
  justify-content: space-between;
}
.center {
  align-items: center;
  justify-content: center;
}
.centervertical {
  flex-direction: column;
  justify-content: center;
}
.right {
  justify-content: flex-end;
}
.vertical {
  flex-direction: column;
}
/*grid*/
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 
.col-1 {width: 8.333333%;}
.col-2 {width: 16.666667%;}
.col-3 {width: 25%;}
.col-4 {width: 33.333333%;}
.col-5 {width: 41.666667%;}
.col-6 {width: 50%;}
.col-7 {width: 58.333333%;}
.col-8 {width: 66.666667%;}
.col-9 {width: 75%;}
.col-10 {width: 83.333333%;}
.col-11 {width: 91.666667%;}
.col-12 {width: 100%;}

/*containers*/
.ctas {
  margin: 40px 0 0 0;
}
.centerdevices,
.sidedevices {
  position: relative;
}.header {
  padding: 20px 0 40px 0;
  overflow: hidden;
}
.header .sidedevices {
  margin: 40px 0 0
}
@media (max-width: 900px) {
  .header .sidedevices {
    min-height: inherit;
  }
  .header .flex {
    flex-direction: column;
  }
  .header	.heading {
    margin-top: 60px;
  }
  .header	.col-6 {
    width: 100%;
  }
}
.footer {
  padding: 20px 0;
}
.footer .nav-link {
  display: inline-block;
  margin: 0 10px;
}
.feature3 {
  padding: 60px 0;
  border-bottom: 1px solid rgba(0,0,0,.1);
  background-color: aliceblue;
}
@media (max-width: 750px) {
  .feature3 .flex {
    flex-wrap: wrap;
  }
  .feature3 .col-4:nth-of-type(1) {
    width: 100%;
    margin-bottom: 30px;
  }
  .feature3 .col-4:not(:nth-of-type(1)) {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .feature3 .col-4:nth-of-type(1) {
    margin-bottom: 0;
  }
  .feature3 .col-4:not(:nth-of-type(1)) {
    width: 100%;
    margin-top: 30px;
  }
}

.site-page {
  --site-ink: #17201b;
  --site-muted: #647067;
  --site-bg: #f6f7f4;
  --site-panel: #ffffff;
  --site-line: #dfe5dc;
  --site-primary: #1f6b4d;
  --site-primary-dark: #144731;
  --site-accent: #b46f24;
  --site-dark: #101512;
  --site-shadow: 0 18px 50px rgba(16, 21, 18, 0.12);
  background: var(--site-bg);
  color: var(--site-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

.site-page a {
  color: inherit;
}

.site-nav {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding-bottom: 1.1rem;
  padding-top: 1.1rem;
  position: relative;
  z-index: 2;
}

.site-brand {
  align-items: center;
  display: inline-flex;
  font-size: 1.05rem;
  font-weight: 750;
  gap: 0.7rem;
  line-height: 1;
  text-decoration: none;
}

.site-brand img {
  height: 38px;
  width: 38px;
}

.site-nav-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0.9rem;
  justify-content: flex-end;
}

.site-nav-link {
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
  font-weight: 650;
  padding: 0.45rem 0.2rem;
  text-decoration: none;
}

.site-nav-link:hover,
.site-nav-link:focus {
  color: #ffffff;
}

.site-nav-cta {
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 6px;
  color: #ffffff;
  font-weight: 700;
  padding: 0.5rem 0.8rem;
  text-decoration: none;
}

.site-nav-cta:hover,
.site-nav-cta:focus {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.site-hero {
  background-image: linear-gradient(90deg, rgba(16, 21, 18, 0.94) 0%, rgba(16, 21, 18, 0.78) 46%, rgba(16, 21, 18, 0.34) 100%), url("../img/webapp.png");
  background-position: center;
  background-size: cover;
  color: #ffffff;
  min-height: 78vh;
  overflow: hidden;
  position: relative;
}

.site-hero-content {
  max-width: 680px;
  padding-bottom: 7rem;
  padding-top: 7rem;
  position: relative;
  z-index: 1;
}

.site-eyebrow {
  color: #a8d6c2;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.site-hero h1,
.site-page-title h1 {
  font-size: clamp(2.8rem, 8vw, 5.8rem);
  font-weight: 820;
  letter-spacing: 0;
  line-height: 0.95;
  margin: 0;
}

.site-hero-text {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.65;
  margin: 1.35rem 0 0;
  max-width: 650px;
}

.site-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.site-btn {
  align-items: center;
  border: 0;
  border-radius: 7px;
  cursor: pointer;
  display: inline-flex;
  font-weight: 760;
  justify-content: center;
  min-height: 46px;
  padding: 0.7rem 1.1rem;
  text-decoration: none;
}

.site-btn-primary {
  background: var(--site-primary);
  color: #ffffff;
}

.site-btn-primary:hover,
.site-btn-primary:focus {
  background: #257f5b;
  color: #ffffff;
}

.site-btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #ffffff;
}

.site-btn-secondary:hover,
.site-btn-secondary:focus {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.site-band {
  padding: 5rem 0;
}

.site-band-muted {
  background: #eef3ed;
}

.site-band-download {
  background: #f6f7f4;
}

.site-section-heading {
  margin-bottom: 2rem;
  max-width: 760px;
}

.site-section-heading h2,
.site-page-title h1 {
  color: var(--site-ink);
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0;
}

.site-section-heading p,
.site-page-title p,
.site-copy {
  color: var(--site-muted);
  font-size: 1.05rem;
  line-height: 1.75;
  margin-top: 1rem;
}

.site-feature-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.site-feature-card {
  background: var(--site-panel);
  border: 1px solid var(--site-line);
  border-radius: 8px;
  box-shadow: 0 8px 30px rgba(16, 21, 18, 0.05);
  padding: 1.35rem;
}

.site-feature-kicker {
  color: var(--site-primary);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}

.site-feature-card h3 {
  font-size: 1.12rem;
  font-weight: 780;
  margin-bottom: 0.65rem;
}

.site-feature-card p {
  color: var(--site-muted);
  line-height: 1.7;
  margin-bottom: 0;
}

.site-download-panel {
  align-items: center;
  background: linear-gradient(135deg, #ffffff 0%, #f0f6f1 100%);
  border: 1px solid var(--site-line);
  border-radius: 8px;
  box-shadow: 0 16px 45px rgba(16, 21, 18, 0.08);
  color: var(--site-ink);
  display: grid;
  gap: clamp(1.5rem, 4vw, 3rem);
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.42fr);
  overflow: hidden;
  padding: clamp(1.4rem, 4vw, 2.75rem);
}

.site-download-panel p {
  color: var(--site-muted);
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 0;
  margin-top: 1rem;
}

.site-download-panel .site-eyebrow {
  color: var(--site-primary);
}

.site-download-panel h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0;
}

.site-download-panel .site-btn-secondary {
  background: transparent;
  border-color: #c7d5cb;
  color: var(--site-primary-dark);
}

.site-download-panel .site-btn-secondary:hover,
.site-download-panel .site-btn-secondary:focus {
  background: #e5eee8;
  color: var(--site-primary-dark);
}

.site-download-panel .site-btn-primary {
  background: var(--site-primary);
  color: #ffffff;
}

.site-download-panel .site-btn-primary:hover,
.site-download-panel .site-btn-primary:focus {
  background: #257f5b;
  color: #ffffff;
}

.site-download-media {
  align-items: center;
  background: #dfe9e2;
  border: 1px solid #cedcd2;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  min-height: 320px;
  padding: 1.2rem;
}

.site-device-image {
  border: 1px solid rgba(16, 21, 18, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(16, 21, 18, 0.14);
  display: block;
  max-height: 420px;
  max-width: min(100%, 230px);
}

.site-quote-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.site-quote {
  border-top: 3px solid var(--site-accent);
  padding-top: 1rem;
}

.site-quote p {
  color: #303a34;
  font-size: 1rem;
  line-height: 1.7;
}

.site-quote footer {
  color: var(--site-muted);
  font-size: 0.92rem;
}

.site-header {
  background: var(--site-dark);
  color: #ffffff;
}

.site-main {
  min-height: 65vh;
}

.site-page-title {
  padding: 4rem 0 2rem;
}

.site-legal {
  background: var(--site-panel);
  border: 1px solid var(--site-line);
  border-radius: 8px;
  box-shadow: 0 8px 30px rgba(16, 21, 18, 0.05);
  color: #263028;
  line-height: 1.75;
  padding: clamp(1.25rem, 4vw, 2.5rem);
}

.site-legal h2,
.site-legal h3 {
  color: var(--site-ink);
  font-weight: 800;
  letter-spacing: 0;
  margin-top: 1.8rem;
}

.site-legal h2:first-child,
.site-legal h3:first-child {
  margin-top: 0;
}

.site-footer {
  background: var(--site-dark);
  color: rgba(255, 255, 255, 0.72);
  padding: 1.5rem 0;
}

.site-footer-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1.15rem;
  justify-content: center;
}

.site-footer .nav-link {
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
  padding: 0.25rem 0;
}

.site-footer .nav-link:hover,
.site-footer .nav-link:focus {
  color: #ffffff;
}

.site-copyright {
  display: block;
  font-size: 0.9rem;
  margin-top: 0.7rem;
  opacity: 0.65;
}

@media (max-width: 900px) {
  .site-nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-hero {
    background-position: 60% center;
    min-height: auto;
  }

  .site-hero-content {
    padding-bottom: 4.5rem;
    padding-top: 4.5rem;
  }

  .site-feature-grid,
  .site-quote-grid,
  .site-download-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .site-band {
    padding: 3.5rem 0;
  }

  .site-actions,
  .site-nav-links {
    align-items: stretch;
    width: 100%;
  }

  .site-actions .site-btn {
    width: 100%;
  }

  .site-footer-links {
    gap: 0.2rem 0.8rem;
  }
}
