/* cabin-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/cabin/cabin-v27-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* cabin-500 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/cabin/cabin-v27-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* cabin-600 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/cabin/cabin-v27-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* cabin-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/cabin/cabin-v27-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ========================================================================
   Component: Background
 ========================================================================== */
/* Color
 ========================================================================== */
.uk-background-default {
    background-color: #fff;
}

.uk-background-muted {
    background-color: #f8f8f8;
}

.uk-background-primary {
    background-color: #1e87f0;
}

.uk-background-secondary {
    background-color: #222;
}

/* Size
 ========================================================================== */
.uk-background-cover,
.uk-background-contain,
.uk-background-width-1-1,
.uk-background-height-1-1 {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.uk-background-cover {
    background-size: cover;
}

.uk-background-contain {
    background-size: contain;
}

.uk-background-width-1-1 {
    background-size: 100%;
}

.uk-background-height-1-1 {
    background-size: auto 100%;
}

/* Position
 ========================================================================== */
.uk-background-top-left {
    background-position: 0 0;
}

.uk-background-top-center {
    background-position: 50% 0;
}

.uk-background-top-right {
    background-position: 100% 0;
}

.uk-background-center-left {
    background-position: 0 50%;
}

.uk-background-center-center {
    background-position: 50% 50%;
}

.uk-background-center-right {
    background-position: 100% 50%;
}

.uk-background-bottom-left {
    background-position: 0 100%;
}

.uk-background-bottom-center {
    background-position: 50% 100%;
}

.uk-background-bottom-right {
    background-position: 100% 100%;
}

/* Repeat
 ========================================================================== */
.uk-background-norepeat {
    background-repeat: no-repeat;
}

/* Attachment
 ========================================================================== */
.uk-background-fixed {
    background-attachment: fixed;
}

/*
 * Exclude touch devices because `fixed` doesn't work on iOS and Android
 */
@media (pointer: coarse) {
    .uk-background-fixed {
        background-attachment: scroll;
    }
}

/* Image
 ========================================================================== */
/* Phone portrait and smaller */
@media (max-width: 639px) {
    .uk-background-image\@s {
        background-image: none !important;
    }
}

/* Phone landscape and smaller */
@media (max-width: 959px) {
    .uk-background-image\@m {
        background-image: none !important;
    }
}

/* Tablet landscape and smaller */
@media (max-width: 1199px) {
    .uk-background-image\@l {
        background-image: none !important;
    }
}

/* Desktop and smaller */
@media (max-width: 1599px) {
    .uk-background-image\@xl {
        background-image: none !important;
    }
}

/* Blend modes
 ========================================================================== */
.uk-background-blend-multiply {
    background-blend-mode: multiply;
}

.uk-background-blend-screen {
    background-blend-mode: screen;
}

.uk-background-blend-overlay {
    background-blend-mode: overlay;
}

.uk-background-blend-darken {
    background-blend-mode: darken;
}

.uk-background-blend-lighten {
    background-blend-mode: lighten;
}

.uk-background-blend-color-dodge {
    background-blend-mode: color-dodge;
}

.uk-background-blend-color-burn {
    background-blend-mode: color-burn;
}

.uk-background-blend-hard-light {
    background-blend-mode: hard-light;
}

.uk-background-blend-soft-light {
    background-blend-mode: soft-light;
}

.uk-background-blend-difference {
    background-blend-mode: difference;
}

.uk-background-blend-exclusion {
    background-blend-mode: exclusion;
}

.uk-background-blend-hue {
    background-blend-mode: hue;
}

.uk-background-blend-saturation {
    background-blend-mode: saturation;
}

.uk-background-blend-color {
    background-blend-mode: color;
}

.uk-background-blend-luminosity {
    background-blend-mode: luminosity;
}

@charset "UTF-8";
*, :after, :before {
    box-sizing: border-box
}

:focus {
    outline: 0
}

main {
    display: block
}

.footer__text, .uk-container {
    box-sizing: content-box
}

.wup-border-full {
    border: 1px solid #d9d9d9
}

.wup-border-top {
    border-top: 1px solid #d9d9d9
}

.wup-border-right {
    border-right: 1px solid #d9d9d9
}

.wup-border-bottom {
    border-bottom: 1px solid #d9d9d9
}

.wup-border-left {
    border-left: 1px solid #d9d9d9
}

.wup-border-x-axis {
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9
}

.wup-border-y-axis {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9
}

.wup-border-width-2 {
    border-width: 2px
}

.wup-border-width-3 {
    border-width: 3px
}

.wup-border-width-4 {
    border-width: 4px
}

.wup-border-width-5 {
    border-width: 5px
}

.produkt__kategorie, .wup-border-radius-rounded {
    border-radius: 4px
}

.wup-border-radius-round {
    border-radius: 999px
}

.wup-border-radius-squared {
    border-radius: 0
}

.frm_forms form .frm_submit button[type=submit], .frm_forms form .frm_submit input[type=submit], .frm_forms form .login-submit button[type=submit], .frm_forms form .login-submit input[type=submit], .wup-btn {
    border-radius: 2px;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    text-transform: uppercase;
    font-family: 'Cabin', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: .8em;
    line-height: 1;
    padding: 1.5em 1.75em;
    vertical-align: middle;
    text-decoration: none;
    display: inline-block;
    box-shadow: none;
    cursor: pointer;
    outline: 0;
    border: none;
    background-color: #12317a;
    border: 2px solid #12317a;
    color: #fff
}

.frm_forms form .frm_submit button:focus[type=submit], .frm_forms form .frm_submit button:visited[type=submit], .frm_forms form .frm_submit input:focus[type=submit], .frm_forms form .frm_submit input:visited[type=submit], .frm_forms form .login-submit button:focus[type=submit], .frm_forms form .login-submit button:visited[type=submit], .frm_forms form .login-submit input:focus[type=submit], .frm_forms form .login-submit input:visited[type=submit], .wup-btn:focus, .wup-btn:visited {
    background-color: #12317a;
    color: #fff;
    outline: 0
}

.frm_forms form .frm_submit button:hover[type=submit], .frm_forms form .frm_submit input:hover[type=submit], .frm_forms form .login-submit button:hover[type=submit], .frm_forms form .login-submit input:hover[type=submit], .wup-btn:hover {
    background-color: #f9232f;
    border-color: #f9232f;
    color: #fff;
    text-decoration: none
}

.frm_forms form .frm_submit button:active[type=submit], .frm_forms form .frm_submit input:active[type=submit], .frm_forms form .login-submit button:active[type=submit], .frm_forms form .login-submit input:active[type=submit], .wup-btn:active {
    background-color: #b1050f;
    color: #fff
}

.frm_forms form .frm_submit button.wup-btn-inverse[type=submit], .frm_forms form .frm_submit input.wup-btn-inverse[type=submit], .frm_forms form .login-submit button.wup-btn-inverse[type=submit], .frm_forms form .login-submit input.wup-btn-inverse[type=submit], .wup-btn.wup-btn-inverse {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #12317a
}

.frm_forms form .frm_submit button.wup-btn-inverse:focus[type=submit], .frm_forms form .frm_submit button.wup-btn-inverse:visited[type=submit], .frm_forms form .frm_submit input.wup-btn-inverse:focus[type=submit], .frm_forms form .frm_submit input.wup-btn-inverse:visited[type=submit], .frm_forms form .login-submit button.wup-btn-inverse:focus[type=submit], .frm_forms form .login-submit button.wup-btn-inverse:visited[type=submit], .frm_forms form .login-submit input.wup-btn-inverse:focus[type=submit], .frm_forms form .login-submit input.wup-btn-inverse:visited[type=submit], .wup-btn.wup-btn-inverse:focus, .wup-btn.wup-btn-inverse:visited {
    color: #12317a
}

.frm_forms form .frm_submit button.wup-btn-inverse:hover[type=submit], .frm_forms form .frm_submit input.wup-btn-inverse:hover[type=submit], .frm_forms form .login-submit button.wup-btn-inverse:hover[type=submit], .frm_forms form .login-submit input.wup-btn-inverse:hover[type=submit], .wup-btn.wup-btn-inverse:hover {
    color: #f9232f
}

.frm_forms form .frm_submit button.wup-btn-inverse:active[type=submit], .frm_forms form .frm_submit input.wup-btn-inverse:active[type=submit], .frm_forms form .login-submit button.wup-btn-inverse:active[type=submit], .frm_forms form .login-submit input.wup-btn-inverse:active[type=submit], .wup-btn.wup-btn-inverse:active {
    color: #b1050f
}

.frm_forms form .frm_submit button.wup-btn-border[type=submit], .frm_forms form .frm_submit input.wup-btn-border[type=submit], .frm_forms form .login-submit button.wup-btn-border[type=submit], .frm_forms form .login-submit input.wup-btn-border[type=submit], .wup-btn.wup-btn-border {
    background-color: transparent;
    border: 2px solid #12317a;
    color: #12317a
}

.frm_forms form .frm_submit button.wup-btn-border:focus[type=submit], .frm_forms form .frm_submit button.wup-btn-border:visited[type=submit], .frm_forms form .frm_submit input.wup-btn-border:focus[type=submit], .frm_forms form .frm_submit input.wup-btn-border:visited[type=submit], .frm_forms form .login-submit button.wup-btn-border:focus[type=submit], .frm_forms form .login-submit button.wup-btn-border:visited[type=submit], .frm_forms form .login-submit input.wup-btn-border:focus[type=submit], .frm_forms form .login-submit input.wup-btn-border:visited[type=submit], .wup-btn.wup-btn-border:focus, .wup-btn.wup-btn-border:visited {
    background-color: transparent;
    color: #12317a
}

.frm_forms form .frm_submit button.wup-btn-border:hover[type=submit], .frm_forms form .frm_submit input.wup-btn-border:hover[type=submit], .frm_forms form .login-submit button.wup-btn-border:hover[type=submit], .frm_forms form .login-submit input.wup-btn-border:hover[type=submit], .wup-btn.wup-btn-border:hover {
    background-color: #12317a;
    color: #fff
}

.frm_forms form .frm_submit button.wup-btn-border:active[type=submit], .frm_forms form .frm_submit input.wup-btn-border:active[type=submit], .frm_forms form .login-submit button.wup-btn-border:active[type=submit], .frm_forms form .login-submit input.wup-btn-border:active[type=submit], .wup-btn.wup-btn-border:active {
    background-color: #b1050f;
    color: #fff
}

.frm_forms form .frm_submit button.wup-btn-icon[type=submit], .frm_forms form .frm_submit input.wup-btn-icon[type=submit], .frm_forms form .login-submit button.wup-btn-icon[type=submit], .frm_forms form .login-submit input.wup-btn-icon[type=submit], .wup-btn.wup-btn-icon {
    font-size: .8em;
    padding: .9em 1.75em
}

.frm_forms form .frm_submit button.wup-btn-small[type=submit], .frm_forms form .frm_submit input.wup-btn-small[type=submit], .frm_forms form .login-submit button.wup-btn-small[type=submit], .frm_forms form .login-submit input.wup-btn-small[type=submit], .wup-btn.wup-btn-small {
    font-size: .8em;
    padding: .75em 1.25em
}

.frm_forms form .frm_submit button.wup-btn-large[type=submit], .frm_forms form .frm_submit input.wup-btn-large[type=submit], .frm_forms form .login-submit button.wup-btn-large[type=submit], .frm_forms form .login-submit input.wup-btn-large[type=submit], .wup-btn.wup-btn-large {
    font-size: .8em;
    padding: 1.25em 2em
}

.frm_forms form .frm_submit button.wup-btn-wide[type=submit], .frm_forms form .frm_submit input.wup-btn-wide[type=submit], .frm_forms form .login-submit button.wup-btn-wide[type=submit], .frm_forms form .login-submit input.wup-btn-wide[type=submit], .wup-btn.wup-btn-wide {
    font-size: .8em;
    padding: .9em 2.75em
}

.frm_forms form .frm_submit button.wup-btn-block[type=submit], .frm_forms form .frm_submit input.wup-btn-block[type=submit], .frm_forms form .login-submit button.wup-btn-block[type=submit], .frm_forms form .login-submit input.wup-btn-block[type=submit], .wup-btn.wup-btn-block {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 100%
}

.frm_forms form .frm_submit button.wup-btn-rounded[type=submit], .frm_forms form .frm_submit input.wup-btn-rounded[type=submit], .frm_forms form .login-submit button.wup-btn-rounded[type=submit], .frm_forms form .login-submit input.wup-btn-rounded[type=submit], .wup-btn.wup-btn-rounded {
    border-radius: 999px !important
}

.frm_forms form .frm_submit button.wup-btn-squared[type=submit], .frm_forms form .frm_submit input.wup-btn-squared[type=submit], .frm_forms form .login-submit button.wup-btn-squared[type=submit], .frm_forms form .login-submit input.wup-btn-squared[type=submit], .wup-btn.wup-btn-squared {
    border-radius: 0 !important
}

.wup-btn-primary {
    background-color: #12317a;
    border: 2px solid #12317a;
    color: #fff
}

.wup-btn-primary:focus, .wup-btn-primary:visited {
    background-color: #12317a;
    color: #fff;
    outline: 0
}

.wup-btn-primary:hover {
    background-color: #f9232f;
    border-color: #f9232f;
    color: #fff;
    text-decoration: none
}

.wup-btn-primary:active {
    background-color: #b1050f;
    color: #fff
}

.wup-btn-primary.wup-btn-inverse {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #12317a
}

.wup-btn-primary.wup-btn-inverse:focus, .wup-btn-primary.wup-btn-inverse:visited {
    color: #12317a
}

.wup-btn-primary.wup-btn-inverse:hover {
    color: #f9232f
}

.wup-btn-primary.wup-btn-inverse:active {
    color: #b1050f
}

.wup-btn-primary.wup-btn-border {
    background-color: transparent;
    border: 2px solid #12317a;
    color: #12317a
}

.wup-btn-primary.wup-btn-border:focus, .wup-btn-primary.wup-btn-border:visited {
    background-color: transparent;
    color: #12317a
}

.wup-btn-primary.wup-btn-border:hover {
    background-color: #12317a;
    color: #fff
}

.wup-btn-primary.wup-btn-border:active {
    background-color: #b1050f;
    color: #fff
}

.wup-btn-secondary {
    background-color: #25282a;
    border: 2px solid #25282a;
    color: #fff
}

.wup-btn-secondary:focus, .wup-btn-secondary:visited {
    background-color: #25282a;
    color: #fff;
    outline: 0
}

.wup-btn-secondary:hover {
    background-color: #3d4245;
    border-color: #3d4245;
    color: #fff;
    text-decoration: none
}

.wup-btn-secondary:active {
    background-color: #0d0e0f;
    color: #fff
}

.wup-btn-secondary.wup-btn-inverse {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #25282a
}

.wup-btn-secondary.wup-btn-inverse:focus, .wup-btn-secondary.wup-btn-inverse:visited {
    color: #25282a
}

.wup-btn-secondary.wup-btn-inverse:hover {
    color: #3d4245
}

.wup-btn-secondary.wup-btn-inverse:active {
    color: #0d0e0f
}

.wup-btn-secondary.wup-btn-border {
    background-color: transparent;
    border: 2px solid #25282a;
    color: #25282a
}

.wup-btn-secondary.wup-btn-border:focus, .wup-btn-secondary.wup-btn-border:visited {
    background-color: transparent;
    color: #25282a
}

.wup-btn-secondary.wup-btn-border:hover {
    background-color: #25282a;
    color: #fff
}

.wup-btn-secondary.wup-btn-border:active {
    background-color: #0d0e0f;
    color: #fff
}

.wup-btn-dark {
    background-color: #25282a;
    border: 2px solid #25282a;
    color: #fff
}

.wup-btn-dark:focus, .wup-btn-dark:visited {
    background-color: #25282a;
    color: #fff;
    outline: 0
}

.wup-btn-dark:hover {
    background-color: #3d4245;
    border-color: #3d4245;
    color: #fff;
    text-decoration: none
}

.wup-btn-dark:active {
    background-color: #0d0e0f;
    color: #fff
}

.wup-btn-dark.wup-btn-inverse {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #25282a
}

.wup-btn-dark.wup-btn-inverse:focus, .wup-btn-dark.wup-btn-inverse:visited {
    color: #25282a
}

.wup-btn-dark.wup-btn-inverse:hover {
    color: #3d4245
}

.wup-btn-dark.wup-btn-inverse:active {
    color: #0d0e0f
}

.wup-btn-dark.wup-btn-border {
    background-color: transparent;
    border: 2px solid #25282a;
    color: #25282a
}

.wup-btn-dark.wup-btn-border:focus, .wup-btn-dark.wup-btn-border:visited {
    background-color: transparent;
    color: #25282a
}

.wup-btn-dark.wup-btn-border:hover {
    background-color: #25282a;
    color: #fff
}

.wup-btn-dark.wup-btn-border:active {
    background-color: #0d0e0f;
    color: #fff
}

.wup-btn-lightgrey {
    background-color: #f3f6f8;
    border: 2px solid #f3f6f8;
    color: #fff
}

.wup-btn-lightgrey:focus, .wup-btn-lightgrey:visited {
    background-color: #f3f6f8;
    color: #fff;
    outline: 0
}

.wup-btn-lightgrey:hover {
    background-color: #fff;
    border-color: #fff;
    color: #fff;
    text-decoration: none
}

.wup-btn-lightgrey:active {
    background-color: #d3dee5;
    color: #fff
}

.wup-btn-lightgrey.wup-btn-inverse {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #f3f6f8
}

.wup-btn-lightgrey.wup-btn-inverse:focus, .wup-btn-lightgrey.wup-btn-inverse:visited {
    color: #f3f6f8
}

.wup-btn-lightgrey.wup-btn-inverse:hover {
    color: #fff
}

.wup-btn-lightgrey.wup-btn-inverse:active {
    color: #d3dee5
}

.wup-btn-lightgrey.wup-btn-border {
    background-color: transparent;
    border: 2px solid #f3f6f8;
    color: #f3f6f8
}

.wup-btn-lightgrey.wup-btn-border:focus, .wup-btn-lightgrey.wup-btn-border:visited {
    background-color: transparent;
    color: #f3f6f8
}

.wup-btn-lightgrey.wup-btn-border:hover {
    background-color: #f3f6f8;
    color: #fff
}

.wup-btn-lightgrey.wup-btn-border:active {
    background-color: #d3dee5;
    color: #fff
}

.wup-btn-midgrey {
    background-color: #6a7177;
    border: 2px solid #6a7177;
    color: #fff
}

.wup-btn-midgrey:focus, .wup-btn-midgrey:visited {
    background-color: #6a7177;
    color: #fff;
    outline: 0
}

.wup-btn-midgrey:hover {
    background-color: #838b91;
    border-color: #838b91;
    color: #fff;
    text-decoration: none
}

.wup-btn-midgrey:active {
    background-color: #52575c;
    color: #fff
}

.wup-btn-midgrey.wup-btn-inverse {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #6a7177
}

.wup-btn-midgrey.wup-btn-inverse:focus, .wup-btn-midgrey.wup-btn-inverse:visited {
    color: #6a7177
}

.wup-btn-midgrey.wup-btn-inverse:hover {
    color: #838b91
}

.wup-btn-midgrey.wup-btn-inverse:active {
    color: #52575c
}

.wup-btn-midgrey.wup-btn-border {
    background-color: transparent;
    border: 2px solid #6a7177;
    color: #6a7177
}

.wup-btn-midgrey.wup-btn-border:focus, .wup-btn-midgrey.wup-btn-border:visited {
    background-color: transparent;
    color: #6a7177
}

.wup-btn-midgrey.wup-btn-border:hover {
    background-color: #6a7177;
    color: #fff
}

.wup-btn-midgrey.wup-btn-border:active {
    background-color: #52575c;
    color: #fff
}

.wup-btn-middarkgrey {
    background-color: #90939a;
    border: 2px solid #90939a;
    color: #fff
}

.wup-btn-middarkgrey:focus, .wup-btn-middarkgrey:visited {
    background-color: #90939a;
    color: #fff;
    outline: 0
}

.wup-btn-middarkgrey:hover {
    background-color: #abadb2;
    border-color: #abadb2;
    color: #fff;
    text-decoration: none
}

.wup-btn-middarkgrey:active {
    background-color: #767981;
    color: #fff
}

.wup-btn-middarkgrey.wup-btn-inverse {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #90939a
}

.wup-btn-middarkgrey.wup-btn-inverse:focus, .wup-btn-middarkgrey.wup-btn-inverse:visited {
    color: #90939a
}

.wup-btn-middarkgrey.wup-btn-inverse:hover {
    color: #abadb2
}

.wup-btn-middarkgrey.wup-btn-inverse:active {
    color: #767981
}

.wup-btn-middarkgrey.wup-btn-border {
    background-color: transparent;
    border: 2px solid #90939a;
    color: #90939a
}

.wup-btn-middarkgrey.wup-btn-border:focus, .wup-btn-middarkgrey.wup-btn-border:visited {
    background-color: transparent;
    color: #90939a
}

.wup-btn-middarkgrey.wup-btn-border:hover {
    background-color: #90939a;
    color: #fff
}

.wup-btn-middarkgrey.wup-btn-border:active {
    background-color: #767981;
    color: #fff
}

.wup-btn-blue {
    background-color: #007fc5;
    border: 2px solid #007fc5;
    color: #fff
}

.wup-btn-blue:focus, .wup-btn-blue:visited {
    background-color: #007fc5;
    color: #fff;
    outline: 0
}

.wup-btn-blue:hover {
    background-color: #00a0f8;
    border-color: #00a0f8;
    color: #fff;
    text-decoration: none
}

.wup-btn-blue:active {
    background-color: #005e92;
    color: #fff
}

.wup-btn-blue.wup-btn-inverse {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #007fc5
}

.wup-btn-blue.wup-btn-inverse:focus, .wup-btn-blue.wup-btn-inverse:visited {
    color: #007fc5
}

.wup-btn-blue.wup-btn-inverse:hover {
    color: #00a0f8
}

.wup-btn-blue.wup-btn-inverse:active {
    color: #005e92
}

.wup-btn-blue.wup-btn-border {
    background-color: transparent;
    border: 2px solid #007fc5;
    color: #007fc5
}

.wup-btn-blue.wup-btn-border:focus, .wup-btn-blue.wup-btn-border:visited {
    background-color: transparent;
    color: #007fc5
}

.wup-btn-blue.wup-btn-border:hover {
    background-color: #007fc5;
    color: #fff
}

.wup-btn-blue.wup-btn-border:active {
    background-color: #005e92;
    color: #fff
}

.wup-btn-darkred {
    background-color: #b4062c;
    border: 2px solid #b4062c;
    color: #fff
}

.wup-btn-darkred:focus, .wup-btn-darkred:visited {
    background-color: #b4062c;
    color: #fff;
    outline: 0
}

.wup-btn-darkred:hover {
    background-color: #e50838;
    border-color: #e50838;
    color: #fff;
    text-decoration: none
}

.wup-btn-darkred:active {
    background-color: #830420;
    color: #fff
}

.wup-btn-darkred.wup-btn-inverse {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #b4062c
}

.wup-btn-darkred.wup-btn-inverse:focus, .wup-btn-darkred.wup-btn-inverse:visited {
    color: #b4062c
}

.wup-btn-darkred.wup-btn-inverse:hover {
    color: #e50838
}

.wup-btn-darkred.wup-btn-inverse:active {
    color: #830420
}

.wup-btn-darkred.wup-btn-border {
    background-color: transparent;
    border: 2px solid #b4062c;
    color: #b4062c
}

.wup-btn-darkred.wup-btn-border:focus, .wup-btn-darkred.wup-btn-border:visited {
    background-color: transparent;
    color: #b4062c
}

.wup-btn-darkred.wup-btn-border:hover {
    background-color: #b4062c;
    color: #fff
}

.wup-btn-darkred.wup-btn-border:active {
    background-color: #830420;
    color: #fff
}

.wup-btn-green {
    background-color: #74ae4f;
    border: 2px solid #74ae4f;
    color: #fff
}

.wup-btn-green:focus, .wup-btn-green:visited {
    background-color: #74ae4f;
    color: #fff;
    outline: 0
}

.wup-btn-green:hover {
    background-color: #8fbf71;
    border-color: #8fbf71;
    color: #fff;
    text-decoration: none
}

.wup-btn-green:active {
    background-color: #5d8b3f;
    color: #fff
}

.wup-btn-green.wup-btn-inverse {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #74ae4f
}

.wup-btn-green.wup-btn-inverse:focus, .wup-btn-green.wup-btn-inverse:visited {
    color: #74ae4f
}

.wup-btn-green.wup-btn-inverse:hover {
    color: #8fbf71
}

.wup-btn-green.wup-btn-inverse:active {
    color: #5d8b3f
}

.wup-btn-green.wup-btn-border {
    background-color: transparent;
    border: 2px solid #74ae4f;
    color: #74ae4f
}

.wup-btn-green.wup-btn-border:focus, .wup-btn-green.wup-btn-border:visited {
    background-color: transparent;
    color: #74ae4f
}

.wup-btn-green.wup-btn-border:hover {
    background-color: #74ae4f;
    color: #fff
}

.wup-btn-green.wup-btn-border:active {
    background-color: #5d8b3f;
    color: #fff
}

.wup-btn-white {
    background-color: #fff;
    border: 2px solid #fff;
    color: #fff
}

.wup-btn-white:focus, .wup-btn-white:visited {
    background-color: #fff;
    color: #fff;
    outline: 0
}

.wup-btn-white:hover {
    background-color: #fff;
    border-color: #fff;
    color: #fff;
    text-decoration: none
}

.wup-btn-white:active {
    background-color: #e6e6e6;
    color: #fff
}

.wup-btn-white.wup-btn-inverse {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #fff
}

.wup-btn-white.wup-btn-inverse:focus, .wup-btn-white.wup-btn-inverse:visited {
    color: #fff
}

.wup-btn-white.wup-btn-inverse:hover {
    color: #fff
}

.wup-btn-white.wup-btn-inverse:active {
    color: #e6e6e6
}

.wup-btn-white.wup-btn-border {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff
}

.wup-btn-white.wup-btn-border:focus, .wup-btn-white.wup-btn-border:visited {
    background-color: transparent;
    color: #fff
}

.wup-btn-white.wup-btn-border:hover {
    background-color: #fff;
    color: #fff
}

.wup-btn-white.wup-btn-border:active {
    background-color: #e6e6e6;
    color: #fff
}

.wup-btn-gray05 {
    background-color: #f2f2f2;
    border: 2px solid #f2f2f2;
    color: #fff
}

.wup-btn-gray05:focus, .wup-btn-gray05:visited {
    background-color: #f2f2f2;
    color: #fff;
    outline: 0
}

.wup-btn-gray05:hover {
    background-color: #fff;
    border-color: #fff;
    color: #fff;
    text-decoration: none
}

.wup-btn-gray05:active {
    background-color: #d9d9d9;
    color: #fff
}

.wup-btn-gray05.wup-btn-inverse {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #f2f2f2
}

.wup-btn-gray05.wup-btn-inverse:focus, .wup-btn-gray05.wup-btn-inverse:visited {
    color: #f2f2f2
}

.wup-btn-gray05.wup-btn-inverse:hover {
    color: #fff
}

.wup-btn-gray05.wup-btn-inverse:active {
    color: #d9d9d9
}

.wup-btn-gray05.wup-btn-border {
    background-color: transparent;
    border: 2px solid #f2f2f2;
    color: #f2f2f2
}

.wup-btn-gray05.wup-btn-border:focus, .wup-btn-gray05.wup-btn-border:visited {
    background-color: transparent;
    color: #f2f2f2
}

.wup-btn-gray05.wup-btn-border:hover {
    background-color: #f2f2f2;
    color: #fff
}

.wup-btn-gray05.wup-btn-border:active {
    background-color: #d9d9d9;
    color: #fff
}

.wup-btn-gray15 {
    background-color: #d9d9d9;
    border: 2px solid #d9d9d9;
    color: #fff
}

.wup-btn-gray15:focus, .wup-btn-gray15:visited {
    background-color: #d9d9d9;
    color: #fff;
    outline: 0
}

.wup-btn-gray15:hover {
    background-color: #f3f3f3;
    border-color: #f3f3f3;
    color: #fff;
    text-decoration: none
}

.wup-btn-gray15:active {
    background-color: silver;
    color: #fff
}

.wup-btn-gray15.wup-btn-inverse {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #d9d9d9
}

.wup-btn-gray15.wup-btn-inverse:focus, .wup-btn-gray15.wup-btn-inverse:visited {
    color: #d9d9d9
}

.wup-btn-gray15.wup-btn-inverse:hover {
    color: #f3f3f3
}

.wup-btn-gray15.wup-btn-inverse:active {
    color: silver
}

.wup-btn-gray15.wup-btn-border {
    background-color: transparent;
    border: 2px solid #d9d9d9;
    color: #d9d9d9
}

.wup-btn-gray15.wup-btn-border:focus, .wup-btn-gray15.wup-btn-border:visited {
    background-color: transparent;
    color: #d9d9d9
}

.wup-btn-gray15.wup-btn-border:hover {
    background-color: #d9d9d9;
    color: #fff
}

.wup-btn-gray15.wup-btn-border:active {
    background-color: silver;
    color: #fff
}

.wup-btn-gray30 {
    background-color: #b2b2b2;
    border: 2px solid #b2b2b2;
    color: #fff
}

.wup-btn-gray30:focus, .wup-btn-gray30:visited {
    background-color: #b2b2b2;
    color: #fff;
    outline: 0
}

.wup-btn-gray30:hover {
    background-color: #ccc;
    border-color: #ccc;
    color: #fff;
    text-decoration: none
}

.wup-btn-gray30:active {
    background-color: #999;
    color: #fff
}

.wup-btn-gray30.wup-btn-inverse {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #b2b2b2
}

.wup-btn-gray30.wup-btn-inverse:focus, .wup-btn-gray30.wup-btn-inverse:visited {
    color: #b2b2b2
}

.wup-btn-gray30.wup-btn-inverse:hover {
    color: #ccc
}

.wup-btn-gray30.wup-btn-inverse:active {
    color: #999
}

.wup-btn-gray30.wup-btn-border {
    background-color: transparent;
    border: 2px solid #b2b2b2;
    color: #b2b2b2
}

.wup-btn-gray30.wup-btn-border:focus, .wup-btn-gray30.wup-btn-border:visited {
    background-color: transparent;
    color: #b2b2b2
}

.wup-btn-gray30.wup-btn-border:hover {
    background-color: #b2b2b2;
    color: #fff
}

.wup-btn-gray30.wup-btn-border:active {
    background-color: #999;
    color: #fff
}

.wup-btn-gray40 {
    background-color: #999;
    border: 2px solid #999;
    color: #fff
}

.wup-btn-gray40:focus, .wup-btn-gray40:visited {
    background-color: #999;
    color: #fff;
    outline: 0
}

.wup-btn-gray40:hover {
    background-color: #b3b3b3;
    border-color: #b3b3b3;
    color: #fff;
    text-decoration: none
}

.wup-btn-gray40:active {
    background-color: gray;
    color: #fff
}

.wup-btn-gray40.wup-btn-inverse {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #999
}

.wup-btn-gray40.wup-btn-inverse:focus, .wup-btn-gray40.wup-btn-inverse:visited {
    color: #999
}

.wup-btn-gray40.wup-btn-inverse:hover {
    color: #b3b3b3
}

.wup-btn-gray40.wup-btn-inverse:active {
    color: gray
}

.wup-btn-gray40.wup-btn-border {
    background-color: transparent;
    border: 2px solid #999;
    color: #999
}

.wup-btn-gray40.wup-btn-border:focus, .wup-btn-gray40.wup-btn-border:visited {
    background-color: transparent;
    color: #999
}

.wup-btn-gray40.wup-btn-border:hover {
    background-color: #999;
    color: #fff
}

.wup-btn-gray40.wup-btn-border:active {
    background-color: gray;
    color: #fff
}

.wup-btn-gray55 {
    background-color: #737373;
    border: 2px solid #737373;
    color: #fff
}

.wup-btn-gray55:focus, .wup-btn-gray55:visited {
    background-color: #737373;
    color: #fff;
    outline: 0
}

.wup-btn-gray55:hover {
    background-color: #8d8d8d;
    border-color: #8d8d8d;
    color: #fff;
    text-decoration: none
}

.wup-btn-gray55:active {
    background-color: #5a5a5a;
    color: #fff
}

.wup-btn-gray55.wup-btn-inverse {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #737373
}

.wup-btn-gray55.wup-btn-inverse:focus, .wup-btn-gray55.wup-btn-inverse:visited {
    color: #737373
}

.wup-btn-gray55.wup-btn-inverse:hover {
    color: #8d8d8d
}

.wup-btn-gray55.wup-btn-inverse:active {
    color: #5a5a5a
}

.wup-btn-gray55.wup-btn-border {
    background-color: transparent;
    border: 2px solid #737373;
    color: #737373
}

.wup-btn-gray55.wup-btn-border:focus, .wup-btn-gray55.wup-btn-border:visited {
    background-color: transparent;
    color: #737373
}

.wup-btn-gray55.wup-btn-border:hover {
    background-color: #737373;
    color: #fff
}

.wup-btn-gray55.wup-btn-border:active {
    background-color: #5a5a5a;
    color: #fff
}

.wup-btn-gray65 {
    background-color: #595959;
    border: 2px solid #595959;
    color: #fff
}

.wup-btn-gray65:focus, .wup-btn-gray65:visited {
    background-color: #595959;
    color: #fff;
    outline: 0
}

.wup-btn-gray65:hover {
    background-color: #737373;
    border-color: #737373;
    color: #fff;
    text-decoration: none
}

.wup-btn-gray65:active {
    background-color: #404040;
    color: #fff
}

.wup-btn-gray65.wup-btn-inverse {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #595959
}

.wup-btn-gray65.wup-btn-inverse:focus, .wup-btn-gray65.wup-btn-inverse:visited {
    color: #595959
}

.wup-btn-gray65.wup-btn-inverse:hover {
    color: #737373
}

.wup-btn-gray65.wup-btn-inverse:active {
    color: #404040
}

.wup-btn-gray65.wup-btn-border {
    background-color: transparent;
    border: 2px solid #595959;
    color: #595959
}

.wup-btn-gray65.wup-btn-border:focus, .wup-btn-gray65.wup-btn-border:visited {
    background-color: transparent;
    color: #595959
}

.wup-btn-gray65.wup-btn-border:hover {
    background-color: #595959;
    color: #fff
}

.wup-btn-gray65.wup-btn-border:active {
    background-color: #404040;
    color: #fff
}

.wup-btn-gray80 {
    background-color: #333;
    border: 2px solid #333;
    color: #fff
}

.wup-btn-gray80:focus, .wup-btn-gray80:visited {
    background-color: #333;
    color: #fff;
    outline: 0
}

.wup-btn-gray80:hover {
    background-color: #4d4d4d;
    border-color: #4d4d4d;
    color: #fff;
    text-decoration: none
}

.wup-btn-gray80:active {
    background-color: #1a1a1a;
    color: #fff
}

.wup-btn-gray80.wup-btn-inverse {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #333
}

.wup-btn-gray80.wup-btn-inverse:focus, .wup-btn-gray80.wup-btn-inverse:visited {
    color: #333
}

.wup-btn-gray80.wup-btn-inverse:hover {
    color: #4d4d4d
}

.wup-btn-gray80.wup-btn-inverse:active {
    color: #1a1a1a
}

.wup-btn-gray80.wup-btn-border {
    background-color: transparent;
    border: 2px solid #333;
    color: #333
}

.wup-btn-gray80.wup-btn-border:focus, .wup-btn-gray80.wup-btn-border:visited {
    background-color: transparent;
    color: #333
}

.wup-btn-gray80.wup-btn-border:hover {
    background-color: #333;
    color: #fff
}

.wup-btn-gray80.wup-btn-border:active {
    background-color: #1a1a1a;
    color: #fff
}

.wup-btn-black {
    background-color: #000;
    border: 2px solid #000;
    color: #fff
}

.wup-btn-black:focus, .wup-btn-black:visited {
    background-color: #000;
    color: #fff;
    outline: 0
}

.wup-btn-black:hover {
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    color: #fff;
    text-decoration: none
}

.wup-btn-black:active {
    background-color: #000;
    color: #fff
}

.wup-btn-black.wup-btn-inverse {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #000
}

.wup-btn-black.wup-btn-inverse:focus, .wup-btn-black.wup-btn-inverse:visited {
    color: #000
}

.wup-btn-black.wup-btn-inverse:hover {
    color: #1a1a1a
}

.wup-btn-black.wup-btn-inverse:active {
    color: #000
}

.wup-btn-black.wup-btn-border {
    background-color: transparent;
    border: 2px solid #000;
    color: #000
}

.wup-btn-black.wup-btn-border:focus, .wup-btn-black.wup-btn-border:visited {
    background-color: transparent;
    color: #000
}

.wup-btn-black.wup-btn-border:hover {
    background-color: #000;
    color: #fff
}

.wup-btn-black.wup-btn-border:active {
    background-color: #000;
    color: #fff
}

.wup-btn-info {
    background-color: #03a9f4;
    border: 2px solid #03a9f4;
    color: #fff
}

.wup-btn-info:focus, .wup-btn-info:visited {
    background-color: #03a9f4;
    color: #fff;
    outline: 0
}

.wup-btn-info:hover {
    background-color: #2ebcfc;
    border-color: #2ebcfc;
    color: #fff;
    text-decoration: none
}

.wup-btn-info:active {
    background-color: #0286c2;
    color: #fff
}

.wup-btn-info.wup-btn-inverse {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #03a9f4
}

.wup-btn-info.wup-btn-inverse:focus, .wup-btn-info.wup-btn-inverse:visited {
    color: #03a9f4
}

.wup-btn-info.wup-btn-inverse:hover {
    color: #2ebcfc
}

.wup-btn-info.wup-btn-inverse:active {
    color: #0286c2
}

.wup-btn-info.wup-btn-border {
    background-color: transparent;
    border: 2px solid #03a9f4;
    color: #03a9f4
}

.wup-btn-info.wup-btn-border:focus, .wup-btn-info.wup-btn-border:visited {
    background-color: transparent;
    color: #03a9f4
}

.wup-btn-info.wup-btn-border:hover {
    background-color: #03a9f4;
    color: #fff
}

.wup-btn-info.wup-btn-border:active {
    background-color: #0286c2;
    color: #fff
}

.wup-btn-success {
    background-color: #8bc34a;
    border: 2px solid #8bc34a;
    color: #fff
}

.wup-btn-success:focus, .wup-btn-success:visited {
    background-color: #8bc34a;
    color: #fff;
    outline: 0
}

.wup-btn-success:hover {
    background-color: #a4d070;
    border-color: #a4d070;
    color: #fff;
    text-decoration: none
}

.wup-btn-success:active {
    background-color: #71a436;
    color: #fff
}

.wup-btn-success.wup-btn-inverse {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #8bc34a
}

.wup-btn-success.wup-btn-inverse:focus, .wup-btn-success.wup-btn-inverse:visited {
    color: #8bc34a
}

.wup-btn-success.wup-btn-inverse:hover {
    color: #a4d070
}

.wup-btn-success.wup-btn-inverse:active {
    color: #71a436
}

.wup-btn-success.wup-btn-border {
    background-color: transparent;
    border: 2px solid #8bc34a;
    color: #8bc34a
}

.wup-btn-success.wup-btn-border:focus, .wup-btn-success.wup-btn-border:visited {
    background-color: transparent;
    color: #8bc34a
}

.wup-btn-success.wup-btn-border:hover {
    background-color: #8bc34a;
    color: #fff
}

.wup-btn-success.wup-btn-border:active {
    background-color: #71a436;
    color: #fff
}

.wup-btn-warning {
    background-color: #ff9800;
    border: 2px solid #ff9800;
    color: #fff
}

.wup-btn-warning:focus, .wup-btn-warning:visited {
    background-color: #ff9800;
    color: #fff;
    outline: 0
}

.wup-btn-warning:hover {
    background-color: #ffad33;
    border-color: #ffad33;
    color: #fff;
    text-decoration: none
}

.wup-btn-warning:active {
    background-color: #cc7a00;
    color: #fff
}

.wup-btn-warning.wup-btn-inverse {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #ff9800
}

.wup-btn-warning.wup-btn-inverse:focus, .wup-btn-warning.wup-btn-inverse:visited {
    color: #ff9800
}

.wup-btn-warning.wup-btn-inverse:hover {
    color: #ffad33
}

.wup-btn-warning.wup-btn-inverse:active {
    color: #cc7a00
}

.wup-btn-warning.wup-btn-border {
    background-color: transparent;
    border: 2px solid #ff9800;
    color: #ff9800
}

.wup-btn-warning.wup-btn-border:focus, .wup-btn-warning.wup-btn-border:visited {
    background-color: transparent;
    color: #ff9800
}

.wup-btn-warning.wup-btn-border:hover {
    background-color: #ff9800;
    color: #fff
}

.wup-btn-warning.wup-btn-border:active {
    background-color: #cc7a00;
    color: #fff
}

.wup-btn-danger {
    background-color: #f44336;
    border: 2px solid #f44336;
    color: #fff
}

.wup-btn-danger:focus, .wup-btn-danger:visited {
    background-color: #f44336;
    color: #fff;
    outline: 0
}

.wup-btn-danger:hover {
    background-color: #f77066;
    border-color: #f77066;
    color: #fff;
    text-decoration: none
}

.wup-btn-danger:active {
    background-color: #ea1c0d;
    color: #fff
}

.wup-btn-danger.wup-btn-inverse {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #f44336
}

.wup-btn-danger.wup-btn-inverse:focus, .wup-btn-danger.wup-btn-inverse:visited {
    color: #f44336
}

.wup-btn-danger.wup-btn-inverse:hover {
    color: #f77066
}

.wup-btn-danger.wup-btn-inverse:active {
    color: #ea1c0d
}

.wup-btn-danger.wup-btn-border {
    background-color: transparent;
    border: 2px solid #f44336;
    color: #f44336
}

.wup-btn-danger.wup-btn-border:focus, .wup-btn-danger.wup-btn-border:visited {
    background-color: transparent;
    color: #f44336
}

.wup-btn-danger.wup-btn-border:hover {
    background-color: #f44336;
    color: #fff
}

.wup-btn-danger.wup-btn-border:active {
    background-color: #ea1c0d;
    color: #fff
}

.wup-color-primary {
    color: #12317a !important
}

.wup-color-primary-light {
    color: #f9232f !important
}

.wup-color-primary-dark {
    color: #b1050f !important
}

.wup-border-color-primary {
    border-color: #12317a !important
}

.wup-border-color-primary-light {
    border-color: #f9232f !important
}

.wup-border-color-primary-dark {
    border-color: #b1050f !important
}

.wup-background-primary {
    background: #12317a !important
}

.wup-background-primary-light {
    background: #f9232f !important
}

.wup-background-primary-dark {
    background: #b1050f !important
}

.wup-color-secondary {
    color: #25282a !important
}

.wup-color-secondary-light {
    color: #3d4245 !important
}

.wup-color-secondary-dark {
    color: #0d0e0f !important
}

.wup-border-color-secondary {
    border-color: #25282a !important
}

.wup-border-color-secondary-light {
    border-color: #3d4245 !important
}

.wup-border-color-secondary-dark {
    border-color: #0d0e0f !important
}

.wup-background-secondary {
    background: #25282a !important
}

.wup-background-secondary-light {
    background: #3d4245 !important
}

.wup-background-secondary-dark {
    background: #0d0e0f !important
}

.wup-color-dark {
    color: #25282a !important
}

.wup-color-dark-light {
    color: #3d4245 !important
}

.wup-color-dark-dark {
    color: #0d0e0f !important
}

.wup-border-color-dark {
    border-color: #25282a !important
}

.wup-border-color-dark-light {
    border-color: #3d4245 !important
}

.wup-border-color-dark-dark {
    border-color: #0d0e0f !important
}

.wup-background-dark {
    background: #25282a !important
}

.wup-background-dark-light {
    background: #3d4245 !important
}

.wup-background-dark-dark {
    background: #0d0e0f !important
}

.wup-color-lightgrey {
    color: #f3f6f8 !important
}

.wup-color-lightgrey-light {
    color: #fff !important
}

.wup-color-lightgrey-dark {
    color: #d3dee5 !important
}

.wup-border-color-lightgrey {
    border-color: #f3f6f8 !important
}

.wup-border-color-lightgrey-light {
    border-color: #fff !important
}

.wup-border-color-lightgrey-dark {
    border-color: #d3dee5 !important
}

.wup-background-lightgrey {
    background: #f3f6f8 !important
}

.wup-background-lightgrey-light {
    background: #fff !important
}

.wup-background-lightgrey-dark {
    background: #d3dee5 !important
}

.wup-color-midgrey {
    color: #6a7177 !important
}

.wup-color-midgrey-light {
    color: #838b91 !important
}

.wup-color-midgrey-dark {
    color: #52575c !important
}

.wup-border-color-midgrey {
    border-color: #6a7177 !important
}

.wup-border-color-midgrey-light {
    border-color: #838b91 !important
}

.wup-border-color-midgrey-dark {
    border-color: #52575c !important
}

.wup-background-midgrey {
    background: #6a7177 !important
}

.wup-background-midgrey-light {
    background: #838b91 !important
}

.wup-background-midgrey-dark {
    background: #52575c !important
}

.wup-color-middarkgrey {
    color: #90939a !important
}

.wup-color-middarkgrey-light {
    color: #abadb2 !important
}

.wup-color-middarkgrey-dark {
    color: #767981 !important
}

.wup-border-color-middarkgrey {
    border-color: #90939a !important
}

.wup-border-color-middarkgrey-light {
    border-color: #abadb2 !important
}

.wup-border-color-middarkgrey-dark {
    border-color: #767981 !important
}

.wup-background-middarkgrey {
    background: #90939a !important
}

.wup-background-middarkgrey-light {
    background: #abadb2 !important
}

.wup-background-middarkgrey-dark {
    background: #767981 !important
}

.wup-color-blue {
    color: #007fc5 !important
}

.wup-color-blue-light {
    color: #00a0f8 !important
}

.wup-color-blue-dark {
    color: #005e92 !important
}

.wup-border-color-blue {
    border-color: #007fc5 !important
}

.wup-border-color-blue-light {
    border-color: #00a0f8 !important
}

.wup-border-color-blue-dark {
    border-color: #005e92 !important
}

.wup-background-blue {
    background: #007fc5 !important
}

.wup-background-blue-light {
    background: #00a0f8 !important
}

.wup-background-blue-dark {
    background: #005e92 !important
}

.wup-color-darkred {
    color: #b4062c !important
}

.wup-color-darkred-light {
    color: #e50838 !important
}

.wup-color-darkred-dark {
    color: #830420 !important
}

.wup-border-color-darkred {
    border-color: #b4062c !important
}

.wup-border-color-darkred-light {
    border-color: #e50838 !important
}

.wup-border-color-darkred-dark {
    border-color: #830420 !important
}

.wup-background-darkred {
    background: #b4062c !important
}

.wup-background-darkred-light {
    background: #e50838 !important
}

.wup-background-darkred-dark {
    background: #830420 !important
}

.wup-color-green {
    color: #74ae4f !important
}

.wup-color-green-light {
    color: #8fbf71 !important
}

.wup-color-green-dark {
    color: #5d8b3f !important
}

.wup-border-color-green {
    border-color: #74ae4f !important
}

.wup-border-color-green-light {
    border-color: #8fbf71 !important
}

.wup-border-color-green-dark {
    border-color: #5d8b3f !important
}

.wup-background-green {
    background: #74ae4f !important
}

.wup-background-green-light {
    background: #8fbf71 !important
}

.wup-background-green-dark {
    background: #5d8b3f !important
}

.wup-color-white {
    color: #fff !important
}

.wup-color-white-light {
    color: #fff !important
}

.wup-color-white-dark {
    color: #e6e6e6 !important
}

.wup-border-color-white {
    border-color: #fff !important
}

.wup-border-color-white-light {
    border-color: #fff !important
}

.wup-border-color-white-dark {
    border-color: #e6e6e6 !important
}

.wup-background-white {
    background: #fff !important
}

.wup-background-white-light {
    background: #fff !important
}

.wup-background-white-dark {
    background: #e6e6e6 !important
}

.wup-color-gray05 {
    color: #f2f2f2 !important
}

.wup-color-gray05-light {
    color: #fff !important
}

.wup-color-gray05-dark {
    color: #d9d9d9 !important
}

.wup-border-color-gray05 {
    border-color: #f2f2f2 !important
}

.wup-border-color-gray05-light {
    border-color: #fff !important
}

.wup-border-color-gray05-dark {
    border-color: #d9d9d9 !important
}

.wup-background-gray05 {
    background: #f2f2f2 !important
}

.wup-background-gray05-light {
    background: #fff !important
}

.wup-background-gray05-dark {
    background: #d9d9d9 !important
}

.wup-color-gray15 {
    color: #d9d9d9 !important
}

.wup-color-gray15-light {
    color: #f3f3f3 !important
}

.wup-color-gray15-dark {
    color: silver !important
}

.wup-border-color-gray15 {
    border-color: #d9d9d9 !important
}

.wup-border-color-gray15-light {
    border-color: #f3f3f3 !important
}

.wup-border-color-gray15-dark {
    border-color: silver !important
}

.wup-background-gray15 {
    background: #d9d9d9 !important
}

.wup-background-gray15-light {
    background: #f3f3f3 !important
}

.wup-background-gray15-dark {
    background: silver !important
}

.wup-color-gray30 {
    color: #b2b2b2 !important
}

.wup-color-gray30-light {
    color: #ccc !important
}

.wup-color-gray30-dark {
    color: #999 !important
}

.wup-border-color-gray30 {
    border-color: #b2b2b2 !important
}

.wup-border-color-gray30-light {
    border-color: #ccc !important
}

.wup-border-color-gray30-dark {
    border-color: #999 !important
}

.wup-background-gray30 {
    background: #b2b2b2 !important
}

.wup-background-gray30-light {
    background: #ccc !important
}

.wup-background-gray30-dark {
    background: #999 !important
}

.wup-color-gray40 {
    color: #999 !important
}

.wup-color-gray40-light {
    color: #b3b3b3 !important
}

.wup-color-gray40-dark {
    color: gray !important
}

.wup-border-color-gray40 {
    border-color: #999 !important
}

.wup-border-color-gray40-light {
    border-color: #b3b3b3 !important
}

.wup-border-color-gray40-dark {
    border-color: gray !important
}

.wup-background-gray40 {
    background: #999 !important
}

.wup-background-gray40-light {
    background: #b3b3b3 !important
}

.wup-background-gray40-dark {
    background: gray !important
}

.wup-color-gray55 {
    color: #737373 !important
}

.wup-color-gray55-light {
    color: #8d8d8d !important
}

.wup-color-gray55-dark {
    color: #5a5a5a !important
}

.wup-border-color-gray55 {
    border-color: #737373 !important
}

.wup-border-color-gray55-light {
    border-color: #8d8d8d !important
}

.wup-border-color-gray55-dark {
    border-color: #5a5a5a !important
}

.wup-background-gray55 {
    background: #737373 !important
}

.wup-background-gray55-light {
    background: #8d8d8d !important
}

.wup-background-gray55-dark {
    background: #5a5a5a !important
}

.wup-color-gray65 {
    color: #595959 !important
}

.wup-color-gray65-light {
    color: #737373 !important
}

.wup-color-gray65-dark {
    color: #404040 !important
}

.wup-border-color-gray65 {
    border-color: #595959 !important
}

.wup-border-color-gray65-light {
    border-color: #737373 !important
}

.wup-border-color-gray65-dark {
    border-color: #404040 !important
}

.wup-background-gray65 {
    background: #595959 !important
}

.wup-background-gray65-light {
    background: #737373 !important
}

.wup-background-gray65-dark {
    background: #404040 !important
}

.wup-color-gray80 {
    color: #333 !important
}

.wup-color-gray80-light {
    color: #4d4d4d !important
}

.wup-color-gray80-dark {
    color: #1a1a1a !important
}

.wup-border-color-gray80 {
    border-color: #333 !important
}

.wup-border-color-gray80-light {
    border-color: #4d4d4d !important
}

.wup-border-color-gray80-dark {
    border-color: #1a1a1a !important
}

.wup-background-gray80 {
    background: #333 !important
}

.wup-background-gray80-light {
    background: #4d4d4d !important
}

.wup-background-gray80-dark {
    background: #1a1a1a !important
}

.wup-color-black {
    color: #000 !important
}

.wup-color-black-light {
    color: #1a1a1a !important
}

.wup-color-black-dark {
    color: #000 !important
}

.wup-border-color-black {
    border-color: #000 !important
}

.wup-border-color-black-light {
    border-color: #1a1a1a !important
}

.wup-border-color-black-dark {
    border-color: #000 !important
}

.wup-background-black {
    background: #000 !important
}

.wup-background-black-light {
    background: #1a1a1a !important
}

.wup-background-black-dark {
    background: #000 !important
}

.wup-color-info {
    color: #03a9f4 !important
}

.wup-color-info-light {
    color: #2ebcfc !important
}

.wup-color-info-dark {
    color: #0286c2 !important
}

.wup-border-color-info {
    border-color: #03a9f4 !important
}

.wup-border-color-info-light {
    border-color: #2ebcfc !important
}

.wup-border-color-info-dark {
    border-color: #0286c2 !important
}

.wup-background-info {
    background: #03a9f4 !important
}

.wup-background-info-light {
    background: #2ebcfc !important
}

.wup-background-info-dark {
    background: #0286c2 !important
}

.wup-color-success {
    color: #8bc34a !important
}

.wup-color-success-light {
    color: #a4d070 !important
}

.wup-color-success-dark {
    color: #71a436 !important
}

.wup-border-color-success {
    border-color: #8bc34a !important
}

.wup-border-color-success-light {
    border-color: #a4d070 !important
}

.wup-border-color-success-dark {
    border-color: #71a436 !important
}

.wup-background-success {
    background: #8bc34a !important
}

.wup-background-success-light {
    background: #a4d070 !important
}

.wup-background-success-dark {
    background: #71a436 !important
}

.wup-color-warning {
    color: #ff9800 !important
}

.wup-color-warning-light {
    color: #ffad33 !important
}

.wup-color-warning-dark {
    color: #cc7a00 !important
}

.wup-border-color-warning {
    border-color: #ff9800 !important
}

.wup-border-color-warning-light {
    border-color: #ffad33 !important
}

.wup-border-color-warning-dark {
    border-color: #cc7a00 !important
}

.wup-background-warning {
    background: #ff9800 !important
}

.wup-background-warning-light {
    background: #ffad33 !important
}

.wup-background-warning-dark {
    background: #cc7a00 !important
}

.wup-color-danger {
    color: #f44336 !important
}

.wup-color-danger-light {
    color: #f77066 !important
}

.wup-color-danger-dark {
    color: #ea1c0d !important
}

.wup-border-color-danger {
    border-color: #f44336 !important
}

.wup-border-color-danger-light {
    border-color: #f77066 !important
}

.wup-border-color-danger-dark {
    border-color: #ea1c0d !important
}

.wup-background-danger {
    background: #f44336 !important
}

.wup-background-danger-light {
    background: #f77066 !important
}

.wup-background-danger-dark {
    background: #ea1c0d !important
}

.wup-display-table {
    display: table;
    height: 100%;
    width: 100%
}

.wup-display-table .wup-display-middle {
    display: table-cell;
    vertical-align: middle
}

.wup-display-inline {
    display: inline
}

.wup-display-inline-block {
    display: inline-block
}

.wup-display-block {
    display: block
}

.wup-float-left {
    float: left !important
}

.wup-float-right {
    float: right !important
}

.wup-float-none {
    float: none !important
}

[class*=uk-column-] :first-child {
    margin-top: 0
}

.wup-icon-left i, a i {
    /*margin-right: 6px*/
}

.wup-icon-right i {
    margin-left: 6px;
    margin-right: 0
}

img {
    max-width: 100%
}

a {
    color: #12317a;
    text-decoration: none
}

a:hover {
    color: #469ED2;
}

a:active {
    color: #12317a
}

.footer__menu ul, .header ul, .metabar ul, .wup-list, .wup-list-comma, .wup-list-comma-parent ul, .wup-list-inline {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.footer__menu ul ul, .header ul ul, .metabar ul ul, .wup-list ul, .wup-list-comma ul, .wup-list-comma-parent ul ul, .wup-list-inline ul {
    padding-left: 2em
}

.footer__menu ul > li, .header ul > li, .metabar ul > li, .wup-list-comma-parent ul > li, .wup-list-comma > li, .wup-list-inline > li {
    display: inline-block
}

.footer__menu ul > li:not(:last-child), .header ul > li:not(:last-child), .metabar ul > li:not(:last-child), .wup-list-comma-parent ul > li:not(:last-child), .wup-list-comma > li:not(:last-child), .wup-list-inline > li:not(:last-child) {
    margin-right: 1em
}

.wup-list-comma li, .wup-list-comma-parent ul li {
    margin-right: 0 !important
}

.wup-list-comma li:after, .wup-list-comma-parent ul li:after {
    content: ', '
}

.wup-list-comma li:last-child:after, .wup-list-comma-parent ul li:last-child:after {
    display: none
}

.wup-list-icons li {
    padding-left: 1.75em;
    position: relative
}

.wup-list-icons li i {
    width: 1.1em;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -.54em
}

@media print {
    .wup-print-hidden {
        display: none !important
    }
}

.wup-print-visible {
    display: none !important
}

@media print {
    .wup-print-visible {
        display: block !important
    }
}

.wup-print-visible-inline {
    display: none !important
}

@media print {
    .wup-print-visible-inline {
        display: inline !important
    }
}

.wup-print-visible-inline-block {
    display: none !important
}

@media print {
    .wup-print-visible-inline-block {
        display: inline-block !important
    }
}

.wup-print-normalize {
    display: inherit !important
}

@media print {
    .wup-print-normalize {
        display: inherit !important
    }
}

.wup-padding-xsmall {
    padding: .5em !important
}

.wup-padding-top-xsmall {
    padding-top: .5em !important
}

.wup-padding-right-xsmall {
    padding-right: .5em !important
}

.wup-padding-bottom-xsmall {
    padding-bottom: .5em !important
}

.wup-padding-left-xsmall {
    padding-left: .5em !important
}

.wup-padding-x-xsmall {
    padding-left: .5em !important;
    padding-right: .5em !important
}

.wup-padding-y-xsmall {
    padding-bottom: .5em !important;
    padding-top: .5em !important
}

.wup-margin-xsmall {
    margin: .5em !important
}

.wup-margin-top-xsmall {
    margin-top: .5em !important
}

.wup-margin-right-xsmall {
    margin-right: .5em !important
}

.wup-margin-bottom-xsmall {
    margin-bottom: .5em !important
}

.wup-margin-left-xsmall {
    margin-left: .5em !important
}

.wup-margin-x-xsmall {
    margin-left: .5em !important;
    margin-right: .5em !important
}

.wup-margin-y-xsmall {
    margin-bottom: .5em !important;
    margin-top: .5em !important
}

.wup-padding-xs {
    padding: .5em !important
}

.wup-padding-top-xs {
    padding-top: .5em !important
}

.wup-padding-right-xs {
    padding-right: .5em !important
}

.wup-padding-bottom-xs {
    padding-bottom: .5em !important
}

.wup-padding-left-xs {
    padding-left: .5em !important
}

.wup-padding-x-xs {
    padding-left: .5em !important;
    padding-right: .5em !important
}

.wup-padding-y-xs {
    padding-bottom: .5em !important;
    padding-top: .5em !important
}

.wup-margin-xs {
    margin: .5em !important
}

.wup-margin-top-xs {
    margin-top: .5em !important
}

.wup-margin-right-xs {
    margin-right: .5em !important
}

.wup-margin-bottom-xs {
    margin-bottom: .5em !important
}

.wup-margin-left-xs {
    margin-left: .5em !important
}

.wup-margin-x-xs {
    margin-left: .5em !important;
    margin-right: .5em !important
}

.wup-margin-y-xs {
    margin-bottom: .5em !important;
    margin-top: .5em !important
}

.wup-padding-small {
    padding: 1em !important
}

.wup-padding-top-small {
    padding-top: 1em !important
}

.wup-padding-right-small {
    padding-right: 1em !important
}

.wup-padding-bottom-small {
    padding-bottom: 1em !important
}

.wup-padding-left-small {
    padding-left: 1em !important
}

.wup-padding-x-small {
    padding-left: 1em !important;
    padding-right: 1em !important
}

.wup-padding-y-small {
    padding-bottom: 1em !important;
    padding-top: 1em !important
}

.wup-margin-small {
    margin: 1em !important
}

.wup-margin-top-small {
    margin-top: 1em !important
}

.wup-margin-right-small {
    margin-right: 1em !important
}

.wup-margin-bottom-small {
    margin-bottom: 1em !important
}

.wup-margin-left-small {
    margin-left: 1em !important
}

.wup-margin-x-small {
    margin-left: 1em !important;
    margin-right: 1em !important
}

.wup-margin-y-small {
    margin-bottom: 1em !important;
    margin-top: 1em !important
}

.wup-padding-s {
    padding: 1em !important
}

.wup-padding-top-s {
    padding-top: 1em !important
}

.wup-padding-right-s {
    padding-right: 1em !important
}

.wup-padding-bottom-s {
    padding-bottom: 1em !important
}

.wup-padding-left-s {
    padding-left: 1em !important
}

.wup-padding-x-s {
    padding-left: 1em !important;
    padding-right: 1em !important
}

.wup-padding-y-s {
    padding-bottom: 1em !important;
    padding-top: 1em !important
}

.wup-margin-s {
    margin: 1em !important
}

.wup-margin-top-s {
    margin-top: 1em !important
}

.wup-margin-right-s {
    margin-right: 1em !important
}

.wup-margin-bottom-s {
    margin-bottom: 1em !important
}

.wup-margin-left-s {
    margin-left: 1em !important
}

.wup-margin-x-s {
    margin-left: 1em !important;
    margin-right: 1em !important
}

.wup-margin-y-s {
    margin-bottom: 1em !important;
    margin-top: 1em !important
}

.wup-padding-medium {
    padding: 2em !important
}

.wup-padding-top-medium {
    padding-top: 2em !important
}

.wup-padding-right-medium {
    padding-right: 2em !important
}

.wup-padding-bottom-medium {
    padding-bottom: 2em !important
}

.wup-padding-left-medium {
    padding-left: 2em !important
}

.wup-padding-x-medium {
    padding-left: 2em !important;
    padding-right: 2em !important
}

.wup-padding-y-medium {
    padding-bottom: 2em !important;
    padding-top: 2em !important
}

.wup-margin-medium {
    margin: 2em !important
}

.wup-margin-top-medium {
    margin-top: 2em !important
}

.wup-margin-right-medium {
    margin-right: 2em !important
}

.wup-margin-bottom-medium {
    margin-bottom: 2em !important
}

.wup-margin-left-medium {
    margin-left: 2em !important
}

.wup-margin-x-medium {
    margin-left: 2em !important;
    margin-right: 2em !important
}

.wup-margin-y-medium {
    margin-bottom: 2em !important;
    margin-top: 2em !important
}

.wup-padding-m {
    padding: 2em !important
}

.wup-padding-top-m {
    padding-top: 2em !important
}

.wup-padding-right-m {
    padding-right: 2em !important
}

.wup-padding-bottom-m {
    padding-bottom: 2em !important
}

.wup-padding-left-m {
    padding-left: 2em !important
}

.wup-padding-x-m {
    padding-left: 2em !important;
    padding-right: 2em !important
}

.wup-padding-y-m {
    padding-bottom: 2em !important;
    padding-top: 2em !important
}

.wup-margin-m {
    margin: 2em !important
}

.wup-margin-top-m {
    margin-top: 2em !important
}

.wup-margin-right-m {
    margin-right: 2em !important
}

.wup-margin-bottom-m {
    margin-bottom: 2em !important
}

.wup-margin-left-m {
    margin-left: 2em !important
}

.wup-margin-x-m {
    margin-left: 2em !important;
    margin-right: 2em !important
}

.wup-margin-y-m {
    margin-bottom: 2em !important;
    margin-top: 2em !important
}

.wup-padding-large {
    padding: 4em !important
}

.wup-padding-top-large {
    padding-top: 4em !important
}

.wup-padding-right-large {
    padding-right: 4em !important
}

.wup-padding-bottom-large {
    padding-bottom: 4em !important
}

.wup-padding-left-large {
    padding-left: 4em !important
}

.wup-padding-x-large {
    padding-left: 4em !important;
    padding-right: 4em !important
}

.wup-padding-y-large {
    padding-bottom: 4em !important;
    padding-top: 4em !important
}

.wup-margin-large {
    margin: 4em !important
}

.wup-margin-top-large {
    margin-top: 4em !important
}

.wup-margin-right-large {
    margin-right: 4em !important
}

.wup-margin-bottom-large {
    margin-bottom: 4em !important
}

.wup-margin-left-large {
    margin-left: 4em !important
}

.wup-margin-x-large {
    margin-left: 4em !important;
    margin-right: 4em !important
}

.wup-margin-y-large {
    margin-bottom: 4em !important;
    margin-top: 4em !important
}

.wup-padding-l {
    padding: 4em !important
}

.wup-padding-top-l {
    padding-top: 4em !important
}

.wup-padding-right-l {
    padding-right: 4em !important
}

.wup-padding-bottom-l {
    padding-bottom: 4em !important
}

.wup-padding-left-l {
    padding-left: 4em !important
}

.wup-padding-x-l {
    padding-left: 4em !important;
    padding-right: 4em !important
}

.wup-padding-y-l {
    padding-bottom: 4em !important;
    padding-top: 4em !important
}

.wup-margin-l {
    margin: 4em !important
}

.wup-margin-top-l {
    margin-top: 4em !important
}

.wup-margin-right-l {
    margin-right: 4em !important
}

.wup-margin-bottom-l {
    margin-bottom: 4em !important
}

.wup-margin-left-l {
    margin-left: 4em !important
}

.wup-margin-x-l {
    margin-left: 4em !important;
    margin-right: 4em !important
}

.wup-margin-y-l {
    margin-bottom: 4em !important;
    margin-top: 4em !important
}

.wup-padding-xlarge {
    padding: 8em !important
}

.wup-padding-top-xlarge {
    padding-top: 8em !important
}

.wup-padding-right-xlarge {
    padding-right: 8em !important
}

.wup-padding-bottom-xlarge {
    padding-bottom: 8em !important
}

.wup-padding-left-xlarge {
    padding-left: 8em !important
}

.wup-padding-x-xlarge {
    padding-left: 8em !important;
    padding-right: 8em !important
}

.wup-padding-y-xlarge {
    padding-bottom: 8em !important;
    padding-top: 8em !important
}

.wup-margin-xlarge {
    margin: 8em !important
}

.wup-margin-top-xlarge {
    margin-top: 8em !important
}

.wup-margin-right-xlarge {
    margin-right: 8em !important
}

.wup-margin-bottom-xlarge {
    margin-bottom: 8em !important
}

.wup-margin-left-xlarge {
    margin-left: 8em !important
}

.wup-margin-x-xlarge {
    margin-left: 8em !important;
    margin-right: 8em !important
}

.wup-margin-y-xlarge {
    margin-bottom: 8em !important;
    margin-top: 8em !important
}

.wup-padding-xl {
    padding: 8em !important
}

.wup-padding-top-xl {
    padding-top: 8em !important
}

.wup-padding-right-xl {
    padding-right: 8em !important
}

.wup-padding-bottom-xl {
    padding-bottom: 8em !important
}

.wup-padding-left-xl {
    padding-left: 8em !important
}

.wup-padding-x-xl {
    padding-left: 8em !important;
    padding-right: 8em !important
}

.wup-padding-y-xl {
    padding-bottom: 8em !important;
    padding-top: 8em !important
}

.wup-margin-xl {
    margin: 8em !important
}

.wup-margin-top-xl {
    margin-top: 8em !important
}

.wup-margin-right-xl {
    margin-right: 8em !important
}

.wup-margin-bottom-xl {
    margin-bottom: 8em !important
}

.wup-margin-left-xl {
    margin-left: 8em !important
}

.wup-margin-x-xl {
    margin-left: 8em !important;
    margin-right: 8em !important
}

.wup-margin-y-xl {
    margin-bottom: 8em !important;
    margin-top: 8em !important
}

.wup-no-padding, .wup-padding-none {
    padding: 0 !important
}

.wup-no-padding-left, .wup-padding-left-none {
    padding-left: 0 !important
}

.wup-no-padding-right, .wup-padding-right-none {
    padding-right: 0 !important
}

.wup-no-padding-top, .wup-padding-top-none {
    padding-top: 0 !important
}

.wup-no-padding-bottom, .wup-padding-bottom-none {
    padding-bottom: 0 !important
}

.wup-no-padding-y, .wup-padding-y-none {
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.wup-no-padding-x, .wup-padding-x-none {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.wup-margin-none, .wup-no-margin {
    margin: 0 !important
}

.wup-margin-left-none, .wup-no-margin-left {
    margin-left: 0 !important
}

.wup-margin-right-none, .wup-no-margin-right {
    margin-right: 0 !important
}

.wup-margin-top-none, .wup-no-margin-top {
    margin-top: 0 !important
}

.wup-margin-bottom-none, .wup-no-margin-bottom {
    margin-bottom: 0 !important
}

.wup-margin-y-none, .wup-no-margin-y {
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

.wup-margin-x-none, .wup-no-margin-x {
    margin-left: 0 !important;
    margin-right: 0 !important
}

body {
    color: #25282a;
    font-family: 'Cabin', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media (min-width: 480px) {
    body {
        font-size: 18px
    }
}

@media (min-width: 960px) {
    body {
        font-size: 20px
    }
}

.is-style-h1, .wup-h1, h1 {
    font-family: 'Cabin', Helvetica, Arial, sans-serif;
    font-size: 2.3rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
}

@media (max-width: 639px) {
    .is-style-h1, .wup-h1, h1 {
        hyphens: auto;
    }
}

.is-style-h2, .wup-h2, h2 {
    font-family: 'Cabin', Helvetica, Arial, sans-serif;
    font-size: 1.7em;
    font-weight: 500;
    line-height: 1.4
}

.is-style-h3, .wup-h3, h3 {
    font-family: 'Cabin', Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    font-weight: 500;
    line-height: 1.4
}

.is-style-h4, .wup-h4, h4 {
    font-family: 'Cabin', Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1.4
}

.is-style-h5, .wup-h5, h5 {
    font-family: 'Cabin', Helvetica, Arial, sans-serif;
    font-size: .9em;
    font-weight: 500;
    line-height: 1.4
}

.is-style-h6, .wup-h6, h6 {
    font-family: 'Cabin', Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1;
    font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5rem;
}

@media (max-width: 639px) {
    .is-style-h6, .wup-h6, h6 {
        hyphens: auto;
    }
}

.wup-h1, .wup-h2, .wup-h3, .wup-h4, .wup-h5, .wup-h6, h1, h2, h3, h4, h5, h6 {
    margin: 10px 0
}

.wup-blockquote, blockquote {
    font-size: 1.2em;
    font-style: italic;
    padding-left: 30px;
    position: relative
}

.wup-blockquote:before, blockquote:before {
    content: '\f10d';
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: 0
}

.wup-font-family-primary {
    font-family: 'Cabin', Helvetica, Arial, sans-serif !important
}

.wup-font-light {
    font-weight: 300
}

.wup-font-normal {
    font-weight: 400
}

.wup-font-bold {
    font-weight: 700
}

.wup-font-weight-normalized {
    font-weight: 400 !important
}

.wup-text-center {
    text-align: center !important
}

.wup-text-left {
    text-align: left !important
}

.wup-text-right {
    text-align: right !important
}

.wup-text-normalized {
    text-align: left
}

.wup-font-big, big {
    font-size: 1.125em
}

.wup-font-small, small {
    font-size: .9em
}

.wup-font-size-normalized {
    font-size: 16px !important
}

@media all and (min-width: 768px) {
    .wup-font-size-normalized {
        font-size: 18px !important
    }
}

@media all and (min-width: 960px) {
    .wup-font-size-normalized {
        font-size: 20px !important
    }
}

.wup-text-uppercase {
    text-transform: uppercase
}

.wup-text-lowercase {
    text-transform: lowercase
}

.wup-text-transform-normalized {
    text-transform: none !important
}

.wup-letter-spacing-none {
    letter-spacing: normal
}

.wup-letter-spacing {
    letter-spacing: 2px
}

.wup-letter-spacing-big {
    letter-spacing: 4px
}

.wup-letter-spacing-normalized {
    letter-spacing: 0 !important
}

.wup-text-line-through {
    text-decoration: line-through
}

.wup-text-underline {
    text-decoration: underline
}

.wup-text-decoration-normalized {
    text-decoration: 0 !important
}

.wup-hidden-text {
    height: 1px;
    overflow: hidden;
    position: absolute;
    text-indent: -10000px;
    width: 1px
}

.wup-hr, hr {
    border: 0;
    border-top: 2px solid #fff;
    margin: 4em 0
}

.wup-hr.wup-hr-small, hr.wup-hr-small {
    margin: 2em 0
}

.wup-hr.wup-hr-large, hr.wup-hr-large {
    margin: 6em 0
}

.alignright {
    float: right;
    margin-left: 20px
}

.alignleft {
    float: left;
    margin-right: 20px
}

.aligncenter {
    margin: 0 auto;
    text-align: center
}

.wup-display-block {
    display: block !important
}

[class*=uk-align] {
    display: block;
    margin-bottom: 30px
}

* + [class*=uk-align] {
    margin-top: 30px
}

.uk-align-center {
    margin-left: auto;
    margin-right: auto
}

.uk-align-left {
    margin-top: 0;
    margin-right: 30px;
    float: left
}

.uk-align-right {
    margin-top: 0;
    margin-left: 30px;
    float: right
}

@media (min-width: 480px) {
    .uk-align-left\@s {
        margin-top: 0;
        margin-right: 30px;
        float: left
    }

    .uk-align-right\@s {
        margin-top: 0;
        margin-left: 30px;
        float: right
    }
}

@media (min-width: 768px) {
    .uk-align-left\@m {
        margin-top: 0;
        margin-right: 30px;
        float: left
    }

    .uk-align-right\@m {
        margin-top: 0;
        margin-left: 30px;
        float: right
    }
}

@media (min-width: 960px) {
    .uk-align-left\@l {
        margin-top: 0;
        float: left
    }

    .uk-align-right\@l {
        margin-top: 0;
        float: right
    }

    .uk-align-left, .uk-align-left\@l, .uk-align-left\@m, .uk-align-left\@s {
        margin-right: 40px
    }

    .uk-align-right, .uk-align-right\@l, .uk-align-right\@m, .uk-align-right\@s {
        margin-left: 40px
    }
}

@media (min-width: 1442px) {
    .uk-align-left\@xl {
        margin-top: 0;
        margin-right: 40px;
        float: left
    }

    .uk-align-right\@xl {
        margin-top: 0;
        margin-left: 40px;
        float: right
    }
}

.uk-text-lead {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #333
}

.uk-text-meta {
    font-size: .875rem;
    line-height: 1.4;
    color: #999
}

.uk-text-small {
    font-size: .875rem;
    line-height: 1.5
}

.uk-text-large {
    font-size: 1.5rem;
    line-height: 1.5
}

.uk-text-default {
    font-size: 16px;
    line-height: 1.5
}

.uk-text-light {
    font-weight: 300
}

.uk-text-normal {
    font-weight: 400
}

.uk-text-bold {
    font-weight: 700
}

.uk-text-lighter {
    font-weight: lighter
}

.uk-text-bolder {
    font-weight: bolder
}

.uk-text-italic {
    font-style: italic
}

.uk-text-capitalize {
    text-transform: capitalize !important
}

.uk-text-uppercase {
    text-transform: uppercase !important
}

.uk-text-lowercase {
    text-transform: lowercase !important
}

.uk-text-muted {
    color: #999 !important
}

.uk-text-emphasis {
    color: #333 !important
}

.uk-text-primary {
    color: #1e87f0 !important
}

.uk-text-secondary {
    color: #222 !important
}

.uk-text-success {
    color: #32d296 !important
}

.uk-text-warning {
    color: #faa05a !important
}

.uk-text-danger {
    color: #f0506e !important
}

.uk-text-background {
    -webkit-background-clip: text;
    display: inline-block;
    color: #1e87f0 !important
}

@supports (-webkit-background-clip:text) {
    .uk-text-background {
        background-color: #1e87f0;
        color: transparent !important
    }
}

.uk-text-left {
    text-align: left !important
}

.uk-text-right {
    text-align: right !important
}

.uk-text-center {
    text-align: center !important
}

.uk-text-justify {
    text-align: justify !important
}

@media (min-width: 480px) {
    .uk-text-left\@s {
        text-align: left !important
    }

    .uk-text-right\@s {
        text-align: right !important
    }

    .uk-text-center\@s {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .uk-text-left\@m {
        text-align: left !important
    }

    .uk-text-right\@m {
        text-align: right !important
    }

    .uk-text-center\@m {
        text-align: center !important
    }
}

@media (min-width: 960px) {
    .uk-text-left\@l {
        text-align: left !important
    }

    .uk-text-right\@l {
        text-align: right !important
    }

    .uk-text-center\@l {
        text-align: center !important
    }
}

@media (min-width: 1442px) {
    .uk-text-left\@xl {
        text-align: left !important
    }

    .uk-text-right\@xl {
        text-align: right !important
    }

    .uk-text-center\@xl {
        text-align: center !important
    }
}

.uk-text-top {
    vertical-align: top !important
}

.uk-text-middle {
    vertical-align: middle !important
}

.uk-text-bottom {
    vertical-align: bottom !important
}

.uk-text-baseline {
    vertical-align: baseline !important
}

.uk-text-nowrap {
    white-space: nowrap
}

.uk-text-truncate {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

td.uk-text-truncate, th.uk-text-truncate {
    max-width: 0
}

.uk-text-break {
    overflow-wrap: break-word;
    word-wrap: break-word
}

td.uk-text-break, th.uk-text-break {
    word-break: break-all
}

.uk-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none
}

.uk-grid > .teaser__item {
    margin: 1em 0;
}

.uk-grid > * {
    margin: 0
}

.uk-grid > * > :last-child {
    margin-bottom: 0
}

.uk-grid {
    margin-left: -30px
}

.uk-grid > * {
    padding-left: 30px
}

* + .uk-grid-margin, .uk-grid + .uk-grid, .uk-grid > .uk-grid-margin {
    margin-top: 30px
}

@media (min-width: 960px) {
    .uk-grid {
        margin-left: -40px
    }

    .uk-grid > * {
        padding-left: 40px
    }

    * + .uk-grid-margin, .uk-grid + .uk-grid, .uk-grid > .uk-grid-margin {
        margin-top: 40px
    }
}

.uk-grid-column-small, .uk-grid-small {
    margin-left: -15px
}

.uk-grid-column-small > *, .uk-grid-small > * {
    padding-left: 15px
}

* + .uk-grid-margin-small, .uk-grid + .uk-grid-row-small, .uk-grid + .uk-grid-small, .uk-grid-row-small > .uk-grid-margin, .uk-grid-small > .uk-grid-margin {
    margin-top: 15px
}

.uk-grid-column-medium, .uk-grid-medium {
    margin-left: -30px
}

.uk-grid-column-medium > *, .uk-grid-medium > * {
    padding-left: 30px
}

* + .uk-grid-margin-medium, .uk-grid + .uk-grid-medium, .uk-grid + .uk-grid-row-medium, .uk-grid-medium > .uk-grid-margin, .uk-grid-row-medium > .uk-grid-margin {
    margin-top: 30px
}

.uk-grid-column-large, .uk-grid-large {
    margin-left: -40px
}

.uk-grid-column-large > *, .uk-grid-large > * {
    padding-left: 40px
}

* + .uk-grid-margin-large, .uk-grid + .uk-grid-large, .uk-grid + .uk-grid-row-large, .uk-grid-large > .uk-grid-margin, .uk-grid-row-large > .uk-grid-margin {
    margin-top: 40px
}

@media (min-width: 960px) {
    .uk-grid-column-large, .uk-grid-large {
        margin-left: -110px
    }

    .uk-grid-column-large > *, .uk-grid-large > * {
        padding-left: 110px
    }

    * + .uk-grid-margin-large, .uk-grid + .uk-grid-large, .uk-grid + .uk-grid-row-large, .uk-grid-large > .uk-grid-margin, .uk-grid-row-large > .uk-grid-margin {
        margin-top: 30px
    }
}

.uk-grid-collapse, .uk-grid-column-collapse {
    margin-left: 0
}

.uk-grid-collapse > *, .uk-grid-column-collapse > * {
    padding-left: 0
}

.uk-grid + .uk-grid-collapse, .uk-grid + .uk-grid-row-collapse, .uk-grid-collapse > .uk-grid-margin, .uk-grid-row-collapse > .uk-grid-margin {
    margin-top: 0
}

.uk-grid-divider > * {
    position: relative
}

.uk-grid-divider > :not(.uk-first-column)::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 1px solid #e5e5e5
}

.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    border-top: 1px solid #e5e5e5
}

.uk-grid-divider {
    margin-left: -60px
}

.uk-grid-divider > * {
    padding-left: 60px
}

.uk-grid-divider > :not(.uk-first-column)::before {
    left: 30px
}

.uk-grid-divider.uk-grid-stack > .uk-grid-margin {
    margin-top: 60px
}

.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
    top: -30px;
    left: 60px
}

@media (min-width: 960px) {
    .uk-grid-divider {
        margin-left: -80px
    }

    .uk-grid-divider > * {
        padding-left: 80px
    }

    .uk-grid-divider > :not(.uk-first-column)::before {
        left: 40px
    }

    .uk-grid-divider.uk-grid-stack > .uk-grid-margin {
        margin-top: 80px
    }

    .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
        top: -40px;
        left: 80px
    }
}

.uk-grid-divider.uk-grid-column-small, .uk-grid-divider.uk-grid-small {
    margin-left: -30px
}

.uk-grid-divider.uk-grid-column-small > *, .uk-grid-divider.uk-grid-small > * {
    padding-left: 30px
}

.uk-grid-divider.uk-grid-column-small > :not(.uk-first-column)::before, .uk-grid-divider.uk-grid-small > :not(.uk-first-column)::before {
    left: 15px
}

.uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin, .uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin {
    margin-top: 30px
}

.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin::before {
    top: -15px;
    left: 30px
}

.uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin::before {
    top: -15px
}

.uk-grid-divider.uk-grid-column-small.uk-grid-stack > .uk-grid-margin::before {
    left: 30px
}

.uk-grid-divider.uk-grid-column-medium, .uk-grid-divider.uk-grid-medium {
    margin-left: -60px
}

.uk-grid-divider.uk-grid-column-medium > *, .uk-grid-divider.uk-grid-medium > * {
    padding-left: 60px
}

.uk-grid-divider.uk-grid-column-medium > :not(.uk-first-column)::before, .uk-grid-divider.uk-grid-medium > :not(.uk-first-column)::before {
    left: 30px
}

.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin, .uk-grid-divider.uk-grid-row-medium.uk-grid-stack > .uk-grid-margin {
    margin-top: 60px
}

.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin::before {
    top: -30px;
    left: 60px
}

.uk-grid-divider.uk-grid-row-medium.uk-grid-stack > .uk-grid-margin::before {
    top: -30px
}

.uk-grid-divider.uk-grid-column-medium.uk-grid-stack > .uk-grid-margin::before {
    left: 60px
}

.uk-grid-divider.uk-grid-column-large, .uk-grid-divider.uk-grid-large {
    margin-left: -80px
}

.uk-grid-divider.uk-grid-column-large > *, .uk-grid-divider.uk-grid-large > * {
    padding-left: 80px
}

.uk-grid-divider.uk-grid-column-large > :not(.uk-first-column)::before, .uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before {
    left: 40px
}

.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin, .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin {
    margin-top: 80px
}

.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
    top: -40px;
    left: 80px
}

.uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin::before {
    top: -40px
}

.uk-grid-divider.uk-grid-column-large.uk-grid-stack > .uk-grid-margin::before {
    left: 80px
}

@media (min-width: 960px) {
    .uk-grid-divider.uk-grid-column-large, .uk-grid-divider.uk-grid-large {
        margin-left: -220px
    }

    .uk-grid-divider.uk-grid-column-large > *, .uk-grid-divider.uk-grid-large > * {
        padding-left: 220px
    }

    .uk-grid-divider.uk-grid-column-large > :not(.uk-first-column)::before, .uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before {
        left: 110px
    }

    .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin, .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin {
        margin-top: 60px
    }

    .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
        top: -30px;
        left: 220px
    }

    .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin::before {
        top: -30px
    }

    .uk-grid-divider.uk-grid-column-large.uk-grid-stack > .uk-grid-margin::before {
        left: 220px
    }
}

.uk-grid-item-match, .uk-grid-match > * {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.uk-grid-item-match > :not([class*=uk-width]), .uk-grid-match > * > :not([class*=uk-width]) {
    box-sizing: border-box;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto
}

[class*=uk-child-width] > * {
    box-sizing: border-box;
    width: 100%
}

.uk-child-width-1-2 > * {
    width: 50%
}

.uk-child-width-1-3 > * {
    width: -webkit-calc(100% * 1 / 3.001);
    width: calc(100% * 1 / 3.001)
}

.uk-child-width-1-4 > * {
    width: 25%
}

.uk-child-width-1-5 > * {
    width: 20%
}

.uk-child-width-1-6 > * {
    width: -webkit-calc(100% * 1 / 6.001);
    width: calc(100% * 1 / 6.001)
}

.uk-child-width-auto > * {
    width: auto
}

.uk-child-width-expand > :not([class*=uk-width]) {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 1px
}

@media (min-width: 480px) {
    .uk-child-width-1-1\@s > * {
        width: 100%
    }

    .uk-child-width-1-2\@s > * {
        width: 50%
    }

    .uk-child-width-1-3\@s > * {
        width: -webkit-calc(100% * 1 / 3.001);
        width: calc(100% * 1 / 3.001)
    }

    .uk-child-width-1-4\@s > * {
        width: 25%
    }

    .uk-child-width-1-5\@s > * {
        width: 20%
    }

    .uk-child-width-1-6\@s > * {
        width: -webkit-calc(100% * 1 / 6.001);
        width: calc(100% * 1 / 6.001)
    }

    .uk-child-width-auto\@s > * {
        width: auto
    }

    .uk-child-width-expand\@s > :not([class*=uk-width]) {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 1px
    }
}

@media (min-width: 768px) {
    .uk-child-width-1-1\@m > * {
        width: 100%
    }

    .uk-child-width-1-2\@m > * {
        width: 50%
    }

    .uk-child-width-1-3\@m > * {
        width: -webkit-calc(100% * 1 / 3.001);
        width: calc(100% * 1 / 3.001)
    }

    .uk-child-width-1-4\@m > * {
        width: 25%
    }

    .uk-child-width-1-5\@m > * {
        width: 20%
    }

    .uk-child-width-1-6\@m > * {
        width: -webkit-calc(100% * 1 / 6.001);
        width: calc(100% * 1 / 6.001)
    }

    .uk-child-width-auto\@m > * {
        width: auto
    }

    .uk-child-width-expand\@m > :not([class*=uk-width]) {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 1px
    }
}

@media (min-width: 960px) {
    .uk-child-width-1-1\@l > * {
        width: 100%
    }

    .uk-child-width-1-2\@l > * {
        width: 50%
    }

    .uk-child-width-1-3\@l > * {
        width: -webkit-calc(100% * 1 / 3.001);
        width: calc(100% * 1 / 3.001)
    }

    .uk-child-width-1-4\@l > * {
        width: 25%
    }

    .uk-child-width-1-5\@l > * {
        width: 20%
    }

    .uk-child-width-1-6\@l > * {
        width: -webkit-calc(100% * 1 / 6.001);
        width: calc(100% * 1 / 6.001)
    }

    .uk-child-width-auto\@l > * {
        width: auto
    }

    .uk-child-width-expand\@l > :not([class*=uk-width]) {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 1px
    }
}

@media (min-width: 1442px) {
    .uk-child-width-1-1\@xl > * {
        width: 100%
    }

    .uk-child-width-1-2\@xl > * {
        width: 50%
    }

    .uk-child-width-1-3\@xl > * {
        width: -webkit-calc(100% * 1 / 3.001);
        width: calc(100% * 1 / 3.001)
    }

    .uk-child-width-1-4\@xl > * {
        width: 25%
    }

    .uk-child-width-1-5\@xl > * {
        width: 20%
    }

    .uk-child-width-1-6\@xl > * {
        width: -webkit-calc(100% * 1 / 6.001);
        width: calc(100% * 1 / 6.001)
    }

    .uk-child-width-auto\@xl > * {
        width: auto
    }

    .uk-child-width-expand\@xl > :not([class*=uk-width]) {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 1px
    }
}

[class*=uk-width] {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%
}

.uk-width-1-2 {
    width: 50%
}

.uk-width-1-3 {
    width: -webkit-calc(100% * 1 / 3.001);
    width: calc(100% * 1 / 3.001)
}

.uk-width-2-3 {
    width: -webkit-calc(100% * 2 / 3.001);
    width: calc(100% * 2 / 3.001)
}

.uk-width-1-4 {
    width: 25%
}

.uk-width-3-4 {
    width: 75%
}

.uk-width-1-5 {
    width: 20%
}

.uk-width-2-5 {
    width: 40%
}

.uk-width-3-5 {
    width: 60%
}

.uk-width-4-5 {
    width: 80%
}

.uk-width-1-6 {
    width: -webkit-calc(100% * 1 / 6.001);
    width: calc(100% * 1 / 6.001)
}

.uk-width-5-6 {
    width: -webkit-calc(100% * 5 / 6.001);
    width: calc(100% * 5 / 6.001)
}

.uk-width-small {
    width: 150px
}

.uk-width-medium {
    width: 300px
}

.uk-width-large {
    width: 450px
}

.uk-width-xlarge {
    width: 600px
}

.uk-width-2xlarge {
    width: 750px
}

.uk-width-auto {
    width: auto
}

.uk-width-expand {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 1px
}

@media (min-width: 480px) {
    .uk-width-1-1\@s {
        width: 100%
    }

    .uk-width-1-2\@s {
        width: 50%
    }

    .uk-width-1-3\@s {
        width: -webkit-calc(100% * 1 / 3.001);
        width: calc(100% * 1 / 3.001)
    }

    .uk-width-2-3\@s {
        width: -webkit-calc(100% * 2 / 3.001);
        width: calc(100% * 2 / 3.001)
    }

    .uk-width-1-4\@s {
        width: 25%
    }

    .uk-width-3-4\@s {
        width: 75%
    }

    .uk-width-1-5\@s {
        width: 20%
    }

    .uk-width-2-5\@s {
        width: 40%
    }

    .uk-width-3-5\@s {
        width: 60%
    }

    .uk-width-4-5\@s {
        width: 80%
    }

    .uk-width-1-6\@s {
        width: -webkit-calc(100% * 1 / 6.001);
        width: calc(100% * 1 / 6.001)
    }

    .uk-width-5-6\@s {
        width: -webkit-calc(100% * 5 / 6.001);
        width: calc(100% * 5 / 6.001)
    }

    .uk-width-small\@s {
        width: 150px
    }

    .uk-width-medium\@s {
        width: 300px
    }

    .uk-width-large\@s {
        width: 450px
    }

    .uk-width-xlarge\@s {
        width: 600px
    }

    .uk-width-2xlarge\@s {
        width: 750px
    }

    .uk-width-auto\@s {
        width: auto
    }

    .uk-width-expand\@s {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 1px
    }
}

@media (min-width: 768px) {
    .uk-width-1-1\@m {
        width: 100%
    }

    .uk-width-1-2\@m {
        width: 50%
    }

    .uk-width-1-3\@m {
        width: -webkit-calc(100% * 1 / 3.001);
        width: calc(100% * 1 / 3.001)
    }

    .uk-width-2-3\@m {
        width: -webkit-calc(100% * 2 / 3.001);
        width: calc(100% * 2 / 3.001)
    }

    .uk-width-1-4\@m {
        width: 25%
    }

    .uk-width-3-4\@m {
        width: 75%
    }

    .uk-width-1-5\@m {
        width: 20%
    }

    .uk-width-2-5\@m {
        width: 40%
    }

    .uk-width-3-5\@m {
        width: 60%
    }

    .uk-width-4-5\@m {
        width: 80%
    }

    .uk-width-1-6\@m {
        width: -webkit-calc(100% * 1 / 6.001);
        width: calc(100% * 1 / 6.001)
    }

    .uk-width-5-6\@m {
        width: -webkit-calc(100% * 5 / 6.001);
        width: calc(100% * 5 / 6.001)
    }

    .uk-width-small\@m {
        width: 150px
    }

    .uk-width-medium\@m {
        width: 300px
    }

    .uk-width-large\@m {
        width: 450px
    }

    .uk-width-xlarge\@m {
        width: 600px
    }

    .uk-width-2xlarge\@m {
        width: 750px
    }

    .uk-width-auto\@m {
        width: auto
    }

    .uk-width-expand\@m {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 1px
    }
}

@media (min-width: 960px) {
    .uk-width-1-1\@l {
        width: 100%
    }

    .uk-width-1-2\@l {
        width: 50%
    }

    .uk-width-1-3\@l {
        width: -webkit-calc(100% * 1 / 3.001);
        width: calc(100% * 1 / 3.001)
    }

    .uk-width-2-3\@l {
        width: -webkit-calc(100% * 2 / 3.001);
        width: calc(100% * 2 / 3.001)
    }

    .uk-width-1-4\@l {
        width: 25%
    }

    .uk-width-3-4\@l {
        width: 75%
    }

    .uk-width-1-5\@l {
        width: 20%
    }

    .uk-width-2-5\@l {
        width: 40%
    }

    .uk-width-3-5\@l {
        width: 60%
    }

    .uk-width-4-5\@l {
        width: 80%
    }

    .uk-width-1-6\@l {
        width: -webkit-calc(100% * 1 / 6.001);
        width: calc(100% * 1 / 6.001)
    }

    .uk-width-5-6\@l {
        width: -webkit-calc(100% * 5 / 6.001);
        width: calc(100% * 5 / 6.001)
    }

    .uk-width-small\@l {
        width: 150px
    }

    .uk-width-medium\@l {
        width: 300px
    }

    .uk-width-large\@l {
        width: 450px
    }

    .uk-width-xlarge\@l {
        width: 600px
    }

    .uk-width-2xlarge\@l {
        width: 750px
    }

    .uk-width-auto\@l {
        width: auto
    }

    .uk-width-expand\@l {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 1px
    }
}

@media (min-width: 1442px) {
    .uk-width-1-1\@xl {
        width: 100%
    }

    .uk-width-1-2\@xl {
        width: 50%
    }

    .uk-width-1-3\@xl {
        width: -webkit-calc(100% * 1 / 3.001);
        width: calc(100% * 1 / 3.001)
    }

    .uk-width-2-3\@xl {
        width: -webkit-calc(100% * 2 / 3.001);
        width: calc(100% * 2 / 3.001)
    }

    .uk-width-1-4\@xl {
        width: 25%
    }

    .uk-width-3-4\@xl {
        width: 75%
    }

    .uk-width-1-5\@xl {
        width: 20%
    }

    .uk-width-2-5\@xl {
        width: 40%
    }

    .uk-width-3-5\@xl {
        width: 60%
    }

    .uk-width-4-5\@xl {
        width: 80%
    }

    .uk-width-1-6\@xl {
        width: -webkit-calc(100% * 1 / 6.001);
        width: calc(100% * 1 / 6.001)
    }

    .uk-width-5-6\@xl {
        width: -webkit-calc(100% * 5 / 6.001);
        width: calc(100% * 5 / 6.001)
    }

    .uk-width-small\@xl {
        width: 150px
    }

    .uk-width-medium\@xl {
        width: 300px
    }

    .uk-width-large\@xl {
        width: 450px
    }

    .uk-width-xlarge\@xl {
        width: 600px
    }

    .uk-width-2xlarge\@xl {
        width: 750px
    }

    .uk-width-auto\@xl {
        width: auto
    }

    .uk-width-expand\@xl {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 1px
    }
}

.uk-dropdown {
    display: none;
    position: absolute;
    z-index: 1020;
    box-sizing: border-box;
    min-width: 250px;
    padding: 1em 1.5em;
    background: #fff;
    color: #666
}

.uk-dropdown.uk-open {
    display: block
}

.uk-dropdown-nav {
    white-space: nowrap
}

.uk-dropdown-nav > li > a {
    color: #999
}

.uk-dropdown-nav > li.uk-active > a, .uk-dropdown-nav > li > a:focus, .uk-dropdown-nav > li > a:hover {
    color: #666
}

.uk-dropdown-nav .uk-nav-header {
    color: #333
}

.uk-dropdown-nav .uk-nav-divider {
    border-top: 1px solid #e5e5e5
}

.uk-dropdown-nav .uk-nav-sub a {
    color: #999
}

.uk-dropdown-nav .uk-nav-sub a:focus, .uk-dropdown-nav .uk-nav-sub a:hover, .uk-dropdown-nav .uk-nav-sub li.uk-active > a {
    color: #666
}

[class*=uk-dropdown-top] {
    margin-top: -10px
}

[class*=uk-dropdown-bottom] {
    margin-top: 10px
}

[class*=uk-dropdown-left] {
    margin-left: -10px
}

[class*=uk-dropdown-right] {
    margin-left: 10px
}

.uk-dropdown-stack .uk-dropdown-grid > * {
    width: 100% !important
}

[class*=uk-column-] {
    -webkit-column-gap: 30px;
    column-gap: 30px
}

@media (min-width: 960px) {
    [class*=uk-column-] {
        -webkit-column-gap: 40px;
        column-gap: 40px
    }
}

[class*=uk-column-] img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.uk-column-divider {
    -webkit-column-rule: 1px solid #e5e5e5;
    column-rule: 1px solid #e5e5e5;
    -webkit-column-gap: 60px;
    column-gap: 60px
}

@media (min-width: 960px) {
    .uk-column-divider {
        -webkit-column-gap: 80px;
        column-gap: 80px
    }
}

.uk-column-1-2 {
    -webkit-column-count: 2;
    column-count: 2
}

.uk-column-1-3 {
    -webkit-column-count: 3;
    column-count: 3
}

.uk-column-1-4 {
    -webkit-column-count: 4;
    column-count: 4
}

.uk-column-1-5 {
    -webkit-column-count: 5;
    column-count: 5
}

.uk-column-1-6 {
    -webkit-column-count: 6;
    column-count: 6
}

@media (min-width: 480px) {
    .uk-column-1-2\@s {
        -webkit-column-count: 2;
        column-count: 2
    }

    .uk-column-1-3\@s {
        -webkit-column-count: 3;
        column-count: 3
    }

    .uk-column-1-4\@s {
        -webkit-column-count: 4;
        column-count: 4
    }

    .uk-column-1-5\@s {
        -webkit-column-count: 5;
        column-count: 5
    }

    .uk-column-1-6\@s {
        -webkit-column-count: 6;
        column-count: 6
    }
}

@media (min-width: 768px) {
    .uk-column-1-2\@m {
        -webkit-column-count: 2;
        column-count: 2
    }

    .uk-column-1-3\@m {
        -webkit-column-count: 3;
        column-count: 3
    }

    .uk-column-1-4\@m {
        -webkit-column-count: 4;
        column-count: 4
    }

    .uk-column-1-5\@m {
        -webkit-column-count: 5;
        column-count: 5
    }

    .uk-column-1-6\@m {
        -webkit-column-count: 6;
        column-count: 6
    }
}

@media (min-width: 960px) {
    .uk-column-1-2\@l {
        -webkit-column-count: 2;
        column-count: 2
    }

    .uk-column-1-3\@l {
        -webkit-column-count: 3;
        column-count: 3
    }

    .uk-column-1-4\@l {
        -webkit-column-count: 4;
        column-count: 4
    }

    .uk-column-1-5\@l {
        -webkit-column-count: 5;
        column-count: 5
    }

    .uk-column-1-6\@l {
        -webkit-column-count: 6;
        column-count: 6
    }
}

@media (min-width: 1442px) {
    .uk-column-1-2\@xl {
        -webkit-column-count: 2;
        column-count: 2
    }

    .uk-column-1-3\@xl {
        -webkit-column-count: 3;
        column-count: 3
    }

    .uk-column-1-4\@xl {
        -webkit-column-count: 4;
        column-count: 4
    }

    .uk-column-1-5\@xl {
        -webkit-column-count: 5;
        column-count: 5
    }

    .uk-column-1-6\@xl {
        -webkit-column-count: 6;
        column-count: 6
    }
}

.uk-column-span {
    -webkit-column-span: all;
    column-span: all
}

.footer__text, .uk-container {
    display: flow-root;
    box-sizing: content-box;
    max-width: 1442px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

.wup-logo-center {
    text-align: center;
    padding-bottom: 1.5rem;
}

.wup-logo-center_logo {
    margin-bottom: 0.5rem;
}

.wup-logo-center_logo svg {
    width: 15rem;
    height: auto;
    padding-bottom: 0.5rem;
}

.wup-logo-center_text {
    color: rgb(106, 113, 119);
    letter-spacing: 1px;
    font-size: 1rem;
    font-weight: 700;
    padding: 0 60px 0 60px;
}

.wup-logo-center_text a {
    color: rgb(106, 113, 119);
}

.wup-logo-center_text a:hover {
    color: #12317a;
}

@media (min-width: 480px) {
    .footer__text, .uk-container {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width: 768px) {
    .footer__text, .uk-container {
        padding-left: 40px;
        padding-right: 40px
    }
}

.footer__text > :last-child, .uk-container > :last-child {
    margin-bottom: 0
}

.footer__text .footer__text, .footer__text .uk-container, .uk-container .footer__text, .uk-container .uk-container {
    padding-left: 0;
    padding-right: 0
}

.uk-container-xsmall {
    max-width: 750px
}

.uk-container-small {
    max-width: 900px
}

.uk-container-large {
    max-width: 1400px
}

.uk-container-xlarge {
    max-width: 1600px
}

.uk-container-expand {
    max-width: none
}

.uk-container-expand-left {
    margin-left: 0
}

.uk-container-expand-right {
    margin-right: 0
}

@media (min-width: 480px) {
    .uk-container-expand-left.uk-container-xsmall, .uk-container-expand-right.uk-container-xsmall {
        max-width: -webkit-calc(50% + (750px / 2) - 30px);
        max-width: calc(50% + (750px / 2) - 30px)
    }

    .uk-container-expand-left.uk-container-small, .uk-container-expand-right.uk-container-small {
        max-width: -webkit-calc(50% + (900px / 2) - 30px);
        max-width: calc(50% + (900px / 2) - 30px)
    }
}

@media (min-width: 768px) {
    .uk-container-expand-left, .uk-container-expand-right {
        max-width: -webkit-calc(50% + (1442px / 2) - 40px);
        max-width: calc(50% + (1442px / 2) - 40px)
    }

    .uk-container-expand-left.uk-container-xsmall, .uk-container-expand-right.uk-container-xsmall {
        max-width: -webkit-calc(50% + (750px / 2) - 40px);
        max-width: calc(50% + (750px / 2) - 40px)
    }

    .uk-container-expand-left.uk-container-small, .uk-container-expand-right.uk-container-small {
        max-width: -webkit-calc(50% + (900px / 2) - 40px);
        max-width: calc(50% + (900px / 2) - 40px)
    }

    .uk-container-expand-left.uk-container-large, .uk-container-expand-right.uk-container-large {
        max-width: -webkit-calc(50% + (1400px / 2) - 40px);
        max-width: calc(50% + (1400px / 2) - 40px)
    }

    .uk-container-expand-left.uk-container-xlarge, .uk-container-expand-right.uk-container-xlarge {
        max-width: -webkit-calc(50% + (1600px / 2) - 40px);
        max-width: calc(50% + (1600px / 2) - 40px)
    }
}

.uk-container-item-padding-remove-left, .uk-container-item-padding-remove-right {
    width: -webkit-calc(100% + 15px);
    width: calc(100% + 15px)
}

.uk-container-item-padding-remove-left {
    margin-left: -15px
}

.uk-container-item-padding-remove-right {
    margin-right: -15px
}

@media (min-width: 480px) {
    .uk-container-item-padding-remove-left, .uk-container-item-padding-remove-right {
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px)
    }

    .uk-container-item-padding-remove-left {
        margin-left: -30px
    }

    .uk-container-item-padding-remove-right {
        margin-right: -30px
    }
}

@media (min-width: 768px) {
    .uk-container-item-padding-remove-left, .uk-container-item-padding-remove-right {
        width: -webkit-calc(100% + 40px);
        width: calc(100% + 40px)
    }

    .uk-container-item-padding-remove-left {
        margin-left: -40px
    }

    .uk-container-item-padding-remove-right {
        margin-right: -40px
    }
}

.uk-panel {
    display: flow-root;
    position: relative;
    box-sizing: border-box
}

.uk-panel > :last-child {
    margin-bottom: 0
}

.uk-panel-scrollable {
    height: 170px;
    padding: 10px;
    border: 1px solid #e5e5e5;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    resize: both
}

.uk-clearfix::before {
    content: "";
    display: table-cell
}

.uk-clearfix::after {
    content: "";
    display: table;
    clear: both
}

.uk-float-left {
    float: left
}

.uk-float-right {
    float: right
}

[class*=uk-float-] {
    max-width: 100%
}

.uk-overflow-hidden {
    overflow: hidden
}

.uk-overflow-auto {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.uk-overflow-auto > :last-child {
    margin-bottom: 0
}

.uk-resize {
    resize: both
}

.uk-resize-vertical {
    resize: vertical
}

.uk-display-block {
    display: block !important
}

.uk-display-inline {
    display: inline !important
}

.uk-display-inline-block {
    display: inline-block !important
}

[class*=uk-inline] {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
    -webkit-backface-visibility: hidden
}

.uk-inline-clip {
    overflow: hidden
}

.uk-preserve-width, .uk-preserve-width canvas, .uk-preserve-width img, .uk-preserve-width svg, .uk-preserve-width video {
    max-width: none
}

.uk-responsive-height, .uk-responsive-width {
    box-sizing: border-box
}

.uk-responsive-width {
    max-width: 100% !important;
    height: auto
}

.uk-responsive-height {
    max-height: 100%;
    width: auto;
    max-width: none
}

.uk-border-circle {
    border-radius: 50%
}

.uk-border-pill {
    border-radius: 500px
}

.uk-border-rounded {
    border-radius: 5px
}

.uk-inline-clip[class*=uk-border-] {
    -webkit-transform: translateZ(0)
}

.uk-box-shadow-small {
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08)
}

.uk-box-shadow-medium {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08)
}

.uk-box-shadow-large {
    box-shadow: 0 14px 25px rgba(0, 0, 0, .16)
}

.uk-box-shadow-xlarge {
    box-shadow: 0 28px 50px rgba(0, 0, 0, .16)
}

[class*=uk-box-shadow-hover] {
    -webkit-transition: box-shadow .1s ease-in-out;
    transition: box-shadow .1s ease-in-out
}

.uk-box-shadow-hover-small:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08)
}

.uk-box-shadow-hover-medium:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08)
}

.uk-box-shadow-hover-large:hover {
    box-shadow: 0 14px 25px rgba(0, 0, 0, .16)
}

.uk-box-shadow-hover-xlarge:hover {
    box-shadow: 0 28px 50px rgba(0, 0, 0, .16)
}

@supports ((-webkit-filter:blur(0)) or (filter:blur(0))) {
    .uk-box-shadow-bottom {
        display: inline-block;
        position: relative;
        max-width: 100%;
        vertical-align: middle
    }

    .uk-box-shadow-bottom::before {
        content: '';
        position: absolute;
        bottom: -30px;
        left: 0;
        right: 0;
        height: 30px;
        border-radius: 100%;
        background: #444;
        -webkit-filter: blur(20px);
        filter: blur(20px)
    }

    .uk-box-shadow-bottom > * {
        position: relative
    }
}

.uk-dropcap::first-letter, .uk-dropcap > p:first-of-type::first-letter {
    display: block;
    margin-right: 10px;
    float: left;
    font-size: 4.5em;
    line-height: 1
}

@-moz-document url-prefix() {
    .uk-dropcap::first-letter, .uk-dropcap > p:first-of-type::first-letter {
        margin-top: 1.1%
    }
}

@supports (-ms-ime-align:auto) {
    .uk-dropcap > p:first-of-type::first-letter {
        font-size: 1em
    }
}

.uk-logo {
    font-size: 1.5rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #666;
    text-decoration: none
}

.uk-logo:focus, .uk-logo:hover {
    color: #666;
    outline: 0;
    text-decoration: none
}

.uk-logo-inverse {
    display: none
}

.uk-disabled {
    pointer-events: none
}

.uk-drag, .uk-drag * {
    cursor: move
}

.uk-drag iframe {
    pointer-events: none
}

.uk-dragover {
    box-shadow: 0 0 20px rgba(100, 100, 100, .3)
}

.uk-blend-multiply {
    mix-blend-mode: multiply
}

.uk-blend-screen {
    mix-blend-mode: screen
}

.uk-blend-overlay {
    mix-blend-mode: overlay
}

.uk-blend-darken {
    mix-blend-mode: darken
}

.uk-blend-lighten {
    mix-blend-mode: lighten
}

.uk-blend-color-dodge {
    mix-blend-mode: color-dodge
}

.uk-blend-color-burn {
    mix-blend-mode: color-burn
}

.uk-blend-hard-light {
    mix-blend-mode: hard-light
}

.uk-blend-soft-light {
    mix-blend-mode: soft-light
}

.uk-blend-difference {
    mix-blend-mode: difference
}

.uk-blend-exclusion {
    mix-blend-mode: exclusion
}

.uk-blend-hue {
    mix-blend-mode: hue
}

.uk-blend-saturation {
    mix-blend-mode: saturation
}

.uk-blend-color {
    mix-blend-mode: color
}

.uk-blend-luminosity {
    mix-blend-mode: luminosity
}

.uk-transform-center {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.uk-transform-origin-top-left {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.uk-transform-origin-top-center {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.uk-transform-origin-top-right {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.uk-transform-origin-center-left {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.uk-transform-origin-center-right {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.uk-transform-origin-bottom-left {
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.uk-transform-origin-bottom-center {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.uk-transform-origin-bottom-right {
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.uk-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.uk-flex-inline {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.uk-flex-inline::after, .uk-flex-inline::before, .uk-flex::after, .uk-flex::before {
    display: none
}

.uk-flex-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.uk-flex-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.uk-flex-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.uk-flex-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.uk-flex-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

@media (min-width: 480px) {
    .uk-flex-left\@s {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .uk-flex-center\@s {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .uk-flex-right\@s {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .uk-flex-between\@s {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .uk-flex-around\@s {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

@media (min-width: 768px) {
    .uk-flex-left\@m {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .uk-flex-center\@m {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .uk-flex-right\@m {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .uk-flex-between\@m {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .uk-flex-around\@m {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

@media (min-width: 960px) {
    .uk-flex-left\@l {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .uk-flex-center\@l {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .uk-flex-right\@l {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .uk-flex-between\@l {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .uk-flex-around\@l {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

@media (min-width: 1442px) {
    .uk-flex-left\@xl {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .uk-flex-center\@xl {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .uk-flex-right\@xl {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .uk-flex-between\@xl {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .uk-flex-around\@xl {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

.uk-flex-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.uk-flex-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.uk-flex-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.uk-flex-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.uk-flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.uk-flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.uk-flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.uk-flex-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.uk-flex-nowrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.uk-flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.uk-flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse
}

.uk-flex-wrap-stretch {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

.uk-flex-wrap-top {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.uk-flex-wrap-middle {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.uk-flex-wrap-bottom {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end
}

.uk-flex-wrap-between {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.uk-flex-wrap-around {
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around
}

.uk-flex-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
}

.uk-flex-last {
    -webkit-box-ordinal-group: 100;
    -webkit-order: 99;
    -ms-flex-order: 99;
    order: 99
}

@media (min-width: 480px) {
    .uk-flex-first\@s {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .uk-flex-last\@s {
        -webkit-box-ordinal-group: 100;
        -webkit-order: 99;
        -ms-flex-order: 99;
        order: 99
    }
}

@media (min-width: 768px) {
    .uk-flex-first\@m {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .uk-flex-last\@m {
        -webkit-box-ordinal-group: 100;
        -webkit-order: 99;
        -ms-flex-order: 99;
        order: 99
    }
}

@media (min-width: 960px) {
    .uk-flex-first\@l {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .uk-flex-last\@l {
        -webkit-box-ordinal-group: 100;
        -webkit-order: 99;
        -ms-flex-order: 99;
        order: 99
    }
}

@media (min-width: 1442px) {
    .uk-flex-first\@xl {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .uk-flex-last\@xl {
        -webkit-box-ordinal-group: 100;
        -webkit-order: 99;
        -ms-flex-order: 99;
        order: 99
    }
}

.uk-flex-none {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.uk-flex-auto {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto
}

.uk-flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.uk-hidden, [hidden] {
    display: none !important
}

@media (min-width: 480px) {
    .uk-hidden\@s {
        display: none !important
    }
}

@media (min-width: 768px) {
    .uk-hidden\@m {
        display: none !important
    }
}

@media (min-width: 960px) {
    .uk-hidden\@l {
        display: none !important
    }
}

@media (min-width: 1442px) {
    .uk-hidden\@xl {
        display: none !important
    }
}

@media (max-width: 479px) {
    .uk-visible\@s {
        display: none !important
    }
}

@media (max-width: 767px) {
    .uk-visible\@m {
        display: none !important
    }
}

@media (max-width: 959px) {
    .uk-visible\@l {
        display: none !important
    }
}

@media (max-width: 1219px) {
    .uk-visible\@xl {
        display: none !important
    }
}

.uk-invisible {
    visibility: hidden !important
}

.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important
}

.uk-visible-toggle:not(:hover):not(:focus) .uk-invisible-hover:not(:focus-within) {
    opacity: 0 !important
}

.uk-visible-toggle {
    -webkit-tap-highlight-color: transparent
}

.uk-visible-toggle:focus {
    outline: 0
}

@media (pointer: coarse) {
    .uk-hidden-touch {
        display: none !important
    }
}

.uk-hidden-notouch {
    display: none !important
}

@media (pointer: coarse) {
    .uk-hidden-notouch {
        display: block !important
    }
}

[class*=uk-animation-] {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.uk-animation-fade {
    -webkit-animation-name: uk-fade;
    animation-name: uk-fade;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.uk-animation-scale-up {
    -webkit-animation-name: uk-fade-scale-02;
    animation-name: uk-fade-scale-02
}

.uk-animation-scale-down {
    -webkit-animation-name: uk-fade-scale-18;
    animation-name: uk-fade-scale-18
}

.uk-animation-slide-top {
    -webkit-animation-name: uk-fade-top;
    animation-name: uk-fade-top
}

.uk-animation-slide-bottom {
    -webkit-animation-name: uk-fade-bottom;
    animation-name: uk-fade-bottom
}

.uk-animation-slide-left {
    -webkit-animation-name: uk-fade-left;
    animation-name: uk-fade-left
}

.uk-animation-slide-right {
    -webkit-animation-name: uk-fade-right;
    animation-name: uk-fade-right
}

.uk-animation-slide-top-small {
    -webkit-animation-name: uk-fade-top-small;
    animation-name: uk-fade-top-small
}

.uk-animation-slide-bottom-small {
    -webkit-animation-name: uk-fade-bottom-small;
    animation-name: uk-fade-bottom-small
}

.uk-animation-slide-left-small {
    -webkit-animation-name: uk-fade-left-small;
    animation-name: uk-fade-left-small
}

.uk-animation-slide-right-small {
    -webkit-animation-name: uk-fade-right-small;
    animation-name: uk-fade-right-small
}

.uk-animation-slide-top-medium {
    -webkit-animation-name: uk-fade-top-medium;
    animation-name: uk-fade-top-medium
}

.uk-animation-slide-bottom-medium {
    -webkit-animation-name: uk-fade-bottom-medium;
    animation-name: uk-fade-bottom-medium
}

.uk-animation-slide-left-medium {
    -webkit-animation-name: uk-fade-left-medium;
    animation-name: uk-fade-left-medium
}

.uk-animation-slide-right-medium {
    -webkit-animation-name: uk-fade-right-medium;
    animation-name: uk-fade-right-medium
}

.uk-animation-kenburns {
    -webkit-animation-name: uk-scale-kenburns;
    animation-name: uk-scale-kenburns;
    -webkit-animation-duration: 15s;
    animation-duration: 15s
}

.uk-animation-shake {
    -webkit-animation-name: uk-shake;
    animation-name: uk-shake
}

.uk-animation-stroke {
    -webkit-animation-name: uk-stroke;
    animation-name: uk-stroke;
    stroke-dasharray: var(--uk-animation-stroke);
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.uk-animation-reverse {
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

.uk-animation-fast {
    -webkit-animation-duration: .1s;
    animation-duration: .1s
}

.uk-animation-toggle:not(:hover):not(:focus) [class*=uk-animation-] {
    -webkit-animation-name: none;
    animation-name: none
}

.uk-animation-toggle {
    -webkit-tap-highlight-color: transparent
}

.uk-animation-toggle:focus {
    outline: 0
}

@-webkit-keyframes uk-fade {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes uk-fade {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes uk-fade-top {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes uk-fade-top {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes uk-fade-bottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes uk-fade-bottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes uk-fade-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes uk-fade-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes uk-fade-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes uk-fade-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes uk-fade-top-small {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes uk-fade-top-small {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes uk-fade-bottom-small {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes uk-fade-bottom-small {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes uk-fade-left-small {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes uk-fade-left-small {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes uk-fade-right-small {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes uk-fade-right-small {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes uk-fade-top-medium {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes uk-fade-top-medium {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes uk-fade-bottom-medium {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes uk-fade-bottom-medium {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes uk-fade-left-medium {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes uk-fade-left-medium {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes uk-fade-right-medium {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes uk-fade-right-medium {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes uk-fade-scale-02 {
    0% {
        opacity: 0;
        -webkit-transform: scale(.2);
        transform: scale(.2)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes uk-fade-scale-02 {
    0% {
        opacity: 0;
        -webkit-transform: scale(.2);
        transform: scale(.2)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes uk-fade-scale-18 {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.8);
        transform: scale(1.8)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes uk-fade-scale-18 {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.8);
        transform: scale(1.8)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes uk-scale-kenburns {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes uk-scale-kenburns {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@-webkit-keyframes uk-shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    10% {
        -webkit-transform: translateX(-9px);
        transform: translateX(-9px)
    }
    20% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }
    30% {
        -webkit-transform: translateX(-7px);
        transform: translateX(-7px)
    }
    40% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px)
    }
    50% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }
    60% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }
    70% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px)
    }
    80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px)
    }
    90% {
        -webkit-transform: translateX(-1px);
        transform: translateX(-1px)
    }
}

@keyframes uk-shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    10% {
        -webkit-transform: translateX(-9px);
        transform: translateX(-9px)
    }
    20% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }
    30% {
        -webkit-transform: translateX(-7px);
        transform: translateX(-7px)
    }
    40% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px)
    }
    50% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }
    60% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }
    70% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px)
    }
    80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px)
    }
    90% {
        -webkit-transform: translateX(-1px);
        transform: translateX(-1px)
    }
}

@-webkit-keyframes uk-stroke {
    0% {
        stroke-dashoffset: var(--uk-animation-stroke)
    }
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes uk-stroke {
    0% {
        stroke-dashoffset: var(--uk-animation-stroke)
    }
    100% {
        stroke-dashoffset: 0
    }
}

.uk-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 15px 15px;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

@media (min-width: 480px) {
    .uk-modal {
        padding: 50px 30px
    }
}

@media (min-width: 768px) {
    .uk-modal {
        padding-left: 40px;
        padding-right: 40px
    }
}

.uk-modal.uk-open {
    opacity: 1
}

.uk-modal-page {
    overflow: hidden
}

.uk-modal-dialog {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    width: 600px;
    max-width: -webkit-calc(100% - .01px) !important;
    max-width: calc(100% - .01px) !important;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: .3s linear;
    transition: .3s linear;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform
}

.uk-open > .uk-modal-dialog {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.uk-modal-container .uk-modal-dialog {
    width: 1200px
}

.uk-modal-full {
    padding: 0;
    background: 0 0
}

.uk-modal-full .uk-modal-dialog {
    margin: 0;
    width: 100%;
    max-width: 100%;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.uk-modal-body {
    display: flow-root;
    padding: 30px 30px
}

.uk-modal-header {
    display: flow-root;
    padding: 15px 30px;
    background: #f8f8f8
}

.uk-modal-footer {
    display: flow-root;
    padding: 15px 30px;
    background: #f8f8f8
}

.uk-modal-body > :last-child, .uk-modal-footer > :last-child, .uk-modal-header > :last-child {
    margin-bottom: 0
}

.uk-modal-title {
    font-size: 2rem;
    line-height: 1.3
}

[class*=uk-modal-close-] {
    position: absolute;
    z-index: 1010;
    top: 10px;
    right: 10px;
    padding: 5px
}

[class*=uk-modal-close-]:first-child + * {
    margin-top: 0
}

.uk-modal-close-outside {
    top: 0;
    right: -5px;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    color: #fff
}

.uk-modal-close-outside:hover {
    color: #fff
}

@media (min-width: 768px) {
    .uk-modal-close-outside {
        right: 0;
        -webkit-transform: translate(100%, -100%);
        transform: translate(100%, -100%)
    }
}

.uk-transition-toggle {
    -webkit-tap-highlight-color: transparent
}

.uk-transition-toggle:focus {
    outline: 0
}

.uk-transition-fade, [class*=uk-transition-scale], [class*=uk-transition-slide] {
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    -webkit-transition-property: opacity, -webkit-transform, -webkit-filter;
    transition-property: opacity, -webkit-transform, -webkit-filter;
    transition-property: opacity, transform, filter;
    transition-property: opacity, transform, filter, -webkit-transform, -webkit-filter;
    opacity: 0
}

.uk-transition-active.uk-active .uk-transition-fade, .uk-transition-toggle:focus .uk-transition-fade, .uk-transition-toggle:hover .uk-transition-fade {
    opacity: 1
}

.uk-transition-scale-up {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.uk-transition-scale-down {
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03)
}

.uk-transition-active.uk-active .uk-transition-scale-up, .uk-transition-toggle:focus .uk-transition-scale-up, .uk-transition-toggle:hover .uk-transition-scale-up {
    opacity: 1;
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03)
}

.uk-transition-active.uk-active .uk-transition-scale-down, .uk-transition-toggle:focus .uk-transition-scale-down, .uk-transition-toggle:hover .uk-transition-scale-down {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.uk-transition-slide-top {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.uk-transition-slide-bottom {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.uk-transition-slide-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.uk-transition-slide-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.uk-transition-slide-top-small {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.uk-transition-slide-bottom-small {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

.uk-transition-slide-left-small {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
}

.uk-transition-slide-right-small {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.uk-transition-slide-top-medium {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
}

.uk-transition-slide-bottom-medium {
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
}

.uk-transition-slide-left-medium {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px)
}

.uk-transition-slide-right-medium {
    -webkit-transform: translateX(50px);
    transform: translateX(50px)
}

.uk-transition-active.uk-active [class*=uk-transition-slide], .uk-transition-toggle:focus [class*=uk-transition-slide], .uk-transition-toggle:hover [class*=uk-transition-slide] {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.uk-transition-opaque {
    opacity: 1
}

.uk-transition-slow {
    -webkit-transition-duration: .7s;
    transition-duration: .7s
}

[class*=uk-position-bottom], [class*=uk-position-center], [class*=uk-position-left], [class*=uk-position-right], [class*=uk-position-top] {
    position: absolute !important;
    max-width: 100%
}

.uk-position-top {
    top: 0;
    left: 0;
    right: 0
}

.uk-position-bottom {
    bottom: 0;
    left: 0;
    right: 0
}

.uk-position-left {
    top: 0;
    bottom: 0;
    left: 0
}

.uk-position-right {
    top: 0;
    bottom: 0;
    right: 0
}

.uk-position-top-left {
    top: 0;
    left: 0
}

.uk-position-top-right {
    top: 0;
    right: 0
}

.uk-position-bottom-left {
    bottom: 0;
    left: 0
}

.uk-position-bottom-right {
    bottom: 0;
    right: 0
}

.uk-position-center {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: -webkit-max-content;
    width: max-content;
    max-width: 100%;
    box-sizing: border-box
}

[class*=uk-position-center-left], [class*=uk-position-center-right] {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.uk-position-center-left {
    left: 0
}

.uk-position-center-right {
    right: 0
}

.uk-position-center-left-out {
    right: 100%;
    width: -webkit-max-content;
    width: max-content
}

.uk-position-center-right-out {
    left: 100%;
    width: -webkit-max-content;
    width: max-content
}

.uk-position-bottom-center, .uk-position-top-center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: -webkit-max-content;
    width: max-content;
    max-width: 100%;
    box-sizing: border-box
}

.uk-position-top-center {
    top: 0
}

.uk-position-bottom-center {
    bottom: 0
}

.uk-position-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.uk-position-relative {
    position: relative !important
}

.uk-position-absolute {
    position: absolute !important
}

.uk-position-fixed {
    position: fixed !important
}

.uk-position-z-index {
    z-index: 1
}

.uk-position-small {
    max-width: -webkit-calc(100% - (15px * 2));
    max-width: calc(100% - (15px * 2));
    margin: 15px
}

.uk-position-small.uk-position-center {
    -webkit-transform: translate(-50%, -50%) translate(-15px, -15px);
    transform: translate(-50%, -50%) translate(-15px, -15px)
}

.uk-position-small[class*=uk-position-center-left], .uk-position-small[class*=uk-position-center-right] {
    -webkit-transform: translateY(-50%) translateY(-15px);
    transform: translateY(-50%) translateY(-15px)
}

.uk-position-small.uk-position-bottom-center, .uk-position-small.uk-position-top-center {
    -webkit-transform: translateX(-50%) translateX(-15px);
    transform: translateX(-50%) translateX(-15px)
}

.uk-position-medium {
    max-width: -webkit-calc(100% - (30px * 2));
    max-width: calc(100% - (30px * 2));
    margin: 30px
}

.uk-position-medium.uk-position-center {
    -webkit-transform: translate(-50%, -50%) translate(-30px, -30px);
    transform: translate(-50%, -50%) translate(-30px, -30px)
}

.uk-position-medium[class*=uk-position-center-left], .uk-position-medium[class*=uk-position-center-right] {
    -webkit-transform: translateY(-50%) translateY(-30px);
    transform: translateY(-50%) translateY(-30px)
}

.uk-position-medium.uk-position-bottom-center, .uk-position-medium.uk-position-top-center {
    -webkit-transform: translateX(-50%) translateX(-30px);
    transform: translateX(-50%) translateX(-30px)
}

.uk-position-large {
    max-width: -webkit-calc(100% - (30px * 2));
    max-width: calc(100% - (30px * 2));
    margin: 30px
}

.uk-position-large.uk-position-center {
    -webkit-transform: translate(-50%, -50%) translate(-30px, -30px);
    transform: translate(-50%, -50%) translate(-30px, -30px)
}

.uk-position-large[class*=uk-position-center-left], .uk-position-large[class*=uk-position-center-right] {
    -webkit-transform: translateY(-50%) translateY(-30px);
    transform: translateY(-50%) translateY(-30px)
}

.uk-position-large.uk-position-bottom-center, .uk-position-large.uk-position-top-center {
    -webkit-transform: translateX(-50%) translateX(-30px);
    transform: translateX(-50%) translateX(-30px)
}

@media (min-width: 960px) {
    .uk-position-large {
        max-width: -webkit-calc(100% - (50px * 2));
        max-width: calc(100% - (50px * 2));
        margin: 50px
    }

    .uk-position-large.uk-position-center {
        -webkit-transform: translate(-50%, -50%) translate(-50px, -50px);
        transform: translate(-50%, -50%) translate(-50px, -50px)
    }

    .uk-position-large[class*=uk-position-center-left], .uk-position-large[class*=uk-position-center-right] {
        -webkit-transform: translateY(-50%) translateY(-50px);
        transform: translateY(-50%) translateY(-50px)
    }

    .uk-position-large.uk-position-bottom-center, .uk-position-large.uk-position-top-center {
        -webkit-transform: translateX(-50%) translateX(-50px);
        transform: translateX(-50%) translateX(-50px)
    }
}

.uk-close {
    color: #999
}

.uk-close:focus, .uk-close:hover {
    color: #666;
    outline: 0
}

.uk-sticky-fixed {
    z-index: 980;
    box-sizing: border-box;
    margin: 0 !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.uk-sticky[class*=uk-animation-] {
    -webkit-animation-duration: .2s;
    animation-duration: .2s
}

.uk-sticky.uk-animation-reverse {
    -webkit-animation-duration: .2s;
    animation-duration: .2s
}

.uk-tooltip {
    display: none;
    position: absolute;
    z-index: 1030;
    top: 0;
    box-sizing: border-box;
    max-width: 200px;
    padding: 5px 8px;
    background: #191b1c;
    border-radius: 2px;
    color: #fff;
    font-size: 12px
}

.uk-tooltip.uk-active {
    display: block
}

[class*=uk-tooltip-top] {
    margin-top: -10px
}

[class*=uk-tooltip-bottom] {
    margin-top: 10px
}

[class*=uk-tooltip-left] {
    margin-left: -10px
}

[class*=uk-tooltip-right] {
    margin-left: 10px
}

.uk-offcanvas {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000
}

.uk-offcanvas-flip .uk-offcanvas {
    right: 0;
    left: auto
}

.uk-offcanvas-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -66vw;
    box-sizing: border-box;
    width: 80vw;
    padding: 20px 20px;
    background: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

@media (min-width: 768px) {
    .uk-offcanvas-bar {
        left: -44vw;
        width: 44vw;
        padding: 40px 40px
    }
}

.uk-offcanvas-flip .uk-offcanvas-bar {
    left: auto;
    right: -66vw
}

@media (min-width: 768px) {
    .uk-offcanvas-flip .uk-offcanvas-bar {
        right: -44vw
    }
}

.uk-open > .uk-offcanvas-bar {
    left: 0
}

.uk-offcanvas-flip .uk-open > .uk-offcanvas-bar {
    left: auto;
    right: 0
}

.uk-offcanvas-bar-animation {
    -webkit-transition: left .3s ease-out;
    transition: left .3s ease-out
}

.uk-offcanvas-flip .uk-offcanvas-bar-animation {
    -webkit-transition-property: right;
    transition-property: right
}

.uk-offcanvas-reveal {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    overflow: hidden;
    -webkit-transition: width .3s ease-out;
    transition: width .3s ease-out
}

.uk-offcanvas-reveal .uk-offcanvas-bar {
    left: 0
}

.uk-offcanvas-flip .uk-offcanvas-reveal .uk-offcanvas-bar {
    left: auto;
    right: 0
}

.uk-open > .uk-offcanvas-reveal {
    width: 66vw
}

@media (min-width: 768px) {
    .uk-open > .uk-offcanvas-reveal {
        width: 44vw
    }
}

.uk-offcanvas-flip .uk-offcanvas-reveal {
    right: 0;
    left: auto
}

.uk-offcanvas-close {
    position: absolute;
    z-index: 1000;
    top: auto;
    right: auto;
    padding: 0
}

.uk-offcanvas-overlay {
    width: 100vw;
    -ms-touch-action: none;
    touch-action: none
}

.uk-offcanvas-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(37, 40, 42, .92);
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.uk-offcanvas-overlay.uk-open::before {
    opacity: 1
}

.uk-offcanvas-container, .uk-offcanvas-page {
    overflow-x: hidden
}

.uk-offcanvas-container {
    position: relative;
    left: 0;
    -webkit-transition: left .3s ease-out;
    transition: left .3s ease-out;
    box-sizing: border-box;
    width: 100%
}

:not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
    left: 66vw
}

.uk-offcanvas-flip.uk-offcanvas-container-animation {
    left: -66vw
}

@media (min-width: 768px) {
    :not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
        left: 44vw
    }

    .uk-offcanvas-flip.uk-offcanvas-container-animation {
        left: -44vw
    }
}

.uk-slider {
    -webkit-tap-highlight-color: transparent
}

.uk-slider-container {
    overflow: hidden
}

.uk-slider-container-offset {
    margin: -11px -25px -39px -25px;
    padding: 11px 25px 39px 25px
}

.uk-slider-items {
    will-change: transform;
    position: relative
}

.uk-slider-items:not(.uk-grid) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-touch-callout: none
}

.uk-slider-items.uk-grid {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.uk-slider-items > * {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    max-width: 100%;
    position: relative;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.uk-slider-items > :focus {
    outline: 0
}

.uk-slidenav {
    padding: 5px 10px;
    color: #fff
}

.uk-slidenav:focus, .uk-slidenav:hover {
    color: #12317a;
    outline: 0
}

.uk-slidenav:active {
    color: #fff
}

.uk-slidenav-large {
    padding: 10px 10px
}

.uk-slidenav-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.uk-dotnav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -12px
}

.uk-dotnav > * {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    padding-left: 12px
}

.uk-dotnav > * > * {
    display: block;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #6a7177;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap
}

.uk-dotnav > * > :focus, .uk-dotnav > * > :hover {
    background-color: #12317a;
    outline: 0
}

.uk-dotnav > * > :active {
    background-color: #b1050f
}

.uk-dotnav > .uk-active > * {
    background-color: #12317a
}

.uk-dotnav-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-top: -12px
}

.uk-dotnav-vertical > * {
    padding-left: 0;
    padding-top: 12px
}

[class*=uk-container] {
    margin: 0 auto
}

.lab, .lar, .las {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

@font-face {
    font-family: Line Awesome Brands;
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/la-brands-400.eot);
    src: url(../fonts/la-brands-400.eot?#iefix) format("embedded-opentype"), url(../fonts/la-brands-400.woff2) format("woff2"), url(../fonts/la-brands-400.woff) format("woff"), url(../fonts/la-brands-400.ttf) format("truetype"), url(../fonts/la-brands-400.svg#lineawesome) format("svg")
}

.lab {
    font-family: Line Awesome Brands;
    font-display: swap;
    font-weight: 400
}

@font-face {
    font-family: Line Awesome Free;
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/la-regular-400.eot);
    src: url(../fonts/la-regular-400.eot?#iefix) format("embedded-opentype"), url(../fonts/la-regular-400.woff2) format("woff2"), url(../fonts/la-regular-400.woff) format("woff"), url(../fonts/la-regular-400.ttf) format("truetype"), url(../fonts/la-regular-400.svg#lineawesome) format("svg")
}

.lar {
    font-family: Line Awesome Free;
    font-display: swap;
    font-weight: 400
}

@font-face {
    font-family: Line Awesome Free;
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/la-solid-900.eot);
    src: url(../fonts/la-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/la-solid-900.woff2) format("woff2"), url(../fonts/la-solid-900.woff) format("woff"), url(../fonts/la-solid-900.ttf) format("truetype"), url(../fonts/la-solid-900.svg#lineawesome) format("svg")
}

.las {
    font-family: Line Awesome Free;
    font-display: swap;
    font-weight: 700
}

.la-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.la-xs {
    font-size: .75em
}

.la-2x {
    font-size: 1em
}

.la-2x {
    font-size: 2em
}

.la-3x {
    font-size: 3em
}

.la-4x {
    font-size: 4em
}

.la-5x {
    font-size: 5em
}

.la-6x {
    font-size: 6em
}

.la-7x {
    font-size: 7em
}

.la-8x {
    font-size: 8em
}

.la-9x {
    font-size: 9em
}

.la-10x {
    font-size: 10em
}

.la-fw {
    text-align: center;
    width: 1.25em
}

.la-fw {
    width: 1.25em;
    text-align: center
}

.la-ul {
    padding-left: 0;
    margin-left: 1.42857em;
    list-style-type: none
}

.la-ul > li {
    position: relative
}

.la-li {
    position: absolute;
    left: -2em;
    text-align: center;
    width: 1.42857em;
    line-height: inherit
}

.la-li.la-lg {
    left: -1.14286em
}

.la-border {
    border: solid .08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.la-pull-left {
    float: left
}

.la-pull-right {
    float: right
}

.la.la-pull-left {
    margin-right: .3em
}

.la.la-pull-right {
    margin-left: .3em
}

.la.pull-left {
    margin-right: .3em
}

.la.pull-right {
    margin-left: .3em
}

.la-pull-left {
    float: left
}

.la-pull-right {
    float: right
}

.la.la-pull-left, .lab.la-pull-left, .lal.la-pull-left, .lar.la-pull-left, .las.la-pull-left {
    margin-right: .3em
}

.la.la-pull-right, .lab.la-pull-right, .lal.la-pull-right, .lar.la-pull-right, .las.la-pull-right {
    margin-left: .3em
}

.la-spin {
    -webkit-animation: la-spin 2s infinite linear;
    animation: la-spin 2s infinite linear
}

.la-pulse {
    -webkit-animation: la-spin 1s infinite steps(8);
    animation: la-spin 1s infinite steps(8)
}

@-webkit-keyframes la-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes la-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.la-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.la-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.la-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.la-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.la-flip-vertical {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.la-flip-both, .la-flip-horizontal.la-flip-vertical {
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1)
}

:root .la-flip-both, :root .la-flip-horizontal, :root .la-flip-vertical, :root .la-rotate-180, :root .la-rotate-270, :root .la-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.la-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.la-stack-1x, .la-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.la-stack-1x {
    line-height: inherit
}

.la-stack-2x {
    font-size: 2em
}

.la-inverse {
    color: #fff
}

.la-500px:before {
    content: "\f26e"
}

.la-accessible-icon:before {
    content: "\f368"
}

.la-accusoft:before {
    content: "\f369"
}

.la-acquisitions-incorporated:before {
    content: "\f6af"
}

.la-ad:before {
    content: "\f641"
}

.la-address-book:before {
    content: "\f2b9"
}

.la-address-card:before {
    content: "\f2bb"
}

.la-adjust:before {
    content: "\f042"
}

.la-adn:before {
    content: "\f170"
}

.la-adobe:before {
    content: "\f778"
}

.la-adversal:before {
    content: "\f36a"
}

.la-affiliatetheme:before {
    content: "\f36b"
}

.la-air-freshener:before {
    content: "\f5d0"
}

.la-airbnb:before {
    content: "\f834"
}

.la-algolia:before {
    content: "\f36c"
}

.la-align-center:before {
    content: "\f037"
}

.la-align-justify:before {
    content: "\f039"
}

.la-align-left:before {
    content: "\f036"
}

.la-align-right:before {
    content: "\f038"
}

.la-alipay:before {
    content: "\f642"
}

.la-allergies:before {
    content: "\f461"
}

.la-amazon:before {
    content: "\f270"
}

.la-amazon-pay:before {
    content: "\f42c"
}

.la-ambulance:before {
    content: "\f0f9"
}

.la-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.la-amilia:before {
    content: "\f36d"
}

.la-anchor:before {
    content: "\f13d"
}

.la-android:before {
    content: "\f17b"
}

.la-angellist:before {
    content: "\f209"
}

.la-angle-double-down:before {
    content: "\f103"
}

.la-angle-double-left:before {
    content: "\f100"
}

.la-angle-double-right:before {
    content: "\f101"
}

.la-angle-double-up:before {
    content: "\f102"
}

.la-angle-down:before {
    content: "\f107"
}

.la-angle-left:before {
    content: "\f104"
}

.la-angle-right:before {
    content: "\f105"
}

.la-angle-up:before {
    content: "\f106"
}

.la-angry:before {
    content: "\f556"
}

.la-angrycreative:before {
    content: "\f36e"
}

.la-angular:before {
    content: "\f420"
}

.la-ankh:before {
    content: "\f644"
}

.la-app-store:before {
    content: "\f36f"
}

.la-app-store-ios:before {
    content: "\f370"
}

.la-apper:before {
    content: "\f371"
}

.la-apple:before {
    content: "\f179"
}

.la-apple-alt:before {
    content: "\f5d1"
}

.la-apple-pay:before {
    content: "\f415"
}

.la-archive:before {
    content: "\f187"
}

.la-archway:before {
    content: "\f557"
}

.la-arrow-alt-circle-down:before {
    content: "\f358"
}

.la-arrow-alt-circle-left:before {
    content: "\f359"
}

.la-arrow-alt-circle-right:before {
    content: "\f35a"
}

.la-arrow-alt-circle-up:before {
    content: "\f35b"
}

.la-arrow-circle-down:before {
    content: "\f0ab"
}

.la-arrow-circle-left:before {
    content: "\f0a8"
}

.la-arrow-circle-right:before {
    content: "\f0a9"
}

.la-arrow-circle-up:before {
    content: "\f0aa"
}

.la-arrow-down:before {
    content: "\f063"
}

.la-arrow-left:before {
    content: "\f060"
}

.la-arrow-right:before {
    content: "\f061"
}

.la-arrow-up:before {
    content: "\f062"
}

.la-arrows-alt:before {
    content: "\f0b2"
}

.la-arrows-alt-h:before {
    content: "\f337"
}

.la-arrows-alt-v:before {
    content: "\f338"
}

.la-artstation:before {
    content: "\f77a"
}

.la-assistive-listening-systems:before {
    content: "\f2a2"
}

.la-asterisk:before {
    content: "\f069"
}

.la-asymmetrik:before {
    content: "\f372"
}

.la-at:before {
    content: "\f1fa"
}

.la-atlas:before {
    content: "\f558"
}

.la-atlassian:before {
    content: "\f77b"
}

.la-atom:before {
    content: "\f5d2"
}

.la-audible:before {
    content: "\f373"
}

.la-audio-description:before {
    content: "\f29e"
}

.la-autoprefixer:before {
    content: "\f41c"
}

.la-avianex:before {
    content: "\f374"
}

.la-aviato:before {
    content: "\f421"
}

.la-award:before {
    content: "\f559"
}

.la-aws:before {
    content: "\f375"
}

.la-baby:before {
    content: "\f77c"
}

.la-baby-carriage:before {
    content: "\f77d"
}

.la-backspace:before {
    content: "\f55a"
}

.la-backward:before {
    content: "\f04a"
}

.la-bacon:before {
    content: "\f7e5"
}

.la-balance-scale:before {
    content: "\f24e"
}

.la-balance-scale-left:before {
    content: "\f515"
}

.la-balance-scale-right:before {
    content: "\f516"
}

.la-ban:before {
    content: "\f05e"
}

.la-band-aid:before {
    content: "\f462"
}

.la-bandcamp:before {
    content: "\f2d5"
}

.la-barcode:before {
    content: "\f02a"
}

.la-bars:before {
    content: "\f0c9"
}

.la-baseball-ball:before {
    content: "\f433"
}

.la-basketball-ball:before {
    content: "\f434"
}

.la-bath:before {
    content: "\f2cd"
}

.la-battery-empty:before {
    content: "\f244"
}

.la-battery-full:before {
    content: "\f240"
}

.la-battery-half:before {
    content: "\f242"
}

.la-battery-quarter:before {
    content: "\f243"
}

.la-battery-three-quarters:before {
    content: "\f241"
}

.la-battle-net:before {
    content: "\f835"
}

.la-bed:before {
    content: "\f236"
}

.la-beer:before {
    content: "\f0fc"
}

.la-behance:before {
    content: "\f1b4"
}

.la-behance-square:before {
    content: "\f1b5"
}

.la-bell:before {
    content: "\f0f3"
}

.la-bell-slash:before {
    content: "\f1f6"
}

.la-bezier-curve:before {
    content: "\f55b"
}

.la-bible:before {
    content: "\f647"
}

.la-bicycle:before {
    content: "\f206"
}

.la-biking:before {
    content: "\f84a"
}

.la-bimobject:before {
    content: "\f378"
}

.la-binoculars:before {
    content: "\f1e5"
}

.la-biohazard:before {
    content: "\f780"
}

.la-birthday-cake:before {
    content: "\f1fd"
}

.la-bitbucket:before {
    content: "\f171"
}

.la-bitcoin:before {
    content: "\f379"
}

.la-bity:before {
    content: "\f37a"
}

.la-black-tie:before {
    content: "\f27e"
}

.la-blackberry:before {
    content: "\f37b"
}

.la-blender:before {
    content: "\f517"
}

.la-blender-phone:before {
    content: "\f6b6"
}

.la-blind:before {
    content: "\f29d"
}

.la-blog:before {
    content: "\f781"
}

.la-blogger:before {
    content: "\f37c"
}

.la-blogger-b:before {
    content: "\f37d"
}

.la-bluetooth:before {
    content: "\f293"
}

.la-bluetooth-b:before {
    content: "\f294"
}

.la-bold:before {
    content: "\f032"
}

.la-bolt:before {
    content: "\f0e7"
}

.la-bomb:before {
    content: "\f1e2"
}

.la-bone:before {
    content: "\f5d7"
}

.la-bong:before {
    content: "\f55c"
}

.la-book:before {
    content: "\f02d"
}

.la-book-dead:before {
    content: "\f6b7"
}

.la-book-medical:before {
    content: "\f7e6"
}

.la-book-open:before {
    content: "\f518"
}

.la-book-reader:before {
    content: "\f5da"
}

.la-bookmark:before {
    content: "\f02e"
}

.la-bootstrap:before {
    content: "\f836"
}

.la-border-all:before {
    content: "\f84c"
}

.la-border-none:before {
    content: "\f850"
}

.la-border-style:before {
    content: "\f853"
}

.la-bowling-ball:before {
    content: "\f436"
}

.la-box:before {
    content: "\f466"
}

.la-box-open:before {
    content: "\f49e"
}

.la-boxes:before {
    content: "\f468"
}

.la-braille:before {
    content: "\f2a1"
}

.la-brain:before {
    content: "\f5dc"
}

.la-bread-slice:before {
    content: "\f7ec"
}

.la-briefcase:before {
    content: "\f0b1"
}

.la-briefcase-medical:before {
    content: "\f469"
}

.la-broadcast-tower:before {
    content: "\f519"
}

.la-broom:before {
    content: "\f51a"
}

.la-brush:before {
    content: "\f55d"
}

.la-btc:before {
    content: "\f15a"
}

.la-buffer:before {
    content: "\f837"
}

.la-bug:before {
    content: "\f188"
}

.la-building:before {
    content: "\f1ad"
}

.la-bullhorn:before {
    content: "\f0a1"
}

.la-bullseye:before {
    content: "\f140"
}

.la-burn:before {
    content: "\f46a"
}

.la-buromobelexperte:before {
    content: "\f37f"
}

.la-bus:before {
    content: "\f207"
}

.la-bus-alt:before {
    content: "\f55e"
}

.la-business-time:before {
    content: "\f64a"
}

.la-buysellads:before {
    content: "\f20d"
}

.la-calculator:before {
    content: "\f1ec"
}

.la-calendar:before {
    content: "\f133"
}

.la-calendar-alt:before {
    content: "\f073"
}

.la-calendar-check:before {
    content: "\f274"
}

.la-calendar-day:before {
    content: "\f783"
}

.la-calendar-minus:before {
    content: "\f272"
}

.la-calendar-plus:before {
    content: "\f271"
}

.la-calendar-times:before {
    content: "\f273"
}

.la-calendar-week:before {
    content: "\f784"
}

.la-camera:before {
    content: "\f030"
}

.la-camera-retro:before {
    content: "\f083"
}

.la-campground:before {
    content: "\f6bb"
}

.la-canadian-maple-leaf:before {
    content: "\f785"
}

.la-candy-cane:before {
    content: "\f786"
}

.la-cannabis:before {
    content: "\f55f"
}

.la-capsules:before {
    content: "\f46b"
}

.la-car:before {
    content: "\f1b9"
}

.la-car-alt:before {
    content: "\f5de"
}

.la-car-battery:before {
    content: "\f5df"
}

.la-car-crash:before {
    content: "\f5e1"
}

.la-car-side:before {
    content: "\f5e4"
}

.la-caret-down:before {
    content: "\f0d7"
}

.la-caret-left:before {
    content: "\f0d9"
}

.la-caret-right:before {
    content: "\f0da"
}

.la-caret-square-down:before {
    content: "\f150"
}

.la-caret-square-left:before {
    content: "\f191"
}

.la-caret-square-right:before {
    content: "\f152"
}

.la-caret-square-up:before {
    content: "\f151"
}

.la-caret-up:before {
    content: "\f0d8"
}

.la-carrot:before {
    content: "\f787"
}

.la-cart-arrow-down:before {
    content: "\f218"
}

.la-cart-plus:before {
    content: "\f217"
}

.la-cash-register:before {
    content: "\f788"
}

.la-cat:before {
    content: "\f6be"
}

.la-cc-amazon-pay:before {
    content: "\f42d"
}

.la-cc-amex:before {
    content: "\f1f3"
}

.la-cc-apple-pay:before {
    content: "\f416"
}

.la-cc-diners-club:before {
    content: "\f24c"
}

.la-cc-discover:before {
    content: "\f1f2"
}

.la-cc-jcb:before {
    content: "\f24b"
}

.la-cc-mastercard:before {
    content: "\f1f1"
}

.la-cc-paypal:before {
    content: "\f1f4"
}

.la-cc-stripe:before {
    content: "\f1f5"
}

.la-cc-visa:before {
    content: "\f1f0"
}

.la-centercode:before {
    content: "\f380"
}

.la-centos:before {
    content: "\f789"
}

.la-certificate:before {
    content: "\f0a3"
}

.la-chair:before {
    content: "\f6c0"
}

.la-chalkboard:before {
    content: "\f51b"
}

.la-chalkboard-teacher:before {
    content: "\f51c"
}

.la-charging-station:before {
    content: "\f5e7"
}

.la-chart-area:before {
    content: "\f1fe"
}

.la-chart-bar:before {
    content: "\f080"
}

.la-chart-line:before {
    content: "\f201"
}

.la-chart-pie:before {
    content: "\f200"
}

.la-check:before {
    content: "\f00c"
}

.la-check-circle:before {
    content: "\f058"
}

.la-check-double:before {
    content: "\f560"
}

.la-check-square:before {
    content: "\f14a"
}

.la-cheese:before {
    content: "\f7ef"
}

.la-chess:before {
    content: "\f439"
}

.la-chess-bishop:before {
    content: "\f43a"
}

.la-chess-board:before {
    content: "\f43c"
}

.la-chess-king:before {
    content: "\f43f"
}

.la-chess-knight:before {
    content: "\f441"
}

.la-chess-pawn:before {
    content: "\f443"
}

.la-chess-queen:before {
    content: "\f445"
}

.la-chess-rook:before {
    content: "\f447"
}

.la-chevron-circle-down:before {
    content: "\f13a"
}

.la-chevron-circle-left:before {
    content: "\f137"
}

.la-chevron-circle-right:before {
    content: "\f138"
}

.la-chevron-circle-up:before {
    content: "\f139"
}

.la-chevron-down:before {
    content: "\f078"
}

.la-chevron-left:before {
    content: "\f053"
}

.la-chevron-right:before {
    content: "\f054"
}

.la-chevron-up:before {
    content: "\f077"
}

.la-child:before {
    content: "\f1ae"
}

.la-chrome:before {
    content: "\f268"
}

.la-chromecast:before {
    content: "\f838"
}

.la-church:before {
    content: "\f51d"
}

.la-circle:before {
    content: "\f111"
}

.la-circle-notch:before {
    content: "\f1ce"
}

.la-city:before {
    content: "\f64f"
}

.la-clinic-medical:before {
    content: "\f7f2"
}

.la-clipboard:before {
    content: "\f328"
}

.la-clipboard-check:before {
    content: "\f46c"
}

.la-clipboard-list:before {
    content: "\f46d"
}

.la-clock:before {
    content: "\f017"
}

.la-clone:before {
    content: "\f24d"
}

.la-closed-captioning:before {
    content: "\f20a"
}

.la-cloud:before {
    content: "\f0c2"
}

.la-cloud-download-alt:before {
    content: "\f381"
}

.la-cloud-meatball:before {
    content: "\f73b"
}

.la-cloud-moon:before {
    content: "\f6c3"
}

.la-cloud-moon-rain:before {
    content: "\f73c"
}

.la-cloud-rain:before {
    content: "\f73d"
}

.la-cloud-showers-heavy:before {
    content: "\f740"
}

.la-cloud-sun:before {
    content: "\f6c4"
}

.la-cloud-sun-rain:before {
    content: "\f743"
}

.la-cloud-upload-alt:before {
    content: "\f382"
}

.la-cloudscale:before {
    content: "\f383"
}

.la-cloudsmith:before {
    content: "\f384"
}

.la-cloudversify:before {
    content: "\f385"
}

.la-cocktail:before {
    content: "\f561"
}

.la-code:before {
    content: "\f121"
}

.la-code-branch:before {
    content: "\f126"
}

.la-codepen:before {
    content: "\f1cb"
}

.la-codiepie:before {
    content: "\f284"
}

.la-coffee:before {
    content: "\f0f4"
}

.la-cog:before {
    content: "\f013"
}

.la-cogs:before {
    content: "\f085"
}

.la-coins:before {
    content: "\f51e"
}

.la-columns:before {
    content: "\f0db"
}

.la-comment:before {
    content: "\f075"
}

.la-comment-alt:before {
    content: "\f27a"
}

.la-comment-dollar:before {
    content: "\f651"
}

.la-comment-dots:before {
    content: "\f4ad"
}

.la-comment-medical:before {
    content: "\f7f5"
}

.la-comment-slash:before {
    content: "\f4b3"
}

.la-comments:before {
    content: "\f086"
}

.la-comments-dollar:before {
    content: "\f653"
}

.la-compact-disc:before {
    content: "\f51f"
}

.la-compass:before {
    content: "\f14e"
}

.la-compress:before {
    content: "\f066"
}

.la-compress-arrows-alt:before {
    content: "\f78c"
}

.la-concierge-bell:before {
    content: "\f562"
}

.la-confluence:before {
    content: "\f78d"
}

.la-connectdevelop:before {
    content: "\f20e"
}

.la-contao:before {
    content: "\f26d"
}

.la-cookie:before {
    content: "\f563"
}

.la-cookie-bite:before {
    content: "\f564"
}

.la-copy:before {
    content: "\f0c5"
}

.la-copyright:before {
    content: "\f1f9"
}

.la-cotton-bureau:before {
    content: "\f89e"
}

.la-couch:before {
    content: "\f4b8"
}

.la-cpanel:before {
    content: "\f388"
}

.la-creative-commons:before {
    content: "\f25e"
}

.la-creative-commons-by:before {
    content: "\f4e7"
}

.la-creative-commons-nc:before {
    content: "\f4e8"
}

.la-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.la-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.la-creative-commons-nd:before {
    content: "\f4eb"
}

.la-creative-commons-pd:before {
    content: "\f4ec"
}

.la-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.la-creative-commons-remix:before {
    content: "\f4ee"
}

.la-creative-commons-sa:before {
    content: "\f4ef"
}

.la-creative-commons-sampling:before {
    content: "\f4f0"
}

.la-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.la-creative-commons-share:before {
    content: "\f4f2"
}

.la-creative-commons-zero:before {
    content: "\f4f3"
}

.la-credit-card:before {
    content: "\f09d"
}

.la-critical-role:before {
    content: "\f6c9"
}

.la-crop:before {
    content: "\f125"
}

.la-crop-alt:before {
    content: "\f565"
}

.la-cross:before {
    content: "\f654"
}

.la-crosshairs:before {
    content: "\f05b"
}

.la-crow:before {
    content: "\f520"
}

.la-crown:before {
    content: "\f521"
}

.la-crutch:before {
    content: "\f7f7"
}

.la-css3:before {
    content: "\f13c"
}

.la-css3-alt:before {
    content: "\f38b"
}

.la-cube:before {
    content: "\f1b2"
}

.la-cubes:before {
    content: "\f1b3"
}

.la-cut:before {
    content: "\f0c4"
}

.la-cuttlefish:before {
    content: "\f38c"
}

.la-d-and-d:before {
    content: "\f38d"
}

.la-d-and-d-beyond:before {
    content: "\f6ca"
}

.la-dashcube:before {
    content: "\f210"
}

.la-database:before {
    content: "\f1c0"
}

.la-deaf:before {
    content: "\f2a4"
}

.la-delicious:before {
    content: "\f1a5"
}

.la-democrat:before {
    content: "\f747"
}

.la-deploydog:before {
    content: "\f38e"
}

.la-deskpro:before {
    content: "\f38f"
}

.la-desktop:before {
    content: "\f108"
}

.la-dev:before {
    content: "\f6cc"
}

.la-deviantart:before {
    content: "\f1bd"
}

.la-dharmachakra:before {
    content: "\f655"
}

.la-dhl:before {
    content: "\f790"
}

.la-diagnoses:before {
    content: "\f470"
}

.la-diaspora:before {
    content: "\f791"
}

.la-dice:before {
    content: "\f522"
}

.la-dice-d20:before {
    content: "\f6cf"
}

.la-dice-d6:before {
    content: "\f6d1"
}

.la-dice-five:before {
    content: "\f523"
}

.la-dice-four:before {
    content: "\f524"
}

.la-dice-one:before {
    content: "\f525"
}

.la-dice-six:before {
    content: "\f526"
}

.la-dice-three:before {
    content: "\f527"
}

.la-dice-two:before {
    content: "\f528"
}

.la-digg:before {
    content: "\f1a6"
}

.la-digital-ocean:before {
    content: "\f391"
}

.la-digital-tachograph:before {
    content: "\f566"
}

.la-directions:before {
    content: "\f5eb"
}

.la-discord:before {
    content: "\f392"
}

.la-discourse:before {
    content: "\f393"
}

.la-divide:before {
    content: "\f529"
}

.la-dizzy:before {
    content: "\f567"
}

.la-dna:before {
    content: "\f471"
}

.la-dochub:before {
    content: "\f394"
}

.la-docker:before {
    content: "\f395"
}

.la-dog:before {
    content: "\f6d3"
}

.la-dollar-sign:before {
    content: "\f155"
}

.la-dolly:before {
    content: "\f472"
}

.la-dolly-flatbed:before {
    content: "\f474"
}

.la-donate:before {
    content: "\f4b9"
}

.la-door-closed:before {
    content: "\f52a"
}

.la-door-open:before {
    content: "\f52b"
}

.la-dot-circle:before {
    content: "\f192"
}

.la-dove:before {
    content: "\f4ba"
}

.la-download:before {
    content: "\f019"
}

.la-draft2digital:before {
    content: "\f396"
}

.la-drafting-compass:before {
    content: "\f568"
}

.la-dragon:before {
    content: "\f6d5"
}

.la-draw-polygon:before {
    content: "\f5ee"
}

.la-dribbble:before {
    content: "\f17d"
}

.la-dribbble-square:before {
    content: "\f397"
}

.la-dropbox:before {
    content: "\f16b"
}

.la-drum:before {
    content: "\f569"
}

.la-drum-steelpan:before {
    content: "\f56a"
}

.la-drumstick-bite:before {
    content: "\f6d7"
}

.la-drupal:before {
    content: "\f1a9"
}

.la-dumbbell:before {
    content: "\f44b"
}

.la-dumpster:before {
    content: "\f793"
}

.la-dumpster-fire:before {
    content: "\f794"
}

.la-dungeon:before {
    content: "\f6d9"
}

.la-dyalog:before {
    content: "\f399"
}

.la-earlybirds:before {
    content: "\f39a"
}

.la-ebay:before {
    content: "\f4f4"
}

.la-edge:before {
    content: "\f282"
}

.la-edit:before {
    content: "\f044"
}

.la-egg:before {
    content: "\f7fb"
}

.la-eject:before {
    content: "\f052"
}

.la-elementor:before {
    content: "\f430"
}

.la-ellipsis-h:before {
    content: "\f141"
}

.la-ellipsis-v:before {
    content: "\f142"
}

.la-ello:before {
    content: "\f5f1"
}

.la-ember:before {
    content: "\f423"
}

.la-empire:before {
    content: "\f1d1"
}

.la-envelope:before {
    content: "\f0e0"
}

.la-envelope-open:before {
    content: "\f2b6"
}

.la-envelope-open-text:before {
    content: "\f658"
}

.la-envelope-square:before {
    content: "\f199"
}

.la-envira:before {
    content: "\f299"
}

.la-equals:before {
    content: "\f52c"
}

.la-eraser:before {
    content: "\f12d"
}

.la-erlang:before {
    content: "\f39d"
}

.la-ethereum:before {
    content: "\f42e"
}

.la-ethernet:before {
    content: "\f796"
}

.la-etsy:before {
    content: "\f2d7"
}

.la-euro-sign:before {
    content: "\f153"
}

.la-evernote:before {
    content: "\f839"
}

.la-exchange-alt:before {
    content: "\f362"
}

.la-exclamation:before {
    content: "\f12a"
}

.la-exclamation-circle:before {
    content: "\f06a"
}

.la-exclamation-triangle:before {
    content: "\f071"
}

.la-expand:before {
    content: "\f065"
}

.la-expand-arrows-alt:before {
    content: "\f31e"
}

.la-expeditedssl:before {
    content: "\f23e"
}

.la-external-link-alt:before {
    content: "\f35d"
}

.la-external-link-square-alt:before {
    content: "\f360"
}

.la-eye:before {
    content: "\f06e"
}

.la-eye-dropper:before {
    content: "\f1fb"
}

.la-eye-slash:before {
    content: "\f070"
}

.la-facebook:before {
    content: "\f09a"
}

.la-facebook-f:before {
    content: "\f39e"
}

.la-facebook-messenger:before {
    content: "\f39f"
}

.la-facebook-square:before {
    content: "\f082"
}

.la-fan:before {
    content: "\f863"
}

.la-fantasy-flight-games:before {
    content: "\f6dc"
}

.la-fast-backward:before {
    content: "\f049"
}

.la-fast-forward:before {
    content: "\f050"
}

.la-fax:before {
    content: "\f1ac"
}

.la-feather:before {
    content: "\f52d"
}

.la-feather-alt:before {
    content: "\f56b"
}

.la-fedex:before {
    content: "\f797"
}

.la-fedora:before {
    content: "\f798"
}

.la-female:before {
    content: "\f182"
}

.la-fighter-jet:before {
    content: "\f0fb"
}

.la-figma:before {
    content: "\f799"
}

.la-file:before {
    content: "\f15b"
}

.la-file-alt:before {
    content: "\f15c"
}

.la-file-archive:before {
    content: "\f1c6"
}

.la-file-audio:before {
    content: "\f1c7"
}

.la-file-code:before {
    content: "\f1c9"
}

.la-file-contract:before {
    content: "\f56c"
}

.la-file-csv:before {
    content: "\f6dd"
}

.la-file-download:before {
    content: "\f56d"
}

.la-file-excel:before {
    content: "\f1c3"
}

.la-file-export:before {
    content: "\f56e"
}

.la-file-image:before {
    content: "\f1c5"
}

.la-file-import:before {
    content: "\f56f"
}

.la-file-invoice:before {
    content: "\f570"
}

.la-file-invoice-dollar:before {
    content: "\f571"
}

.la-file-medical:before {
    content: "\f477"
}

.la-file-medical-alt:before {
    content: "\f478"
}

.la-file-pdf:before {
    content: "\f1c1"
}

.la-file-powerpoint:before {
    content: "\f1c4"
}

.la-file-prescription:before {
    content: "\f572"
}

.la-file-signature:before {
    content: "\f573"
}

.la-file-upload:before {
    content: "\f574"
}

.la-file-video:before {
    content: "\f1c8"
}

.la-file-word:before {
    content: "\f1c2"
}

.la-fill:before {
    content: "\f575"
}

.la-fill-drip:before {
    content: "\f576"
}

.la-film:before {
    content: "\f008"
}

.la-filter:before {
    content: "\f0b0"
}

.la-fingerprint:before {
    content: "\f577"
}

.la-fire:before {
    content: "\f06d"
}

.la-fire-alt:before {
    content: "\f7e4"
}

.la-fire-extinguisher:before {
    content: "\f134"
}

.la-firefox:before {
    content: "\f269"
}

.la-first-aid:before {
    content: "\f479"
}

.la-first-order:before {
    content: "\f2b0"
}

.la-first-order-alt:before {
    content: "\f50a"
}

.la-firstdraft:before {
    content: "\f3a1"
}

.la-fish:before {
    content: "\f578"
}

.la-fist-raised:before {
    content: "\f6de"
}

.la-flag:before {
    content: "\f024"
}

.la-flag-checkered:before {
    content: "\f11e"
}

.la-flag-usa:before {
    content: "\f74d"
}

.la-flask:before {
    content: "\f0c3"
}

.la-flickr:before {
    content: "\f16e"
}

.la-flipboard:before {
    content: "\f44d"
}

.la-flushed:before {
    content: "\f579"
}

.la-fly:before {
    content: "\f417"
}

.la-folder:before {
    content: "\f07b"
}

.la-folder-minus:before {
    content: "\f65d"
}

.la-folder-open:before {
    content: "\f07c"
}

.la-folder-plus:before {
    content: "\f65e"
}

.la-font:before {
    content: "\f031"
}

.la-font-awesome:before {
    content: "\f2b4"
}

.la-font-awesome-alt:before {
    content: "\f35c"
}

.la-font-awesome-flag:before {
    content: "\f425"
}

.la-fonticons:before {
    content: "\f280"
}

.la-fonticons-fi:before {
    content: "\f3a2"
}

.la-football-ball:before {
    content: "\f44e"
}

.la-fort-awesome:before {
    content: "\f286"
}

.la-fort-awesome-alt:before {
    content: "\f3a3"
}

.la-forumbee:before {
    content: "\f211"
}

.la-forward:before {
    content: "\f04e"
}

.la-foursquare:before {
    content: "\f180"
}

.la-free-code-camp:before {
    content: "\f2c5"
}

.la-freebsd:before {
    content: "\f3a4"
}

.la-frog:before {
    content: "\f52e"
}

.la-frown:before {
    content: "\f119"
}

.la-frown-open:before {
    content: "\f57a"
}

.la-fulcrum:before {
    content: "\f50b"
}

.la-funnel-dollar:before {
    content: "\f662"
}

.la-futbol:before {
    content: "\f1e3"
}

.la-galactic-republic:before {
    content: "\f50c"
}

.la-galactic-senate:before {
    content: "\f50d"
}

.la-gamepad:before {
    content: "\f11b"
}

.la-gas-pump:before {
    content: "\f52f"
}

.la-gavel:before {
    content: "\f0e3"
}

.la-gem:before {
    content: "\f3a5"
}

.la-genderless:before {
    content: "\f22d"
}

.la-get-pocket:before {
    content: "\f265"
}

.la-gg:before {
    content: "\f260"
}

.la-gg-circle:before {
    content: "\f261"
}

.la-ghost:before {
    content: "\f6e2"
}

.la-gift:before {
    content: "\f06b"
}

.la-gifts:before {
    content: "\f79c"
}

.la-git:before {
    content: "\f1d3"
}

.la-git-alt:before {
    content: "\f841"
}

.la-git-square:before {
    content: "\f1d2"
}

.la-github:before {
    content: "\f09b"
}

.la-github-alt:before {
    content: "\f113"
}

.la-github-square:before {
    content: "\f092"
}

.la-gitkraken:before {
    content: "\f3a6"
}

.la-gitlab:before {
    content: "\f296"
}

.la-gitter:before {
    content: "\f426"
}

.la-glass-cheers:before {
    content: "\f79f"
}

.la-glass-martini:before {
    content: "\f000"
}

.la-glass-martini-alt:before {
    content: "\f57b"
}

.la-glass-whiskey:before {
    content: "\f7a0"
}

.la-glasses:before {
    content: "\f530"
}

.la-glide:before {
    content: "\f2a5"
}

.la-glide-g:before {
    content: "\f2a6"
}

.la-globe:before {
    content: "\f0ac"
}

.la-globe-africa:before {
    content: "\f57c"
}

.la-globe-americas:before {
    content: "\f57d"
}

.la-globe-asia:before {
    content: "\f57e"
}

.la-globe-europe:before {
    content: "\f7a2"
}

.la-gofore:before {
    content: "\f3a7"
}

.la-golf-ball:before {
    content: "\f450"
}

.la-goodreads:before {
    content: "\f3a8"
}

.la-goodreads-g:before {
    content: "\f3a9"
}

.la-google:before {
    content: "\f1a0"
}

.la-google-drive:before {
    content: "\f3aa"
}

.la-google-play:before {
    content: "\f3ab"
}

.la-google-plus:before {
    content: "\f2b3"
}

.la-google-plus-g:before {
    content: "\f0d5"
}

.la-google-plus-square:before {
    content: "\f0d4"
}

.la-google-wallet:before {
    content: "\f1ee"
}

.la-gopuram:before {
    content: "\f664"
}

.la-graduation-cap:before {
    content: "\f19d"
}

.la-gratipay:before {
    content: "\f184"
}

.la-grav:before {
    content: "\f2d6"
}

.la-greater-than:before {
    content: "\f531"
}

.la-greater-than-equal:before {
    content: "\f532"
}

.la-grimace:before {
    content: "\f57f"
}

.la-grin:before {
    content: "\f580"
}

.la-grin-alt:before {
    content: "\f581"
}

.la-grin-beam:before {
    content: "\f582"
}

.la-grin-beam-sweat:before {
    content: "\f583"
}

.la-grin-hearts:before {
    content: "\f584"
}

.la-grin-squint:before {
    content: "\f585"
}

.la-grin-squint-tears:before {
    content: "\f586"
}

.la-grin-stars:before {
    content: "\f587"
}

.la-grin-tears:before {
    content: "\f588"
}

.la-grin-tongue:before {
    content: "\f589"
}

.la-grin-tongue-squint:before {
    content: "\f58a"
}

.la-grin-tongue-wink:before {
    content: "\f58b"
}

.la-grin-wink:before {
    content: "\f58c"
}

.la-grip-horizontal:before {
    content: "\f58d"
}

.la-grip-lines:before {
    content: "\f7a4"
}

.la-grip-lines-vertical:before {
    content: "\f7a5"
}

.la-grip-vertical:before {
    content: "\f58e"
}

.la-gripfire:before {
    content: "\f3ac"
}

.la-grunt:before {
    content: "\f3ad"
}

.la-guitar:before {
    content: "\f7a6"
}

.la-gulp:before {
    content: "\f3ae"
}

.la-h-square:before {
    content: "\f0fd"
}

.la-hacker-news:before {
    content: "\f1d4"
}

.la-hacker-news-square:before {
    content: "\f3af"
}

.la-hackerrank:before {
    content: "\f5f7"
}

.la-hamburger:before {
    content: "\f805"
}

.la-hammer:before {
    content: "\f6e3"
}

.la-hamsa:before {
    content: "\f665"
}

.la-hand-holding:before {
    content: "\f4bd"
}

.la-hand-holding-heart:before {
    content: "\f4be"
}

.la-hand-holding-usd:before {
    content: "\f4c0"
}

.la-hand-lizard:before {
    content: "\f258"
}

.la-hand-middle-finger:before {
    content: "\f806"
}

.la-hand-paper:before {
    content: "\f256"
}

.la-hand-peace:before {
    content: "\f25b"
}

.la-hand-point-down:before {
    content: "\f0a7"
}

.la-hand-point-left:before {
    content: "\f0a5"
}

.la-hand-point-right:before {
    content: "\f0a4"
}

.la-hand-point-up:before {
    content: "\f0a6"
}

.la-hand-pointer:before {
    content: "\f25a"
}

.la-hand-rock:before {
    content: "\f255"
}

.la-hand-scissors:before {
    content: "\f257"
}

.la-hand-spock:before {
    content: "\f259"
}

.la-hands:before {
    content: "\f4c2"
}

.la-hands-helping:before {
    content: "\f4c4"
}

.la-handshake:before {
    content: "\f2b5"
}

.la-hanukiah:before {
    content: "\f6e6"
}

.la-hard-hat:before {
    content: "\f807"
}

.la-hashtag:before {
    content: "\f292"
}

.la-hat-wizard:before {
    content: "\f6e8"
}

.la-haykal:before {
    content: "\f666"
}

.la-hdd:before {
    content: "\f0a0"
}

.la-heading:before {
    content: "\f1dc"
}

.la-headphones:before {
    content: "\f025"
}

.la-headphones-alt:before {
    content: "\f58f"
}

.la-headset:before {
    content: "\f590"
}

.la-heart:before {
    content: "\f004"
}

.la-heart-broken:before {
    content: "\f7a9"
}

.la-heartbeat:before {
    content: "\f21e"
}

.la-helicopter:before {
    content: "\f533"
}

.la-highlighter:before {
    content: "\f591"
}

.la-hiking:before {
    content: "\f6ec"
}

.la-hippo:before {
    content: "\f6ed"
}

.la-hips:before {
    content: "\f452"
}

.la-hire-a-helper:before {
    content: "\f3b0"
}

.la-history:before {
    content: "\f1da"
}

.la-hockey-puck:before {
    content: "\f453"
}

.la-holly-berry:before {
    content: "\f7aa"
}

.la-home:before {
    content: "\f015"
}

.la-hooli:before {
    content: "\f427"
}

.la-hornbill:before {
    content: "\f592"
}

.la-horse:before {
    content: "\f6f0"
}

.la-horse-head:before {
    content: "\f7ab"
}

.la-hospital:before {
    content: "\f0f8"
}

.la-hospital-alt:before {
    content: "\f47d"
}

.la-hospital-symbol:before {
    content: "\f47e"
}

.la-hot-tub:before {
    content: "\f593"
}

.la-hotdog:before {
    content: "\f80f"
}

.la-hotel:before {
    content: "\f594"
}

.la-hotjar:before {
    content: "\f3b1"
}

.la-hourglass:before {
    content: "\f254"
}

.la-hourglass-end:before {
    content: "\f253"
}

.la-hourglass-half:before {
    content: "\f252"
}

.la-hourglass-start:before {
    content: "\f251"
}

.la-house-damage:before {
    content: "\f6f1"
}

.la-houzz:before {
    content: "\f27c"
}

.la-hryvnia:before {
    content: "\f6f2"
}

.la-html5:before {
    content: "\f13b"
}

.la-hubspot:before {
    content: "\f3b2"
}

.la-i-cursor:before {
    content: "\f246"
}

.la-ice-cream:before {
    content: "\f810"
}

.la-icicles:before {
    content: "\f7ad"
}

.la-icons:before {
    content: "\f86d"
}

.la-id-badge:before {
    content: "\f2c1"
}

.la-id-card:before {
    content: "\f2c2"
}

.la-id-card-alt:before {
    content: "\f47f"
}

.la-igloo:before {
    content: "\f7ae"
}

.la-image:before {
    content: "\f03e"
}

.la-images:before {
    content: "\f302"
}

.la-imdb:before {
    content: "\f2d8"
}

.la-inbox:before {
    content: "\f01c"
}

.la-indent:before {
    content: "\f03c"
}

.la-industry:before {
    content: "\f275"
}

.la-infinity:before {
    content: "\f534"
}

.la-info:before {
    content: "\f129"
}

.la-info-circle:before {
    content: "\f05a"
}

.la-instagram:before {
    content: "\f16d"
}

.la-intercom:before {
    content: "\f7af"
}

.la-internet-explorer:before {
    content: "\f26b"
}

.la-invision:before {
    content: "\f7b0"
}

.la-ioxhost:before {
    content: "\f208"
}

.la-italic:before {
    content: "\f033"
}

.la-itch-io:before {
    content: "\f83a"
}

.la-itunes:before {
    content: "\f3b4"
}

.la-itunes-note:before {
    content: "\f3b5"
}

.la-java:before {
    content: "\f4e4"
}

.la-jedi:before {
    content: "\f669"
}

.la-jedi-order:before {
    content: "\f50e"
}

.la-jenkins:before {
    content: "\f3b6"
}

.la-jira:before {
    content: "\f7b1"
}

.la-joget:before {
    content: "\f3b7"
}

.la-joint:before {
    content: "\f595"
}

.la-joomla:before {
    content: "\f1aa"
}

.la-journal-whills:before {
    content: "\f66a"
}

.la-js:before {
    content: "\f3b8"
}

.la-js-square:before {
    content: "\f3b9"
}

.la-jsfiddle:before {
    content: "\f1cc"
}

.la-kaaba:before {
    content: "\f66b"
}

.la-kaggle:before {
    content: "\f5fa"
}

.la-key:before {
    content: "\f084"
}

.la-keybase:before {
    content: "\f4f5"
}

.la-keyboard:before {
    content: "\f11c"
}

.la-keycdn:before {
    content: "\f3ba"
}

.la-khanda:before {
    content: "\f66d"
}

.la-kickstarter:before {
    content: "\f3bb"
}

.la-kickstarter-k:before {
    content: "\f3bc"
}

.la-kiss:before {
    content: "\f596"
}

.la-kiss-beam:before {
    content: "\f597"
}

.la-kiss-wink-heart:before {
    content: "\f598"
}

.la-kiwi-bird:before {
    content: "\f535"
}

.la-korvue:before {
    content: "\f42f"
}

.la-landmark:before {
    content: "\f66f"
}

.la-language:before {
    content: "\f1ab"
}

.la-laptop:before {
    content: "\f109"
}

.la-laptop-code:before {
    content: "\f5fc"
}

.la-laptop-medical:before {
    content: "\f812"
}

.la-laravel:before {
    content: "\f3bd"
}

.la-lastfm:before {
    content: "\f202"
}

.la-lastfm-square:before {
    content: "\f203"
}

.la-laugh:before {
    content: "\f599"
}

.la-laugh-beam:before {
    content: "\f59a"
}

.la-laugh-squint:before {
    content: "\f59b"
}

.la-laugh-wink:before {
    content: "\f59c"
}

.la-layer-group:before {
    content: "\f5fd"
}

.la-leaf:before {
    content: "\f06c"
}

.la-leanpub:before {
    content: "\f212"
}

.la-lemon:before {
    content: "\f094"
}

.la-less:before {
    content: "\f41d"
}

.la-less-than:before {
    content: "\f536"
}

.la-less-than-equal:before {
    content: "\f537"
}

.la-level-down-alt:before {
    content: "\f3be"
}

.la-level-up-alt:before {
    content: "\f3bf"
}

.la-life-ring:before {
    content: "\f1cd"
}

.la-lightbulb:before {
    content: "\f0eb"
}

.la-line:before {
    content: "\f3c0"
}

.la-link:before {
    content: "\f0c1"
}

.la-linkedin:before {
    content: "\f08c"
}

.la-linkedin-in:before {
    content: "\f0e1"
}

.la-linode:before {
    content: "\f2b8"
}

.la-linux:before {
    content: "\f17c"
}

.la-lira-sign:before {
    content: "\f195"
}

.la-list:before {
    content: "\f03a"
}

.la-list-alt:before {
    content: "\f022"
}

.la-list-ol:before {
    content: "\f0cb"
}

.la-list-ul:before {
    content: "\f0ca"
}

.la-location-arrow:before {
    content: "\f124"
}

.la-lock:before {
    content: "\f023"
}

.la-lock-open:before {
    content: "\f3c1"
}

.la-long-arrow-alt-down:before {
    content: "\f309"
}

.la-long-arrow-alt-left:before {
    content: "\f30a"
}

.la-long-arrow-alt-right:before {
    content: "\f30b"
}

.la-long-arrow-alt-up:before {
    content: "\f30c"
}

.la-low-vision:before {
    content: "\f2a8"
}

.la-luggage-cart:before {
    content: "\f59d"
}

.la-lyft:before {
    content: "\f3c3"
}

.la-magento:before {
    content: "\f3c4"
}

.la-magic:before {
    content: "\f0d0"
}

.la-magnet:before {
    content: "\f076"
}

.la-mail-bulk:before {
    content: "\f674"
}

.la-mailchimp:before {
    content: "\f59e"
}

.la-male:before {
    content: "\f183"
}

.la-mandalorian:before {
    content: "\f50f"
}

.la-map:before {
    content: "\f279"
}

.la-map-marked:before {
    content: "\f59f"
}

.la-map-marked-alt:before {
    content: "\f5a0"
}

.la-map-marker:before {
    content: "\f041"
}

.la-map-marker-alt:before {
    content: "\f3c5"
}

.la-map-pin:before {
    content: "\f276"
}

.la-map-signs:before {
    content: "\f277"
}

.la-markdown:before {
    content: "\f60f"
}

.la-marker:before {
    content: "\f5a1"
}

.la-mars:before {
    content: "\f222"
}

.la-mars-double:before {
    content: "\f227"
}

.la-mars-stroke:before {
    content: "\f229"
}

.la-mars-stroke-h:before {
    content: "\f22b"
}

.la-mars-stroke-v:before {
    content: "\f22a"
}

.la-mask:before {
    content: "\f6fa"
}

.la-mastodon:before {
    content: "\f4f6"
}

.la-maxcdn:before {
    content: "\f136"
}

.la-medal:before {
    content: "\f5a2"
}

.la-medapps:before {
    content: "\f3c6"
}

.la-medium:before {
    content: "\f23a"
}

.la-medium-m:before {
    content: "\f3c7"
}

.la-medkit:before {
    content: "\f0fa"
}

.la-medrt:before {
    content: "\f3c8"
}

.la-meetup:before {
    content: "\f2e0"
}

.la-megaport:before {
    content: "\f5a3"
}

.la-meh:before {
    content: "\f11a"
}

.la-meh-blank:before {
    content: "\f5a4"
}

.la-meh-rolling-eyes:before {
    content: "\f5a5"
}

.la-memory:before {
    content: "\f538"
}

.la-mendeley:before {
    content: "\f7b3"
}

.la-menorah:before {
    content: "\f676"
}

.la-mercury:before {
    content: "\f223"
}

.la-meteor:before {
    content: "\f753"
}

.la-microchip:before {
    content: "\f2db"
}

.la-microphone:before {
    content: "\f130"
}

.la-microphone-alt:before {
    content: "\f3c9"
}

.la-microphone-alt-slash:before {
    content: "\f539"
}

.la-microphone-slash:before {
    content: "\f131"
}

.la-microscope:before {
    content: "\f610"
}

.la-microsoft:before {
    content: "\f3ca"
}

.la-minus:before {
    content: "\f068"
}

.la-minus-circle:before {
    content: "\f056"
}

.la-minus-square:before {
    content: "\f146"
}

.la-mitten:before {
    content: "\f7b5"
}

.la-mix:before {
    content: "\f3cb"
}

.la-mixcloud:before {
    content: "\f289"
}

.la-mizuni:before {
    content: "\f3cc"
}

.la-mobile:before {
    content: "\f10b"
}

.la-mobile-alt:before {
    content: "\f3cd"
}

.la-modx:before {
    content: "\f285"
}

.la-monero:before {
    content: "\f3d0"
}

.la-money-bill:before {
    content: "\f0d6"
}

.la-money-bill-alt:before {
    content: "\f3d1"
}

.la-money-bill-wave:before {
    content: "\f53a"
}

.la-money-bill-wave-alt:before {
    content: "\f53b"
}

.la-money-check:before {
    content: "\f53c"
}

.la-money-check-alt:before {
    content: "\f53d"
}

.la-monument:before {
    content: "\f5a6"
}

.la-moon:before {
    content: "\f186"
}

.la-mortar-pestle:before {
    content: "\f5a7"
}

.la-mosque:before {
    content: "\f678"
}

.la-motorcycle:before {
    content: "\f21c"
}

.la-mountain:before {
    content: "\f6fc"
}

.la-mouse-pointer:before {
    content: "\f245"
}

.la-mug-hot:before {
    content: "\f7b6"
}

.la-music:before {
    content: "\f001"
}

.la-napster:before {
    content: "\f3d2"
}

.la-neos:before {
    content: "\f612"
}

.la-network-wired:before {
    content: "\f6ff"
}

.la-neuter:before {
    content: "\f22c"
}

.la-newspaper:before {
    content: "\f1ea"
}

.la-nimblr:before {
    content: "\f5a8"
}

.la-node:before {
    content: "\f419"
}

.la-node-js:before {
    content: "\f3d3"
}

.la-not-equal:before {
    content: "\f53e"
}

.la-notes-medical:before {
    content: "\f481"
}

.la-npm:before {
    content: "\f3d4"
}

.la-ns8:before {
    content: "\f3d5"
}

.la-nutritionix:before {
    content: "\f3d6"
}

.la-object-group:before {
    content: "\f247"
}

.la-object-ungroup:before {
    content: "\f248"
}

.la-odnoklassniki:before {
    content: "\f263"
}

.la-odnoklassniki-square:before {
    content: "\f264"
}

.la-oil-can:before {
    content: "\f613"
}

.la-old-republic:before {
    content: "\f510"
}

.la-om:before {
    content: "\f679"
}

.la-opencart:before {
    content: "\f23d"
}

.la-openid:before {
    content: "\f19b"
}

.la-opera:before {
    content: "\f26a"
}

.la-optin-monster:before {
    content: "\f23c"
}

.la-osi:before {
    content: "\f41a"
}

.la-otter:before {
    content: "\f700"
}

.la-outdent:before {
    content: "\f03b"
}

.la-page4:before {
    content: "\f3d7"
}

.la-pagelines:before {
    content: "\f18c"
}

.la-pager:before {
    content: "\f815"
}

.la-paint-brush:before {
    content: "\f1fc"
}

.la-paint-roller:before {
    content: "\f5aa"
}

.la-palette:before {
    content: "\f53f"
}

.la-palfed:before {
    content: "\f3d8"
}

.la-pallet:before {
    content: "\f482"
}

.la-paper-plane:before {
    content: "\f1d8"
}

.la-paperclip:before {
    content: "\f0c6"
}

.la-parachute-box:before {
    content: "\f4cd"
}

.la-paragraph:before {
    content: "\f1dd"
}

.la-parking:before {
    content: "\f540"
}

.la-passport:before {
    content: "\f5ab"
}

.la-pastafarianism:before {
    content: "\f67b"
}

.la-paste:before {
    content: "\f0ea"
}

.la-patreon:before {
    content: "\f3d9"
}

.la-pause:before {
    content: "\f04c"
}

.la-pause-circle:before {
    content: "\f28b"
}

.la-paw:before {
    content: "\f1b0"
}

.la-paypal:before {
    content: "\f1ed"
}

.la-peace:before {
    content: "\f67c"
}

.la-pen:before {
    content: "\f304"
}

.la-pen-alt:before {
    content: "\f305"
}

.la-pen-fancy:before {
    content: "\f5ac"
}

.la-pen-nib:before {
    content: "\f5ad"
}

.la-pen-square:before {
    content: "\f14b"
}

.la-pencil-alt:before {
    content: "\f303"
}

.la-pencil-ruler:before {
    content: "\f5ae"
}

.la-penny-arcade:before {
    content: "\f704"
}

.la-people-carry:before {
    content: "\f4ce"
}

.la-pepper-hot:before {
    content: "\f816"
}

.la-percent:before {
    content: "\f295"
}

.la-percentage:before {
    content: "\f541"
}

.la-periscope:before {
    content: "\f3da"
}

.la-person-booth:before {
    content: "\f756"
}

.la-phabricator:before {
    content: "\f3db"
}

.la-phoenix-framework:before {
    content: "\f3dc"
}

.la-phoenix-squadron:before {
    content: "\f511"
}

.la-phone:before {
    content: "\f095"
}

.la-phone-alt:before {
    content: "\f879"
}

.la-phone-slash:before {
    content: "\f3dd"
}

.la-phone-square:before {
    content: "\f098"
}

.la-phone-square-alt:before {
    content: "\f87b"
}

.la-phone-volume:before {
    content: "\f2a0"
}

.la-photo-video:before {
    content: "\f87c"
}

.la-php:before {
    content: "\f457"
}

.la-pied-piper:before {
    content: "\f2ae"
}

.la-pied-piper-alt:before {
    content: "\f1a8"
}

.la-pied-piper-hat:before {
    content: "\f4e5"
}

.la-pied-piper-pp:before {
    content: "\f1a7"
}

.la-piggy-bank:before {
    content: "\f4d3"
}

.la-pills:before {
    content: "\f484"
}

.la-pinterest:before {
    content: "\f0d2"
}

.la-pinterest-p:before {
    content: "\f231"
}

.la-pinterest-square:before {
    content: "\f0d3"
}

.la-pizza-slice:before {
    content: "\f818"
}

.la-place-of-worship:before {
    content: "\f67f"
}

.la-plane:before {
    content: "\f072"
}

.la-plane-arrival:before {
    content: "\f5af"
}

.la-plane-departure:before {
    content: "\f5b0"
}

.la-play:before {
    content: "\f04b"
}

.la-play-circle:before {
    content: "\f144"
}

.la-playstation:before {
    content: "\f3df"
}

.la-plug:before {
    content: "\f1e6"
}

.la-plus:before {
    content: "\f067"
}

.la-plus-circle:before {
    content: "\f055"
}

.la-plus-square:before {
    content: "\f0fe"
}

.la-podcast:before {
    content: "\f2ce"
}

.la-poll:before {
    content: "\f681"
}

.la-poll-h:before {
    content: "\f682"
}

.la-poo:before {
    content: "\f2fe"
}

.la-poo-storm:before {
    content: "\f75a"
}

.la-poop:before {
    content: "\f619"
}

.la-portrait:before {
    content: "\f3e0"
}

.la-pound-sign:before {
    content: "\f154"
}

.la-power-off:before {
    content: "\f011"
}

.la-pray:before {
    content: "\f683"
}

.la-praying-hands:before {
    content: "\f684"
}

.la-prescription:before {
    content: "\f5b1"
}

.la-prescription-bottle:before {
    content: "\f485"
}

.la-prescription-bottle-alt:before {
    content: "\f486"
}

.la-print:before {
    content: "\f02f"
}

.la-procedures:before {
    content: "\f487"
}

.la-product-hunt:before {
    content: "\f288"
}

.la-project-diagram:before {
    content: "\f542"
}

.la-pushed:before {
    content: "\f3e1"
}

.la-puzzle-piece:before {
    content: "\f12e"
}

.la-python:before {
    content: "\f3e2"
}

.la-qq:before {
    content: "\f1d6"
}

.la-qrcode:before {
    content: "\f029"
}

.la-question:before {
    content: "\f128"
}

.la-question-circle:before {
    content: "\f059"
}

.la-quidditch:before {
    content: "\f458"
}

.la-quinscape:before {
    content: "\f459"
}

.la-quora:before {
    content: "\f2c4"
}

.la-quote-left:before {
    content: "\f10d"
}

.la-quote-right:before {
    content: "\f10e"
}

.la-quran:before {
    content: "\f687"
}

.la-r-project:before {
    content: "\f4f7"
}

.la-radiation:before {
    content: "\f7b9"
}

.la-radiation-alt:before {
    content: "\f7ba"
}

.la-rainbow:before {
    content: "\f75b"
}

.la-random:before {
    content: "\f074"
}

.la-raspberry-pi:before {
    content: "\f7bb"
}

.la-ravelry:before {
    content: "\f2d9"
}

.la-react:before {
    content: "\f41b"
}

.la-reacteurope:before {
    content: "\f75d"
}

.la-readme:before {
    content: "\f4d5"
}

.la-rebel:before {
    content: "\f1d0"
}

.la-receipt:before {
    content: "\f543"
}

.la-recycle:before {
    content: "\f1b8"
}

.la-red-river:before {
    content: "\f3e3"
}

.la-reddit:before {
    content: "\f1a1"
}

.la-reddit-alien:before {
    content: "\f281"
}

.la-reddit-square:before {
    content: "\f1a2"
}

.la-redhat:before {
    content: "\f7bc"
}

.la-redo:before {
    content: "\f01e"
}

.la-redo-alt:before {
    content: "\f2f9"
}

.la-registered:before {
    content: "\f25d"
}

.la-remove-format:before {
    content: "\f87d"
}

.la-renren:before {
    content: "\f18b"
}

.la-reply:before {
    content: "\f3e5"
}

.la-reply-all:before {
    content: "\f122"
}

.la-replyd:before {
    content: "\f3e6"
}

.la-republican:before {
    content: "\f75e"
}

.la-researchgate:before {
    content: "\f4f8"
}

.la-resolving:before {
    content: "\f3e7"
}

.la-restroom:before {
    content: "\f7bd"
}

.la-retweet:before {
    content: "\f079"
}

.la-rev:before {
    content: "\f5b2"
}

.la-ribbon:before {
    content: "\f4d6"
}

.la-ring:before {
    content: "\f70b"
}

.la-road:before {
    content: "\f018"
}

.la-robot:before {
    content: "\f544"
}

.la-rocket:before {
    content: "\f135"
}

.la-rocketchat:before {
    content: "\f3e8"
}

.la-rockrms:before {
    content: "\f3e9"
}

.la-route:before {
    content: "\f4d7"
}

.la-rss:before {
    content: "\f09e"
}

.la-rss-square:before {
    content: "\f143"
}

.la-ruble-sign:before {
    content: "\f158"
}

.la-ruler:before {
    content: "\f545"
}

.la-ruler-combined:before {
    content: "\f546"
}

.la-ruler-horizontal:before {
    content: "\f547"
}

.la-ruler-vertical:before {
    content: "\f548"
}

.la-running:before {
    content: "\f70c"
}

.la-rupee-sign:before {
    content: "\f156"
}

.la-sad-cry:before {
    content: "\f5b3"
}

.la-sad-tear:before {
    content: "\f5b4"
}

.la-safari:before {
    content: "\f267"
}

.la-salesforce:before {
    content: "\f83b"
}

.la-sass:before {
    content: "\f41e"
}

.la-satellite:before {
    content: "\f7bf"
}

.la-satellite-dish:before {
    content: "\f7c0"
}

.la-save:before {
    content: "\f0c7"
}

.la-schlix:before {
    content: "\f3ea"
}

.la-school:before {
    content: "\f549"
}

.la-screwdriver:before {
    content: "\f54a"
}

.la-scribd:before {
    content: "\f28a"
}

.la-scroll:before {
    content: "\f70e"
}

.la-sd-card:before {
    content: "\f7c2"
}

.la-search:before {
    content: "\f002"
}

.la-search-dollar:before {
    content: "\f688"
}

.la-search-location:before {
    content: "\f689"
}

.la-search-minus:before {
    content: "\f010"
}

.la-search-plus:before {
    content: "\f00e"
}

.la-searchengin:before {
    content: "\f3eb"
}

.la-seedling:before {
    content: "\f4d8"
}

.la-sellcast:before {
    content: "\f2da"
}

.la-sellsy:before {
    content: "\f213"
}

.la-server:before {
    content: "\f233"
}

.la-servicestack:before {
    content: "\f3ec"
}

.la-shapes:before {
    content: "\f61f"
}

.la-share:before {
    content: "\f064"
}

.la-share-alt:before {
    content: "\f1e0"
}

.la-share-alt-square:before {
    content: "\f1e1"
}

.la-share-square:before {
    content: "\f14d"
}

.la-shekel-sign:before {
    content: "\f20b"
}

.la-shield-alt:before {
    content: "\f3ed"
}

.la-ship:before {
    content: "\f21a"
}

.la-shipping-fast:before {
    content: "\f48b"
}

.la-shirtsinbulk:before {
    content: "\f214"
}

.la-shoe-prints:before {
    content: "\f54b"
}

.la-shopping-bag:before {
    content: "\f290"
}

.la-shopping-basket:before {
    content: "\f291"
}

.la-shopping-cart:before {
    content: "\f07a"
}

.la-shopware:before {
    content: "\f5b5"
}

.la-shower:before {
    content: "\f2cc"
}

.la-shuttle-van:before {
    content: "\f5b6"
}

.la-sign:before {
    content: "\f4d9"
}

.la-sign-in-alt:before {
    content: "\f2f6"
}

.la-sign-language:before {
    content: "\f2a7"
}

.la-sign-out-alt:before {
    content: "\f2f5"
}

.la-signal:before {
    content: "\f012"
}

.la-signature:before {
    content: "\f5b7"
}

.la-sim-card:before {
    content: "\f7c4"
}

.la-simplybuilt:before {
    content: "\f215"
}

.la-sistrix:before {
    content: "\f3ee"
}

.la-sitemap:before {
    content: "\f0e8"
}

.la-sith:before {
    content: "\f512"
}

.la-skating:before {
    content: "\f7c5"
}

.la-sketch:before {
    content: "\f7c6"
}

.la-skiing:before {
    content: "\f7c9"
}

.la-skiing-nordic:before {
    content: "\f7ca"
}

.la-skull:before {
    content: "\f54c"
}

.la-skull-crossbones:before {
    content: "\f714"
}

.la-skyatlas:before {
    content: "\f216"
}

.la-skype:before {
    content: "\f17e"
}

.la-slack:before {
    content: "\f198"
}

.la-slack-hash:before {
    content: "\f3ef"
}

.la-slash:before {
    content: "\f715"
}

.la-sleigh:before {
    content: "\f7cc"
}

.la-sliders-h:before {
    content: "\f1de"
}

.la-slideshare:before {
    content: "\f1e7"
}

.la-smile:before {
    content: "\f118"
}

.la-smile-beam:before {
    content: "\f5b8"
}

.la-smile-wink:before {
    content: "\f4da"
}

.la-smog:before {
    content: "\f75f"
}

.la-smoking:before {
    content: "\f48d"
}

.la-smoking-ban:before {
    content: "\f54d"
}

.la-sms:before {
    content: "\f7cd"
}

.la-snapchat:before {
    content: "\f2ab"
}

.la-snapchat-ghost:before {
    content: "\f2ac"
}

.la-snapchat-square:before {
    content: "\f2ad"
}

.la-snowboarding:before {
    content: "\f7ce"
}

.la-snowflake:before {
    content: "\f2dc"
}

.la-snowman:before {
    content: "\f7d0"
}

.la-snowplow:before {
    content: "\f7d2"
}

.la-socks:before {
    content: "\f696"
}

.la-solar-panel:before {
    content: "\f5ba"
}

.la-sort:before {
    content: "\f0dc"
}

.la-sort-alpha-down:before {
    content: "\f15d"
}

.la-sort-alpha-down-alt:before {
    content: "\f881"
}

.la-sort-alpha-up:before {
    content: "\f15e"
}

.la-sort-alpha-up-alt:before {
    content: "\f882"
}

.la-sort-amount-down:before {
    content: "\f160"
}

.la-sort-amount-down-alt:before {
    content: "\f884"
}

.la-sort-amount-up:before {
    content: "\f161"
}

.la-sort-amount-up-alt:before {
    content: "\f885"
}

.la-sort-down:before {
    content: "\f0dd"
}

.la-sort-numeric-down:before {
    content: "\f162"
}

.la-sort-numeric-down-alt:before {
    content: "\f886"
}

.la-sort-numeric-up:before {
    content: "\f163"
}

.la-sort-numeric-up-alt:before {
    content: "\f887"
}

.la-sort-up:before {
    content: "\f0de"
}

.la-soundcloud:before {
    content: "\f1be"
}

.la-sourcetree:before {
    content: "\f7d3"
}

.la-spa:before {
    content: "\f5bb"
}

.la-space-shuttle:before {
    content: "\f197"
}

.la-speakap:before {
    content: "\f3f3"
}

.la-speaker-deck:before {
    content: "\f83c"
}

.la-spell-check:before {
    content: "\f891"
}

.la-spider:before {
    content: "\f717"
}

.la-spinner:before {
    content: "\f110"
}

.la-splotch:before {
    content: "\f5bc"
}

.la-spotify:before {
    content: "\f1bc"
}

.la-spray-can:before {
    content: "\f5bd"
}

.la-square:before {
    content: "\f0c8"
}

.la-square-full:before {
    content: "\f45c"
}

.la-square-root-alt:before {
    content: "\f698"
}

.la-squarespace:before {
    content: "\f5be"
}

.la-stack-exchange:before {
    content: "\f18d"
}

.la-stack-overflow:before {
    content: "\f16c"
}

.la-stackpath:before {
    content: "\f842"
}

.la-stamp:before {
    content: "\f5bf"
}

.la-star:before {
    content: "\f005"
}

.la-star-and-crescent:before {
    content: "\f699"
}

.la-star-half:before {
    content: "\f089"
}

.la-star-half-alt:before {
    content: "\f5c0"
}

.la-star-of-david:before {
    content: "\f69a"
}

.la-star-of-life:before {
    content: "\f621"
}

.la-staylinked:before {
    content: "\f3f5"
}

.la-steam:before {
    content: "\f1b6"
}

.la-steam-square:before {
    content: "\f1b7"
}

.la-steam-symbol:before {
    content: "\f3f6"
}

.la-step-backward:before {
    content: "\f048"
}

.la-step-forward:before {
    content: "\f051"
}

.la-stethoscope:before {
    content: "\f0f1"
}

.la-sticker-mule:before {
    content: "\f3f7"
}

.la-sticky-note:before {
    content: "\f249"
}

.la-stop:before {
    content: "\f04d"
}

.la-stop-circle:before {
    content: "\f28d"
}

.la-stopwatch:before {
    content: "\f2f2"
}

.la-store:before {
    content: "\f54e"
}

.la-store-alt:before {
    content: "\f54f"
}

.la-strava:before {
    content: "\f428"
}

.la-stream:before {
    content: "\f550"
}

.la-street-view:before {
    content: "\f21d"
}

.la-strikethrough:before {
    content: "\f0cc"
}

.la-stripe:before {
    content: "\f429"
}

.la-stripe-s:before {
    content: "\f42a"
}

.la-stroopwafel:before {
    content: "\f551"
}

.la-studiovinari:before {
    content: "\f3f8"
}

.la-stumbleupon:before {
    content: "\f1a4"
}

.la-stumbleupon-circle:before {
    content: "\f1a3"
}

.la-subscript:before {
    content: "\f12c"
}

.la-subway:before {
    content: "\f239"
}

.la-suitcase:before {
    content: "\f0f2"
}

.la-suitcase-rolling:before {
    content: "\f5c1"
}

.la-sun:before {
    content: "\f185"
}

.la-superpowers:before {
    content: "\f2dd"
}

.la-superscript:before {
    content: "\f12b"
}

.la-supple:before {
    content: "\f3f9"
}

.la-surprise:before {
    content: "\f5c2"
}

.la-suse:before {
    content: "\f7d6"
}

.la-swatchbook:before {
    content: "\f5c3"
}

.la-swimmer:before {
    content: "\f5c4"
}

.la-swimming-pool:before {
    content: "\f5c5"
}

.la-symfony:before {
    content: "\f83d"
}

.la-synagogue:before {
    content: "\f69b"
}

.la-sync:before {
    content: "\f021"
}

.la-sync-alt:before {
    content: "\f2f1"
}

.la-syringe:before {
    content: "\f48e"
}

.la-table:before {
    content: "\f0ce"
}

.la-table-tennis:before {
    content: "\f45d"
}

.la-tablet:before {
    content: "\f10a"
}

.la-tablet-alt:before {
    content: "\f3fa"
}

.la-tablets:before {
    content: "\f490"
}

.la-tachometer-alt:before {
    content: "\f3fd"
}

.la-tag:before {
    content: "\f02b"
}

.la-tags:before {
    content: "\f02c"
}

.la-tape:before {
    content: "\f4db"
}

.la-tasks:before {
    content: "\f0ae"
}

.la-taxi:before {
    content: "\f1ba"
}

.la-teamspeak:before {
    content: "\f4f9"
}

.la-teeth:before {
    content: "\f62e"
}

.la-teeth-open:before {
    content: "\f62f"
}

.la-telegram:before {
    content: "\f2c6"
}

.la-telegram-plane:before {
    content: "\f3fe"
}

.la-temperature-high:before {
    content: "\f769"
}

.la-temperature-low:before {
    content: "\f76b"
}

.la-tencent-weibo:before {
    content: "\f1d5"
}

.la-tenge:before {
    content: "\f7d7"
}

.la-terminal:before {
    content: "\f120"
}

.la-text-height:before {
    content: "\f034"
}

.la-text-width:before {
    content: "\f035"
}

.la-th:before {
    content: "\f00a"
}

.la-th-large:before {
    content: "\f009"
}

.la-th-list:before {
    content: "\f00b"
}

.la-the-red-yeti:before {
    content: "\f69d"
}

.la-theater-masks:before {
    content: "\f630"
}

.la-themeco:before {
    content: "\f5c6"
}

.la-themeisle:before {
    content: "\f2b2"
}

.la-thermometer:before {
    content: "\f491"
}

.la-thermometer-empty:before {
    content: "\f2cb"
}

.la-thermometer-full:before {
    content: "\f2c7"
}

.la-thermometer-half:before {
    content: "\f2c9"
}

.la-thermometer-quarter:before {
    content: "\f2ca"
}

.la-thermometer-three-quarters:before {
    content: "\f2c8"
}

.la-think-peaks:before {
    content: "\f731"
}

.la-thumbs-down:before {
    content: "\f165"
}

.la-thumbs-up:before {
    content: "\f164"
}

.la-thumbtack:before {
    content: "\f08d"
}

.la-ticket-alt:before {
    content: "\f3ff"
}

.la-times:before {
    content: "\f00d"
}

.la-times-circle:before {
    content: "\f057"
}

.la-tint:before {
    content: "\f043"
}

.la-tint-slash:before {
    content: "\f5c7"
}

.la-tired:before {
    content: "\f5c8"
}

.la-toggle-off:before {
    content: "\f204"
}

.la-toggle-on:before {
    content: "\f205"
}

.la-toilet:before {
    content: "\f7d8"
}

.la-toilet-paper:before {
    content: "\f71e"
}

.la-toolbox:before {
    content: "\f552"
}

.la-tools:before {
    content: "\f7d9"
}

.la-tooth:before {
    content: "\f5c9"
}

.la-torah:before {
    content: "\f6a0"
}

.la-torii-gate:before {
    content: "\f6a1"
}

.la-tractor:before {
    content: "\f722"
}

.la-trade-federation:before {
    content: "\f513"
}

.la-trademark:before {
    content: "\f25c"
}

.la-traffic-light:before {
    content: "\f637"
}

.la-train:before {
    content: "\f238"
}

.la-tram:before {
    content: "\f7da"
}

.la-transgender:before {
    content: "\f224"
}

.la-transgender-alt:before {
    content: "\f225"
}

.la-trash:before {
    content: "\f1f8"
}

.la-trash-alt:before {
    content: "\f2ed"
}

.la-trash-restore:before {
    content: "\f829"
}

.la-trash-restore-alt:before {
    content: "\f82a"
}

.la-tree:before {
    content: "\f1bb"
}

.la-trello:before {
    content: "\f181"
}

.la-tripadvisor:before {
    content: "\f262"
}

.la-trophy:before {
    content: "\f091"
}

.la-truck:before {
    content: "\f0d1"
}

.la-truck-loading:before {
    content: "\f4de"
}

.la-truck-monster:before {
    content: "\f63b"
}

.la-truck-moving:before {
    content: "\f4df"
}

.la-truck-pickup:before {
    content: "\f63c"
}

.la-tshirt:before {
    content: "\f553"
}

.la-tty:before {
    content: "\f1e4"
}

.la-tumblr:before {
    content: "\f173"
}

.la-tumblr-square:before {
    content: "\f174"
}

.la-tv:before {
    content: "\f26c"
}

.la-twitch:before {
    content: "\f1e8"
}

.la-twitter:before {
    content: "\f099"
}

.la-twitter-square:before {
    content: "\f081"
}

.la-typo3:before {
    content: "\f42b"
}

.la-uber:before {
    content: "\f402"
}

.la-ubuntu:before {
    content: "\f7df"
}

.la-uikit:before {
    content: "\f403"
}

.la-umbrella:before {
    content: "\f0e9"
}

.la-umbrella-beach:before {
    content: "\f5ca"
}

.la-underline:before {
    content: "\f0cd"
}

.la-undo:before {
    content: "\f0e2"
}

.la-undo-alt:before {
    content: "\f2ea"
}

.la-uniregistry:before {
    content: "\f404"
}

.la-universal-access:before {
    content: "\f29a"
}

.la-university:before {
    content: "\f19c"
}

.la-unlink:before {
    content: "\f127"
}

.la-unlock:before {
    content: "\f09c"
}

.la-unlock-alt:before {
    content: "\f13e"
}

.la-untappd:before {
    content: "\f405"
}

.la-upload:before {
    content: "\f093"
}

.la-ups:before {
    content: "\f7e0"
}

.la-usb:before {
    content: "\f287"
}

.la-user:before {
    content: "\f007"
}

.la-user-alt:before {
    content: "\f406"
}

.la-user-alt-slash:before {
    content: "\f4fa"
}

.la-user-astronaut:before {
    content: "\f4fb"
}

.la-user-check:before {
    content: "\f4fc"
}

.la-user-circle:before {
    content: "\f2bd"
}

.la-user-clock:before {
    content: "\f4fd"
}

.la-user-cog:before {
    content: "\f4fe"
}

.la-user-edit:before {
    content: "\f4ff"
}

.la-user-friends:before {
    content: "\f500"
}

.la-user-graduate:before {
    content: "\f501"
}

.la-user-injured:before {
    content: "\f728"
}

.la-user-lock:before {
    content: "\f502"
}

.la-user-md:before {
    content: "\f0f0"
}

.la-user-minus:before {
    content: "\f503"
}

.la-user-ninja:before {
    content: "\f504"
}

.la-user-nurse:before {
    content: "\f82f"
}

.la-user-plus:before {
    content: "\f234"
}

.la-user-secret:before {
    content: "\f21b"
}

.la-user-shield:before {
    content: "\f505"
}

.la-user-slash:before {
    content: "\f506"
}

.la-user-tag:before {
    content: "\f507"
}

.la-user-tie:before {
    content: "\f508"
}

.la-user-times:before {
    content: "\f235"
}

.la-users:before {
    content: "\f0c0"
}

.la-users-cog:before {
    content: "\f509"
}

.la-usps:before {
    content: "\f7e1"
}

.la-ussunnah:before {
    content: "\f407"
}

.la-utensil-spoon:before {
    content: "\f2e5"
}

.la-utensils:before {
    content: "\f2e7"
}

.la-vaadin:before {
    content: "\f408"
}

.la-vector-square:before {
    content: "\f5cb"
}

.la-venus:before {
    content: "\f221"
}

.la-venus-double:before {
    content: "\f226"
}

.la-venus-mars:before {
    content: "\f228"
}

.la-viacoin:before {
    content: "\f237"
}

.la-viadeo:before {
    content: "\f2a9"
}

.la-viadeo-square:before {
    content: "\f2aa"
}

.la-vial:before {
    content: "\f492"
}

.la-vials:before {
    content: "\f493"
}

.la-viber:before {
    content: "\f409"
}

.la-video:before {
    content: "\f03d"
}

.la-video-slash:before {
    content: "\f4e2"
}

.la-vihara:before {
    content: "\f6a7"
}

.la-vimeo:before {
    content: "\f40a"
}

.la-vimeo-square:before {
    content: "\f194"
}

.la-vimeo-v:before {
    content: "\f27d"
}

.la-vine:before {
    content: "\f1ca"
}

.la-vk:before {
    content: "\f189"
}

.la-vnv:before {
    content: "\f40b"
}

.la-voicemail:before {
    content: "\f897"
}

.la-volleyball-ball:before {
    content: "\f45f"
}

.la-volume-down:before {
    content: "\f027"
}

.la-volume-mute:before {
    content: "\f6a9"
}

.la-volume-off:before {
    content: "\f026"
}

.la-volume-up:before {
    content: "\f028"
}

.la-vote-yea:before {
    content: "\f772"
}

.la-vr-cardboard:before {
    content: "\f729"
}

.la-vuejs:before {
    content: "\f41f"
}

.la-walking:before {
    content: "\f554"
}

.la-wallet:before {
    content: "\f555"
}

.la-warehouse:before {
    content: "\f494"
}

.la-water:before {
    content: "\f773"
}

.la-wave-square:before {
    content: "\f83e"
}

.la-waze:before {
    content: "\f83f"
}

.la-weebly:before {
    content: "\f5cc"
}

.la-weibo:before {
    content: "\f18a"
}

.la-weight:before {
    content: "\f496"
}

.la-weight-hanging:before {
    content: "\f5cd"
}

.la-weixin:before {
    content: "\f1d7"
}

.la-whatsapp:before {
    content: "\f232"
}

.la-whatsapp-square:before {
    content: "\f40c"
}

.la-wheelchair:before {
    content: "\f193"
}

.la-whmcs:before {
    content: "\f40d"
}

.la-wifi:before {
    content: "\f1eb"
}

.la-wikipedia-w:before {
    content: "\f266"
}

.la-wind:before {
    content: "\f72e"
}

.la-window-close:before {
    content: "\f410"
}

.la-window-maximize:before {
    content: "\f2d0"
}

.la-window-minimize:before {
    content: "\f2d1"
}

.la-window-restore:before {
    content: "\f2d2"
}

.la-windows:before {
    content: "\f17a"
}

.la-wine-bottle:before {
    content: "\f72f"
}

.la-wine-glass:before {
    content: "\f4e3"
}

.la-wine-glass-alt:before {
    content: "\f5ce"
}

.la-wix:before {
    content: "\f5cf"
}

.la-wizards-of-the-coast:before {
    content: "\f730"
}

.la-wolf-pack-battalion:before {
    content: "\f514"
}

.la-won-sign:before {
    content: "\f159"
}

.la-wordpress:before {
    content: "\f19a"
}

.la-wordpress-simple:before {
    content: "\f411"
}

.la-wpbeginner:before {
    content: "\f297"
}

.la-wpexplorer:before {
    content: "\f2de"
}

.la-wpforms:before {
    content: "\f298"
}

.la-wpressr:before {
    content: "\f3e4"
}

.la-wrench:before {
    content: "\f0ad"
}

.la-x-ray:before {
    content: "\f497"
}

.la-xbox:before {
    content: "\f412"
}

.la-xing:before {
    content: "\f168"
}

.la-xing-square:before {
    content: "\f169"
}

.la-y-combinator:before {
    content: "\f23b"
}

.la-yahoo:before {
    content: "\f19e"
}

.la-yammer:before {
    content: "\f840"
}

.la-yandex:before {
    content: "\f413"
}

.la-yandex-international:before {
    content: "\f414"
}

.la-yarn:before {
    content: "\f7e3"
}

.la-yelp:before {
    content: "\f1e9"
}

.la-yen-sign:before {
    content: "\f157"
}

.la-yin-yang:before {
    content: "\f6ad"
}

.la-yoast:before {
    content: "\f2b1"
}

.la-youtube:before {
    content: "\f167"
}

.la-youtube-square:before {
    content: "\f431"
}

.la-zhihu:before {
    content: "\f63f"
}

.la-hat-cowboy:before {
    content: "\f8c0"
}

.la-hat-cowboy-side:before {
    content: "\f8c1"
}

.la-mdb:before {
    content: "\f8ca"
}

.la-mouse:before {
    content: "\f8cc"
}

.la-orcid:before {
    content: "\f8d2"
}

.la-record-vinyl:before {
    content: "\f8d9"
}

.la-swift:before {
    content: "\f8e1"
}

.la-umbraco:before {
    content: "\f8e8"
}

.la-buy-n-large:before {
    content: "\f8a6"
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

img, svg {
    max-width: 100%;
    height: auto
}

body {
    background: #f3f6f8;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

iframe {
    width: 100%
}

figure {
    margin: auto
}

a:not(.uk-slidenav), button {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

a:not(.uk-slidenav) i, button i {
    /*margin-right: auto*/
}

a:not(.uk-slidenav)[target="_blank"] i[class*="-right"]:before, button[target="_blank"] i[class*="-right"]:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block
}

a:not(.uk-slidenav)[href*="mailto:"] i[class*="-right"]:before, button[href*="mailto:"] i[class*="-right"]:before {
    content: "\f1c6"
}

button {
    border: 0;
    background: 0;
    line-height: inherit;
    color: inherit;
    cursor: pointer;
    padding: 0
}

ul {
    list-style-type: square
}

.header {
    -webkit-transition: all .4s ease-in-out !important;
    transition: all .4s ease-in-out !important;
    background: #fff;
    font-weight: 500;
    z-index: 400
}

.header.uk-sticky-below {
    box-shadow: 0 0 55px -14px rgba(37, 40, 42, .13)
}

.header.uk-sticky-below .header__item--logo img, .header.uk-sticky-below .header__item--logo svg {
    max-height: 40px
}

.cls-1 {

}

@media (min-width: 960px) {
    .header.uk-sticky-below .header__item--logo img, .header.uk-sticky-below .header__item--logo svg {
        max-height: 50px
    }
}

.header i {
    font-size: 1.2em;
    display: inline-block;
    margin-bottom: -.1em
}

.header ul li:not(:last-child) {
    margin-right: 1em
}

@media (min-width: 480px) {
    .header ul li:not(:last-child) {
        margin-right: .7em
    }
}

.header__inner {
    -webkit-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .9em 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media (min-width: 480px) {
    .header__inner {
        padding: 1.4em 0
    }
}

.header__col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header__item:not(:last-child) {
    margin-right: 1.5em
}

.header__item--logo img, .header__item--logo svg {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    max-height: 50px;
    width: auto
}

@media (min-width: 960px) {
    .header__item--logo img, .header__item--logo svg {
        max-height: 70px
    }
}

.header__item--nav {
    text-transform: uppercase;
    font-weight: 700
}

.header__item--nav a {
    color: #25282a;
    white-space: nowrap;
    font-weight: 700;
    font-size: .8em;
    padding: 2em 0
}

.header__item--nav a:hover {
    color: #12317a
}

.header__item--nav a svg path, .header__item--nav a svg polygon {
    fill: #12317a
}

@media (max-width: 1090px) {
    .header__item--nav a {
        font-size: .7em
    }
}

.header__item--nav > ul ul {
    display: none
}

.header__item--nav > ul li {
    position: relative
}

.header__item--nav > ul li.current-menu-ancestor > a, .header__item--nav > ul li.current-menu-item > a {
    color: #12317a
}

.header__item--nav > ul li:hover > a {
    color: #12317a
}

.header__item--nav > ul li:hover ul {
    box-shadow: 0 .5em 1.5em 0 rgba(0, 0, 0, .15);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    padding: 0;
    display: block;
    z-index: 20;
    top: 2.5em;
    left: 50%
}

.header__item--nav > ul li:hover ul li {
    display: block;
    margin: 0 !important
}

.header__item--nav > ul li:hover ul li:not(:last-child) {
    border-bottom: 1px solid #f3f6f8
}

.header__item--nav > ul li:hover ul li a {
    background-color: #fff;
    padding: 1em 1.75em;
    display: block;
    text-transform: none;
    font-weight: 400
}

.wup-btn-white {
    color: #12317a
}

.wup-btn-white:hover {
    color: #fff;
    background: #12317a
}

.uk-dropdown {
    box-shadow: 0 0 55px -14px rgba(37, 40, 42, .13);
    border-radius: 2px
}

.uk-dropdown ul {
    text-transform: uppercase;
    font-weight: 700;
    font-size: .75em
}

.uk-dropdown ul a {
    color: inherit;
    display: block;
    padding: .5em 0
}

.uk-dropdown ul .current-cat a, .uk-dropdown ul a:hover {
    color: #12317a
}

.uk-dropdown ul ul {
    font-size: .9em
}

.footer {
    padding: 2em 0;
    background-color: #fff
}

@media (min-width: 960px) {
    .footer {
        padding: 4em 0
    }
}

.footer hr {
    border-color: #f3f6f8
}

.footer__sitemap ul {
    list-style-type: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0 -.5em
}

@media (min-width: 768px) {
    .footer__sitemap ul {
        margin: 0 -1em
    }
}

.footer__sitemap ul li {
    display: block;
    padding: 0 .5em;
    width: 50%
}

@media (min-width: 768px) {
    .footer__sitemap ul li {
        padding: 1em;
        width: 33%
    }
}

.footer__sitemap ul li a {
    text-transform: uppercase;
    color: #25282a;
    font-weight: 700
}

@media (max-width: 479px) {
    .footer__sitemap ul li a {
        font-size: .9em
    }
}

.footer__sitemap ul li a:hover {
    color: #12317a
}

.footer__sitemap ul li a svg {
    color: #12317a
}

.footer__sitemap ul li .nav_desc {
    display: none
}

@media (min-width: 768px) {
    .footer__sitemap ul li .nav_desc {
        color: #6a7177;
        display: block;
        font-weight: 500;
        margin-top: 1em;
        font-size: 1em;
        display: block
    }
}

.footer__text {
    text-transform: uppercase;
    letter-spacing: 4px
}

@media (max-width: 767px) {
    .footer__text {
        font-size: .9em
    }
}

.footer__text i {
    color: #12317a
}

.footer__menu {
    margin-top: 1em;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.footer__menu ul {
    text-transform: uppercase;
    font-weight: 700;
    font-size: .8em
}

.footer__menu ul li:not(:last-child) {
    margin-right: .5em
}

.footer__menu ul li a {
    color: #6a7177
}

.footer__menu ul li a:hover {
    color: #12317a;
    text-decoration: none; 
}

.toggle {
    display: inline-block
}

.toggle__content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    background: #fff;
    display: none;
    bottom: 1px;
    right: 0;
    left: 0;
    top: 0
}

.toggle__close {
    margin-right: 1em;
    cursor: pointer;
    color: #12317a
}

.toggle form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.toggle form input {
    width: 100%;
    padding: 0
}

.toggle form button {
    color: #12317a;
    font-size: 1.25em
}

.toggle--opened .toggle__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.footer__sitemap svg, .header__item--nav svg, .metabar svg, .offcanvas svg {
    vertical-align: middle;
    display: inline-block;
    margin-right: .5em;
    margin-top: -.4em;
    height: 1.4em;
    width: 1.4em
}

.footer__sitemap svg path, .footer__sitemap svg polygon, .header__item--nav svg path, .header__item--nav svg polygon, .metabar svg path, .metabar svg polygon, .offcanvas svg path, .offcanvas svg polygon {
    fill: currentColor
}

.wp-block-image.is-style-shadow img {
    box-shadow: .5em 1em 3em -.5em rgba(0, 0, 0, .1)
}

.offcanvas {
    color: #12317a
}

.offcanvas a {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-transform: uppercase;
    color: #25282a;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    padding: .25em 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.offcanvas a:hover {
    color: #12317a
}

.offcanvas a svg {
    color: #12317a;
    float: right;
    margin: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.offcanvas .current-menu-item a {
    color: #12317a
}

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

.offcanvas ul li ul {
    margin-bottom: 1em
}

.offcanvas ul li ul li a {
    text-transform: none;
    font-weight: 400;
    padding: 0
}

.langswitch a {
    color: inherit;
    margin-right: 0 !important
}

.langswitch .wpml-ls-current-language a {
    color: #12317a !important
}

.langswitch li:not(:last-child) {
    margin-right: .5em !important
}

.metabar {
    border-bottom: 1px solid #f3f6f8;
    font-size: .75em;
    color: #6a7177;
    background: #fff;
    font-weight: 700;
    padding: 1em 0
}

.metabar a {
    color: #6a7177
}

.metabar a:hover {
    color: #12317a
}

.metabar .current-menu-item a, .metabar .current_page_parent a {
    color: #12317a
}

.metabar__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.metabar__item--func {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.metabar__item--func a {
    margin-right: 1em
}

.metabar__item--func a i {
    margin-right: .35em
}

.metabar__item--func input[type=search] {
    font-size: 1.2em;
    font-weight: 400
}

.sidebar {
    padding-top: 1em
}

.sidebar__item {
    margin-bottom: 1em
}

.sidebar ul li {
    margin-bottom: 1px;
    display: block
}

.sidebar ul li a {
    display: block;
    background: #fff;
    padding: 1.5em 1.75em;
    font-weight: 700;
    font-size: .8em;
    text-transform: uppercase
}

.sidebar ul li a:hover {
    background-color: #12317a;
    color: #fff
}

.sidebar ul li a.sidebar__back {
    background: #25282a;
    margin-bottom: 2em;
    color: #fff
}

.sidebar ul li a.sidebar__back i {
    margin-right: 1em
}

.sidebar ul li a.sidebar__back:hover {
    background-color: #12317a
}

.sidebar ul li.current-cat a {
    background-color: #12317a;
    color: #fff
}

::-webkit-input-placeholder {
    color: #bbb;
    opacity: 1
}

:-ms-input-placeholder {
    color: #bbb;
    opacity: 1
}

::placeholder {
    color: #bbb;
    opacity: 1
}

:-ms-input-placeholder {
    color: #bbb
}

::-ms-input-placeholder {
    color: #bbb
}

input[type=email], input[type=number], input[type=password], input[type=search], input[type=submit], input[type=tel], input[type=text], textarea {
    font-family: 'Cabin', Helvetica, Arial, sans-serif;
    padding: 1.5em 1.75em;
    font-size: .8em;
    font-weight: 700;
    border-radius: 2px;
    -webkit-appearance: none;
    border: 0;
    outline: 0;
    color: #25282a
}

input[type=checkbox], input[type=radio] {
    border-radius: 2px;
    -webkit-appearance: none;
    border: 2px solid #12317a;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 2em;
    height: 2em;
    background-image: url(../img/icon-check.svg);
    background-size: 0;
    background-position: center center;
    background-repeat: no-repeat
}

input[type=checkbox]:checked, input[type=radio]:checked {
    background-color: #12317a;
    background-size: 70%
}

input[type=radio] {
    border-radius: 999px
}

.frm_forms form {
    border-radius: 2px;
    background: #fff;
    color: #25282a;
    padding: 1em 2em;
    margin: 1.5em 0
}

.frm_forms form .frm_hidden {
    display: none
}

.frm_forms form legend {
    display: none
}

.frm_forms form fieldset {
    border: 0;
    padding: 0
}

.frm_forms form input[type=email], .frm_forms form input[type=number], .frm_forms form input[type=password], .frm_forms form input[type=search], .frm_forms form input[type=tel], .frm_forms form input[type=text], .frm_forms form textarea {
    background: 0 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: block;
    width: 100%;
    color: #25282a;
    border: 1px solid #f3f6f8;
    border-radius: 2px;
    padding: 1.2em 1.6em;
    height: auto !important
}

.frm_forms form input[type=email][aria-invalid=true], .frm_forms form input[type=number][aria-invalid=true], .frm_forms form input[type=password][aria-invalid=true], .frm_forms form input[type=search][aria-invalid=true], .frm_forms form input[type=tel][aria-invalid=true], .frm_forms form input[type=text][aria-invalid=true], .frm_forms form textarea[aria-invalid=true] {
    border-color: #f44336
}

.frm_forms form input[type=email]:hover, .frm_forms form input[type=number]:hover, .frm_forms form input[type=password]:hover, .frm_forms form input[type=search]:hover, .frm_forms form input[type=tel]:hover, .frm_forms form input[type=text]:hover, .frm_forms form textarea:hover {
    border-color: #e6e6e6
}

.frm_forms form input[type=email]:focus, .frm_forms form input[type=number]:focus, .frm_forms form input[type=password]:focus, .frm_forms form input[type=search]:focus, .frm_forms form input[type=tel]:focus, .frm_forms form input[type=text]:focus, .frm_forms form textarea:focus {
    border-color: #12317a
}

.frm_forms form .frm_primary_label, .frm_forms form .prj--login label {
    color: #12317a;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .7em;
    cursor: pointer;
    display: block;
    margin-bottom: .5em
}

.frm_forms form .form-field {
    margin: 1.5em 0
}

.frm_forms form .frm_checkbox, .frm_forms form .frm_radio, .frm_forms form .prj--login .login-remember {
    position: relative;
    padding-left: 2.3em;
    margin-top: .5em
}

.frm_forms form .frm_checkbox input, .frm_forms form .frm_radio input, .frm_forms form .prj--login .login-remember input {
    position: absolute;
    top: -.15em;
    left: 0
}

@media (max-width: 479px) {
    .frm_forms form .frm_checkbox input, .frm_forms form .frm_radio input, .frm_forms form .prj--login .login-remember input {
        top: -.4em
    }
}

.frm_forms form .frm_checkbox label, .frm_forms form .frm_radio label, .frm_forms form .prj--login .login-remember label {
    font-size: .7em;
    display: block;
    color: #999;
    cursor: pointer;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: none
}

.frm_forms form .frm_submit, .frm_forms form .login-submit {
    text-align: right;
    margin-bottom: .5em
}

.frm_forms form .frm_submit button[type=submit], .frm_forms form .frm_submit input[type=submit], .frm_forms form .login-submit button[type=submit], .frm_forms form .login-submit input[type=submit] {
    margin-bottom: 0
}

@media (max-width: 479px) {
    .frm_forms form .frm_submit button[type=submit], .frm_forms form .frm_submit input[type=submit], .frm_forms form .login-submit button[type=submit], .frm_forms form .login-submit input[type=submit] {
        width: 100%;
        display: block
    }
}

.frm_forms form .frm_submit button[type=submit]:after, .frm_forms form .frm_submit input[type=submit]:after, .frm_forms form .login-submit button[type=submit]:after, .frm_forms form .login-submit input[type=submit]:after {
    font-family: Line Awesome Free;
    font-weight: 700;
    content: "\f061";
    margin-left: .5em
}

.frm_forms form .frm_error_style, .frm_forms form .frm_message {
    font-weight: 700;
    padding: 1em 0
}

.frm_forms form .frm_error {
    color: #f44336;
    font-size: .7em;
    font-weight: 700
}

.frm_forms form .prj--login input[type=password], .frm_forms form .prj--login input[type=text] {
    color: #25282a
}

.frm_forms .frm_privacy .frm_primary_label {
    display: none
}

.frm_forms .frm_privacy .frm_checkbox {
    padding-left: 0;
    margin-top: 0
}

.frm_forms .frm_privacy input[type=checkbox] {
    margin-top: 0;
    margin-right: 10px;
    box-shadow: none;
    cursor: pointer;
    position: relative;
    top: auto
}

.frm_forms .frm_privacy .frm_checkbox label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    text-indent: 0
}

.frm_forms .frm_privacy .frm_checkbox label span {
    position: relative;
    padding-right: 10px;
    font-size: 14px !important
}

.frm_forms .frm_privacy .frm_checkbox label span:after {
    position: absolute;
    content: "*";
    top: 0;
    right: 0;
    color: #f44336
}

.wup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #22222266;
    z-index: 1000
}

.wup-form-success {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 2em 3em;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
    text-align: center
}

.wup-form-success-close {
    width: 1em;
    height: 1em;
    position: absolute;
    top: 1em;
    right: 1em;
    cursor: pointer
}

.wup-form-success-close:before {
    content: '';
    width: 2px;
    height: 100%;
    background: #969da7;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    border-radius: 2px
}

.wup-form-success-close:after {
    content: '';
    width: 2px;
    height: 100%;
    background: #969da7;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    border-radius: 2px
}

.footer__menu ul .la-envelope + a, .header ul .la-envelope + a, .metabar ul .la-envelope + a, .wup-list .la-envelope + a, .wup-list-comma .la-envelope + a, .wup-list-comma-parent ul .la-envelope + a, .wup-list-inline .la-envelope + a {
    color: #25282a;
    -webkit-transition: all .3s;
    transition: all .3s
}

.footer__menu ul .la-envelope + a:hover, .header ul .la-envelope + a:hover, .metabar ul .la-envelope + a:hover, .wup-list .la-envelope + a:hover, .wup-list-comma .la-envelope + a:hover, .wup-list-comma-parent ul .la-envelope + a:hover, .wup-list-inline .la-envelope + a:hover {
    color: #12317a
}

.wup-h1, .wup-h2, .wup-h3, .wup-h4, .wup-h5, .wup-h6, h1, h2, h3, h4, h5, h6 {
    word-break: normal;
    margin: 2rem 0rem;
}

.is-style-h1, .is-style-h2, .is-style-h3, .is-style-h4, .is-style-h5, .is-style-h6 {
    word-break: normal;
    margin: 2rem 1rem;
    text-shadow: 0 0 9px rgba(18, 49, 122, 0.8);
}

.is-style-h1 + .wup-h1, .is-style-h1 + h1, .is-style-h2 + .wup-h1, .is-style-h2 + h1, .is-style-h3 + .wup-h1, .is-style-h3 + h1, .is-style-h4 + .wup-h1, .is-style-h4 + h1, .is-style-h5 + .wup-h1, .is-style-h5 + h1, .is-style-h6 + .wup-h1, .is-style-h6 + h1, .wup-h1 + .wup-h1, .wup-h1 + h1, .wup-h2 + .wup-h1, .wup-h2 + h1, .wup-h3 + .wup-h1, .wup-h3 + h1, .wup-h4 + .wup-h1, .wup-h4 + h1, .wup-h5 + .wup-h1, .wup-h5 + h1, .wup-h6 + .wup-h1, .wup-h6 + h1, h1 + .wup-h1, h1 + h1, h2 + .wup-h1, h2 + h1, h3 + .wup-h1, h3 + h1, h4 + .wup-h1, h4 + h1, h5 + .wup-h1, h5 + h1, h6 + .wup-h1, h6 + h1 {
    margin-top: -1rem !important
}

.is-style-h1 + .wup-h2, .is-style-h1 + h2, .is-style-h2 + .wup-h2, .is-style-h2 + h2, .is-style-h3 + .wup-h2, .is-style-h3 + h2, .is-style-h4 + .wup-h2, .is-style-h4 + h2, .is-style-h5 + .wup-h2, .is-style-h5 + h2, .is-style-h6 + .wup-h2, .is-style-h6 + h2, .wup-h1 + .wup-h2, .wup-h1 + h2, .wup-h2 + .wup-h2, .wup-h2 + h2, .wup-h3 + .wup-h2, .wup-h3 + h2, .wup-h4 + .wup-h2, .wup-h4 + h2, .wup-h5 + .wup-h2, .wup-h5 + h2, .wup-h6 + .wup-h2, .wup-h6 + h2, h1 + .wup-h2, h1 + h2, h2 + .wup-h2, h2 + h2, h3 + .wup-h2, h3 + h2, h4 + .wup-h2, h4 + h2, h5 + .wup-h2, h5 + h2, h6 + .wup-h2, h6 + h2 {
    margin-top: -1rem !important
}

.is-style-h1 + .wup-h3, .is-style-h1 + h3, .is-style-h2 + .wup-h3, .is-style-h2 + h3, .is-style-h3 + .wup-h3, .is-style-h3 + h3, .is-style-h4 + .wup-h3, .is-style-h4 + h3, .is-style-h5 + .wup-h3, .is-style-h5 + h3, .is-style-h6 + .wup-h3, .is-style-h6 + h3, .wup-h1 + .wup-h3, .wup-h1 + h3, .wup-h2 + .wup-h3, .wup-h2 + h3, .wup-h3 + .wup-h3, .wup-h3 + h3, .wup-h4 + .wup-h3, .wup-h4 + h3, .wup-h5 + .wup-h3, .wup-h5 + h3, .wup-h6 + .wup-h3, .wup-h6 + h3, h1 + .wup-h3, h1 + h3, h2 + .wup-h3, h2 + h3, h3 + .wup-h3, h3 + h3, h4 + .wup-h3, h4 + h3, h5 + .wup-h3, h5 + h3, h6 + .wup-h3, h6 + h3 {
    margin-top: -1rem !important
}

.is-style-h1 + .wup-h4, .is-style-h1 + h4, .is-style-h2 + .wup-h4, .is-style-h2 + h4, .is-style-h3 + .wup-h4, .is-style-h3 + h4, .is-style-h4 + .wup-h4, .is-style-h4 + h4, .is-style-h5 + .wup-h4, .is-style-h5 + h4, .is-style-h6 + .wup-h4, .is-style-h6 + h4, .wup-h1 + .wup-h4, .wup-h1 + h4, .wup-h2 + .wup-h4, .wup-h2 + h4, .wup-h3 + .wup-h4, .wup-h3 + h4, .wup-h4 + .wup-h4, .wup-h4 + h4, .wup-h5 + .wup-h4, .wup-h5 + h4, .wup-h6 + .wup-h4, .wup-h6 + h4, h1 + .wup-h4, h1 + h4, h2 + .wup-h4, h2 + h4, h3 + .wup-h4, h3 + h4, h4 + .wup-h4, h4 + h4, h5 + .wup-h4, h5 + h4, h6 + .wup-h4, h6 + h4 {
    margin-top: -1rem !important
}

.is-style-h1 + .wup-h5, .is-style-h1 + h5, .is-style-h2 + .wup-h5, .is-style-h2 + h5, .is-style-h3 + .wup-h5, .is-style-h3 + h5, .is-style-h4 + .wup-h5, .is-style-h4 + h5, .is-style-h5 + .wup-h5, .is-style-h5 + h5, .is-style-h6 + .wup-h5, .is-style-h6 + h5, .wup-h1 + .wup-h5, .wup-h1 + h5, .wup-h2 + .wup-h5, .wup-h2 + h5, .wup-h3 + .wup-h5, .wup-h3 + h5, .wup-h4 + .wup-h5, .wup-h4 + h5, .wup-h5 + .wup-h5, .wup-h5 + h5, .wup-h6 + .wup-h5, .wup-h6 + h5, h1 + .wup-h5, h1 + h5, h2 + .wup-h5, h2 + h5, h3 + .wup-h5, h3 + h5, h4 + .wup-h5, h4 + h5, h5 + .wup-h5, h5 + h5, h6 + .wup-h5, h6 + h5 {
    margin-top: -1rem !important
}

.is-style-h1 + .wup-h6, .is-style-h1 + h6, .is-style-h2 + .wup-h6, .is-style-h2 + h6, .is-style-h3 + .wup-h6, .is-style-h3 + h6, .is-style-h4 + .wup-h6, .is-style-h4 + h6, .is-style-h5 + .wup-h6, .is-style-h5 + h6, .is-style-h6 + .wup-h6, .is-style-h6 + h6, .wup-h1 + .wup-h6, .wup-h1 + h6, .wup-h2 + .wup-h6, .wup-h2 + h6, .wup-h3 + .wup-h6, .wup-h3 + h6, .wup-h4 + .wup-h6, .wup-h4 + h6, .wup-h5 + .wup-h6, .wup-h5 + h6, .wup-h6 + .wup-h6, .wup-h6 + h6, h1 + .wup-h6, h1 + h6, h2 + .wup-h6, h2 + h6, h3 + .wup-h6, h3 + h6, h4 + .wup-h6, h4 + h6, h5 + .wup-h6, h5 + h6, h6 + .wup-h6, h6 + h6 {
    margin-top: -1rem !important
}

@media (max-width: 767px) {
    .is-style-h1, .wup-h1, h1 {
        font-size: 1.75em
    }

    .is-style-h2, .wup-h2, h2 {
        font-size: 1.4em
    }

    .is-style-h3, .wup-h3, h3 {
        font-size: 1.1em
    }

    .is-style-h4, .wup-h4, h4 {
        font-size: .9em
    }

    .is-style-h6, .wup-h6, h6 {
        font-size: 1.4em;
        letter-spacing: 0.14rem;
    }
}

hr {
    display: block;
    width: 100%
}

.frm_forms form .frm_submit hr + button[type=submit], .frm_forms form .frm_submit hr + input[type=submit], .frm_forms form .login-submit hr + button[type=submit], .frm_forms form .login-submit hr + input[type=submit], hr + .wup-btn {
    white-space: nowrap;
    text-align: center;
    min-width: 70%
}

@media (min-width: 768px) {
    .frm_forms form .frm_submit hr + button[type=submit], .frm_forms form .frm_submit hr + input[type=submit], .frm_forms form .login-submit hr + button[type=submit], .frm_forms form .login-submit hr + input[type=submit], hr + .wup-btn {
        min-width: 18em
    }
}

.mce-content-body ::marker, .prj--divider-text ::marker, .prj--text ::marker {
    color: #12317a
}

.mce-content-body ul ::marker, .prj--divider-text ul ::marker, .prj--text ul ::marker {
    font-family: LineAwesome;
    content: '\f121 \00a0\00a0'
}

.mce-content-body ol, .prj--divider-text ol, .prj--text ol {
    counter-reset: listItem
}

.mce-content-body ol li, .prj--divider-text ol li, .prj--text ol li {
    counter-increment: listItem
}

.mce-content-body ol ::marker, .prj--divider-text ol ::marker, .prj--text ol ::marker {
    font-weight: 700;
    content: counter(listItem) ".   "
}

.is-style-claim {
    text-transform: uppercase;
    letter-spacing: .25em;
    font-size: 1em
}

@media (min-width: 480px) {
    .is-style-claim {
        font-size: 1.2em
    }
}

@media (min-width: 768px) {
    .is-style-claim {
        font-size: 1.4em
    }
}

.produkt__kategorie {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: .5em 1.25em;
    font-size: .85em;
    font-weight: 700;
    background-color: #12317a;
    color: #fff
}

.fade-enter-active, .fade-leave-active {
    -webkit-transition: opacity .1s;
    transition: opacity .1s
}

.fade-enter, .fade-leave-to {
    opacity: 0
}

.product-list__item {
    -webkit-transition: all .3s cubic-bezier(.16, 1, .3, 1);
    transition: all .3s cubic-bezier(.16, 1, .3, 1)
}

.product-list-enter, .product-list-leave-to {
    opacity: 0
}

.product-list-leave-active {
    position: absolute
}

.factsheet--description .column h4 {
    text-transform: uppercase
}

.factsheet--description .column h4:first-child {
    margin-top: 0 !important
}

#em-booking {
    margin-top: 0
}

#em-booking select {
    border: 1px solid;
    padding: 14px 18px;
    outline: 0;
    border-radius: 0;
    font-size: .9rem;
    -webkit-appearance: none;
    appearance: none;
    background: #fff
}

#em-booking label {
    display: block !important;
    width: 100%;
    padding-bottom: 5px
}

#em-booking .input-group.input-radio > .input-group {
    margin-left: 25px
}

#em-booking .input-group.input-radio > .input-group input {
    margin-bottom: -4px;
    margin-top: 10px
}

#em-booking .input-group.input-checkbox input {
    margin-bottom: -3px;
    margin-top: 10px
}

#em-booking .em-booking-form-details {
    width: 100%;
    padding: 0
}

#em-booking input[type=checkbox] {
    position: relative
}

#em-booking input[type=checkbox]:checked:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "✓";
    color: #fff;
    font-size: 1.6em
}

#em-booking input[type=submit] {
    border-radius: 2px;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .8em;
    line-height: 1;
    padding: 1.5em 1.75em;
    cursor: pointer;
    background-color: #12317a;
    color: #fff
}

#em-booking input[type=submit]:hover {
    background-color: #f9232f
}

.pagination .page-numbers {
    margin: 0 .25em;
    font-weight: 700
}

.wp-block-embed-youtube, .wp-embed-aspect-16-9 {
    position: relative;
    padding-bottom: 37.45%;
    height: 0;
    overflow: hidden
}

.wp-block-embed-youtube .wp-block-embed__wrapper, .wp-embed-aspect-16-9 .wp-block-embed__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.wp-block-embed-youtube .wp-block-embed__wrapper iframe, .wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
    width: 100%;
    height: 100%;
    max-width: none
}

.archive__footer, .archive__header {
    color: #12317a;
    padding: 2.5em 0
}

.archive__header {
    margin-bottom: 3em
}

.archive__footer {
    margin-top: 4em
}

.archive__listing {
    margin: 3em 0
}

.archive__filter {
    margin-bottom: 2em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.archive__filter-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.archive__filter-item:not(:last-child) {
    margin-right: 1em
}

.archive__subtitle {
    font-size: 1.125em
}

.single .entry-header-image {
    border-radius: 999px;
    overflow: hidden;
    max-width: 260px;
    margin: 0 auto;
    width: 50%
}

.single .entry-header-image img {
    display: block;
    max-width: none;
    width: 100%
}

.single .post__meta {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.1em
}

.single .entry-categories {
    margin-bottom: -webkit-calc(15px * 2) !important;
    margin-bottom: calc(15px * 2) !important
}

.single .entry-categories a:not(:last-child):after {
    content: ", "
}

.single__sidebar {
    margin: 1.2em 0;
    background: #fff;
    padding: 1.5em
}

.single__sidebar hr {
    border-color: #f3f6f8;
    border-width: 2px;
    margin: 1.5em 0
}

.single__sidebar ul {
    margin: inherit
}

.single__sidebar > :first-child {
    margin-top: 0
}

.single__sidebar > :last-child {
    margin-bottom: 0
}

.pagination-single-inner a {
    display: block;
    width: 100%;
    max-width: 400px;
    font-weight: 600
}

.pagination-single-inner a i, .pagination-single-inner a svg {
    color: w-color(primary)
}

.pagination-single-inner a.next-post {
    float: right;
    text-align: right
}

.pagination-single-title {
    color: #25282a
}

.screen-reader-text {
    display: none
}

.has-normal-font-size {
    font-size: 1em;
    line-height: 1.5;
    font-weight: 400;
    font-family: 'Cabin', Helvetica, Arial, sans-serif
}

:root {
    --gkt-color-brand: #12317a;
    --gkt-color-dark-gray: #25282a;
    --gkt-color-blue: #007fc5;
    --gkt-color-darkred: #B4062C;
    --gkt-color-light-gray: #f3f6f8;
    --gkt-color-light-gray-darken: #6a7177;
    --gkt-color-primary: #12317a;
    --gkt-color-success: #8bc34a;
    --gkt-color-danger: #f44336;
    --gkt-color-warning: #ff9800;
    --gkt-color-info: #03a9f4;
    --gkt-border-radius: 2px;
    --gkt-blocks-margin-bottom: auto
}

.ghostkit-accordion {
    --gkt-accordion--heading__padding-h: 1.25em;
    --gkt-accordion--content__padding-v: 1.5em;
    --gkt-accordion--content__padding-h: 1em
}

.ghostkit-accordion-item {
    margin: .25em 0;
    background: #fff;
    box-shadow: 0 0 1em -.5em rgba(0, 0, 0, .1)
}

.ghostkit-accordion-item-content {
    border-top: 1px solid #f3f6f8
}

.ghostkit-grid-gap-md {
    --gkt-grid__gap: 40px
}

.ghostkit-grid-gap-lg {
    --gkt-grid__gap: 70px
}

.ghostkit-icon-box {
    --gkt-icon-box__border-width: 2px;
    --gkt-icon-box__border-color: #fff;
    --gkt-icon-box__border-radius: 2px;
    --gkt-icon-box--icon__offset: .25em;
    margin: 1em 0
}

.ghostkit-icon-box:not(.ghostkit-has-frame) {
    border: 0;
    padding: 0
}

.ghostkit-icon-box-icon {
    --gkt-icon-box--icon__color: #12317a
}

.ghostkit-button {
    --gkt-button__background-color: #12317a;
    --gkt-button__padding-v: 1.5em;
    --gkt-button__padding-h: 1.75em;
    --gkt-button__font-size: 0.8em;
    --gkt-button__border-radius: 2px;
    text-transform: uppercase;
    font-weight: 700
}

.ghostkit-button:hover {
    --gkt-button-hover__background-color: #3d4245
}

.ghostkit-button-xs {
    --gkt-button__padding-v: 0.75em;
    --gkt-button__padding-h: 1em;
    --gkt-button-xs__font-size: 0.7em
}

.ghostkit-button-sm {
    --gkt-button__padding-v: 0.75em;
    --gkt-button__padding-h: 1em;
    --gkt-button-sm__font-size: 0.8em
}

.ghostkit-button-lg {
    --gkt-button__padding-v: 1.25em;
    --gkt-button__padding-h: 1.75em;
    --gkt-button-lg__font-size: 1em
}

.ghostkit-button-xl {
    --gkt-button__padding-v: 1.75em;
    --gkt-button__padding-h: 2em;
    --gkt-button-xl__font-size: 1em
}

.ghostkit-pricing-table-item {
    --gkt-pricing-table--item__border-width: 2px;
    --gkt-pricing-table--item__border-color: #fff;
    --gkt-pricing-table--item__border-radius: 2px
}

.ghostkit-counter-box {
    --gkt-counter-box--number__color: #12317a;
    --gkt-counter-box--number__font-size: 3.2em;
    --gkt-counter-box--number__offset: 0;
    --gkt-counter-box__border-width: 0;
    --gkt-counter-box__padding-v: 0;
    --gkt-counter-box__padding-h: 0;
    margin: 1.5em 0
}

.ghostkit-counter-box-number {
    font-weight: 700;
    line-height: 1
}

.ghostkit-counter-box-number-align-top {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left
}

.ghostkit-counter-box-content {
    margin-top: 1em
}

.ghostkit-counter-box-content * {
    margin: 0
}

.ghostkit-progress {
    --gkt-progress__background-color: #fff
}

.ghostkit-video-play-icon .ghostkit-svg-icon {
    width: 75%;
    height: 75%
}

.entry-content > :first-child.alignfull {
    margin-top: 0
}

.entry-content > :first-child.alignfull .alignfull {
    margin-top: 0
}

.entry-content > .wp-block-cover + .wp-block-group.has-background, .entry-content > .wp-block-group.has-background + .wp-block-group.has-background {
    margin-top: -2.5em
}

.cover-icon {
    width: clamp(56px, 12vw, 120px) !important;
    height: clamp(56px, 12vw, 120px) !important;
}

.cover-icon .ghostkit-icon-inner,
.cover-icon svg {
    width: 100% !important;
    height: 100% !important;
}

@media (max-width: 767px) {
    .wp-block-cover .ghostkit-grid-inner {
        --gkt-grid__gap-vertical: 0;
    }
}

.wp-block {
    margin: 2.5em auto;
    max-width: 960px
}

.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    margin: 2.5em auto;
    max-width: 960px
}

.wp-block-group:not(.alignwide):not(.alignfull) {
    margin: 2.5em auto;
    max-width: 960px
}

.alignwide {
    margin: 2.5em auto;
    max-width: 1442px;
    width: 90%
}

.alignwide.is-style-fix-width .wp-block-group__inner-container {
    max-width: 1200px
}

.alignwide .alignwide {
    width: auto
}

.alignwide.has-background {
    padding: .25em 3em
}

.alignfull {
    margin: 2.5em auto;
    max-width: none
}

.has-white-background-color + .has-background {
    margin-top: -2.5em !important
}

.wp-block-image {
    margin: 0
}

.wp-block-image img {
    display: block;
    margin: 0
}

.wp-block-button__link {
    background-color: #12317a;
    border-radius: 2px;
    color: #fff
}

.has-primary-background-color {
    background-color: #12317a !important
}

.has-primary-color {
    color: #12317a !important
}

.has-secondary-background-color {
    background-color: #25282a !important
}

.has-secondary-color {
    color: #25282a !important
}

.has-dark-background-color {
    background-color: #25282a !important
}

.has-dark-color {
    color: #25282a !important
}

.has-lightgrey-background-color {
    background-color: #f3f6f8 !important
}

.has-lightgrey-color {
    color: #f3f6f8 !important
}

.has-midgrey-background-color {
    background-color: #6a7177 !important
}

.has-midgrey-color {
    color: #6a7177 !important
}

.has-middarkgrey-background-color {
    background-color: #90939a !important
}

.has-middarkgrey-color {
    color: #90939a !important
}

.has-blue-background-color {
    background-color: #007fc5 !important
}

.has-blue-color {
    color: #007fc5 !important
}

.has-darkred-background-color {
    background-color: #b4062c !important
}

.has-darkred-color {
    color: #b4062c !important
}

.has-green-background-color {
    background-color: #74ae4f !important
}

.has-green-color {
    color: #74ae4f !important
}

.has-white-background-color {
    background-color: #fff !important
}

.has-white-color {
    color: #fff !important
}

.has-gray05-background-color {
    background-color: #f2f2f2 !important
}

.has-gray05-color {
    color: #f2f2f2 !important
}

.has-gray15-background-color {
    background-color: #d9d9d9 !important
}

.has-gray15-color {
    color: #d9d9d9 !important
}

.has-gray30-background-color {
    background-color: #b2b2b2 !important
}

.has-gray30-color {
    color: #b2b2b2 !important
}

.has-gray40-background-color {
    background-color: #999 !important
}

.has-gray40-color {
    color: #999 !important
}

.has-gray55-background-color {
    background-color: #737373 !important
}

.has-gray55-color {
    color: #737373 !important
}

.has-gray65-background-color {
    background-color: #595959 !important
}

.has-gray65-color {
    color: #595959 !important
}

.has-gray80-background-color {
    background-color: #333 !important
}

.has-gray80-color {
    color: #333 !important
}

.has-black-background-color {
    background-color: #000 !important
}

.has-black-color {
    color: #000 !important
}

.has-info-background-color {
    background-color: #03a9f4 !important
}

.has-info-color {
    color: #03a9f4 !important
}

.has-success-background-color {
    background-color: #8bc34a !important
}

.has-success-color {
    color: #8bc34a !important
}

.has-warning-background-color {
    background-color: #ff9800 !important
}

.has-warning-color {
    color: #ff9800 !important
}

.has-danger-background-color {
    background-color: #f44336 !important
}

.has-danger-color {
    color: #f44336 !important
}

.wp-block-cover {
    padding-top: 10em;
    padding-bottom: 5em;
    max-height: 600px;
}

.wp-block-cover is-style-h1 is-style-h6 {
    margin-left: 1rem;
}

.headline-spacing {
    margin: 1rem;
}

@media (min-width: 960px) {
    .wp-block-cover {
        padding-top: 17em;
        /* padding-bottom: 10em */
    }

    .headline-spacing {
        margin: 6rem;
    }
}

.wp-block-cover.is-style-fullheight {
    min-height: 80vh
}

.wp-block-cover.alignfull .wp-block-cover__inner-container {
    width: 100%
}

.alignfull.wp-block-group.is-style-pulltop > .wp-block-group__inner-container, [data-align=full] .wp-block-group.is-style-pulltop > .wp-block-group__inner-container {
    position: relative;
    z-index: 3;
    margin-top: -10em
}

@media (min-width: 960px) {
    .alignfull.wp-block-group.is-style-pulltop > .wp-block-group__inner-container, [data-align=full] .wp-block-group.is-style-pulltop > .wp-block-group__inner-container {
        margin-top: -18em
    }
}

.alignfull.wp-block-group.has-background, [data-align=full] .wp-block-group.has-background {
    position: relative;
    margin-top: 3em;
    padding: 4em 0
}

@media (min-width: 768px) {
    .alignfull.wp-block-group.has-background, [data-align=full] .wp-block-group.has-background {
        padding: 7em 0 9em
    }
}

.alignfull.wp-block-group.has-background:before, [data-align=full] .wp-block-group.has-background:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 3vw solid #fff;
    border-left: 100vw solid transparent;
    position: absolute;
    top: -2.92vw;
    left: 0;
    z-index: 2
}

.alignfull.wp-block-group.has-background.has-primary-background-color:before, [data-align=full] .wp-block-group.has-background.has-primary-background-color:before {
    border-bottom-color: #12317a
}

.alignfull.wp-block-group.has-background.has-secondary-background-color:before, [data-align=full] .wp-block-group.has-background.has-secondary-background-color:before {
    border-bottom-color: #25282a
}

.alignfull.wp-block-group.has-background.has-dark-background-color:before, [data-align=full] .wp-block-group.has-background.has-dark-background-color:before {
    border-bottom-color: #25282a
}

.alignfull.wp-block-group.has-background.has-lightgrey-background-color:before, [data-align=full] .wp-block-group.has-background.has-lightgrey-background-color:before {
    border-bottom-color: #f3f6f8
}

.alignfull.wp-block-group.has-background.has-midgrey-background-color:before, [data-align=full] .wp-block-group.has-background.has-midgrey-background-color:before {
    border-bottom-color: #6a7177
}

.alignfull.wp-block-group.has-background.has-middarkgrey-background-color:before, [data-align=full] .wp-block-group.has-background.has-middarkgrey-background-color:before {
    border-bottom-color: #90939a
}

.alignfull.wp-block-group.has-background.has-blue-background-color:before, [data-align=full] .wp-block-group.has-background.has-blue-background-color:before {
    border-bottom-color: #007fc5
}

.alignfull.wp-block-group.has-background.has-darkred-background-color:before, [data-align=full] .wp-block-group.has-background.has-darkred-background-color:before {
    border-bottom-color: #b4062c
}

.alignfull.wp-block-group.has-background.has-green-background-color:before, [data-align=full] .wp-block-group.has-background.has-green-background-color:before {
    border-bottom-color: #74ae4f
}

.alignfull.wp-block-group.has-background.has-white-background-color:before, [data-align=full] .wp-block-group.has-background.has-white-background-color:before {
    border-bottom-color: #fff
}

.alignfull.wp-block-group.has-background.has-gray05-background-color:before, [data-align=full] .wp-block-group.has-background.has-gray05-background-color:before {
    border-bottom-color: #f2f2f2
}

.alignfull.wp-block-group.has-background.has-gray15-background-color:before, [data-align=full] .wp-block-group.has-background.has-gray15-background-color:before {
    border-bottom-color: #d9d9d9
}

.alignfull.wp-block-group.has-background.has-gray30-background-color:before, [data-align=full] .wp-block-group.has-background.has-gray30-background-color:before {
    border-bottom-color: #b2b2b2
}

.alignfull.wp-block-group.has-background.has-gray40-background-color:before, [data-align=full] .wp-block-group.has-background.has-gray40-background-color:before {
    border-bottom-color: #999
}

.alignfull.wp-block-group.has-background.has-gray55-background-color:before, [data-align=full] .wp-block-group.has-background.has-gray55-background-color:before {
    border-bottom-color: #737373
}

.alignfull.wp-block-group.has-background.has-gray65-background-color:before, [data-align=full] .wp-block-group.has-background.has-gray65-background-color:before {
    border-bottom-color: #595959
}

.alignfull.wp-block-group.has-background.has-gray80-background-color:before, [data-align=full] .wp-block-group.has-background.has-gray80-background-color:before {
    border-bottom-color: #333
}

.alignfull.wp-block-group.has-background.has-black-background-color:before, [data-align=full] .wp-block-group.has-background.has-black-background-color:before {
    border-bottom-color: #000
}

.alignfull.wp-block-group.has-background.has-info-background-color:before, [data-align=full] .wp-block-group.has-background.has-info-background-color:before {
    border-bottom-color: #03a9f4
}

.alignfull.wp-block-group.has-background.has-success-background-color:before, [data-align=full] .wp-block-group.has-background.has-success-background-color:before {
    border-bottom-color: #8bc34a
}

.alignfull.wp-block-group.has-background.has-warning-background-color:before, [data-align=full] .wp-block-group.has-background.has-warning-background-color:before {
    border-bottom-color: #ff9800
}

.alignfull.wp-block-group.has-background.has-danger-background-color:before, [data-align=full] .wp-block-group.has-background.has-danger-background-color:before {
    border-bottom-color: #f44336
}

.has-large-font-size, .has-medium-font-size, .has-normal-font-size, .has-small-font-size {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.5;
    text-transform: inherit
}

.has-small-font-size {
    font-size: .9em
}

.has-normal-font-size {
    font-size: 1em
}

.has-medium-font-size {
    font-size: 1.25em
}

.has-large-font-size {
    font-size: 1.125em
}

.teaser {
    position: relative
}

.teaser__item {
    margin: 1em 0
}

@media (min-width: 768px) {
    .teaser__item[inner-cols="2_col"] .teaser__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .teaser__item[inner-cols="2_col"] .teaser__image {
        width: 60%
    }

    .teaser__item[inner-cols="2_col"] .teaser__text {
        width: 40%
    }
}

.teaser__inner {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 10px 40px -10px rgba(0, 0, 0, .06);
    border-radius: 2px;
    overflow: hidden
}

.teaser__image.teaser__image__post {
    position: relative;
    padding-bottom: 80%
}

.teaser__image.teaser__image__post img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

.teaser__image * {
    max-width: none;
    display: block;
    width: 100%
}

.teaser__text {
    padding: 2em
}

.teaser__text > :first-child {
    margin-top: 0
}

.teaser__text > :last-child {
    margin-bottom: 0
}

.teaser__text a {
    color: #12317a
}

.teaser__text ul i, .teaser__text-list i {
    margin-right: .5em;
    display: inline-block;
    vertical-align: middle;
    margin-top: -.175em;
    color: #12317a
}

.teaser__hl {
    text-transform: uppercase;
    font-weight: 700;
}

.teaser__hl a {
    color: inherit;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
    word-break: normal;
}

@media(min-width: 1450px) {
    .teaser__hl a {
        -webkit-hyphens: none;
        -ms-hyphens: none;
        hyphens: none;
        overflow-wrap: normal;
    }

    .is-style-h1, .wup-h1 {
        padding-right: 40%;
    }
}

.teaser__sl {
    color: #6a7177;
    margin-top: -1em !important
}

.teaser__link {
    font-size: .8em;
    text-transform: uppercase;
    font-weight: 700
}

.wp-block-getwid-image-hotspot .wp-block-getwid-image-hotspot__dot {
    background-color: transparent !important
}