.about-page{width:100%;height:100vh;overflow:hidden}@media screen and (max-width:768px){.about-page{height:auto;overflow:visible}}.about-page .about-container{display:flex;flex-direction:row;height:100%;width:100%}@media screen and (max-width:768px){.about-page .about-container{flex-direction:column;height:auto;padding-top:var(--padding-global);padding-bottom:calc(var(--padding-global) + 2rem)}}.about-page .about-column{flex:1 1;max-width:500px;padding:var(--padding-global);height:100%;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;font-size:.8rem;line-height:1.45;-ms-overflow-style:none;scrollbar-width:none}.about-page .about-column::-webkit-scrollbar{display:none}@media screen and (max-width:768px){.about-page .about-column{max-width:none;width:100%;height:auto;overflow-y:visible}}.about-page .about-column li,.about-page .about-column p{font-size:.8rem;margin:0 0 .2em;text-align:left}.about-page .about-column h2,.about-page .about-column h3{font-size:.8rem;font-weight:400;margin:1.4em 0 .6em}.about-page .about-column ol,.about-page .about-column ul{padding-left:1.2em;margin:0 0 .85em}.about-page .about-column a{color:#000;text-decoration:underline;text-underline-offset:2px;padding:0 2px}.about-page .about-column a:hover{color:var(--color-grey)}.about-page .about-column a.flash-link--active{animation:rainbow-flash 2s linear infinite;color:rgba(0,0,0,0)}.about-page .about-section+.about-section{margin-top:2em}