.hero {
  position: relative;
  background-color: #DBFF26;
  padding: 6.25rem 0 6.25rem;
  overflow-x: hidden;
}
.hero img.hero-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  user-select: none;
  pointer-events: none;
}
.hero wistia-player {
  height: fit-content;
}
.hero.hero-bg {
  min-height: 85vh;
  display: flex;
  align-items: center;
}
.hero.hero-bg .container {
  margin: auto;
}
.hero.full-width-hero {
  padding: 4.25rem 0 2.25rem;
}
.hero .home-hero-form-code {
  display: flex;
  justify-content: center;
  min-height: 18.75rem;
  height: 100%;
}
.hero img.half-width-image {
  border-radius: 16px;
  max-height: 525px;
  width: auto;
}
.hero p,
.hero h1,
.hero h2,
.hero h3,
.hero h4,
.hero h5,
.hero h6,
.hero span {
  color: #000000;
}
.hero .subheading.tag {
  background: #000000;
  color: #DBFF26;
  font-weight: 600;
  padding: 0.5rem 0.75rem;
  width: fit-content;
  border-radius: 3rem;
  margin: 0;
}
.hero .hero-text-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 991px) {
  .hero .hero-text-col {
    gap: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .hero .hero-text-col {
    max-width: 32.875rem;
  }
}
.hero .hero-text-col h5 {
  color: #000000;
}
.hero .hero-text-col ul {
  margin-bottom: 0;
  padding-top: 30px;
  position: relative;
}
.hero .hero-text-col ul:before {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 74px;
  content: ".";
  color: transparent;
  background: #ffffff;
  opacity: 0.16;
  height: 1px;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 575px) {
  .hero .hero-text-col ul:before {
    width: 100%;
  }
}
.hero .hero-text-col ul li {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
}
.hero .hero-text-col ul li p {
  width: 80%;
  margin: 0;
}
.hero .hero-text-col .primary-button {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .hero .hero-text-col .primary-button-container {
    width: 100%;
  }
}
.hero .hero-text-col .secondary-button {
  color: #000000;
  background: #ffffff;
  border-color: #000000;
}
.hero .hero-text-col .home-hero-bottom {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .hero .hero-text-col .home-hero-bottom {
    flex-direction: column;
  }
  .hero .hero-text-col .home-hero-bottom a {
    width: 100%;
  }
}
.hero .hero-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 10px;
}
@media only screen and (max-width: 575px) {
  .hero .hero-text {
    margin-top: 51px;
  }
}
.hero .hero-text .hero-ctas {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 40px;
  margin-top: 24px;
}
@media only screen and (max-width: 575px) {
  .hero .hero-text .hero-ctas {
    flex-direction: column;
    gap: 16px;
  }
  .hero .hero-text .hero-ctas a {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .hero .half-width-image {
    margin-top: 48px;
  }
}
.hero .hero-full-width-image {
  margin-top: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.hero .hero-full-width-image img {
  display: block;
}
@media only screen and (max-width: 575px) {
  .hero .hero-full-width-image {
    margin-top: 73px;
  }
  .hero .hero-full-width-image img {
    object-fit: cover;
    display: none;
  }
}
.hero .hero-image-grid {
  position: relative;
  height: 100%;
  top: 5rem;
  display: grid;
  margin-bottom: 3rem;
  z-index: -1;
}
@media screen and (min-width: 767px) {
  .hero .hero-image-grid {
    top: 2rem;
  }
}
@media screen and (min-width: 991px) {
  .hero .hero-image-grid {
    top: -2rem;
    margin-bottom: 0;
    width: 100%;
  }
}
.hero .hero-image {
  position: relative;
  grid-row-start: 1;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  display: block;
  border: 5px solid #ffffff;
}
.hero .hero-image-1 {
  top: 0;
  left: 0;
  aspect-ratio: 4/6;
  transform: scale(1.2) rotate(-10deg);
}
@media screen and (min-width: 767px) {
  .hero .hero-image-1 {
    top: 5rem;
    left: 4rem;
    max-width: 17rem;
    height: 19rem;
  }
}
@media screen and (min-width: 991px) {
  .hero .hero-image-1 {
    height: 22rem;
  }
}
@media screen and (min-width: 1199px) {
  .hero .hero-image-1 {
    height: 27rem;
  }
}
@media screen and (max-width: 767px) {
  .hero .hero-image-1 {
    max-height: 16rem;
  }
}
.hero .hero-image-2 {
  top: 0;
  z-index: -1;
  aspect-ratio: 4/6;
  transform: scale(1.2) rotate(20deg);
}
@media screen and (min-width: 767px) {
  .hero .hero-image-2 {
    max-width: 13rem;
  }
}
@media screen and (min-width: 991px) {
  .hero .hero-image-2 {
    max-width: 14rem;
    height: 22rem;
  }
}
@media screen and (max-width: 767px) {
  .hero .hero-image-2 {
    max-height: 16rem;
  }
}
.hero .has-two-images {
  margin-top: 7rem;
}
.hero .primary-link {
  color: #DBFF26;
  text-underline-offset: 1px;
}
.hero .primary-link svg {
  transition: all 0.3s ease;
}
.hero .primary-link:hover {
  color: #DBFF26;
}
.hero .primary-link:hover svg {
  transform: translateY(2px);
}
.hero .primary-link:focus {
  color: #DBFF26;
}
.hero .primary-link:active {
  color: #DBFF26;
}
.hero .horizontal-hero-list {
  display: flex;
  padding-top: 2.5rem;
  align-items: flex-start;
  gap: 4rem;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .hero .horizontal-hero-list {
    flex-wrap: wrap;
    gap: 0.75rem;
  }
}
.hero .horizontal-hero-list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 0.75rem;
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .hero .horizontal-hero-list li {
    width: auto;
  }
}
.hero .horizontal-hero-list li svg {
  width: auto;
}
.hero .horizontal-hero-list li p {
  margin: 0;
}
.hero .row, .hero .container {
  z-index: 1;
}

/*# sourceMappingURL=s-hero.css.map */
