<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@keyframes rotate{to{transform:rotate(1turn)}}@layer components{.section-block{background-color:var(--section-block-background, var(--theme-background-light));padding-inline:.5rem;padding-block:3rem}.section-block+.section-block{padding-top:.5rem}.section-block:has(+.section-block){padding-bottom:.5rem}.section-block__grid{--cols: 1;max-width:1288px;margin-inline:auto;display:grid;gap:1rem;grid-auto-flow:dense;grid-template-columns:repeat(var(--cols),1fr)}@media only screen and (min-width: 480px){.section-block__grid{--cols: 2}.section-block__grid--auto:has(&gt;*:nth-child(3n):last-child)&gt;:last-child{grid-column:1/-1}.section-block__grid--auto:has(&gt;*:first-child:last-child){--cols: 1}}@media only screen and (min-width: 768px){.section-block__grid--auto:has(&gt;*:nth-child(3n):last-child){--cols: 3}.section-block__grid--auto:has(&gt;*:nth-child(3n):last-child)&gt;:last-child{grid-column:span 1}.section-block__grid--large,.section-block__grid--two-cols{--cols: 2}.section-block__grid--medium,.section-block__grid--three-cols{--cols: 3}.section-block__grid--small:has(&gt;*:nth-child(2):last-child),.section-block__grid--four-cols:has(&gt;*:nth-child(2):last-child){--cols: 2}}@media only screen and (min-width: 1024px){.section-block__grid--auto:has(&gt;*:nth-child(4n):last-child){--cols: 4}.section-block__grid--small,.section-block__grid--four-cols{--cols: 4}}.section-block .office-list__item-wrapper{padding:0;display:flex}.section-block .office-list__item-wrapper .office-list__item{max-width:none}.section-block .office-list__item-wrapper .container{padding:0}}
</pre></body></html>