.aplayers{background-color:var(--aplayers-bg,#411560);overflow:hidden;padding:clamp(48px,8vw,112px) 0}.aplayers__container{align-items:center;display:grid;gap:clamp(32px,5vw,80px);grid-template-columns:1.05fr 1fr;margin:0 auto;max-width:1280px;padding:0 24px}.aplayers__grid-wrap{min-width:0}.aplayers__grid-image{display:block;height:auto;width:100%}@media (min-width:1440px){.aplayers--bleed .aplayers__grid-wrap{margin-left:-64px}}.aplayers__content{min-width:0}.aplayers__eyebrow{color:var(--aplayers-eyebrow,#ff9a1b);margin:0 0 2px}.aplayers__eyebrow,.aplayers__heading{font-size:clamp(28px,3.2vw,40px);font-weight:800;line-height:1.15}.aplayers__heading{color:var(--aplayers-heading,#fff);margin:0 0 20px}.aplayers__body{color:var(--aplayers-body,#ede8f0);font-size:1.05rem;line-height:1.65}.aplayers__body p{margin:0 0 1em}.aplayers__body p:last-child{margin-bottom:0}.aplayers__body a{color:inherit;text-decoration-thickness:1px;text-underline-offset:2px}.aplayers__button{align-items:center;background-color:var(--aplayers-btn-bg,#ff9a1b);border-radius:8px;color:var(--aplayers-btn-text,#232323);display:inline-flex;font-size:.85rem;font-weight:800;gap:10px;letter-spacing:.04em;margin-top:28px;padding:17px 24px;text-decoration:none;text-transform:uppercase;transition:transform .15s ease,box-shadow .15s ease}.aplayers__button svg{transition:transform .15s ease}.aplayers__button:focus-visible,.aplayers__button:hover{box-shadow:0 12px 24px rgba(0,0,0,.25);transform:translateY(-2px)}.aplayers__button:focus-visible svg,.aplayers__button:hover svg{transform:translateX(3px)}.aplayers__button:focus-visible{outline:3px solid #fff;outline-offset:3px}@media (max-width:900px){.aplayers__container{grid-template-columns:1fr}.aplayers--bleed .aplayers__grid-wrap{margin-left:0}}@media (prefers-reduced-motion:reduce){.aplayers__button,.aplayers__button svg{transition:none}}