.cb27,
.cb27 * {
  box-sizing: border-box;
}

html:has(.cb27),
body:has(.cb27) {
  overflow-x: clip;
}

#section-id-50000001 {
  padding: 0 !important;
  overflow: hidden !important;
}

#section-id-50000001 > .sppb-row-container,
#section-id-50000001 .sppb-row,
#section-id-50000001 #column-wrap-id-50000002,
#section-id-50000001 #column-id-50000002,
#section-id-50000001 .sppb-column-addons,
#section-id-50000001 #sppb-addon-wrapper-50000003,
#section-id-50000001 #sppb-addon-50000003,
#section-id-50000001 .sppb-addon,
#section-id-50000001 .sppb-addon-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

body:has(.cb27) .page-content.builder-container .sppb-section {
  padding: 0 !important;
  overflow: hidden !important;
}

body:has(.cb27) .page-content.builder-container .sppb-row-container,
body:has(.cb27) .page-content.builder-container .sppb-row,
body:has(.cb27) .page-content.builder-container [class*="sppb-col-"],
body:has(.cb27) .page-content.builder-container .sppb-column,
body:has(.cb27) .page-content.builder-container .sppb-column-addons,
body:has(.cb27) .page-content.builder-container .sppb-addon-wrapper,
body:has(.cb27) .page-content.builder-container .sppb-addon,
body:has(.cb27) .page-content.builder-container .sppb-addon-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

.cb27 {
  --cb-accent: #3d7cff;
  --cb-accent-rgb: 61, 124, 255;
  --cb-ink: #080d13;
  --cb-ink-2: #101821;
  --cb-paper: #f6f8fc;
  --cb-line: rgba(25, 39, 56, .14);
  --cb-text: #111a26;
  --cb-muted: #5b6877;
  --cb-yellow: #fff34f;
  color: var(--cb-text);
  background: var(--cb-paper);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  width: 100%;
  margin-left: 0;
  overflow: clip;
}

.cb27 a {
  color: inherit;
  text-decoration: none;
}

.cb27 button {
  font: inherit;
}

.cb27 img {
  display: block;
  max-width: 100%;
}

.cb27-shell {
  width: min(3200px, calc(100% - clamp(32px, 7vw, 280px)));
  margin-inline: auto;
}

.cb27-hero {
  position: relative;
  min-height: clamp(520px, 31vw, 760px);
  color: #fff;
  background: var(--cb-ink) var(--cb-hero) center / cover no-repeat;
  isolation: isolate;
}

.cb27-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgba(6, 10, 15, .28), transparent 32%);
}

.cb27-hero::after,
.cb27-diagnostics::after,
.cb27-process::after {
  content: "";
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(var(--cb-accent-rgb), .9), transparent);
  pointer-events: none;
}

.cb27-hero::after {
  top: 56px;
  left: 0;
  width: min(38vw, 640px);
}

.cb27-hero-inner {
  min-height: inherit;
  display: flex;
  align-items: center;
  padding-block: clamp(42px, 4vw, 70px);
}

.cb27-hero-copy {
  position: relative;
  z-index: 2;
  width: min(43%, 820px);
}

.cb27 h1,
.cb27 h2,
.cb27 h3,
.cb27 p {
  margin-top: 0;
}

.cb27 h1,
.cb27 h2,
.cb27 h3 {
  font-weight: 800;
  letter-spacing: -.035em;
}

.cb27 h1 {
  max-width: 14ch;
  margin-bottom: clamp(22px, 2.2vw, 34px);
  color: #fff;
  font-size: clamp(50px, 3.8vw, 76px);
  line-height: 1.02;
}

.cb27-hero-lead {
  max-width: 640px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .78);
  font-size: clamp(17px, 1.12vw, 22px);
  line-height: 1.5;
}

.cb27-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: clamp(28px, 4vw, 46px);
}

.cb27-hero-proof {
  width: min(100%, 820px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(28px, 2.4vw, 38px);
  border-top: 1px solid rgba(255, 255, 255, .22);
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.cb27-hero-proof > * {
  min-width: 0;
  min-height: 76px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 13px clamp(10px, 1vw, 18px);
  color: rgba(255, 255, 255, .70);
  line-height: 1.25;
}

.cb27-hero-proof > *:first-child {
  padding-left: 0;
}

.cb27-hero-proof > * + * {
  border-left: 1px solid rgba(255, 255, 255, .18);
}

.cb27-hero-proof strong {
  margin-bottom: 5px;
  color: #fff;
  font-size: clamp(15px, .92vw, 18px);
  font-weight: 800;
  letter-spacing: -.015em;
}

.cb27-hero-proof span {
  font-size: clamp(12px, .72vw, 14px);
}

.cb27-hero-proof a {
  color: rgba(255, 255, 255, .70) !important;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}

.cb27-hero-proof a strong,
.cb27-hero-proof a b {
  color: var(--cb-yellow);
}

.cb27-hero-proof a b {
  font-weight: 800;
}

.cb27-hero-proof a:hover,
.cb27-hero-proof a:focus-visible {
  color: #fff !important;
  background: rgba(255, 255, 255, .05);
}

.cb27-btn {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 8px;
  color: #fff !important;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.2;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.cb27-btn:hover,
.cb27-btn:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, .75);
}

.cb27-btn--primary {
  border-color: var(--cb-yellow);
  color: #0a0f15 !important;
  background: var(--cb-yellow);
}

.cb27-btn--dark {
  border-color: #111a26;
  color: #fff !important;
  background: #111a26;
}

.cb27-hero-media {
  display: none;
}

.cb27-hero-media::before {
  content: none;
}

.cb27-device {
  position: relative;
  z-index: 2;
  width: auto;
  height: auto;
  max-width: min(100%, 980px);
  max-height: 690px;
  object-fit: contain;
  filter: drop-shadow(0 42px 38px rgba(0, 0, 0, .55));
}

.cb27-hero-media > .cb27-device {
  width: min(100%, 980px);
}

.cb27-device--photo {
  width: min(100%, 930px);
  border-radius: 18px;
  box-shadow: 0 42px 70px rgba(0, 0, 0, .48);
  mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 100%);
}

.cb27-device-pair {
  position: relative;
  width: min(100%, 960px);
  min-height: 620px;
}

.cb27-device-pair .cb27-device {
  position: absolute;
  width: 66%;
}

.cb27-device-pair .cb27-device:first-child {
  left: 0;
  bottom: 2%;
}

.cb27-device-pair .cb27-device:last-child {
  right: 0;
  top: 2%;
}

.cb27-nav {
  color: rgba(255, 255, 255, .72);
  background: #0d141c;
  border-top: 1px solid rgba(255, 255, 255, .10);
  border-bottom: 1px solid rgba(255, 255, 255, .10);
}

.cb27-nav-inner {
  min-height: 72px;
  display: flex;
  align-items: stretch;
  gap: clamp(20px, 4vw, 64px);
  overflow-x: auto;
  scrollbar-width: none;
}

.cb27-nav-inner::-webkit-scrollbar {
  display: none;
}

.cb27-nav a {
  position: relative;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  padding-inline: 4px;
  font-size: 15px;
  font-weight: 650;
}

.cb27-nav a:first-child,
.cb27-nav a:hover,
.cb27-nav a:focus-visible {
  color: rgb(var(--cb-accent-rgb));
}

.cb27-nav a:first-child::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: rgb(var(--cb-accent-rgb));
}

.cb27-section {
  padding-block: clamp(56px, 5.2vw, 104px);
}

.cb27-section--light {
  color: var(--cb-text);
  background: var(--cb-paper);
}

.cb27-section-heading {
  max-width: 1000px;
  margin-bottom: clamp(30px, 3.5vw, 54px);
}

.cb27-section-heading h2,
.cb27-cta h2 {
  margin-bottom: 14px;
  font-size: clamp(36px, 3vw, 60px);
  line-height: 1.02;
}

#models .cb27-section-heading p {
  display: none;
}

.cb27-section-heading p,
.cb27-cta p {
  max-width: 880px;
  margin-bottom: 0;
  color: var(--cb-muted);
  font-size: clamp(17px, 1.2vw, 23px);
}

.cb27-models {
  display: grid;
  grid-template-columns: repeat(var(--cb-model-count, 3), minmax(0, 1fr));
  border-top: 1px solid var(--cb-line);
  border-bottom: 1px solid var(--cb-line);
}

.cb27-model {
  min-width: 0;
  min-height: clamp(250px, 19vw, 390px);
  display: grid;
  grid-template-columns: minmax(130px, .95fr) minmax(150px, 1fr);
  align-items: center;
  gap: clamp(18px, 2vw, 34px);
  padding: clamp(24px, 2.7vw, 48px);
}

.cb27-model + .cb27-model {
  border-left: 1px solid var(--cb-line);
}

.cb27-model-index {
  display: none;
}

.cb27-model-media {
  height: clamp(170px, 14vw, 280px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cb27-model-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 18px 20px rgba(31, 49, 72, .12));
}

.cb27-model-copy {
  min-width: 0;
}

.cb27-model h3 {
  margin-bottom: 12px;
  font-size: clamp(25px, 1.8vw, 38px);
  line-height: 1.06;
}

.cb27-model p {
  min-height: 2.8em;
  margin-bottom: 24px;
  color: var(--cb-muted);
  font-size: 16px;
}

.cb27-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 5px;
  color: rgb(var(--cb-accent-rgb)) !important;
  border-bottom: 2px solid currentColor;
  font-weight: 750;
}

.cb27-inline-link::after {
  content: "→";
  font-size: 20px;
}

.cb27-diagnostics {
  position: relative;
  color: #fff;
  background: var(--cb-ink-2);
}

.cb27-diagnostics::after {
  top: 44px;
  right: 0;
  width: min(44vw, 820px);
}

.cb27-diagnostics .cb27-section-heading h2,
.cb27-process .cb27-section-heading h2,
.cb27-faq-cta h2 {
  color: #fff;
}

.cb27-diagnostics .cb27-section-heading p,
.cb27-process .cb27-section-heading p,
.cb27-faq-cta p {
  color: rgba(255, 255, 255, .64);
}

.cb27-diagnostic-grid {
  display: grid;
  grid-template-columns: minmax(360px, .8fr) minmax(520px, 1.2fr);
  gap: clamp(28px, 5vw, 82px);
}

.cb27-symptoms {
  display: grid;
  align-content: start;
}

.cb27-symptom {
  width: 100%;
  min-height: 72px;
  display: grid;
  grid-template-columns: 44px 1fr 24px;
  align-items: center;
  gap: 14px;
  padding: 13px 18px;
  color: rgba(255, 255, 255, .88);
  text-align: left;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .18);
  border-bottom: 0;
  cursor: pointer;
}

.cb27-symptom:first-child {
  border-radius: 8px 8px 0 0;
}

.cb27-symptom:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  border-radius: 0 0 8px 8px;
}

.cb27-symptom[aria-pressed="true"] {
  color: rgb(var(--cb-accent-rgb));
  border-color: rgb(var(--cb-accent-rgb));
  background: rgba(var(--cb-accent-rgb), .08);
}

.cb27-symptom svg,
.cb27-result-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cb27-symptom span:nth-child(2) {
  font-weight: 700;
}

.cb27-symptom-arrow {
  color: rgba(255, 255, 255, .5);
  font-size: 23px;
}

.cb27-result {
  min-height: 100%;
  display: grid;
  grid-template-columns: minmax(250px, .88fr) minmax(320px, 1.12fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .20);
  border-radius: 10px;
  background: rgba(2, 7, 12, .5);
}

.cb27-result-media {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  background: #050a10;
}

.cb27-result-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 64%, rgba(2, 7, 12, .66));
  pointer-events: none;
}

.cb27-result-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cb27-result-copy {
  align-self: center;
  padding: clamp(32px, 4vw, 72px);
}

.cb27-result h3 {
  margin-bottom: 16px;
  color: #fff;
  font-size: clamp(29px, 3vw, 54px);
  line-height: 1.06;
}

.cb27-result p {
  max-width: 760px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, .68);
  font-size: clamp(16px, 1.15vw, 22px);
}

.cb27-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--cb-line);
}

.cb27-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  font-size: clamp(15px, 1vw, 19px);
}

.cb27-table th,
.cb27-table td {
  padding: clamp(18px, 2vw, 30px);
  text-align: left;
  border-bottom: 1px solid var(--cb-line);
}

.cb27-table th {
  color: var(--cb-muted);
  font-size: 15px;
  letter-spacing: 0;
  text-transform: none;
}

.cb27-table tr:last-child td {
  border-bottom: 0;
}

.cb27-table td:first-child {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
}

.cb27-service-icon {
  color: rgb(var(--cb-accent-rgb));
}

.cb27-service-icon svg {
  width: 32px;
  height: 32px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cb27-table td:first-child strong {
  font-weight: 700;
}

.cb27-table td:last-child {
  white-space: nowrap;
  font-weight: 800;
}

.cb27 .byn {
  width: .72em;
  height: .92em;
  display: inline-block;
  margin-left: .12em;
  vertical-align: -.08em;
  background: currentColor;
  -webkit-mask: url("/img/byn-mask.png") center / contain no-repeat;
  mask: url("/img/byn-mask.png") center / contain no-repeat;
}

.cb27-process {
  position: relative;
  color: #fff;
  background: #0c141d;
}

.cb27-process::after {
  top: 42px;
  left: 0;
  width: min(56vw, 900px);
}

.cb27-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .18);
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.cb27-step {
  position: relative;
  min-height: 210px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 24px;
  padding: clamp(26px, 3vw, 52px);
}

.cb27-step + .cb27-step {
  border-left: 1px solid rgba(255, 255, 255, .18);
}

.cb27-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -7px;
  width: 14px;
  height: 14px;
  border-top: 2px solid rgb(var(--cb-accent-rgb));
  border-right: 2px solid rgb(var(--cb-accent-rgb));
  transform: translateY(-50%) rotate(45deg);
  background: #0c141d;
  z-index: 2;
}

.cb27-step strong {
  color: rgb(var(--cb-accent-rgb));
  font-size: clamp(48px, 5vw, 90px);
  font-weight: 600;
  line-height: 1;
}

.cb27-step span {
  color: rgba(255, 255, 255, .86);
  font-size: clamp(16px, 1.2vw, 22px);
  font-weight: 700;
}

.cb27-faq-cta {
  color: #fff;
  background: var(--cb-ink);
}

.cb27-faq-cta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid rgba(255, 255, 255, .20);
}

.cb27-faq-block,
.cb27-cta {
  padding: clamp(34px, 5vw, 84px);
}

.cb27-cta {
  border-left: 1px solid rgba(255, 255, 255, .20);
  background: linear-gradient(145deg, rgba(var(--cb-accent-rgb), .12), transparent 68%);
}

.cb27-faq-list {
  display: grid;
  margin-top: 30px;
}

.cb27-faq {
  border-top: 1px solid rgba(255, 255, 255, .20);
}

.cb27-faq:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .20);
}

.cb27-faq summary {
  position: relative;
  padding: 20px 42px 20px 0;
  color: rgba(255, 255, 255, .92);
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.cb27-faq summary::-webkit-details-marker {
  display: none;
}

.cb27-faq summary::after {
  content: "+";
  position: absolute;
  top: 17px;
  right: 4px;
  color: rgb(var(--cb-accent-rgb));
  font-size: 25px;
  font-weight: 400;
}

.cb27-faq[open] summary::after {
  content: "−";
}

.cb27-faq p {
  max-width: 780px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, .64);
}

.cb27-contact-address {
  margin-top: 26px;
  color: rgba(255, 255, 255, .82) !important;
}

.cb27-related {
  margin-top: 38px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, .20);
}

.cb27-related strong {
  display: block;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, .58);
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.cb27-related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
}

.cb27-related a {
  color: rgba(255, 255, 255, .88);
  border-bottom: 1px solid rgba(var(--cb-accent-rgb), .7);
}

@media (min-width: 2200px) {
  .cb27-hero-copy {
    width: min(41%, 1120px);
  }
}

@media (max-width: 1180px) {
  .cb27-hero-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cb27-hero-proof > * {
    min-height: 66px;
  }

  .cb27-hero-proof > :nth-child(3) {
    border-left: 0;
  }

  .cb27-hero-proof > :nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, .14);
  }

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

  .cb27-model + .cb27-model {
    border-left: 0;
  }

  .cb27-model:nth-child(even) {
    border-left: 1px solid var(--cb-line);
  }

  .cb27-model:nth-child(n + 3) {
    border-top: 1px solid var(--cb-line);
  }

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

  .cb27-step:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .18);
  }

  .cb27-step:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, .18);
  }

  .cb27-step:nth-child(2)::after,
  .cb27-step:nth-child(4)::after {
    content: none;
  }
}

@media (max-width: 900px) {
  .cb27-hero {
    min-height: 0;
    background: var(--cb-ink);
  }

  .cb27-diagnostic-grid,
  .cb27-faq-cta-grid {
    grid-template-columns: 1fr;
  }

  .cb27-hero-inner {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    padding: 46px 0 0;
  }

  .cb27-hero-copy {
    width: min(100% - 40px, 760px);
    margin-inline: auto;
    padding-bottom: 36px;
  }

  .cb27-hero-media {
    width: 100%;
    min-height: 0;
    display: block;
    aspect-ratio: 2.5 / 1;
    background: var(--cb-hero) center / cover no-repeat;
  }

  .cb27-hero-media > * {
    display: none !important;
  }

  .cb27-device-pair {
    min-height: 420px;
  }

  .cb27-cta {
    border-top: 1px solid rgba(255, 255, 255, .20);
    border-left: 0;
  }
}

@media (max-width: 620px) {
  .cb27-shell {
    width: min(100% - 20px, 100%);
  }

  .cb27-hero-inner {
    padding-top: 42px;
  }

  .cb27 h1 {
    max-width: none;
    font-size: clamp(42px, 12.2vw, 58px);
  }

  .cb27-hero-lead {
    font-size: 17px;
  }

  .cb27-btn {
    width: 100%;
  }

  .cb27-hero-proof {
    margin-top: 26px;
  }

  .cb27-hero-proof > * {
    min-height: 64px;
    padding: 11px 10px;
  }

  .cb27-hero-proof > *:first-child {
    padding-left: 4px;
  }

  .cb27-hero-proof strong {
    font-size: 15px;
  }

  .cb27-hero-proof span {
    font-size: 12px;
  }

  .cb27-hero-media {
    min-height: 215px;
    aspect-ratio: auto;
    background-position: 68% center;
  }

  .cb27-device-pair {
    min-height: 290px;
  }

  .cb27-nav-inner {
    min-height: 60px;
  }

  .cb27-section {
    padding-block: 66px;
  }

  .cb27-section-heading h2,
  .cb27-cta h2 {
    font-size: 38px;
  }

  .cb27-models,
  .cb27-steps {
    grid-template-columns: 1fr;
  }

  .cb27-model:nth-child(even),
  .cb27-step + .cb27-step {
    border-left: 0;
  }

  .cb27-model + .cb27-model,
  .cb27-model:nth-child(n + 3),
  .cb27-step + .cb27-step {
    border-top: 1px solid var(--cb-line);
  }

  .cb27-model-index {
    margin-bottom: 28px;
  }

  .cb27-model {
    min-height: 0;
    grid-template-columns: minmax(110px, .85fr) 1fr;
    gap: 18px;
    padding: 24px 14px;
  }

  .cb27-model-media {
    height: 150px;
  }

  .cb27-model h3 {
    font-size: 23px;
  }

  .cb27-model p {
    min-height: 0;
    font-size: 14px;
  }

  .cb27-inline-link {
    font-size: 14px;
  }

  .cb27-diagnostic-grid {
    gap: 22px;
  }

  .cb27-result {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .cb27-result-media {
    min-height: clamp(250px, 58vw, 410px);
  }

  .cb27-result-media::after {
    background: linear-gradient(180deg, transparent 66%, rgba(2, 7, 12, .72));
  }

  .cb27-result-copy {
    padding: 28px 24px 34px;
  }

  .cb27-result h3 {
    font-size: 31px;
  }

  .cb27-step {
    min-height: 150px;
  }

  .cb27-step::after {
    content: none !important;
  }

  .cb27-faq-block,
  .cb27-cta {
    padding: 26px 20px;
  }
}

.cb27 section[id] {
  scroll-margin-top: clamp(96px, 7vw, 128px);
}

@media (prefers-reduced-motion: reduce) {
  .cb27 *,
  .cb27 *::before,
  .cb27 *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
