<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {--gutter: 26px;--mobile-margin: 16px;--locking-grid: true;--max-inline-size: 1080px;--max-inline-size-sm: 479px;--max-inline-size-md: 700px;--max-inline-size-lg: 1024px;--max-inline-size-xl: 1280px;}:root {--mq-xs: 320px;--mq-sm: 479px;--mq-md: 700px;--mq-lg: 1024px;--mq-xl: 1280px;--max-width: 1080px;}.block--studentlife {display: grid;grid-column: 1 / -1;grid-template-columns: repeat(2, 1fr);grid-template-rows: 1fr;grid-gap: 5px;margin-top: 5px;margin-bottom: 5px;}.block--studentlife .block {position: relative;width: 100%;padding-bottom: 100%;}.block--studentlife .block:nth-child(1) {grid-column: 2 span;padding-bottom: 50%;}@media screen and (min-width: 700px) {.block--studentlife {grid-template-columns: repeat(3, 1fr);grid-gap: 7px;margin-top: 7px;margin-bottom: 7px;}}@media screen and (min-width: 1024px) {.block--studentlife {grid-template-columns: repeat(4, 1fr);grid-gap: 10px;margin-top: 10px;margin-bottom: 10px;}}
</pre></body></html>