@charset "UTF-8";
/* Colors */
.gray {
  background-color: #D9D9D9;
}

.darkgray {
  background-color: #161616;
}

.lightgray {
  background-color: #f4f2f3;
}

.black {
  background-color: #000;
}

.white {
  background-color: #fff;
}

.blue {
  background-color: #182841;
}

.red {
  background-color: #BB2649;
}

.darkred {
  background-color: #560b1d;
}

.lightred {
  background-color: #f11f56;
}

.yellow {
  background-color: #E2B703;
}

.featured-video-text {
  padding: 2rem 2rem;
}

@media (min-width: 48rem) {
  .featured-video-text {
    padding: 3rem 2rem;
  }
}

@media (min-width: 81.25rem) {
  .featured-video-text {
    padding: 4rem 2rem;
  }
}

@media (min-width: 112.5rem) {
  .featured-video-text {
    padding: 5rem 2rem;
  }
}

.hero-action-text .teaser {
  font-family: acumin-pro, sans-serif;
  line-height: 1.5;
  font-size: 1.125rem;
  text-align: left;
  font-weight: 300;
}

.hero-action-text .teaser p {
  margin-bottom: 1rem;
}

.hero-action-text .teaser p:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 48rem) {
  .hero-action-text .teaser p {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 81.25rem) {
  .hero-action-text .teaser {
    font-size: 1.2rem;
  }
  .hero-action-text .teaser p {
    margin-bottom: 1.4rem;
  }
}

@media (min-width: 100rem) {
  .hero-action-text .teaser p {
    margin-bottom: 1.6rem;
  }
}

@media (min-width: 112.5rem) {
  .hero-action-text .teaser p {
    margin-bottom: 1.8rem;
  }
}

.hero-action-text h2, .featured-video-text, .coalition-block-text {
  font-family: "acumin-variable", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  font-variation-settings: "slnt" 0, "wdth" 50, "wght" 800;
}

@media (min-width: 48rem) {
  .hero-action-text h2, .featured-video-text, .coalition-block-text {
    font-size: 2rem;
  }
}

@media (min-width: 81.25rem) {
  .hero-action-text h2, .featured-video-text, .coalition-block-text {
    font-size: 2.25rem;
  }
}

@media (min-width: 100rem) {
  .hero-action-text h2, .featured-video-text, .coalition-block-text {
    font-size: 2.5rem;
  }
}

@media (min-width: 112.5rem) {
  .hero-action-text h2, .featured-video-text, .coalition-block-text {
    font-size: 2.75em;
  }
}

.hero {
  width: 100%;
  text-align: center;
  padding: 2rem;
  background: #161616;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.4;
  min-height: 400px;
  display: grid;
  align-items: center;
}

@media (min-width: 48rem) {
  .hero {
    padding: 4rem;
    font-size: 1.4rem;
    line-height: 1.5;
    min-height: 500px;
  }
}

.hero.action-hero {
  padding: 0;
  min-height: 450px;
}

.hero-wrap {
  width: 100%;
  max-width: 64rem;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}

.hero a {
  color: #E2B703;
}

.hero .highlight {
  background: #E2B703;
  color: #000;
  display: inline-block;
  padding: .25rem 1rem;
  margin: 0.5rem 0 0 0;
}

@media (min-width: 48rem) {
  .hero .highlight {
    margin: 1.5rem 0 0 0;
    font-size: 120%;
  }
}

.hero p {
  margin-bottom: .75rem;
}

.hero-image {
  position: absolute;
  left: 0;
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  z-index: 1;
  background-position: center bottom;
  background-size: cover;
  mix-blend-mode: screen;
  opacity: .8;
}

@media (min-width: 48rem) {
  .hero-image {
    height: 500px;
  }
}

@media (min-width: 81.25rem) {
  .hero-image {
    height: 500px;
    background-size: contain;
  }
}

.hero-action {
  height: 100%;
}

.hero-action-wrap {
  background-repeat: none;
  background-position: bottom right;
  background-size: contain;
  height: 100%;
}

@media (min-width: 64rem) {
  .hero-action-wrap {
    display: grid;
    grid-template-rows: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}

.hero-action-photo {
  height: auto;
}

@media (min-width: 64rem) {
  .hero-action-photo {
    height: 100%;
    padding: 0;
    min-height: 400px;
  }
}

@media (min-width: 81.25rem) {
  .hero-action-photo {
    min-height: 450px;
  }
}

@media (min-width: 112.5rem) {
  .hero-action-photo {
    min-height: 600px;
  }
}

.hero-action-photo-img {
  width: 100%;
  height: 1px;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  z-index: 1;
  background-position: center center;
  background-size: cover;
}

@media (min-width: 48rem) {
  .hero-action-photo-img {
    padding-bottom: 70%;
  }
}

@media (min-width: 64rem) {
  .hero-action-photo-img {
    height: 100%;
    background-position: center bottom;
  }
}

.hero-action-text {
  text-align: left;
  padding: 1.5rem;
}

@media (min-width: 64rem) {
  .hero-action-text {
    padding: 8rem 5rem 6rem 4rem;
  }
}

.hero-action-text h2 {
  color: #fff;
}

.hero-action-text h2 em {
  color: #E2B703;
  font-style: normal;
}

.hero-action-text .teaser {
  display: block;
  margin: 3rem 0 0 0;
}

.signup {
  text-align: left;
  margin: 1rem 0 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
}

@media (min-width: 48rem) {
  .signup {
    margin: 1rem 0 0;
  }
}

.signup-form-fields {
  width: 100%;
  list-style: none;
  padding-left: 0;
}

@media (min-width: 48rem) {
  .signup-form-fields {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: center;
    width: 100%;
  }
}

.signup-form-field {
  position: relative;
  text-align: left;
  width: 100%;
  margin-bottom: .25rem;
}

.signup-form-field-email {
  position: relative;
  background: #fff;
  padding: 1rem;
  display: block;
  width: 100%;
  border: none;
  border-radius: 5px !important;
  font-size: 90%;
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  transition: all .3s ease-in-out;
  cursor: pointer;
  -webkit-appearance: none;
}

@media (min-width: 48rem) {
  .signup-form-field-email {
    font-size: 90%;
    height: 62px;
  }
}

@media (min-width: 48rem) {
  .signup-form-field {
    margin-right: .25rem;
    margin-bottom: 0;
  }
}

.signup-form-submit {
  position: relative;
  background: #E2B703;
  color: #094D36;
  padding: 1rem;
  display: block;
  padding: 1rem 1.5rem;
  width: 100%;
  border-radius: 5px;
  border: none;
  font-family: "acumin-variable", sans-serif;
  text-transform: uppercase;
  font-variation-settings: "slnt" 0, "wdth" 50, "wght" 800;
  font-size: 100%;
  transition: all .15s ease-in-out;
  cursor: pointer;
  -webkit-appearance: none;
}

.signup-form-submit:hover {
  background: #094D36;
  color: #E2B703;
}

@media (min-width: 48rem) {
  .signup-form-submit {
    font-size: 110%;
    height: 62px;
  }
}

.signup-form-success {
  text-align: center;
  padding: 1em;
  margin: 1rem 0 0 0;
  font-size: 125%;
}

@media (min-width: 48rem) {
  .signup-form-success {
    margin: 0;
  }
}

.signup-form-success h3 {
  text-transform: uppercase;
  color: #E2B703;
  line-height: 1;
}

.form .error {
  -moz-box-shadow: inset 0 -.25em 0 #c51244;
  -webkit-box-shadow: inset 0 -.25em 0 #c51244;
  box-shadow: inset 0 -.25em 0 #c51244;
  background: #fff0f4;
  color: #c51244;
  position: relative;
}

form strong.error {
  background: #900;
  padding: .2em .5em .3em;
  display: block;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 1.5em;
  z-index: 9999;
  font-size: .8em;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0;
}

form strong.error:after {
  height: 0;
  width: 0;
  margin-left: -6px;
  content: " ";
  position: absolute;
  left: 15px;
  top: 100%;
  border-color: rgba(153, 0, 0, 0);
  border: solid transparent;
  pointer-events: none;
  border-top-color: #900;
  border-width: 6px;
}

.error-msg .error {
  box-shadow: none;
  background: none;
  font-size: .8rem;
  text-transform: uppercase;
  font-weight: 700;
  padding: .5rem 0;
}

/* ---- Placeholder Text Equalizer ---- */
form input:-moz-placeholder {
  opacity: 1;
}

form input::-moz-placeholder {
  opacity: 1;
}

form input:-ms-input-placeholder {
  color: #555;
}

form input::-webkit-input-placeholder {
  color: #555;
}

form input:hover:-ms-input-placeholder {
  color: #ffffff;
}

form input:hover::-webkit-input-placeholder {
  color: #ffffff;
}

form input:focus:-ms-input-placeholder {
  color: #4e4e4e;
}

form input:focus::-webkit-input-placeholder {
  color: #4e4e4e;
}

form textarea:-moz-placeholder {
  opacity: 1;
}

form textarea::-moz-placeholder {
  opacity: 1;
}

form textarea:-ms-input-placeholder {
  color: #555;
}

form textarea::-webkit-input-placeholder {
  color: #555;
}

form textarea:hover:-ms-input-placeholder {
  color: #414141;
}

form textarea:hover::-webkit-input-placeholder {
  color: #414141;
}

form textarea:focus:-ms-input-placeholder {
  color: #4e4e4e;
}

form textarea:focus::-webkit-input-placeholder {
  color: #4e4e4e;
}

.featured-video {
  background: #094D36;
  padding: 1.5rem;
  border-top: 5px solid #E2B703;
}

@media (min-width: 48rem) {
  .featured-video {
    padding: 2.5rem;
  }
}

@media (min-width: 64rem) {
  .featured-video {
    padding: 5rem;
  }
}

@media (min-width: 48rem) {
  .featured-video-grid {
    max-width: 100rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: center;
    margin: 0 auto;
  }
}

.featured-video-item {
  padding: 0;
  width: 100%;
  background: transparent;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
}

@media (min-width: 48rem) {
  .featured-video-item {
    flex: 1 1 60%;
  }
}

.featured-video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.featured-video-container::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}

.featured-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.featured-video-text {
  text-align: left;
  padding: 0 1rem 0 0;
  color: #E2B703;
}

@media (min-width: 48rem) {
  .featured-video-text {
    padding: 0 1.5rem 0 0;
    flex: 1 1 40%;
  }
}

.featured-video-text em {
  color: #fff;
  font-style: normal;
}

.coalition-block {
  background-color: #fff;
}

.coalition-block-wrap {
  max-width: 81.25rem;
  margin: 0 auto;
  padding: 2rem 1rem;
  text-align: center;
  color: #fff;
  font-size: 1.1rem;
}

@media (min-width: 81.25rem) {
  .coalition-block-wrap {
    padding: 4rem;
  }
}

@media (min-width: 48rem) {
  .coalition-block-grid {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: initial;
    column-gap: 4rem;
  }
}

.coalition-block-grid .text_field {
  width: 100%;
  color: #000;
  text-align: left;
}

.coalition-block-grid .text_field p {
  margin-bottom: 1rem;
}

@media (min-width: 48rem) {
  .coalition-block-grid .text_field {
    width: 50%;
  }
}

.coalition-block-text {
  display: block;
  margin-bottom: 1rem;
  color: #E2B703;
}

@media (min-width: 48rem) {
  .coalition-block-text {
    margin-bottom: 2rem;
  }
}

.partners {
  width: 100%;
}

.partners-wrap {
  padding: 1.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
}

@media (min-width: 48rem) {
  .partners-wrap {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}

@media (min-width: 81.25rem) {
  .partners-wrap {
    padding: 0;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }
}

.partners-item {
  padding: 1.5rem;
  display: flex !important;
  align-items: center;
  height: 200px;
}

.partners-item-img {
  width: 100%;
  height: auto;
  max-height: 150px;
}

.slick-dots {
  list-style: none;
  margin: 1rem auto 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.slick-dots li {
  padding: .25rem;
}

.slick-dots li button {
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
  border-radius: 50%;
  background: #f4f2f3;
  border: 0;
  outline: 0;
  color: transparent;
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.slick-dots li button:hover {
  background: #094D36;
}

.slick-dots li.slick-active button {
  background: #E2B703;
}

#fsHeaderImage {
  display: none !important;
}
