<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/************************************
@media (max-width: 1599px) {
}
@media (max-width: 1199px) {
}
@media (max-width: 959px) {
}
@media (max-width: 639px) {
}
@media (max-width: 479px) {
}
************************************
@media (min-width: 480px) {
}
@media (min-width: 640px) {
}
@media (min-width: 960px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 1600px) {
}
************************************/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVW2ZhZI2eCN5jzbjEETS9weq8-19ehAyvMum7nfDB64UYK5Xk.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVW2ZhZI2eCN5jzbjEETS9weq8-19ehAyvMum7nfDB64RgK5Xk.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVW2ZhZI2eCN5jzbjEETS9weq8-19ehAyvMum7nfDB64f8N5Xk.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyXsovBJ.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyWyovBJ.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyVVpfBJ.ttf) format('truetype');
}
/************************************
************************************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 19px;
  font-style: normal;
  color: #111;
  line-height: 1.2em;
  background: url(../img/bg-all.jpg) no-repeat center top;
}
@media (max-width: 479px) {
  body,
  html {
    font-size: 14px;
  }
}
em {
  color: #111;
}
noscript {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 1000;
}
.global {
  font-size: 1.25rem;
  line-height: 1.2em;
}
.uk-hr {
  border-top: 3px solid #fc551c;
}
.social a {
  margin: 0 3px;
}
.social a:hover {
  opacity: 0.8;
}
small {
  display: inline-block;
  line-height: 1.2em;
  font-size: 75%;
}
@media (max-width: 639px) {
  small {
    font-size: 90%;
  }
}
.uk-button.uk-button-orange {
  background-color: #fc551c;
  line-height: 32px;
  font-size: 0.85rem;
  font-weight: 400;
  color: white;
  padding: 0 5px;
  text-transform: none;
  border-radius: 6px;
}
.uk-button.uk-button-orange:hover {
  background-color: #fd7b4e;
}
.uk-button.uk-button-red {
  background-color: #e80046;
  line-height: 32px;
  font-size: 0.85rem;
  font-weight: 400;
  color: white;
  padding: 0 5px;
  text-transform: none;
  border-radius: 6px;
}
.uk-button.uk-button-red:hover {
  background-color: #ff1c60;
}
.uk-button.uk-button-green {
  background-color: #50a13d;
  line-height: 32px;
  font-size: 0.85rem;
  font-weight: 400;
  color: white;
  padding: 0 5px;
  text-transform: none;
  border-radius: 6px;
}
.uk-button.uk-button-green:hover {
  background-color: #67be53;
}
.uk-button.uk-button-blue {
  background-color: #0096c7;
  line-height: 32px;
  font-size: 0.85rem;
  font-weight: 400;
  color: white;
  padding: 0 5px;
  text-transform: none;
  border-radius: 6px;
}
.uk-button.uk-button-blue:hover {
  background-color: #00bcfa;
}
.uk-border-rounded {
  border-radius: 0.5rem !important;
}
@media (max-width: 639px) {
  .uk-padding {
    padding: 0;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1em;
}
h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light {
  font-weight: 300;
}
h1.strong,
h2.strong,
h3.strong,
h4.strong,
h5.strong,
h6.strong {
  font-weight: 700;
}
strong {
  font-weight: 700;
}
header {
  background: white url(../img/bg-header.jpg) no-repeat center bottom;
}
.slider {
  background: #fc551c url(../img/bg-slider.png) no-repeat center center;
}
@media (max-width: 479px) {
  .slider &gt; div {
    padding: 0;
  }
}
.fostprint {
  background: white url(../img/bg-fostprint.jpg) no-repeat top center;
}
</pre></body></html>