a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*{box-sizing:border-box}body{background-color:#fbfbfb;font-family:Open Sans,sans-serif}h1{font-size:24px;margin:1rem auto .5rem;padding:0 1rem;text-align:center}.home{display:flex;flex-direction:column;align-items:center}.card-grid{display:grid;grid-template-columns:repeat(3,346px);grid-template-rows:repeat(2,256);grid-gap:50px}.project{display:flex}.project>aside{background-color:#fff;height:100vh;flex-basis:400px;padding-top:50px;border-right:1px solid #e1e1e1}.project>main{display:flex;justify-content:center;width:100%;padding-top:50px}.project h3{text-transform:uppercase;font-size:18px;text-align:center;padding-bottom:30px;border-bottom:2px dashed #e1e1e1}.project ul{margin-top:30px}.project ul>li{border-bottom:1px solid #cdebff}.project ul>li>a{transition:background-color .15s ease-in-out;text-decoration:none;color:#393939;display:block;padding:20px 15px;text-transform:capitalize}.project ul>li>a:hover{background-color:#f1f9ff;cursor:pointer}.card-big{width:95vw;height:78vh;background:#fff;box-shadow:0 4px 4px rgba(0,0,0,.25);border-radius:6px;display:flex;justify-content:center;align-items:center;text-align:center;flex-direction:column;margin:0 auto 1rem;position:relative}.stats{display:flex;width:388px;justify-content:space-between}.stats>div{text-align:right;width:70px}.stats-details>div{display:flex;justify-content:flex-end;align-items:center}.stats-details>div>p{color:#393939;margin-left:4px}.stats-details>p{color:#858585}.description{color:#555;margin:80px 0;width:400px;line-height:21px}.cta{display:flex;justify-content:space-around;width:400px;align-items:center}.cta a{display:block;width:177px;height:46px;line-height:46px;font-size:14px;border-radius:5px;border:0;color:#fff;transition:opacity .15s ease-in-out}.cta a:hover{opacity:.9;cursor:pointer}.cta a svg{display:inline-block;vertical-align:middle;margin-right:10px}p{margin-bottom:1rem}.iframewrapper{padding:2rem .5rem;height:100vh;width:100%}header{display:flex;max-width:1400px;width:100%;margin:0 auto;justify-content:space-between;align-items:center}header .page-title{text-align:center}@media only screen and (max-width:600px){header{display:flex;width:100%;margin:0 auto;justify-content:space-between;align-items:center}header img{width:180px;height:50px}header .page-title{text-align:center}header .page-title h1{font-size:14px;font-weight:700;margin-bottom:3px}header .page-title p{font-size:14px}.card-big{margin-top:0}}