/*!*************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./node_modules/glob-import-loader/index.js!./src/blocks/featured-game-slide/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.animate-sparkle::before, .wp-block-choiceprotheme-featured-game-slide__button::before {
  transition: all 0.2s;
  content: "";
  font-size: 2em;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
}
.animate-sparkle:hover::before, .wp-block-choiceprotheme-featured-game-slide__button:hover::before {
  visibility: visible;
  animation: sparkle 2s linear infinite;
}
.animate-sparkle:active::before, .wp-block-choiceprotheme-featured-game-slide__button:active::before {
  transition: all 0.05s;
  animation: none;
}

@keyframes sparkle {
  0% {
    content: "✴︎";
    transform: translate(52%, -40%) scale(0);
  }
  10% {
    content: "✴︎";
    transform: translate(52%, -40%) scale(1);
  }
  15% {
    content: "✴︎";
    transform: translate(52%, -40%) scale(0);
  }
  20% {
    content: "✦";
    transform: translate(-30%, 55%) scale(0);
  }
  30% {
    content: "✦";
    transform: translate(-30%, 55%) scale(1);
  }
  35% {
    content: "✦";
    transform: translate(-30%, 55%) scale(0);
  }
  40% {
    content: "✶";
    transform: translate(-52%, -60%) scale(0);
  }
  50% {
    content: "✶";
    transform: translate(-52%, -60%) scale(1);
  }
  55% {
    content: "✶";
    transform: translate(-52%, -60%) scale(0);
  }
  60% {
    content: "✦";
    transform: translate(20%, 60%) scale(0);
  }
  70% {
    content: "✦";
    transform: translate(20%, 60%) scale(1);
  }
  75% {
    content: "✦";
    transform: translate(20%, 60%) scale(0);
  }
  80% {
    content: "★";
    transform: translate(10%, -55%) scale(0);
  }
  90% {
    content: "★";
    transform: translate(10%, -55%) scale(1);
  }
  95% {
    content: "★";
    transform: translate(10%, -55%) scale(0);
  }
  100% {
    content: "";
    transform: translate(0, 0) scale(0);
  }
}
.wp-block-choiceprotheme-featured-game-slide {
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
  color: var(--wp--preset--color--background);
  height: 100%;
  min-height: 50vh;
  padding-left: var(--wp--style--root--padding-left);
  padding-right: var(--wp--style--root--padding-right);
  position: relative;
}
.wp-block-choiceprotheme-featured-game-slide::before {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
.wp-block-choiceprotheme-featured-game-slide__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--60);
  margin: 0 auto;
  max-width: var(--wp--style--global--wide-size);
  min-height: 50vh;
  padding: var(--wp--preset--spacing--80) 0;
  position: relative;
  text-align: center;
  z-index: 2;
}
@media (width >= 1280px) {
  .wp-block-choiceprotheme-featured-game-slide__content {
    align-items: start;
    display: grid;
    grid-template-areas: "info trailer";
    grid-template-columns: 1fr 1fr;
    text-align: start;
  }
}
.wp-block-choiceprotheme-featured-game-slide__trailer {
  aspect-ratio: 16/9;
  background-color: var(--wp--preset--color--foreground);
  border: 2px solid var(--wp--preset--color--secondary);
  border-radius: var(--wp--custom--sizes--radius-large);
  grid-area: trailer;
  order: -1;
  overflow: clip;
  position: relative;
  width: 100%;
}
@media (width >= 1280px) {
  .wp-block-choiceprotheme-featured-game-slide__trailer {
    order: 0;
  }
}
.wp-block-choiceprotheme-featured-game-slide__trailer iframe {
  border: 0;
  height: 100%;
  width: 100%;
}
.wp-block-choiceprotheme-featured-game-slide__trailer-link {
  color: var(--wp--preset--color--background);
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  text-decoration: none;
}
.wp-block-choiceprotheme-featured-game-slide__trailer-thumbnail {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.wp-block-choiceprotheme-featured-game-slide__trailer-overlay {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--40);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  justify-content: center;
  position: absolute;
}
.wp-block-choiceprotheme-featured-game-slide__trailer-play {
  align-items: center;
  border-radius: var(--wp--custom--sizes--radius-small);
  cursor: pointer;
  display: flex;
  font-family: var(--wp--preset--font-family--default);
  font-size: var(--wp--preset--font-size--large);
  font-weight: 800;
  gap: 0.25em;
  letter-spacing: 0.005em;
  opacity: 1;
  padding: var(--wp--preset--spacing--50) var(--wp--preset--spacing--60);
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  text-wrap: balance;
  transition: all 0.2s;
}
.wp-block-choiceprotheme-featured-game-slide__trailer-play:hover, .wp-block-choiceprotheme-featured-game-slide__trailer-play:focus {
  text-decoration: none;
}
.wp-block-choiceprotheme-featured-game-slide__trailer-play:active {
  opacity: 0.8;
  text-decoration: none;
  transform: scale(0.95);
  transition: all 0.05s;
}
.wp-block-choiceprotheme-featured-game-slide__trailer-play:active svg {
  transition: all 0.05s;
}
.wp-block-choiceprotheme-featured-game-slide__trailer-play svg {
  fill: currentcolor;
  width: 1.5em;
  height: 1.5em;
  transition: all 0.2s;
}
.wp-block-choiceprotheme-featured-game-slide__trailer-play {
  aspect-ratio: 1;
  background: transparent;
  border: none;
  border-radius: 100%;
  color: inherit;
  line-height: 1;
  padding: var(--wp--preset--spacing--50);
}
.wp-block-choiceprotheme-featured-game-slide__trailer-play {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--foreground);
}
.wp-block-choiceprotheme-featured-game-slide__trailer-play:hover, .wp-block-choiceprotheme-featured-game-slide__trailer-play:focus {
  transform: scale(1.1);
}
.wp-block-choiceprotheme-featured-game-slide__trailer-play:active {
  transform: scale(0.95);
}
.wp-block-choiceprotheme-featured-game-slide__trailer-play {
  align-items: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  padding: 0;
  width: 6rem;
  height: 6rem;
}
.wp-block-choiceprotheme-featured-game-slide__trailer-play svg {
  margin-left: 0.5rem;
  width: 2.5rem;
  height: 2.5rem;
}
.wp-block-choiceprotheme-featured-game-slide__trailer-text {
  font-weight: 700;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.75);
  text-transform: uppercase;
}
.wp-block-choiceprotheme-featured-game-slide__info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  grid-area: info;
  justify-content: center;
}
.wp-block-choiceprotheme-featured-game-slide__title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 900;
  line-height: 1.1;
  margin: 0;
  text-transform: uppercase;
}
.wp-block-choiceprotheme-featured-game-slide__excerpt {
  font-size: 1.125rem;
  line-height: 1.6;
  margin: 0;
  opacity: 0.9;
}
@media (width < 1280px) {
  .wp-block-choiceprotheme-featured-game-slide .storefronts__list {
    justify-content: center;
  }
}
.wp-block-choiceprotheme-featured-game-slide .storefronts__link:hover, .wp-block-choiceprotheme-featured-game-slide .storefronts__link:focus {
  background: var(--wp--preset--color--background);
  transform: translateY(-2px);
}
.wp-block-choiceprotheme-featured-game-slide__buttons {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (width >= 1280px) {
  .wp-block-choiceprotheme-featured-game-slide__buttons {
    flex-direction: row;
  }
}
.wp-block-choiceprotheme-featured-game-slide__button {
  --background-color: var(--wp--preset--color--background);
  --text-color: var(--wp--preset--color--foreground);
  align-items: center;
  border-radius: var(--wp--custom--sizes--radius-small);
  cursor: pointer;
  display: flex;
  font-family: var(--wp--preset--font-family--default);
  font-size: var(--wp--preset--font-size--large);
  font-weight: 800;
  gap: 0.25em;
  letter-spacing: 0.005em;
  opacity: 1;
  padding: var(--wp--preset--spacing--50) var(--wp--preset--spacing--60);
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  text-wrap: balance;
  transition: all 0.2s;
}
.wp-block-choiceprotheme-featured-game-slide__button:hover, .wp-block-choiceprotheme-featured-game-slide__button:focus {
  text-decoration: none;
}
.wp-block-choiceprotheme-featured-game-slide__button:active {
  opacity: 0.8;
  text-decoration: none;
  transform: scale(0.95);
  transition: all 0.05s;
}
.wp-block-choiceprotheme-featured-game-slide__button:active svg {
  transition: all 0.05s;
}
.wp-block-choiceprotheme-featured-game-slide__button svg {
  fill: currentcolor;
  width: 1.5em;
  height: 1.5em;
  transition: all 0.2s;
}
.wp-block-choiceprotheme-featured-game-slide__button {
  background-color: var(--background-color, var(--wp--preset--color--primary));
  border: 2px solid transparent;
  color: var(--text-color, var(--wp--preset--color--foreground));
  justify-content: center;
  text-align: center;
}
.wp-block-choiceprotheme-featured-game-slide__button::before {
  color: var(--wp--preset--color--primary);
}

/*# sourceMappingURL=style.css.map*/