<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'redspot';
  src:  url('fonts/redspot.eot?df5cx8');
  src:  url('fonts/redspot.eot?df5cx8#iefix') format('embedded-opentype'),
    url('fonts/redspot.ttf?df5cx8') format('truetype'),
    url('fonts/redspot.woff?df5cx8') format('woff'),
    url('fonts/redspot.svg?df5cx8#redspot') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.rs-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'redspot' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rs-icon-facebook:before {
  content: "\e900";
  color: #1877f2;
}
.rs-icon-twitter:before {
  content: "\e901";
  color: #1da1f2;
}
.rs-icon-rss:before {
  content: "\e902";
  color: #ffa500;
}
.rs-icon-linkedin:before {
  content: "\e903";
  color: #0077b5;
}
.rs-icon-youtube:before {
  content: "\e904";
  color: #f00;
}
.rs-icon-vimeo:before {
  content: "\e905";
  color: #1ab7ea;
}
.rs-icon-chevron-right:before {
  content: "\e906";
}
.rs-icon-chevron-left:before {
  content: "\e907";
}
.rs-icon-chevron-down:before {
  content: "\e908";
}
.rs-icon-chevron-up:before {
  content: "\e909";
}
.rs-icon-arrow-up-right:before {
  content: "\e90a";
}
.rs-icon-copy:before {
  content: "\e90b";
}
.rs-icon-Clipboard:before {
  content: "\e90c";
}</pre></body></html>