* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  /* cursor: none !important; */
}

body {
  overflow: hidden;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

.limelight-regular {
  font-family: "Limelight", sans-serif;
  font-weight: 400;
  font-style: normal;
}

tspan {
  font-family: "Inter", sans-serif;
  white-space: normal;
}

.world {
  overflow: hidden;
  position: relative;
  user-select: none;
  height: 100vh;
  width: 100vw;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 20rem; */
}

/* .world__map {
  display: grid;
  position: relative;
  display: flex;
  justify-content: center;
  will-change: transform;
  transform-origin: center center;
} */
#rejectPile1 {
  position: relative;
}

:root {
  --vw: 400vw;
  --vh: 400vh;
}

@media (orientation: portrait) {
  :root {
    --vw: 400vh;
    --vh: 640vw;
  }
}
#rejectPile1 > svg {
  width: var(--vw);
  height: var(--vh);
  position: relative;
  display: block;
}

#rejectPile1 > #projectCallOuts,
#rejectPile1 > #callouts {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 8;
}

#rejectPile1 > dotlottie-player {
  width: var(--vw);
  height: var(--vh);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

#rejectPile1 > lottie-player {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

@keyframes flashAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.popup {
  opacity: 0;
}

.popup.active-popUp {
  opacity: 1;
  z-index: 99999999;
  position: relative;
}

svg text {
  text-anchor: right;
  dominant-baseline: right;
  white-space: normal;
  font-size: 1.2rem;
}

svg .shopTitle text {
  font-size: 30px;
}

@media only screen and (max-width: 600px) {
  svg .shopTitle text {
    font-size: 30px;
  }
}
svg text.heroText {
  font-size: 3.6rem;
}

.loaderCloudText {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vw;
}

.cloudWrapper {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 20;
  cursor: auto;
}
.cloudWrapper > svg {
  width: 100vw;
  height: 100vh;
}
.cloudWrapper .cloudBg,
.cloudWrapper .cloudFront,
.cloudWrapper .cloudText {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.cloudWrapper .cloudBg svg,
.cloudWrapper .cloudFront svg,
.cloudWrapper .cloudText svg {
  width: 100%;
  height: 100%;
}
.cloudWrapper .cloudText {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
}
.cloudWrapper .cloudText svg {
  width: 60rem;
  height: auto !important;
  max-width: 95%;
}
.cloudWrapper .cloudText .cloudText-wrap {
  position: relative;
  width: 48rem;
  max-width: 100%;
  min-height: 124px;
}
.cloudWrapper .cloudText .cloudText-wrap p {
  margin-top: 2rem;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 500;
  color: #1e1e1e;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  width: 28rem;
  max-width: 100%;
}
.cloudWrapper .cloudText .cloudText-wrap .cloudText-after {
  opacity: 0;
  visibility: hidden;
  width: 48rem;
}
.cloudWrapper .cloudText .cloudText-wrap .cloudText-after span {
  margin-top: 2rem;
  display: block;
}
.cloudWrapper .cloudLoader {
  position: absolute;
  bottom: 5rem;
  left: calc(50% - 1.6rem);
  pointer-events: none;
}
.cloudWrapper .cloudLoader lottie-player {
  width: 4.4rem;
  height: 4.4rem;
}
.cloudWrapper .cloudInfo {
  position: absolute;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 0.3rem;
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
}
.cloudWrapper .cloudInfo span svg {
  width: 6rem;
  height: 2rem;
}
.cloudWrapper .cloudInfo svg {
  width: 1rem;
}
.cloudWrapper .cloudPopup-open {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  background: #fff;
  cursor: pointer;
  background: none;
  border: none;
  pointer-events: all;
}
.cloudWrapper .cloudPopup-open svg {
  width: 4.8rem;
  height: 4.8rem;
}
.cloudWrapper .cloudPopup {
  position: absolute;
  top: 5vw;
  right: 5vw;
  width: 28rem;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.6rem;
  clip-path: circle(0% at 100% 0);
  pointer-events: none;
  background: #ffffff;
  border: 6.73328px solid #000000;
  box-shadow: 0px 0px 57.1767px -15.1499px rgba(0, 0, 0, 0.25);
  border-radius: 38.7163px;
}
.cloudWrapper .cloudPopup .cloudPopup-close {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  border: none;
  background: none;
  cursor: pointer;
}
.cloudWrapper .cloudPopup .cloudPopup-close svg {
  width: 1.2rem;
  height: 1.2rem;
}
.cloudWrapper .cloudPopup > svg:nth-of-type(1) {
  width: 5rem;
  height: 5rem;
}
.cloudWrapper .cloudPopup > svg:nth-of-type(2) {
  margin-top: 1.2rem;
  width: 80%;
  height: auto;
}
.cloudWrapper .cloudPopup > p:nth-of-type(1) {
  margin-top: 1.2rem;
  font-size: 12px;
  text-align: center;
}
.cloudWrapper .cloudPopup > p:nth-of-type(1) span {
  display: block;
  margin-bottom: 1.2rem;
}
.cloudWrapper .cloudPopup > p:nth-of-type(2) {
  font-size: 12px;
  margin-bottom: 1.2rem;
}
.cloudWrapper .cloudPopup > p:nth-of-type(2) a {
  color: #f8906f;
}
.cloudWrapper .cloudPopup .cloudPopUp-footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cloudWrapper .cloudPopup .cloudPopUp-footer > div {
  display: flex;
  align-items: center;
}
.cloudWrapper .cloudPopup .cloudPopUp-footer > div > svg {
  width: 5rem;
}
.cloudWrapper .cloudPopup .cloudPopUp-footer > div > div {
  display: flex;
}
.cloudWrapper .cloudPopup .cloudPopUp-footer > div > div > a > svg {
  width: 20px;
  margin-left: 12px;
}
.cloudWrapper .cloudPopup .cloudPopUp-footer > p {
  font-size: 11px;
  text-align: right;
}
.cloudWrapper .cloudPopup .cloudPopUp-footer > p span {
  display: block;
}
.cloudWrapper .cloudPopup .cloudPopUp-footer > p span strong {
  font-size: 11px;
}
.cloudWrapper .cloudDragIndicator {
  position: absolute;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1.32px solid black;
  box-shadow: 0px 10.5290317535px 26.3225784302px 0px rgba(0, 0, 0, 0.2);
  background: white;
  border-radius: 20px;
  padding: 1.2rem;
  min-width: 180px;
  height: 110px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.cloudWrapper .cloudDragIndicator > svg {
  width: 1.2rem;
  height: 1.2rem;
  margin-top: -12px;
}
.cloudWrapper .cloudDragIndicator > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cloudWrapper .cloudDragIndicator > div lottie-player {
  width: 5.6rem;
  height: auto;
}
.cloudWrapper .cloudDragIndicator > div span {
  font-size: 10px;
  text-align: center;
  white-space: nowrap;
}

.cloud {
  will-change: transform;
}

#overlayAnimation3 {
  z-index: 5 !important;
}

.mobileView {
  display: none;
}

.mobileView {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 12px;
  min-height: 100dvh;
  overflow-x: hidden;
  overflow-y: auto;
}
.mobileView .mobileView-logo {
  margin-bottom: 12px;
}
.mobileView .mobileView-logo img {
  width: 2.8rem;
  height: 2.8rem;
  display: block;
}
.mobileView .mobileView-video {
  position: relative;
  margin-bottom: 12px;
}
.mobileView .mobileView-video video {
  width: 100%;
  height: calc(100vh - 260px);
  object-fit: cover;
}
.mobileView .mobileView-video button {
  position: absolute;
  width: 4rem;
  height: 4rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
}
.mobileView .mobileView-video button svg {
  width: 100%;
  height: 100%;
}
.mobileView .mobileView-copylink {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.mobileView .mobileView-copylink > span {
  font-size: 15px;
  text-align: center;
  padding: 0 1.6rem;
  display: block;
}
.mobileView .mobileView-copylink > button {
  background: #d9d9d9;
  border: none;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-left: 0.8rem;
  font-size: 15px;
}
.mobileView .mobileView-copylink > button span:nth-of-type(1) {
  background-image: linear-gradient(to right, #1e1e1e, rgba(8, 8, 8, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.mobileView .mobileView-copylink > button span:nth-of-type(2) {
  background: #3c3c3c;
  border-radius: 12px;
  padding: 0.8rem;
  display: block;
  color: #ffffff;
}

@media only screen and (max-width: 768px) {
  .cloudWrapper .cloudText {
    justify-content: flex-start;
    padding-top: 10vh;
  }

  .cloudWrapper .cloudText .cloudText-wrap p {
    font-size: 14px;
  }

  .mobileView {
    display: flex;
  }

  .desktopView {
    display: none;
  }
}
