@media only screen and (min-width: 1200px) {
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
img.background {
  width: 100%;
  height: 80%;
  display: block;
}
@media only screen and (min-width: 1200px) {
  img.background {
    display: none;
  }
}
.cta-block {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .cta-block {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .foreground {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 1200px) {
  .foreground {
    position: unset;
    top: unset;
    left: unset;
    width: auto;
    height: auto;
    display: block;
    align-items: unset;
    justify-content: unset;
  }
}
.foreground.shade .cta-content {
  box-shadow: none !important;
}
@media only screen and (min-width: 992px) {
  .foreground.shade {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  }
}
@media only screen and (min-width: 1200px) {
  .foreground.default-spacing {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .foreground.spacing-25px {
    padding: 25px 0px;
  }
  .foreground.spacing-50px {
    padding: 50px 0px;
  }
  .foreground.spacing-100px {
    padding: 100px 0px;
  }
  .foreground.spacing-200px {
    padding: 200px 0px;
  }
}
.cta-content {
  max-width: none !important;
}
.cta-content h1,
.cta-content h2 {
  font-family: 'bely-display';
}
.cta-content h3,
.cta-content h4,
.cta-content h5,
.cta-content h6 {
  font-family: 'neuzeit-grotesk';
}
.cta-content .drop-shadow {
  box-shadow: 5px 5px 10px #222222;
}
.cta-content .std-drop-shadow {
  box-shadow: 2px 4px 4px rgba(15, 15, 15, 0.5);
}
.cta-content .std-large-drop-shadow {
  box-shadow: 6px 8px 16px 0 rgba(15, 15, 15, 0.24);
}
@media only screen and (min-width: 992px) {
  .cta-content {
    color: #000;
    background: #fff;
    box-shadow: 5px 5px 10px #222222;
  }
}
.blurb-content h1,
.blurb-content h2,
.blurb-content h3,
.blurb-content h4,
.blurb-content h5,
.blurb-content h6,
.blurb-content p {
  color: black !important;
}
@media only screen and (min-width: 992px) {
  .blurb-content h1,
  .blurb-content h2,
  .blurb-content h3,
  .blurb-content h4,
  .blurb-content h5,
  .blurb-content h6,
  .blurb-content p {
    color: #FFFFFF !important;
  }
}
.blurb-content h1 {
  font-family: 'bely-display';
}
