.cw-hiw-section,
.cw-hiw-section * {
  box-sizing: border-box;
}

.cw-hiw-section {
  --cw-hiw-step-color: #08281C;
  --cw-hiw-line-color: #0C6045;
  --cw-hiw-dot-color: #020A24;
  --cw-hiw-step-hover-color: #114836;
  width: 100%;
  position: relative;
  overflow: visible;
  background: transparent;
}

.cw-hiw-container {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: 80px 24px 82px;
}

.cw-hiw-heading-wrap {
  margin-bottom: 62px;
}

.cw-hiw-title {
  margin: 0 0 14px;
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 0;
  color: #020617;
}

.cw-hiw-subtitle {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16.6px;
  line-height: 24.9px;
  letter-spacing: 0;
  color: #64748B;
}

.cw-hiw-desktop {
  display: block;
  position: relative;
}

.cw-hiw-panels {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 36px;
  min-height: 166px;
  position: relative;
}

.cw-hiw-panels-top {
  align-items: end;
  margin-bottom: 72px;
}

.cw-hiw-panels-bottom {
  align-items: start;
  margin-top: 72px;
}

.cw-hiw-info-panel {
  display: block;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity .32s ease, transform .32s ease, max-height .36s ease, padding .32s ease, border-color .32s ease;
}

.cw-hiw-info-panel.is-active {
  opacity: 1;
  visibility: visible;
  max-height: 340px;
  transform: translateY(0);
  pointer-events: auto;
}

.cw-hiw-panels-top .cw-hiw-info-panel {
  border-bottom: 2px solid transparent;
  padding-bottom: 0;
}

.cw-hiw-panels-top .cw-hiw-info-panel.is-active {
  border-bottom-color: var(--cw-hiw-line-color, #0C6045);
  padding-bottom: 25px;
}

.cw-hiw-panels-bottom .cw-hiw-info-panel {
  border-top: 2px solid transparent;
  padding-top: 0;
}

.cw-hiw-panels-bottom .cw-hiw-info-panel.is-active {
  border-top-color: var(--cw-hiw-line-color, #0C6045);
  padding-top: 25px;
}

.cw-hiw-info-panel h3 {
  margin: 0 0 16px;
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #020A24;
}

.cw-hiw-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cw-hiw-list li {
  position: relative;
  padding-left: 22px;
  margin: 0 0 10px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14.23px;
  line-height: 21.34px;
  letter-spacing: 0;
  color: inherit;
}

.cw-hiw-list li:last-child {
  margin-bottom: 0;
}

.cw-hiw-list li::before {
  content: ">";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: currentColor;
}

.cw-hiw-list strong {
  font-weight: 700;
  color: #020A24;
}

.cw-hiw-info-panel-0 { grid-column: 1 / span 4; }
.cw-hiw-info-panel-1 { grid-column: 1 / span 6; }
.cw-hiw-info-panel-2 { grid-column: 5 / span 4; }
.cw-hiw-info-panel-3 { grid-column: 7 / span 6; }
.cw-hiw-info-panel-4 { grid-column: 9 / span 4; }

.cw-hiw-timeline-wrap {
  position: relative;
  width: 100%;
  overflow: visible;
  z-index: 2;
}

.cw-hiw-timeline {
  width: 100%;
  display: flex;
  align-items: stretch;
  min-height: 136px;
  position: relative;
  isolation: isolate;
  z-index: 2;
}

.cw-hiw-step {
  --arrow-size: 46px;
  appearance: none;
  border: 0;
  outline: none;
  margin: 0 0 0 -34px;
  padding: 0 52px 0 66px;
  min-width: 0;
  flex: 1 1 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFFFFF;
  background-color: var(--cw-hiw-step-color, #08281C);
  cursor: pointer;
  clip-path: polygon(0 0, calc(100% - var(--arrow-size)) 0, 100% 50%, calc(100% - var(--arrow-size)) 100%, 0 100%, var(--arrow-size) 50%);
  transition: background-color .28s ease, transform .28s ease, filter .28s ease, opacity .28s ease;
}

.cw-hiw-step:first-child {
  margin-left: 0;
  clip-path: polygon(0 0, calc(100% - var(--arrow-size)) 0, 100% 50%, calc(100% - var(--arrow-size)) 100%, 0 100%);
  padding-left: 52px;
  z-index: 10;
}

.cw-hiw-step:nth-child(2) { flex-grow: 2.15; z-index: 9; }
.cw-hiw-step:nth-child(3) { flex-grow: 1.12; z-index: 8; }
.cw-hiw-step:nth-child(4) { flex-grow: 1.42; z-index: 7; }
.cw-hiw-step:nth-child(5) { flex-grow: 1.30; z-index: 6; }

.cw-hiw-step:hover,
.cw-hiw-step:focus-visible,
.cw-hiw-step.is-active {
  background-color: var(--cw-hiw-step-hover-color, #114836);
  filter: none;
}

.cw-hiw-step:focus-visible {
  box-shadow: 0 0 0 3px rgba(8, 40, 28, .25);
}

.cw-hiw-step.is-active {
  transform: translateY(-2px);
}

.cw-hiw-step-inner {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  position: relative;
  z-index: 2;
  min-width: 0;
}

.cw-hiw-step-title {
  display: block;
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-size: clamp(16px, 1.08vw, 23px);
  line-height: 1.08;
  letter-spacing: 0;
  color: #FFFFFF;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: manual;
}

.cw-hiw-step-wide .cw-hiw-step-title {
  max-width: 100%;
  text-align: center;
}

.cw-hiw-step-long {
  padding-left: 56px;
  padding-right: 52px;
}

.cw-hiw-step-long .cw-hiw-step-title {
  max-width: 185px;
  font-size: clamp(14px, .94vw, 18px);
  line-height: 1.1;
}

.cw-hiw-step-xlong .cw-hiw-step-title {
  max-width: 178px;
  font-size: clamp(13px, .9vw, 17px);
  line-height: 1.11;
}

.cw-hiw-step-parts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 0.88);
  padding-top: 18px;
}

.cw-hiw-step-parts span {
  min-height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-size: clamp(15px, 1.02vw, 22px);
  line-height: 1;
  color: #FFFFFF;
  position: relative;
  white-space: nowrap;
}

.cw-hiw-step-parts span + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 2px;
  height: 36px;
  transform: translate(-1px, -50%);
  background: rgba(255, 255, 255, 0.88);
}

.cw-hiw-connector-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: visible;
}

.cw-hiw-connector-line {
  position: absolute;
  left: 50%;
  width: 5px;
  height: 52px;
  transform: translateX(-50%);
  background: var(--cw-hiw-dot-color, #020A24);
  border-radius: 999px;
}

.cw-hiw-connector-line::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: var(--cw-hiw-dot-color, #020A24);
}

.cw-hiw-connector-top {
  bottom: 100%;
}

.cw-hiw-connector-top::before {
  top: -11px;
}

.cw-hiw-connector-bottom {
  top: 100%;
}

.cw-hiw-connector-bottom::before {
  bottom: -11px;
}

.cw-hiw-mobile {
  display: none;
}

.cw-hiw-mobile-card {
  border: 1px solid var(--cw-hiw-line-color, #0C6045);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(8, 40, 28, .03);
  margin-bottom: 14px;
}

.cw-hiw-mobile-toggle {
  appearance: none;
  width: 100%;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 18px;
  background: var(--cw-hiw-step-color, #08281C);
  color: #FFFFFF;
  text-align: left;
  cursor: pointer;
  transition: background-color .28s ease;
}

.cw-hiw-mobile-card.is-active .cw-hiw-mobile-toggle,
.cw-hiw-mobile-toggle:hover,
.cw-hiw-mobile-toggle:focus-visible {
  background: var(--cw-hiw-step-hover-color, #114836);
}

.cw-hiw-mobile-toggle strong {
  display: block;
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.15;
}

.cw-hiw-mobile-toggle em {
  display: block;
  margin-top: 7px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-size: 13px;
  line-height: 1.4;
  opacity: .86;
}

.cw-hiw-mobile-toggle i {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .58);
  flex: 0 0 auto;
  position: relative;
}

.cw-hiw-mobile-toggle i::before,
.cw-hiw-mobile-toggle i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 2px;
  background: #FFFFFF;
  transform: translate(-50%, -50%);
  transition: transform .22s ease;
}

.cw-hiw-mobile-toggle i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.cw-hiw-mobile-card.is-active .cw-hiw-mobile-toggle i::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.cw-hiw-mobile-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 18px;
  opacity: 0;
  color: #64748B;
  transition: max-height .36s ease, padding .32s ease, opacity .28s ease;
}

.cw-hiw-mobile-card.is-active .cw-hiw-mobile-content {
  max-height: 560px;
  padding: 18px 18px 22px;
  opacity: 1;
}

.cw-hiw-mobile-content h3 {
  margin: 0 0 12px;
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #020A24;
}

@media (max-width: 1300px) {
  .cw-hiw-step {
    --arrow-size: 40px;
    margin-left: -30px;
    padding-left: 56px;
    padding-right: 42px;
  }

  .cw-hiw-step:first-child {
    padding-left: 40px;
  }

  .cw-hiw-step-title {
    font-size: clamp(15px, 1.1vw, 20px);
  }

  .cw-hiw-step-long .cw-hiw-step-title {
    font-size: clamp(13px, .98vw, 16px);
  }

  .cw-hiw-step-parts span {
    font-size: clamp(14px, 1.06vw, 18px);
  }
}

@media (max-width: 1100px) {
  .cw-hiw-step {
    --arrow-size: 34px;
    margin-left: -25px;
    padding-left: 46px;
    padding-right: 34px;
  }

  .cw-hiw-step-title,
  .cw-hiw-step-long .cw-hiw-step-title,
  .cw-hiw-step-xlong .cw-hiw-step-title {
    font-size: 13px;
    line-height: 1.12;
  }

  .cw-hiw-step-parts span {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .cw-hiw-container {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .cw-hiw-heading-wrap {
    margin-bottom: 32px;
  }

  .cw-hiw-title {
    font-size: 38px;
    line-height: 40px;
  }

  .cw-hiw-subtitle {
    font-size: 15px;
    line-height: 23px;
  }

  .cw-hiw-desktop {
    display: none;
  }

  .cw-hiw-mobile {
    display: block;
  }
}

@media (max-width: 575px) {
  .cw-hiw-container {
    padding: 48px 16px;
  }

  .cw-hiw-title {
    font-size: 34px;
    line-height: 36px;
  }

  .cw-hiw-list li {
    font-size: 14px;
    line-height: 21px;
    padding-left: 19px;
  }
}

/* v1.6.0 - Mobile arrow-step accordion */
@media (max-width: 991px) {
  .cw-hiw-mobile {
    display: grid;
    gap: 14px;
  }

  .cw-hiw-mobile-card {
    border: 0;
    border-radius: 0;
    overflow: visible;
    background: transparent;
    margin-bottom: 0;
  }

  .cw-hiw-mobile-toggle {
    --mobile-arrow-size: 34px;
    min-height: 76px;
    padding: 18px 58px 18px 22px;
    border-radius: 0;
    background: var(--cw-hiw-step-color, #08281C);
    clip-path: polygon(0 0, calc(100% - var(--mobile-arrow-size)) 0, 100% 50%, calc(100% - var(--mobile-arrow-size)) 100%, 0 100%);
    box-shadow: none;
    position: relative;
    transform: translateZ(0);
    transition: background-color .28s ease, transform .28s ease, filter .28s ease;
  }

  .cw-hiw-mobile-card.is-active .cw-hiw-mobile-toggle {
    transform: translateY(-1px);
  }

  .cw-hiw-mobile-toggle:hover,
  .cw-hiw-mobile-toggle:focus-visible,
  .cw-hiw-mobile-card.is-active .cw-hiw-mobile-toggle {
    background: var(--cw-hiw-step-hover-color, #114836);
  }

  .cw-hiw-mobile-toggle:focus-visible {
    outline: 2px solid rgba(8, 40, 28, .28);
    outline-offset: 3px;
  }

  .cw-hiw-mobile-toggle > span {
    min-width: 0;
    max-width: calc(100% - 18px);
  }

  .cw-hiw-mobile-toggle strong {
    font-size: 22px;
    line-height: 1.12;
  }

  .cw-hiw-mobile-toggle em {
    max-width: 92%;
    font-size: 13px;
    line-height: 1.38;
  }

  .cw-hiw-mobile-toggle i {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-color: rgba(255, 255, 255, .72);
    background: rgba(255, 255, 255, .08);
  }

  .cw-hiw-mobile-content {
    margin: 0 16px;
    border-left: 1px solid var(--cw-hiw-line-color, #0C6045);
    border-right: 1px solid var(--cw-hiw-line-color, #0C6045);
    border-bottom: 1px solid var(--cw-hiw-line-color, #0C6045);
    border-radius: 0 0 16px 16px;
    background: rgba(255, 255, 255, .96);
  }

  .cw-hiw-mobile-card.is-active .cw-hiw-mobile-content {
    padding: 18px 18px 22px;
  }
}

@media (max-width: 575px) {
  .cw-hiw-mobile-toggle {
    --mobile-arrow-size: 28px;
    min-height: 70px;
    padding: 16px 48px 16px 18px;
  }

  .cw-hiw-mobile-toggle strong {
    font-size: 20px;
  }

  .cw-hiw-mobile-toggle i {
    width: 28px;
    height: 28px;
    margin-right: 6px;
  }

  .cw-hiw-mobile-content {
    margin-left: 10px;
    margin-right: 10px;
  }
}

/* v1.7.0 - Mobile overflow fix + smoother responsive accordion UX */
@media (max-width: 991px) {
  .cw-hiw-section {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }

  .cw-hiw-container {
    width: 100%;
    max-width: 100%;
    padding-left: clamp(16px, 4.8vw, 28px);
    padding-right: clamp(16px, 4.8vw, 28px);
  }

  .cw-hiw-heading-wrap {
    max-width: 100%;
  }

  .cw-hiw-title,
  .cw-hiw-subtitle {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .cw-hiw-mobile {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    gap: 12px;
  }

  .cw-hiw-mobile-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .cw-hiw-mobile-toggle {
    --mobile-arrow-size: clamp(22px, 7vw, 34px);
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 68px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 28px;
    align-items: center;
    gap: 10px;
    padding: 15px calc(var(--mobile-arrow-size) + 18px) 15px 18px;
    overflow: hidden;
    will-change: background-color, transform;
  }

  .cw-hiw-mobile-toggle > span {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  .cw-hiw-mobile-toggle strong {
    max-width: 100%;
    font-size: clamp(17px, 5vw, 22px);
    line-height: 1.12;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .cw-hiw-mobile-toggle em {
    max-width: 100%;
    font-size: clamp(12px, 3.5vw, 13px);
    line-height: 1.35;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .cw-hiw-mobile-toggle i {
    width: clamp(24px, 7vw, 30px);
    height: clamp(24px, 7vw, 30px);
    margin-right: 0;
    justify-self: end;
  }

  .cw-hiw-mobile-content {
    width: auto;
    max-width: calc(100% - 20px);
    margin: 0 10px;
    overflow: hidden;
    overflow-wrap: anywhere;
  }

  .cw-hiw-mobile-card.is-active .cw-hiw-mobile-content {
    max-height: 900px;
    padding: 16px 16px 20px;
  }

  .cw-hiw-mobile-content h3 {
    font-size: clamp(17px, 4.6vw, 19px);
    overflow-wrap: break-word;
  }

  .cw-hiw-mobile-content .cw-hiw-list,
  .cw-hiw-mobile-content .cw-hiw-list li {
    max-width: 100%;
  }

  .cw-hiw-mobile-content .cw-hiw-list li {
    font-size: clamp(13.5px, 3.85vw, 14.23px);
    line-height: 1.55;
    overflow-wrap: anywhere;
    word-break: normal;
  }
}

@media (max-width: 420px) {
  .cw-hiw-container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .cw-hiw-mobile {
    gap: 10px;
  }

  .cw-hiw-mobile-toggle {
    --mobile-arrow-size: 22px;
    grid-template-columns: minmax(0, 1fr) 24px;
    min-height: 62px;
    gap: 8px;
    padding: 14px 38px 14px 15px;
  }

  .cw-hiw-mobile-toggle strong {
    font-size: 18px;
  }

  .cw-hiw-mobile-toggle em {
    margin-top: 5px;
    font-size: 12px;
  }

  .cw-hiw-mobile-toggle i {
    width: 24px;
    height: 24px;
  }

  .cw-hiw-mobile-content {
    max-width: calc(100% - 14px);
    margin-left: 7px;
    margin-right: 7px;
  }

  .cw-hiw-mobile-card.is-active .cw-hiw-mobile-content {
    padding: 15px 14px 18px;
  }
}

@supports not (overflow: clip) {
  @media (max-width: 991px) {
    .cw-hiw-section {
      overflow-x: hidden;
    }
  }
}

/* v1.8.0 - Mobile no-border content panel + cleaner responsive UX */
@media (max-width: 991px) {
  .cw-hiw-container {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .cw-hiw-heading-wrap {
    margin-bottom: 28px;
  }

  .cw-hiw-mobile {
    gap: 12px;
  }

  .cw-hiw-mobile-card {
    background: transparent;
    border: 0 !important;
    border-radius: 0;
    box-shadow: none;
  }

  .cw-hiw-mobile-toggle {
    border: 0;
    box-shadow: 0 8px 18px rgba(2, 10, 36, .06);
    -webkit-tap-highlight-color: transparent;
  }

  .cw-hiw-mobile-card.is-active .cw-hiw-mobile-toggle {
    box-shadow: 0 10px 22px rgba(2, 10, 36, .08);
  }

  .cw-hiw-mobile-content,
  .cw-hiw-mobile-card.is-active .cw-hiw-mobile-content {
    border: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-top: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }

  .cw-hiw-mobile-content {
    padding-left: 0;
    padding-right: 0;
  }

  .cw-hiw-mobile-card.is-active .cw-hiw-mobile-content {
    padding: 15px 4px 20px 4px;
  }

  .cw-hiw-mobile-content h3 {
    margin-bottom: 10px;
    padding-left: 12px;
  }

  .cw-hiw-mobile-content .cw-hiw-list {
    padding: 0 12px;
  }

  .cw-hiw-mobile-content .cw-hiw-list li {
    margin-bottom: 9px;
    padding-left: 18px;
    color: #64748B;
  }

  .cw-hiw-mobile-content .cw-hiw-list strong {
    color: #020A24;
  }

  .cw-hiw-mobile-toggle i {
    transition: transform .24s ease, background-color .24s ease, border-color .24s ease;
  }

  .cw-hiw-mobile-card.is-active .cw-hiw-mobile-toggle i {
    background: rgba(255, 255, 255, .14);
    transform: rotate(180deg);
  }
}

@media (max-width: 420px) {
  .cw-hiw-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .cw-hiw-mobile-card.is-active .cw-hiw-mobile-content {
    padding: 14px 2px 19px 2px;
  }

  .cw-hiw-mobile-content h3,
  .cw-hiw-mobile-content .cw-hiw-list {
    padding-left: 10px;
    padding-right: 8px;
  }
}

/* v1.9.0 - Client requested thin hover-only connector arrows + mobile UX polish */
.cw-hiw-section {
  --cw-hiw-arrow-thickness: 2px;
  --cw-hiw-arrow-head-size: 12px;
  --cw-hiw-connector-height: 52px;
}

.cw-hiw-connector-line {
  width: var(--cw-hiw-arrow-thickness, 2px) !important;
  height: var(--cw-hiw-connector-height, 52px) !important;
  background: var(--cw-hiw-dot-color, #020A24) !important;
  border-radius: 0 !important;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) scaleY(.72);
  transform-origin: center center;
  transition: opacity .22s ease, visibility .22s ease, transform .22s ease;
}

.cw-hiw-connector-line::before {
  content: "";
  position: absolute;
  left: 50%;
  width: var(--cw-hiw-arrow-head-size, 12px) !important;
  height: var(--cw-hiw-arrow-head-size, 12px) !important;
  background: transparent !important;
  border-radius: 0 !important;
  border: 0 solid var(--cw-hiw-dot-color, #020A24) !important;
  border-top-width: var(--cw-hiw-arrow-thickness, 2px) !important;
  border-right-width: var(--cw-hiw-arrow-thickness, 2px) !important;
}

.cw-hiw-connector-top::before {
  top: 0;
  transform: translate(-50%, -45%) rotate(-45deg) !important;
}

.cw-hiw-connector-bottom::before {
  bottom: 0;
  transform: translate(-50%, 45%) rotate(135deg) !important;
}

.cw-hiw-arrow-mode-hover .cw-hiw-connector-line.is-visible,
.cw-hiw-arrow-mode-active .cw-hiw-connector-line.is-visible,
.cw-hiw-arrow-mode-always .cw-hiw-connector-line {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) scaleY(1);
}

.cw-hiw-arrow-mode-hidden .cw-hiw-connector-line {
  display: none !important;
}

.cw-hiw-step:hover,
.cw-hiw-step:focus-visible,
.cw-hiw-step.is-active,
.cw-hiw-mobile-card.is-active .cw-hiw-mobile-toggle,
.cw-hiw-mobile-toggle:hover,
.cw-hiw-mobile-toggle:focus-visible {
  background-color: var(--cw-hiw-step-hover-color, #08281C) !important;
}

@media (max-width: 991px) {
  .cw-hiw-mobile-toggle {
    grid-template-columns: 46px minmax(0, 1fr) 28px !important;
    gap: 12px !important;
    min-height: 64px !important;
    padding: 14px calc(var(--mobile-arrow-size, 28px) + 18px) 14px 14px !important;
  }

  .cw-hiw-mobile-index {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .62);
    color: #FFFFFF;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: .04em;
    flex: 0 0 auto;
  }

  .cw-hiw-mobile-copy {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
  }

  .cw-hiw-mobile-toggle > span:not(.cw-hiw-mobile-index):not(.cw-hiw-mobile-copy) {
    display: contents;
  }

  .cw-hiw-mobile-toggle i {
    justify-self: end;
  }

  .cw-hiw-mobile-toggle em {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;
  }
}

@media (max-width: 420px) {
  .cw-hiw-mobile-toggle {
    grid-template-columns: 38px minmax(0, 1fr) 24px !important;
    gap: 9px !important;
    min-height: 60px !important;
    padding: 13px 36px 13px 12px !important;
  }

  .cw-hiw-mobile-index {
    width: 32px;
    height: 32px;
    font-size: 11px;
  }
}

/* v2.0.0 - Elementor-widget build: no pink click/active state + stronger button override */
.cw-hiw-section,
.cw-hiw-section * {
  -webkit-tap-highlight-color: transparent;
}

.elementor-widget-cw_how_it_works_process .cw-hiw-section button.cw-hiw-step,
.elementor-widget-cw_how_it_works_process .cw-hiw-section button.cw-hiw-step:hover,
.elementor-widget-cw_how_it_works_process .cw-hiw-section button.cw-hiw-step:active,
.elementor-widget-cw_how_it_works_process .cw-hiw-section button.cw-hiw-step:focus,
.elementor-widget-cw_how_it_works_process .cw-hiw-section button.cw-hiw-step:focus-visible,
.elementor-widget-cw_how_it_works_process .cw-hiw-section button.cw-hiw-step.is-active,
.elementor-widget-cw_how_it_works_process .cw-hiw-section button.cw-hiw-step[aria-selected="true"] {
  background: var(--cw-hiw-step-hover-color, #08281C) !important;
  background-color: var(--cw-hiw-step-hover-color, #08281C) !important;
  color: #FFFFFF !important;
  border-color: transparent !important;
}

.elementor-widget-cw_how_it_works_process .cw-hiw-section button.cw-hiw-step:not(:hover):not(:active):not(:focus):not(:focus-visible):not(.is-active):not([aria-selected="true"]) {
  background: var(--cw-hiw-step-color, #08281C) !important;
  background-color: var(--cw-hiw-step-color, #08281C) !important;
}

.elementor-widget-cw_how_it_works_process .cw-hiw-section .cw-hiw-mobile-toggle,
.elementor-widget-cw_how_it_works_process .cw-hiw-section .cw-hiw-mobile-toggle:hover,
.elementor-widget-cw_how_it_works_process .cw-hiw-section .cw-hiw-mobile-toggle:active,
.elementor-widget-cw_how_it_works_process .cw-hiw-section .cw-hiw-mobile-toggle:focus,
.elementor-widget-cw_how_it_works_process .cw-hiw-section .cw-hiw-mobile-toggle:focus-visible,
.elementor-widget-cw_how_it_works_process .cw-hiw-section .cw-hiw-mobile-card.is-active .cw-hiw-mobile-toggle,
.elementor-widget-cw_how_it_works_process .cw-hiw-section .cw-hiw-mobile-toggle[aria-expanded="true"] {
  background: var(--cw-hiw-step-hover-color, #08281C) !important;
  background-color: var(--cw-hiw-step-hover-color, #08281C) !important;
  color: #FFFFFF !important;
  border-color: transparent !important;
}

.elementor-widget-cw_how_it_works_process .cw-hiw-section .cw-hiw-mobile-toggle:focus,
.elementor-widget-cw_how_it_works_process .cw-hiw-section .cw-hiw-mobile-toggle:focus-visible,
.elementor-widget-cw_how_it_works_process .cw-hiw-section button.cw-hiw-step:focus,
.elementor-widget-cw_how_it_works_process .cw-hiw-section button.cw-hiw-step:focus-visible {
  outline-color: rgba(8, 40, 28, .32) !important;
  box-shadow: 0 0 0 3px rgba(8, 40, 28, .20) !important;
}

@media (max-width: 767px) {
  .elementor-widget-cw_how_it_works_process .cw-hiw-container {
    padding: 48px 20px !important;
  }

  .elementor-widget-cw_how_it_works_process .cw-hiw-title {
    font-size: 26px !important;
    line-height: 1.15 !important;
  }

  .elementor-widget-cw_how_it_works_process .cw-hiw-subtitle,
  .elementor-widget-cw_how_it_works_process .cw-hiw-list li {
    font-size: 15px !important;
  }

  .elementor-widget-cw_how_it_works_process .cw-hiw-mobile-toggle {
    min-height: 56px !important;
  }
}

/* v2.1.0 - thinner full-width desktop timeline + collapsed initial panel state */
.cw-hiw-section {
  --cw-hiw-step-height: 96px;
}

.cw-hiw-section:not(.has-active-panel) .cw-hiw-panels {
  min-height: 0 !important;
}

.cw-hiw-section:not(.has-active-panel) .cw-hiw-panels-top {
  margin-bottom: 24px !important;
}

.cw-hiw-section:not(.has-active-panel) .cw-hiw-panels-bottom {
  margin-top: 24px !important;
}

.cw-hiw-timeline {
  min-height: var(--cw-hiw-step-height, 96px) !important;
  width: 100% !important;
}

.cw-hiw-step {
  min-height: var(--cw-hiw-step-height, 96px) !important;
  background: var(--cw-hiw-step-color, #08281C) !important;
}

.cw-hiw-step:hover,
.cw-hiw-step:focus,
.cw-hiw-step:focus-visible,
.cw-hiw-step:active,
.cw-hiw-step.is-active,
.cw-hiw-mobile-toggle:hover,
.cw-hiw-mobile-toggle:focus,
.cw-hiw-mobile-toggle:focus-visible,
.cw-hiw-mobile-toggle:active,
.cw-hiw-mobile-card.is-active .cw-hiw-mobile-toggle {
  background: var(--cw-hiw-step-hover-color, #08281C) !important;
  background-color: var(--cw-hiw-step-hover-color, #08281C) !important;
  color: #FFFFFF !important;
}

.cw-hiw-step.is-active {
  transform: none !important;
}

.cw-hiw-step-inner {
  gap: clamp(10px, 1.05vw, 16px) !important;
}

.cw-hiw-step-parts {
  border-top-width: 1px !important;
  padding-top: 10px !important;
}

.cw-hiw-step-parts span {
  min-height: 20px !important;
}

.cw-hiw-step-parts span + span::before {
  width: 1px !important;
  height: 26px !important;
}

@media (min-width: 992px) {
  .cw-hiw-step-title {
    font-size: clamp(14px, .98vw, 19px) !important;
    line-height: 1.06 !important;
  }

  .cw-hiw-step-long .cw-hiw-step-title,
  .cw-hiw-step-xlong .cw-hiw-step-title {
    font-size: clamp(12.5px, .82vw, 16px) !important;
    line-height: 1.08 !important;
  }

  .cw-hiw-step-parts span {
    font-size: clamp(13px, .9vw, 17px) !important;
  }
}

@media (max-width: 1100px) and (min-width: 992px) {
  .cw-hiw-section {
    --cw-hiw-step-height: 86px;
  }

  .cw-hiw-step-inner {
    gap: 9px !important;
  }

  .cw-hiw-step-parts {
    padding-top: 8px !important;
  }
}


/* v2.2.0 - stable hover expansion: reserved desktop panel space + no hover jitter */
@media (min-width: 992px) {
  .cw-hiw-section {
    --cw-hiw-panel-reserve-height: 166px;
    --cw-hiw-panel-gap: 72px;
  }

  .cw-hiw-section .cw-hiw-panels,
  .cw-hiw-section:not(.has-active-panel) .cw-hiw-panels {
    min-height: var(--cw-hiw-panel-reserve-height, 166px) !important;
  }

  .cw-hiw-section .cw-hiw-panels-top,
  .cw-hiw-section:not(.has-active-panel) .cw-hiw-panels-top {
    margin-bottom: var(--cw-hiw-panel-gap, 72px) !important;
  }

  .cw-hiw-section .cw-hiw-panels-bottom,
  .cw-hiw-section:not(.has-active-panel) .cw-hiw-panels-bottom {
    margin-top: var(--cw-hiw-panel-gap, 72px) !important;
  }

  .cw-hiw-info-panel {
    will-change: opacity, transform;
    transition: opacity .26s ease, transform .26s ease, padding .26s ease, border-color .26s ease !important;
  }

  .cw-hiw-info-panel.is-active {
    max-height: var(--cw-hiw-panel-reserve-height, 166px) !important;
  }

  .cw-hiw-step,
  .cw-hiw-step:hover,
  .cw-hiw-step:focus,
  .cw-hiw-step:active,
  .cw-hiw-step.is-active {
    transform: none !important;
  }
}

/* v2.3.0 - Keep every desktop/web process panel expanded.
 * Mobile/tablet portrait accordion behavior remains unchanged.
 * The existing desktop design is preserved; only panel visibility is forced open.
 */
@media (min-width: 992px) {
  .cw-hiw-section .cw-hiw-info-panel,
  .cw-hiw-section .cw-hiw-info-panel.is-active {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    max-height: none !important;
    overflow: visible !important;
    transform: none !important;
    pointer-events: auto !important;
  }

  .cw-hiw-section .cw-hiw-panels-top .cw-hiw-info-panel,
  .cw-hiw-section .cw-hiw-panels-top .cw-hiw-info-panel.is-active {
    border-bottom-color: var(--cw-hiw-line-color, #0C6045) !important;
    padding-bottom: 25px !important;
  }

  .cw-hiw-section .cw-hiw-panels-bottom .cw-hiw-info-panel,
  .cw-hiw-section .cw-hiw-panels-bottom .cw-hiw-info-panel.is-active {
    border-top-color: var(--cw-hiw-line-color, #0C6045) !important;
    padding-top: 25px !important;
  }
}

/* v2.3.1 - Keep connector arrow icons visible with all expanded web panels.
 * Applies to desktop, laptop, and tablet landscape layouts only.
 * Mobile/tablet portrait accordion and its toggle icon remain unchanged.
 */
@media (min-width: 992px) {
  .cw-hiw-section:not(.cw-hiw-arrow-mode-hidden) .cw-hiw-connector-line,
  .cw-hiw-section:not(.cw-hiw-arrow-mode-hidden) .cw-hiw-connector-line.is-visible {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(-50%) scaleY(1) !important;
  }
}
