<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------------------*\
    Large Hero CSS
\*------------------------------------*/

.lg-hero {
  background-size: cover;
  background-position: center;
  min-height: 749px;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  z-index: -1;
}

.lg-hero-content-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 1;
}

.lg-hero_headline {
  max-width: 80%;
  margin: 0 0 20px 0;
}

.lg-hero_headline h1 {
  color: #fff;
  line-height: 1.0em;
}

.lg-hero-description {
  max-width: 80%;
  color:#fff;
  margin: 0 0 30px 0;
}

.hero-cta-1 {
  float: left;
  background: var(--primary-green);
  border: 2px solid var(--primary-green);
  padding: 8px 22px;
  color: var(--screen-black);
  margin: 0 20px 0 0;
  border-radius: 6px;
  text-align: center;
  min-width: 162px;
  font-size: 14px;
  font-weight: 600;
}

.hero-cta-1:hover {
  float: left;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.hero-cta-2 {
  background: transparent;
	border: 2px solid #fff;
	padding: 8px 22px;
	color: #fff;
	margin: 0 10px 0 0;
	border-radius: 6px;
	text-align: center;
	min-width: 162px;
  font-size: 14px;
  font-weight: 600;
}

.hero-cta-2:hover {
  background: var(--primary-green);
  border: 2px solid var(--primary-green);
  color: var(--screen-black);
}

.cta-button {
	float: left;
}

.cta-button a {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8em;
}


.lg-hero.bltr:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 749px;
  background: transparent linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(255,255,255,1) 100%) 0% 0% no-repeat padding-box;
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
  opacity: .7;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.lg-hero.brtl:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 749px;
  background: transparent linear-gradient(315deg, rgba(0,0,0,1) 0%, rgba(255,255,255,1) 100%) 0% 0% no-repeat padding-box;
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
  opacity: .7;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.lg-hero.b2t:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 749px;
  background: transparent linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,1) 100%) 0% 0% no-repeat padding-box;
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
  opacity: .7;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.lg-hero.t2b:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 749px;
  background: transparent linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(255,255,255,1) 100%) 0% 0% no-repeat padding-box;
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
  opacity: .7;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}


@media screen and (min-width: 1241px) {

}


@media screen and (max-width: 1240px) and (min-width: 1025px) {

  .lg-hero-content-container {
    margin: 0 20px 0 7%;
  }

  .lg-hero_headline {
    max-width: 80%;
    margin: 0 0 20px 0;
  }

  .lg-hero-description {
      max-width: 50%;
      color: #fff;
      margin: 0 0 30px 0;
  }


}


@media screen and (max-width: 1024px) and (min-width: 769px) {

  .lg-hero-content-container {
    margin: 0 20px 0 7%;
  }

  .lg-hero_headline {
    max-width: 75%;
    margin: 0 0 20px 0;
  }

  .lg-hero-description {
      max-width: 75%;
      color: #fff;
      margin: 0 0 30px 0;
  }

}


@media screen and (max-width: 768px) and (min-width: 481px) {

  .lg-hero-content-container {
    margin: 0 20px 0 7%;
  }

}

@media screen and (max-width: 480px) {

  .lg-hero_headline {
    max-width: 90%;
    margin: 0 0 20px 0;
  }

  .lg-hero_headline h1 {
    color: #fff;
    line-height: 1.0em;
    font-size: 36px
  }

  .lg-hero-content-container {
    margin: 0 20px 0 20px;
  }

  .lg-hero-description {
    max-width: 95%;
    color: #fff;
    margin: 0 0 30px 0;
  }

  .hero-cta-1 {
    float: left;
    background: var(--primary-green);
    border: 2px solid var(--primary-green);
    padding: 8px 22px;
    color: var(--screen-black);
    margin: 0 20px 0 0;
    border-radius: 6px;
    text-align: center;
    min-width: 162px;
    font-size: 14px;
    font-weight: 600;
    margin: 0 20px 20px 0;
  }

  .lg-hero {
    background-size: cover;
    background-position: center;
    min-height: 550px;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
  }

  .lg-hero.brtl:after {
    height: 550px;
  }
  .lg-hero.bltr:after {
    height: 550px;
  }
  .lg-hero.b2t:after {
    height: 550px;
  }
  .lg-hero.t2b:after {
    height: 550px;
  }

}
</pre></body></html>