<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 100%; } }
@media only screen and (min-device-width: 200px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  body {
    cursor: pointer; } }
</pre></body></html>