.particle-effects-container {
  width: 100%;
  height: 100%;
}

#header {
  z-index: 999;
  background-color: #0f0f0f00;
  transition: all .5s;
}

#header.is-active {
  background-color: #0f0f0f;
  height: 100%;
}

#header .header-menu-item {
  --un-border-opacity: 1;
  border-color: rgb(219, 219, 219, var(--un-border-opacity));
  text-align: center;
  border-bottom-width: 1px;
  height: 7rem;
  position: relative;
}

#header .header-menu-item > a {
  align-items: center;
  display: flex;
}

#header .header-menu-item > a .header-menu-item-lid-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: calc(50% - 2.75rem);
  height: 7rem;
  padding-right: 2rem;
  display: flex;
}

#header .header-menu-item > a .header-menu-item-content {
  text-align: center;
  width: 5.5rem;
  font-size: 1.5rem;
  line-height: 7rem;
  display: inline-block;
}

#banner .logo {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 232px;
  height: 100px;
  margin: 0 auto;
  display: flex;
  position: absolute;
  inset: 220px 0 0;
}

#marquee {
  color: #eee;
  text-transform: uppercase;
  padding: 32px 0;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}

#marquee .marquee__inner {
  flex-direction: row;
  flex: auto;
  width: fit-content;
  display: flex;
}

#marquee .marquee__part {
  flex-shrink: 0;
  align-items: center;
  padding: 0 4px;
  display: flex;
}

#vision-roll .ringq {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

#vision-roll .ringq img {
  object-fit: cover;
  width: 542px;
  height: 310px;
}

#vision-roll .ringOne img {
  animation: 2s linear infinite rotateFirstRing;
}

#vision-roll .ringTwo img {
  animation: 8s linear infinite rotateFirstRing;
}

@keyframes rotateFirstRing {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

#marquee-img .marquee__inner {
  flex-direction: row;
  flex: auto;
  width: fit-content;
  display: flex;
}

#marquee-img .marquee__part {
  flex-shrink: 0;
  align-items: center;
  padding: 0 4px;
  display: flex;
}

#marquee-img .marquee__part img {
  width: 100%;
  display: block;
}

#contact .contact-btn {
  text-transform: uppercase;
  border: 2px solid #3e4de8;
  transition: all 1s;
  position: relative;
  overflow: hidden;
}

#contact .contact-btn:before {
  content: "";
  z-index: -1;
  background: #3e4de8;
  width: 100%;
  height: 0;
  transition: all .6s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)rotate(45deg);
}

#contact .contact-btn:hover:before {
  height: 520%;
}

#contact .contact-btn .contact-btn-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

:-webkit-any(video.project-item-video.is-video--fullscreen, video.project-item-video:fullscreen, video.project-item-video:-webkit-full-screen, video.project-item-video:fullscreen, video.project-item-video:fullscreen) {
  object-fit: contain;
}

:-moz-any(video.project-item-video.is-video--fullscreen, video.project-item-video:fullscreen, video.project-item-video:fullscreen, video.project-item-video:fullscreen, video.project-item-video:fullscreen) {
  object-fit: contain;
}

:is(video.project-item-video.is-video--fullscreen, video.project-item-video:fullscreen, video.project-item-video:fullscreen, video.project-item-video:fullscreen, video.project-item-video:fullscreen) {
  object-fit: contain;
}

#pc-nav .char-contact {
  opacity: 0;
  transition: transform .5s;
  transform: translateY(15px);
}

.arrow-line {
  background: linear-gradient(to right, #fff, #3846ab);
  height: 1px;
  transition: all .5s;
  display: inline-block;
  position: relative;
}

.arrow-line:after {
  content: "";
  background: #3846ab;
  width: 16px;
  height: 1px;
  position: absolute;
  top: -6px;
  right: 0;
  transform: rotate(45deg);
}

.darrow-line:before {
  content: "";
  background: #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  top: -3.5px;
  transform: rotate(45deg);
}

.mask-bg {
  z-index: 10;
  background-color: #000;
  width: 100%;
  height: 100%;
  animation: .5s ease-in-out forwards fadeIn;
  position: fixed;
  top: 0;
  left: 0;
}

.mask-bg .hidden {
  display: none;
}

.mask-video {
  width: 1200px;
  height: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  animation: .5s ease-in-out forwards fadeOut;
}

.fadeIn {
  animation: .5s ease-in-out forwards fadeIn;
}

.mask-video video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.video-fit {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.mask-down {
  text-align: center;
  cursor: pointer;
  z-index: 10;
  width: 40px;
  height: 40px;
  font-size: 36px;
  line-height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translate(-50%, -50%);
}
