.hero-and-summary {
  --aqa-forest: var(--tp-common-black-1, #10302a);
  --aqa-forest-deep: #071d19;
  --aqa-ink: var(--tp-common-black, #030303);
  --aqa-accent: var(--tp-theme-primary, #c4ee18);
  --aqa-surface: var(--tp-common-white, #fff);
  --aqa-border-dark: rgba(255, 255, 255, .2);
  position: relative;
  isolation: isolate;
  min-height: min(960px, 100svh);
  padding: clamp(140px, 12vw, 170px) 0 clamp(58px, 6vw, 88px);
  overflow: hidden;
  color: var(--aqa-surface);
  background:
    radial-gradient(circle at 82% 14%, rgba(196, 238, 24, .16), transparent 28%),
    linear-gradient(145deg, var(--aqa-forest-deep), var(--aqa-forest) 68%, #17453c);
}

.hero-and-summary__inner {
  position: relative;
  z-index: 1;
}

.hero-and-summary__big-title {
  max-width: 100%;
  margin-bottom: clamp(-22px, -1.5vw, -12px);
  overflow: hidden;
  pointer-events: none;
}

.hero-and-summary__big-title span {
  display: block;
  max-width: 100%;
  color: transparent;
  background: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(50px, 6.2vw, 96px);
  font-weight: 600;
  line-height: .88;
  letter-spacing: -.06em;
  white-space: nowrap;
  -webkit-text-fill-color: transparent;
}

.hero-and-summary__content {
  display: flex;
  align-items: flex-end;
  gap: 28px;
  margin-bottom: 30px;
}

.hero-and-summary__scroll a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 50%;
  color: var(--aqa-surface);
}

.hero-and-summary__title-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 28px 34px;
  isolation: isolate;
  width: min(100%, 1180px);
  padding: clamp(22px, 2.4vw, 34px);
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .11), rgba(255, 255, 255, .055));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 18px 46px rgba(2, 18, 15, .14);
}

.hero-and-summary__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, .68);
  font-family: var(--tp-ff-inter, sans-serif);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.4;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hero-and-summary__meta span + span {
  position: relative;
  padding-left: 18px;
}

.hero-and-summary__meta span + span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--aqa-accent);
  content: "";
  transform: translateY(-50%);
}

.hero-and-summary h1 {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--aqa-surface);
  font-family: var(--tp-ff-inter, sans-serif);
  font-size: clamp(40px, 4.8vw, 66px);
  font-weight: 600;
  line-height: .95;
  letter-spacing: -.06em;
  text-wrap: balance;
}

.hero-and-summary .hero-and-summary__intro {
  max-width: 680px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .8);
  font-family: var(--tp-ff-inter, sans-serif);
  font-size: 17px;
  line-height: 1.5;
}

.hero-and-summary__actions {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  max-width: 350px;
  padding-left: 28px;
  border-left: 1px solid rgba(255, 255, 255, .18);
}

.hero-and-summary__actions::before {
  position: absolute;
  bottom: 0;
  left: -2px;
  width: 3px;
  height: 72px;
  border-radius: 999px;
  background: var(--aqa-accent);
  content: "";
}

.hero-and-summary__actions .tp-btn-border-white {
  --tp-btn-rest-color: var(--tp-common-black);
  --tp-btn-rest-border: #fff;
  --tp-btn-rest-background: #fff;
  border-color: #fff;
  background: #fff;
  color: var(--tp-common-black) !important;
}

.hero-and-summary__actions .tp-btn-border-white .btn-text,
.hero-and-summary__actions .tp-btn-border-white .btn-icon {
  color: inherit !important;
}

.hero-and-summary__actions .tp-btn-border-white:hover,
.hero-and-summary__actions .tp-btn-border-white:focus-visible {
  border-color: var(--tp-theme-primary);
  background: var(--tp-theme-primary);
  color: var(--tp-common-black) !important;
}

.hero-and-summary__summary {
  position: relative;
  display: grid;
  grid-template-columns: minmax(240px, .76fr) minmax(0, 2.24fr);
  align-items: stretch;
  margin: clamp(30px, 3.2vw, 46px) clamp(0px, 1.2vw, 18px) 0;
  border-top: 1px solid var(--aqa-border-dark);
  border-bottom: 1px solid var(--aqa-border-dark);
  background: rgba(4, 28, 24, .3);
}

.hero-and-summary__summary-heading {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding: clamp(24px, 2.2vw, 32px) clamp(24px, 2.5vw, 38px);
  border: 1px solid var(--aqa-border-dark);
  border-width: 0 1px 0 0;
}

.hero-and-summary__summary-label {
  margin-bottom: 0;
  color: var(--aqa-accent);
  font-family: var(--tp-ff-inter, sans-serif);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.hero-and-summary__summary dl {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 0;
}

.hero-and-summary__summary dl > div {
  padding: clamp(24px, 2.2vw, 32px) clamp(20px, 2vw, 30px);
  border-left: 1px solid var(--aqa-border-dark);
}

.hero-and-summary__summary dl > div:first-child {
  border-left: 0;
}

.hero-and-summary__summary dt {
  color: rgba(255, 255, 255, .58);
  font-family: var(--tp-ff-inter, sans-serif);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.hero-and-summary__summary dd {
  margin-top: 9px;
  color: var(--aqa-surface);
  font-family: var(--tp-ff-inter, sans-serif);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.hero-and-summary__summary-note {
  max-width: 250px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .72);
  font-family: var(--tp-ff-inter, sans-serif);
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 1199px) {
  .hero-and-summary__title-wrap {
    width: min(100%, 1100px);
  }
}

@media (max-width: 991px) {
  .hero-and-summary {
    min-height: auto;
  }

  .hero-and-summary__title-wrap {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .hero-and-summary__actions {
    max-width: none;
    padding-top: 24px;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .18);
    border-left: 0;
  }

  .hero-and-summary__actions::before {
    top: -2px;
    bottom: auto;
    left: 0;
    width: 72px;
    height: 3px;
  }

  .hero-and-summary__summary {
    grid-template-columns: 1fr;
  }

  .hero-and-summary__summary-heading {
    padding-left: clamp(24px, 2.8vw, 42px);
    border-width: 0 0 1px;
  }

  .hero-and-summary__summary dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-and-summary__summary dl > div:nth-child(odd) {
    border-left: 0;
  }

  .hero-and-summary__summary dl > div:nth-child(n + 3) {
    border-top: 1px solid var(--aqa-border-dark);
  }
}

@media (max-width: 767px) {
  .hero-and-summary {
    padding-top: 132px;
  }

  .hero-and-summary__big-title {
    margin-bottom: -8px;
  }

  .hero-and-summary__big-title span {
    font-size: clamp(40px, 11vw, 62px);
  }

  .hero-and-summary__title-wrap {
    padding: 20px;
    border-radius: 20px;
  }

  .hero-and-summary h1 {
    font-size: clamp(42px, 12vw, 64px);
  }

  .hero-and-summary__meta {
    display: grid;
    gap: 5px;
  }

  .hero-and-summary__meta span + span {
    padding-left: 0;
  }

  .hero-and-summary__meta span + span::before {
    display: none;
  }

  .hero-and-summary__summary dl {
    grid-template-columns: 1fr;
  }

  .hero-and-summary__summary dl > div,
  .hero-and-summary__summary dl > div:nth-child(n) {
    border-top: 1px solid var(--aqa-border-dark);
    border-left: 0;
  }

  .hero-and-summary__summary dl > div:first-child {
    border-top: 0;
  }
}

@media (max-width: 575px) {
  .hero-and-summary {
    padding-top: 116px;
  }

  .hero-and-summary__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-and-summary__actions .tp-btn-it-lg {
    width: 100%;
    text-align: center;
  }

  .hero-and-summary__summary dl > div {
    padding: 22px 20px;
  }
}

@media (forced-colors: active) {
  .hero-and-summary__summary {
    border-color: CanvasText;
  }

  .hero-and-summary__summary::before {
    background: Highlight;
  }
}