<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* xl - DESKTOP STYLES */
/* Scroll to top Button */
.scroll-top-button {
  right: 40px !important; }

/* lg - TABLET LANDSCAPE STYLES */
@media (max-width: 1199px) {
  /* Scroll to top Button */
  .scroll-top-button {
    right: 40px !important; } }

/* md - TABLET PORTRAIT STYLES */
@media (max-width: 991px) {
  /* Scroll to top Button */
  .scroll-top-button {
    right: 40px !important; } }

/* sm - SMARTPHONE LANDSCAPE STYLES */
@media (max-width: 767px) {
  /* Scroll to top Button */
  .scroll-top-button {
    right: 40px !important; } }

/* xs - SMARTPHONE PORTRAIT STYLES */
@media (max-width: 479px) {
  /* Scroll to top Button */
  .scroll-top-button {
    right: 40px !important; } }

/* RETINA DISPLAY STYLES */
@media (min-device-pixel-ratio: 1.5) {
  /* Scroll to top Button */
  .scroll-top-button {
    right: 40px !important; } }
</pre></body></html>