<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width:1000px) and (max-width:1219px) {}

@media screen and (max-width:1219px) {}

@media screen and (max-width:999px) {	}

@media screen and (max-width:767px) {	}



@font-face {

    font-family: 'Verlag-Bold';

    src: url('../fonts/VerlagBold.eot');

    src: url('../fonts/VerlagBold.eot') format('embedded-opentype'),

         url('../fonts/VerlagBold.woff2') format('woff2'),

         url('../fonts/VerlagBold.woff') format('woff'),

         url('../fonts/VerlagBold.ttf') format('truetype'),

         url('../fonts/VerlagBold.svg#VerlagBold') format('svg');

}

@font-face {

    font-family: 'Montserrat-Regular';

    src: url('../fonts/MontserratRegular.eot');

    src: url('../fonts/MontserratRegular.eot') format('embedded-opentype'),

         url('../fonts/MontserratRegular.woff2') format('woff2'),

         url('../fonts/MontserratRegular.woff') format('woff'),

         url('../fonts/MontserratRegular.ttf') format('truetype'),

         url('../fonts/MontserratRegular.svg#MontserratRegular') format('svg');

}













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