/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.header-video {
  position: relative;
  padding: 100px 0;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 769px) {
    .header-video {
      padding: 0 0 27px 0;
      min-height: 460px;
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; } }
  .header-video__figure {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .header-video__figure img, .header-video__figure video {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .header-video__content {
    position: relative;
    z-index: 12;
    margin-top: 30px; }
  .header-video__heading {
    font-size: 55px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 0;
    line-height: 130%; }
    @media (max-width: 769px) {
      .header-video__heading {
        font-size: 35px;
        line-height: 120%; } }
  .header-video__text {
    font-size: 55px;
    font-weight: 300;
    color: #fff;
    font-family: "Gelion", Helvetica, Arial, sans-serif;
    line-height: 130%;
    margin-bottom: 30px; }
    @media (max-width: 769px) {
      .header-video__text {
        font-size: 35px;
        line-height: 120%; } }
  .header-video--text-center {
    text-align: center; }
  .header-video__overlay {
    background-color: #000;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9; }
  .header-video__cta {
    text-align: center;
    margin-top: 16px; }
  .header-video .button--transparent, .header-video .button--ghost {
    color: #fff; }
    .header-video .button--transparent:hover, .header-video .button--ghost:hover {
      color: #f7f7f7; }
  .header-video .button--transparent:hover {
    color: #212121; }


/*# sourceMappingURL=style-index.css.map*/