.top-mol-bakmv {
  position: absolute;
  left: 0;
  top: 0;
  width: 100dvw;
  height: 100dvh;
  display: flex;
  pointer-events: none;
  overflow: hidden;
}
.top-mol-bakmv .mol-bakmovie {
  width: 100dvw;
  height: 100dvh;
}
@media screen and (max-width: 799px) {
  .top-mol-bakmv .mol-bakmovie {
    scale: 2.5;
  }
}

.top-mol-outer {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100dvw;
  height: 100dvh;
  margin: 0;
  overflow: scroll;
  scroll-behavior: smooth;
}
.top-mol-outer .top-mol-outer-stack {
  position: relative;
  display: flex;
  width: 100dvw;
  height: fit-content;
}
.top-mol-outer .top-mol-outer-stack .top-mol-header {
  width: 100dvw;
  background: white;
  position: fixed !important;
  display: flex;
  flex-direction: row;
  top: 0;
  left: 0;
}
@media screen and (max-width: 799px) {
  .top-mol-outer .top-mol-outer-stack .top-mol-header {
    justify-content: space-between;
    height: clamp(50px, 10dvh, 90px);
  }
}
@media screen and (min-width: 800px) {
  .top-mol-outer .top-mol-outer-stack .top-mol-header {
    justify-content: space-around;
    height: 10dvh;
  }
}
.top-mol-outer .top-mol-outer-stack .top-mol-header .top-mol-logos {
  overflow: hidden;
}
@media screen and (max-width: 799px) {
  .top-mol-outer .top-mol-outer-stack .top-mol-header .top-mol-logos {
    width: 50%;
    height: 90%;
    padding-left: 3%;
  }
}
@media screen and (min-width: 800px) {
  .top-mol-outer .top-mol-outer-stack .top-mol-header .top-mol-logos {
    width: 50%;
    height: 100%;
  }
}
.top-mol-outer .top-mol-outer-stack .top-mol-header .top-mol-logos:hover .top-mol-logo {
  transform: translateY(-100%);
}
.top-mol-outer .top-mol-outer-stack .top-mol-header .top-mol-logos:hover .top-mol-logo#logo-mol {
  opacity: 0;
}
.top-mol-outer .top-mol-outer-stack .top-mol-header .top-mol-logos:hover .top-mol-logo#logo-milv {
  opacity: 1;
}
.top-mol-outer .top-mol-outer-stack .top-mol-header .top-mol-logos .top-mol-logo {
  transition: all 0.5s;
  transform: translateY(0);
}
.top-mol-outer .top-mol-outer-stack .top-mol-header .top-mol-logos .top-mol-logo#logo-mol {
  opacity: 1;
  height: 100%;
  width: auto;
  background-image: url("../../../../media/header-logo-mole-horizontal.avif");
  background-repeat: no-repeat;
  background-size: contain;
  mix-blend-mode: normal;
}
.top-mol-outer .top-mol-outer-stack .top-mol-header .top-mol-logos .top-mol-logo#logo-milv {
  opacity: 0;
  height: 100%;
  width: auto;
  background-image: url("../../../../media/header-logo-milv-horizontal.avif");
  background-repeat: no-repeat;
  background-size: contain;
  mix-blend-mode: normal;
}
.top-mol-outer .top-mol-outer-stack .top-mol-header .top-mol-menu * {
  color: black;
}
@media screen and (max-width: 799px) {
  .top-mol-outer .top-mol-outer-stack .top-mol-header .top-mol-menu {
    justify-content: end;
    padding-right: 5%;
    width: 30%;
    height: 90%;
    display: none;
  }
}
@media screen and (min-width: 800px) {
  .top-mol-outer .top-mol-outer-stack .top-mol-header .top-mol-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    width: 50%;
    height: 100%;
  }
}
.top-mol-outer .top-mol-outer-stack .top-mol-sec {
  width: 100dvw;
  height: 100dvh;
}
.top-mol-outer .top-mol-outer-stack .top-mol-sec * {
  color: white;
}
.top-mol-outer .top-mol-outer-stack .top-mol-sec .text-box {
  position: absolute !important;
  padding-left: 3%;
  padding-right: 3%;
}
@media screen and (max-width: 799px) {
  .top-mol-outer .top-mol-outer-stack .top-mol-sec .text-box {
    width: 60%;
    height: 60%;
  }
  .top-mol-outer .top-mol-outer-stack .top-mol-sec .text-box * {
    color: white;
  }
}
@media screen and (min-width: 800px) {
  .top-mol-outer .top-mol-outer-stack .top-mol-sec .text-box {
    width: 50%;
    height: auto;
    padding-bottom: 2%;
    background: rgba(128, 128, 128, 0.5);
  }
  .top-mol-outer .top-mol-outer-stack .top-mol-sec .text-box * {
    font-size: clamp(11px, 1dvw, 16px);
  }
}
@media screen and (max-width: 799px) {
  .top-mol-outer .top-mol-outer-stack .top-mol-sec .center-side {
    width: 90%;
    height: 80%;
    top: 18%;
  }
}
@media screen and (min-width: 800px) {
  .top-mol-outer .top-mol-outer-stack .top-mol-sec .center-side {
    left: 8%;
    top: 15%;
    width: 84%;
    height: 80%;
    border-radius: 10%;
  }
}
@media screen and (max-width: 799px) {
  .top-mol-outer .top-mol-outer-stack .top-mol-sec .left-down-side {
    left: 8%;
    top: 18%;
  }
}
@media screen and (min-width: 800px) {
  .top-mol-outer .top-mol-outer-stack .top-mol-sec .left-down-side {
    left: 10%;
    bottom: 15%;
    border-radius: 10%;
  }
}
@media screen and (max-width: 799px) {
  .top-mol-outer .top-mol-outer-stack .top-mol-sec .left-up-side {
    left: 8%;
    top: 18%;
  }
}
@media screen and (min-width: 800px) {
  .top-mol-outer .top-mol-outer-stack .top-mol-sec .left-up-side {
    left: 10%;
    top: 15%;
    border-radius: 10%;
  }
}
@media screen and (max-width: 799px) {
  .top-mol-outer .top-mol-outer-stack .top-mol-sec .right-down-side {
    right: 8%;
    top: 18%;
  }
}
@media screen and (min-width: 800px) {
  .top-mol-outer .top-mol-outer-stack .top-mol-sec .right-down-side {
    right: 10%;
    bottom: 15%;
    border-radius: 10%;
  }
}
@media screen and (max-width: 799px) {
  .top-mol-outer .top-mol-outer-stack .top-mol-sec .right-up-side {
    right: 8%;
    top: 18%;
  }
}
@media screen and (min-width: 800px) {
  .top-mol-outer .top-mol-outer-stack .top-mol-sec .right-up-side {
    right: 10%;
    top: 15%;
    border-radius: 10%;
  }
}
.top-mol-outer .top-mol-outer-stack .top-mol-sec .mol-title {
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: clamp(48px, 3%, 60px);
  color: white;
  margin-bottom: 7%;
  margin-top: 4%;
}
@media screen and (max-width: 799px) {
  .top-mol-outer .top-mol-outer-stack #mol-top {
    display: none !important;
  }
}
.top-mol-outer .top-mol-outer-stack .mol-promo {
  aspect-ratio: 16/9;
}
@media screen and (max-width: 799px) {
  .top-mol-outer .top-mol-outer-stack .mol-promo {
    width: clamp(360px, 100%, 799px);
  }
}
@media screen and (min-width: 800px) {
  .top-mol-outer .top-mol-outer-stack .mol-promo {
    width: clamp(560px, 80%, 1080px);
  }
}

.ml-splash {
  width: 100%;
  height: 100%;
  background-color: white;
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  justify-items: center;
  align-content: center;
  display: grid;
  animation-name: mlSlpashAnimation;
  animation-delay: 4s;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.ml-splash .ml-content {
  aspect-ratio: 1;
  background-image: url("../../../../media/mole-animation-noloop.gif");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 800px) {
  .ml-splash .ml-content {
    width: 25%;
  }
}
@media screen and (max-width: 799px) {
  .ml-splash .ml-content {
    width: 50%;
  }
}

@keyframes mlSlpashAnimation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: collapse;
  }
}/*# sourceMappingURL=topMole.css.map */