@charset "UTF-8";:root{--color-logo:#0077ea}::selection{color:#fff;background:var(--color-logo,#ee741d)}::-moz-selection{color:#fff;background:var(--color-logo,#ee741d)}html{box-sizing:border-box;block-size:100%;-webkit-overflow-scrolling:touch;text-rendering:optimizeSpeed;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:inherit;margin:0;padding:0}body,html{margin:0;padding:0;font-size:100%}body{overflow-y:scroll;font-family:sans-serif}.clearfix:before,.clearfix:after{content:'';display:table}.clearfix:after{clear:both}.company-color{color:var(--color-logo,#ee741d)}.content-wrapper{margin:32px;border:0 dashed red}.grid-container{display:grid;grid-template-columns:20% 20% 20% 20% 20%;gap:16px}article:first-of-type{grid-row-start:1;grid-row-end:3;grid-column-start:1;grid-column-end:4}article:nth-of-type(4){grid-column:4/6}article:last-of-type{grid-column:1/6}*{box-sizing:border-box}body{margin:1rem;background:#fff;font-family:system-ui;font-size:1.2em}.container{border:3px dotted orange}div,nav,section,article,aside{padding:1rem;color:#fff}article:nth-of-type(1){background:orange}article:nth-of-type(1) .read-more{background:#cc8400}article:nth-of-type(2){background:hotpink}article:nth-of-type(2) .read-more{background:#ff369b}article:nth-of-type(3){background:olivedrab}article:nth-of-type(3) .read-more{background:#4c6519}article:nth-of-type(4){background:dodgerblue}article:nth-of-type(4) .read-more{background:#0077ea}article:nth-of-type(5){background:slategray}article:nth-of-type(5) .read-more{background:#5a6773}article:nth-of-type(6){background:tan}article:nth-of-type(6) .read-more{background:#c49c67}h1{font-weight:normal;color:#000}h2{font-weight:normal}.read-more{display:block;padding:1rem;text-align:center;color:#fff;text-decoration:none}