.list-items-module{border-bottom:var(--list-border);list-style:none;margin:0;padding:0}li.list-item{border-top:var(--list-border);margin:0;overflow:visible;padding:0}.list-item a{text-decoration:none}.list-item-row{align-items:center;box-sizing:border-box;display:flex;margin:0 auto;max-width:1400px;padding:var(--padding-60) 2em;width:100%}.list-item-title{font-family:var(--font-family-heading);font-size:clamp(20px,2.3vw,32px);font-weight:var(--font-weight-bold-heading);line-height:clamp(22px,2.4vw,34px);line-height:var(--line-height-heading);margin-right:auto;text-transform:uppercase;transition:color .3s ease}.list-item-arrow{flex-shrink:0;opacity:0;transform:translateX(-50px);transition:opacity .2s linear,transform .2s ease;width:138px;z-index:1}.list-item-arrow svg path{transition:fill .3s ease}.list-item:hover .list-item-arrow{opacity:1;transform:translateX(0)}.list-item:hover .list-item-arrow svg path{fill:#ff2d87}.list-item:hover .list-item-title{color:#ff2d87}.list-item-subhead{flex-shrink:0;font-size:14px;font-weight:500;line-height:1.4;margin-left:3rem;overflow:visible;transition:color .3s ease;width:138px;word-break:normal}.list-item:hover .list-item-subhead{color:#ff2d87}@media (max-width:980px){.list-item-subhead{margin-left:1.5rem}.list-item-title{flex-shrink:1;min-width:0}}@media (max-width:640px){.list-item-row{flex-wrap:wrap;padding:1.25em 1.5em}.list-item-arrow{display:none}.list-item-subhead{flex-basis:100%;font-size:12px;margin-left:0;margin-top:.5em;width:auto}}