/* ===========================
   About Us Hero (FULL WIDTH BG)
   =========================== */

.tv3-about-us-hero {
  isolation: isolate;
  min-height: 800px;
  display: grid;
  align-items: center;
  overflow: hidden;

  left: 50%;
  right: 50%;
  width: 100vw;
  max-width: none;
  margin-left: -50vw;
  margin-right: -50vw;
}

.tv3-about-us-hero__content {
  position: relative;
  width: 100%;
  height: 100%;
  padding-inline-start: calc(var(--wp--style--root--padding-left, 0));
  padding-inline-end: calc(var(--wp--style--root--padding-right, 0));
}

.tv3-about-us-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: var(--hero-bg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

/* /* Overlay is disabled */
/* .tv3-about-us-hero__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(
      143% 99.46% at 100% 29.41%,
      rgba(0, 0, 0, 0) 25%,
      rgba(0, 0, 0, 0.15) 40%,
      #000 70%
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
} */

.tv3-about-us-hero__inner {
  margin: auto;
  position: relative;
  z-index: 1;
  max-width: calc(var(--wp--style--global--content-size) + 16px);
  width: 100%;
  padding-top: clamp(40px, 6vw, 80px);
  padding-bottom: clamp(17px, 6vw, 48px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}


.tv3-about-us-hero__title {
  max-width: clamp(340px, 33vw, 560px);
  margin-bottom: 24px;
  font-weight: 400;
  line-height: 1.05;
  font-size: clamp(48px, 6vw, 72px);
  letter-spacing: -2px;
  text-wrap: auto;
}

.tv3-about-us-hero__title:lang(ru) {
  font-size: clamp(32px, 6vw, 56px);
}

.tv3-about-us-hero__excerpt {
  max-width: 440px;
  opacity: 0.6;
  font-size: clamp(14px, 3vw, 16px);
  line-height: clamp(1rem, 4vw, 1.625rem);
}

.tv3-about-us-hero__partners {
  margin-top: 24px
}

.tv3-about-us-hero__partners-label {
  display: inline-flex;
  align-items: center;
  background: var(--wp--preset--color--deep-black);
  height: 40px;
  border-radius: 4px;
  padding: 10px 16px;
  font-size: 1rem;
  letter-spacing: -3%;
  font-weight: 700;
  color: var(--wp--preset--color--white);
}

.tv3-about-us-hero__partners-logos {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  align-items: center;
}

.tv3-about-us-hero__logo {
  height: 40px;
  width: auto;
  object-fit: contain;
}

@media (max-width: 781px) {
  .tv3-about-us-hero {
    margin-right: -16px !important;
    margin-left: -16px !important;
    min-height: fit-content;
    height: auto;
  }

  .tv3-about-us-hero.alignfull > .tv3-about-us-hero__content {
    padding-inline-start: 0;
    padding-inline-end: 0;
  }

  .tv3-about-us-hero__bg {
    position: relative;
    width: 100%;
    height: 320px;
  }

  .tv3-about-us-hero__inner {
    padding-inline-start: 16px;
    padding-inline-end: 16px;
    display: block;
  }
}

@media (max-width: 425px) {
  .tv3-about-us-hero__bg {
    position: relative;
    width: 100%;
    height: 208px;
  }

  .tv3-about-us-hero__partners-label {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .tv3-about-us-hero__partners-logos {
    margin-top: 42px;
    justify-content: space-around;
  }
}
