.NewButton_newButton__OACKm {
  border-radius: 999px;
  padding: 1rem;
  display: flex;
  cursor: pointer;
  z-index: 1;
  border: 1px solid rgba(0 0 0 / 30%);
  background-color: white;
}

.NewButton_newButton__OACKm:hover {
  opacity: 0.7;
}

.StarCounter_container__uiIcA {
  display: flex;
  column-gap: var(--dmk-t1-font-size-3xs);
}

.StarCounter_text__PVZuY {
  font-size: var(--dmk-t1-font-size-md);
  font-weight: var(--dmk-t1-font-weight-black);
  white-space: nowrap;
}

.StarCounter_text--mobile__SiNoD {
  font-size: var(--dmk-t1-font-size-lg);
}

.DropdownsToggleButton_button__vDR5Q {
  border: 1px solid rgba(255 255 255 / 10%);
  background-color: transparent;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 999px;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--dmk-color-save-the-children-red);
  transition: all 300ms ease;
  cursor: pointer;
  position: relative;
  padding: 0;
}

  .DropdownsToggleButton_button__vDR5Q:hover {
    background-color: rgb(0 0 0 / 10%);
  }

  .DropdownsToggleButton_button__vDR5Q:active {
    background-color: rgb(0 0 0 / 10%);
  }

  @media screen and (width < 480px) {.DropdownsToggleButton_button__vDR5Q {
    display: none
}
  }

.DropdownsToggleButton_icon__qYa0p {
  position: absolute;
  margin: auto;
  aspect-ratio: 1;
  height: 22px;
}

.FixedBG_fixed-background__s_YK4 {
  width: 100vw;
  height: calc(100lvh - var(--dmk-t1-layout-header-bar-height-desktop));
  left: 0;
  top: var(--dmk-t1-layout-header-bar-height-desktop);
  position: fixed;
  z-index: 0;
  pointer-events: none;
}

@media screen and (max-width: 800px) {
  .FixedBG_fixed-background__s_YK4 {
    height: calc(100lvh - var(--dmk-t1-layout-header-bar-height-tablet));
    top: var(--dmk-t1-layout-header-bar-height-tablet);
  }
}
@media screen and (max-width: 590px) {
  .FixedBG_fixed-background__s_YK4 {
    height: calc(100lvh - var(--dmk-t1-layout-header-bar-height-mobile));
    top: var(--dmk-t1-layout-header-bar-height-mobile);
  }
}

.NavigateActivityButton_link__CONQm {
  background-color: white;
  display: flex;
  border-radius: 99999px;
  border: 1px solid rgba(0 0 0 / 30%);
  padding: 0.75rem;
  right: 0;
  place-items: center;
}

  @media screen and (width < 768px) {.NavigateActivityButton_link__CONQm {
    padding: 0.75rem
}
  }

  @media screen and (height < 400px) and (orientation: landscape) {.NavigateActivityButton_link__CONQm {
    padding: 0.75rem
}
  }


.NavigateActivityButton_link__CONQm:hover {
  opacity: 0.7;
}

.DragDropNoOrderElementWrapper_dragging__exc4T{
  opacity: 0.5;
}

.DragDropNoOrderElementWrapper_element__audJu{
  font-size: 1.5rem;
  font-weight: 'bold';
  cursor: 'move';
}

.DragDropNoOrder_wrapper__eCNo3 {
  width: 100%;
  height: 100%;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}

.DragDropNoOrder_container__gYoj_ {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  background-color: #fff;
  padding: 2rem;
  border-radius: 10px;
  margin-top: 2rem;
}

@media (max-width: 1300px) {

.DragDropNoOrder_container__gYoj_ {
    padding: 1rem
}
  }

@media (width <= 1060px) {

.DragDropNoOrder_container__gYoj_ {
    margin-top: 4rem
}
  }

@media (width <= 950px) {

.DragDropNoOrder_container__gYoj_ {
    margin-top: 8rem
}
  }

@media (width <= 770px) {

.DragDropNoOrder_container__gYoj_ {
    margin-top: 0
}
  }

.DragDropNoOrder_innerContainer__C0Ry4 {
  grid-column: 1 / span 5;
  display: flex;
  justify-content: space-between;
}

.DragDropNoOrder_images__nqy0m {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media (width <= 1000px) {

.DragDropNoOrder_images__nqy0m {
    grid-template-columns: repeat(3, 1fr)
}
  }

@media (width <= 800px) {

.DragDropNoOrder_images__nqy0m {
    grid-template-columns: repeat(2, 1fr)
}
  }

@media (width <= 570px) {

.DragDropNoOrder_images__nqy0m {
    grid-template-columns: repeat(1, 1fr)
}
  }

.DragDropNoOrder_title__7Kzx8 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  font-size: 3rem;
  text-align: left;
}

.DragDropNoOrder_description__T6BHV {
  margin-top: 0;
  margin-bottom: 1.5rem;
  margin-right: 0.5rem;
  line-height: 1.5;
}

.DragDropNoOrder_mainImage__DmTTJ {
  grid-column: 6 / span 3;
  grid-row: 1 / span 1;
  position: relative;
  margin: auto;
  width: 100%;
  aspect-ratio: 1/1;
}

.DragDropNoOrder_imageWrapper__0_Dll {
  position: relative;
  aspect-ratio: 1/1;
}

.MemoCard_memoCard__ESLw3 {
  position: relative;
  display: flex;
  place-self: center;
  height: 150px;
  width: 150px;
}

  @media (max-width: 480px) {.MemoCard_memoCard__ESLw3 {
    height: 100px;
    flex: 0 1 25%
}
  }

  @media (max-height: 750px) {.MemoCard_memoCard__ESLw3 {
    height: 100px
}
  }

.MemoCard_memoCardBack__hrdvH,
.MemoCard_memoCardFront__lTuet {
  background-color: transparent;
  border: none;
  outline: none;
  transition: transform 0.5s ease-in-out;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.MemoCard_memoCardFront__lTuet {
  transform: rotateY(90deg);
}

.MemoCard_pickedFront__rcUna {
  transform: rotateY(0deg);
}

.MemoCard_pickedBack__13Qtp {
  transform: rotateY(90deg);
}

.MemoCard_matched__YqNH8 {
  transform: rotateY(0deg);
  animation: MemoCard_scale__FMVOm 2s ease-in-out;
}

@keyframes MemoCard_scale__FMVOm {
    0% {
      transform: scale(1);
      rotate: 0deg;
    }
    50% {
      transform: scale(1.05);
      rotate: 5deg;
    }
    100% {
      transform: scale(1);
      rotate: 0deg;
    }
  }

.MemoGame_memoWrapper__48Vrk {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

  @media (max-height: 750px) {.MemoGame_memoWrapper__48Vrk {
    margin-bottom: 0
}
  }

.MemoGame_memoGameAndTextWrapper__WQWP5 {
  padding: 1rem;
  height: 100%;
  width: fit-content;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.MemoGame_memoGame__UD_wE {
  position: relative;
  top: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  transition: scale 1s ease-in-out;
  width: 100%;
  height: 100%;
  margin-top: 2rem;
  gap: 1rem;
}

@media (max-height: 900px) {

.MemoGame_memoGame__UD_wE {
    margin-top: 0.5rem;
    gap: 20px 1.5%
}
  }

@media (max-height: 700px) {

.MemoGame_memoGame__UD_wE {
    margin-top: 0.5rem;
    gap: 5px 1%
}
  }

@media (max-width: 720px) {

.MemoGame_memoGame__UD_wE {
    grid-template-columns: repeat(2, 1fr)
}
  }

.MemoGame_memoDescription__AJ3Rv {
  padding-top: 1rem;
  line-height: 1.5;
  font-size: var(--dmk-t1-font-size-sm-plus);
}

@media screen and (max-width: 480px) {

.MemoGame_memoDescription__AJ3Rv {
    font-size: 1rem
}
  }

.MemoGame_memoGameHeadingContainer__eTJ7f {
  background-color: white;
  border-radius: 12px;
  padding-block: 24px;
  padding-inline: 48px;
}

.MemoGame_memoGameHeadingContainer__eTJ7f .MemoGame_memoTitle___Dt57,
  .MemoGame_memoGameHeadingContainer__eTJ7f .MemoGame_memoDescription__AJ3Rv {
    max-width: 780px;
    margin: 0;
    color: black;
  }

@media screen and (max-width: 480px) {

.MemoGame_memoGameHeadingContainer__eTJ7f {
    padding-block: 12px;
    padding-inline: 24px
}

    .MemoGame_memoGameHeadingContainer__eTJ7f .MemoGame_memoTitle___Dt57 {
      font-size: 24px;
    }
  }

.MemoGame_memoGameNoCardWarn__uzefW {
  background-color: #fff1be;
  color: #655721;
  padding-inline: 24px;
  padding-block: 12px;
  border-radius: 6px;
  border: 1px solid #b19739;
  font-weight: 700;
  font-size: 1.075rem;
  margin-block: 12px;
}

.MemoGame_gameOver__QSDWF {
  scale: 0;
}

.VimeoVideo_container__c6LW9 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  gap: 24px;
  max-width: min-content;
}

.VimeoVideo_heading__9Zzjl {
  border: 1px solid rgba(0 0 0 / 10%);
  background-color: rgba(255 255 255 / 100%);
  padding-block: 12px;
  padding-inline: 24px;
  margin: 0;
  border-radius: 10px;
  max-width: 55ch;
}

.VimeoVideo_videoContainer__KxGLv {
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -2px rgb(0 0 0 / 10%);
  border: 1px solid rgba(0 0 0 / 10%);
  width: 70vw;
  aspect-ratio: 16 / 9;
  max-height: 80vh;
  max-width: min(142.22vh, 1560px);
  margin: auto;
  box-sizing: border-box;
  border-radius: 8px;
  overflow: hidden;
}

@media screen and (width <= 480px) {

.VimeoVideo_videoContainer__KxGLv {
    width: calc(100vw - 48px)
}
  }

.VimeoVideo_loading__EVS5N {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0 0 0 / 20%);
  backdrop-filter: blur(24px);
}

.VimeoVideo_loadingIcon__0gfGy {
  filter: blur(0.5px);
  position: relative;
  width: 50px;
  aspect-ratio: 1;
}

@media screen and (width <= 480px) {

.VimeoVideo_loadingIcon__0gfGy {
    width: 32px
}
  }

.VimeoVideo_video__nfaFk {
  z-index: 9999;
  position: relative;
}

.VimeoVideo_backdrop__Gs0e3 {
  z-index: 9998;
  background-color: rgba(0 0 0 / 80%);
  position: fixed;
  inset: 0;
}

.VimeoVideo_playPauseButton__VvXiY {
  position: absolute;
  background-color: rgba(0 0 0 / 40%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(8vw, 180px);
  color: rgba(255 255 255 / 90%);
  cursor: pointer;
  inset: 0;
  z-index: 1;
  margin: auto;
}

.VimeoVideo_playPauseButton__VvXiY:focus-visible {
    outline-color: transparent;
  }

.VimeoVideo_playPauseButton__VvXiY:focus:focus-visible {
    border: 4px solid var(--dmk-t1-color-secondary);
    border-radius: 8px;
    outline-color: transparent;
  }

