:root {
  --text: #071109;
  --background: #fbfdfb;
  --primary: #4cbd61;
  --secondary: #92dba0;
  --accent: #6cd280;
}

.main.grid {
  padding-block: var(--ns-pad-big);
}

.slogan {
  margin: 0;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1em;
  padding-top: 2rem;
}
.slogan .underline.sql {
  text-decoration-thickness: 2px;
  /*! text-decoration-line: underline; */
  text-decoration-style: wavy;
  text-decoration-color: #49ca49;
  text-underline-offset: 6px;
  background: linear-gradient(120deg, var(--primary), var(--accent));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.grid-card {
  container-name: card;
  container-type: inline-size;
}
.grid-card a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  padding: 1.5rem;
  border-radius: 20px;
  box-sizing: border-box;
  text-decoration: none;
  row-gap: 1em;
  overflow: clip;
  position: relative;
}
.grid-card a section.text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  color: #ffffff;
}
.grid-card a section.text h2.headline {
  align-self: stretch;
  color: #FFF;
  font-family: PPMori, Inter;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  transition: filter 400ms ease-in-out;
}
@media screen and (max-width: 780px) {
  .grid-card a section.text h2.headline {
    filter: drop-shadow(0px 3px 7px black);
    z-index: 1;
  }
}
.grid-card a section.text h3.tagline {
  align-self: stretch;
  color: #FFF;
  font-family: PPMori, Inter;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  margin-top: 1rem;
  width: 20rem;
}
.grid-card a section.text h2 {
  --_h2size: var(--h2size, 1.25rem);
  font-size: var(--_h2size);
}
.grid-card a section.text h3 {
  --_h3size: var(--h3size, 1rem);
  font-size: var(--_h3size);
}
@container (min-width: 600px) {
  .grid-card a section.text h2 {
    --h2size: 2.6875rem;
  }
  .grid-card a section.text h3 {
    --h3size: 1.8125rem;
  }
}
.grid-card a section.link button {
  display: flex;
  padding-inline: 25px;
  justify-content: center;
  border-radius: 40px;
  height: 40px;
  line-height: 40px;
  aspect-ratio: 3/1;
  background: #FFF;
  outline: none;
  border: none;
  color: #000;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  transition: background-color 300ms ease-in-out;
}
.grid-card a section.link button:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

/*# sourceMappingURL=startPage.css.map */
