html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

@media screen and (min-width: 1281px) {
  html {
    -ms-overflow-style: none; /* IE, Edge(Legacy) */
    scrollbar-width: none; /* Firefox */
  }
}

@media screen and (min-width: 1281px) {
  body::-webkit-scrollbar {
    display: none; /* Chrome, Edge, Safari, Opera */
  }
}

@keyframes beeswing {
  0% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
@keyframes beemove {
  0% {
    left: 0;
    transform: translateX(-100%);
  }
  100% {
    left: calc(100% - 80px);
    transform: translateX(100%);
  }
}
@keyframes evo1 {
  0% {
    top: 0;
    left: calc((1 - 1) * 15% + 5%);
  }
  20% {
    top: -35%;
    left: calc((1 - 1) * 15% + 13%);
  }
  40% {
    top: -36%;
    left: calc((1 - 1) * 15% + 14%);
  }
  60% {
    top: -35%;
    left: calc((1 - 1) * 15% + 15%);
  }
  100% {
    top: 0;
    left: calc((1 - 1) * 15% + 20%);
  }
}
@keyframes evo2 {
  0% {
    top: 0;
    left: calc((2 - 1) * 15% + 5%);
  }
  20% {
    top: -35%;
    left: calc((2 - 1) * 15% + 13%);
  }
  40% {
    top: -36%;
    left: calc((2 - 1) * 15% + 14%);
  }
  60% {
    top: -35%;
    left: calc((2 - 1) * 15% + 15%);
  }
  100% {
    top: 0;
    left: calc((2 - 1) * 15% + 20%);
  }
}
@keyframes evo3 {
  0% {
    top: 0;
    left: calc((3 - 1) * 15% + 5%);
  }
  20% {
    top: -35%;
    left: calc((3 - 1) * 15% + 13%);
  }
  40% {
    top: -36%;
    left: calc((3 - 1) * 15% + 14%);
  }
  60% {
    top: -35%;
    left: calc((3 - 1) * 15% + 15%);
  }
  100% {
    top: 0;
    left: calc((3 - 1) * 15% + 20%);
  }
}
@keyframes evo4 {
  0% {
    top: 0;
    left: calc((4 - 1) * 15% + 5%);
  }
  20% {
    top: -35%;
    left: calc((4 - 1) * 15% + 13%);
  }
  40% {
    top: -36%;
    left: calc((4 - 1) * 15% + 14%);
  }
  60% {
    top: -35%;
    left: calc((4 - 1) * 15% + 15%);
  }
  100% {
    top: 0;
    left: calc((4 - 1) * 15% + 20%);
  }
}
@keyframes evojetman {
  0% {
    right: 70%;
    top: -105%;
  }
  25%, 30%, 55%, 60% {
    right: 50%;
    top: -80%;
    transform: translate(100%, -100%);
  }
  40%, 45% {
    transform: translate(100%, -100%) scale(0.98) rotate(0.5deg);
    right: 49.5%;
    top: -81%;
  }
  100% {
    right: -10%;
    top: -75%;
    transform: translate(100%, -200%) scale(0.9) rotate(-10deg);
  }
}
@keyframes loadingcomp {
  0% {
    -webkit-clip-path: circle(100%);
            clip-path: circle(100%);
  }
  40% {
    -webkit-clip-path: circle(10%);
            clip-path: circle(10%);
  }
  80% {
    -webkit-clip-path: circle(13%);
            clip-path: circle(13%);
  }
  100% {
    -webkit-clip-path: circle(0%);
            clip-path: circle(0%);
  }
}
@keyframes blur-out {
  0% {
    filter: blur(0);
    transform-origin: center center;
    transform: none;
  }
  100% {
    opacity: 0;
    filter: blur(3px);
    transform: scale(1.1);
  }
}
@keyframes site3logocover {
  10% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
}
@keyframes site3imageback {
  0% {
    transform: none;
  }
  20% {
    transform-origin: 70% 60%;
    transform: translate(0.2%, 0.5%) scale(1.02) rotate(0.5deg) skew(-1deg, 0deg);
  }
  40% {
    transform: translate(0.5%, 0%) scale(1.04) rotate(1deg) skew(-1.5deg, 0deg);
  }
  60% {
    transform-origin: center;
    transform: translate(0%, -1.2%) scale(1.04) rotate(0deg) skew(0.5deg, 0deg);
  }
  80% {
    transform: translate(-1.2%, -0.5%) scale(1.02) rotate(-1deg) skew(0deg, -1deg);
  }
  100% {
    transform: none;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes dot {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes load {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loadingcircle {
  to {
    transform: rotate(1turn);
  }
}
@keyframes opacity-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes waveriding {
  0% {
    transform: translate(0) scale(1.03);
  }
  25% {
    transform: translate(3px, -3px) rotate(-0.2deg) scale(1.03);
  }
  50% {
    transform: translate(0px, 3px) rotate(0.4deg) scale(1.03);
  }
  75% {
    transform: translate(2px, -4px) rotate(-0.3deg) scale(1.03);
  }
  100% {
    transform: translate(0) rotate(0deg) scale(1.03);
  }
}
@keyframes nextopasicy {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0.3;
  }
  60% {
    opacity: 1;
  }
}
@keyframes nextmove-r {
  0%, 100% {
    transform: translateX(15px);
  }
  20% {
    transform: translateX(15px);
  }
  30% {
    transform: translateX(18px);
  }
  40% {
    transform: translateX(15px);
  }
}
@keyframes nextmove-b {
  0%, 100% {
    transform: translate(0px, 0px);
  }
  20% {
    transform: translate(0px, 0px);
  }
  30% {
    transform: translate(0px, 3px);
  }
  40% {
    transform: translate(0px, 0px);
  }
}
@keyframes mininega {
  0%, 70%, 100% {
    transform: none;
  }
  20% {
    transform: translateY(-2px);
  }
  40% {
    transform: translateY(5px);
  }
}
.bl_loading {
  z-index: 100;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fffbf5;
  box-shadow: inset 0 0 10vh rgba(235, 210, 193, 0.5);
  color: #ff0000;
  font-family: "Inter Tight", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: italic;
  transition: 0.3s;
}
.bl_loading_beebox:nth-child(1) {
  animation: beemove 9s -1.5s linear infinite;
}
.bl_loading_beebox:nth-child(2) {
  animation: beemove 9s -3s linear infinite;
}
.bl_loading_beebox:nth-child(3) {
  animation: beemove 9s -4.5s linear infinite;
}
.bl_loading_beebox:nth-child(4) {
  animation: beemove 9s -6s linear infinite;
}
.bl_loading_beebox:nth-child(5) {
  animation: beemove 9s -7.5s linear infinite;
}
.bl_loading_beebox:nth-child(6) {
  animation: beemove 9s -9s linear infinite;
}
.bl_loading_box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (orientation: portrait) {
  .bl_loading_box {
    transform: translateY(-30%);
  }
}
.bl_loading.comp {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  animation: loadingcomp 1.5s ease-in-out both;
}
.bl_loading_beecontainer {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 500px;
  height: 100px;
  bottom: -40px;
}
@media screen and (max-width: 900px) {
  .bl_loading_beecontainer {
    transform: scale(0.45);
  }
}
.bl_loading_beebox {
  position: absolute;
  transform: translateX(-100%);
  left: 0;
}
.bl_loading_beeinner {
  animation: beeswing 1s ease-in-out infinite alternate;
}
.bl_loading_beeinner img {
  z-index: 2;
  position: relative;
  width: 80px;
}
.bl_loading_beeinner span {
  z-index: 1;
  position: absolute;
  text-align: center;
  font-size: 34px;
  bottom: -21px;
  height: 30px;
  line-height: 0.8em;
  font-style: normal;
  color: #797979;
  right: 15px;
  transform: rotate(15deg);
}
.bl_loading_container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform: translateX(10px);
}
.bl_loading_sideicon {
  position: relative;
  margin: 0 15px;
  bottom: -10%;
}
@media screen and (max-width: 900px) {
  .bl_loading_sideicon.net {
    width: 35px;
    margin: 0 5px;
  }
}
.bl_loading_sideicon.device {
  margin-left: 20px;
}
@media screen and (max-width: 900px) {
  .bl_loading_sideicon.device {
    width: 40px;
    margin-left: 10px;
  }
}
.bl_loading_sitetitle {
  text-wrap: nowrap;
  font-size: 40px;
  height: calc(1em + 4px);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 900px) {
  .bl_loading_sitetitle {
    font-size: 16px;
    height: calc(1em + 2px);
  }
}

#bl_loadingPercentWrap {
  font-size: 21px;
  letter-spacing: 0.08em;
  color: #474747;
  margin-top: 10px;
}
@media screen and (max-width: 900px) {
  #bl_loadingPercentWrap {
    font-size: 14px;
    margin-top: 5px;
  }
}

#bl_loadingGaugeWrap {
  width: 140px;
  height: 29px;
  border: solid 1px #ff0000;
  transform: skewX(-10deg);
  margin-left: 10px;
}
@media screen and (max-width: 900px) {
  #bl_loadingGaugeWrap {
    width: 60px;
    height: 12px;
    margin-left: 5px;
  }
}

#bl_loadingGaugeMeter {
  width: 0;
  height: 28px;
  background-color: #ff0000;
  display: block;
}
@media screen and (max-width: 900px) {
  #bl_loadingGaugeMeter {
    height: 11px;
  }
}/*# sourceMappingURL=pageloader.css.map */