.stat-resources,.stat-resources__stats{display:grid;grid-gap:2rem}.stat-resources__stats{background-color:var(--black);color:var(--white);padding:2rem}.stat-resources__stats>svg{display:none}.stat-resources__stat-number{font-family:Roboto Slab,serif;font-size:6.5rem;font-weight:600;line-height:1.2;margin-bottom:1rem}.stat-resources__stat:nth-child(3n+1) .stat-resources__stat-number{color:var(--teal)}.stat-resources__stat:nth-child(3n+3) .stat-resources__stat-number{color:var(--yellow)}.stat-resources__stat-description{font-size:1.6rem}.stat-resources__resource{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;background-color:var(--light-gray);border-bottom:0;-ms-flex-direction:column;flex-direction:column;gap:var(--gap);padding:2rem 2rem 3rem;text-decoration:none}.stat-resources__resource:active,.stat-resources__resource:focus,.stat-resources__resource:hover{background-color:var(--black);border-bottom:0;color:var(--white);text-decoration:none}.stat-resources__resource-title{color:var(--base-color);font-family:var(--secondary-font-family);font-size:2.6rem;font-weight:700;margin-bottom:0;-webkit-transition:all .2s ease;transition:all .2s ease}.stat-resources__resource:active .stat-resources__resource-title,.stat-resources__resource:focus .stat-resources__resource-title,.stat-resources__resource:hover .stat-resources__resource-title{color:var(--white)}.stat-resources__resource svg{display:block;margin-left:auto;margin-top:auto}.stat-resources__cta{margin-top:5rem;text-align:center}@media (min-width:576px){.stat-resources{grid-template-columns:repeat(2,1fr);grid-template-rows:auto 1fr 1fr}.stat-resources__stats{grid-area:1/1/2/3}}@media (min-width:992px){.stat-resources{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr)}.stat-resources__stats{grid-area:1/1/3/2;position:relative}.stat-resources__stats>svg{bottom:-66px;display:block;left:-44px;position:absolute}.stat-resources__stat-number{font-size:7.5rem}}