/**************************/
/* Websima Hero*/
/**************************/

/* hero */
.hero-wrapper {
  position: relative;
}
/* .wrapper--hero::before {
  content: "";
  position: absolute;
  background-color: var(--c-white);
  background-position: bottom left;
  background-size: 100% auto;
  width: 77%;
  height: 2px;
  bottom: 0px;
  right: 0;
  border-radius: 20px;
  z-index: 4;
  transform: translateY(1px);
  background-repeat: no-repeat;
} */
.hero-video-wrap,
.hero-image-wrap {
  /* overflow: hidden; */
  position: relative;

  /* -webkit-clip-path: url(#heroCurve);
  clip-path: url(#heroCurve); */
}
.hero-video-wrap video,
.hero-image-wrap img {
  width: 100%;
  display: block;
  border-radius: 0;
  overflow: hidden;

  border-radius: 4rem 4rem 0 0;
}
/* .hero-video-wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, #000 25%, #0000 25%),
    linear-gradient(-45deg, #000 25%, #0000 25%),
    linear-gradient(45deg, #0000 75%, #000 75%),
    linear-gradient(-45deg, #0000 75%, #000 75%);
  background-size: 4px 4px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0;
  -webkit-clip-path: url(#heroCurve);
  clip-path: url(#heroCurve);
} */
#wave--hero {
  position: absolute;
  left: 0;
  height: min(63rem, 40vw);
  bottom: -1px;
  width: 100%;
  right: 0;
  z-index: 5;
  pointer-events: none;
}
.mobile #wave--hero {
  /* width: 75%; */
}
/**************************/
/* BELOW 360px */
/**************************/
@media (min-width: 22.5em) {
}
/**************************/
/* BELOW 576px */
/**************************/
@media (min-width: 36em) {
}

/**************************/
/* ABOVE 800px */
/**************************/

@media (min-width: 50em) {
  #wave--hero {
    transform: none;
  }
  .hero-video-wrap video,
  .hero-image-wrap img {
    border-radius: 7rem 7rem 0 0 / 8rem 8rem 0 0;
  }
}

/**************************/
/* ABOVE 1024px */
/**************************/
@media (min-width: 64em) {
}
/**************************/
/* ABOVE 1200px */
/**************************/
@media (min-width: 75em) {
}
