.blog-header{display:flex;height:40px}.blog-header a{box-sizing:border-box;display:flex;flex-flow:row;align-items:flex-start;justify-content:flex-start;padding:0 0 20px;color:var(--white);text-decoration:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:var(--main-darkest)}.blog-header a svg{margin-right:8px;transform:rotate(90deg)}.blog-header h2{font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:300;line-height:2;font-size:calc(24px*var(--font-scale));color:var(--white);text-align:center}@media(min-width:992px){.blog-header h2{font-size:calc(48px*var(--font-scale));line-height:64px;text-align:left}}#insights{display:flex;flex-flow:column;row-gap:50px;width:100%}#insights h2{padding:0}#insights>.controls{display:flex;flex-flow:row nowrap;align-items:center;justify-content:center;width:100%}#insights>.controls a{text-decoration:none}#insights>.items{display:grid;grid-template-columns:1fr;gap:50px;justify-items:center;width:100%;overflow:hidden;padding-bottom:40px}@media(min-width:1200px){#insights>.items{grid-template-columns:1fr 1fr 1fr}}.infinite-scroll-loader-container{height:50px;display:flex;justify-content:center}.infinite-scroll-loader-container>a{display:none;color:#fff;text-decoration:none}