/**
 * Banking & Financial Services — industry landing page.
 * Namespace: .ftx-bfs
 * FUTUREAXIS design language; unique industry storytelling layouts.
 */

.ftx-bfs {
  --bfs-ink: #141322;
  --bfs-mute: #5a5a6e;
  --bfs-line: rgba(20, 19, 34, 0.12);
  --bfs-line-soft: rgba(255, 255, 255, 0.16);
  --bfs-mist: #f4f2f7;
  --bfs-fog: #f5f6fa;
  --bfs-lavender: #f6f3fb;
  --bfs-white: #fff;
  --bfs-ink-bg: #151126;
  --bfs-ink-2: #1f1836;
  --bfs-brand: var(--theme, #6941c6);
  color: var(--bfs-ink);
}

.ftx-bfs .container.rr-container-1410 {
  max-width: 1220px;
}

.ftx-bfs a {
  text-decoration: none;
}

/* Type */
.ftx-bfs-kicker {
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.ftx-bfs-kicker--brand {
  color: var(--bfs-brand);
}

.ftx-bfs-display {
  margin: 0;
  font-size: clamp(34px, 4.6vw, 52px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--bfs-ink);
}

.ftx-bfs-display--light {
  color: #fff;
}

.ftx-bfs-prose {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.7;
  color: var(--bfs-mute);
}

.ftx-bfs-prose:last-child {
  margin-bottom: 0;
}

.ftx-bfs-prose--narrow {
  max-width: 560px;
  margin-top: 18px;
}

.ftx-bfs-prose--on-dark {
  color: rgba(255, 255, 255, 0.78);
  max-width: 640px;
  margin-top: 22px;
}

.ftx-bfs-textlink {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  font-size: 16px;
  font-weight: 700;
  color: var(--bfs-brand);
}

.ftx-bfs-textlink i {
  font-size: 13px;
  transition: transform 0.2s ease;
}

.ftx-bfs-textlink:hover i {
  transform: translateX(4px);
}

.ftx-bfs-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 28px;
}

.ftx-bfs-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.ftx-bfs-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: #fff;
  color: #fff;
}

.ftx-bfs-band {
  padding: 110px 0;
  content-visibility: auto;
  contain-intrinsic-size: 1px 720px;
}

.ftx-bfs-band--mist {
  background: var(--bfs-mist);
}

.ftx-bfs-band--fog {
  background: var(--bfs-fog);
}

.ftx-bfs-band--white {
  background: var(--bfs-white);
}

.ftx-bfs-band--lavender {
  background: var(--bfs-lavender);
}

.ftx-bfs-band--ink {
  background:
    radial-gradient(circle at 78% 0%, rgba(105, 65, 198, 0.22), transparent 42%),
    linear-gradient(180deg, var(--bfs-ink-bg), var(--bfs-ink-2));
  color: #fff;
}

.ftx-bfs-section-intro {
  margin-bottom: 48px;
}

.ftx-bfs-section-intro--compact {
  margin-bottom: 36px;
}

/* Compact breadcrumb */
.ftx-bfs-bc {
  margin: 0 0 14px;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.72);
  background: none;
  border: 0;
  box-shadow: none;
}

.ftx-bfs-bc a {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 500;
}

.ftx-bfs-bc a:hover {
  color: #fff;
}

.ftx-bfs-bc span:last-child {
  color: #fff;
  font-weight: 600;
}

/* ========== 1. HERO ========== */
.ftx-bfs-hero {
  position: relative;
  min-height: clamp(600px, 68vh, 680px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
}

.ftx-bfs-hero__media,
.ftx-bfs-hero__veil {
  position: absolute;
  inset: 0;
}

.ftx-bfs-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% center;
}

.ftx-bfs-hero__veil {
  background:
    linear-gradient(105deg, rgba(14, 10, 32, 0.94) 0%, rgba(24, 16, 52, 0.78) 46%, rgba(36, 22, 78, 0.4) 100%),
    linear-gradient(180deg, rgba(10, 8, 24, 0.18), rgba(10, 8, 24, 0.72));
}

.ftx-bfs-hero__content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  padding: 130px 0 80px;
}

.ftx-bfs-hero__title {
  margin: 0;
  font-size: clamp(40px, 6vw, 68px);
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -0.035em;
  color: #fff;
}

.ftx-bfs-hero__lead {
  margin: 22px 0 0;
  max-width: 560px;
  font-size: 18px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
}

/* ========== 2. INTRO + PILLARS ========== */
.ftx-bfs-intro {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.ftx-bfs-intro .ftx-bfs-display {
  margin-bottom: 28px;
}

.ftx-bfs-intro__copy {
  max-width: 720px;
  margin: 0 auto 64px;
  text-align: left;
}

/* Editorial pillar rows — horizontal dividers with clear breathing room */
.ftx-bfs-pillars {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 720px;
  margin: 0 auto;
  text-align: left;
  border-top: 1px solid var(--bfs-line);
}

.ftx-bfs-pillars__item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 8px 20px;
  padding: 36px 0;
  border-bottom: 1px solid var(--bfs-line);
}

.ftx-bfs-pillars__item:last-child {
  border-bottom: 1px solid var(--bfs-line);
  padding-bottom: 40px;
}

.ftx-bfs-pillars__icon {
  grid-row: 1 / span 2;
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 40px;
  height: 40px;
  margin: 2px 0 0;
  color: var(--bfs-brand);
  font-size: 18px;
}

.ftx-bfs-pillars__title {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bfs-ink);
}

.ftx-bfs-pillars__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: var(--bfs-mute);
}

/* ========== 3. FEATURE IMAGE GRID ========== */
.ftx-bfs-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.ftx-bfs-feature {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  color: #fff;
}

.ftx-bfs-feature__media,
.ftx-bfs-feature__veil {
  position: absolute;
  inset: 0;
}

.ftx-bfs-feature__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.ftx-bfs-feature__veil {
  background: linear-gradient(180deg, rgba(12, 8, 28, 0.25) 0%, rgba(12, 8, 28, 0.82) 100%);
  transition: background 0.35s ease;
}

.ftx-bfs-feature__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 360px;
  padding: 36px;
  transition: transform 0.35s ease;
}

.ftx-bfs-feature__num {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 12px;
}

.ftx-bfs-feature__title {
  margin: 0 0 12px;
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
}

.ftx-bfs-feature__text {
  margin: 0;
  max-width: 420px;
  font-size: 16px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
}

.ftx-bfs-feature__arrow {
  position: absolute;
  right: 36px;
  bottom: 36px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.3s ease, transform 0.3s ease, background 0.3s ease;
}

.ftx-bfs-feature:hover .ftx-bfs-feature__media img {
  transform: scale(1.06);
}

.ftx-bfs-feature:hover .ftx-bfs-feature__veil {
  background: linear-gradient(180deg, rgba(20, 12, 48, 0.35) 0%, rgba(40, 22, 90, 0.88) 100%);
}

.ftx-bfs-feature:hover .ftx-bfs-feature__body {
  transform: translateY(-6px);
}

.ftx-bfs-feature:hover .ftx-bfs-feature__arrow {
  opacity: 1;
  transform: translateY(0);
  background: rgba(105, 65, 198, 0.45);
}

/* ========== 4. PRIORITIES ========== */
.ftx-bfs-priority {
  margin-top: 8px;
}

.ftx-bfs-priority__row {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr) 48px;
  gap: 24px;
  align-items: center;
  padding: 34px 0;
  border-top: 1px solid var(--bfs-line-soft);
  transition: padding-left 0.25s ease, background 0.25s ease;
}

.ftx-bfs-priority__row:last-child {
  border-bottom: 1px solid var(--bfs-line-soft);
}

.ftx-bfs-priority__row:hover {
  padding-left: 12px;
  background: rgba(255, 255, 255, 0.03);
}

.ftx-bfs-priority__num {
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  color: rgba(255, 255, 255, 0.22);
  transition: color 0.25s ease;
}

.ftx-bfs-priority__row:hover .ftx-bfs-priority__num {
  color: var(--bfs-brand);
}

.ftx-bfs-priority__title {
  display: block;
  margin-bottom: 8px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
}

.ftx-bfs-priority__text {
  display: block;
  max-width: 560px;
  font-size: 17px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.7);
}

.ftx-bfs-priority__go {
  opacity: 0;
  color: #fff;
  font-size: 18px;
  transform: translateX(-6px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.ftx-bfs-priority__row:hover .ftx-bfs-priority__go {
  opacity: 1;
  transform: translateX(0);
}

/* ========== 5. WHY — image-led ========== */
.ftx-bfs-why {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  color: #fff;
}

.ftx-bfs-why__media,
.ftx-bfs-why__veil {
  position: absolute;
  inset: 0;
}

.ftx-bfs-why__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ftx-bfs-why__veil {
  background:
    linear-gradient(100deg, rgba(12, 8, 28, 0.92) 0%, rgba(22, 14, 48, 0.78) 55%, rgba(30, 18, 64, 0.55) 100%);
}

.ftx-bfs-why__content {
  position: relative;
  z-index: 1;
  max-width: 820px;
}

.ftx-bfs-why__statements {
  margin-top: 56px;
  border-top: 1px solid var(--bfs-line-soft);
}

.ftx-bfs-why__item {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 28px;
  padding: 28px 0;
  border-bottom: 1px solid var(--bfs-line-soft);
}

.ftx-bfs-why__label {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bfs-brand);
}

.ftx-bfs-why__text {
  margin: 0;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #fff;
}

/* ========== 6. CAPABILITIES ========== */
.ftx-bfs-caps {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 64px;
  align-items: start;
}

.ftx-bfs-caps__aside {
  margin: 40px 0 0;
  font-size: clamp(28px, 3.5vw, 40px);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: rgba(20, 19, 34, 0.28);
  text-transform: uppercase;
}

.ftx-bfs-caps__list {
  display: block;
}

.ftx-bfs-caps__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 40px;
  gap: 8px 16px;
  padding: 22px 0;
  border-top: 1px solid var(--bfs-line);
  color: inherit;
  transition: padding-left 0.25s ease;
}

.ftx-bfs-caps__row:last-child {
  border-bottom: 1px solid var(--bfs-line);
}

.ftx-bfs-caps__row:hover {
  padding-left: 10px;
}

.ftx-bfs-caps__name {
  grid-column: 1;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--bfs-ink);
}

.ftx-bfs-caps__desc {
  grid-column: 1;
  font-size: 15px;
  line-height: 1.5;
  color: var(--bfs-mute);
}

.ftx-bfs-caps__go {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  color: var(--bfs-brand);
  opacity: 0.35;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.ftx-bfs-caps__row:hover .ftx-bfs-caps__go {
  opacity: 1;
  transform: translateX(4px);
}

/* ========== 7. TALENT ========== */
.ftx-bfs-talent {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 64px;
  align-items: start;
}

.ftx-bfs-talent__media {
  margin: 0;
  overflow: hidden;
}

.ftx-bfs-talent__media img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  display: block;
}

.ftx-bfs-roles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 40px;
  margin-top: 36px;
}

.ftx-bfs-roles__heading {
  margin: 0 0 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--bfs-line);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bfs-brand);
}

.ftx-bfs-roles__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ftx-bfs-roles__list li {
  padding: 10px 0;
  border-bottom: 1px solid var(--bfs-line);
  font-size: 16px;
  line-height: 1.4;
  color: var(--bfs-ink);
}

.ftx-bfs-roles__list li:last-child {
  border-bottom: 0;
}

/* ========== 8. OUTCOMES ========== */
.ftx-bfs-outcomes__row {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 28px;
  align-items: baseline;
  padding: 36px 0;
  border-top: 1px solid var(--bfs-line);
}

.ftx-bfs-outcomes__row:last-child {
  border-bottom: 1px solid var(--bfs-line);
}

.ftx-bfs-outcomes__num {
  font-size: clamp(48px, 7vw, 72px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  color: rgba(105, 65, 198, 0.35);
}

.ftx-bfs-outcomes__title {
  display: block;
  margin-bottom: 8px;
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--bfs-ink);
}

.ftx-bfs-outcomes__text {
  display: block;
  max-width: 520px;
  font-size: 17px;
  line-height: 1.55;
  color: var(--bfs-mute);
}

/* ========== 9. ECOSYSTEM ========== */
.ftx-bfs-eco__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 0;
  border-top: 1px solid var(--bfs-line-soft);
  transition: padding-left 0.25s ease;
}

.ftx-bfs-eco__row:last-child {
  border-bottom: 1px solid var(--bfs-line-soft);
}

.ftx-bfs-eco__row:hover {
  padding-left: 12px;
}

.ftx-bfs-eco__name {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: #fff;
  transition: color 0.25s ease;
}

.ftx-bfs-eco__row:hover .ftx-bfs-eco__name {
  color: var(--bfs-brand);
}

.ftx-bfs-eco__go {
  color: rgba(255, 255, 255, 0.45);
  font-size: 20px;
  transition: color 0.25s ease, transform 0.25s ease;
}

.ftx-bfs-eco__row:hover .ftx-bfs-eco__go {
  color: var(--bfs-brand);
  transform: translateX(6px);
}

/* ========== 10. INSIGHTS ========== */
.ftx-bfs-insights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.ftx-bfs-insights__item {
  color: inherit;
  display: block;
}

.ftx-bfs-insights__media {
  margin: 0 0 18px;
  overflow: hidden;
  aspect-ratio: 16 / 11;
}

.ftx-bfs-insights__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.ftx-bfs-insights__item:nth-child(2) .ftx-bfs-insights__media {
  aspect-ratio: 4 / 5;
  max-height: 280px;
}

.ftx-bfs-insights__item:nth-child(3) .ftx-bfs-insights__media img {
  object-position: 30% center;
}

.ftx-bfs-insights__item:hover .ftx-bfs-insights__media img {
  transform: scale(1.04);
}

.ftx-bfs-insights__title {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--bfs-ink);
}

.ftx-bfs-insights__text {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--bfs-mute);
}

.ftx-bfs-insights__more {
  font-size: 14px;
  font-weight: 700;
  color: var(--bfs-brand);
}

.ftx-bfs-insights__more i {
  margin-left: 6px;
  font-size: 12px;
  transition: transform 0.2s ease;
}

.ftx-bfs-insights__item:hover .ftx-bfs-insights__more i {
  transform: translateX(4px);
}

/* ========== 11. FAQ ========== */
.ftx-bfs-faq-wrap {
  max-width: 860px;
}

.ftx-bfs-faq {
  margin-top: 40px;
}

.ftx-bfs-faq__item {
  border-top: 1px solid var(--bfs-line);
}

.ftx-bfs-faq__item:last-child {
  border-bottom: 1px solid var(--bfs-line);
}

.ftx-bfs-faq__item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  cursor: pointer;
  list-style: none;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: var(--bfs-ink);
}

.ftx-bfs-faq__item summary::-webkit-details-marker {
  display: none;
}

.ftx-bfs-faq__item summary i {
  color: var(--bfs-brand);
  font-size: 14px;
  transition: transform 0.2s ease;
}

.ftx-bfs-faq__item[open] summary i {
  transform: rotate(45deg);
}

.ftx-bfs-faq__item p {
  margin: 0 0 22px;
  max-width: 720px;
  font-size: 16px;
  line-height: 1.65;
  color: var(--bfs-mute);
}

/* ========== 12. CTA (light) ========== */
.ftx-bfs-cta {
  position: relative;
  padding: 110px 0;
  background: var(--bfs-lavender);
  overflow: hidden;
}

.ftx-bfs-cta__glow {
  position: absolute;
  inset: auto -10% -40% 40%;
  height: 70%;
  background: radial-gradient(circle, rgba(105, 65, 198, 0.16), transparent 65%);
  pointer-events: none;
}

.ftx-bfs-cta__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 48px;
  align-items: center;
}

.ftx-bfs-cta__mail {
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  font-size: 16px;
  font-weight: 600;
  color: var(--bfs-ink);
  border-bottom: 1px solid rgba(20, 19, 34, 0.25);
}

.ftx-bfs-cta__mail:hover {
  color: var(--bfs-brand);
  border-bottom-color: var(--bfs-brand);
}

.ftx-bfs-cta__media {
  margin: 0;
  overflow: hidden;
}

.ftx-bfs-cta__media img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  display: block;
}

/* ========== RESPONSIVE ========== */
@media only screen and (max-width: 1199px) {
  .ftx-bfs-band,
  .ftx-bfs-cta {
    padding: 88px 0;
  }

  .ftx-bfs-caps,
  .ftx-bfs-talent,
  .ftx-bfs-cta__grid {
    gap: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .ftx-bfs-pillars__item {
    padding: 32px 0;
  }

  .ftx-bfs-caps,
  .ftx-bfs-talent,
  .ftx-bfs-cta__grid {
    grid-template-columns: 1fr;
  }

  .ftx-bfs-talent__media img {
    min-height: 420px;
  }

  .ftx-bfs-priority__row {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .ftx-bfs-priority__go {
    display: none;
  }

  .ftx-bfs-priority__num {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .ftx-bfs-band,
  .ftx-bfs-cta {
    padding: 72px 0;
  }

  .ftx-bfs-hero__content {
    padding: 110px 0 64px;
  }

  .ftx-bfs-features {
    grid-template-columns: 1fr;
  }

  .ftx-bfs-feature,
  .ftx-bfs-feature__body {
    min-height: 300px;
  }

  .ftx-bfs-pillars__item {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 6px 16px;
    padding: 28px 0;
  }

  .ftx-bfs-roles {
    grid-template-columns: 1fr;
  }

  .ftx-bfs-outcomes__row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .ftx-bfs-eco__name {
    font-size: 26px;
  }

  .ftx-bfs-priority__title {
    font-size: 22px;
  }

  .ftx-bfs-bc {
    font-size: 12px;
  }
}

@media only screen and (max-width: 575px) {
  .ftx-bfs-hero {
    min-height: 560px;
  }

  .ftx-bfs-feature__arrow {
    display: none;
  }

  .ftx-bfs-cta__media img {
    min-height: 260px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ftx-bfs-feature__media img,
  .ftx-bfs-feature__body,
  .ftx-bfs-feature__arrow,
  .ftx-bfs-priority__row,
  .ftx-bfs-eco__row {
    transition: none;
  }
}
