/* Current Figma Focus layout. Public pages receive this file only when an
 * exact, visible figma_v2 Focus block is present. */
.beyhla-focus.beyhla-focus--figma-v2 {
  min-height: 860px;
}

.beyhla-focus-v2__inner {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-inline: auto;
  min-height: 860px;
  padding-block: 104px;
  width: 1370px;
}

.beyhla-focus-v2__header {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  max-width: 100%;
  text-align: center;
  width: 1133px;
}

.beyhla-focus-v2__eyebrow {
  align-items: center;
  color: var(--beyhla-black);
  display: flex;
  font-size: 18px;
  font-weight: 600;
  gap: 20px;
  justify-content: center;
  letter-spacing: 4px;
  line-height: 27px;
  margin: 0 0 40px;
  max-width: 100%;
  overflow-wrap: anywhere;
  text-transform: uppercase;
  width: 684px;
}

.beyhla-focus-v2__eyebrow::before,
.beyhla-focus-v2__eyebrow::after {
  background: var(--beyhla-black);
  content: "";
  flex: 0 0 70px;
  height: 2px;
}

.beyhla-focus-v2__heading {
  font-family: var(--beyhla-heading-font);
  font-size: 75px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 90px;
  margin: 0;
  overflow-wrap: anywhere;
  text-transform: uppercase;
  width: 100%;
}

.beyhla-focus-v2__heading > span {
  display: block;
}

.beyhla-focus-v2__heading > .is-top {
  color: var(--beyhla-black);
}

.beyhla-focus-v2__heading > .is-bottom {
  color: var(--beyhla-black);
}

.beyhla-focus-v2__intro {
  color: var(--beyhla-black);
  font-size: 18px;
  line-height: 27px;
  margin-top: 36px;
  max-width: 100%;
  overflow-wrap: anywhere;
  width: 809px;
}

.beyhla-focus-v2__intro > :first-child {
  margin-top: 0;
}

.beyhla-focus-v2__intro > :last-child {
  margin-bottom: 0;
}

.beyhla-focus-v2__cards {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 250px));
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.beyhla-focus-v2__cards.has-5-items {
  grid-template-columns: repeat(5, 250px);
}

.beyhla-focus-v2__card {
  background: var(--beyhla-black);
  border-radius: 10px;
  color: var(--beyhla-white);
  display: flex;
  flex-direction: column;
  min-height: 238px;
  min-width: 0;
  padding: 25px;
  width: 250px;
}

.beyhla-focus-v2__icon {
  flex: 0 0 54px;
  height: 54px;
  margin-bottom: 20px;
  width: 54px;
}

.beyhla-focus-v2__icon > img,
.beyhla-focus-v2__icon > picture,
.beyhla-focus-v2__icon > picture > img {
  display: block;
  height: 54px;
  object-fit: contain;
  width: 54px;
}

.beyhla-focus-v2__card-title {
  color: var(--beyhla-white);
  display: block;
  font-family: var(--beyhla-body-font);
  font-size: 18px;
  font-weight: 700;
  hyphens: auto;
  line-height: 27px;
  margin: 0;
  overflow-wrap: anywhere;
}

.beyhla-focus-v2__card-text {
  color: var(--beyhla-white);
  display: block;
  font-size: 16px;
  hyphens: auto;
  line-height: 24px;
  margin-top: 12px;
  overflow-wrap: anywhere;
}

.beyhla-focus-v2__card:not(.has-title) .beyhla-focus-v2__card-text {
  margin-top: 0;
}

@media (max-width: 1417px) {
  .beyhla-focus.beyhla-focus--figma-v2,
  .beyhla-focus-v2__inner {
    min-height: 0;
  }

  .beyhla-focus-v2__inner {
    gap: clamp(42px, 4vw, 50px);
    padding-block: clamp(72px, 7vw, 104px);
    width: calc(100% - 48px);
  }

  .beyhla-focus-v2__heading {
    font-size: clamp(54px, 5.3vw, 75px);
    line-height: 1.2;
  }

  .beyhla-focus-v2__cards,
  .beyhla-focus-v2__cards.has-5-items {
    grid-template-columns: repeat(auto-fit, 250px);
    margin-inline: auto;
    max-width: 810px;
  }
}

@media (max-width: 900px) {
  .beyhla-focus-v2__cards,
  .beyhla-focus-v2__cards.has-5-items {
    max-width: 530px;
  }
}

@media (max-width: 600px) {
  .beyhla-focus-v2__inner {
    gap: 40px;
    padding-block: 62px;
    width: calc(100% - 32px);
  }

  .beyhla-focus-v2__eyebrow {
    font-size: 11px;
    gap: 8px;
    letter-spacing: 0.12em;
    line-height: 18px;
    margin-bottom: 28px;
    text-wrap: balance;
  }

  .beyhla-focus-v2__eyebrow::before,
  .beyhla-focus-v2__eyebrow::after {
    flex-basis: 24px;
  }

  .beyhla-focus-v2__heading {
    font-size: clamp(32px, 10vw, 48px);
  }

  .beyhla-focus-v2__intro {
    font-size: 16px;
    line-height: 24px;
    margin-top: 28px;
  }

  .beyhla-focus-v2__cards,
  .beyhla-focus-v2__cards.has-5-items {
    gap: 18px;
    grid-template-columns: minmax(0, 340px);
    max-width: 340px;
  }

  .beyhla-focus-v2__card {
    justify-content: center;
    max-width: 100%;
    min-height: 94px;
    padding: 20px;
    width: 100%;
  }

  .beyhla-focus-v2__card.has-icon {
    align-content: center;
    column-gap: 16px;
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    grid-template-rows: auto auto;
    row-gap: 0;
  }

  .beyhla-focus-v2__card.has-icon .beyhla-focus-v2__icon {
    align-self: center;
    grid-column: 1;
    grid-row: 1 / span 2;
    margin-bottom: 0;
  }

  .beyhla-focus-v2__card.has-icon .beyhla-focus-v2__card-title,
  .beyhla-focus-v2__card.has-icon .beyhla-focus-v2__card-text {
    grid-column: 2;
  }

  .beyhla-focus-v2__card.has-icon:not(.has-text) .beyhla-focus-v2__card-title,
  .beyhla-focus-v2__card.has-icon:not(.has-title) .beyhla-focus-v2__card-text {
    align-self: center;
    grid-row: 1 / span 2;
  }

  .beyhla-focus-v2__card.has-icon .beyhla-focus-v2__icon:only-child {
    grid-column: 1 / -1;
    grid-row: 1;
    justify-self: center;
  }

  .beyhla-focus-v2__card-title {
    font-size: 16px;
    line-height: 24px;
  }

  .beyhla-focus-v2__card-text {
    font-size: 14px;
    line-height: 21px;
    margin-top: 0;
  }

  .beyhla-focus-v2__card-title br,
  .beyhla-focus-v2__card-text br {
    display: none;
  }
}
