.gridlines{position:fixed;top:0;left:1rem;right:1rem;bottom:0;display:grid;grid-template-columns:var(--grid);z-index:-99;max-width:var(--body-max-width);margin:0 auto}.gridlines .line{border-right:var(--border-grid);height:100%}.gridlines .line:first-of-type{border-left:var(--border-grid)}@media screen and (max-width:700px){.gridlines .line{border:none}.gridlines .line:last-of-type{border-right:var(--border-grid)}}.about .image-box{position:relative}.about .image-box img{position:relative!important;height:auto;margin-left:auto;margin-right:auto;width:65%;padding-bottom:3rem}.about .content{grid-column-start:2;grid-column-end:6;padding:1rem 2rem 5rem}@media (min-width:768px){.about .content{padding-left:70px;padding-right:70px;padding-top:3rem}}.about .textstyle.content p img{max-width:60%;margin-left:auto;margin-right:auto}.about .textstyle.content p{font-family:var(--f-sans);font-weight:400;-webkit-font-smoothing:auto}.about .textstyle.content ol,.about .textstyle.content ul{-webkit-font-smoothing:auto}.about .textstyle.content a{-webkit-font-smoothing:auto;text-decoration-line:underline;text-decoration-thickness:1px;text-underline-offset:4px}.about .textstyle.content a:hover{text-decoration-style:dotted}@media screen and (max-width:700px){.about .content{grid-column:span 6}}.back-button{position:fixed;top:var(--sp-xs);left:var(--sp-s);height:3rem;display:flex;align-items:center;width:2rem;z-index:9999;margin-left:5px}.back-button:hover svg{animation:load .8s steps(4) infinite}@keyframes load{to{transform:rotate(180deg)}}.back-button svg{max-height:100%;max-width:100%;transform:translate(0)}@media screen and (max-width:700px){.back-button{height:1.7rem;width:1.7rem;margin-top:.75rem;margin-left:.25rem}}