@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500&family=Montserrat&display=swap");h1,h2,h3,h4,h5,h6{font-family:Barlow Condensed,sans-serif;margin-bottom:10px}body,button,input,li,p,textarea{font-family:Montserrat,sans-serif}p{line-height:130%;margin-bottom:15px;font-size:1.15rem}*{margin:0;padding:0;box-sizing:border-box}.hero{font-size:4rem;margin-bottom:20px}.centerText{text-align:center}a{margin:none;padding:none}a,a:visited{text-decoration:none;color:inherit}.accent{color:#f3752b}ul{padding:0;margin-left:10px}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.section{padding:50px 0}.rightRow{display:flex;justify-content:flex-end;padding-top:10px;padding-bottom:10px}.rightRow>*{margin-left:15px}.leftRow{display:flex;justify-content:flex-start;padding-top:10px;padding-bottom:10px}.leftRow>*{margin-right:15px}.centerRow{display:flex;justify-content:space-around;align-items:center}.centerRow>*{margin:0 5px}.centeredDiv{width:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fafaff;border:1px solid #30343f;padding:20px}.extraSpace{height:15px}.spaceBetween{display:flex;justify-content:space-between;align-items:center;height:100px}.repeatingBackground{background-image:url(/plain_bg.png);background-repeat:repeat;min-height:85vh;width:100%}@media screen and (max-width:768px){.container{padding:0 10px}.section{padding:30px 0}}.bar-graph .year{animation:fade-in-text 2.2s .1s forwards}.bar-graph-vertical{margin-top:80px;max-width:680px}.bar-graph-vertical .bar-container{float:left;height:150px;margin-right:8px;position:relative;text-align:center;width:40px}.bar-graph-vertical .bar{border-radius:3px;bottom:40px;position:absolute;width:40px}.bar-graph-vertical .year{bottom:0}.bar-graph-two .bar:after,.bar-graph-vertical .year{left:0;margin:0 auto;position:absolute;right:0;transform:rotate(90deg)}.bar-graph-two .bar:after{animation:fade-in-text 2.2s .1s forwards;color:#fff;content:attr(data-percentage);font-weight:700;text-align:left;top:24px}.bar-graph-two .bar-one .bar{background-color:#a2a8b9;animation:show-bar-one-vertical 1.2s .1s forwards}.bar-graph-two .bar-two .bar{background-color:#737d96;animation:show-bar-two-vertical 1.2s .2s forwards}.bar-graph-two .bar-three .bar{background-color:#4f5669;animation:show-bar-three-vertical 1.2s .3s forwards}.bar-graph-two .bar-four .bar{background-color:#30343f;animation:show-bar-four-vertical 1.2s .4s forwards}@keyframes show-bar-one-vertical{0%{height:0}to{height:40%}}@keyframes show-bar-two-vertical{0%{height:0}to{height:55%}}@keyframes show-bar-three-vertical{0%{height:0}to{height:68%}}@keyframes show-bar-four-vertical{0%{height:0}to{height:82%}}@keyframes fade-in-text{0%{opacity:0}to{opacity:1}}