.AchievementsSection_AchievementsSection__Grid__gfhv7 > div {
  &:nth-child(-1n + 2) {
    border-bottom-width: 1px;
    @media (min-width: 1024px) {
      border-bottom-width: 0;
    }
  }
  &:nth-child(odd) {
    border-right-width: 1px;
    @media (min-width: 1024px) {
      border-right-width: 0;
    }
  }
  @media (min-width: 1024px) {
    &:not(:last-child) {
      border-right-width: 1px;
    }
  }
}
.TownsStackSection_FeaturesGrid__hlT2N {
  position: relative;
}
.TownsStackSection_Feature__aB8tQ {
  @media (min-width: 768px) {
    position: absolute;
    &:first-child {
      top: 0;
      left: 0;
    }
    &:nth-child(2) {
      bottom: 0;
      left: 0;
    }
    &:nth-child(3) {
      top: 0;
      right: 0;
    }
    &:nth-child(4) {
      bottom: 0;
      right: 0;
    }
  }
}
.Slideshow_Slideshow__9epip {
  @media (orientation: landscape) {
    margin-top: 56px;
  }
}
.Slideshow_Carousel__Jn4qy {
  width: 100%;
  @media (orientation: landscape) {
    --carousel-height: min(calc(70vw * 9 / 16), 800px, 100vh - 400px);
  }
  @media (min-aspect-ratio: 16/9) {
    --carousel-height: calc(min(100vh - 380px, 800px));
  }
  height: var(--carousel-height);
}
.Slideshow_CarouselContent__Q43Bu {
  display: flex;
  flex-direction: row;
  cursor: grab;
  margin: 0 auto;
  @media (orientation: landscape) {
    width: 75vw;
    height: var(--carousel-height);
  }
  @media (min-aspect-ratio: 16/9) {
    height: var(--carousel-height);
    width: calc(var(--carousel-height) * 1.72 + var(--carousel-height) * 0.5);
  }
  @media (orientation: portrait) {
    width: calc(100vw);
    .Slideshow_CarouselItem__UPrLm {
      padding: 12px;
    }
  }
  .Slideshow_CarouselItem__UPrLm img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
}
.Slideshow_CarouselItemBackground__XPfUQ {
  border-radius: 12px;
  position: relative;
}
.Slideshow_CarouselItemBackground__XPfUQ:before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 14px;
  @media (orientation: portrait) {
    inset: -1px;
    border-radius: 13px;
  }
  background-color: #16c5da;
  background-image: conic-gradient(
    from 0deg,
    #16c5da,
    #21e078,
    #ffaa29,
    #ff25e9,
    #16c5da
  );
}
.Slideshow_CarouselItemBackground__XPfUQ > div {
  position: relative;
  z-index: 1;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  background-color: #102;
}
.Footer_Footer__9zHkP {
  position: relative;
  & > div {
    position: relative;
  }
}
.Footer_Footer__9zHkP:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150%;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(0, 0, 0, 0.3) 30%,
    rgba(0, 0, 0, 0.6) 70%,
    #000
  );
}
.FooterSection_LinkItem__rC048 {
  transition: all 0.6s ease-in-out;
  box-shadow: 0 0 0 0 rgba(200, 0, 255, 0);
  @media (hover: hover) {
    &:hover {
      transition: all 0.1s ease-in-out;
      box-shadow: 0 0 20px 0 rgba(200, 0, 255, 0.5);
    }
  }
}
.Background_Gradient__Upshw {
  position: fixed;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  transition: opacity 1s ease;
  background: radial-gradient(
    50% 50% at 50% 50%,
    var(--gradient-start) 0,
    var(--gradient-end) 100%
  );
}
.Background_Gradient--active__StoEI {
  opacity: 1;
}
.Background_Overlay__KhV3e {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: radial-gradient(50% 50% at 50% 50%, #26123f00 100%, #0e051a 150%);
}
.Background_PhysicsGrid__BHwDd {
  position: absolute;
  contain: paint;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100 * var(--vh) * var(--num-sections));
  overflow: hidden;
  pointer-events: none;
}
.Navigation_Navigation__kljUH {
  position: relative;
  --submenu-width: 260px;
}
.Navigation_Navigation__kljUH li {
  position: relative;
  cursor: pointer;
  user-select: none;
}
.Navigation_Navigation__kljUH ul > li:hover > :first-child {
  cursor: pointer;
}
.Navigation_Navigation__kljUH li ul {
  width: var(--submenu-width);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px;
  position: relative;
}
.Navigation_NavigationBackground__RgESZ {
  position: absolute;
  border-radius: 100px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(15px);
  background-color: rgba(90, 90, 90, 0.25);
}
.Navigation_Navigation__Submenu__TfPH0 {
  position: absolute;
  top: 48px;
  left: calc(50% - var(--submenu-width) / 2);
  padding-top: 32px;
}
.Navigation_SubMenuBackgroundContainer__hV0BC {
  top: -16px;
  position: relative;
}
.Navigation_SubMenuBackground__KBqBW {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border-image: url(/images/rounded-box.svg) 16;
  border-image-width: 16px 16px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
}
.Navigation_SubMenuArrow__U03B_,
.Navigation_SubMenuBackground__KBqBW {
  position: absolute;
  backdrop-filter: blur(10px);
  background-color: rgba(60, 60, 80, 0.5);
}
.Navigation_SubMenuArrow__U03B_ {
  top: -4px;
  left: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border-radius: 2px;
  border: 1px solid hsla(0, 0%, 100%, 0.15);
  border-width: 0.75px 0 0 0.75px;
  mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMSAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0wIDAgTDExIDAgTDAgMTEgWiIgZmlsbD0icmVkIi8+Cjwvc3ZnPgo=");
}
.Navigation_Navigation__Submenu__NavItem__0JhwU {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.Navigation_Navigation__Submenu__NavItem__0JhwU:hover:before {
  display: flex;
}
.Navigation_Navigation__Submenu__NavItem__0JhwU:before {
  content: "";
  position: absolute;
  pointer-events: none;
  inset: 0;
  background-color: rgba(200, 200, 255, 0.1);
  border-radius: 8px;
  display: none;
}
