:root {
    --reset-blue: #0d6efd;
    --reset-indigo: #6610f2;
    --reset-purple: #6f42c1;
    --reset-pink: #d63384;
    --reset-red: #dc3545;
    --reset-orange: #fd7e14;
    --reset-yellow: #ffc107;
    --reset-green: #198754;
    --reset-teal: #20c997;
    --reset-cyan: #0dcaf0;
    --reset-white: #fff;
    --reset-gray: #6c757d;
    --reset-gray-dark: #343a40;
    --reset-gray-100: #f8f9fa;
    --reset-gray-200: #e9ecef;
    --reset-gray-300: #dee2e6;
    --reset-gray-400: #ced4da;
    --reset-gray-500: #adb5bd;
    --reset-gray-600: #6c757d;
    --reset-gray-700: #495057;
    --reset-gray-800: #343a40;
    --reset-gray-900: #212529;
    --reset-primary: #0d6efd;
    --reset-secondary: #6c757d;
    --reset-success: #198754;
    --reset-info: #0dcaf0;
    --reset-warning: #ffc107;
    --reset-danger: #dc3545;
    --reset-light: #f8f9fa;
    --reset-dark: #212529;
    --reset-primary-rgb: 13, 110, 253;
    --reset-secondary-rgb: 108, 117, 125;
    --reset-success-rgb: 25, 135, 84;
    --reset-info-rgb: 13, 202, 240;
    --reset-warning-rgb: 255, 193, 7;
    --reset-danger-rgb: 220, 53, 69;
    --reset-light-rgb: 248, 249, 250;
    --reset-dark-rgb: 33, 37, 41;
    --reset-white-rgb: 255, 255, 255;
    --reset-black-rgb: 0, 0, 0;
    --reset-body-color-rgb: 33, 37, 41;
    --reset-body-bg-rgb: 255, 255, 255;
    --reset-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --reset-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --reset-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --reset-body-font-family: var(--reset-font-sans-serif);
    --reset-body-font-size: 1rem;
    --reset-body-font-weight: 400;
    --reset-body-line-height: 1.5;
    --reset-body-color: #212529;
    --reset-body-bg: #fff
}

*,
*::before,
*::after {
    box-sizing: border-box
}

@media(prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--reset-body-font-family);
    font-size: var(--reset-body-font-size);
    font-weight: var(--reset-body-font-weight);
    line-height: var(--reset-body-line-height);
    color: var(--reset-body-color);
    text-align: var(--reset-body-text-align);
    background-color: var(--reset-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

h6,
h5,
h4,
h3,
h2,
h1 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media(min-width: 1200px) {
    h1 {
        font-size: 2.5rem
    }
}

h2 {
    font-size: calc(1.325rem + 0.9vw)
}

@media(min-width: 1200px) {
    h2 {
        font-size: 2rem
    }
}

h3 {
    font-size: calc(1.3rem + 0.6vw)
}

@media(min-width: 1200px) {
    h3 {
        font-size: 1.75rem
    }
}

h4 {
    font-size: calc(1.275rem + 0.3vw)
}

@media(min-width: 1200px) {
    h4 {
        font-size: 1.5rem
    }
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title],
abbr[data-bs-original-title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul {
    padding-left: 2rem
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: .875em
}

mark {
    padding: .2em;
    background-color: #fcf8e3
}

sub,
sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

a {
    color: #0d6efd;
    text-decoration: underline
}

a:hover {
    color: #0a58ca
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

pre,
code,
kbd,
samp {
    font-family: var(--reset-font-monospace);
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: .875em;
    color: #d63384;
    word-wrap: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: .875em;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #6c757d;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit
}

@media(min-width: 1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend + * {
    clear: left
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/lato-v20-latin-regular.eot");
    src: local(""), url("../fonts/lato-v20-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v20-latin-regular.woff2") format("woff2"), url("../fonts/lato-v20-latin-regular.woff") format("woff"), url("../fonts/lato-v20-latin-regular.ttf") format("truetype"), url("../fonts/lato-v20-latin-regular.svg#Lato") format("svg")
}

@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/lato-v20-latin-900.eot");
    src: local(""), url("../fonts/lato-v20-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v20-latin-900.woff2") format("woff2"), url("../fonts/lato-v20-latin-900.woff") format("woff"), url("../fonts/lato-v20-latin-900.ttf") format("truetype"), url("../fonts/lato-v20-latin-900.svg#Lato") format("svg")
}

@font-face {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/roboto-slab-v16-latin-regular.eot");
    src: local(""), url("../fonts/roboto-slab-v16-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-slab-v16-latin-regular.woff2") format("woff2"), url("../fonts/roboto-slab-v16-latin-regular.woff") format("woff"), url("../fonts/roboto-slab-v16-latin-regular.ttf") format("truetype"), url("../fonts/roboto-slab-v16-latin-regular.svg#RobotoSlab") format("svg")
}

@font-face {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/roboto-slab-v16-latin-700.eot");
    src: local(""), url("../fonts/roboto-slab-v16-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-slab-v16-latin-700.woff2") format("woff2"), url("../fonts/roboto-slab-v16-latin-700.woff") format("woff"), url("../fonts/roboto-slab-v16-latin-700.ttf") format("truetype"), url("../fonts/roboto-slab-v16-latin-700.svg#RobotoSlab") format("svg")
}

:root {
    --animate-duration: 900ms
}

a[class*=btn-style]:focus {
    outline: 1px solid #999;
    outline-offset: 0rem
}

a:not([class*=btn-style]):focus,
[tabindex]:focus {
    outline: 1px solid #999;
    outline-offset: .3rem
}

html.menu-activated {
    overflow: hidden
}

body {
    overflow-x: hidden;
    height: 100%;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto !important;
    display: block;
    position: relative;
    background-color: #fff;
    color: #000;
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    line-height: 1.53;
    font-size: 17px
}

body h1,
body .h1 {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 700;
    margin: 0 0 20px 0;
    line-height: 1.2;
    font-size: 26px
}

@media(min-width: 768px) {

    body h1,
    body .h1 {
        font-size: 32px
    }
}

@media(min-width: 992px) {

    body h1,
    body .h1 {
        font-size: 36px
    }
}

@media(min-width: 1200px) {

    body h1,
    body .h1 {
        font-size: 42px
    }
}

body h2,
body .h2 {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 700;
    margin: 0 0 20px 0;
    font-size: 31px;
    line-height: 1.2;
    font-size: 22px
}

@media(min-width: 768px) {

    body h2,
    body .h2 {
        font-size: 25px
    }
}

@media(min-width: 992px) {

    body h2,
    body .h2 {
        font-size: 28px
    }
}

@media(min-width: 1200px) {

    body h2,
    body .h2 {
        font-size: 31px
    }
}

body h3,
body .h3 {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 700;
    margin: 0 0 20px 0;
    font-size: 26px;
    line-height: 1.2;
    font-size: 19px
}

@media(min-width: 768px) {

    body h3,
    body .h3 {
        font-size: 21px
    }
}

@media(min-width: 992px) {

    body h3,
    body .h3 {
        font-size: 24px
    }
}

@media(min-width: 1200px) {

    body h3,
    body .h3 {
        font-size: 26px
    }
}

body h4,
body .h4 {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 700;
    margin: 0 0 20px 0;
    font-size: 18px;
    line-height: 1.2
}

body strong {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 700
}

body img {
    max-width: 100%;
    height: auto
}

body .wrapper {
    display: block;
    max-width: 1250px;
    width: 100%;
    margin: 0 auto
}

body .visible-hidden,
body .visually-hidden {
    border: 0;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

body p {
    margin: 0 0 20px 0
}

body p:last-child {
    margin: 0
}

body p:empty {
    margin: 0
}

body ul + p,
body ol + p {
    margin-top: 20px !important
}

body a {
    color: inherit
}

body a:hover {
    color: inherit
}

body a[href*="mailto:"] {
    text-transform: inherit
}

body a.btn-style {
    text-decoration: none;
    background-color: #f8981c;
    color: #fff;
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    padding: 13px 33px 15px;
    border-radius: 8px;
    margin-top: 30px;
    -webkit-box-shadow: 4px 4px 10px 0px #999;
    -moz-box-shadow: 4px 4px 10px 0px #999;
    box-shadow: 4px 4px 10px 0px #999;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform .3s ease, box-shadow .3s ease;
    -moz-transition: -moz-transform .3s ease, box-shadow .3s ease;
    -o-transition: -o-transform .3s ease, box-shadow .3s ease;
    transition: transform .3s ease, box-shadow .3s ease;
    font-size: 19px
}

body a.btn-style:hover {
    -webkit-transform: translate(2px, 2px);
    -moz-transform: translate(2px, 2px);
    -ms-transform: translate(2px, 2px);
    -o-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
    -webkit-box-shadow: 2px 2px 10px 0px #999;
    -moz-box-shadow: 2px 2px 10px 0px #999;
    box-shadow: 2px 2px 10px 0px #999
}

body a.btn-style:active {
    -webkit-transform: translate(4px, 4px);
    -moz-transform: translate(4px, 4px);
    -ms-transform: translate(4px, 4px);
    -o-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
    -webkit-box-shadow: 0px 0px 10px 0px #999;
    -moz-box-shadow: 0px 0px 10px 0px #999;
    box-shadow: 0px 0px 10px 0px #999
}

@media(min-width: 768px) {
    body a.btn-style {
        font-size: 21px
    }
}

@media(min-width: 992px) {
    body a.btn-style {
        font-size: 23px
    }
}

@media(min-width: 1200px) {
    body a.btn-style {
        font-size: 25px
    }
}

body ul.no-style,
body ol.no-style {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important
}

body ul.list-inline li,
body ol.list-inline li {
    display: inline
}

body ul.list-inline li:not(:last-child),
body ol.list-inline li:not(:last-child) {
    margin-right: 10px
}

body ul.list-inline.no-style,
body ol.list-inline.no-style {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

body ul.list-inline.no-style li,
body ol.list-inline.no-style li {
    margin: 10px 12.5px;
    line-height: 1
}

body .hyphens {
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto
}

@-webkit-keyframes sliderFade {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes sliderFade {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

body .wf-columns {
    gap: 15px
}

@media(min-width: 768px) {
    body .wf-columns {
        gap: 35px
    }
}

body .beefup {
    max-width: 725px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    border-radius: 0px;
    border-top: 1px solid #eaeaea
}

body .beefup:first-of-type {
    margin-top: 30px
}

body .beefup:last-of-type {
    border-bottom: 1px solid #eaeaea
}

body .beefup .beefup__head {
    margin: 0;
    position: relative
}

body .beefup .beefup__head button {
    width: 100%;
    background-color: transparent;
    color: #000;
    text-align: left;
    border: 0;
    border-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-transition: background-color .3s ease, color .3s ease, box-shadow .3s ease;
    -moz-transition: background-color .3s ease, color .3s ease, box-shadow .3s ease;
    -o-transition: background-color .3s ease, color .3s ease, box-shadow .3s ease;
    transition: background-color .3s ease, color .3s ease, box-shadow .3s ease;
    padding: 8px 40px 8px 0
}

@media(min-width: 768px) {
    body .beefup .beefup__head button {
        padding: 10px 40px 10px 0
    }
}

@media(min-width: 992px) {
    body .beefup .beefup__head button {
        padding: 11px 40px 11px 0
    }
}

@media(min-width: 1200px) {
    body .beefup .beefup__head button {
        padding: 12px 40px 12px 0
    }
}

body .beefup .beefup__head button:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 2px;
    border-radius: 0px;
    display: block;
    right: 12px;
    top: 50%;
    background-color: #000;
    -webkit-transform: translate(50%, -50%) rotate(0deg);
    -moz-transform: translate(50%, -50%) rotate(0deg);
    -ms-transform: translate(50%, -50%) rotate(0deg);
    -o-transform: translate(50%, -50%) rotate(0deg);
    transform: translate(50%, -50%) rotate(0deg);
    -webkit-transition: background-color .3s ease, -webkit-transform .3s ease, width .3s ease;
    -moz-transition: background-color .3s ease, -moz-transform .3s ease, width .3s ease;
    -o-transition: background-color .3s ease, -o-transform .3s ease, width .3s ease;
    transition: background-color .3s ease, transform .3s ease, width .3s ease
}

body .beefup .beefup__head button:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 2px;
    border-radius: 0px;
    display: block;
    right: 12px;
    top: 50%;
    background-color: #000;
    -webkit-transform: translate(50%, -50%) rotate(90deg);
    -moz-transform: translate(50%, -50%) rotate(90deg);
    -ms-transform: translate(50%, -50%) rotate(90deg);
    -o-transform: translate(50%, -50%) rotate(90deg);
    transform: translate(50%, -50%) rotate(90deg);
    -webkit-transition: background-color .3s ease, -webkit-transform .3s ease, width .3s ease;
    -moz-transition: background-color .3s ease, -moz-transform .3s ease, width .3s ease;
    -o-transition: background-color .3s ease, -o-transform .3s ease, width .3s ease;
    transition: background-color .3s ease, transform .3s ease, width .3s ease
}

body .beefup .beefup__body {
    text-align: left;
    padding: 15px 0 25px 0
}

@media(min-width: 992px) {
    body .beefup .beefup__body {
        padding: 15px 0 30px 0
    }
}

@media(min-width: 1200px) {
    body .beefup .beefup__body {
        padding: 20px 0 35px 0
    }
}

body .beefup .beefup__body p {
    margin: 0
}

body .beefup .beefup__body p:not(:empty) + p:not(:empty) {
    margin-top: 20px
}

body .beefup.is-open .beefup__head button {
    color: #f8981c
}

body .beefup.is-open .beefup__head button:before,
body .beefup.is-open .beefup__head button:after {
    background-color: #f8981c
}

body .beefup.is-open .beefup__head button:before {
    -webkit-transform: translate(50%, -50%) rotate(180deg);
    -moz-transform: translate(50%, -50%) rotate(180deg);
    -ms-transform: translate(50%, -50%) rotate(180deg);
    -o-transform: translate(50%, -50%) rotate(180deg);
    transform: translate(50%, -50%) rotate(180deg)
}

body .beefup.is-open .beefup__head button:after {
    -webkit-transform: translate(50%, -50%) rotate(180deg);
    -moz-transform: translate(50%, -50%) rotate(180deg);
    -ms-transform: translate(50%, -50%) rotate(180deg);
    -o-transform: translate(50%, -50%) rotate(180deg);
    transform: translate(50%, -50%) rotate(180deg)
}

body #navigation {
    padding-top: 80px
}

@media(min-width: 992px) {
    body #navigation {
        padding-top: 100px
    }
}

body #desktop-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: #fff;
    padding: 10px 40px
}

@media(min-width: 1200px) {
    body #desktop-menu {
        display: block
    }
}

body #desktop-menu .wrapper {
    max-width: 100%;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

body #desktop-menu .logo-module img {
    height: 80px;
    width: auto
}

body #desktop-menu.front .desktop-left {
    position: relative
}

body #desktop-menu.front .desktop-left .logo-module {
    height: 80px
}

body #desktop-menu.front .desktop-left .logo-module .logo-wrap:after {
    content: "";
    position: absolute;
    left: -40px;
    top: -10px;
    width: calc(100% + 80px);
    height: 120px;
    display: block;
    background-color: #fff;
    z-index: 0;
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

@media(min-width: 1300px) {
    body #desktop-menu.front .desktop-left .logo-module .logo-wrap:after {
        height: 130px
    }
}

@media(min-width: 1400px) {
    body #desktop-menu.front .desktop-left .logo-module .logo-wrap:after {
        height: 140px
    }
}

@media(min-width: 1500px) {
    body #desktop-menu.front .desktop-left .logo-module .logo-wrap:after {
        height: 150px
    }
}

@media(min-width: 1600px) {
    body #desktop-menu.front .desktop-left .logo-module .logo-wrap:after {
        height: 160px
    }
}

body #desktop-menu.front .desktop-left .logo-module img {
    position: relative;
    z-index: 1;
    height: 90px;
    width: auto
}

@media(min-width: 1300px) {
    body #desktop-menu.front .desktop-left .logo-module img {
        height: 100px
    }
}

@media(min-width: 1400px) {
    body #desktop-menu.front .desktop-left .logo-module img {
        height: 110px
    }
}

@media(min-width: 1500px) {
    body #desktop-menu.front .desktop-left .logo-module img {
        height: 120px
    }
}

@media(min-width: 1600px) {
    body #desktop-menu.front .desktop-left .logo-module img {
        height: 130px
    }
}

body #desktop-menu .desktop-right {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

body #desktop-menu .desktop-right-top {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important
}


body #desktop-menu .desktop-language a {
    margin: 0;
    font-size: 18px;
    padding: 8px 12px 9px 12px
}

body #desktop-menu .desktop-language p {
    margin: 0
}

body #desktop-menu .desktop-phone {
    margin-left: 70px
}

body #desktop-menu .desktop-phone p {
    margin: 0
}

body #desktop-menu .desktop-phone a {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    color: #f8981c;
    text-transform: uppercase;
    font-size: 22px
}


body #desktop-menu .desktop-click {
    margin-left: 70px
}

body #desktop-menu .desktop-click a {
    margin: 0;
    font-size: 18px;
    padding: 8px 12px 9px 12px
}

body #desktop-menu .desktop-click p {
    margin: 0
}

body #desktop-menu .navigation-module {
    display: -ms-flexbox !important;
    display: flex !important
}

body #desktop-menu .navigation-module .menu-level-1 {
    position: relative
}

body #desktop-menu .navigation-module .menu-level-1:not(:last-child) {
    margin-right: 25px
}

@media(min-width: 1300px) {
    body #desktop-menu .navigation-module .menu-level-1:not(:last-child) {
        margin-right: 35px
    }
}

@media(min-width: 1400px) {
    body #desktop-menu .navigation-module .menu-level-1:not(:last-child) {
        margin-right: 45px
    }
}

@media(min-width: 1500px) {
    body #desktop-menu .navigation-module .menu-level-1:not(:last-child) {
        margin-right: 55px
    }
}

@media(min-width: 1600px) {
    body #desktop-menu .navigation-module .menu-level-1:not(:last-child) {
        margin-right: 65px
    }
}

body #desktop-menu .navigation-module .menu-level-1 > a,
body #desktop-menu .navigation-module .menu-level-1 > .separator,
body #desktop-menu .navigation-module .menu-level-1 > .nav-header {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    color: #8c9b93;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}

@media(min-width: 1400px) {

    body #desktop-menu .navigation-module .menu-level-1 > a,
    body #desktop-menu .navigation-module .menu-level-1 > .separator,
    body #desktop-menu .navigation-module .menu-level-1 > .nav-header {
        font-size: 21px;
        line-height: 25px
    }
}

@media(min-width: 1600px) {

    body #desktop-menu .navigation-module .menu-level-1 > a,
    body #desktop-menu .navigation-module .menu-level-1 > .separator,
    body #desktop-menu .navigation-module .menu-level-1 > .nav-header {
        font-size: 22px;
        line-height: 26px
    }
}

body #desktop-menu .navigation-module .menu-level-1 > .sub-menu {
    position: absolute;
    left: 50%;
    top: 100%;
    display: block;
    visibility: hidden;
    min-width: 100%;
    opacity: 0;
    z-index: 2;
    padding-top: 10px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: opacity .3s ease, visibility 0s .3s;
    -moz-transition: opacity .3s ease, visibility 0s .3s;
    -o-transition: opacity .3s ease, visibility 0s .3s;
    transition: opacity .3s ease, visibility 0s .3s
}

body #desktop-menu .navigation-module .menu-level-1 > .sub-menu > .sub-inner {
    min-width: 100%;
    padding: 0;
    background-color: #f8981c;
    position: relative
}

body #desktop-menu .navigation-module .menu-level-1 > .sub-menu > .sub-inner:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    height: 50px;
    width: 100%;
    display: block;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background-color: #f8981c;
    z-index: 0
}

body #desktop-menu .navigation-module .menu-level-1:last-child > .sub-menu {
    left: auto;
    right: 0
}

body #desktop-menu .navigation-module .menu-level-1:hover > a,
body #desktop-menu .navigation-module .menu-level-1:hover > .separator,
body #desktop-menu .navigation-module .menu-level-1:hover > .nav-header,
body #desktop-menu .navigation-module .menu-level-1:focus-within > a,
body #desktop-menu .navigation-module .menu-level-1:focus-within > .separator,
body #desktop-menu .navigation-module .menu-level-1:focus-within > .nav-header {
    color: #f8981c
}

body #desktop-menu .navigation-module .menu-level-1:hover > .sub-menu,
body #desktop-menu .navigation-module .menu-level-1:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s .3s ease, visibility 0s .3s;
    -moz-transition: opacity .3s .3s ease, visibility 0s .3s;
    -o-transition: opacity .3s .3s ease, visibility 0s .3s;
    transition: opacity .3s .3s ease, visibility 0s .3s
}

body #desktop-menu .navigation-module .menu-level-1.active > a,
body #desktop-menu .navigation-module .menu-level-1.active > .separator,
body #desktop-menu .navigation-module .menu-level-1.active > .nav-header {
    color: #f8981c
}

body #desktop-menu .navigation-module .menu-level-2 {
    position: relative;
    z-index: 1;
    width: 100%
}

body #desktop-menu .navigation-module .menu-level-2 > a,
body #desktop-menu .navigation-module .menu-level-2 > .separator,
body #desktop-menu .navigation-module .menu-level-2 > .nav-header {
    display: block;
    width: 240px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    line-height: 1.5;
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 700;
    padding: 5px 15px;
    font-size: 20px
}

@media(min-width: 1400px) {

    body #desktop-menu .navigation-module .menu-level-2 > a,
    body #desktop-menu .navigation-module .menu-level-2 > .separator,
    body #desktop-menu .navigation-module .menu-level-2 > .nav-header {
        font-size: 21px
    }
}

@media(min-width: 1600px) {

    body #desktop-menu .navigation-module .menu-level-2 > a,
    body #desktop-menu .navigation-module .menu-level-2 > .separator,
    body #desktop-menu .navigation-module .menu-level-2 > .nav-header {
        font-size: 22px
    }
}

body #desktop-menu .navigation-module .menu-level-2 > .sub-menu {
    display: none
}

body #mobile-menu {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    background-color: #fff
}

@media(min-width: 1200px) {
    body #mobile-menu {
        display: none
    }
}

body #mobile-menu .mobile-header {
    position: relative;
    z-index: 2
}

body #mobile-menu .mobile-header .mobile-header-inner {
    position: relative;
    padding: 0 15px
}

body #mobile-menu .mobile-header .mobile-header-inner .mobile-logo .logo-module .logo-wrap {
    margin: 10px 0;
    display: inline-block;
    -webkit-transition: margin .3s .3s;
    -moz-transition: margin .3s .3s;
    -o-transition: margin .3s .3s;
    transition: margin .3s .3s
}

body #mobile-menu .mobile-header .mobile-header-inner .mobile-logo .logo-module img {
    height: 60px;
    width: auto
}

body #mobile-menu .mobile-header .mobile-header-inner .mobile-burger #burger {
    position: absolute;
    top: 50%;
    display: block;
    width: 32px;
    height: 32px;
    margin: auto;
    cursor: pointer;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 8px 4px;
    right: 11px
}

@media(min-width: 576px) {
    body #mobile-menu .mobile-header .mobile-header-inner .mobile-burger #burger {
        right: 16px
    }
}

@media(min-width: 768px) {
    body #mobile-menu .mobile-header .mobile-header-inner .mobile-burger #burger {
        right: 21px
    }
}

@media(min-width: 992px) {
    body #mobile-menu .mobile-header .mobile-header-inner .mobile-burger #burger {
        right: 26px
    }
}

body #mobile-menu .mobile-header .mobile-header-inner .mobile-burger #burger .burger-inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: block
}

body #mobile-menu .mobile-header .mobile-header-inner .mobile-burger #burger .burger-inner:after,
body #mobile-menu .mobile-header .mobile-header-inner .mobile-burger #burger .burger-inner:before,
body #mobile-menu .mobile-header .mobile-header-inner .mobile-burger #burger .burger-inner span {
    width: 100%;
    height: 2px;
    display: block;
    background-color: #000;
    border-radius: 0px;
    position: absolute;
    opacity: 1;
    -webkit-transition: background-color .3s ease, opacity .3s ease, width .3s ease;
    -moz-transition: background-color .3s ease, opacity .3s ease, width .3s ease;
    -o-transition: background-color .3s ease, opacity .3s ease, width .3s ease;
    transition: background-color .3s ease, opacity .3s ease, width .3s ease
}

body #mobile-menu .mobile-header .mobile-header-inner .mobile-burger #burger .burger-inner:before,
body #mobile-menu .mobile-header .mobile-header-inner .mobile-burger #burger .burger-inner:after {
    content: "";
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

body #mobile-menu .mobile-header .mobile-header-inner .mobile-burger #burger .burger-inner:before {
    top: 0%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%) rotate(0);
    -moz-transform: translate(-50%, 0%) rotate(0);
    -ms-transform: translate(-50%, 0%) rotate(0);
    -o-transform: translate(-50%, 0%) rotate(0);
    transform: translate(-50%, 0%) rotate(0)
}

body #mobile-menu .mobile-header .mobile-header-inner .mobile-burger #burger .burger-inner span {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

body #mobile-menu .mobile-header .mobile-header-inner .mobile-burger #burger .burger-inner:after {
    top: 100%;
    left: 50%;
    width: 75%;
    -webkit-transform: translate(-35%, -100%) rotate(0);
    -moz-transform: translate(-35%, -100%) rotate(0);
    -ms-transform: translate(-35%, -100%) rotate(0);
    -o-transform: translate(-35%, -100%) rotate(0);
    transform: translate(-35%, -100%) rotate(0)
}

body #mobile-menu .mobile-header .mobile-header-inner .mobile-burger #burger.active .burger-inner:after,
body #mobile-menu .mobile-header .mobile-header-inner .mobile-burger #burger.active .burger-inner:before,
body #mobile-menu .mobile-header .mobile-header-inner .mobile-burger #burger.active .burger-inner span {
    width: 100%
}

body #mobile-menu .mobile-header .mobile-header-inner .mobile-burger #burger.active .burger-inner span {
    opacity: 0;
    width: 0
}

body #mobile-menu .mobile-header .mobile-header-inner .mobile-burger #burger.active .burger-inner:before,
body #mobile-menu .mobile-header .mobile-header-inner .mobile-burger #burger.active .burger-inner:after {
    top: 40%
}

body #mobile-menu .mobile-header .mobile-header-inner .mobile-burger #burger.active .burger-inner:before {
    -webkit-transform: translate(-50%, 0) rotate(45deg);
    -moz-transform: translate(-50%, 0) rotate(45deg);
    -ms-transform: translate(-50%, 0) rotate(45deg);
    -o-transform: translate(-50%, 0) rotate(45deg);
    transform: translate(-50%, 0) rotate(45deg)
}

body #mobile-menu .mobile-header .mobile-header-inner .mobile-burger #burger.active .burger-inner:after {
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
    -moz-transform: translate(-50%, 0) rotate(-45deg);
    -ms-transform: translate(-50%, 0) rotate(-45deg);
    -o-transform: translate(-50%, 0) rotate(-45deg);
    transform: translate(-50%, 0) rotate(-45deg)
}

body #mobile-menu .mobile-header .mobile-header-inner .mobile-burger #burger :focus {
    outline: none
}

body #mobile-menu .mobile-content {
    position: fixed;
    top: 80px;
    right: 0;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    height: 0;
    z-index: 1;
    -webkit-transition: height .3s;
    -moz-transition: height .3s;
    -o-transition: height .3s;
    transition: height .3s
}

body #mobile-menu .mobile-content .mobile-content-inner {
    height: 100%;
    max-width: 100%;
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    overflow-y: auto;
    padding: 0 15px 30px 15px
}

body #mobile-menu .mobile-content .mobile-content-inner .mobile-menu .navigation-module {
    margin-top: 15px
}

body #mobile-menu .mobile-content .mobile-content-inner .mobile-menu .navigation-module .menu-level-1 {
    position: relative;
    display: block
}

body #mobile-menu .mobile-content .mobile-content-inner .mobile-menu .navigation-module .menu-level-1:not(:first-child) {
    margin-top: 5px
}

body #mobile-menu .mobile-content .mobile-content-inner .mobile-menu .navigation-module .menu-level-1 > a,
body #mobile-menu .mobile-content .mobile-content-inner .mobile-menu .navigation-module .menu-level-1 > .separator,
body #mobile-menu .mobile-content .mobile-content-inner .mobile-menu .navigation-module .menu-level-1 > .nav-header {
    text-decoration: none;
    padding: 12px 0;
    display: inline-block;
    color: #000;
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 700
}

body #mobile-menu .mobile-content .mobile-content-inner .mobile-menu .navigation-module .menu-level-1 > .sub-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 50px;
    z-index: 1;
    cursor: pointer;
    background-image: url("../images/arrow-black.svg");
    background-repeat: no-repeat;
    background-position: calc(50% - 1px) 50%;
    background-size: 12px 8px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform .3s ease;
    -moz-transition: -moz-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    transition: transform .3s ease
}

body #mobile-menu .mobile-content .mobile-content-inner .mobile-menu .navigation-module .menu-level-1 > .sub-menu {
    display: none
}

body #mobile-menu .mobile-content .mobile-content-inner .mobile-menu .navigation-module .menu-level-1.active > a,
body #mobile-menu .mobile-content .mobile-content-inner .mobile-menu .navigation-module .menu-level-1.active > .separator,
body #mobile-menu .mobile-content .mobile-content-inner .mobile-menu .navigation-module .menu-level-1.active > .nav-header {
    color: #f8981c
}

body #mobile-menu .mobile-content .mobile-content-inner .mobile-menu .navigation-module .menu-level-1.open > .sub-toggle {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

body #mobile-menu .mobile-content .mobile-content-inner .mobile-menu .navigation-module .menu-level-2 {
    position: relative;
    display: block
}

body #mobile-menu .mobile-content .mobile-content-inner .mobile-menu .navigation-module .menu-level-2:not(:first-child) {
    margin-top: 5px
}

body #mobile-menu .mobile-content .mobile-content-inner .mobile-menu .navigation-module .menu-level-2 > a,
body #mobile-menu .mobile-content .mobile-content-inner .mobile-menu .navigation-module .menu-level-2 > .separator,
body #mobile-menu .mobile-content .mobile-content-inner .mobile-menu .navigation-module .menu-level-2 > .nav-header {
    text-decoration: none;
    padding: 8px 0;
    display: inline-block;
    color: #000;
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 700
}

body #mobile-menu .mobile-content .mobile-content-inner .mobile-menu .navigation-module .menu-level-2 > .sub-menu {
    display: none
}

body #mobile-menu .mobile-content .mobile-content-inner .mobile-menu .navigation-module .menu-level-2.active > a,
body #mobile-menu .mobile-content .mobile-content-inner .mobile-menu .navigation-module .menu-level-2.active > .separator,
body #mobile-menu .mobile-content .mobile-content-inner .mobile-menu .navigation-module .menu-level-2.active > .nav-header {
    color: #f8981c
}

body #mobile-menu .mobile-content .mobile-content-inner .mobile-language {
    text-align: center;
    margin-top: 30px
}

body #mobile-menu .mobile-content .mobile-content-inner .mobile-language a {
    margin: 0;
    font-size: 18px;
    padding: 8px 12px 9px 12px
}

body #mobile-menu .mobile-content .mobile-content-inner .mobile-language p {
    margin: 0
}

body #mobile-menu .mobile-content .mobile-content-inner .mobile-click {
    text-align: center;
    margin-top: 30px
}

body #mobile-menu .mobile-content .mobile-content-inner .mobile-click a {
    margin: 0;
    font-size: 18px;
    padding: 8px 12px 9px 12px
}

body #mobile-menu .mobile-content .mobile-content-inner .mobile-click p {
    margin: 0
}

body #mobile-menu.open .mobile-content {
    height: calc(100vh - 80px);
    -webkit-transition: height .3s .3s;
    -moz-transition: height .3s .3s;
    -o-transition: height .3s .3s;
    transition: height .3s .3s
}

body .mobile-phone {
    position: fixed;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    background-color: #fff;
    z-index: 8
}

@media(min-width: 1200px) {
    body .mobile-phone {
        display: none
    }
}

body .mobile-phone p {
    margin: 0
}

body .mobile-phone a {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    color: #f8981c;
    text-transform: uppercase;
    font-size: 18px;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px
}

body #article .article-banner img {
    min-height: 150px
}

body #article .article-body {
    position: relative;
    overflow: hidden;
    padding: 45px 30px
}

@media(min-width: 992px) {
    body #article .article-body {
        padding: 75px 30px
    }
}

body #article .article-body .wrapper {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

@media(min-width: 992px) {
    body #article .article-body .wrapper {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
}

body #article .article-body .artice-content .article-header {
    padding-left: 57px
}

@media(min-width: 768px) {
    body #article .article-body .artice-content .article-header {
        padding-left: 67px
    }
}

@media(min-width: 992px) {
    body #article .article-body .artice-content .article-header {
        padding-left: 72px
    }
}

@media(min-width: 1200px) {
    body #article .article-body .artice-content .article-header {
        padding-left: 76px
    }
}

@media(min-width: 1400px) {
    body #article .article-body .artice-content .article-header {
        padding-left: 0
    }
}

body #article .article-body .artice-content .article-header h1 {
    position: relative;
    color: #f8981c
}

body #article .article-body .artice-content .article-header h1:before {
    content: "";
    position: absolute;
    right: calc(100% + 16px);
    top: 0px;
    width: 40px;
    height: 30px;
    display: block;
    background-image: url("../images/heading-graphic.png");
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
    opacity: 0;
    -webkit-transform: translate(-100%, 0%);
    -moz-transform: translate(-100%, 0%);
    -ms-transform: translate(-100%, 0%);
    -o-transform: translate(-100%, 0%);
    transform: translate(-100%, 0%);
    -webkit-transition: opacity .9s ease, -webkit-transform .9s ease;
    -moz-transition: opacity .9s ease, -moz-transform .9s ease;
    -o-transition: opacity .9s ease, -o-transform .9s ease;
    transition: opacity .9s ease, transform .9s ease
}

@media(min-width: 768px) {
    body #article .article-body .artice-content .article-header h1:before {
        width: 50px;
        height: 30px;
        top: 3px
    }
}

@media(min-width: 992px) {
    body #article .article-body .artice-content .article-header h1:before {
        width: 55px;
        height: 30px;
        top: 50%;
        -webkit-transform: translate(-100%, -50%);
        -moz-transform: translate(-100%, -50%);
        -ms-transform: translate(-100%, -50%);
        -o-transform: translate(-100%, -50%);
        transform: translate(-100%, -50%)
    }
}

@media(min-width: 1200px) {
    body #article .article-body .artice-content .article-header h1:before {
        width: 59px;
        height: 30px
    }
}

body #article .article-body .artice-content .article-header h1.showChevron:before {
    opacity: 1;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%)
}

@media(min-width: 992px) {
    body #article .article-body .artice-content .article-header h1.showChevron:before {
        -webkit-transform: translate(0%, -50%);
        -moz-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        -o-transform: translate(0%, -50%);
        transform: translate(0%, -50%)
    }
}

body #article .article-body .artice-content .article-text a:not([class]) {
    text-decoration: underline;
    color: #f8981c
}

body #article .article-body .artice-content .article-text ul:not([class]),
body #article .article-body .artice-content .article-text ol:not([class]) {
    list-style: none;
    padding: 0 0 0 15%;
    margin: 20px 0
}

body #article .article-body .artice-content .article-text ul:not([class]) li:before,
body #article .article-body .artice-content .article-text ol:not([class]) li:before {
    content: "•";
    color: #f8981c;
    font-weight: bold;
    display: inline-block;
    width: 20px;
    margin-left: -10px
}

body #article .article-body .article-image {
    text-align: center;
    margin-top: 30px
}

@media(min-width: 1200px) {
    body #article .article-body .article-image {
        margin-top: 0;
        text-align: right
    }
}

body #article .article-body .article-image img {
    width: 100%;
    max-width: 270px
}

body #article .article-body.has-image {
    position: relative
}

body #article .article-body.has-image .wrapper {
    max-width: 1250px
}

@media(min-width: 1200px) {
    body #article .article-body.has-image:after {
        content: "";
        position: absolute;
        left: 80%;
        top: 0;
        width: 500px;
        height: 100%;
        display: block;
        background-image: url("../images/article-bg.png");
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 0
    }
}

@media(min-width: 1300px) {
    body #article .article-body.has-image:after {
        left: 75%
    }
}

@media(min-width: 1400px) {
    body #article .article-body.has-image:after {
        left: 74%
    }
}

@media(min-width: 1500px) {
    body #article .article-body.has-image:after {
        left: 72%
    }
}

@media(min-width: 1600px) {
    body #article .article-body.has-image:after {
        left: 70%
    }
}

body #article .article-body.has-image .artice-content {
    position: relative;
    z-index: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media(min-width: 1200px) {
    body #article .article-body.has-image .artice-content {
        -ms-flex: 0 0 775px;
        flex: 0 0 775px;
        max-width: 775px
    }
}

body #article .article-body.has-image .article-image {
    position: relative;
    z-index: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: -webkit-transform .9s ease;
    -moz-transition: -moz-transform .9s ease;
    -o-transition: -o-transform .9s ease;
    transition: transform .9s ease
}

@media(min-width: 1200px) {
    body #article .article-body.has-image .article-image {
        -ms-flex: 0 0 270px;
        flex: 0 0 270px;
        max-width: 270px;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
}

@media(min-width: 992px) {

    body #article .article-body.has-image:focus-within .article-image,
    body #article .article-body.has-image:hover .article-image {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }
}

body #buttons {
    position: relative;
    overflow: hidden;
    padding: 0 30px
}

@media(min-width: 768px) {
    body #buttons:before {
        content: "";
        position: absolute;
        left: 0%;
        top: 0%;
        width: 100%;
        height: 100%;
        display: block;
        background-image: url("../images/buttons-bg.png");
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: auto 100%;
        z-index: 0
    }
}

@media(min-width: 992px) {
    body #buttons:before {
        background-size: 100% 100%
    }
}

@media(min-width: 1700px) {
    body #buttons:before {
        background-size: 100% auto
    }
}

body #buttons .wrapper {
    position: relative;
    z-index: 1
}

body #buttons ul {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

body #buttons ul li {
    padding: 0 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 10px 0
}

@media(min-width: 768px) {
    body #buttons ul li {
        margin: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

body #buttons a {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 1;
    padding: 18px 30px;
    color: #fff;
    text-decoration: none
}

@media(min-width: 768px) {
    body #buttons a {
        font-size: 21px
    }
}

@media(min-width: 992px) {
    body #buttons a {
        font-size: 26px
    }
}

@media(min-width: 1200px) {
    body #buttons a {
        font-size: 31px
    }
}

body #buttons a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #f8981c;
    z-index: -1;
    -webkit-transform: skewX(25deg);
    -moz-transform: skewX(25deg);
    -ms-transform: skewX(25deg);
    -o-transform: skewX(25deg);
    transform: skewX(25deg);
    -webkit-transition: width .5s;
    -moz-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s
}

body #buttons a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    display: block;
    background-color: #8c9b93;
    z-index: -1;
    -webkit-transform: skewX(25deg);
    -moz-transform: skewX(25deg);
    -ms-transform: skewX(25deg);
    -o-transform: skewX(25deg);
    transform: skewX(25deg);
    -webkit-transition: width .5s;
    -moz-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s
}

body #buttons a:focus-within:before,
body #buttons a:hover:before {
    width: 0
}

body #buttons a:focus-within:after,
body #buttons a:hover:after {
    width: 100%
}

body #bottom {
    position: relative;
    background-color: #eaeaea;
    margin-top: 35px;
    padding: 45px 30px
}

@media(min-width: 992px) {
    body #bottom {
        padding: 65px 30px
    }
}

@media(min-width: 1200px) {
    body #bottom {
        padding: 80px 30px
    }
}

body #bottom .module {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

body #bottom .module .module-background .module-background-image {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0%;
    top: 0;
    display: block;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: -webkit-transform .9s ease;
    -moz-transition: -moz-transform .9s ease;
    -o-transition: -o-transform .9s ease;
    transition: transform .9s ease;
    z-index: 0;
    opacity: .15
}

@media(min-width: 992px) {
    body #bottom .module .module-background .module-background-image {
        opacity: 1;
        width: 500px;
        height: 100%;
        right: 60%;
        background-size: cover
    }
}

body #bottom .module .module-content {
    position: relative;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    z-index: 1
}

@media(min-width: 992px) {
    body #bottom .module .module-content {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }
}

@media(min-width: 992px) {

    body #bottom:focus-within .module-background .module-background-image,
    body #bottom:hover .module-background .module-background-image {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }
}

body footer {
    position: relative;
    background-color: #fff;
    padding: 35px 30px 85px 30px;
    overflow: hidden
}

@media(min-width: 1200px) {
    body footer {
        padding: 35px 140px 35px 30px
    }
}

@media(min-width: 1300px) {
    body footer {
        padding: 35px 222px 35px 30px
    }
}

@media(min-width: 1400px) {
    body footer {
        padding: 35px 300px 35px 30px
    }
}

@media(min-width: 1200px) {
    body footer:after {
        content: "";
        position: absolute;
        right: -160px;
        top: 0;
        width: 100%;
        height: 100%;
        max-width: 320px;
        display: block;
        background-image: url("../images/footer-bg.png");
        background-position: 100% 0%;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 0
    }
}

@media(min-width: 1200px)and (min-width: 1300px) {
    body footer:after {
        right: -78px
    }
}

@media(min-width: 1200px)and (min-width: 1400px) {
    body footer:after {
        right: 0
    }
}

body footer .wrapper {
    position: relative;
    z-index: 1;
    max-width: 100%;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

@media(max-width: 1199px) {
    body footer .footer-logo {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px
    }
}

body footer .footer-logo img {
    height: 72px;
    width: auto
}

body footer .footer-info {
    color: #8c9b93;
    font-family: "Lato";
    font-style: normal;
    font-weight: 400
}

@media(max-width: 1199px) {
    body footer .footer-info {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media(max-width: 767px) {
    body footer .footer-info {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px
    }
}

body footer .footer-info strong {
    font-family: "Lato";
    font-style: normal;
    font-weight: 900
}

body footer .footer-info p {
    margin: 0 0 7px 0
}

body footer .footer-info p:last-child {
    margin: 0
}

body footer .footer-info a {
    text-decoration: none
}

body footer .footer-logos {
    margin-left: 0;
    margin-right: 0
}

@media(max-width: 1199px) {
    body footer .footer-logos {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media(max-width: 767px) {
    body footer .footer-logos {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px
    }
}

@media(min-width: 1600px) {
    body footer .footer-logos {
        margin-left: 100px;
        margin-right: 70px
    }
}

body footer .footer-logos img {
    height: 56px;
    width: auto
}

body footer .footer-logos ul {
    list-style: none;
    padding: 0;
    margin: 0 -10px;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

body footer .footer-logos ul li {
    padding: 0 10px
}

@media(max-width: 1199px) {
    body footer .footer-bbm {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

body footer .footer-bbm .logo-wrap {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    text-decoration: none
}

@media(max-width: 1199px) {
    body footer .footer-bbm .logo-wrap {
        margin-top: 20px;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
}

body footer .footer-bbm .text-before {
    font-family: "Lato";
    font-style: normal;
    font-weight: 900;
    font-size: 9px;
    line-height: 1;
    color: #8c9b93;
    margin-right: 10px
}

body footer .footer-bbm img {
    height: 45px;
    width: auto
}

body #font-setting-buttons {
    position: absolute;
    top: 5px;
    left: 50%;
    z-index: -99;
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

body #font-setting-buttons button {
    text-decoration: none;
    background-color: #f8981c;
    color: #fff;
    border: 0;
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    display: inline-block;
    padding: 0px 12px;
    border-radius: 8px;
    margin: 0 3px;
    -webkit-box-shadow: 2px 2px 6px 0px #999;
    -moz-box-shadow: 2px 2px 6px 0px #999;
    box-shadow: 2px 2px 6px 0px #999
}

body #font-setting-buttons button.decrease-text {
    font-size: .9em !important
}

body #font-setting-buttons button.reset-text {
    font-size: 1em !important
}

body #font-setting-buttons button.increase-text {
    font-size: 1.1em !important
}

@media screen and (max-width: 1200px) {
    body #font-setting-buttons {
        display: none
    }
}

body #font-setting-buttons:focus-within {
    opacity: 1;
    z-index: 100
}

body #skipy a {
    position: absolute;
    top: 5px;
    left: 50%;
    outline: none;
    z-index: -9;
    opacity: 0;
    border: 0;
    text-decoration: none;
    background-color: #f8981c;
    color: #fff;
    font-size: .8em;
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    display: inline-block;
    padding: 0px 15px;
    border-radius: 8px;
    -webkit-box-shadow: 2px 2px 6px 0px #999;
    -moz-box-shadow: 2px 2px 6px 0px #999;
    box-shadow: 2px 2px 6px 0px #999;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

body #skipy a:focus {
    display: inline-block;
    opacity: 1;
    z-index: 100
}

/*# sourceMappingURL=template.css.map */