/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Oct 31 2022 | 14:19:27 */
.hero-section {
  min-height: 100vh;
  width: 100%;
  position: relative;
  z-index: 2;
  color: #fff;
  font-family: "Helvetica Neue", sans-serif;
  padding-left: 3.5416666667vw;
  padding-right: 3.5416666667vw;
  display: flex;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  z-index: 2;
  background-color: #03020E;
  overflow: hidden;
}
.hero-section .shape-wrapper, .hero-section .shape-wrapper-1 {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  width: 100%;
}
.hero-section .shape-wrapper-1 {
  z-index: 2390;
}
.hero-section .shape-wrapper {
  background: #fff var(--shape);
  z-index: 2400;
  background-size: 100px;
  background-position: 50%;
  background-repeat: no-repeat;
  mix-blend-mode: screen;
}
.hero-section .video-frame-wrap, .hero-section .video-frame-wrap::before, .hero-section .video-frame-wrap .frame-item, .hero-section .video-frame-wrap .frame-item span, .hero-section .hero-vignette {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.hero-section .hero-vignette {
  width: 800px;
  height: 800px;
  margin: 0 auto;
  border-radius: 50%;
  z-index: -1;
  box-shadow: inset 0 0 70px 320px rgba(0, 0, 0, 0.5);
  pointer-events: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(4.5);
}
.hero-section .video-frame-wrap {
  z-index: -2;
  -webkit-mask-size: var(--mask-size);
  mask-size: var(--mask-size);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.hero-section .video-frame-wrap::before {
  content: "";
  z-index: 3;
  background-color: #000;
  opacity: 0.2;
}
.hero-section .video-frame-wrap span {
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-section .text-content {
  width: 100%;
  position: relative;
}
.hero-section .text-content .title {
  font-size: 64px;
  line-height: 63px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-weight: bold;
	margin:0;
}

.hero-section .text-content .title-xxl {
  font-size: 13.0208333333vw;
  line-height: 0.8em;
  font-weight: bold;
  margin:0;
}



@media only screen and (max-width: 991.98px) {
  .hero-section .text-content .title-xxl {
    font-size: 15vw;
	  line-height: 0.9em;
  }
		.hero-section .text-content .title.ani-title, .hero-section .text-content .title.ani-title-last {
	font-size: 8vw;
		line-height: 0.9em;
}
}

.hero-section .text-content .title-xxl span {
  display: block;
}
.hero-section .text-content .title-xxl span .o-text {
  position: relative;
  display: inline-block;
  color: transparent;
}
.hero-section .text-content .title-xxl span .o-text svg {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
}
.hero-section .text-content .title-xxl .text-wrap {
  white-space: nowrap !important;
}

.hero-section .text-content {
  opacity: 0;
}
