.scrollmod{background:linear-gradient(135deg,#16226e,#1c53a8 55%,#2aa2c9);color:#fff;padding:4.5rem 1.5rem}.scrollmod__inner{align-items:start;display:grid;gap:4rem;grid-template-columns:5fr 7fr;margin:0 auto;max-width:1100px}.scrollmod__static h1,.scrollmod__static h2,.scrollmod__static h3{color:#fff;font-weight:400;line-height:1.25;margin:0 0 1.5rem}.scrollmod__static h2{font-size:2.25rem}.scrollmod__static p{color:hsla(0,0%,100%,.92);font-size:1rem;line-height:1.6}.scrollmod__scrollwrap{align-items:stretch;display:flex;gap:1.75rem}.scrollmod__panel{flex:1 1 auto;max-height:340px;overflow-y:auto;padding-right:.5rem;scrollbar-width:none}.scrollmod__panel::-webkit-scrollbar{display:none}.scrollmod__panel h3,.scrollmod__panel h4{color:#fff;font-size:.9375rem;font-weight:700;letter-spacing:.06em;margin:1.75rem 0 .5rem;text-transform:uppercase}.scrollmod__panel h3:first-child,.scrollmod__panel h4:first-child{margin-top:0}.scrollmod__panel p{color:hsla(0,0%,100%,.92);font-size:1rem;line-height:1.6;margin:0 0 1rem}.scrollmod__controls{align-items:center;display:flex;flex:0 0 auto;flex-direction:column;gap:.625rem}.scrollmod__arrow{align-items:center;background-color:#b20b4b;border:none;border-radius:5px;color:#fff;cursor:pointer;display:flex;height:26px;justify-content:center;padding:0;transition:transform .15s ease,opacity .15s ease;width:26px}.scrollmod__arrow:hover{transform:scale(1.1)}.scrollmod__arrow[disabled]{background:#b20b4b;cursor:default;opacity:.4;transform:none}.scrollmod__track{background-color:hsla(0,0%,100%,.35);border-radius:999px;cursor:pointer;flex:1 1 auto;min-height:120px;position:relative;width:10px}.scrollmod__thumb{background-color:#fff;border-radius:999px;height:40%;left:0;position:absolute;top:0;width:100%}@media (max-width:860px){.scrollmod__inner{gap:2.5rem;grid-template-columns:1fr}.scrollmod__panel{max-height:320px}}