#tribe-events-pg-template {
  max-width: 100% !important; }

.about-hero {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden; }
  @media (max-width: 992px) {
    .about-hero {
      padding: 0 15px;
      padding-top: 25px;
      padding-bottom: 25px; } }
  .about-hero .container {
    position: relative;
    z-index: 2; }
  .about-hero .hero-video-wrapper {
    position: relative;
    width: 100%;
    height: 100%; }
  .about-hero .hero-video-wrapper iframe {
    width: 100%;
    height: 450px;
    border-radius: 12px;
    object-fit: cover; }
  .about-hero .about-heading {
    font-size: var(--typo-bg);
    line-height: var(--lh-bg);
    font-weight: var(--fw-bg);
    letter-spacing: var(--ls-bg);
    /* Mobile styles (under 992px) */
    text-align: var(--right);
    background: var(--wave-gradient);
    -webkit-background-clip: text;
    -webkit-text-stroke: 1px transparent;
    text-transform: uppercase;
    padding: 0 5px; }
    @media (max-width: 992px) {
      .about-hero .about-heading {
        font-size: var(--typo-bg-m); } }
    .about-hero .about-heading.wrap-anywhere {
      overflow-wrap: anywhere; }
  .about-hero .img-bxd {
    display: inline-block;
    float: var(--right);
    width: 100%; }
  .about-hero.flpt .img-bxd {
    float: var(--left); }
  @media (min-width: 992px) {
    .about-hero.flpt .about-content {
      padding-left: 20px; }
      [dir="rtl"] .about-hero.flpt .about-content {
        padding-left: null;
        padding-right: 20px; } }
  .about-hero iframe {
    height: 450px; }
  .about-hero .about-content {
    color: var(--white); }
    .about-hero .about-content h1 {
      font-size: var(--typo-title);
      line-height: var(--lh-title);
      font-weight: var(--fw-title);
      letter-spacing: var(--ls-title);
      /* Mobile styles (under 992px) */ }
      @media (max-width: 992px) {
        .about-hero .about-content h1 {
          font-size: var(--typo-title-m); } }
      .about-hero .about-content h1 .highlight {
        color: var(--primary); }
    .about-hero .about-content a a:not(.zk-btn) {
      color: var(--primary); }
    .about-hero .about-content p {
      font-size: var(--typo-text);
      line-height: var(--lh-text);
      font-weight: var(--fw-text);
      letter-spacing: var(--ls-text);
      /* Mobile styles (under 992px) */ }
      @media (max-width: 992px) {
        .about-hero .about-content p {
          font-size: var(--typo-text-m); } }

.hero-video-thumb {
  position: relative;
  cursor: pointer; }

.hero-thumb-img {
  width: 100%;
  display: block;
  border-radius: 25px; }

.hero-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 34px;
  display: flex;
  align-items: center;
  justify-content: center; }

.hero-video-inline.hidden {
  display: none; }
