#error-scene[data-v-e143297d] {
  height: 100%;
  left: 0;
  opacity: 1;
  position: fixed;
  top: 0;
  width: 100%;
}
@keyframes soundLine {
  0% {
    height: 1px;
  }
  50% {
    height: 9px;
  }
  to {
    height: 1px;
  }
}
@keyframes infinityLineMove {
  0% {
    transform: translate(0);
  }
  to {
    transform: translate(14px);
  }
}
.social-links-global-parent {
  opacity: 0;
}
.social-links-global,
.social-links-global-parent {
  bottom: 13px;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 12;
}
.social-links-global {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
@media (max-width: 991px) {
  .social-links-global {
    padding: 0 8px;
  }
}
.social-links-global .ar-mode {
  align-items: center;
  background: #000;
  border-radius: 16px;
  bottom: 0;
  -webkit-clip-path: circle(18px at calc(100% - 18px) calc(100% - 18px));
  clip-path: circle(18px at calc(100% - 18px) calc(100% - 18px));
  height: auto;
  justify-content: flex-end;
  min-height: 84px;
  position: absolute;
  right: 20px;
  transition: 0.5s ease-in-out;
  width: 250px;
}
@media (max-width: 991px) {
  .social-links-global .ar-mode {
    right: 8px;
  }
}
.social-links-global .ar-mode .options-menu {
  background: #000;
  border-radius: 16px 16px 0 0;
  height: 0;
  overflow: hidden;
  padding: 9px;
  position: absolute;
  transform: translateY(calc(-100% + 13px)) translateZ(0);
  width: 100%;
}
.social-links-global .ar-mode .options-menu .menu {
  height: 102px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: calc(100% - 18px);
}
.social-links-global .ar-mode .options-menu .menu .colors {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.social-links-global .ar-mode .options-menu .menu .colors .color {
  border: 1px solid #343639;
  border-radius: 4px;
  height: 23.5px;
  margin-bottom: 2px;
  width: 23.5px;
}
.social-links-global .ar-mode .options-menu .menu .slider-block {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: auto;
  padding-top: 0;
}
.social-links-global .ar-mode .options-menu .menu .slider-block input {
  background: #ffffff4d;
  border-radius: 4px;
  height: 28px;
  width: calc(100% - 56px);
}
.social-links-global
  .ar-mode
  .options-menu
  .menu
  .slider-block
  input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  height: 20px;
  position: relative;
  z-index: 0;
}
.social-links-global .ar-mode .options-menu .menu .slider-block .slider:before {
  background: #fff;
  border-radius: 3px;
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  width: var(--ProgressPercent, 100%);
}
.social-links-global
  .ar-mode
  .options-menu
  .menu
  .slider-block
  .slider-2:before {
  background: #fff;
  border-radius: 3px;
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  width: var(--ProgressPercent2, 100%);
}
.social-links-global
  .ar-mode
  .options-menu
  .menu
  .slider-block
  input[type="range"]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #005a3c;
  border-radius: 999px;
  height: 0;
}
.social-links-global
  .ar-mode
  .options-menu
  .menu
  .slider-block
  input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #000;
  border-radius: 3px;
  height: 28px;
  pointer-events: all;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  z-index: 1;
}
.social-links-global .ar-mode .options-menu .menu .slider-block .value-block {
  align-items: center;
  border: 1px solid #fff;
  border-radius: 4px;
  display: flex;
  height: 28px;
  justify-content: center;
  width: 48px;
}
.social-links-global
  .ar-mode
  .options-menu
  .menu
  .slider-block
  .value-block
  .value {
  color: #fff;
  font-family: IBM Plex Mono;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.048px;
  line-height: 20px;
}
.social-links-global .ar-mode .selected-menu {
  display: flex;
  flex-direction: column;
  height: 84px;
  justify-content: space-between;
  padding: 9px;
  position: absolute;
  transform: translateZ(0);
  width: 250px;
}
.social-links-global .ar-mode .selected-menu .top {
  transform: translateY(4px);
}
.social-links-global .ar-mode .selected-menu .top .options {
  display: flex;
  justify-content: space-between;
}
.social-links-global .ar-mode .selected-menu .top .options .item {
  flex: 0 0 24%;
  height: 26px;
}
.social-links-global .ar-mode .selected-menu .top .options .item .pattern {
  height: 100%;
  width: 100%;
}
.social-links-global .ar-mode .selected-menu .top .options .color-item .color {
  background: red;
  border: 1px solid #343639;
  border-radius: 24px;
  height: 100%;
  width: 100%;
}
.social-links-global .ar-mode .selected-menu .bottom {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.social-links-global .ar-mode .selected-menu .bottom .place,
.social-links-global .ar-mode .selected-menu .bottom .restart {
  width: 18px;
}
.social-links-global .ar-mode .selected-menu .title {
  color: #b6b6b6;
  font-family: IBM Plex Mono;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.36px;
  line-height: 13px;
  text-align: center;
  text-transform: uppercase;
}
.social-links-global .ar-mode .jel-icon {
  bottom: 0;
  margin-bottom: 8px;
  margin-right: 8px;
  position: absolute;
  right: 0;
  transform: translateZ(0);
  width: 20px;
}
.social-links-global .ar-mode.active,
.social-links-global .ar-mode:hover {
  -webkit-clip-path: circle(300px at calc(100% - 18px) calc(100% - 18px));
  clip-path: circle(300px at calc(100% - 18px) calc(100% - 18px));
  -webkit-mask-position: calc(100% + 400px) calc(100% + 400px);
  mask-position: calc(100% + 400px) calc(100% + 400px);
  -webkit-mask-size: 800px;
  mask-size: 800px;
}
.social-links-global .volume {
  align-items: center;
  background: #000;
  border-radius: 50px !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  display: flex;
  height: 36px;
  justify-content: flex-end;
  overflow: hidden;
  padding-right: 7px;
  position: relative;
  transform: translateZ(0);
  width: 88px;
}
.social-links-global .volume .lines {
  align-items: center;
  display: flex;
  height: 100%;
  position: absolute;
  width: 100%;
}
.social-links-global .volume .lines .off {
  height: 2px;
  transform: translate(10px);
  transition: opacity 0.3s ease-in-out;
  width: 57px;
}
.social-links-global .volume .lines .off.active {
  opacity: 0;
}
.social-links-global .volume .lines .on {
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: infinityLineMove;
  animation-timing-function: linear;
  height: 16px;
  left: 0;
  opacity: 0;
  position: absolute;
  transform: translate(10px);
  transition: opacity 0.3s ease-in-out;
  width: 57px;
}
.social-links-global .volume .lines .on.active {
  opacity: 1;
}
.social-links-global .volume .status {
  position: relative;
  z-index: 2;
}
.social-links-global .volume .status p {
  color: #b6b6b6;
  font-family: IBM Plex Mono;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.36px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.social-links-global .volume .status.active p {
  transform: translate(-4px);
}
.social-links-global .volume .back-left {
  background: linear-gradient(90deg, #000 14.85%, transparent 95.83%);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 36px;
}
.social-links-global .volume .back-right {
  background: linear-gradient(90deg, #000 63.71%, transparent 95.83%);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(180deg);
  width: 49px;
}
#cursor {
  background: transparent;
  height: 25px;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transform-origin: center;
  width: 25px;
  z-index: 100;
}
#cursor,
#cursor .wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
}
#cursor .wrapper {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #fff9;
  border-radius: 50%;
  height: 100%;
  transform: translateY(-50%) translate(-50%);
  transition: 0.3s ease-in-out;
  width: 100%;
}
#cursor .wrapper .text {
  color: #000;
  font-family: IBM Plex Mono;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.36px;
  line-height: 14px;
  opacity: 0;
  text-align: center;
  text-transform: uppercase;
}
#cursor.dif {
  mix-blend-mode: difference;
}
#cursor.dif .wrapper {
  background: #fff;
}
.transition-component {
  align-items: center;
  background: #fff;
  -webkit-clip-path: circle(100% at 50% 50%);
  clip-path: circle(100% at 50% 50%);
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 200;
}
.transition-component .wrapper {
  position: relative;
  z-index: 2;
}
.transition-component .wrapper .logo {
  width: 50vw;
}
.transition-component .dots {
  background-image: url(../images/transitionDots.png);
  background-repeat: repeat;
  background-size: 8%;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}
@media (max-width: 767px) {
  .transition-component .dots {
    background-size: 20%;
  }
}
.index-page-body .transition-component {
  -webkit-clip-path: circle(0 at 50% 50%);
  clip-path: circle(0 at 50% 50%);
}
.error-page {
  min-height: 100vh;
  position: relative;
}
.error-page .social-links-global-parent {
  opacity: 1;
}
.error-page .go-home {
  background: transparent;
  border: none;
  bottom: 20px;
  color: #000;
  cursor: none !important;
  font-family: DrukMedium;
  font-size: 33.528px;
  font-style: normal;
  font-weight: 500;
  left: calc(50% - 129px);
  letter-spacing: 0.671px;
  line-height: 93%;
  outline: none;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  z-index: 20;
}
@media (max-width: 991px) {
  .error-page .go-home {
    bottom: 18px;
    font-size: 24px;
    left: calc(50% - 96px);
    line-height: 31px;
    position: fixed;
  }
}
@media (max-width: 767px) {
  .error-page .go-home {
    bottom: 18px;
    font-size: 20px;
    left: calc(50% - 83.5px);
    line-height: 26px;
  }
}
.error-page .go-home img {
  filter: invert(1);
  left: 3px;
  position: relative;
  top: 1px;
  transition: 0.3s ease-in-out;
  width: 28px;
}
@media (max-width: 991px) {
  .error-page .go-home img {
    width: 20px;
  }
}
.error-page .go-home:hover img {
  transform: translate(5px);
}
