<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.grid-layout-wrapper.bgcolor{padding:1rem}.grid-layout-wrapper.bgcolor .block.bg-white{background-color:#fff;padding:1rem}.grid-layout-wrapper .grid-container{width:100%}.grid-layout-wrapper .grid-container&gt;h2{margin:15px auto 30px auto;text-align:center}@media(min-width:1024px){.grid-layout-wrapper .grid-container.theme-width-layout{width:1000px;margin:0 auto;padding:1rem 0}.grid-layout-wrapper .grid-container.theme-width-layout .bg-padding{padding:1rem}}@media(max-width:1024px){.grid-layout-wrapper .grid-container.theme-width-layout{width:100%;margin:0 auto}}.grid-layout-wrapper .grid-layout{display:grid;grid-template-columns:1fr}.grid-layout-wrapper .grid-layout.column-default{grid-column-gap:1rem}.grid-layout-wrapper .grid-layout.column-compact-spacing{grid-column-gap:0}.grid-layout-wrapper .grid-layout.column-wide-spacing{grid-column-gap:2rem}.grid-layout-wrapper .grid-layout.column-extra-wide-spacing{grid-column-gap:3rem}.grid-layout-wrapper .grid-layout.row-default{grid-row-gap:1rem}.grid-layout-wrapper .grid-layout.row-compact-spacing{grid-row-gap:0}.grid-layout-wrapper .grid-layout.row-wide-spacing{grid-row-gap:2rem}.grid-layout-wrapper .grid-layout.row-extra-wide-spacing{grid-row-gap:3rem}@media(min-width:768px){.grid-layout-wrapper .grid-layout.grid-layout-fixed-2{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.grid-layout-wrapper .grid-layout.grid-layout-fixed-3{grid-template-columns:repeat(3,1fr)}}@media(min-width:768px){.grid-layout-wrapper .grid-layout.grid-layout-fixed-4{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.grid-layout-wrapper .grid-layout.grid-layout-fixed-4{grid-template-columns:1fr 1fr 1fr 1fr}}@media(min-width:768px){.grid-layout-wrapper .grid-layout.grid-layout-fixed-5{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.grid-layout-wrapper .grid-layout.grid-layout-fixed-5{grid-template-columns:repeat(5,1fr)}}@media(min-width:768px){.grid-layout-wrapper .grid-layout.grid-layout-fixed-6{grid-template-columns:repeat(3,1fr)}}@media(min-width:992px){.grid-layout-wrapper .grid-layout.grid-layout-fixed-6{grid-template-columns:repeat(6,1fr)}}@media(min-width:768px){.grid-layout-wrapper .grid-layout.grid-layout-fixed-7{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.grid-layout-wrapper .grid-layout.grid-layout-fixed-7{grid-template-columns:repeat(4,1fr)}}@media(min-width:1200px){.grid-layout-wrapper .grid-layout.grid-layout-fixed-7{grid-template-columns:repeat(7,1fr)}}@media(min-width:768px){.grid-layout-wrapper .grid-layout.grid-layout-fixed-8{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.grid-layout-wrapper .grid-layout.grid-layout-fixed-8{grid-template-columns:repeat(4,1fr)}}@media(min-width:1200px){.grid-layout-wrapper .grid-layout.grid-layout-fixed-8{grid-template-columns:repeat(8,1fr)}}.grid-layout-wrapper .grid-layout.grid-layout-fit{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.grid-layout-wrapper .grid-layout.grid-layout-stretch{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.grid-layout-wrapper .grid-layout.bg-white .block-wrapper{padding:1rem;background-color:#fff}</pre></body></html>