.VideoPlayer{gap:20px}.VideoPlayer,.VideoPlayer .video-container{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0;padding:0}.VideoPlayer .video-container{width:600px;height:348px;min-width:100%}.StepWrapper{width:100%}.StepSection{display:flex;align-items:center;justify-content:space-between;padding:14px 14px 0;width:100%;gap:20px;cursor:pointer}.StepSection h2{font-weight:500;font-size:20px;padding:12px 0}.StepSection img{width:10px;transition:transform .3s ease}.StepWrapperBottomLine{margin-top:14px}.step-toggle{display:none}.step-content{max-height:0;overflow:hidden;padding:0 14px;opacity:0;transition:max-height .3s ease,padding .5s ease,opacity .3s ease;margin-top:0}.step-content p{font-size:18px;margin:0 0 12px}.step-content .req-title{font-weight:700}.step-content .reqs{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.step-content .req{display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px;max-width:120px}.step-content .req img{width:100%;max-width:80px;height:auto}.step-content .req .req-name{font-weight:500}.step-content .req .req-desc{font-size:14px;color:#666}.step-toggle:checked+.StepSection img{transform:rotate(-90deg)}.step-toggle:checked+.StepSection+.step-content{max-height:1000px;padding:0 14px 14px;opacity:1}.StepByStep-wrapper{width:100%;display:flex;flex-direction:column;align-items:center;gap:20px;padding:40px 12px}.StepByStep-wrapper .StepByStep{max-width:900px;width:100%;display:flex;flex-direction:column;justify-content:center}