/* media queries */
.component-heroes .slick-track {
  display: flex;
}
.component-heroes .slick-track .slick-slide {
  height: inherit;
}
.component-heroes .slick-wrap {
  position: relative;
}
.component-heroes .slick-wrap > ul {
  padding: 0;
  margin: 0;
  justify-content: center;
}
.component-heroes .slick-wrap > ul > button {
  position: absolute;
  z-index: 9999;
  top: 50%;
}
.component-heroes .slick-wrap > ul > .slick-prev {
  left: 0;
}
.component-heroes .slick-wrap > ul > .slick-next {
  right: 0;
}
.component-heroes .slide-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  border: none;
  background-color: rgba(0, 0, 0, 0.6);
  height: 80px;
  padding: 0 10px;
  transition: all 0.5s;
}
.component-heroes .slide-arrow:focus {
  outline: 0;
}
.component-heroes .slide-arrow:hover {
  cursor: pointer;
  background-color: #000000;
}
.component-heroes .slide-arrow.slide-prev {
  left: 0;
}
.component-heroes .slide-arrow.slide-next {
  right: 0;
}
.component-heroes .slide-arrow::before {
  border-style: solid;
  border-width: 0.2em 0.2em 0 0;
  content: '';
  display: inline-block;
  height: 0.9em;
  left: 0;
  position: relative;
  top: 0;
  vertical-align: top;
  width: 0.9em;
  color: #fff;
}
.component-heroes .slide-arrow.slide-next:before {
  left: 0;
  transform: rotate(45deg);
}
.component-heroes .slide-arrow.slide-prev:before {
  left: 0.25em;
  transform: rotate(-135deg);
}
.component-heroes .slick-dots {
  display: flex;
  position: absolute;
  width: auto;
  justify-content: center;
  margin: 0;
  list-style-type: none;
  bottom: 52px;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 560px) {
  .component-heroes .slick-dots {
    background: transparent;
  }
}
.component-heroes .slick-dots li {
  margin: 0 0.25rem;
}
.component-heroes .slick-dots button {
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #fff;
  border: 2px solid #fff;
  text-indent: -9999px;
}
.component-heroes .slick-dots button:focus {
  outline: 0;
}
.component-heroes .slick-dots button:hover {
  cursor: pointer;
}
.component-heroes .slick-dots li.slick-active button {
  border: 2px solid #fff;
  background-color: #ffc429;
}
.component-hero {
  background: #222222 bottom center no-repeat;
  background-size: cover;
  color: #000;
  margin-bottom: 3rem;
  position: relative;
}
.component-hero:before {
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
}
.component-hero .content-wrap {
  margin: 4rem 0;
  width: 85%;
}
.component-hero .content {
  font-size: 1.3em;
  line-height: 1.3;
  padding-bottom: 2rem;
}
.component-hero .content.hdr-white {
  color: #fff;
}
.component-hero .tagline .line1 {
  font-size: 2.1em;
  font-style: normal;
  font-weight: 700;
}
.component-hero .tagline .line2 {
  font-size: 1.166em;
}
.component-hero .btn {
  background: #ffc429;
  color: #000 !important;
  font-size: 0.9em;
  padding: 0.4em 1em;
  text-transform: none;
}
.component-hero .btn::before,
.component-hero .btn::after {
  content: none;
}
.component-hero::after {
  bottom: 0;
  content: url(../../../img/yellow_diamonds.svg);
  height: 102px;
  position: absolute;
  right: 0;
}
@media (max-width: 992px) {
  .component-hero .content {
    font-size: 1.4em;
  }
  .component-hero .tagline .line1 {
    font-size: 0.858em;
  }
  .component-hero .tagline .line2 {
    font-size: 0.966em;
  }
  .component-hero .btn {
    font-size: 0.8em;
  }
}
@media (max-width: 768px) {
  .component-hero .content {
    font-size: 1.3em;
    padding-bottom: 1.5em;
  }
  .component-hero .tagline .line1 {
    font-size: 0.758em;
  }
  .component-hero .tagline .line2 {
    font-size: 0.866em;
  }
  .component-hero .btn {
    font-size: 0.7em;
  }
}
@media (max-width: 560px) {
  .component-hero .content {
    font-size: 1.2em;
  }
  .component-hero .content-wrap {
    width: 85%;
    margin: 0 auto;
    min-height: 25em;
  }
  .component-hero .content-wrap::after {
    height: 1300px;
    width: 1300px;
    right: -400px;
    left: auto;
    top: auto;
    margin-left: 0;
    bottom: -400px;
  }
  .component-hero .tagline .line1 {
    font-size: 0.658em;
  }
  .component-hero .tagline .line2 {
    font-size: 0.766em;
  }
  .component-hero .btn {
    font-size: 0.7em;
  }
}
/**
 * 
 * THIS IS JUST FOR DEBUGGING
**/
a[href="#tbd"],
a[href=""],
a.btn[href="#tbd"],
a.btn[href=""] {
  color: #f800e9 !important;
}
