<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: "Bebas Regular";
    src: url("../fonts/bebas/Bebas-Regular.eot?") format("eot"), url("../fonts/bebas/Bebas-Regular.woff") format("woff"), url("../fonts/bebas/Bebas-Regular.ttf") format("truetype"), url("../fonts/bebas/Bebas-Regular.svg#Bebas-Regular") format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: pt_sans_captionregular;
    src: url('../fonts/pt-sans/PTC55F-webfont.eot');
    src: url('../fonts/pt-sans/PTC55F-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/pt-sans/PTC55F-webfont.woff') format('woff'), url('../fonts/pt-sans/PTC55F-webfont.ttf') format('truetype'), url('../fonts/pt-sans/PTC55F-webfont.svg#pt_sans_captionregular') format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: font_awesome_5_freeregular;
    src: url('../fonts/fontawesome/font_awesome_5_free-regular-400-webfont.woff2') format('woff2'), url('../fonts/fontawesome/font_awesome_5_free-regular-400-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal
}

html {
    position: relative;
    min-height: 100%
}

body {
    color: var(--dark-shade-primary);
    font-size: 62.5%;
    font-family: var(--font-pts-rg), sans-serif;
    overflow-x: hidden
}

body.hidden {
    overflow: hidden;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

ul li {
    list-style: none
}

img {
    border: none;
    outline: 0;
    -moz-user-select: none;
    user-select: none;
    max-width: 100%;
    display: block
}

a {
    text-decoration: none;
    outline: 0;
    background: 0 0
}

a:hover {
    text-decoration: none
}

a:focus {
    outline: 0;
    text-decoration: none
}

p {
    font-size: 1.6em;
    color: var(--light-grey-primary);
    font-family: var(--font-pts-rg);
    line-height: 1.5;
    letter-spacing: 1px;
    word-break: break-word
}

.input,
input:focus {
    outline: 0
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
select,
textarea {
    font-family: var(--font-pts-rg);
    font-size: 1.8em
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    cursor: pointer;
}

input[type=search] {
    -webkit-appearance: textfield;
    appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none
}

input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    line-height: 1.4;
    font-family: var(--font-beb-rg);
    word-spacing: 0.1em;
    word-break: break-word;
    margin-bottom: 0
}

h1 {
    font-size: 2.5em
}

h2 {
    font-size: 2.3em
}

h3 {
    font-size: 2.1em
}

h4 {
    font-size: 1.8em
}

h5 {
    font-size: 1.7em
}

h6 {
    font-size: 1.3em
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

textarea {
    resize: none;
    outline: 0
}

select {
    outline: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.clear {
    clear: both
}

.clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

p:empty {
    display: none
}

::-moz-selection {
    background: var(--primary-color);
    color: #fff;
    text-shadow: none;
    padding: 1em 0
}

::selection {
    background: var(--primary-color);
    color: #fff;
    text-shadow: none
}

::-webkit-input-placeholder {
    color: #6a6969 !important
}

::-moz-placeholder {
    color: #6a6969 !important;
    opacity: 1
}

:-moz-placeholder {
    color: #6a6969 !important;
    opacity: 1
}

:-ms-input-placeholder {
    color: #6a6969 !important
}

input:-moz-placeholder {
    box-shadow: none !important
}

select::-ms-expand {
    display: none
}

button,
button:active,
button:focus {
    outline: 0
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    background-color: transparent !important;
    --webkit-box-shadow: 0 0 0 1000px white inset !important;
    --webkit-text-fill-color: #555555 !important
}

select:-webkit-autofill,
select:-webkit-autofill:active,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover {
    background-color: transparent !important;
    --webkit-box-shadow: 0 0 0 1000px white inset !important;
    --webkit-text-fill-color: #555555 !important
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.scroll-top {
    position: fixed;
    bottom: 80px;
    right: 20px;
    background: #e32c27;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-decoration: none;
    border-radius: 35px;
    display: none;
    -webkit-transition: all .3s linear;
    transition: all .3s ease;
    text-align: center;
    color: #fff;
    z-index: 100
}

.scroll-top i {
    line-height: 40px
}

.mr-top {
    margin-top: 50px
}

.mr-bottom {
    margin-bottom: 50px
}

.mrtop-mrbot {
    margin: 50px 0
}

.inner-section {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
    width: 100%
}</pre></body></html>