/* Hero */
.hero {
  position: relative;
  background-color: var(--cta-color);
}
.hero .responsive-video {
  width: 100%;
  height: auto;
}
.hero .boxV3 {
  background-image: url("../images/data/bg-hero01.png"), url("../images/data/bg-hero02.png"), url("../images/data/bg-hero03.png"), url("../images/data/bg-hero04.png");
  background-position: left 5px top 5px, right 5px top 5px, right 5px bottom 5px, left 5px bottom 5px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 70px, 70px, 70px, 70px;
  position: relative;
  background-color: var(--cta-color);
}
.hero .boxV3 h1,
.hero .boxV3 h2 {
  font-family: var(--font-logo);
}
.hero .boxV3 .line {
  height: 80px;
}
.hero .boxV3 .sDate {
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  width: 150px;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3);
}
.hero .boxV3 .sDate h2 {
  font-family: var(--font-text);
}
.hero .boxV3 .sDate h2 span {
  font-size: 1.1em;
}
@media (min-width: 992px) {
  .hero .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .hero .boxV3 {
    position: absolute;
    height: auto;
    top: 50%;
    left: 50%;
    width: 60%;
    transform: translate(-50%, -50%);
    background-color: rgba(var(--cta-color-rgb), 0.55);
  }
  .hero .boxV3::before, .hero .boxV3::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(var(--primary-color-rgb), 0.55);
    width: calc(100% + 2rem);
    height: calc(100% + 2rem);
    transition: all 0.3s;
  }
  .hero .boxV3::before {
    top: -1.25rem;
    left: -1.25rem;
  }
  .hero .boxV3::after {
    top: -0.75rem;
    left: -0.75rem;
  }
  .hero .boxV3:hover::before, .hero .boxV3:hover::after {
    top: -1rem;
    left: -1rem;
  }
}
@media (min-width: 1200px) {
  .hero .boxV3 {
    width: 55%;
  }
  .hero .scroll-cta {
    bottom: 30px;
  }
}
@media (min-width: 1400px) {
  .hero .boxV3 {
    width: 50%;
  }
  .hero .scroll-cta {
    bottom: 50px;
  }
}
@media (min-width: 1500px) {
  .hero .scroll-cta {
    bottom: 70px;
  }
}
@media (min-width: 1600px) {
  .hero .scroll-cta {
    bottom: 100px;
  }
}/*# sourceMappingURL=style5.css.map */