@charset "UTF-8";@import url("https://fonts.googleapis.com/css?family=Roboto:400,900|Trocchi|Fira+Sans:300i&display=swap");body{background-color:ivory;padding:6vmin;margin:0}html{font-size:1rem}@media screen and (min-width:460px) and (min-height:460px){html{font-size:calc(1rem + (24 - 16) * ((100vmin - 460px) / (700 - 460)))}}*{box-sizing:border-box}body{color:#222;font-size:1rem;line-height:1.3;font-family:'Roboto',sans-serif;letter-spacing:-.01em}p{margin-bottom:1.25em;hyphens:auto}@media screen and (min-width:25em) and (max-height:100vw){p,a{moz-column-fill:balance;column-gap:5%}}@media screen and (min-width:45em) and (max-height:33.3vw){p,a{moz-column-fill:balance;column-gap:5%}}a{color:green;text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4,h5{font-family:'Roboto',sans-serif;margin:0.75em 0 0.35em;font-weight:800;line-height:.8;letter-spacing:-.06em;color:#222;break-inside:avoid}h1{margin-top:0;font-size:3.375rem}@media screen and (min-width:900px) and (min-height:900px){h1{font-size:5.0625rem}}h2{font-size:2.25rem}h3{font-size:2.25rem}h4{font-size:2.25rem}h5{font-size:1.5rem}.lead{font-family:"Fira Sans",sans-serif;font-size:1.5rem;font-style:italic;letter-spacing:-.04em}small,.text_small{font-size:0.66667rem;display:inline-block;line-height:1.45}img{width:100%;height:65vmin;object-fit:cover;object-position:20% 40%;margin-bottom:1.4rem;display:none}.avoid-break{break-inside:avoid}body{background-color:yellow;height:100vh;padding:0;margin:0}header,footer{display:none}main{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);border:solid 1px black}@media screen and (min-width:600px){body{background-color:gold}}@media screen and (min-width:960px){body{background-color:orange}}@media screen and (min-width:1540px){body{background-color:darkorange}}@media screen and (min-height:331px){body{background-color:purple}}@media screen and (min-width:600px) and (min-height:331px){body{background-color:greenyellow}}@media screen and (min-width:960px) and (min-height:331px){body{background-color:lime}}@media screen and (min-width:1540px) and (min-height:331px){body{background-color:limegreen}}@media screen and (min-height:662px){body{background-color:red}}@media screen and (min-width:600px) and (min-height:662px){body{background-color:salmon}}@media screen and (min-width:960px) and (min-height:662px){body{background-color:crimson}}@media screen and (min-width:1540px) and (min-height:662px){body{background-color:palevioletred}}