.wm{display:flex;min-height:400px;overflow:hidden;position:relative;width:100%;--game-bg-image:"";border-radius:.4rem;display:grid;grid-template-areas:"body-wrapper iframe";grid-template-columns:1fr 2fr;grid-template-rows:1fr}@media (min-width:768px){.wm{margin-left:-1.6rem;margin-right:-1.6rem}}.wm .wn{left:0;position:absolute;top:0;z-index:-1}.wm .wn,.wm .wn img{height:100%;width:100%}.wm .wn img{filter:blur(8px);-o-object-fit:cover;object-fit:cover}.wm:after,.wm:before{border-radius:16px;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.wm:before{background-image:var(--game-bg-image),linear-gradient(270deg,hsla(0,0%,100%,.1) 0,hsla(0,0%,60%,.1) 100%);background-position:50%;background-repeat:no-repeat;background-size:cover;filter:blur(8px);opacity:.5;z-index:-2}.wm:after{background-color:rgba(25,8,40,.5);box-shadow:0 0 20px -7px var(--primary-color) inset;z-index:-1}.wm .wo{grid-area:iframe;margin:1rem;padding-top:56.25%;position:relative}.wm .wp{border-radius:.5rem;height:100%;left:0;position:absolute;top:0;width:100%}@media (min-width:1024px){.wm .wq{display:flex;flex-direction:column;grid-area:body-wrapper;height:100%;justify-content:space-evenly;min-height:400px;padding:1rem}}@media (min-width:1280px){.wm .wq{padding:2rem}}@media (width >= 80rem){.wm .wq img{height:auto;width:10rem}}.wm .wr{color:var(--game-showcase-color);font-family:Inter,sans-serif;font-size:25px;font-style:normal;font-weight:900;line-height:1.2em;text-align:left}.wm .ws{flex-direction:row;justify-content:flex-start;padding:0 1rem}.wm .ws,.wm .ws .wt{align-items:center;display:flex}.wm .ws .wt{background-color:var(--partner-logo-bg);border-radius:.2rem;justify-content:center;padding-left:1.5rem;padding-right:1.5rem}.wm .ws .wt+.wt{margin-left:.5rem}.wm .wu{align-items:flex-start;color:var(--white);display:flex;flex-direction:column;font-size:.7rem;line-height:1rem;padding:0 1rem 1rem}.wm .wu .wv{align-items:center;animation:ww 3s ease-in-out infinite;display:flex;justify-content:flex-start;margin-top:1rem;max-width:400px;width:100%}@media (min-width:1280px){.wm .wu .wv{padding:.5rem}}@media (max-width:1023px){.wm{grid-template-areas:"iframe" "body-wrapper" "null";grid-template-columns:1fr}.wm .wq{gap:1rem;justify-content:flex-start;min-height:auto}.wm .wr{display:flex;flex-direction:column;padding:0 1rem 1rem;text-align:center}.wm .wr,.wm .ws{align-items:center;justify-content:center}.wm .ws .wt{height:60px;padding:.25rem .5rem;width:auto}.wm .ws .wt img{padding:.5rem}.wm .wu{font-size:.6rem;line-height:.8rem;text-align:center}.wm .wu .wv{margin-left:auto;margin-right:auto}}@keyframes ww{0%{transform:scale(1)}50%{transform:scale(1.03)}to{transform:scale(1)}}