.st-dsl .dsl-hero {
  padding: clamp(58px, 7vw, 100px) 0 54px;
  background: #07131d;
  color: #fff;
}

.st-dsl .dsl-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(350px, .95fr);
  gap: 42px;
  align-items: center;
}

.st-dsl .dsl-hero .st-kicker,
.st-dsl .dsl-control .st-kicker,
.st-dsl .dsl-quote .st-kicker {
  color: #4fa3c8;
}

.st-dsl .dsl-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 25px;
  color: #d9ebf3;
  font-size: .7rem;
  font-weight: 760;
}

.st-dsl .dsl-breadcrumb a {
  color: #d9ebf3;
}

.st-dsl .dsl-hero-copy h1 {
  margin-bottom: 23px;
  color: #fff;
  font-size: clamp(2.5rem, 5.6vw, 5.35rem);
  letter-spacing: -.055em;
  line-height: .98;
}

.st-dsl .dsl-hero-lead {
  max-width: 690px;
  margin-bottom: 28px;
  color: #d9ebf3;
  font-size: clamp(1rem, 1.5vw, 1.22rem);
  line-height: 1.7;
}

.st-dsl .dsl-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.st-dsl .dsl-actions a {
  display: inline-flex;
  min-height: 49px;
  align-items: center;
  padding: 0 19px;
  border: 1px solid #4fa3c8;
  background: #245f7e;
  color: #fff;
  font-size: .82rem;
  font-weight: 820;
  text-decoration: none;
}

.st-dsl .dsl-actions a:last-child {
  background: transparent;
}

.st-dsl .dsl-hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  margin: 0 0 18px;
  background: #245f7e;
}

.st-dsl .dsl-hero-facts div {
  min-width: 150px;
  flex: 1 1 21%;
  padding: 17px;
  background: #e8f0f4;
  color: #07131d;
}

.st-dsl .dsl-hero-facts dt {
  margin-bottom: 6px;
  color: #5d7280;
  font-size: .66rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.st-dsl .dsl-hero-facts dd {
  margin: 0;
  color: #07131d;
  font-weight: 820;
  line-height: 1.4;
}

.st-dsl .dsl-hero .st-unit-bar {
  margin-bottom: 0;
}

.st-dsl .dsl-hero-machine {
  margin: 0;
  padding: 18px;
  background: #f7fafb;
  color: #07131d;
  box-shadow: 14px 14px 0 #245f7e;
}

.st-dsl .dsl-hero-machine img {
  width: 100%;
  background: #e8f0f4;
}

.st-dsl .dsl-hero-machine figcaption {
  display: grid;
  gap: 6px;
  padding: 17px 5px 2px;
}

.st-dsl .dsl-hero-machine figcaption strong {
  color: #245f7e;
  font-size: .72rem;
  letter-spacing: .1em;
}

.st-dsl .dsl-hero-machine figcaption span {
  color: #314754;
  line-height: 1.5;
}

.st-dsl .dsl-route {
  position: relative;
  z-index: 3;
  border-bottom: 1px solid #b8c8d0;
  background: #e8f0f4;
}

.st-dsl .dsl-route .st-shell {
  display: flex;
  overflow-x: auto;
  scrollbar-width: thin;
}

.st-dsl .dsl-route a {
  flex: 0 0 auto;
  padding: 18px 15px;
  border-right: 1px solid #b8c8d0;
  color: #07131d;
  font-size: .74rem;
  font-weight: 820;
  text-decoration: none;
  white-space: nowrap;
}

.st-dsl .dsl-route a:hover,
.st-dsl .dsl-route a:focus-visible {
  background: #d9ebf3;
  color: #245f7e;
}

.st-dsl .dsl-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .65fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 42px;
}

.st-dsl .dsl-section-head h2 {
  max-width: 860px;
  margin-bottom: 0;
  color: #07131d;
  font-size: clamp(2rem, 4vw, 3.62rem);
  letter-spacing: -.045em;
  line-height: 1.06;
}

.st-dsl .dsl-section-head > p {
  margin-bottom: 0;
  color: #314754;
  line-height: 1.72;
}

.st-dsl .dsl-fit,
.st-dsl .dsl-architecture,
.st-dsl .dsl-lines,
.st-dsl .dsl-faq {
  background: #f7fafb;
  color: #07131d;
}

.st-dsl .dsl-fit-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 24px;
}

.st-dsl .dsl-fit-cards article {
  padding: 30px;
  border-top: 5px solid #245f7e;
  background: #e8f0f4;
  color: #07131d;
}

.st-dsl .dsl-fit-cards article:last-child {
  border-top-color: #4fa3c8;
}

.st-dsl .dsl-fit-cards span,
.st-dsl .dsl-architecture-blocks article > div:first-child > span,
.st-dsl .dsl-open-sequence figure > span,
.st-dsl .dsl-line-list figcaption span,
.st-dsl .dsl-boundary-list figcaption > span {
  display: block;
  margin-bottom: 10px;
  color: #245f7e;
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .11em;
}

.st-dsl .dsl-fit-cards h3 {
  margin-bottom: 16px;
  color: #07131d;
  font-size: 1.45rem;
  line-height: 1.2;
}

.st-dsl .dsl-fit-cards ul {
  margin: 0;
  padding-left: 18px;
}

.st-dsl .dsl-fit-cards li {
  margin-bottom: 9px;
  color: #314754;
  line-height: 1.55;
}

.st-dsl .dsl-fit-media {
  display: grid;
  grid-template-columns: minmax(0, .765fr) minmax(0, 1fr);
  gap: 18px;
  max-width: 920px;
  margin-inline: auto;
}

.st-dsl .dsl-media-two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.st-dsl .dsl-fit-media figure,
.st-dsl .dsl-media-two figure,
.st-dsl .dsl-open-sequence figure,
.st-dsl .dsl-control-grid figure,
.st-dsl .dsl-line-list figure,
.st-dsl .dsl-boundary-list figure {
  margin: 0;
  background: #fff;
  color: #07131d;
}

.st-dsl .dsl-fit-media img,
.st-dsl .dsl-open-sequence img {
  width: 100%;
}

.st-dsl .dsl-fit-media figcaption,
.st-dsl .dsl-media-two figcaption,
.st-dsl .dsl-open-sequence figcaption,
.st-dsl .dsl-control-grid figcaption,
.st-dsl .dsl-line-list figcaption,
.st-dsl .dsl-boundary-list figcaption {
  padding: 15px 17px;
  color: #314754;
  font-size: .86rem;
  line-height: 1.55;
}

.st-dsl .dsl-fit-media figcaption span {
  display: block;
  margin-bottom: 5px;
  color: #245f7e;
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .09em;
}

.st-dsl .dsl-architecture {
  border-top: 1px solid #b8c8d0;
}

.st-dsl .dsl-process {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  margin: 0 0 38px;
  padding: 0;
  background: #245f7e;
  list-style: none;
}

.st-dsl .dsl-process li {
  min-width: 230px;
  flex: 1 1 0;
  padding: 24px;
  background: #07131d;
  color: #fff;
}

.st-dsl .dsl-process li > span {
  color: #4fa3c8;
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .12em;
}

.st-dsl .dsl-process strong {
  display: block;
  margin: 12px 0 8px;
  color: #fff;
  font-size: 1.15rem;
}

.st-dsl .dsl-process p {
  margin: 0;
  color: #d9ebf3;
  line-height: 1.55;
}

.st-dsl .dsl-architecture-blocks {
  display: grid;
  gap: 26px;
}

.st-dsl .dsl-architecture-blocks > article {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: 30px;
  padding: 30px;
  border: 1px solid #b8c8d0;
  background: #e8f0f4;
  color: #07131d;
}

.st-dsl .dsl-architecture-blocks > article:nth-child(even) > div:first-child {
  grid-column: 2;
}

.st-dsl .dsl-architecture-blocks > article:nth-child(even) {
  grid-template-columns: minmax(0, 1.28fr) minmax(280px, .72fr);
}

.st-dsl .dsl-architecture-blocks > article:nth-child(even) .dsl-media-two {
  grid-row: 1;
  grid-column: 1;
}

.st-dsl .dsl-architecture-blocks h3 {
  margin-bottom: 13px;
  color: #07131d;
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  line-height: 1.16;
}

.st-dsl .dsl-architecture-blocks p {
  color: #314754;
  line-height: 1.66;
}

.st-dsl .dsl-media-two figure {
  align-self: start;
  border: 1px solid #b8c8d0;
}

.st-dsl .dsl-surface,
.st-dsl .dsl-models,
.st-dsl .dsl-boundaries {
  background: #e8f0f4;
  color: #07131d;
}

.st-dsl .dsl-open-sequence {
  display: grid;
  grid-template-columns: minmax(0, .875fr) minmax(0, .875fr) minmax(320px, 1fr);
  gap: 18px;
}

.st-dsl .dsl-open-sequence figure {
  display: grid;
  grid-template-rows: auto auto 1fr;
  padding: 18px;
  border: 1px solid #b8c8d0;
}

.st-dsl .dsl-open-sequence figure > span {
  padding: 2px 0 10px;
}

.st-dsl .dsl-open-sequence figcaption {
  padding-inline: 0;
  padding-bottom: 0;
}

.st-dsl .dsl-surface-check {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-column: auto;
  gap: 18px;
  align-items: start;
  margin-top: 0;
  padding: 28px;
  border-left: 5px solid #245f7e;
  background: #d9ebf3;
  color: #07131d;
}

.st-dsl .dsl-surface-check > span {
  color: #245f7e;
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.st-dsl .dsl-surface-check h3 {
  margin: 0;
  color: #07131d;
  font-size: 1.35rem;
  line-height: 1.2;
}

.st-dsl .dsl-surface-check ul {
  margin: 0;
  padding-left: 18px;
}

.st-dsl .dsl-surface-check li {
  margin-bottom: 7px;
  color: #314754;
  line-height: 1.5;
}

.st-dsl .dsl-control,
.st-dsl .dsl-quote {
  background: #07131d;
  color: #fff;
}

.st-dsl .dsl-control .dsl-section-head h2,
.st-dsl .dsl-control .dsl-section-head > p,
.st-dsl .dsl-quote h2,
.st-dsl .dsl-quote p,
.st-dsl .dsl-quote li {
  color: #fff;
}

.st-dsl .dsl-control-grid {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(230px, .72fr) minmax(220px, 1fr);
  gap: 16px;
  align-items: stretch;
}

.st-dsl .dsl-control-grid figure {
  display: flex;
  flex-direction: column;
}

.st-dsl .dsl-control-grid figure img {
  flex: 0 0 auto;
}

.st-dsl .dsl-panel-key {
  padding: 24px;
  background: #245f7e;
  color: #fff;
}

.st-dsl .dsl-panel-key > span {
  display: block;
  margin-bottom: 15px;
  color: #d9ebf3;
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.st-dsl .dsl-panel-key dl {
  margin: 0;
}

.st-dsl .dsl-panel-key dl div {
  padding: 10px 0;
  border-top: 1px solid #4fa3c8;
}

.st-dsl .dsl-panel-key dt {
  color: #fff;
  font-weight: 820;
}

.st-dsl .dsl-panel-key dd {
  margin: 4px 0 0;
  color: #d9ebf3;
  font-size: .82rem;
  line-height: 1.4;
}

.st-dsl .dsl-models caption {
  padding: 16px;
  background: #245f7e;
  color: #fff;
  font-weight: 820;
  text-align: left;
}

.st-dsl .dsl-table-note {
  margin: 22px 0 0;
  padding: 18px 20px;
  border-left: 4px solid #245f7e;
  background: #d9ebf3;
  color: #314754;
  line-height: 1.58;
}

.st-dsl .dsl-table-note strong {
  color: #07131d;
}

.st-dsl .dsl-line-list,
.st-dsl .dsl-boundary-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.st-dsl .dsl-line-list figure,
.st-dsl .dsl-boundary-list figure {
  min-width: 250px;
  flex: 1 1 29%;
  border: 1px solid #b8c8d0;
}

.st-dsl .dsl-line-list img,
.st-dsl .dsl-boundary-list img {
  width: 100%;
}

.st-dsl .dsl-boundary-list figcaption strong,
.st-dsl .dsl-boundary-list figcaption p {
  display: block;
}

.st-dsl .dsl-boundary-list figcaption strong {
  margin-bottom: 7px;
  color: #07131d;
  font-size: 1.1rem;
}

.st-dsl .dsl-boundary-list figcaption p {
  margin-bottom: 11px;
}

.st-dsl .dsl-boundary-list figcaption a {
  color: #245f7e;
  font-weight: 820;
}

.st-dsl .dsl-quote-grid {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: 50px;
  align-items: start;
}

.st-dsl .dsl-quote-copy h2 {
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.65rem);
  letter-spacing: -.045em;
  line-height: 1.04;
}

.st-dsl .dsl-quote-copy > p,
.st-dsl .dsl-quote-copy li p {
  color: #d9ebf3;
  line-height: 1.65;
}

.st-dsl .dsl-quote-copy ol {
  display: grid;
  gap: 0;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.st-dsl .dsl-quote-copy li {
  display: grid;
  grid-template-columns: 38px 1fr;
  column-gap: 12px;
  padding: 14px 0;
  border-top: 1px solid #245f7e;
}

.st-dsl .dsl-quote-copy li > span {
  grid-row: 1 / 3;
  color: #4fa3c8;
  font-weight: 850;
}

.st-dsl .dsl-quote-copy li strong {
  color: #fff;
}

.st-dsl .dsl-quote-copy li p {
  margin: 5px 0 0;
}

.st-dsl .dsl-quote .hnl-inquiry-form {
  background: #f7fafb;
  color: #07131d;
}

.st-dsl .dsl-faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.st-dsl .dsl-faq-list details {
  align-self: start;
  border: 1px solid #b8c8d0;
  background: #e8f0f4;
  color: #07131d;
}

.st-dsl .dsl-faq-list summary {
  padding: 21px 22px;
  color: #07131d;
  font-weight: 820;
  line-height: 1.45;
  cursor: pointer;
}

.st-dsl .dsl-faq-list p {
  margin: 0;
  padding: 0 22px 22px;
  color: #314754;
  line-height: 1.65;
}

@media (max-width: 980px) {
  .st-dsl .dsl-hero-grid,
  .st-dsl .dsl-section-head,
  .st-dsl .dsl-architecture-blocks > article,
  .st-dsl .dsl-surface-check,
  .st-dsl .dsl-quote-grid {
    grid-template-columns: 1fr;
  }

  .st-dsl .dsl-control-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .st-dsl .dsl-panel-key {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .st-dsl .dsl-architecture-blocks > article:nth-child(even) > div:first-child,
  .st-dsl .dsl-architecture-blocks > article:nth-child(even) .dsl-media-two {
    grid-row: auto;
    grid-column: auto;
  }

  .st-dsl .dsl-open-sequence {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .st-dsl .dsl-surface-check {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .st-dsl .dsl-fit-cards,
  .st-dsl .dsl-fit-media,
  .st-dsl .dsl-media-two,
  .st-dsl .dsl-open-sequence,
  .st-dsl .dsl-control-grid,
  .st-dsl .dsl-faq-list {
    grid-template-columns: 1fr;
  }

  .st-dsl .dsl-panel-key {
    grid-row: auto;
    grid-column: auto;
  }

  .st-dsl .dsl-architecture-blocks > article {
    gap: 0;
    padding: 0;
  }

  .st-dsl .dsl-architecture-blocks > article > div:first-child {
    padding: 24px;
  }

  .st-dsl .dsl-media-two {
    gap: 0;
  }

  .st-dsl .dsl-open-sequence figure {
    padding: 0;
  }

  .st-dsl .dsl-open-sequence figure > span {
    padding: 18px 18px 10px;
  }

  .st-dsl .dsl-open-sequence figcaption {
    padding: 15px 17px;
  }

  .st-dsl .dsl-surface-check {
    grid-column: auto;
  }

  .st-dsl .dsl-hero-facts div,
  .st-dsl .dsl-process li,
  .st-dsl .dsl-line-list figure,
  .st-dsl .dsl-boundary-list figure {
    min-width: 100%;
  }

  .st-dsl .dsl-route .st-shell {
    width: 100%;
    padding-inline: 15px;
  }
}
