/*--------------------------------------------------
 *              Reset RD code
 * --------------------------------------------------*/
.toptop_banner {
  height: 0px;
  margin-bottom: 0px;
}

.feature_banner {
  display: none;
}

.pd_purchase_left {
  display: none !important;
}

#pd_purchase {
  display: none !important;
}

/*fix purchase ui issues*/
.banner1200 {
  height: 0px !important;
  overflow: hidden;
}

/*hide pdrm purchase*/
.bundle_pdrm {
  display: none !important;
}

.container {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.on_600 {
  display: none;
}

.back_top {
  z-index: 999 !important;
}

/*----------------------------------------------------
 *              Base Style
 * ----------------------------------------------------*/
main p {
  color: #fff;
}
main p:not(:last-of-type) {
  padding-bottom: 0.6rem;
}

/*----------------------------------------------------
 *              Promotional Ribbon
 * ----------------------------------------------------*/
.promo-ribbon {
  position: absolute;
  background-color: #ff0057;
  padding: 8px 16px;
  color: #fff;
  border-bottom-right-radius: 6px;
  font-weight: 700;
  z-index: 1;
}

@media (max-width: 620px) {
  .promo-ribbon {
    width: 100vw;
    border-radius: 0;
    height: fit-content;
  }
}
/*----------------------------------------------------
 *              CTA buttons style
 * ----------------------------------------------------*/
#main-content section:not(.hero) .cta-btn {
  background: black;
  min-height: 70px;
  color: white;
  font-weight: 600;
  border-radius: 7px;
  font-size: 1rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all;
  margin-top: 20px;
  text-transform: uppercase;
  padding: 1rem 1.2rem;
  width: auto;
  height: auto;
  text-align: center;
}
#main-content section:not(.hero) .cta-btn:hover {
  transform: scale(1.05);
}

@media (min-width: 600px) {
  #main-content section:not(.hero) .cta-btn {
    max-width: 180px;
  }
}
/*----------------------------------------------------
 *              WebCommerce ad section
 * ----------------------------------------------------*/
.webcommerce-ad {
  display: grid;
  grid-template-columns: 1fr;
  height: fit-content;
}
.JPN .webcommerce-ad {
  display: none;
}

#long-banner {
  justify-self: center;
}

@media (max-width: 620px) {
  .webcommerce-ad {
    display: none;
  }
}
/*----------------------------------------------------
 *              Promotional Ribbon
 * ----------------------------------------------------*/
.fixed-bottom-promo {
  width: 100%;
  height: auto;
  background: #ff0057;
  position: fixed;
  bottom: 0;
  z-index: 9;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.42);
  padding: 0.5rem clamp(100px, 11%, 500px);
}
.fixed-bottom-promo p {
  font-weight: 800;
  font-size: clamp(18px, 2vw, 25px);
}

.shop-sale {
  background: black;
  color: white;
  padding: 0.4rem 1rem;
  border-radius: 2pc;
  margin: 0 1%;
}

/*----------------------------------------------------
 *              New label
 * ----------------------------------------------------*/
span.new {
  position: absolute;
  top: -27px;
  left: -25px;
  background: red;
  padding: 0.2rem 0.5rem;
  border-radius: 10px;
  font-size: clamp(12px, 2vw, 15px);
  rotate: -15deg;
  color: white;
}

/*----------------------------------------------------
 *          Ultimate Home Entertainment section
 * ----------------------------------------------------*/
#home-cinema {
  background: #000;
}
#home-cinema .right-side {
  position: relative;
}

#tech-logos {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: -9%;
  right: 4%;
  display: flex;
  justify-content: flex-end;
  gap: 16px;
}

#tech-logos img {
  max-width: 55px;
  border-radius: 5px;
}

#home-cinema > :nth-child(2), #home-cinema > :nth-child(3) {
  grid-row: 2;
  grid-column: 1;
}

#home-cinema > :nth-child(3) {
  width: 44%;
  align-self: end;
  justify-self: end;
  max-width: 245px;
  translate: -5% -25%;
}

@media (min-width: 600px) {
  #tech-logos {
    right: 3%;
    gap: 12px;
  }
  #tech-logos img {
    max-width: 65px;
    border-radius: 5px;
  }
  #home-cinema > :nth-child(1) {
    grid-row: 1;
  }
  #home-cinema > :nth-child(2) {
    grid-row: 3;
    grid-column: 1 / -1;
  }
  #home-cinema > :nth-child(3) {
    grid-row: 3;
    grid-column: 2;
    justify-self: start;
    translate: unset;
    width: auto;
    max-width: 92%;
    align-self: center;
  }
  #home-cinema > :nth-child(4) {
    grid-row: 2;
    grid-column: 1/-1;
  }
}
@media (min-width: 1065px) {
  #home-cinema > :nth-child(2), #home-cinema > :nth-child(3), #home-cinema > :nth-child(4) {
    grid-row: 2;
  }
  #home-cinema > :nth-child(3) {
    display: block;
    grid-column: 2 / 4;
    translate: 0 -29%;
    width: 24vw;
    max-width: 458px;
    justify-self: end;
    align-self: end;
  }
  #home-cinema > :nth-child(4) {
    grid-column: 5;
  }
}
/*----------------------------------------------------
 *            Blu-ray & DVD Playback section
 * ----------------------------------------------------*/
#dvd-playback {
  background: #332980;
}

#disc-logos {
  justify-content: flex-start;
}
#disc-logos img {
  padding-right: 6%;
}

@media (min-width: 600px) {
  #cinema-quality {
    grid-row: 1;
  }
  #cinema-quality picture {
    height: 100%;
  }
  #cinema-quality picture img {
    height: 100%;
    object-fit: cover;
  }
  #dvd-playback .left-side {
    grid-row: 1;
  }
}
/*----------------------------------------------------
 *             Karaoke section
 * ----------------------------------------------------*/
@keyframes spin {
  from {
    rotate: 0deg;
  }
  to {
    rotate: 360deg;
  }
}
.lightbox {
  border-radius: 20px;
}

#karaoke {
  background: radial-gradient(circle, rgb(35, 8, 36) 36%, rgb(0, 0, 0) 100%);
}
#karaoke .left-side {
  grid-row: 1;
  position: relative;
  grid-column: 1/-1;
  padding: 0;
  justify-self: start;
  width: 100%;
  display: grid;
}
#karaoke .left-side picture {
  grid-row: 1;
  grid-column: 1;
}
#karaoke .left-side picture:nth-of-type(1) {
  z-index: 3;
}
#karaoke .left-side span {
  display: none;
}
#karaoke a {
  width: 56%;
  border-radius: 50%;
  aspect-ratio: 1;
  position: absolute;
  z-index: 4;
  place-self: center;
  display: grid;
  opacity: 0;
  transition: all 0.2s;
}
#karaoke a:hover {
  opacity: 1;
}
#karaoke a::before, #karaoke a::after {
  content: "";
  place-self: center;
  position: absolute;
  aspect-ratio: 1;
}
#karaoke a::before {
  width: 5rem;
  background: rgba(0, 0, 0, 0.3215686275);
  border: solid white 3px;
  border-radius: 50%;
  backdrop-filter: blur(3px);
}
#karaoke a::after {
  clip-path: polygon(20% 0, 20% 100%, 100% 50%);
  width: 3rem;
  background: #ffffff;
}
#karaoke .right-side {
  grid-row: 2;
  grid-column: 1/-1;
  position: relative;
}
#karaoke .right-side .new {
  top: 0px;
  left: -15px;
  font-size: clamp(12px, 2vw, 19px);
  top: 0px;
  left: -12px;
  font-weight: bold;
  font-style: italic;
  padding: 0.4rem 0.85rem 0.4rem 0.6rem;
  border-radius: 16px;
  text-shadow: 2px 1px 3px black;
}

@media (min-width: 600px) {
  #karaoke {
    min-height: 550px;
  }
  #karaoke .left-side {
    max-width: unset;
  }
  #karaoke .left-side span {
    display: block;
    --offset: 238px;
    --degrees: 0deg;
    --anime-time: 180s;
    position: absolute;
    z-index: 2;
    place-self: center;
    transform: translate(calc(cos(var(--degrees)) * var(--offset)), calc(sin(var(--degrees)) * var(--offset)));
    opacity: 0.85;
    animation: spin var(--anime-time) linear infinite;
  }
  #karaoke .left-side span:nth-of-type(1) {
    --degrees: 0 * 360deg / 6;
  }
  #karaoke .left-side span:nth-of-type(2) {
    --degrees: 1 * 360deg / 6;
  }
  #karaoke .left-side span:nth-of-type(3) {
    --degrees: 2 * 360deg / 6;
  }
  #karaoke .left-side span:nth-of-type(4) {
    --degrees: 3 * 360deg / 6;
  }
  #karaoke .left-side span:nth-of-type(5) {
    --degrees: 4 * 360deg / 6;
  }
   #karaoke .left-side span:nth-of-type(6) {
    --degrees: 5 * 360deg / 6;
  }
  #karaoke .left-side span b {
    animation: spin var(--anime-time) linear infinite;
    animation-direction: reverse;
    display: block;
    background: rgba(0, 0, 0, 0.65);
    color: white;
    border-radius: 15px;
    border: solid rgba(0, 0, 0, 0.4509803922) 2px;
    padding: 0.3rem 0.6rem;
    font-weight: 600;
  }
  #karaoke .right-side {
    grid-row: 2;
  }
}
@media (min-width: 1065px) {
  #karaoke .left-side {
    grid-column: 1/5;
    height: 100%;
  }
  #karaoke .left-side span {
    display: none;
  }
  #karaoke .left-side picture {
    height: 100%;
  }
  #karaoke .left-side picture img {
    height: 100%;
    object-fit: cover;
  }
  #karaoke .right-side {
    grid-row: 1;
    grid-column: 5;
  }
}
@media (min-width: 1300px) {
  #karaoke .left-side span {
    display: block;
  }
}
@media (min-width: 1500px) {
  #karaoke .left-side {
    grid-column: 2/6;
    margin-left: -14%;
    max-width: 1000px;
  }
}
/*--------------------------------------------------
 *               TrueTheater section
 * --------------------------------------------------*/
/*=====   slides animation   ======*/
@keyframes fade-transition {
  0% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  92% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.slides {
  display: grid;
  z-index: 1;
}
.slides picture {
  width: 100%;
  grid-row: 1;
  grid-column: 1;
  animation-name: fade-transition;
  animation-timing-function: ease-in;
  animation-iteration-count: infinite;
  animation-duration: 8s;
  opacity: 0;
  transition: opacity 0.1s ease;
  display: block;
  position: relative;
}
.slides picture:nth-of-type(1) {
  animation-delay: 6.5s;
}
.slides picture:nth-of-type(2) {
  animation-delay: 4.5s;
}
.slides picture:nth-of-type(3) {
  animation-delay: 2.5s;
}
.slides picture:nth-of-type(4) {
  animation-delay: 0.5s;
}
.slides img {
  align-self: end;
}

/*=====   text animation   ======*/
@keyframes words_swap {
  10% {
    transform: translateY(-112%);
  }
  25% {
    transform: translateY(-100%);
  }
  35% {
    transform: translateY(-212%);
  }
  50% {
    transform: translateY(-200%);
  }
  60% {
    transform: translateY(-312%);
  }
  75% {
    transform: translateY(-300%);
  }
  85% {
    transform: translateY(-412%);
  }
  100% {
    transform: translateY(-400%);
  }
}
#truetheater {
  background: #332980;
}
#truetheater .right-side {
  position: relative;
}

.truetheater {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
}

.words {
  height: 3.4rem;
  overflow: hidden;
  padding-left: 2%;
}
.words b {
  display: block;
  padding-top: 6%;
  height: 100%;
  animation: words_swap 8s infinite;
  background-color: white;
  background-image: linear-gradient(90deg, rgb(0, 182, 255) 0%, rgb(222, 252, 23) 28%, rgb(224, 107, 232) 46%, rgb(252, 20, 20) 88%);
  background-size: 100%;
  background-repeat: repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
.words b:nth-child(1), .words b:nth-child(5) {
  filter: drop-shadow(-3px 3px 0px rgba(0, 0, 0, 0.2509803922));
}
.words b:nth-child(2) {
  text-shadow: 0 0 0px #fff, 0 0 2px #0025da, 0 0 0px #fff, 0 0 2px #0ff, 0 0 0px #0ff, 0 0 1px #0ff, 0 0 6px #0ff, 0 0 6px #0ff;
  font-weight: 100;
  font-style: italic;
  letter-spacing: 0.04em;
}
.words b:nth-child(3) {
  background-image: linear-gradient(45deg, #ff0000 8%, #ff7600 -22%, #b02730 37%, #ff0000 58%);
  filter: drop-shadow(-4px 3px 0px rgba(0, 0, 0, 0.5098039216)) drop-shadow(-4px 3px 0px rgba(0, 0, 0, 0.5098039216));
  font-style: italic;
}
.words b:nth-child(4) {
  font-weight: bolder;
  letter-spacing: 1px;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.8509803922);
  text-shadow: 3px 3px 0 #c039d1, -1px -1px 0 #6a3ea2, 1px -1px 0 #190f85, -1px 1px 0 #03b3ff, 1px 1px 0 #1d48d3;
}

@media (min-width: 600px) {
  #truetheater .intro {
    grid-row: 1;
    padding-top: 6%;
  }
  #truetheater .right-side {
    grid-row: 2;
    grid-column: 1/-1;
  }
  #truetheater .slides {
    grid-row: 3;
  }
  #truetheater .cta-btn {
    max-width: 100%;
  }
}
@media (min-width: 1065px) {
  #truetheater .slides, #truetheater .right-side {
    grid-row: 2;
  }
  #truetheater .right-side {
    grid-column: 5;
  }
  #truetheater .cta-btn {
    max-width: 180px;
  }
}
@media (min-width: 1200px) {
  .slides picture::before {
    content: attr(data-before);
  }
  .slides picture::after {
    content: attr(data-after);
  }
  .slides picture::before, .slides picture::after {
    position: absolute;
    font-weight: 500;
    color: white;
    top: 4%;
  }
  .slides picture:nth-of-type(1)::before {
    right: 72.5%;
  }
  .slides picture:nth-of-type(1)::after {
    left: 28.5%;
  }
  .slides picture:nth-of-type(2)::before {
    content: "";
  }
  .slides picture:nth-of-type(2)::after {
    content: "";
  }
  .slides picture:nth-of-type(3)::before {
    right: 57.3%;
  }
  .slides picture:nth-of-type(3)::after {
    left: 43.7%;
  }
  .slides picture:nth-of-type(4)::before {
    right: 64.5%;
  }
  .slides picture:nth-of-type(4)::after {
    left: 36.5%;
  }
}
/*--------------------------------------------------
 *          All Formats Supported section
 * --------------------------------------------------*/
#supported-formats {
  background: #1f006c;
}
#supported-formats abbr {
  border-bottom: none;
  text-decoration: none;
}

#codec-logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 15px;
}
#codec-logos a:not(.see-all-formats) {
  font-family: "Roboto";
  font-size: 1rem;
  border-radius: 8px;
  font-style: italic;
  font-weight: bolder;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  padding: 4px 0;
  outline: 2px solid #fff !important;
  width: 100%;
  transition: all 0.2s;
}
#codec-logos a:not(.see-all-formats):hover {
  color: #fff;
  outline: 2px solid #fff;
}
#codec-logos a:has(span.new) {
  color: #fff;
  outline: 2px solid #fff;
  position: relative;
  text-shadow: 1px 1px 3px black;
}
#codec-logos a:has(span.new):hover {
  transform: scale(1.1);
}
#codec-logos a:has(span.new):hover > span.new {
  transform: scale(1.1);
}
#codec-logos span.new {
  top: -12px;
  left: -18px;
  font-size: clamp(10px, 2vw, 13px);
  transition: all 0.2s;
}
#codec-logos .see-all-formats {
  grid-column: span 2;
  justify-self: center;
  color: white;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: all 0.2s;
}
#codec-logos .see-all-formats:hover {
  text-shadow: 3px 3px 14px black;
  transform: translateX(10px);
}

@media (min-width: 600px) {
  #supported-formats {
    padding-bottom: 3%;
  }
  #supported-formats .right-side, #supported-formats .left-side {
    grid-column: 1/-1;
  }
  #all-formats {
    padding: 0 5%;
  }
}
@media (min-width: 1065px) {
  #supported-formats {
    padding-bottom: 0;
  }
  #supported-formats .right-side, #supported-formats .left-side {
    grid-row: 2;
  }
  #supported-formats .left-side {
    grid-column: 2;
  }
  #supported-formats .right-side {
    grid-column: 3/6;
  }
  #all-formats {
    padding: 5% 5% 16%;
  }
}

@media (max-width: 1200px) {
  #codec-logos .see-all-formats {
    grid-row: 4;
    height: 40px;
    align-content: center;
    justify-self: auto;
  }
}
/*--------------------------------------------------
 *             Reimagined section
 * --------------------------------------------------*/
#reimagined {
  background: #332980;
}

@keyframes stack-transition1 {
  0% {
    width: 100%;
    padding-top: 0%;
    transform: rotateX(0deg) rotate(0deg) translateY(0rem) translateZ(0rem);
  }
  100% {
    width: var(--scaleEnd);
    padding-top: 20%;
    transform: rotateX(41deg) rotate(-31deg) translateY(4rem) translateZ(var(--transZBottom));
  }
}
@keyframes stack-transition2 {
  0% {
    width: 100%;
    padding-top: 0%;
    transform: rotateX(0deg) rotate(0deg) translateY(0rem) translateZ(0rem);
  }
  100% {
    width: var(--scaleEnd);
    padding-top: 20%;
    transform: rotateX(41deg) rotate(-31deg) translateY(4rem) translateZ(var(--transZMiddle));
  }
}
@keyframes stack-transition3 {
  0% {
    width: 100%;
    padding-top: 0%;
    transform: rotateX(0deg) rotate(0deg) translateY(0rem) translateZ(0rem);
  }
  100% {
    width: var(--scaleEnd);
    padding-top: 20%;
    transform: rotateX(41deg) rotate(-31deg) translateY(4rem) translateZ(var(--transZTop));
  }
}
#interface {
  display: grid;
  z-index: 1;
  perspective: 100em;
}
#interface img {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  --scaleEnd: 75%;
  --transZTop: 12rem;
  --transZMiddle: 9rem;
  --transZBottom: 6rem;
  margin: 0 auto;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0, 0.68, 0.5, 1.01);
  animation-iteration-count: 1;
  animation-duration: 2s;
  transform-origin: bottom;
}
#interface > :nth-child(1) {
  opacity: 0.4;
  animation-name: none;
}
#interface > :nth-child(2) {
  opacity: 0.65;
  animation-name: none;
}
#interface > :nth-child(3) {
  animation-name: none;
}

@media (min-width: 600px) {
  #reimagined {
    min-height: 600px;
    overflow: visible;
  }
  #reimagined > div {
    grid-row: 1;
  }
  #reimagined .right-side {
    place-self: end;
    transform: translateY(-12%);
  }
  #interface {
    grid-column: 1/-1;
    max-width: 700px;
    justify-self: start;
    transform: translate(-7%, -12%);
  }
  #interface img {
    --scaleEnd: 85%;
    --transZTop: 12rem;
    --transZMiddle: 8rem;
    --transZBottom: 4rem;
    transform-origin: initial;
  }
}
@media (min-width: 1065px) {
  #reimagined {
    min-height: unset;
  }
  #reimagined .right-side {
    place-self: center;
    transform: unset;
  }
  #interface {
    grid-column: 1/5;
    justify-self: center;
    transform: unset;
    max-width: none;
    margin-left: 10%;
  }
  #interface img {
    --scaleEnd: 100%;
    --transZTop: 19rem;
    --transZMiddle: 12rem;
    --transZBottom: 6rem;
  }
}
/*--------------------------------------------------
 *             Cast to any devices section
 * --------------------------------------------------*/
#cast {
  background: #332980;
}
#cast picture img {
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.4117647059)) drop-shadow(9px 15px 10px #22146e);
}

#casting-logos img {
  width: 20.8333333333%;
}

@media (min-width: 600px) {
  #cast {
    padding-bottom: 6%;
  }
  #cast .right-side, #cast .left-side {
    grid-row: 1;
  }
  #cast .left-side {
    grid-row: 2;
    grid-column: 1/-1;
    margin-top: -11%;
  }
  #cast picture {
    padding: 0 8%;
    margin-top: -5%;
    grid-column: 1/-1;
  }
}
@media (min-width: 1065px) {
  #cast {
    padding-bottom: 0;
  }
  #cast .left-side {
    grid-row: 1;
    grid-column: 2;
    margin-top: 0;
  }
  #cast picture {
    padding: 0;
    margin-top: 0;
    grid-column: 3/6;
  }
}
/*--------------------------------------------------
 *          Anywhere section
 * --------------------------------------------------*/
#anywhere {
  background: #1f006c;
}

@media (min-width: 600px) {
  #anywhere {
    padding-bottom: 6%;
  }
  #anywhere .full-width {
    grid-row: 1;
  }
  #anywhere .right-side {
    grid-row: 2;
  }
  #anywhere .left-side {
    grid-row: 3;
    grid-column: 1/-1;
  }
  #anywhere img {
    grid-column: 1/-1;
    padding: 5%;
  }
}
@media (min-width: 1065px) {
  #anywhere {
    padding-bottom: 0;
  }
  #anywhere .left-side {
    grid-row: 2;
    grid-column: 2;
  }
  #anywhere img {
    grid-column: 3/6;
    padding: 15% 5%;
  }
}
/*--------------------------------------------------
 *           PowerPlayer / Mobile UI section
 * --------------------------------------------------*/
#power-player {
  background: #332980;
  padding-bottom: 6%;
}

.watch-anyhwere {
  text-align: center;
  overflow: hidden;
}

@keyframes scale-down {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes move-right {
  0% {
    opacity: 0;
    transform: translateX(-55%);
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes move-left {
  0% {
    opacity: 0;
    transform: translateX(55%);
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes move-up {
  0% {
    opacity: 0;
    transform: translateY(27%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes back-to-front {
  0% {
    z-index: var(--zindexStart);
    opacity: 1;
    transform: scale(0.1);
    offset-distance: 0%;
    offset-rotate: 8deg;
  }
  96% {
    transform: scale(1.1);
  }
  100% {
    z-index: 9;
    opacity: 1;
    transform: scale(1);
    offset-distance: 100%;
    offset-rotate: 0deg;
  }
}
#subgrid {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 550px;
}
#subgrid a, #subgrid img {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
}
#subgrid a {
  z-index: 1;
  position: relative;
  opacity: 0;
  transition-delay: 4.5s;
  transition-property: opacity;
  transition-duration: 0.5s;
  width: 15%;
  height: 18%;
  justify-self: center;
  align-self: center;
}

#pdvd-ui-bg {
  opacity: 0;
  animation-name: none;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-delay: 0.2s;
  animation-timing-function: cubic-bezier(0, 0.35, 0.67, 1.04);
}

#tablet, #iphone {
  opacity: 0;
  animation-name: none;
  animation-fill-mode: forwards;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-iteration-count: 1;
  animation-delay: 1s;
  animation-timing-function: cubic-bezier(0.32, -0.2, 0.4, 1.16);
}

#tablet-pro, #iphone-x {
  opacity: 0;
  animation-name: none;
  animation-fill-mode: forwards;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-iteration-count: 1;
  animation-delay: 1s;
  animation-timing-function: cubic-bezier(0.32, -0.2, 0.4, 1.16);
}

#iphone, #iphone-x {
  animation-duration: 3s;
}

#macbook-pro {
  opacity: 0;
  animation-name: none;
  animation-fill-mode: forwards;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-iteration-count: 1;
  animation-delay: 2s;
  animation-timing-function: cubic-bezier(0.32, -0.2, 0.4, 1.16);
}

#cyberlink-cloud {
  width: 15% !important;
  align-self: start;
  justify-self: end;
  transform: translate(0%, -1%);
  opacity: 0;
  --zindexStart: 9;
  animation-name: none;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
  animation-delay: 2.5s;
  animation-timing-function: cubic-bezier(0.39, -0.18, 0.56, 1.41);
}

.app-badges {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1rem;
  margin: 0 auto;
  margin-top: 2rem;
  width: 100%;
  max-width: 400px;
  opacity: 0;
  transition: 2s;
  transition-delay: 4s;
}
.app-badges img {
  width: 100%;
}

@media (min-width: 600px) {
  #power-player {
    padding: 5% 0 6% 0;
  }
  #power-player .left-side {
    grid-column: 1/-1;
    max-width: none;
    grid-row: 1;
  }
  #power-player .right-side {
    grid-row: 2;
    grid-column: 1/-1;
  }
  #power-player .app-badges a {
    transition: all 0.2s;
  }
  #power-player .app-badges a:hover {
    transform: scale(1.04);
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.368627451);
  }
}
@media (min-width: 1065px) {
  #power-player .left-side, #power-player .right-side {
    grid-row: 1;
  }
  #power-player .left-side {
    grid-column: 2/5;
  }
  #power-player .right-side {
    grid-column: 5;
  }
  #cyberlink-cloud {
    --zindexStart: -9;
    offset-path: path("M45,24c0,0,84.06-1.49,94.76-17.12S71.11,24.4,45.16,47.02z");
  }
}
@media (min-width: 1285px) {
  #subgrid {
    max-width: 880px;
  }
  #cyberlink-cloud {
    offset-path: path("M62.16,44.02c0,0,84.06-1.49,94.76-17.12S71.11,24.4,45.16,47.02z");
  }
}