.graphic{font-size:20px;line-height:30px;font-weight:500;display:flex;gap:5px;width:400px;overflow:hidden;border-radius:var(--border-radius);box-sizing:content-box;position:relative;z-index:0;background:linear-gradient(135deg,var(--card-grd1),var(--card-grd2));filter:drop-shadow(0 0 0 rgb(173,155,255,0))}.Red .graphic{background:linear-gradient(135deg,var(--card-red-grd1),var(--card-red-grd2))}.Blue .graphic{background:linear-gradient(135deg,var(--card-blue-grd1),var(--card-blue-grd2))}.glow{box-shadow:0 5px 80px 10px var(--card-glow)}.Red.glow{box-shadow:0 5px 80px 10px var(--card-red-glow)}.Blue.glow{box-shadow:0 5px 80px 10px var(--card-blue-glow)}.card-border{z-index:1;border-radius:var(--border-radius);border:1px solid transparent;background:linear-gradient(135deg,var(--border-grd1),var(--border-grd2)) border-box}.Red .card-border{background:linear-gradient(135deg,var(--border-red-grd1),var(--border-red-grd2)) border-box}.Blue .card-border{background:linear-gradient(135deg,var(--border-blue-grd1),var(--border-blue-grd2)) border-box}.card-secondary-text{color:var(--card-secondary)}.Red .card-secondary-text{color:var(--card-red-secondary)}.Blue .card-secondary-text{color:var(--card-blue-secondary)}.graphic-fightercard{padding:40px 20px;flex-direction:column;height:240px;justify-content:center}.graphic-custom,.graphic-lowerthird{padding:10px 20px;flex-direction:column}.graphic-custom h1{font-size:2.25rem;line-height:2.5rem}.graphic-custom h2{font-size:1.5rem;line-height:2rem}.graphic-custom h3{font-size:1.25rem;line-height:1.75rem}.graphic-custom h4{font-size:1.125rem;line-height:1.75rem}.graphic-custom{font-size:1rem;line-height:1.5rem}.graphic-custom ul{list-style:initial;padding-inline-start:20px}.graphic-custom ol{list-style:decimal;padding-inline-start:20px}.card-list div{display:flex}.noise .graphic:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;background:#000;filter:url(#noise);opacity:16%;mix-blend-mode:hard-light;transition:all .3s ease}.card-subtitle{margin:0 auto;text-align:center}