.handicap-page{
     position:relative;
     overflow:hidden;
}
 .handicap-page::after{
     content:"";
     position:absolute;
     top:120px;
     right:-40px;
     width:320px;
     height:420px;
     opacity:.35;
     pointer-events:none;
     background-repeat:no-repeat;
     background-size:contain;
     background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='320' height='420' viewBox='0 0 320 420'%3E%3Cg fill='none' stroke='%23CFCFCF' stroke-width='2'%3E%3Cpath d='M60 60l22-13h26l22 13v26l-22 13H82L60 86z'/%3E%3Cpath d='M210 110l18-10h21l18 10v21l-18 10h-21l-18-10z'/%3E%3Cpath d='M235 240l22-13h26l22 13v26l-22 13h-26l-22-13z'/%3E%3Cpath d='M190 310l18-10h21l18 10v21l-18 10h-21l-18-10z'/%3E%3Cpath d='M260 340l14-8h17l14 8v17l-14 8h-17l-14-8z'/%3E%3C/g%3E%3C/svg%3E");
}
 .handicap-title{
     font-size:42px;
     font-weight:600;
     letter-spacing:-.02em;
     color:#111;
}
 .handicap-subtitle{
     color:#6b6b6b;
     font-size:15px;
}
 .handicap-locations{
     font-size:12px;
     letter-spacing:.12em;
     color:#222;
     text-transform:uppercase;
}
 .handicap-text{
     color:#444;
     line-height:1.8;
}
 .handicap-section-title{
     font-weight:700;
     color:#111;
}
 .handicap-list, .handicap-right-list{
     list-style:none;
     padding:0;
     margin:0;
     display:flex;
     flex-direction:column;
     gap:10px;
}
 .handicap-list li, .handicap-right-list li{
     display:flex;
     align-items:flex-start;
     gap:10px;
     color:#333;
     line-height:1.6;
}
 .handicap-dot{
     width:18px;
     height:18px;
     border-radius:999px;
     background:#E0312B;
     display:inline-flex;
     align-items:center;
     justify-content:center;
     flex:0 0 18px;
     margin-top:3px;
}
 .handicap-dot i{
     color:#fff;
     font-size:12px;
     line-height:1;
}
 .handicap-footnote{
     margin-top:10px;
     color:#444;
}
 .handicap-link{
     color:#E0312B;
     text-decoration:none;
     font-weight:700;
}
 .handicap-link:hover{
     text-decoration:underline;
}
 .handicap-right-title{
     font-weight:800;
     color:#111;
}
 .handicap-right-subtitle{
     font-weight:700;
     color:#111;
}
 .handicap-image-wrap{
     border-radius:14px;
     overflow:hidden;
}
 .handicap-image{
     width:100%;
     height:auto;
     display:block;
     border-radius:14px;
}
 .handicap-right-strong{
     font-weight:700;
     color:#111;
}
 .handicap-right-muted{
     color:#6b6b6b;
}
 .handicap-right-link{
     color:#333;
     text-decoration:none;
}
 .handicap-right-link:hover{
     text-decoration:underline;
}
 .handicap-email{
     color:#E0312B;
     text-decoration:none;
     font-weight:700;
}
 .handicap-email:hover{
     text-decoration:underline;
}
