.ProjectsByPathway__card.Card{--cardBackground:0 0/8px 8px #f6f9fc radial-gradient(#e6ecf2 1px,transparent 0);display:grid;gap:24px 10px;grid-template-columns:1fr 120px;padding:16px;border:1px solid #e6ecf2}@media (min-width:600px){.ProjectsByPathway__card.Card{grid-template-columns:1fr 192px;padding:40px}}.ProjectsByPathway__title{color:#0a2540;font:var(--fontWeightSemibold) 12px/18px var(--fontFamily);letter-spacing:.2px}@media (min-width:600px){.ProjectsByPathway__title{font-size:15px;line-height:19px}}.ProjectsByPathway__listLayout{display:flex;gap:12px;flex-direction:column}@media (min-width:600px){.ProjectsByPathway__listLayout{gap:16px}}.ProjectsByPathway__list{display:flex;gap:4px;flex-direction:column;align-items:flex-start;margin:0;padding:0}.ProjectsByPathway__listItem{--projectByPathwayListBulletSize:8px;--projectByPathwayListBulletColor:#15be53;color:#4f5b76;list-style:none;font:var(--fontWeightNormal) 11px/18px var(--fontFamily);letter-spacing:.2px;display:flex;align-items:baseline}@media (min-width:600px){.ProjectsByPathway__listItem{--projectByPathwayListBulletSize:10px;font-size:15px;padding:3px 0}}.ProjectsByPathway__listItem:before{content:"";display:inline-block;width:var(--projectByPathwayListBulletSize);height:var(--projectByPathwayListBulletSize);margin-right:8px;border-radius:50%;background:var(--projectByPathwayListBulletColor,#15be53);transform:scale(1);flex-shrink:0}@media (prefers-reduced-motion:no-preference){.ProjectsByPathway__listItem:before{transition:transform .3s ease-in-out}}.ProjectsByPathway__listItem:nth-child(2){--projectByPathwayListBulletColor:#14d433}.ProjectsByPathway__listItem:nth-child(3){--projectByPathwayListBulletColor:#ffce48}.ProjectsByPathway__listItem:nth-child(4){--projectByPathwayListBulletColor:#ff7600}.ProjectsByPathway__listItem:nth-child(5){--projectByPathwayListBulletColor:#ff5996}.ProjectsByPathway__listItem:nth-child(6){--projectByPathwayListBulletColor:#f363f3}.ProjectsByPathway__listItem:nth-child(7){--projectByPathwayListBulletColor:#96f}.ProjectsByPathway__listItem:nth-child(8){--projectByPathwayListBulletColor:#635bff}.ProjectsByPathway__listItem:nth-child(9),.ProjectsByPathway__listItem:nth-child(10){--projectByPathwayListBulletColor:#0073e6}.ProjectsByPathway__listItemContent{display:inline-block;transform:translateX(0);line-height:140%}@media (prefers-reduced-motion:no-preference){.ProjectsByPathway__listItemContent{transition:color .3s ease-in-out,font-weight .3s ease-in-out}}.ProjectsByPathway__listItemNumber{display:inline-block}.ProjectsByPathway__listItem--isActive .ProjectsByPathway__listItemContent{font-weight:var(--fontWeightSemibold);color:#0a2540}.ProjectsByPathway__listItem--isActive:before{transform:scale(1.2)}.ProjectsByPathway__chart{display:flex;align-items:center}.ProjectsByPathway__barGraphLayout{display:flex;gap:16px;grid-column:span 2;flex-direction:column}@media (min-width:600px){.ProjectsByPathway__barGraphLayout{gap:24px}}@keyframes fadeInPercentages{0%{opacity:0;translate:0}to{opacity:1;translate:0 -10px}}.ProjectsByPathway__chartPercentagesList{display:grid;grid-template-columns:1fr;position:absolute;margin:0;padding:0;list-style-type:none}.ProjectsByPathway__chartPercentagesList .ProjectsByPathway__chartPercentage{display:flex;justify-content:center;width:100%;height:100%;grid-row-start:1;grid-column-start:1;--projectByPathwayListBulletColor:#15be53}.ProjectsByPathway__chartPercentagesList .ProjectsByPathway__chartPercentage:nth-child(2){--projectByPathwayListBulletColor:#14d433}.ProjectsByPathway__chartPercentagesList .ProjectsByPathway__chartPercentage:nth-child(3){--projectByPathwayListBulletColor:#ffce48}.ProjectsByPathway__chartPercentagesList .ProjectsByPathway__chartPercentage:nth-child(4){--projectByPathwayListBulletColor:#ff7600}.ProjectsByPathway__chartPercentagesList .ProjectsByPathway__chartPercentage:nth-child(5){--projectByPathwayListBulletColor:#ff5996}.ProjectsByPathway__chartPercentagesList .ProjectsByPathway__chartPercentage:nth-child(6){--projectByPathwayListBulletColor:#f363f3}.ProjectsByPathway__chartPercentagesList .ProjectsByPathway__chartPercentage:nth-child(7){--projectByPathwayListBulletColor:#96f}.ProjectsByPathway__chartPercentagesList .ProjectsByPathway__chartPercentage:nth-child(8){--projectByPathwayListBulletColor:#635bff}.ProjectsByPathway__chartPercentagesList .ProjectsByPathway__chartPercentage:nth-child(9),.ProjectsByPathway__chartPercentagesList .ProjectsByPathway__chartPercentage:nth-child(10){--projectByPathwayListBulletColor:#0073e6}.ProjectsByPathway__chartPercentagesList .ProjectsByPathway__chartPercentageNumber{opacity:0;height:-moz-fit-content;height:fit-content;font-weight:450;font-size:12px;padding:3px 5px;background-color:#fff;border-radius:4px;color:var(--projectByPathwayListBulletColor);box-shadow:0 4px 11.5px -3.5px rgba(50,50,93,.2)}@media (min-width:600px){.ProjectsByPathway__chartPercentagesList .ProjectsByPathway__chartPercentageNumber{font-size:15px}}.ProjectsByPathway__chartPercentagesList.ProjectsByPathway__chartPercentagesList--visible .ProjectsByPathway__chartPercentageNumber{animation:fadeInPercentages .9s cubic-bezier(.645,.045,.355,1) .3s forwards}