@charset "UTF-8";
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.node--type-big-hero {
  margin-bottom: 8rem;
  width: 100%;
  overflow: hidden;
}
.node--type-big-hero .node__content {
  position: relative;
}
@media print, screen and (min-width: 23.4375em) {
  .node--type-big-hero .node__content .field--name-field-header-image {
    height: 62.5rem;
  }
}
@media print, screen and (min-width: 48em) {
  .node--type-big-hero .node__content .field--name-field-header-image {
    height: 83rem;
  }
}
.node--type-big-hero .node__content .field--name-field-header-image img {
  max-width: 100%;
  vertical-align: top;
}
@media print, screen and (min-width: 23.4375em) {
  .node--type-big-hero .node__content .field--name-field-header-image img {
    transform: translate(-50%, 0);
    max-width: none;
    height: 100%;
    margin-left: 50%;
  }
}
.node--type-big-hero .node__content .hero-gradient-helper {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.65) 95%, rgba(0, 0, 0, 0.65) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=0 ); 
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.node--type-big-hero .node__content .hero-text-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5.9rem;
  margin: 0 auto;
  max-width: 65rem;
  padding: 0 1rem;
  text-align: center;
}
.node--type-big-hero .node__content .hero-text-content h1,
.node--type-big-hero .node__content .hero-text-content .field--name-body {
  color: #fff;
}
.node--type-big-hero .node__content .hero-text-content h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 3.6rem;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin-bottom: 1.6rem;
}
.node--type-big-hero .node__content .hero-text-content .field--name-body {
  line-height: 3.2rem;
  margin-bottom: 3.8rem;
}
.node--type-big-hero .node__content .hero-text-content .field--name-field-link a {
  transition: all, 0.2s;
  display: inline-block;
  font-size: 1.4rem;
  color: #08a4ff;
  font-weight: 700;
  padding: 0.7rem 2.6rem;
  border: 0.2rem solid #08a4ff;
}
.node--type-big-hero .node__content .hero-text-content .field--name-field-link a:hover {
  color: #fff;
  background-color: #08a4ff;
}