/* Screen 3: workflow. */

.workflow {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  min-height: 100svh;
  font-family: var(--font-body);
  letter-spacing: 0;
}

.workflow::before {
  inset: auto -10% -20% 8%;
  height: 28%;
  border-radius: 52% 48% 0 0;
  background: rgba(220, 247, 234, 0.34);
  filter: blur(6px);
  transform: rotate(-2deg);
}

.workflow::after {
  inset: auto -14% -24% 25%;
  height: 24%;
  background: rgba(219, 246, 232, 0.22);
  filter: blur(10px);
}

.workflow .molecule--workflow-map {
  top: 3.1%;
  right: 1.1%;
  width: min(24.7vw, 413px);
  opacity: 0.2;
}

.workflow__inner {
  container-type: inline-size;
  display: block;
  width: min(100vw, calc(100svh * 1672 / 941));
  max-width: 1672px;
  aspect-ratio: 1672 / 941;
  min-height: 0;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

@supports not (height: 100svh) {
  .workflow__inner {
    width: min(100vw, calc(100vh * 1672 / 941));
  }
}

.workflow__copy {
  position: absolute;
  left: 5.25%;
  top: 5.55%;
  width: 70%;
  max-width: none;
}

.workflow .eyebrow {
  gap: 1.33cqw;
  margin: 0 0 2.12cqw;
  color: var(--green);
  font-family: var(--font-body);
  font-size: 1.02cqw;
  font-weight: 820;
  line-height: 1.2;
}

.workflow .eyebrow::before {
  flex: 0 0 3.23cqw;
  width: 3.23cqw;
  height: 0.18cqw;
}

.workflow h2 {
  max-width: 60cqw;
  color: var(--green);
  font-family: var(--font-heading);
  font-size: 4.08cqw;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0;
}

.workflow .lead {
  max-width: 60cqw;
  margin-top: 1.76cqw;
  color: rgba(28, 39, 37, 0.74);
  font-family: var(--font-body);
  font-size: 1.16cqw;
  font-weight: 400;
  line-height: 1.55;
}

.workflow__steps {
  position: absolute;
  left: 5.25%;
  right: 6.25%;
  top: 45.18%;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 2.12cqw;
  margin: 0;
  padding: 0;
  list-style: none;
}

.workflow-card {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  min-width: 0;
  height: 18.24cqw;
  padding: 1.25cqw 1.05cqw 1.2cqw;
  border: 1px solid rgba(7, 84, 61, 0.17);
  border-radius: 0.54cqw;
  background: rgba(255, 255, 255, 0.72);
  box-shadow:
    0 18px 42px rgba(27, 75, 60, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  text-align: center;
}

.workflow-card__number {
  display: inline-grid;
  place-items: center;
  width: 2.42cqw;
  height: 2.42cqw;
  border-radius: 999px;
  color: var(--green);
  background: rgba(226, 246, 237, 0.86);
  font-family: var(--font-body);
  font-size: 1.03cqw;
  font-weight: 820;
  line-height: 1;
}

.workflow-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.85cqw;
  height: 4.85cqw;
  margin-top: 0.92cqw;
  border-radius: 999px;
  color: var(--green);
  background:
    radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 0.82), transparent 64%),
    rgba(226, 246, 237, 0.76);
  overflow: hidden;
}

.workflow-card__icon img {
  display: block;
  width: 128%;
  max-width: none;
  height: 128%;
  object-fit: contain;
}

.workflow-card__icon svg {
  width: 3.16cqw;
  height: 3.16cqw;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.workflow-card h3 {
  margin: 1.03cqw 0 0;
  color: var(--green);
  font-family: var(--font-body);
  font-size: 1.18cqw;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}

.workflow-card p {
  margin: 0.8cqw 0 0;
  color: rgba(28, 39, 37, 0.68);
  font-family: var(--font-body);
  font-size: 0.96cqw;
  font-weight: 400;
  line-height: 1.45;
}

.workflow-card__arrow {
  position: absolute;
  top: 48.7%;
  right: -1.78cqw;
  z-index: 2;
  display: inline-grid;
  place-items: center;
  width: 1.48cqw;
  height: 1.48cqw;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 7px 15px rgba(7, 84, 61, 0.18);
  transform: translateY(-50%);
}

.workflow-card__arrow::before {
  content: "";
  width: 0.38cqw;
  height: 0.38cqw;
  border-top: 0.13cqw solid #fff;
  border-right: 0.13cqw solid #fff;
  transform: translateX(-0.04cqw) rotate(45deg);
}

.workflow-note {
  position: absolute;
  left: 24.05%;
  top: 82.66%;
  display: grid;
  grid-template-columns: 4.9cqw minmax(0, 1fr);
  align-items: center;
  gap: 2.35cqw;
  width: 50.85cqw;
  min-height: 6.95cqw;
  margin: 0;
  padding: 0.98cqw 1.95cqw;
  border: 1px solid rgba(7, 84, 61, 0.16);
  border-radius: 0.54cqw;
  background: rgba(255, 255, 255, 0.68);
  box-shadow:
    0 18px 42px rgba(27, 75, 60, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.workflow-note__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.9cqw;
  height: 4.9cqw;
  border-radius: 0.8cqw;
  color: var(--green);
  background: rgba(226, 246, 237, 0.88);
}

.workflow-note__icon svg {
  width: 2.75cqw;
  height: 2.75cqw;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.workflow-note p {
  min-width: 0;
  margin: 0;
}

.workflow-note strong {
  display: block;
  color: var(--green);
  font-family: var(--font-body);
  font-size: 1.13cqw;
  font-weight: 800;
  line-height: 1.24;
}

.workflow-note p > span {
  display: block;
  margin-top: 0.64cqw;
  color: rgba(28, 39, 37, 0.64);
  font-family: var(--font-body);
  font-size: 0.93cqw;
  line-height: 1.36;
}

@media (min-width: 741px) and (max-width: 1366px) {
  .workflow {
    align-items: flex-start;
  }

  .workflow__inner {
    margin-top: clamp(24px, 3.4svh, 36px);
  }
}

@media (min-width: 1121px) and (max-height: 920px) {
  .workflow__inner {
    width: min(100vw, calc((100vh - var(--np-anchor-offset)) * 1672 / 941));
    margin-top: 0;
  }
}

@supports not (height: 100svh) {
  @media (min-width: 1121px) and (max-height: 920px) {
    .workflow__inner {
      width: min(100vw, calc((100vh - var(--np-anchor-offset)) * 1672 / 941));
    }
  }
}

@media (min-width: 741px) and (max-width: 1120px) {
  .workflow {
    display: block;
    min-height: auto;
    overflow: hidden;
  }

  .workflow::before {
    inset: 12% -38% 18% 36%;
    transform: rotate(-8deg);
  }

  .workflow::after {
    inset: auto -28% -12% 20%;
    height: 28%;
  }

  .workflow .molecule--workflow-map {
    top: -2%;
    right: -8%;
    width: min(38vw, 310px);
    opacity: 0.16;
  }

  .workflow__inner {
    container-type: normal;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "copy"
      "steps"
      "note";
    width: 100%;
    max-width: 960px;
    min-height: auto;
    height: auto;
    aspect-ratio: auto;
    gap: 24px;
    margin: 0 auto;
    padding: calc(var(--np-header-offset) + 56px) clamp(34px, 5vw, 54px) 64px;
  }

  .workflow__copy,
  .workflow__steps,
  .workflow-note {
    position: relative;
    inset: auto;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: none;
    transform: none;
  }

  .workflow__copy {
    grid-area: copy;
    max-width: 760px;
  }

  .workflow .eyebrow {
    gap: 12px;
    margin: 0 0 13px;
    font-size: 14px;
    line-height: 1.2;
  }

  .workflow .eyebrow::before {
    flex: 0 0 36px;
    width: 36px;
    height: 2px;
  }

  .workflow h2 {
    max-width: 760px;
    font-size: clamp(42px, 6vw, 58px);
    line-height: 1.05;
  }

  .workflow .lead {
    max-width: 700px;
    margin-top: 18px;
    font-size: clamp(18px, 2.2vw, 21px);
    line-height: 1.48;
  }

  .workflow__steps {
    grid-area: steps;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 2px 0 0;
  }

  .workflow-card {
    min-height: 286px;
    height: auto;
    padding: 18px 16px 20px;
    border-radius: 8px;
  }

  .workflow-card__number {
    width: 42px;
    height: 42px;
    font-size: 17px;
  }

  .workflow-card__icon {
    width: 76px;
    height: 76px;
    margin-top: 16px;
  }

  .workflow-card__icon svg {
    width: 50px;
    height: 50px;
  }

  .workflow-card h3 {
    margin-top: 16px;
    font-size: 20px;
    line-height: 1.22;
  }

  .workflow-card p {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.42;
  }

  .workflow-card__arrow {
    display: none;
  }

  .workflow-note {
    grid-area: note;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 22px;
    max-width: 760px;
    min-height: 0;
    margin: 0 auto;
    padding: 16px 20px;
    border-radius: 8px;
  }

  .workflow-note__icon {
    width: 72px;
    height: 72px;
    border-radius: 12px;
  }

  .workflow-note__icon svg {
    width: 42px;
    height: 42px;
  }

  .workflow-note strong {
    font-size: 20px;
    line-height: 1.24;
  }

  .workflow-note p > span {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.38;
  }
}

@media (min-width: 861px) and (max-width: 1120px) {
  .workflow__inner {
    max-width: 1120px;
    padding: calc(var(--np-header-offset) + 72px) clamp(42px, 5.4vw, 64px) 58px;
  }
}

@media (min-width: 741px) and (max-width: 860px) {
  .workflow__inner {
    max-width: 760px;
  }

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

@media (max-width: 740px) {
  .workflow {
    min-height: auto;
    overflow: hidden;
  }

  .workflow::before {
    inset: 16% -72% 22% 34%;
    transform: rotate(-9deg);
  }

  .workflow::after {
    inset: auto -45% -11% 4%;
    height: 24%;
  }

  .workflow .molecule--workflow-map {
    top: -5%;
    right: -37%;
    width: min(86vw, 330px);
    opacity: 0.12;
  }

  .workflow__inner {
    container-type: normal;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "copy"
      "steps"
      "note";
    width: 100%;
    max-width: 100%;
    min-height: auto;
    height: auto;
    aspect-ratio: auto;
    gap: 22px;
    padding: calc(var(--np-header-offset) + 72px) 20px 56px;
  }

  .workflow__copy,
  .workflow__steps,
  .workflow-note {
    position: relative;
    inset: auto;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: none;
    transform: none;
  }

  .workflow__copy {
    grid-area: copy;
  }

  .workflow .eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 14px;
    font-size: 13px;
    line-height: 1.2;
  }

  .workflow .eyebrow::before {
    flex: 0 0 38px;
    width: 38px;
    height: 2px;
  }

  .workflow h2 {
    max-width: calc(100vw - 40px);
    font-size: clamp(38px, 11.3vw, 50px);
    line-height: 1.03;
  }

  .workflow .lead {
    max-width: calc(100vw - 40px);
    margin-top: 18px;
    font-size: 16.5px;
    line-height: 1.48;
  }

  .workflow__steps {
    grid-area: steps;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
    max-width: 430px;
    justify-self: center;
    margin: 0;
  }

  .workflow-card {
    display: grid;
    grid-template-columns: 40px 54px minmax(0, 1fr);
    grid-template-areas:
      "num icon title"
      "num icon text";
    align-items: center;
    justify-items: start;
    column-gap: 12px;
    min-height: 0;
    height: auto;
    padding: 12px 14px;
    border: 1px solid rgba(7, 84, 61, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.66);
    box-shadow:
      0 13px 26px rgba(27, 75, 60, 0.055),
      inset 0 1px 0 rgba(255, 255, 255, 0.86);
    overflow: hidden;
    text-align: left;
  }

  .workflow-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 3px;
    background: linear-gradient(180deg, rgba(0, 121, 67, 0.76), rgba(117, 196, 157, 0.12));
  }

  .workflow-card__number {
    grid-area: num;
    width: 38px;
    height: 38px;
    font-size: 15px;
  }

  .workflow-card__icon {
    grid-area: icon;
    width: 54px;
    height: 54px;
    margin-top: 0;
  }

  .workflow-card__icon svg {
    width: 34px;
    height: 34px;
  }

  .workflow-card h3 {
    grid-area: title;
    margin: 0;
    font-size: 18px;
    line-height: 1.22;
  }

  .workflow-card p {
    grid-area: text;
    margin: 5px 0 0;
    font-size: 14px;
    line-height: 1.36;
    overflow-wrap: break-word;
  }

  .workflow-card p br {
    display: none;
  }

  .workflow-card__arrow {
    display: none;
  }

  .workflow-note {
    grid-area: note;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 12px;
    width: 100%;
    max-width: 430px;
    min-height: 0;
    justify-self: center;
    padding: 12px 14px;
    border-radius: 8px;
  }

  .workflow-note__icon {
    width: 54px;
    height: 54px;
    border-radius: 8px;
  }

  .workflow-note__icon svg {
    width: 32px;
    height: 32px;
  }

  .workflow-note strong {
    font-size: 16px;
    line-height: 1.28;
  }

  .workflow-note p > span {
    margin-top: 5px;
    font-size: 13.5px;
    line-height: 1.36;
  }
}

@media (max-width: 370px) {
  .workflow-card {
    grid-template-columns: 38px 48px minmax(0, 1fr);
    column-gap: 10px;
    padding-right: 12px;
  }

  .workflow-card__icon {
    width: 48px;
    height: 48px;
  }

  .workflow-card__icon svg {
    width: 30px;
    height: 30px;
  }
}

/* Screen 3 alignment with the approved screen 4 visual language. */
@media (min-width: 741px) {
  .workflow {
    align-items: center;
    justify-content: flex-start;
  }

  .workflow::before {
    inset: 3.2% -9% -8% 46.5%;
    background: rgba(223, 244, 235, 0.78);
    transform: rotate(-7deg);
  }

  .workflow::after {
    inset: auto -14% -18% 35%;
    height: 31%;
    background: rgba(217, 246, 232, 0.66);
  }

  .workflow .molecule--workflow-map {
    top: -1.4%;
    right: -0.5%;
    width: min(18.7vw, 312px);
    opacity: 0.18;
  }

  .workflow__inner {
    --artboard-width: min(100vw, calc(100svh * 1672 / 941));
    --visual-shift: max(0px, calc((100vw - var(--artboard-width)) * 0.7));
    width: var(--artboard-width);
    margin: 0;
  }

  @supports not (height: 100svh) {
    .workflow__inner {
      --artboard-width: min(100vw, calc(100vh * 1672 / 941));
      width: var(--artboard-width);
    }
  }

  .workflow__copy {
    left: 4.45%;
    top: 6.08%;
    width: 40.8%;
  }

  .workflow .eyebrow {
    gap: 1.08cqw;
    margin: 0 0 1.55cqw;
    color: var(--green);
    font-family: var(--font-body);
    font-size: 1.02cqw;
    font-weight: 820;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .workflow .eyebrow::before {
    flex: 0 0 2.87cqw;
    width: 2.87cqw;
    height: 0.18cqw;
  }

  .workflow h2 {
    max-width: 39.5cqw;
    color: #0b1425;
    font-family: var(--font-body);
    font-size: 3.55cqw;
    font-weight: 800;
    line-height: 1.11;
    letter-spacing: 0;
    transform: scaleX(0.88);
    transform-origin: left top;
  }

  .workflow h2 span {
    color: #008b4f;
  }

  .workflow .lead {
    max-width: 31.5cqw;
    margin-top: 1.55cqw;
    color: rgba(45, 62, 82, 0.86);
    font-family: var(--font-body);
    font-size: clamp(17px, 1.2vw, 22px);
    font-weight: 400;
    line-height: 1.48;
  }

  .workflow__steps {
    left: calc(43.3% + var(--visual-shift, 0px));
    right: auto;
    top: 9.8%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.05cqw;
    width: 52.1%;
    padding: 1.35cqw;
    border: 1px solid rgba(193, 204, 216, 0.72);
    border-radius: 0.8cqw;
    background: rgba(255, 255, 255, 0.74);
    box-shadow:
      0 28px 70px rgba(16, 61, 43, 0.09),
      inset 0 1px 0 rgba(255, 255, 255, 0.9);
  }

  .workflow-card {
    display: grid;
    grid-template-columns: 4.25cqw minmax(0, 1fr);
    grid-template-areas:
      "icon title"
      "icon text";
    align-items: start;
    justify-items: start;
    column-gap: 1.1cqw;
    min-height: 0;
    height: 10.25cqw;
    padding: 1.05cqw 0.95cqw;
    border: 1px solid rgba(7, 84, 61, 0.14);
    border-radius: 0.54cqw;
    background: rgba(255, 255, 255, 0.68);
    box-shadow:
      0 13px 26px rgba(27, 75, 60, 0.055),
      inset 0 1px 0 rgba(255, 255, 255, 0.86);
    overflow: hidden;
    text-align: left;
  }

  .workflow-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 0.2cqw;
    background: linear-gradient(180deg, rgba(0, 121, 67, 0.76), rgba(117, 196, 157, 0.12));
  }

  .workflow-card__number {
    position: absolute;
    top: 0.78cqw;
    right: 0.9cqw;
    width: 2.15cqw;
    height: 2.15cqw;
    color: #008b4f;
    background: rgba(226, 246, 237, 0.88);
    font-size: 0.88cqw;
    font-weight: 820;
  }

  .workflow-card__icon {
    grid-area: icon;
    width: 4.25cqw;
    height: 4.25cqw;
    margin-top: 0;
    border-radius: 0.9cqw;
    color: var(--green);
    background: rgba(226, 246, 237, 0.88);
  }

  .workflow-card__icon img {
    width: 116%;
    height: 116%;
  }

  .workflow-card__icon svg {
    width: 2.18cqw;
    height: 2.18cqw;
    stroke-width: 2.05;
  }

  .workflow-card h3 {
    grid-area: title;
    margin: 0.28cqw 2.7cqw 0 0;
    color: #071326;
    font-family: var(--font-body);
    font-size: clamp(17px, 1.12vw, 20.5px);
    font-weight: 800;
    line-height: 1.22;
    letter-spacing: 0;
  }

  .workflow-card p {
    grid-area: text;
    margin: 0.52cqw 0 0;
    color: rgba(48, 65, 89, 0.86);
    font-family: var(--font-body);
    font-size: clamp(15px, 1.02vw, 18px);
    font-weight: 400;
    line-height: 1.36;
    overflow-wrap: break-word;
  }

  .workflow-card p br {
    display: none;
  }

  .workflow-card__arrow {
    display: none;
  }

  .workflow-note {
    left: 4.45%;
    top: 62%;
    grid-template-columns: 4.25cqw minmax(0, 1fr);
    gap: 1.33cqw;
    width: 35.4cqw;
    min-height: 0;
    padding: 1.05cqw 1.15cqw;
    border: 1px solid rgba(7, 84, 61, 0.14);
    border-radius: 0.54cqw;
    background: rgba(255, 255, 255, 0.68);
    box-shadow:
      0 13px 26px rgba(27, 75, 60, 0.055),
      inset 0 1px 0 rgba(255, 255, 255, 0.86);
  }

  .workflow-note__icon {
    width: 4.25cqw;
    height: 4.25cqw;
    border-radius: 0.9cqw;
    background: rgba(226, 246, 237, 0.88);
  }

  .workflow-note__icon svg {
    width: 2.18cqw;
    height: 2.18cqw;
    stroke-width: 2.05;
  }

  .workflow-note strong {
    color: #071326;
    font-family: var(--font-body);
    font-size: clamp(17px, 1.12vw, 20.5px);
    font-weight: 800;
    line-height: 1.28;
  }

  .workflow-note p > span {
    margin-top: 0.48cqw;
    color: rgba(48, 65, 89, 0.86);
    font-family: var(--font-body);
    font-size: clamp(15.5px, 1.03vw, 19px);
    line-height: 1.36;
  }
}

@media (min-width: 741px) and (max-width: 1366px) {
  .workflow {
    align-items: flex-start;
  }

  .workflow__inner {
    margin: clamp(24px, 3.4svh, 36px) 0 0;
  }
}

@media (min-width: 1121px) and (max-width: 1366px) and (max-height: 820px) {
  .workflow__inner {
    width: min(100vw, 169svh);
    margin: clamp(18px, 2.4svh, 26px) 0 0;
  }
}

@supports not (height: 100svh) {
  @media (min-width: 1121px) and (max-width: 1366px) and (max-height: 820px) {
    .workflow__inner {
      width: min(100vw, 169vh);
    }
  }
}

@media (min-width: 741px) and (max-width: 1120px) {
  .workflow {
    display: block;
    min-height: auto;
    overflow: hidden;
  }

  .workflow::before {
    inset: 12% -38% 18% 36%;
    transform: rotate(-8deg);
  }

  .workflow::after {
    inset: auto -28% -12% 20%;
    height: 28%;
  }

  .workflow .molecule--workflow-map {
    top: -2%;
    right: -8%;
    width: min(38vw, 310px);
    opacity: 0.14;
  }

  .workflow__inner {
    container-type: normal;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "copy"
      "steps"
      "note";
    width: 100%;
    max-width: 960px;
    min-height: auto;
    height: auto;
    aspect-ratio: auto;
    gap: 24px;
    margin: 0 auto;
    padding: calc(var(--np-header-offset) + 56px) clamp(34px, 5vw, 54px) 64px;
  }

  .workflow__copy,
  .workflow__steps,
  .workflow-note {
    position: relative;
    inset: auto;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: none;
    transform: none;
  }

  .workflow__copy {
    grid-area: copy;
    max-width: 720px;
  }

  .workflow .eyebrow {
    gap: 12px;
    margin: 0 0 13px;
    font-size: 14px;
    line-height: 1.2;
  }

  .workflow .eyebrow::before {
    flex: 0 0 36px;
    width: 36px;
    height: 2px;
  }

  .workflow h2 {
    max-width: 700px;
    font-size: clamp(42px, 6vw, 56px);
    line-height: 1.05;
    transform: none;
  }

  .workflow .lead {
    max-width: 700px;
    margin-top: 18px;
    font-size: clamp(18px, 2.2vw, 21px);
    line-height: 1.48;
  }

  .workflow__steps {
    grid-area: steps;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    max-width: 900px;
    margin: 0 auto;
    padding: 14px;
    border-radius: 8px;
  }

  .workflow-card {
    grid-template-columns: 54px minmax(0, 1fr);
    column-gap: 12px;
    min-height: 148px;
    height: auto;
    padding: 14px;
    border-radius: 8px;
  }

  .workflow-card::before {
    width: 3px;
  }

  .workflow-card__number {
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    font-size: 14px;
  }

  .workflow-card__icon {
    width: 54px;
    height: 54px;
    border-radius: 8px;
  }

  .workflow-card__icon svg {
    width: 30px;
    height: 30px;
  }

  .workflow-card h3 {
    margin: 2px 44px 0 0;
    font-size: 18px;
    line-height: 1.22;
  }

  .workflow-card p {
    margin-top: 7px;
    font-size: 15px;
    line-height: 1.36;
  }

  .workflow-note {
    grid-area: note;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 12px;
    max-width: 760px;
    margin: 0 auto;
    padding: 14px;
    border-radius: 8px;
  }

  .workflow-note__icon {
    width: 54px;
    height: 54px;
    border-radius: 8px;
  }

  .workflow-note__icon svg {
    width: 30px;
    height: 30px;
  }

  .workflow-note strong {
    font-size: 18px;
    line-height: 1.24;
  }

  .workflow-note p > span {
    margin-top: 5px;
    font-size: 14.5px;
    line-height: 1.36;
  }
}

@media (min-width: 861px) and (max-width: 1120px) {
  .workflow__inner {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
    grid-template-areas:
      "copy steps"
      "note steps";
    max-width: 1120px;
    gap: 24px clamp(26px, 3.2vw, 42px);
    padding: calc(var(--np-header-offset) + 72px) clamp(42px, 5.4vw, 64px) 58px;
    align-items: center;
  }

  .workflow__copy {
    align-self: end;
    max-width: none;
  }

  .workflow h2 {
    max-width: 430px;
    font-size: clamp(38px, 4.7vw, 48px);
    line-height: 1.06;
  }

  .workflow .lead {
    max-width: 520px;
    margin-top: 18px;
    font-size: clamp(17px, 1.8vw, 19px);
    line-height: 1.46;
  }

  .workflow__steps {
    align-self: center;
    justify-self: center;
    width: 100%;
    margin: 0;
  }

  .workflow-card {
    grid-template-columns: 46px minmax(0, 1fr);
    grid-template-areas:
      "icon num"
      "title title"
      "text text";
    row-gap: 6px;
    min-height: 118px;
    padding: 10px 12px;
    align-content: start;
  }

  .workflow-card__number {
    position: static;
    grid-area: num;
    align-self: start;
    justify-self: end;
    width: 30px;
    height: 30px;
    font-size: 12px;
  }

  .workflow-card__icon {
    width: 42px;
    height: 42px;
  }

  .workflow-card__icon svg {
    width: 22px;
    height: 22px;
  }

  .workflow-card h3 {
    margin: 0;
    font-size: 16px;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .workflow-card p {
    margin-top: 0;
    font-size: 13.5px;
    line-height: 1.34;
  }

  .workflow-note {
    align-self: start;
    justify-self: start;
    margin: 16px 0 0;
  }
}

@media (min-width: 741px) and (max-width: 860px) {
  .workflow__steps {
    grid-template-columns: 1fr;
    gap: 10px;
    max-width: 640px;
    padding: 10px;
  }

  .workflow-card {
    grid-template-columns: 50px minmax(0, 1fr) 40px;
    grid-template-areas:
      "icon title num"
      "icon text num";
    align-items: center;
    align-content: center;
    column-gap: 12px;
    row-gap: 4px;
    min-height: 0;
    padding: 11px 14px;
  }

  .workflow-card__icon {
    width: 50px;
    height: 50px;
  }

  .workflow-card__icon svg {
    width: 26px;
    height: 26px;
  }

  .workflow-card__number {
    align-self: center;
    justify-self: end;
    width: 36px;
    height: 36px;
    font-size: 14px;
  }

  .workflow-card h3 {
    font-size: 19px;
    line-height: 1.18;
    overflow-wrap: normal;
  }

  .workflow-card p {
    font-size: 15.5px;
    line-height: 1.34;
  }
}

@media (max-width: 740px) {
  .workflow .eyebrow {
    color: var(--green);
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 820;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .workflow h2 {
    max-width: 100%;
    color: #0b1425;
    font-family: var(--font-body);
    font-size: clamp(33px, 9.2vw, 42px);
    font-weight: 800;
    line-height: 1.11;
    letter-spacing: 0;
  }

  .workflow h2 span {
    color: #008b4f;
  }

  .workflow .lead {
    max-width: 100%;
    color: rgba(45, 62, 82, 0.86);
    font-family: var(--font-body);
    font-size: 16.5px;
    line-height: 1.48;
  }

  .workflow-card {
    grid-template-columns: 38px minmax(0, 1fr);
    grid-template-areas:
      "icon title"
      "icon text";
    column-gap: 12px;
    padding: 12px 14px;
  }

  .workflow-card__number {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
    font-size: 13px;
  }

  .workflow-card__icon {
    width: 38px;
    height: 38px;
    border-radius: 8px;
  }

  .workflow-card__icon img {
    width: 116%;
    height: 116%;
  }

  .workflow-card__icon svg {
    width: 22px;
    height: 22px;
  }

  .workflow-card h3 {
    margin: 0 42px 0 0;
    color: var(--green);
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.22;
  }

  .workflow-card p {
    margin: 5px 0 0;
    color: var(--muted);
    font-family: var(--font-body);
    font-size: 14px;
    line-height: 1.36;
  }

  .workflow-note {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
  }

  .workflow-note__icon {
    width: 38px;
    height: 38px;
    border-radius: 8px;
  }

  .workflow-note__icon svg {
    width: 22px;
    height: 22px;
  }
}

@media (min-width: 1121px) {
  .workflow__copy {
    left: 4.45%;
    top: 6.08%;
    width: 70%;
  }

  .workflow h2 {
    max-width: 60cqw;
  }

  .workflow .lead {
    max-width: 48cqw;
  }

  .workflow__steps {
    left: 50vw;
    right: auto;
    top: 43.6%;
    width: min(92vw, 1760px);
    transform: translateX(-50%);
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 2.05cqw;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .workflow-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "num"
      "icon"
      "title"
      "text";
    justify-items: center;
    align-content: start;
    width: 100%;
    height: 18.2cqw;
    min-height: 0;
    padding: 1.25cqw 1.05cqw 1.15cqw;
    border-radius: 0.54cqw;
    text-align: center;
  }

  .workflow-card::before {
    content: none;
  }

  .workflow-card__number {
    position: static;
    grid-area: num;
    justify-self: center;
    width: 2.42cqw;
    height: 2.42cqw;
    font-size: 1.03cqw;
  }

  .workflow-card__icon {
    grid-area: icon;
    width: 4.85cqw;
    height: 4.85cqw;
    margin-top: 0.92cqw;
    border-radius: 999px;
  }

  .workflow-card__icon svg {
    width: 3.16cqw;
    height: 3.16cqw;
    stroke-width: 1.7;
  }

  .workflow-card h3 {
    grid-area: title;
    margin: 1.03cqw 0 0;
    color: var(--green);
    font-size: 1.27cqw;
    line-height: 1.22;
    overflow-wrap: normal;
  }

  .workflow-card p {
    grid-area: text;
    margin: 0.8cqw 0 0;
    color: rgba(28, 39, 37, 0.68);
    font-size: 1.03cqw;
    line-height: 1.45;
  }

  .workflow-card p br {
    display: initial;
  }

  .workflow-note {
    left: 50vw;
    top: 79.2%;
    transform: translateX(-50%);
    grid-template-columns: 4.9cqw minmax(0, 1fr);
    gap: 2.35cqw;
    width: min(52vw, 820px);
    padding: 0.98cqw 1.95cqw;
    border-radius: 0.54cqw;
  }

  .workflow-note__icon {
    width: 4.9cqw;
    height: 4.9cqw;
    border-radius: 0.8cqw;
  }

  .workflow-note__icon svg {
    width: 2.75cqw;
    height: 2.75cqw;
    stroke-width: 1.65;
  }

  .workflow-note strong {
    color: var(--green);
    font-size: 1.13cqw;
    line-height: 1.24;
  }

  .workflow-note p > span {
    margin-top: 0.64cqw;
    font-size: 0.93cqw;
    line-height: 1.36;
  }
}
