/*

<section class="hero">
  <div class="hero-container">
    <header>
      <span aria-label="Subtitle" class="subtitle">Subtitle</span>
      <h1 class="main-title">Title</h1>
    </header>
    <div class="section-content-container">
      <p class="hero-paragraph">
        Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque
        efficitur, nisi a facilisis fringilla, nunc nunc aliquet nunc, nec
        tincidunt nunc nunc eget nunc. Donec euismod, nisl eget consectetur
        tincidunt, nisl nunc eget nisi, euismod euismod nisi nisl eget nisi.
      </p>
      <nav>
        <a
          href="/"
          class="button button-padding"
          aria-label="Start building for free"
          >Start building for free</a
        >
        <a
          href="/"
          id="test-button"
          class="button secondary button-padding"
          aria-label="Get a personalized demo"
          >Get a personalized demo</a
        >
      </nav>
    </div>
  </div>
</section>

*/


.pos-theme-light {
  /* --hero-bg-img-url: url("../images/hero-light.avif"); */
  --subtitle-gradient-from: #2173c4;
  --subtitle-gradient-to: #0f7b0a;
}

.pos-theme-dark {
  --subtitle-gradient-from: #3a8dde;
  --subtitle-gradient-to: #38d430;
  /* --hero-bg-img-url: url("../images/hero-dark.avif"); */
}


:root {
  --hero-content-width: 75%;
}

/*
.hero .button {
  border: 1px solid var(--pos-color-button-primary-stroke-normal);
} */

.hero {
  background-image: var(--hero-background-image);
  background-image: image-set(
    var(--hero-background-image) 1x,
    var(--hero-background-image-2x) 2x
    );
  background-color: var(--pos-color-page-background);
  background-size: auto 110%;
  background-repeat: no-repeat;
  background-position: top right;
}

.hero-container {
  min-height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1440px;
  padding: 0px var(--pos-gap-page-content-x-margin);
  margin: 0 auto;
}

.section-content-container {
  display: flex;
  flex-direction: column;
  gap: var(--pos-gap-section-elements);
}

.hero nav {
  align-self: flex-start;
  display: flex;
  gap: 16px;
}

.hero-paragraph {
  width: var(--hero-content-width);
}

/* subtitle */
.subtitle {
  font-size: var(--pos-headline-3);
  font-style: normal;
  font-weight: 700;

  font-family: var(--pos-font-default) !important;
  background: linear-gradient(270deg,
      var(--subtitle-gradient-from, #2173c4) 0%,
      var(--subtitle-gradient-to, #0f7b0a) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*Used only for News-Insights-Blog card titles*/
.subtitle-blue-green {
  font-size: var(--pos-headline-4);
  font-style: normal;
  font-weight: 700;

  font-family: var(--pos-font-default) !important;
  background: linear-gradient(270deg,
      var(--subtitle-gradient-to, #0f7b0a) 0%,
      var(--subtitle-gradient-from, #2173c4) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.subtitle.h4 {
  font-size: var(--pos-headline-4);
}

/* main title */
.main-title {
  color: var(--pos-color-prominent);
  font-size: var(--pos-hero-page-title);
  font-style: normal;
  font-weight: 700;
  padding-bottom: var(--pos-gap-section-title-content);
  width: var(--hero-content-width);
}

.main-title-wide {
  width: 100%;
}

.main-title-svg {
  margin-top: 16px;
  width: var(--hero-content-width);
}

.main-title-svg svg {
  min-height: 70px;
}

.main-title-svg svg path {
  fill: var(--pos-color-prominent);
}

.wide {
  width: 100%;
}

.hero-paragraph {
  color: var(--pos-color-normal);
  font-size: var(--pos-headline-4);
  font-style: normal;
  font-weight: 400;
}

.hero-paragraph-svg {
  color: var(--pos-color-prominent);
  font-size: var(--pos-headline-1);
  font-style: normal;
  font-weight: 700;
}

.hero-paragraph span {
  font-size: var(--pos-headline-2);
}

.hero-paragraph span:nth-of-type(2) {
  background: linear-gradient(270deg, var(--subheader-news-gradient-from, #3A8DDE) 77.74%, var(--subheader-news-gradient-t, #38D430) 89.09%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.community-hero-span-custom {
  background: linear-gradient(269.98deg, #2173C4 49%, #0F7B0A 89.09%) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.hero-hashtag {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  gap: 8px;

  border-radius: var(--pos-corner-panel, 4px);
  background: var(--pos-color-page-background, #000);

  color: var(--pos-color-normal, #374151);

  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.36px;
  text-transform: uppercase;
}


@media (max-width: 768px) {
  .hero-paragraph {
    width: 100%;
  }

  .subtitle {
    align-self: start;
  }

  .main-title-svg svg {
    transform: scale(0.7);
    margin-left: -20%;
  }

  .main-title {
    width: 100%;
  }

  .hero nav {
    flex-direction: column;
    align-self: center;
  }
}

#firstInform {
  background-image: linear-gradient(270deg, var(--subheader-news-gradient-from, #2173c4) 67.54%, var(--subheader-news-gradient-to, #0f7b0a) 99.96%);
  background: linear-gradient(270deg,
      var(--subtitle-gradient-from, #2173c4) 0%,
      var(--subtitle-gradient-to, #0f7b0a) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  margin-block-start: 1.5rem;
  line-height: 1.067em;
  font-family: var(--font-heading);
  display: inline-block;
  animation: glow 1s ease-in-out infinite alternate;

  align-self: auto;
  font-size: var(--Headline-3, 24px);
  font-weight: 700;
  padding-bottom: 10px;
}