:root {
  --hs-ink: #132234;
  --hs-muted: #596879;
  --hs-soft: #f7f9fb;
  --hs-surface: #ffffff;
  --hs-dark: #112233;
  --hs-dark-muted: #c5ced8;
  --hs-accent: #28465a;
  --hs-line: #e3e8ee;
}

html,
body,
#webslides {
  background: var(--hs-soft);
  color: var(--hs-ink);
}

#webslides section.hypesafe-theme,
#webslides section.hypesafe-theme * {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

#webslides section.hypesafe-theme {
  justify-content: center;
  overflow: hidden;
  color: var(--hs-ink);
}

#webslides section.hypesafe-theme.bg-white {
  background: var(--hs-surface);
}

#webslides section.hypesafe-theme.bg-light {
  background: var(--hs-soft);
}

#webslides section.hypesafe-theme.bg-black-blue {
  background: var(--hs-dark);
  color: #f8fafc;
}

#webslides .hypesafe-theme .wrap {
  width: min(88%, 1080px);
}

#webslides .hypesafe-theme h1,
#webslides .hypesafe-theme h2,
#webslides .hypesafe-theme h3,
#webslides .hypesafe-theme p,
#webslides .hypesafe-theme li {
  color: inherit;
  overflow-wrap: break-word;
}

#webslides .hypesafe-theme h1,
#webslides .hypesafe-theme h2 {
  max-width: 980px;
  margin-bottom: 20px;
  font-weight: 760;
  line-height: 1.08;
}

#webslides .hypesafe-theme h1 {
  font-size: 76px;
}

#webslides .hypesafe-theme h2 {
  font-size: 52px;
}

#webslides .hypesafe-theme .text-landing,
#webslides .hypesafe-theme .text-subtitle {
  letter-spacing: 0;
  text-transform: none;
}

#webslides .hypesafe-theme .text-subtitle {
  margin-bottom: 16px;
  color: var(--hs-accent);
  font-size: 17px;
  font-weight: 760;
  line-height: 1.2;
}

#webslides .hypesafe-theme.bg-black-blue .text-subtitle {
  color: #eef3f8;
}

#webslides .hypesafe-theme .text-context {
  margin-bottom: 22px;
  color: var(--hs-accent);
  font-size: 14px;
  font-weight: 760;
  line-height: 1.2;
  text-transform: uppercase;
}

#webslides .hypesafe-theme .text-context::before {
  width: 64px;
  height: 2px;
  margin-bottom: 12px;
  background: currentColor;
  opacity: 0.45;
}

#webslides .hypesafe-theme.bg-black-blue .text-context,
#webslides .hypesafe-theme.bg-black-blue .text-intro,
#webslides .hypesafe-theme.bg-black-blue p {
  color: var(--hs-dark-muted);
}

#webslides .hypesafe-theme.bg-black-blue h1,
#webslides .hypesafe-theme.bg-black-blue h2,
#webslides .hypesafe-theme.bg-black-blue h3,
#webslides .hypesafe-theme.bg-black-blue strong {
  color: #ffffff;
}

#webslides .hypesafe-theme .text-intro {
  max-width: 820px;
  color: var(--hs-muted);
  font-size: 25px;
  line-height: 1.4;
}

#webslides .hypesafe-theme p {
  max-width: 800px;
  color: var(--hs-muted);
  font-size: 21px;
  line-height: 1.45;
}

#webslides .hypesafe-theme hr {
  width: min(720px, 100%);
  height: 1px;
  margin: 36px 0 28px;
  border: 0;
  background: var(--hs-line);
}

#webslides .hypesafe-theme .button.ghost {
  margin-top: 24px;
  border-color: rgba(255, 255, 255, 0.34);
  border-radius: 4px;
  color: #ffffff;
}

#webslides .hypesafe-theme .grid.vertical-align {
  align-items: center;
  gap: 64px;
}

#webslides .hypesafe-theme .flexblock {
  gap: 16px;
  margin-top: 34px;
}

#webslides .hypesafe-theme .flexblock > li {
  width: auto;
  min-width: 220px;
  flex: 1 1 0;
  border: 0;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: none;
}

#webslides .hypesafe-theme.bg-white .flexblock > li {
  background: var(--hs-soft);
}

#webslides .hypesafe-theme.bg-black-blue .flexblock > li {
  background: rgba(255, 255, 255, 0.07);
}

#webslides .hypesafe-theme .flexblock > li::after {
  display: none;
}

#webslides .hypesafe-theme .flexblock li h2,
#webslides .hypesafe-theme .flexblock li h3 {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 740;
  line-height: 1.18;
  text-transform: none;
}

#webslides .hypesafe-theme .flexblock li p,
#webslides .hypesafe-theme .flexblock li {
  font-size: 18px;
  line-height: 1.42;
}

#webslides .hypesafe-theme .flexblock.reasons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

#webslides .hypesafe-theme .flexblock.reasons > li {
  min-height: 128px;
  padding: 22px 24px 22px 96px;
}

#webslides .hypesafe-theme .flexblock.reasons > li::before {
  top: 28px;
  left: 28px;
  color: var(--hs-accent);
  font-size: 46px;
  font-weight: 760;
}

#webslides .hypesafe-theme .metrics > li {
  min-height: 164px;
  justify-content: center;
  text-align: left;
}

#webslides .hypesafe-theme .metrics li span {
  margin: 0 0 14px;
  color: var(--hs-accent);
  font-size: 46px;
  font-weight: 760;
  line-height: 1;
}

#webslides .hypesafe-theme .metrics li strong {
  color: var(--hs-ink);
  font-size: 19px;
  font-weight: 650;
  line-height: 1.3;
}

#webslides .hypesafe-theme ul.description {
  margin-top: 12px;
}

#webslides .hypesafe-theme .description > li {
  margin-bottom: 12px;
  padding: 16px 0;
  border-bottom: 0;
  color: var(--hs-ink);
  font-size: 20px;
  line-height: 1.35;
}

#webslides .hypesafe-theme .text-label {
  width: 112px;
  color: var(--hs-accent);
  font-size: 13px;
  font-weight: 760;
  line-height: 1.35;
  text-transform: uppercase;
}

@media (max-width: 1023px) {
  #webslides section.hypesafe-theme {
    padding: 48px 32px;
  }

  #webslides .hypesafe-theme .wrap {
    width: min(92%, 900px);
  }

  #webslides .hypesafe-theme h1 {
    font-size: 56px;
  }

  #webslides .hypesafe-theme h2 {
    font-size: 40px;
  }

  #webslides .hypesafe-theme .text-intro {
    font-size: 22px;
  }

  #webslides .hypesafe-theme .grid.vertical-align {
    display: block;
  }

  #webslides .hypesafe-theme .grid.vertical-align .column + .column {
    margin-top: 32px;
  }

  #webslides .hypesafe-theme .flexblock > li {
    min-width: 260px;
  }
}

@media (max-width: 640px) {
  #webslides section.hypesafe-theme {
    padding: 26px 22px;
  }

  #webslides .hypesafe-theme h1 {
    font-size: 38px;
  }

  #webslides .hypesafe-theme h2 {
    font-size: 28px;
  }

  #webslides .hypesafe-theme p,
  #webslides .hypesafe-theme .text-intro {
    font-size: 17px;
    line-height: 1.36;
  }

  #webslides .hypesafe-theme .text-context {
    margin-bottom: 14px;
  }

  #webslides .hypesafe-theme .grid.vertical-align .column + .column {
    margin-top: 20px;
  }

  #webslides .hypesafe-theme .flexblock {
    gap: 12px;
    margin-top: 20px;
  }

  #webslides .hypesafe-theme .flexblock > li,
  #webslides .hypesafe-theme .flexblock.reasons > li {
    flex: 1 1 100%;
    min-width: 0;
    width: 100%;
    min-height: auto;
    padding: 16px;
  }

  #webslides .hypesafe-theme .flexblock li h2,
  #webslides .hypesafe-theme .flexblock li h3 {
    margin-bottom: 6px;
    font-size: 20px;
    line-height: 1.16;
  }

  #webslides .hypesafe-theme .flexblock li p,
  #webslides .hypesafe-theme .flexblock li {
    font-size: 15px;
    line-height: 1.34;
  }

  #webslides .hypesafe-theme .flexblock.reasons > li {
    padding-left: 58px;
  }

  #webslides .hypesafe-theme .flexblock.reasons > li::before {
    top: 16px;
    left: 16px;
    font-size: 30px;
  }

  #webslides .hypesafe-theme .description > li {
    margin-bottom: 4px;
    padding: 8px 0;
    font-size: 16px;
    line-height: 1.3;
  }

  #webslides .hypesafe-theme .metrics li span {
    font-size: 30px;
  }

  #webslides .hypesafe-theme .metrics > li {
    min-height: 86px;
  }

  #webslides .hypesafe-theme .text-label {
    display: block;
    width: auto;
    margin-bottom: 4px;
  }
}
