<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: 'Calibri';
    src: url('/Files/App_002/Fonts/Calibri-Bold.eot');
    src: url('/Files/App_002/Fonts/Calibri-Bold.eot?#iefix') format('embedded-opentype'),
        url('/Files/App_002/Fonts/Calibri-Bold.woff2') format('woff2'),
        url('/Files/App_002/Fonts/Calibri-Bold.woff') format('woff'),
        url('/Files/App_002/Fonts/Calibri-Bold.ttf') format('truetype'),
        url('/Files/App_002/Fonts/Calibri-Bold.svg#Calibri-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri';
    src: url('/Files/App_002/Fonts/Calibri-Light.eot');
    src: url('/Files/App_002/Fonts/Calibri-Light.eot?#iefix') format('embedded-opentype'),
        url('/Files/App_002/Fonts/Calibri-Light.woff2') format('woff2'),
        url('/Files/App_002/Fonts/Calibri-Light.woff') format('woff'),
        url('/Files/App_002/Fonts/Calibri-Light.ttf') format('truetype'),
        url('/Files/App_002/Fonts/Calibri-Light.svg#Calibri-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri';
    src: url('/Files/App_002/Fonts/Calibri.eot');
    src: url('/Files/App_002/Fonts/Calibri.eot?#iefix') format('embedded-opentype'),
        url('/Files/App_002/Fonts/Calibri.woff2') format('woff2'),
        url('/Files/App_002/Fonts/Calibri.woff') format('woff'),
        url('/Files/App_002/Fonts/Calibri.ttf') format('truetype'),
        url('/Files/App_002/Fonts/Calibri.svg#Calibri') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Nasalization Rg';
    src: url('/Files/App_002/Fonts/NasalizationRg-Regular.eot');
    src: url('/Files/App_002/Fonts/NasalizationRg-Regular.eot?#iefix') format('embedded-opentype'),
        url('/Files/App_002/Fonts/NasalizationRg-Regular.woff2') format('woff2'),
        url('/Files/App_002/Fonts/NasalizationRg-Regular.woff') format('woff'),
        url('/Files/App_002/Fonts/NasalizationRg-Regular.ttf') format('truetype'),
        url('/Files/App_002/Fonts/NasalizationRg-Regular.svg#NasalizationRg-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: "rollfonts";
  src:url("/Files/App_002/Fonts/rollfonts.eot");
  src:url("/Files/App_002/Fonts/rollfonts.eot?#iefix") format("embedded-opentype"),
    url("/Files/App_002/Fonts/rollfonts.woff") format("woff"),
    url("/Files/App_002/Fonts/rollfonts.ttf") format("truetype"),
    url("/Files/App_002/Fonts/rollfonts.svg#rollfonts") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "rollfonts" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "rollfonts" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-slim-left:before {
  content: "\61";
}
.icon-slim-right:before {
  content: "\62";
}
.icon-search:before {
  content: "\63";
}
.icon-prev:before {
  content: "\64";
}
.icon-next:before {
  content: "\65";
}
body {
    font-family: 'Calibri' !important;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    color: #000000;
}
body.fixed {
    position: fixed;
    width: 100%;
}
a:hover {
      text-decoration: none;
}
* {
    outline: none;
}
ul,ol { 
     list-style: none;
     padding: 0;
     margin: 0;
}
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-thumb {
  border-right: solid 10px #e2aa19;
  background: #000000;
}
::-webkit-scrollbar-track {
  border: none;
  background: #000000;
}

</pre></body></html>