<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ================================================================================================================== */
/* CONTENT BLOCKS */
/* ================================================================================================================== */
@media only screen and (min-width: 768px) {
  .grid__block_2x1 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }

@media only screen and (min-width: 768px) {
  .grid__block_3x1 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)); } }

@media only screen and (min-width: 768px) {
  .grid__block_4x1 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)); } }

@media only screen and (min-width: 768px) {
  .grid__block_5x1 {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr)); } }

@media only screen and (min-width: 768px) {
  .grid__block_6x1 {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr)); } }

/*# sourceMappingURL=content-blocks.css.map */
</pre></body></html>