/* Minification failed. Returning unminified contents.
(5766,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5767,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5768,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5769,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5770,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5771,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5772,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5773,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5774,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5775,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5776,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5777,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5778,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5779,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5780,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Normalize default `font-family` and set `font-size` to support `rem` units
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 * 3. Style
 */
html {
    /* 1 */
    font: 400 16px / 1.5em "Poppins", sans-serif;
    /* 2 */
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    /* 3 */
    background: #ffffff;
    color: #000000;
}
/*
 * Removes default margin.
 */
body {
    margin: 0;
}
/* Links
 ========================================================================== */
/*
 * Remove the gray background color from active links in IE 10.
 */
a {
    background: transparent;
}
/*
 * Improve readability of focused elements when they are also in an active/hover state.
 */
a:active,
a:hover {
    outline: 0;
}
/*
 * Style
 */
a,
.uk-link {
    cursor: pointer;
}
/* Text-level semantics
 ========================================================================== */
/*
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}
/*
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}
/*
 * 1. Address odd `em`-unit font size rendering in all browsers.
 * 2. Consolas has a better baseline in running text compared to `Courier`
 */
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
    /* 1 */
    font-size: 12px;
    /* 2 */
    font-family: Consolas, monospace, serif;
    /* 3 */
    color: #dd0055;
    white-space: nowrap;
}
/*
 * Emphasize
 */
em {
    color: #000000;
}
/*
 * Insert
 */
ins {
    background: #ffffaa;
    color: #444444;
    text-decoration: none;
}
/*
 * Mark
 * Note: Addresses styling not present in IE 8/9.
 */
mark {
    background: #ffffaa;
    color: #444444;
}
/*
 * Quote
 */
q {
    font-style: italic;
}
/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
/* Embedded content
 ========================================================================== */
/*
 * Remove the gap between embedded content and the bottom of their containers.
 */
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
/*
 * Responsiveness
 * 1. Sets a maximum width relative to the parent and auto scales the height
 * 2. Corrects `max-width` behavior if padding and border are used
 */
audio,
canvas,
img,
svg,
video {
    /* 1 */
    max-width: 100%;
    height: auto;
    /* 2 */
    box-sizing: border-box;
}
/*
 * Preserve original dimensions
 */
.uk-img-preserve,
.uk-img-preserve audio,
.uk-img-preserve canvas,
.uk-img-preserve img,
.uk-img-preserve svg,
.uk-img-preserve video {
    max-width: none;
}
/*
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}
/*
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}
/* Block elements
 ========================================================================== */
/*
 * Reset margin
 */
blockquote,
figure {
    margin: 0;
}
/*
 * Margins
 */
p,
ul,
ol,
dl,
blockquote,
pre,
address,
fieldset,
figure {
    margin: 0 0 15px 0;
}
* + p,
* + ul,
* + ol,
* + dl,
* + blockquote,
* + pre,
* + address,
* + fieldset,
* + figure {
    margin-top: 15px;
}
/* Headings
 ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px 0;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #444444;
    text-transform: none;
}
/*
 * Margins
 */
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
    margin-top: 25px;
}
/*
 * Sizes
 */
h1,
.uk-h1 {
    font-size: 36px;
    line-height: 1.5em;
}
h2,
.uk-h2 {
    font-size: 24px;
    line-height: 1.5em;
}
h3,
.uk-h3 {
    font-size: 18px;
    line-height: 1.5em;
}
h4,
.uk-h4 {
    font-size: 16px;
    line-height: 1.5em;
}
h5,
.uk-h5 {
    font-size: 14px;
    line-height: 1.5em;
}
h6,
.uk-h6 {
    font-size: 12px;
    line-height: 1.5em;
}
/* Lists
 ========================================================================== */
ul,
ol {
    padding-left: 30px;
}
/*
 * Reset margin for nested lists
 */
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
    margin: 0;
}
/* Description lists
 ========================================================================== */
dt {
    font-weight: bold;
}
dd {
    margin-left: 0;
}
/* Horizontal rules
 ========================================================================== */
/*
 * 1. Address differences between Firefox and other browsers.
 * 2. Style
 */
hr {
    /* 1 */
    box-sizing: content-box;
    height: 0;
    /* 2 */
    margin: 15px 0;
    border: 0;
    border-top: 1px solid #dddddd;
}
/* Address
 ========================================================================== */
address {
    font-style: normal;
}
/* Blockquotes
 ========================================================================== */
blockquote {
    padding-left: 15px;
    border-left: 5px solid #dddddd;
    font-size: 16px;
    line-height: 22px;
    font-style: italic;
}
/* Preformatted text
 ========================================================================== */
/*
 * 1. Contain overflow in all browsers.
 */
pre {
    padding: 10px;
    background: #f5f5f5;
    font: 12px / 18px Consolas, monospace, serif;
    color: #444444;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         tab-size: 4;
    /* 1 */
    overflow: auto;
}
/* Selection pseudo-element
 ========================================================================== */
::-moz-selection {
    background: #3399ff;
    color: #ffffff;
    text-shadow: none;
}
::selection {
    background: #3399ff;
    color: #ffffff;
    text-shadow: none;
}
/* HTML5 elements
 ========================================================================== */
/*
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
    display: block;
}
/*
 * Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}
/*
 * Prevent displaying `audio` without controls in Chrome, Safari and Opera
 */
audio:not([controls]) {
    display: none;
}
/*
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}
/* Iframe
 ========================================================================== */
iframe {
    border: 0;
}
/* Fix viewport for IE10 snap mode
 ========================================================================== */
@media screen and (max-width: 400px) {
    @-ms-viewport {
        width: device-width;
    }
}
/* ========================================================================
   Component: Grid
 ========================================================================== */
/*
 * 1. Makes grid more robust so that it can be used with other block elements like lists
 */
.uk-grid {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display:         flex;
        -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    /* 1 */
    margin: 0;
    padding: 0;
    list-style: none;
}
/*
 * DEPRECATED
 * Micro clearfix
 * Can't use `table` because it creates a 1px gap when it becomes a flex item, only in Webkit
 */
.uk-grid:before,
.uk-grid:after {
    content: "";
    display: block;
    overflow: hidden;
}
.uk-grid:after {
    clear: both;
}
/*
 * Grid cell
 * 1. Space is allocated solely based on content dimensions
 * 2. Makes grid more robust so that it can be used with other block elements
 * 3. DEPRECATED Using `float` to support IE9
 */
.uk-grid > * {
    /* 1 */
        -ms-flex: none;
    -webkit-flex: none;
    -webkit-box-flex: 0;
            flex: none;
    /* 2 */
    margin: 0;
    /* 3 */
    float: left;
}
/*
 * Remove margin from the last-child
 */
.uk-grid > * > :last-child {
    margin-bottom: 0;
}
/* Grid gutter
 ========================================================================== */
/*
 * Default gutter
 */
/* Horizontal */
.uk-grid {
    margin-left: -25px;
}
.uk-grid > * {
    padding-left: 25px;
}
/* Vertical */
.uk-grid + .uk-grid,
.uk-grid-margin,
.uk-grid > * > .uk-panel + .uk-panel {
    margin-top: 25px;
}
/* Large screen and bigger */
@media (min-width: 1220px) {
    /* Horizontal */
    .uk-grid {
        margin-left: -35px;
    }
    .uk-grid > * {
        padding-left: 35px;
    }
    /* Vertical */
    .uk-grid + .uk-grid,
    .uk-grid-margin,
    .uk-grid > * > .uk-panel + .uk-panel {
        margin-top: 35px;
    }
}
/*
 * Collapse gutter
 */
/* Horizontal */
.uk-grid-collapse {
    margin-left: 0;
}
.uk-grid-collapse > * {
    padding-left: 0;
}
/* Vertical */
.uk-grid-collapse + .uk-grid-collapse,
.uk-grid-collapse > .uk-grid-margin,
.uk-grid-collapse > * > .uk-panel + .uk-panel {
    margin-top: 0;
}
/*
 * Small gutter
 */
/* Horizontal */
.uk-grid-small {
    margin-left: -10px;
}
.uk-grid-small > * {
    padding-left: 10px;
}
/* Vertical */
.uk-grid-small + .uk-grid-small,
.uk-grid-small > .uk-grid-margin,
.uk-grid-small > * > .uk-panel + .uk-panel {
    margin-top: 10px;
}
/*
 * Medium gutter
 */
/* Horizontal */
.uk-grid-medium {
    margin-left: -25px;
}
.uk-grid-medium > * {
    padding-left: 25px;
}
/* Vertical */
.uk-grid-medium + .uk-grid-medium,
.uk-grid-medium > .uk-grid-margin,
.uk-grid-medium > * > .uk-panel + .uk-panel {
    margin-top: 25px;
}
/*
 * Large gutter
 */
/* Large screen and bigger */
@media (min-width: 960px) {
    /* Horizontal */
    .uk-grid-large {
        margin-left: -35px;
    }
    .uk-grid-large > * {
        padding-left: 35px;
    }
    /* Vertical */
    .uk-grid-large + .uk-grid-large,
    .uk-grid-large-margin,
    .uk-grid-large > * > .uk-panel + .uk-panel {
        margin-top: 35px;
    }
}
/* Extra Large screens */
@media (min-width: 1220px) {
    /* Horizontal */
    .uk-grid-large {
        margin-left: -50px;
    }
    .uk-grid-large > * {
        padding-left: 50px;
    }
    /* Vertical */
    .uk-grid-large + .uk-grid-large,
    .uk-grid-large-margin,
    .uk-grid-large > * > .uk-panel + .uk-panel {
        margin-top: 50px;
    }
}
/* Modifier: `uk-grid-divider`
 ========================================================================== */
/*
 * Horizontal divider
 * Only works with the default gutter. Does not work with gutter collapse, small or large.
 * Does not work with `uk-push-*`, `uk-pull-*` and not if the columns float into the next row.
 */
.uk-grid-divider:not(:empty) {
    margin-left: -25px;
    margin-right: -25px;
}
.uk-grid-divider > * {
    padding-left: 25px;
    padding-right: 25px;
}
.uk-grid-divider > [class*="uk-width-1-"]:not(.uk-width-1-1):nth-child(n+2),
.uk-grid-divider > [class*="uk-width-2-"]:nth-child(n+2),
.uk-grid-divider > [class*="uk-width-3-"]:nth-child(n+2),
.uk-grid-divider > [class*="uk-width-4-"]:nth-child(n+2),
.uk-grid-divider > [class*="uk-width-5-"]:nth-child(n+2),
.uk-grid-divider > [class*="uk-width-6-"]:nth-child(n+2),
.uk-grid-divider > [class*="uk-width-7-"]:nth-child(n+2),
.uk-grid-divider > [class*="uk-width-8-"]:nth-child(n+2),
.uk-grid-divider > [class*="uk-width-9-"]:nth-child(n+2) {
    border-left: 1px solid #dddddd;
}
/* Tablet and bigger */
@media (min-width: 768px) {
    .uk-grid-divider > [class*="uk-width-medium-"]:not(.uk-width-medium-1-1):nth-child(n+2) {
        border-left: 1px solid #dddddd;
    }
}
/* Desktop and bigger */
@media (min-width: 960px) {
    .uk-grid-divider > [class*="uk-width-large-"]:not(.uk-width-large-1-1):nth-child(n+2) {
        border-left: 1px solid #dddddd;
    }
}
/* Large screen and bigger */
@media (min-width: 1220px) {
    /*
     * Large gutter
     */
    .uk-grid-divider:not(:empty) {
        margin-left: -35px;
        margin-right: -35px;
    }
    .uk-grid-divider > * {
        padding-left: 35px;
        padding-right: 35px;
    }
    .uk-grid-divider:empty {
        margin-top: 35px;
        margin-bottom: 35px;
    }
}
/*
 * Vertical divider
 */
.uk-grid-divider:empty {
    margin-top: 25px;
    margin-bottom: 25px;
    border-top: 1px solid #dddddd;
}
/* Match panels in grids
 ========================================================================== */
/*
 * 1. Behave like a block element
 */
.uk-grid-match > * {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display:         flex;
    /* 1 */
        -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
.uk-grid-match > * > * {
    /* 1 */
        -ms-flex: none;
    -webkit-flex: none;
    -webkit-box-flex: 0;
            flex: none;
    box-sizing: border-box;
    width: 100%;
}
/* Even grid cell widths
 ========================================================================== */
[class*="uk-grid-width"] > * {
    box-sizing: border-box;
    width: 100%;
}
.uk-grid-width-1-2 > * {
    width: 50%;
}
.uk-grid-width-1-3 > * {
    width: 33.333%;
}
.uk-grid-width-1-4 > * {
    width: 25%;
}
.uk-grid-width-1-5 > * {
    width: 20%;
}
.uk-grid-width-1-6 > * {
    width: 16.666%;
}
.uk-grid-width-1-10 > * {
    width: 10%;
}
.uk-grid-width-auto > * {
    width: auto;
}
/* Phone landscape and bigger */
@media (min-width: 480px) {
    .uk-grid-width-small-1-1 > * {
        width: 100%;
    }
    .uk-grid-width-small-1-2 > * {
        width: 50%;
    }
    .uk-grid-width-small-1-3 > * {
        width: 33.333%;
    }
    .uk-grid-width-small-1-4 > * {
        width: 25%;
    }
    .uk-grid-width-small-1-5 > * {
        width: 20%;
    }
    .uk-grid-width-small-1-6 > * {
        width: 16.666%;
    }
    .uk-grid-width-small-1-10 > * {
        width: 10%;
    }
}
/* Tablet and bigger */
@media (min-width: 768px) {
    .uk-grid-width-medium-1-1 > * {
        width: 100%;
    }
    .uk-grid-width-medium-1-2 > * {
        width: 50%;
    }
    .uk-grid-width-medium-1-3 > * {
        width: 33.333%;
    }
    .uk-grid-width-medium-1-4 > * {
        width: 25%;
    }
    .uk-grid-width-medium-1-5 > * {
        width: 20%;
    }
    .uk-grid-width-medium-1-6 > * {
        width: 16.666%;
    }
    .uk-grid-width-medium-1-10 > * {
        width: 10%;
    }
}
/* Desktop and bigger */
@media (min-width: 960px) {
    .uk-grid-width-large-1-1 > * {
        width: 100%;
    }
    .uk-grid-width-large-1-2 > * {
        width: 50%;
    }
    .uk-grid-width-large-1-3 > * {
        width: 33.333%;
    }
    .uk-grid-width-large-1-4 > * {
        width: 25%;
    }
    .uk-grid-width-large-1-5 > * {
        width: 20%;
    }
    .uk-grid-width-large-1-6 > * {
        width: 16.666%;
    }
    .uk-grid-width-large-1-10 > * {
        width: 10%;
    }
}
/* Large screen and bigger */
@media (min-width: 1220px) {
    .uk-grid-width-xlarge-1-1 > * {
        width: 100%;
    }
    .uk-grid-width-xlarge-1-2 > * {
        width: 50%;
    }
    .uk-grid-width-xlarge-1-3 > * {
        width: 33.333%;
    }
    .uk-grid-width-xlarge-1-4 > * {
        width: 25%;
    }
    .uk-grid-width-xlarge-1-5 > * {
        width: 20%;
    }
    .uk-grid-width-xlarge-1-6 > * {
        width: 16.666%;
    }
    .uk-grid-width-xlarge-1-10 > * {
        width: 10%;
    }
}
/* Sub-objects: `uk-width-*`
 ========================================================================== */
[class*="uk-width"] {
    box-sizing: border-box;
    width: 100%;
}
/*
 * Widths
 */
/* Whole */
.uk-width-1-1 {
    width: 100%;
}
/* Halves */
.uk-width-1-2,
.uk-width-2-4,
.uk-width-3-6,
.uk-width-5-10 {
    width: 50%;
}
/* Thirds */
.uk-width-1-3,
.uk-width-2-6 {
    width: 33.333%;
}
.uk-width-2-3,
.uk-width-4-6 {
    width: 66.666%;
}
/* Quarters */
.uk-width-1-4 {
    width: 25%;
}
.uk-width-3-4 {
    width: 75%;
}
/* Fifths */
.uk-width-1-5,
.uk-width-2-10 {
    width: 20%;
}
.uk-width-2-5,
.uk-width-4-10 {
    width: 40%;
}
.uk-width-3-5,
.uk-width-6-10 {
    width: 60%;
}
.uk-width-4-5,
.uk-width-8-10 {
    width: 80%;
}
/* Sixths */
.uk-width-1-6 {
    width: 16.666%;
}
.uk-width-5-6 {
    width: 83.333%;
}
/* Tenths */
.uk-width-1-10 {
    width: 10%;
}
.uk-width-3-10 {
    width: 30%;
}
.uk-width-7-10 {
    width: 70%;
}
.uk-width-9-10 {
    width: 90%;
}
/* Phone landscape and bigger */
@media (min-width: 480px) {
    /* Whole */
    .uk-width-small-1-1 {
        width: 100%;
    }
    /* Halves */
    .uk-width-small-1-2,
    .uk-width-small-2-4,
    .uk-width-small-3-6,
    .uk-width-small-5-10 {
        width: 50%;
    }
    /* Thirds */
    .uk-width-small-1-3,
    .uk-width-small-2-6 {
        width: 33.333%;
    }
    .uk-width-small-2-3,
    .uk-width-small-4-6 {
        width: 66.666%;
    }
    /* Quarters */
    .uk-width-small-1-4 {
        width: 25%;
    }
    .uk-width-small-3-4 {
        width: 75%;
    }
    /* Fifths */
    .uk-width-small-1-5,
    .uk-width-small-2-10 {
        width: 20%;
    }
    .uk-width-small-2-5,
    .uk-width-small-4-10 {
        width: 40%;
    }
    .uk-width-small-3-5,
    .uk-width-small-6-10 {
        width: 60%;
    }
    .uk-width-small-4-5,
    .uk-width-small-8-10 {
        width: 80%;
    }
    /* Sixths */
    .uk-width-small-1-6 {
        width: 16.666%;
    }
    .uk-width-small-5-6 {
        width: 83.333%;
    }
    /* Tenths */
    .uk-width-small-1-10 {
        width: 10%;
    }
    .uk-width-small-3-10 {
        width: 30%;
    }
    .uk-width-small-7-10 {
        width: 70%;
    }
    .uk-width-small-9-10 {
        width: 90%;
    }
}
/* Tablet and bigger */
@media (min-width: 768px) {
    /* Whole */
    .uk-width-medium-1-1 {
        width: 100%;
    }
    /* Halves */
    .uk-width-medium-1-2,
    .uk-width-medium-2-4,
    .uk-width-medium-3-6,
    .uk-width-medium-5-10 {
        width: 50%;
    }
    /* Thirds */
    .uk-width-medium-1-3,
    .uk-width-medium-2-6 {
        width: 33.333%;
    }
    .uk-width-medium-2-3,
    .uk-width-medium-4-6 {
        width: 66.666%;
    }
    /* Quarters */
    .uk-width-medium-1-4 {
        width: 25%;
    }
    .uk-width-medium-3-4 {
        width: 75%;
    }
    /* Fifths */
    .uk-width-medium-1-5,
    .uk-width-medium-2-10 {
        width: 20%;
    }
    .uk-width-medium-2-5,
    .uk-width-medium-4-10 {
        width: 40%;
    }
    .uk-width-medium-3-5,
    .uk-width-medium-6-10 {
        width: 60%;
    }
    .uk-width-medium-4-5,
    .uk-width-medium-8-10 {
        width: 80%;
    }
    /* Sixths */
    .uk-width-medium-1-6 {
        width: 16.666%;
    }
    .uk-width-medium-5-6 {
        width: 83.333%;
    }
    /* Tenths */
    .uk-width-medium-1-10 {
        width: 10%;
    }
    .uk-width-medium-3-10 {
        width: 30%;
    }
    .uk-width-medium-7-10 {
        width: 70%;
    }
    .uk-width-medium-9-10 {
        width: 90%;
    }
}
/* Desktop and bigger */
@media (min-width: 960px) {
    /* Whole */
    .uk-width-large-1-1 {
        width: 100%;
    }
    /* Halves */
    .uk-width-large-1-2,
    .uk-width-large-2-4,
    .uk-width-large-3-6,
    .uk-width-large-5-10 {
        width: 50%;
    }
    /* Thirds */
    .uk-width-large-1-3,
    .uk-width-large-2-6 {
        width: 33.333%;
    }
    .uk-width-large-2-3,
    .uk-width-large-4-6 {
        width: 66.666%;
    }
    /* Quarters */
    .uk-width-large-1-4 {
        width: 25%;
    }
    .uk-width-large-3-4 {
        width: 75%;
    }
    /* Fifths */
    .uk-width-large-1-5,
    .uk-width-large-2-10 {
        width: 20%;
    }
    .uk-width-large-2-5,
    .uk-width-large-4-10 {
        width: 40%;
    }
    .uk-width-large-3-5,
    .uk-width-large-6-10 {
        width: 60%;
    }
    .uk-width-large-4-5,
    .uk-width-large-8-10 {
        width: 80%;
    }
    /* Sixths */
    .uk-width-large-1-6 {
        width: 16.666%;
    }
    .uk-width-large-5-6 {
        width: 83.333%;
    }
    /* Tenths */
    .uk-width-large-1-10 {
        width: 10%;
    }
    .uk-width-large-3-10 {
        width: 30%;
    }
    .uk-width-large-7-10 {
        width: 70%;
    }
    .uk-width-large-9-10 {
        width: 90%;
    }
}
/* Large screen and bigger */
@media (min-width: 1220px) {
    /* Whole */
    .uk-width-xlarge-1-1 {
        width: 100%;
    }
    /* Halves */
    .uk-width-xlarge-1-2,
    .uk-width-xlarge-2-4,
    .uk-width-xlarge-3-6,
    .uk-width-xlarge-5-10 {
        width: 50%;
    }
    /* Thirds */
    .uk-width-xlarge-1-3,
    .uk-width-xlarge-2-6 {
        width: 33.333%;
    }
    .uk-width-xlarge-2-3,
    .uk-width-xlarge-4-6 {
        width: 66.666%;
    }
    /* Quarters */
    .uk-width-xlarge-1-4 {
        width: 25%;
    }
    .uk-width-xlarge-3-4 {
        width: 75%;
    }
    /* Fifths */
    .uk-width-xlarge-1-5,
    .uk-width-xlarge-2-10 {
        width: 20%;
    }
    .uk-width-xlarge-2-5,
    .uk-width-xlarge-4-10 {
        width: 40%;
    }
    .uk-width-xlarge-3-5,
    .uk-width-xlarge-6-10 {
        width: 60%;
    }
    .uk-width-xlarge-4-5,
    .uk-width-xlarge-8-10 {
        width: 80%;
    }
    /* Sixths */
    .uk-width-xlarge-1-6 {
        width: 16.666%;
    }
    .uk-width-xlarge-5-6 {
        width: 83.333%;
    }
    /* Tenths */
    .uk-width-xlarge-1-10 {
        width: 10%;
    }
    .uk-width-xlarge-3-10 {
        width: 30%;
    }
    .uk-width-xlarge-7-10 {
        width: 70%;
    }
    .uk-width-xlarge-9-10 {
        width: 90%;
    }
}
/* Sub-object: `uk-push-*` and `uk-pull-*`
 ========================================================================== */
/*
 * Source ordering
 * Works only with `uk-width-medium-*`
 */
/* Tablet and bigger */
@media (min-width: 768px) {
    [class*="uk-push-"],
    [class*="uk-pull-"] {
        position: relative;
    }
    /*
     * Push
     */
    /* Halves */
    .uk-push-1-2,
    .uk-push-2-4,
    .uk-push-3-6,
    .uk-push-5-10 {
        left: 50%;
    }
    /* Thirds */
    .uk-push-1-3,
    .uk-push-2-6 {
        left: 33.333%;
    }
    .uk-push-2-3,
    .uk-push-4-6 {
        left: 66.666%;
    }
    /* Quarters */
    .uk-push-1-4 {
        left: 25%;
    }
    .uk-push-3-4 {
        left: 75%;
    }
    /* Fifths */
    .uk-push-1-5,
    .uk-push-2-10 {
        left: 20%;
    }
    .uk-push-2-5,
    .uk-push-4-10 {
        left: 40%;
    }
    .uk-push-3-5,
    .uk-push-6-10 {
        left: 60%;
    }
    .uk-push-4-5,
    .uk-push-8-10 {
        left: 80%;
    }
    /* Sixths */
    .uk-push-1-6 {
        left: 16.666%;
    }
    .uk-push-5-6 {
        left: 83.333%;
    }
    /* Tenths */
    .uk-push-1-10 {
        left: 10%;
    }
    .uk-push-3-10 {
        left: 30%;
    }
    .uk-push-7-10 {
        left: 70%;
    }
    .uk-push-9-10 {
        left: 90%;
    }
    /*
     * Pull
     */
    /* Halves */
    .uk-pull-1-2,
    .uk-pull-2-4,
    .uk-pull-3-6,
    .uk-pull-5-10 {
        left: -50%;
    }
    /* Thirds */
    .uk-pull-1-3,
    .uk-pull-2-6 {
        left: -33.333%;
    }
    .uk-pull-2-3,
    .uk-pull-4-6 {
        left: -66.666%;
    }
    /* Quarters */
    .uk-pull-1-4 {
        left: -25%;
    }
    .uk-pull-3-4 {
        left: -75%;
    }
    /* Fifths */
    .uk-pull-1-5,
    .uk-pull-2-10 {
        left: -20%;
    }
    .uk-pull-2-5,
    .uk-pull-4-10 {
        left: -40%;
    }
    .uk-pull-3-5,
    .uk-pull-6-10 {
        left: -60%;
    }
    .uk-pull-4-5,
    .uk-pull-8-10 {
        left: -80%;
    }
    /* Sixths */
    .uk-pull-1-6 {
        left: -16.666%;
    }
    .uk-pull-5-6 {
        left: -83.333%;
    }
    /* Tenths */
    .uk-pull-1-10 {
        left: -10%;
    }
    .uk-pull-3-10 {
        left: -30%;
    }
    .uk-pull-7-10 {
        left: -70%;
    }
    .uk-pull-9-10 {
        left: -90%;
    }
}
/* ========================================================================
   Component: Cover
 ========================================================================== */
/*
 * Background image always covers and centers its element
 */
.uk-cover-background {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
/*
 * Emulates image cover, works with video and image elements
 * 1. Parent container which clips resized object
 * 2. Resizes the object to always covers its container
 * 3. Reset the responsive image CSS
 * 4. Center object
 */
/* 1 */
.uk-cover {
    overflow: hidden;
}
.uk-cover-object {
    /* 2 */
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    /* 3 */
    max-width: none;
    /* 4 */
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
/*
 * To center iframes use `data-uk-cover` JavaScript
 */
[data-uk-cover] {
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
/* ========================================================================
   Component: Table
 ========================================================================== */
/*
 * 1. Remove most spacing between table cells.
 * 2. Block element behavior
 * 3. Style
 */
.uk-table {
    /* 1 */
    border-collapse: collapse;
    border-spacing: 0;
    /* 2 */
    width: 100%;
    /* 3 */
    margin-bottom: 15px;
}
/*
 * Add margin if adjacent element
 */
* + .uk-table {
    margin-top: 15px;
}
.uk-table th,
.uk-table td {
    padding: 8px 8px;
}
/*
 * Set alignment
 */
.uk-table th {
    text-align: left;
}
.uk-table td {
    vertical-align: top;
}
.uk-table thead th {
    vertical-align: bottom;
}
/*
 * Caption and footer
 */
.uk-table caption,
.uk-table tfoot {
    font-size: 12px;
    font-style: italic;
}
.uk-table caption {
    text-align: left;
    color: #999999;
}
/*
 * Active State
 */
.uk-table tbody tr.uk-active {
    background: #eeeeee;
}
/* Sub-modifier: `uk-table-middle`
 ========================================================================== */
.uk-table-middle,
.uk-table-middle td {
    vertical-align: middle !important;
}
/* Modifier: `uk-table-striped`
 ========================================================================== */
.uk-table-striped tbody tr:nth-of-type(odd) {
    background: #f5f5f5;
}
/* Modifier: `uk-table-condensed`
 ========================================================================== */
.uk-table-condensed td {
    padding: 4px 8px;
}
/* Modifier: `uk-table-hover`
 ========================================================================== */
.uk-table-hover tbody tr:hover {
    background: #eeeeee;
}
/* ========================================================================
   Component: Close
 ========================================================================== */
/*
 * Removes inner padding and border in Firefox 4+.
 */
.uk-close::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/*
 * 1. Correct inability to style clickable `input` types in iOS.
 * 2. Remove margins in Chrome, Safari and Opera.
 * 3. Remove borders for `button`.
 * 4. Address `overflow` set to `hidden` in IE 8/9/10/11.
 * 5. Correct `font` properties and `color` not being inherited for `button`.
 * 6. Address inconsistent `text-transform` inheritance which is only inherit in Firefox and IE
 * 7. Remove default `button` padding and background color
 * 8. Style
 */
.uk-close {
    /* 1 */
    -webkit-appearance: none;
    /* 2 */
    margin: 0;
    /* 3 */
    border: none;
    /* 4 */
    overflow: visible;
    /* 5 */
    font: inherit;
    color: inherit;
    /* 6 */
    text-transform: none;
    /* 7. */
    padding: 0;
    background: transparent;
    /* 8 */
    display: inline-block;
    box-sizing: content-box;
    width: 20px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    opacity: 0.3;
}
/* Icon */
.uk-close:after {
    display: block;
    content: "\f00d";
    font-family: FontAwesome;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 * 3. Required for `a` elements
 */
.uk-close:hover,
.uk-close:focus {
    opacity: 0.5;
    /* 2 */
    outline: none;
    /* 3 */
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}
/* Modifier
 ========================================================================== */
.uk-close-alt {
    padding: 2px;
    border-radius: 50%;
    background: #eeeeee;
    opacity: 1;
}
/* Hover */
.uk-close-alt:hover,
.uk-close-alt:focus {
    opacity: 1;
}
/* Icon */
.uk-close-alt:after {
    opacity: 0.5;
}
.uk-close-alt:hover:after,
.uk-close-alt:focus:after {
    opacity: 0.8;
}
/* ========================================================================
   Component: Animation
 ========================================================================== */
[class*="uk-animation-"] {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}
/* Hide animated element if scrollspy is used */
@media screen {
    [data-uk-scrollspy*="uk-animation-"]:not([data-uk-scrollspy*="target"]) {
        opacity: 0;
    }
}
/*
 * Fade
 * Higher specificity (!important) needed because of reverse modifier
 */
.uk-animation-fade {
    -webkit-animation-name: uk-fade;
            animation-name: uk-fade;
    -webkit-animation-duration: 0.8s;
            animation-duration: 0.8s;
    -webkit-animation-timing-function: linear !important;
            animation-timing-function: linear !important;
}
/*
 * Fade with scale
 */
.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;
}
/*
 * Fade with slide
 */
.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;
}
/*
 * Scale
 */
.uk-animation-scale {
    -webkit-animation-name: uk-scale-12;
            animation-name: uk-scale-12;
}
/*
 * Shake
 */
.uk-animation-shake {
    -webkit-animation-name: uk-shake;
            animation-name: uk-shake;
}
/* Direction modifiers
 ========================================================================== */
.uk-animation-reverse {
    -webkit-animation-direction: reverse;
            animation-direction: reverse;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
}
/* Duration modifiers
========================================================================== */
.uk-animation-15 {
    -webkit-animation-duration: 15s;
            animation-duration: 15s;
}
/* Origin modifiers
========================================================================== */
.uk-animation-top-left {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
}
.uk-animation-top-center {
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
}
.uk-animation-top-right {
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
}
.uk-animation-middle-left {
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
}
.uk-animation-middle-right {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
}
.uk-animation-bottom-left {
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
}
.uk-animation-bottom-center {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
}
.uk-animation-bottom-right {
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
}
/* Sub-object: `uk-animation-hover`
========================================================================== */
/*
 * Enable animation only on hover
 * Note: Firefox also needs this because animations are not triggered when switching between display `hidden` and `block`
 */
.uk-animation-hover:not(:hover),
.uk-animation-hover:not(:hover) [class*="uk-animation-"],
.uk-touch .uk-animation-hover:not(.uk-hover),
.uk-touch .uk-animation-hover:not(.uk-hover) [class*="uk-animation-"] {
    -webkit-animation-name: none;
            animation-name: none;
}
/* Keyframes: Fade
 * Used by dropdown, datepicker and slideshow component
 ========================================================================== */
@-webkit-keyframes uk-fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes uk-fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/* Keyframes: Fade with slide
 ========================================================================== */
/*
 * Top
 */
@-webkit-keyframes uk-fade-top {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        -webkit-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);
    }
}
/*
 * Bottom
 */
@-webkit-keyframes uk-fade-bottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
    100% {
        opacity: 1;
        -webkit-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);
    }
}
/*
 * Left
 */
@-webkit-keyframes uk-fade-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -webkit-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);
    }
}
/*
 * Right
 */
@-webkit-keyframes uk-fade-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-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);
    }
}
/* Keyframes: Fade with scale
 ========================================================================== */
/*
 * Scale by 0.2
 */
@-webkit-keyframes uk-fade-scale-02 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.2);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}
@keyframes uk-fade-scale-02 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.2);
                transform: scale(0.2);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
/*
 * Scale by 1.5
 * Used by slideshow component
 */
@-webkit-keyframes uk-fade-scale-15 {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}
@keyframes uk-fade-scale-15 {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.5);
                transform: scale(1.5);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
/*
 * Scale by 1.8
 */
@-webkit-keyframes uk-fade-scale-18 {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.8);
    }
    100% {
        opacity: 1;
        -webkit-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);
    }
}
/* Keyframes: Slide
 * Used by slideshow component
 ========================================================================== */
/*
 * Left
 */
@-webkit-keyframes uk-slide-left {
    0% {
        -webkit-transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}
@keyframes uk-slide-left {
    0% {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}
/*
 * Right
 */
@-webkit-keyframes uk-slide-right {
    0% {
        -webkit-transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}
@keyframes uk-slide-right {
    0% {
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}
/*
 * Left third
 */
@-webkit-keyframes uk-slide-left-33 {
    0% {
        -webkit-transform: translateX(33%);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}
@keyframes uk-slide-left-33 {
    0% {
        -webkit-transform: translateX(33%);
                transform: translateX(33%);
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}
/*
 * Right third
 */
@-webkit-keyframes uk-slide-right-33 {
    0% {
        -webkit-transform: translateX(-33%);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}
@keyframes uk-slide-right-33 {
    0% {
        -webkit-transform: translateX(-33%);
                transform: translateX(-33%);
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}
/* Keyframes: Scale
 ========================================================================== */
@-webkit-keyframes uk-scale-12 {
    0% {
        -webkit-transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}
@keyframes uk-scale-12 {
    0% {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
/* Keyframes: Rotate
 * Used by icon component
 ========================================================================== */
@-webkit-keyframes uk-rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}
@keyframes uk-rotate {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
                transform: rotate(359deg);
    }
}
/* Keyframes: Shake
 ========================================================================== */
@-webkit-keyframes uk-shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
    }
    10% {
        -webkit-transform: translateX(-9px);
    }
    20% {
        -webkit-transform: translateX(8px);
    }
    30% {
        -webkit-transform: translateX(-7px);
    }
    40% {
        -webkit-transform: translateX(6px);
    }
    50% {
        -webkit-transform: translateX(-5px);
    }
    60% {
        -webkit-transform: translateX(4px);
    }
    70% {
        -webkit-transform: translateX(-3px);
    }
    80% {
        -webkit-transform: translateX(2px);
    }
    90% {
        -webkit-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);
    }
}
/* Keyframes: Fade with slide fixed
 * Used by dropdown and search component
 ========================================================================== */
/*
 * Top fixed
 */
@-webkit-keyframes uk-slide-top-fixed {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@keyframes uk-slide-top-fixed {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
/*
 * Bottom fixed
 */
@-webkit-keyframes uk-slide-bottom-fixed {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@keyframes uk-slide-bottom-fixed {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
                transform: translateY(10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
/* ========================================================================
   Component: Modal
 ========================================================================== */
/*
 * This is the modal overlay and modal dialog container
 * 1. Hide by default
 * 2. Set fixed position
 * 3. Allow scrolling for the modal dialog
 * 4. Mask the background page
 * 5. Fade-in transition
 * 6. Deactivate browser history navigation in IE11
 * 7. force hardware acceleration to prevent browser rendering hiccups
 */
.uk-modal {
    /* 1 */
    display: none;
    /* 2 */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    /* 3 */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    /* 4 */
    background: rgba(0, 0, 0, 0.6);
    /* 5 */
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
            transition: opacity 0.15s linear;
    /* 6 */
    -ms-touch-action: cross-slide-y pinch-zoom double-tap-zoom;
        touch-action: cross-slide-y pinch-zoom double-tap-zoom;
    /* 7 */
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}
/*
 * Open state
 */
.uk-modal.uk-open {
    opacity: 1;
}
/*
 * Prevents duplicated scrollbar caused by 4.
 */
.uk-modal-page,
.uk-modal-page body {
    overflow: hidden;
}
/* Sub-object: `uk-modal-dialog`
 ========================================================================== */
/*
 * 1. Create position context for caption, spinner and close button
 * 2. Set box sizing
 * 3. Set style
 * 4. Slide-in transition
 */
.uk-modal-dialog {
    /* 1 */
    position: relative;
    /* 2 */
    box-sizing: border-box;
    margin: 50px auto;
    padding: 20px;
    width: 600px;
    max-width: 100%;
    max-width: calc(100% - 20px);
    /* 3 */
    background: #ffffff;
    /* 4 */
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease-out;
            transition: opacity 0.3s linear, -webkit-transform 0.3s ease-out;
            transition: opacity 0.3s linear, transform 0.3s ease-out;
            transition: opacity 0.3s linear, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
/* Phone landscape and smaller */
@media (max-width: 767px) {
    /*
     * Fit in small screen
     */
    .uk-modal-dialog {
        width: auto;
        margin: 10px auto;
    }
}
/*
 * Open state
 */
.uk-open .uk-modal-dialog {
    /* 4 */
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
/*
 * Remove margin from the last-child
 */
.uk-modal-dialog > :not([class*="uk-modal-"]):last-child {
    margin-bottom: 0;
}
/* Close in modal
 ========================================================================== */
.uk-modal-dialog > .uk-close:first-child {
    margin: -10px -10px 0 0;
    float: right;
}
/*
 * Remove margin from adjacent element
 */
.uk-modal-dialog > .uk-close:first-child + :not([class*="uk-modal-"]) {
    margin-top: 0;
}
/* Modifier: `uk-modal-dialog-lightbox`
 ========================================================================== */
.uk-modal-dialog-lightbox {
    margin: 15px auto;
    padding: 0;
    max-width: 95%;
    max-width: calc(100% - 30px);
    min-height: 50px;
}
/*
 * Close button
 */
.uk-modal-dialog-lightbox > .uk-close:first-child {
    position: absolute;
    top: -12px;
    right: -12px;
    margin: 0;
    float: none;
}
/* Phone landscape and smaller */
@media (max-width: 767px) {
    .uk-modal-dialog-lightbox > .uk-close:first-child {
        top: -7px;
        right: -7px;
    }
}
/* Modifier: `uk-modal-dialog-blank`
 ========================================================================== */
.uk-modal-dialog-blank {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    -webkit-transition: opacity 0.3s linear;
            transition: opacity 0.3s linear;
}
/*
* Close button
*/
.uk-modal-dialog-blank > .uk-close:first-child {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    margin: 0;
    float: none;
}
/* Modifier: `uk-modal-dialog-large`
 ========================================================================== */
/* Tablet and bigger */
@media (min-width: 768px) {
    .uk-modal-dialog-large {
        width: 930px;
    }
}
/* Large screen and bigger */
@media (min-width: 1220px) {
    .uk-modal-dialog-large {
        width: 1130px;
    }
}
/* Sub-Object: `uk-modal-header` and `uk-modal-footer`
 ========================================================================== */
.uk-modal-header {
    margin-bottom: 15px;
}
.uk-modal-footer {
    margin-top: 15px;
}
/*
 * Remove margin from the last-child
 */
.uk-modal-header > :last-child,
.uk-modal-footer > :last-child {
    margin-bottom: 0;
}
/* Sub-Object: `uk-modal-caption`
 ========================================================================== */
.uk-modal-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin-bottom: -10px;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* Sub-Object: `uk-modal-spinner`
 ========================================================================== */
.uk-modal-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 25px;
    color: #dddddd;
}
.uk-modal-spinner:after {
    content: "\f110";
    display: block;
    font-family: FontAwesome;
    -webkit-animation: uk-rotate 2s infinite linear;
            animation: uk-rotate 2s infinite linear;
}
/* ========================================================================
   Component: Off-canvas
 ========================================================================== */
/*
 * This is the offcanvas overlay and bar container
 * 1. Hide by default
 * 2. Set fixed position
 * 3. Deactivate browser touch actions in IE11
 * 4. Mask the background page
 */
.uk-offcanvas {
    /* 1 */
    display: none;
    /* 2 */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    /* 3 */
    -ms-touch-action: none;
        touch-action: none;
    /* 4 */
    background: rgba(0, 0, 0, 0.1);
}
.uk-offcanvas.uk-active {
    display: block;
}
/* Sub-object `uk-offcanvas-page`
 ========================================================================== */
/*
 * Prepares the whole HTML page to slide-out
 * 1. Fix the main page and disallow scrolling
 * 2. Side-out transition
 * 3. Needed for the transition to work instead of just letting it pop to the side
 */
.uk-offcanvas-page {
    /* 1 */
    position: fixed;
    /* 2 */
    -webkit-transition: margin-left 0.3s ease-in-out;
            transition: margin-left 0.3s ease-in-out;
    /* 3 */
    margin-left: 0;
}
/* Sub-object `uk-offcanvas-bar`
 ========================================================================== */
/*
 * This is the offcanvas bar
 * 1. Set fixed position
 * 2. Size and style
 * 3. Allow scrolling
 * 4. Side-out transition
 * 5. Deactivate scroll chaining in IE11
 */
.uk-offcanvas-bar {
    /* 1 */
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    z-index: 1001;
    /* 2 */
    width: 270px;
    max-width: 100%;
    background: #333333;
    /* 3 */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    /* 4 */
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
            transition: -webkit-transform 0.3s ease-in-out;
            transition:         transform 0.3s ease-in-out;
            transition:         transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    /* 5 */
    -ms-scroll-chaining: none;
}
.uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
}
/* Modifier `uk-offcanvas-bar-flip`
 ========================================================================== */
.uk-offcanvas-bar-flip {
    left: auto;
    right: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}
/* Offcanvase modes
 ========================================================================== */
.uk-offcanvas-bar[mode="none"] {
    -webkit-transition: none;
            transition: none;
}
.uk-offcanvas-bar[mode="reveal"] {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    clip: rect(0, 0, 100vh, 0);
    -webkit-transition: -webkit-transform 0.3s ease-in-out, clip 0.3s ease-in-out;
    -webkit-transition: clip 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
            transition: clip 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
            transition:         transform 0.3s ease-in-out, clip 0.3s ease-in-out;
            transition:         transform 0.3s ease-in-out, clip 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.uk-offcanvas-bar-flip[mode="reveal"] {
    clip: none;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}
.uk-offcanvas-bar-flip[mode="reveal"] > * {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
            transition: -webkit-transform 0.3s ease-in-out;
            transition:         transform 0.3s ease-in-out;
            transition:         transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.uk-offcanvas.uk-active .uk-offcanvas-bar-flip[mode="reveal"].uk-offcanvas-bar-show > * {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
}
/* Panel in offcanvas
 ========================================================================== */
.uk-offcanvas .uk-panel {
    margin: 20px 15px;
    color: #777777;
}
.uk-offcanvas .uk-panel-title {
    color: #cccccc;
}
.uk-offcanvas .uk-panel a:not([class]) {
    color: #cccccc;
}
.uk-offcanvas .uk-panel a:not([class]):hover {
    color: #ffffff;
}
/* ========================================================================
   Component: Text
 ========================================================================== */
/* Size modifiers
 ========================================================================== */
.uk-text-small {
    font-size: 11px;
    line-height: 16px;
}
.uk-text-large {
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
}
/* Weight modifiers
 ========================================================================== */
.uk-text-bold {
    font-weight: bold;
}
/* Color modifiers
 ========================================================================== */
.uk-text-muted {
    color: #999999 !important;
}
.uk-text-primary {
    color: #2d7091 !important;
}
.uk-text-success {
    color: #659f13 !important;
}
.uk-text-warning {
    color: #e28327 !important;
}
.uk-text-danger {
    color: #d85030 !important;
}
.uk-text-contrast {
    color: #ffffff !important;
}
/* Alignment modifiers
 ========================================================================== */
.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;
}
.uk-text-top {
    vertical-align: top !important;
}
.uk-text-middle {
    vertical-align: middle !important;
}
.uk-text-bottom {
    vertical-align: bottom !important;
}
/* Only tablets portrait and smaller */
@media (max-width: 959px) {
    .uk-text-center-medium {
        text-align: center !important;
    }
    .uk-text-left-medium {
        text-align: left !important;
    }
}
/* Phone landscape and smaller */
@media (max-width: 767px) {
    .uk-text-center-small {
        text-align: center !important;
    }
    .uk-text-left-small {
        text-align: left !important;
    }
}
/* Wrap modifiers
 ========================================================================== */
/*
 * Prevent text from wrapping onto multiple lines
 */
.uk-text-nowrap {
    white-space: nowrap;
}
/*
 * Prevent text from wrapping onto multiple lines, and truncate with an ellipsis
 */
.uk-text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*
 * Break strings if their length exceeds the width of their container
 */
.uk-text-break {
    word-wrap: break-word;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
}
/* Transform modifiers
 ========================================================================== */
.uk-text-capitalize {
    text-transform: capitalize !important;
}
.uk-text-lowercase {
    text-transform: lowercase !important;
}
.uk-text-uppercase {
    text-transform: uppercase !important;
}
/* ========================================================================
   Component: Utility
 ========================================================================== */
/* Container
 ========================================================================== */
.uk-container {
    box-sizing: border-box;
    max-width: 980px;
    padding: 0 25px;
}
/* Large screen and bigger */
@media (min-width: 1220px) {
    .uk-container {
        max-width: 1200px;
        padding: 0 35px;
    }
}
/*
 * Micro clearfix
 */
.uk-container:before,
.uk-container:after {
    content: "";
    display: table;
}
.uk-container:after {
    clear: both;
}
/*
 * Center container
 */
.uk-container-center {
    margin-left: auto;
    margin-right: auto;
}
/* Clearing
 ========================================================================== */
/*
 * Micro clearfix
* `table-cell` is used with `:before` because `table` creates a 1px gap when it becomes a flex item, only in Webkit
 * `table` is used again with `:after` because `clear` only works with block elements.
 * Note: `display: block` with `overflow: hidden` is currently not working in the latest Safari
 */
.uk-clearfix:before {
    content: "";
    display: table-cell;
}
.uk-clearfix:after {
    content: "";
    display: table;
    clear: both;
}
/*
 *  Create a new block formatting context
 */
.uk-nbfc {
    overflow: hidden;
}
.uk-nbfc-alt {
    display: table-cell;
    width: 10000px;
}
/* Alignment of block elements
 ========================================================================== */
/*
 * Float blocks
 * 1. Prevent content overflow on small devices
 */
.uk-float-left {
    float: left;
}
.uk-float-right {
    float: right;
}
/* 1 */
[class*="uk-float-"] {
    max-width: 100%;
}
/* Alignment of images and objects
 ========================================================================== */
/*
 * Alignment
 */
[class*="uk-align-"] {
    display: block;
    margin-bottom: 15px;
}
.uk-align-left {
    margin-right: 15px;
    float: left;
}
.uk-align-right {
    margin-left: 15px;
    float: right;
}
/* Tablet and bigger */
@media (min-width: 768px) {
    .uk-align-medium-left {
        margin-right: 15px;
        float: left;
    }
    .uk-align-medium-right {
        margin-left: 15px;
        float: right;
    }
}
.uk-align-center {
    margin-left: auto;
    margin-right: auto;
}
/* Vertical alignment
 ========================================================================== */
/*
 * Remove whitespace between child elements when using `inline-block`
 */
.uk-vertical-align {
    font-size: 0.001px;
}
/*
 *  The `uk-vertical-align` container needs a specific height
 */
.uk-vertical-align:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
/*
 * Sub-object which can have any height
 * 1. Reset whitespace hack
 */
.uk-vertical-align-middle,
.uk-vertical-align-bottom {
    display: inline-block;
    max-width: 100%;
    /* 1 */
    font-size: 1rem;
}
.uk-vertical-align-middle {
    vertical-align: middle;
}
.uk-vertical-align-bottom {
    vertical-align: bottom;
}
/* Height
 ========================================================================== */
/*
 * More robust if padding and border are used
 */
[class*="uk-height"] {
    box-sizing: border-box;
}
/*
 * Useful to extend the `html` and `body` element to the full height of the page.
 */
.uk-height-1-1 {
    height: 100%;
}
/*
 * Useful to create image teasers
 */
.uk-height-viewport {
    height: 100vh;
    min-height: 600px;
}
/* Responsive objects
 * Note: Images are already responsive by default, see Base component
 ========================================================================== */
/*
 * 1. Corrects `max-width` and `max-height` behavior if padding and border are used
 */
.uk-responsive-width,
.uk-responsive-height {
    box-sizing: border-box;
}
/*
 * Responsiveness: Sets a maximum width relative to the parent and auto scales the height
 * `important` needed to override `uk-img-preserve img`
 */
.uk-responsive-width {
    max-width: 100% !important;
    height: auto;
}
/*
 * Responsiveness: Sets a maximum height relative to the parent and auto scales the width
 * Only works if the parent element has a fixed height.
 */
.uk-responsive-height {
    max-height: 100%;
    width: auto;
}
/* Margin
 ========================================================================== */
/*
 * Create a block with the same margin of a paragraph
 * Add margin if adjacent element
 */
.uk-margin {
    margin-bottom: 15px;
}
* + .uk-margin {
    margin-top: 15px;
}
.uk-margin-top {
    margin-top: 15px !important;
}
.uk-margin-bottom {
    margin-bottom: 15px !important;
}
.uk-margin-left {
    margin-left: 15px !important;
}
.uk-margin-right {
    margin-right: 15px !important;
}
/*
 * Larger margins
 */
.uk-margin-large {
    margin-bottom: 50px;
}
* + .uk-margin-large {
    margin-top: 50px;
}
.uk-margin-large-top {
    margin-top: 50px !important;
}
.uk-margin-large-bottom {
    margin-bottom: 50px !important;
}
.uk-margin-large-left {
    margin-left: 50px !important;
}
.uk-margin-large-right {
    margin-right: 50px !important;
}
/*
 * Smaller margins
 */
.uk-margin-small {
    margin-bottom: 5px;
}
* + .uk-margin-small {
    margin-top: 5px;
}
.uk-margin-small-top {
    margin-top: 5px !important;
}
.uk-margin-small-bottom {
    margin-bottom: 5px !important;
}
.uk-margin-small-left {
    margin-left: 5px !important;
}
.uk-margin-small-right {
    margin-right: 5px !important;
}
/*
 * Remove margins
 */
.uk-margin-remove {
    margin: 0 !important;
}
.uk-margin-top-remove {
    margin-top: 0 !important;
}
.uk-margin-bottom-remove {
    margin-bottom: 0 !important;
}
/* Padding
 ========================================================================== */
.uk-padding-remove {
    padding: 0 !important;
}
.uk-padding-top-remove {
    padding-top: 0 !important;
}
.uk-padding-bottom-remove {
    padding-bottom: 0 !important;
}
.uk-padding-vertical-remove {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
/* Border
 ========================================================================== */
.uk-border-circle {
    border-radius: 50%;
}
.uk-border-rounded {
    border-radius: 5px;
}
/* Headings
 ========================================================================== */
.uk-heading-large {
    font-size: 36px;
    line-height: 42px;
}
/* Tablet and bigger */
@media (min-width: 768px) {
    .uk-heading-large {
        font-size: 52px;
        line-height: 64px;
    }
}
/* Link
 ========================================================================== */
/*
 * Let links appear in default text color
 */
.uk-link-muted,
.uk-link-muted a {
    color: #444444;
}
.uk-link-muted:hover,
.uk-link-muted a:hover {
    color: #444444;
}
/*
 * Reset link style
 */
.uk-link-reset,
.uk-link-reset a,
.uk-link-reset:hover,
.uk-link-reset a:hover,
.uk-link-reset:focus,
.uk-link-reset a:focus {
    color: inherit;
    text-decoration: none;
}
/* Scrollable
 ========================================================================== */
/*
 * Enable scrolling for preformatted text
 */
.uk-scrollable-text {
    height: 300px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    resize: both;
}
/*
 * Box with scrolling enabled
 */
.uk-scrollable-box {
    box-sizing: border-box;
    height: 170px;
    padding: 10px;
    border: 1px solid #dddddd;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    resize: both;
}
.uk-scrollable-box > :last-child {
    margin-bottom: 0;
}
/* Overflow
 ========================================================================== */
.uk-overflow-hidden {
    overflow: hidden;
}
/*
 * Enable scrollbars if content is clipped
 */
.uk-overflow-container {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.uk-overflow-container > :last-child {
    margin-bottom: 0;
}
/* Position
 ========================================================================== */
.uk-position-absolute,
[class*="uk-position-top"],
[class*="uk-position-bottom"] {
    position: absolute !important;
}
/* Don't use `width: 100%` because it is wrong if the parent has padding. */
.uk-position-top {
    top: 0;
    left: 0;
    right: 0;
}
.uk-position-bottom {
    bottom: 0;
    left: 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;
}
/*
 * Cover
 */
.uk-position-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
/*
 * Relative
 */
.uk-position-relative {
    position: relative !important;
}
/*
 * Z-index
 */
.uk-position-z-index {
    z-index: 1;
}
/* Display
 ========================================================================== */
/*
 * Display
 * 1. Required if child is a responsive image
 */
.uk-display-block {
    display: block !important;
}
.uk-display-inline {
    display: inline !important;
}
.uk-display-inline-block {
    display: inline-block !important;
    /* 1 */
    max-width: 100%;
}
/*
 * Visibility
 * Avoids setting display to `block` so it works also with `inline-block` and `table`
 */
/* Desktop and bigger */
@media (min-width: 960px) {
    .uk-visible-small {
        display: none !important;
    }
    .uk-visible-medium {
        display: none !important;
    }
    .uk-hidden-large {
        display: none !important;
    }
}
/* Tablets portrait */
@media (min-width: 768px) and (max-width: 959px) {
    .uk-visible-small {
        display: none !important;
    }
    .uk-visible-large {
        display: none !important ;
    }
    .uk-hidden-medium {
        display: none !important;
    }
}
/* Phone landscape and smaller*/
@media (max-width: 767px) {
    .uk-visible-medium {
        display: none !important;
    }
    .uk-visible-large {
        display: none !important;
    }
    .uk-hidden-small {
        display: none !important;
    }
}
/* Remove from the flow and screen readers on any device */
.uk-hidden {
    display: none !important;
    visibility: hidden !important;
}
/* It's hidden, but still affects layout */
.uk-invisible {
    visibility: hidden !important;
}
/* Show on hover */
.uk-visible-hover:hover .uk-hidden,
.uk-visible-hover:hover .uk-invisible {
    display: block !important;
    visibility: visible !important;
}
.uk-visible-hover-inline:hover .uk-hidden,
.uk-visible-hover-inline:hover .uk-invisible {
    display: inline-block !important;
    visibility: visible !important;
}
/* Hide on touch */
.uk-touch .uk-hidden-touch,
.uk-notouch .uk-hidden-notouch {
    display: none !important;
}
/* ========================================================================
   Component: Flex
 ========================================================================== */
.uk-flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display:         flex;
}
.uk-flex-inline {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: -webkit-inline-box;
    display:         inline-flex;
}
/*
 * Fixes initial flex-shrink value in IE10
 */
.uk-flex > *,
.uk-flex-inline > * {
    -ms-flex-negative: 1;
}
/* Alignment
 ========================================================================== */
/*
 * Vertical alignment
 * Default value is `stretch`
 */
.uk-flex-top {
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
            align-items: flex-start;
}
.uk-flex-middle {
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
            align-items: center;
}
.uk-flex-bottom {
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -webkit-box-align: end;
            align-items: flex-end;
}
/*
 * Horizontal alignment
 * Default value is `flex-start`
 */
.uk-flex-center {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
}
.uk-flex-right {
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -webkit-box-pack: end;
            justify-content: flex-end;
}
.uk-flex-space-between {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
}
.uk-flex-space-around {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
            justify-content: space-around;
}
/* Direction
 ========================================================================== */
.uk-flex-row-reverse {
        -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
}
.uk-flex-column {
        -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
}
.uk-flex-column-reverse {
        -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
}
/* Wrap
 ========================================================================== */
.uk-flex-nowrap {
        -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
}
.uk-flex-wrap {
        -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
.uk-flex-wrap-reverse {
        -ms-flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
}
/*
 * Horizontal alignment
 * Default value is `stretch`
 */
.uk-flex-wrap-top {
    -ms-flex-line-pack: start;
    -webkit-align-content: flex-start;
            align-content: flex-start;
}
.uk-flex-wrap-middle {
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
            align-content: center;
}
.uk-flex-wrap-bottom {
    -ms-flex-line-pack: end;
    -webkit-align-content: flex-end;
            align-content: flex-end;
}
.uk-flex-wrap-space-between {
    -ms-flex-line-pack: justify;
    -webkit-align-content: space-between;
            align-content: space-between;
}
.uk-flex-wrap-space-around {
    -ms-flex-line-pack: distribute;
    -webkit-align-content: space-around;
            align-content: space-around;
}
/* Item ordering
 ========================================================================== */
/*
 * Default is 0
 */
.uk-flex-order-first {
    -ms-flex-order: -1;
    -webkit-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
}
.uk-flex-order-last {
    -ms-flex-order: 99;
    -webkit-order: 99;
    -webkit-box-ordinal-group: 100;
            order: 99;
}
/* Phone landscape and bigger */
@media (min-width: 480px) {
    .uk-flex-order-first-small {
        -ms-flex-order: -1;
        -webkit-order: -1;
        -webkit-box-ordinal-group: 0;
                order: -1;
    }
    .uk-flex-order-last-small {
        -ms-flex-order: 99;
        -webkit-order: 99;
        -webkit-box-ordinal-group: 100;
                order: 99;
    }
}
/* Tablet and bigger */
@media (min-width: 768px) {
    .uk-flex-order-first-medium {
        -ms-flex-order: -1;
        -webkit-order: -1;
        -webkit-box-ordinal-group: 0;
                order: -1;
    }
    .uk-flex-order-last-medium {
        -ms-flex-order: 99;
        -webkit-order: 99;
        -webkit-box-ordinal-group: 100;
                order: 99;
    }
}
/* Desktop and bigger */
@media (min-width: 960px) {
    .uk-flex-order-first-large {
        -ms-flex-order: -1;
        -webkit-order: -1;
        -webkit-box-ordinal-group: 0;
                order: -1;
    }
    .uk-flex-order-last-large {
        -ms-flex-order: 99;
        -webkit-order: 99;
        -webkit-box-ordinal-group: 100;
                order: 99;
    }
}
/* Large screen and bigger */
@media (min-width: 1220px) {
    .uk-flex-order-first-xlarge {
        -ms-flex-order: -1;
        -webkit-order: -1;
        -webkit-box-ordinal-group: 0;
                order: -1;
    }
    .uk-flex-order-last-xlarge {
        -ms-flex-order: 99;
        -webkit-order: 99;
        -webkit-box-ordinal-group: 100;
                order: 99;
    }
}
/* Item dimensions
 ========================================================================== */
/*
 * Initial: 0 1 auto
 * Content dimensions, but shrinks
 */
/*
 * No Flex: 0 0 auto
 * Content dimensions
 */
.uk-flex-item-none {
        -ms-flex: none;
    -webkit-flex: none;
    -webkit-box-flex: 0;
            flex: none;
}
/*
 * Relative Flex: 1 1 auto
 * Space is allocated considering content
 * 1. Fixes flex-shrink value in IE10
 */
.uk-flex-item-auto {
        -ms-flex: auto;
    -webkit-flex: auto;
    -webkit-box-flex: 1;
            flex: auto;
    /* 1 */
    -ms-flex-negative: 1;
}
/*
 * Absolute Flex: 1 1 0%
 * Space is allocated solely based on flex
 */
.uk-flex-item-1 {
        -ms-flex: 1;
    -webkit-flex: 1;
    -webkit-box-flex: 1;
            flex: 1;
}
/* ========================================================================
   Component: Print
 ========================================================================== */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    pre,
    blockquote {
        border: 1px solid #999999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
/* ========================================================================
   Component: Sticky
 ========================================================================== */
/*
 * 1. More robust if padding and border are used
 * 2. Enable hardware acceleration for iOS browsers, resolves scrolling issue
 */
[data-uk-sticky].uk-active {
    z-index: 980;
    /* 1 */
    box-sizing: border-box;
    /* 2 */
    -webkit-backface-visibility: hidden;
}
/*
 * Faster animations
 */
[data-uk-sticky][class*="uk-animation-"] {
    -webkit-animation-duration: 0.2s;
            animation-duration: 0.2s;
}
[data-uk-sticky].uk-animation-reverse {
    -webkit-animation-duration: 0.2s;
            animation-duration: 0.2s;
}
/* ========================================================================
   12-column grid
 ========================================================================== */
.uk-grid-width-1-12 > * {
    width: 8.333%;
}
.uk-width-1-12 {
    width: 8.333%;
}
.uk-width-2-12 {
    width: 16.666%;
}
.uk-width-3-12 {
    width: 25%;
}
.uk-width-4-12 {
    width: 33.333%;
}
.uk-width-5-12 {
    width: 41.666%;
}
.uk-width-6-12 {
    width: 50%;
}
.uk-width-7-12 {
    width: 58.333%;
}
.uk-width-8-12 {
    width: 66.666%;
}
.uk-width-9-12 {
    width: 75%;
}
.uk-width-10-12 {
    width: 83.333%;
}
.uk-width-11-12 {
    width: 91.666%;
}
@media (min-width: 480px) {
    .uk-grid-width-small-1-12 > * {
        width: 8.333%;
    }
    .uk-width-small-1-12 {
        width: 8.333%;
    }
    .uk-width-small-2-12 {
        width: 16.666%;
    }
    .uk-width-small-3-12 {
        width: 25%;
    }
    .uk-width-small-4-12 {
        width: 33.333%;
    }
    .uk-width-small-5-12 {
        width: 41.666%;
    }
    .uk-width-small-6-12 {
        width: 50%;
    }
    .uk-width-small-7-12 {
        width: 58.333%;
    }
    .uk-width-small-8-12 {
        width: 66.666%;
    }
    .uk-width-small-9-12 {
        width: 75%;
    }
    .uk-width-small-10-12 {
        width: 83.333%;
    }
    .uk-width-small-11-12 {
        width: 91.666%;
    }
}
/* Tablet and bigger */
@media (min-width: 768px) {
    .uk-grid-width-medium-1-12 > * {
        width: 8.333%;
    }
    .uk-width-medium-1-12 {
        width: 8.333%;
    }
    .uk-width-medium-2-12 {
        width: 16.666%;
    }
    .uk-width-medium-3-12 {
        width: 25%;
    }
    .uk-width-medium-4-12 {
        width: 33.333%;
    }
    .uk-width-medium-5-12 {
        width: 41.666%;
    }
    .uk-width-medium-6-12 {
        width: 50%;
    }
    .uk-width-medium-7-12 {
        width: 58.333%;
    }
    .uk-width-medium-8-12 {
        width: 66.666%;
    }
    .uk-width-medium-9-12 {
        width: 75%;
    }
    .uk-width-medium-10-12 {
        width: 83.333%;
    }
    .uk-width-medium-11-12 {
        width: 91.666%;
    }
}
/* Desktop and bigger */
@media (min-width: 960px) {
    .uk-grid-width-large-1-12 > * {
        width: 8.333%;
    }
    .uk-width-large-1-12 {
        width: 8.333%;
    }
    .uk-width-large-2-12 {
        width: 16.666%;
    }
    .uk-width-large-3-12 {
        width: 25%;
    }
    .uk-width-large-4-12 {
        width: 33.333%;
    }
    .uk-width-large-5-12 {
        width: 41.666%;
    }
    .uk-width-large-6-12 {
        width: 50%;
    }
    .uk-width-large-7-12 {
        width: 58.333%;
    }
    .uk-width-large-8-12 {
        width: 66.666%;
    }
    .uk-width-large-9-12 {
        width: 75%;
    }
    .uk-width-large-10-12 {
        width: 83.333%;
    }
    .uk-width-large-11-12 {
        width: 91.666%;
    }
}
/* Large screen and bigger */
@media (min-width: 1220px) {
    .uk-grid-width-xlarge-1-12 > * {
        width: 8.333%;
    }
    .uk-width-xlarge-1-12 {
        width: 8.333%;
    }
    .uk-width-xlarge-2-12 {
        width: 16.666%;
    }
    .uk-width-xlarge-3-12 {
        width: 25%;
    }
    .uk-width-xlarge-4-12 {
        width: 33.333%;
    }
    .uk-width-xlarge-5-12 {
        width: 41.666%;
    }
    .uk-width-xlarge-6-12 {
        width: 50%;
    }
    .uk-width-xlarge-7-12 {
        width: 58.333%;
    }
    .uk-width-xlarge-8-12 {
        width: 66.666%;
    }
    .uk-width-xlarge-9-12 {
        width: 75%;
    }
    .uk-width-xlarge-10-12 {
        width: 83.333%;
    }
    .uk-width-xlarge-11-12 {
        width: 91.666%;
    }
}
/* Pushes and pulls */
@media (min-width: 768px) {
    .uk-push-1-12 {
        left: 8.333%;
    }
    .uk-push-2-12 {
        left: 16.666%;
    }
    .uk-push-3-12 {
        left: 25%;
    }
    .uk-push-4-12 {
        left: 33.333%;
    }
    .uk-push-5-12 {
        left: 41.666%;
    }
    .uk-push-6-12 {
        left: 50%;
    }
    .uk-push-7-12 {
        left: 58.333%;
    }
    .uk-push-8-12 {
        left: 66.666%;
    }
    .uk-push-9-12 {
        left: 75%;
    }
    .uk-push-10-12 {
        left: 83.333%;
    }
    .uk-push-11-12 {
        left: 91.666%;
    }
    .uk-pull-1-12 {
        left: -8.333%;
    }
    .uk-pull-2-12 {
        left: -16.666%;
    }
    .uk-pull-3-12 {
        left: -25%;
    }
    .uk-pull-4-12 {
        left: -33.333%;
    }
    .uk-pull-5-12 {
        left: -41.666%;
    }
    .uk-pull-6-12 {
        left: -50%;
    }
    .uk-pull-7-12 {
        left: -58.333%;
    }
    .uk-pull-8-12 {
        left: -66.666%;
    }
    .uk-pull-9-12 {
        left: -75%;
    }
    .uk-pull-10-12 {
        left: -83.333%;
    }
    .uk-pull-11-12 {
        left: -91.666%;
    }
}
/* Responsive width: large */
/* Responsive width: medium */
/* Responsive width: small */
@media (max-width: 767px) {
    .uk-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}
/* Responsive width: mobile */
/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* ========================================================================
   Mixins, fonts, variables and general
 ========================================================================== */
/* Mixins
 ========================================================================== */
.reset-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.slope {
    position: absolute;
    z-index: -1;
    top: -20px;
    left: 0;
    width: 101%;
    height: 2000px;
    content: "";
    background-color: inherit;
    -webkit-transform: skewY(5deg);
            transform: skewY(5deg);
}
.loading-icon {
    font-family: icomoon;
    content: "\eb25";
    -webkit-animation: anim-rotate 2s infinite linear;
            animation: anim-rotate 2s infinite linear;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    color: #c5c5c5;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    z-index: 1;
}
.text-xxxl {
    font-size: 40px;
    line-height: 1.25em;
}
@media (max-width: 1219px) {
    .text-xxxl {
        font-size: 36px;
    }
}
@media (max-width: 959px) {
    .text-xxxl {
        font-size: 32px;
    }
}
@media (max-width: 767px) {
    .text-xxxl {
        font-size: 30px;
    }
}
.text-xxl {
    font-size: 36px;
    line-height: 1.25em;
}
@media (max-width: 1219px) {
    .text-xxl {
        font-size: 32px;
    }
}
@media (max-width: 959px) {
    .text-xxl {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .text-xxl {
        font-size: 28px;
    }
}
.text-xl {
    font-size: 30px;
    line-height: 1.25em;
}
@media (max-width: 1219px) {
    .text-xl {
        font-size: 28px;
    }
}
@media (max-width: 959px) {
    .text-xl {
        font-size: 26px;
    }
}
@media (max-width: 767px) {
    .text-xl {
        font-size: 24px;
    }
}
.text-lg {
    font-size: 24px;
    line-height: 1.25em;
}
@media (max-width: 1219px) {
    .text-lg {
        font-size: 22px;
    }
}
@media (max-width: 959px) {
    .text-lg {
        font-size: 20px;
    }
}
.text-md {
    font-size: 20px;
    line-height: 1.25em;
}
@media (max-width: 959px) {
    .text-md {
        font-size: 18px;
    }
}
.text-sm {
    font-size: 16px;
    line-height: 1.5em;
}
.text-xs {
    font-size: 14px;
    line-height: 1.5em;
}
.block-margin-top {
    margin-top: 50px;
}
@media (max-width: 959px) {
    .block-margin-top {
        margin-top: 25px;
    }
}
.block-margin-bottom {
    margin-bottom: 50px;
}
@media (max-width: 959px) {
    .block-margin-bottom {
        margin-bottom: 25px;
    }
}
.button-bottom {
    position: relative;
}
.button-bottom:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2;
}
/* Fonts
 ========================================================================== */
/* poppins-regular - latin */
@font-face {
    font-display: swap;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/poppins-v21-latin-regular.woff2") format("woff2");
}
/* poppins-600 - latin */
@font-face {
    font-display: swap;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/poppins-v21-latin-600.woff2") format("woff2");
}
/* poppins-700 - latin */
@font-face {
    font-display: swap;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/poppins-v21-latin-700.woff2") format("woff2");
}
@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.eot?rsnry9");
    src: url("../fonts/icomoon.eot?rsnry9#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?rsnry9") format("truetype"), url("../fonts/icomoon.woff?rsnry9") format("woff"), url("../fonts/icomoon.svg?rsnry9#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}
[class^="icomoon-"],
[class*=" icomoon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@-webkit-keyframes anim-rotate {
    0% {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes anim-rotate {
    0% {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
.spinner {
    display: inline-block;
    -webkit-animation: anim-rotate 2s infinite linear;
            animation: anim-rotate 2s infinite linear;
}
.icomoon-newspaper:before {
    content: "\e90b";
}
.icomoon-phone-old:before {
    content: "\ea1c";
}
.icomoon-phone:before {
    content: "\ea1d";
}
.icomoon-spinner1:before {
    content: "\eb25";
}
.icomoon-spinner2:before {
    content: "\eb26";
}
.icomoon-dots:before {
    content: "\ec6a";
}
.icomoon-menu:before {
    content: "\ec71";
}
.icomoon-link:before {
    content: "\ec99";
}
.icomoon-pointer:before {
    content: "\ed30";
}
.icomoon-cross:before {
    content: "\ed6d";
}
.icomoon-checkmark:before {
    content: "\ed72";
}
.icomoon-chevron-up:before {
    content: "\edb9";
}
.icomoon-chevron-right:before {
    content: "\edbd";
}
.icomoon-chevron-down:before {
    content: "\edc1";
}
.icomoon-chevron-left:before {
    content: "\edc5";
}
.icomoon-caret-up:before {
    content: "\edc7";
}
.icomoon-caret-right:before {
    content: "\edc8";
}
.icomoon-caret-down:before {
    content: "\edc9";
}
.icomoon-caret-left:before {
    content: "\edca";
}
.icomoon-arrow-up:before {
    content: "\eddc";
}
.icomoon-arrow-right:before {
    content: "\edde";
}
.icomoon-arrow-down:before {
    content: "\ede0";
}
.icomoon-arrow-left:before {
    content: "\ede2";
}
/* General
 ========================================================================== */
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
    height: 100%;
    -webkit-font-smoothing: antialiased;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
a {
    color: #1da9df;
    -webkit-transition: color 200ms linear, background-color 200ms linear;
            transition: color 200ms linear, background-color 200ms linear;
    text-decoration: none;
}
a[class*="bg-"] {
    color: #ffffff;
}
html.is-touch a {
    -webkit-transition: all 0 none !important;
            transition: all 0 none !important;
}
html:not(.is-touch) a:hover {
    color: #f38b00;
}
html:not(.is-touch) a[class*="bg-"]:hover {
    background-color: #000000;
    color: #ffffff;
}
.bg-green {
    background-color: #a1c700;
    color: #ffffff;
}
.bg-purple {
    background-color: #884797;
    color: #ffffff;
}
.bg-blue {
    background-color: #1da9df;
    color: #ffffff;
}
.bg-orange {
    background-color: #f38b00;
    color: #ffffff;
}
.bg-pink {
    background-color: #ea2288;
    color: #ffffff;
}
.bg-red {
    background-color: #ea2d00;
    color: #ffffff;
}
.bg-yellow {
    background-color: #ffc500;
    color: #ffffff;
}
.bg-teal {
    background-color: #009e7a;
    color: #ffffff;
}
.bg-unknown {
    background-color: #000000;
    color: #ffffff !important;
}
.text-green {
    color: #a1c700;
}
.text-purple {
    color: #884797;
}
.text-blue {
    color: #1da9df;
}
.text-orange {
    color: #f38b00;
}
.text-pink {
    color: #ea2288;
}
.text-red {
    color: #ea2d00;
}
.text-yellow {
    color: #ffc500;
}
.text-teal {
    color: #009e7a;
}
.text-unknown {
    color: #000000;
}
.text-intro {
    color: #c5c5c5;
    font-size: 20px;
    line-height: 1.25em;
}
@media (max-width: 959px) {
    .text-intro {
        font-size: 18px;
    }
}
.button {
    font-size: 24px;
    line-height: 1.25em;
    display: inline-block;
    color: #ffffff !important;
    text-align: center;
    padding: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}
@media (max-width: 1219px) {
    .button {
        font-size: 22px;
    }
}
@media (max-width: 959px) {
    .button {
        font-size: 20px;
    }
}
@media (max-width: 959px) {
    .button {
        padding: 15px;
    }
}
.button--sm {
    font-size: 20px;
    line-height: 1.25em;
    padding: 10px 20px;
}
@media (max-width: 959px) {
    .button--sm {
        font-size: 18px;
    }
}
h1 {
    font-size: 36px;
    line-height: 1.25em;
    color: #f38b00;
}
@media (max-width: 1219px) {
    h1 {
        font-size: 32px;
    }
}
@media (max-width: 959px) {
    h1 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    h1 {
        font-size: 28px;
    }
}
h2 {
    font-size: 30px;
    line-height: 1.25em;
    color: #f38b00;
}
@media (max-width: 1219px) {
    h2 {
        font-size: 28px;
    }
}
@media (max-width: 959px) {
    h2 {
        font-size: 26px;
    }
}
@media (max-width: 767px) {
    h2 {
        font-size: 24px;
    }
}
h3 {
    font-size: 24px;
    line-height: 1.25em;
    color: #f38b00;
}
@media (max-width: 1219px) {
    h3 {
        font-size: 22px;
    }
}
@media (max-width: 959px) {
    h3 {
        font-size: 20px;
    }
}
ul,
ol {
    padding-left: 40px;
}
@media (max-width: 767px) {
    ul,
    ol {
        padding-left: 30px;
    }
}
.text-intro {
    color: #c5c5c5;
    font-size: 20px;
    line-height: 1.25em;
}
@media (max-width: 959px) {
    .text-intro {
        font-size: 18px;
    }
}
.image-caption {
    margin-top: 5px;
    margin-bottom: 0;
    color: #c5c5c5;
    font-size: 14px;
    line-height: 1.5em;
}
.large-title {
    font-size: 40px;
    line-height: 1.25em;
}
@media (max-width: 1219px) {
    .large-title {
        font-size: 36px;
    }
}
@media (max-width: 959px) {
    .large-title {
        font-size: 32px;
    }
}
@media (max-width: 767px) {
    .large-title {
        font-size: 30px;
    }
}
.large-title.large-margin {
    margin-bottom: 50px;
}
@media (max-width: 959px) {
    .large-title.large-margin {
        margin-bottom: 25px;
    }
}
.has-subnav h1 {
    font-size: 30px;
    line-height: 1.25em;
}
@media (max-width: 1219px) {
    .has-subnav h1 {
        font-size: 28px;
    }
}
@media (max-width: 959px) {
    .has-subnav h1 {
        font-size: 26px;
    }
}
@media (max-width: 767px) {
    .has-subnav h1 {
        font-size: 24px;
    }
}
.margin-top-large {
    margin-top: 50px;
}
@media (max-width: 959px) {
    .margin-top-large {
        margin-top: 25px;
    }
}
.margin-bottom-large {
    margin-bottom: 50px;
}
@media (max-width: 959px) {
    .margin-bottom-large {
        margin-bottom: 25px;
    }
}
.google-maps-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.google-maps-wrapper:after {
    font-family: icomoon;
    content: "\eb25";
    -webkit-animation: anim-rotate 2s infinite linear;
            animation: anim-rotate 2s infinite linear;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    color: #c5c5c5;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    z-index: 1;
}
.google-maps-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}
/* ========================================================================
   Modules
 ========================================================================== */
/* Hover.css v2.2.1
 ========================================================================== */
/* 2D TRANSITIONS */
/* Grow */
html:not(.is-touch) .hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property:         transform;
    -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property:         transform;
            transition-property:         transform, -webkit-transform;
}
html:not(.is-touch) .hvr-grow:hover,
html:not(.is-touch) .hvr-grow:focus,
html:not(.is-touch) .hvr-grow:active {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
/* ========================================================================
   Content blocks
 ========================================================================== */
/* Shared
 ========================================================================== */
.cb {
    margin-bottom: 50px;
}
@media (max-width: 959px) {
    .cb {
        margin-bottom: 25px;
    }
}
.cb .rte-text ul {
    list-style: none;
}
.cb .rte-text ul li {
    position: relative;
}
.cb .rte-text ul li:before {
    font-family: icomoon;
    position: absolute;
    content: "\edbd";
    left: -16px;
    font-size: 12px;
    color: #f38b00;
}
/* Image buttons
 ========================================================================== */
.cb-image-buttons .intro {
    margin-bottom: 30px;
}
.cb-image-buttons .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.cb-image-buttons .item .item-button {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.cb-image-buttons .item .item-button:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2;
}
.cb-image-buttons .item .item-button .text .title {
    font-size: 30px;
    line-height: 1.25em;
    display: block;
    margin-bottom: 20px;
}
@media (max-width: 1219px) {
    .cb-image-buttons .item .item-button .text .title {
        font-size: 28px;
    }
}
@media (max-width: 959px) {
    .cb-image-buttons .item .item-button .text .title {
        font-size: 26px;
    }
}
@media (max-width: 767px) {
    .cb-image-buttons .item .item-button .text .title {
        font-size: 24px;
    }
}
.cb-image-buttons .item .item-button .text .subtitle {
    font-size: 20px;
    line-height: 1.25em;
    display: block;
}
@media (max-width: 959px) {
    .cb-image-buttons .item .item-button .text .subtitle {
        font-size: 18px;
    }
}
.cb-image-buttons .item .item-button-image-text .image {
    display: block;
    padding-top: 56.25%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 101%;
}
.cb-image-buttons .item .item-button-image-text .image img {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
}
.cb-image-buttons .item .item-button-image-text .text {
    font-size: 24px;
    line-height: 1.25em;
    font-weight: 700;
    display: block;
    position: relative;
    padding: 30px 20px;
    z-index: 2;
    width: 100%;
    text-align: center;
    background-color: inherit;
}
@media (max-width: 1219px) {
    .cb-image-buttons .item .item-button-image-text .text {
        font-size: 22px;
    }
}
@media (max-width: 959px) {
    .cb-image-buttons .item .item-button-image-text .text {
        font-size: 20px;
    }
}
.cb-image-buttons .item .item-button-image-text .text:before {
    position: absolute;
    z-index: -1;
    top: -20px;
    left: 0;
    width: 101%;
    height: 2000px;
    content: "";
    background-color: inherit;
    -webkit-transform: skewY(5deg);
            transform: skewY(5deg);
}
.cb-image-buttons .item .item-button-text {
    font-size: 30px;
    line-height: 1.25em;
    font-weight: 700;
    width: 100%;
    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;
    min-height: 150px;
    padding: 20px;
}
@media (max-width: 1219px) {
    .cb-image-buttons .item .item-button-text {
        font-size: 28px;
    }
}
@media (max-width: 959px) {
    .cb-image-buttons .item .item-button-text {
        font-size: 26px;
    }
}
@media (max-width: 767px) {
    .cb-image-buttons .item .item-button-text {
        font-size: 24px;
    }
}
.cb-image-buttons .item .item-button-text .text {
    width: 100%;
}
@media (max-width: 959px) {
    .cb-image-buttons .item .item-button-text {
        padding: 20px 10px;
    }
}
/* Images
 ========================================================================== */
.cb-images .intro {
    margin-bottom: 30px;
}
.cb-images .image-wrapper {
    display: block;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
}
.cb-images .image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.cb-images .image-wrapper .icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 2;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    border-radius: 50%;
    color: #ffffff;
    background-color: #a1c700;
    -webkit-transition: background-color 200ms linear;
            transition: background-color 200ms linear;
}
.cb-images .image-wrapper .icon [class*="icomoon-"] {
    line-height: 30px;
}
.cb-images .image-wrapper:hover .icon {
    background-color: #000000;
}
/* News grid
 ========================================================================== */
.cb-news-grid h2 {
    color: #884797;
    font-size: 36px;
    line-height: 1.25em;
}
@media (max-width: 1219px) {
    .cb-news-grid h2 {
        font-size: 32px;
    }
}
@media (max-width: 959px) {
    .cb-news-grid h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .cb-news-grid h2 {
        font-size: 28px;
    }
}
.cb-news-grid .item {
    display: block;
    color: #884797;
}
.cb-news-grid .item .image {
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    padding-top: 55.55556%;
    position: relative;
}
.cb-news-grid .item .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
.cb-news-grid .item .image .icon {
    position: relative;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
}
.cb-news-grid .item .image .icon:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2;
}
.cb-news-grid .item .image .icon [class*="icomoon-"] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 32px;
    text-align: center;
    margin-top: -25px;
    margin-left: -25px;
}
.cb-news-grid .item .text {
    display: block;
    font-size: 20px;
    line-height: 1.25em;
    font-weight: 700;
}
@media (max-width: 959px) {
    .cb-news-grid .item .text {
        font-size: 18px;
    }
}
.cb-news-grid .item .date {
    font-size: 14px;
    line-height: 1.5em;
    color: #c5c5c5;
}
html:not(.is-touch) .cb-news-grid .item:hover {
    color: #000000;
}
/* Table
 ========================================================================== */
.cb-table .intro {
    margin-bottom: 30px;
}
.cb-table .table-editor {
    max-width: 100%;
    overflow-x: auto;
}
.cb-table .table-editor table {
    padding: 0;
    border-spacing: 0;
}
.cb-table .table-editor table th {
    background-color: #ffc500;
    color: #ffffff;
    padding: 5px 10px;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
}
.cb-table .table-editor table td {
    padding: 10px;
    text-align: left;
    vertical-align: top;
    min-width: 200px;
}
.cb-table .table-editor table td.no-wrap {
    white-space: nowrap;
    min-width: 0;
}
.cb-table .table-editor table tbody tr {
    background-color: #fff3ca;
}
.cb-table .table-editor table tbody tr:nth-child(2n+1) {
    background-color: #fff9e4;
}
/* Text
 ========================================================================== */
.cb-text .text :last-child {
    margin-bottom: 0;
}
/* Text + buttons
 ========================================================================== */
.cb-text-buttons {
    margin-bottom: 50px;
}
@media (max-width: 959px) {
    .cb-text-buttons {
        margin-bottom: 25px;
    }
}
.cb-text-buttons .text-content h1 {
    color: #f38b00;
}
.cb-text-buttons .text-content .text {
    font-size: 24px;
    line-height: 1.25em;
    line-height: 1.5em;
}
@media (max-width: 1219px) {
    .cb-text-buttons .text-content .text {
        font-size: 22px;
    }
}
@media (max-width: 959px) {
    .cb-text-buttons .text-content .text {
        font-size: 20px;
    }
}
.cb-text-buttons .text-content a {
    color: #884797;
    font-weight: 700;
}
.cb-text-buttons .text-content a:hover {
    color: #000000;
}
.cb-text-buttons .buttons-content h2 {
    font-size: 36px;
    line-height: 1.25em;
    color: #884797;
}
@media (max-width: 1219px) {
    .cb-text-buttons .buttons-content h2 {
        font-size: 32px;
    }
}
@media (max-width: 959px) {
    .cb-text-buttons .buttons-content h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .cb-text-buttons .buttons-content h2 {
        font-size: 28px;
    }
}
.cb-text-buttons .buttons-content .button {
    position: relative;
    display: block;
}
.cb-text-buttons .buttons-content .button:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2;
}
/* Two columns
 ========================================================================== */
.cb-two-columns .text :last-child {
    margin-bottom: 0;
}
/* Video
 ========================================================================== */
.cb-video .intro {
    margin-bottom: 30px;
}
.cb-video .video-wrapper {
    position: relative;
    padding-top: 56.25%;
}
.cb-video .video-wrapper:after {
    font-family: icomoon;
    content: "\eb25";
    -webkit-animation: anim-rotate 2s infinite linear;
            animation: anim-rotate 2s infinite linear;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    color: #c5c5c5;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    z-index: 1;
}
.cb-video .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    max-width: 100%;
}
/* Video + text
 ========================================================================== */
.cb-video-text .video-wrapper {
    position: relative;
    padding-top: 56.25%;
}
.cb-video-text .video-wrapper:after {
    font-family: icomoon;
    content: "\eb25";
    -webkit-animation: anim-rotate 2s infinite linear;
            animation: anim-rotate 2s infinite linear;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    color: #c5c5c5;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    z-index: 1;
}
.cb-video-text .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}
/* ========================================================================
   Page components
 ========================================================================== */
/* Page header
 ========================================================================== */
.page-header {
    background-color: #ffffff;
}
.page-header .wrapper {
    position: relative;
    height: 155px;
}
.page-header .nav-primary {
    font-size: 20px;
    line-height: 1.25em;
    position: absolute;
    top: 80px;
    right: 0;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
}
@media (max-width: 959px) {
    .page-header .nav-primary {
        font-size: 18px;
    }
}
.page-header .nav-primary ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 10px;
    overflow: hidden;
}
.page-header .nav-primary ul li {
    float: left;
    margin-right: 20px;
}
.page-header .nav-primary ul li a {
    text-transform: lowercase;
    color: #000000;
}
.page-header .nav-primary ul li a.active {
    color: #f38b00;
}
.page-header .nav-primary ul li:last-child {
    margin-right: 60px;
}
.page-header .nav-primary .header-phone {
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    border-radius: 50%;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
}
.page-header .nav-primary .header-phone [class*="icomoon-"] {
    line-height: 40px;
}
.page-header .nav-secundary {
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    background-color: #f38b00;
    font-size: 14px;
    line-height: 45px;
    font-weight: 600;
}
.page-header .nav-secundary:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: -22px;
    width: 45px;
    height: 45px;
    content: "";
    background-color: inherit;
    -webkit-transform: skewX(45deg);
            transform: skewX(45deg);
}
.page-header .nav-secundary ul {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 10px;
    overflow: hidden;
}
.page-header .nav-secundary ul li {
    float: left;
    margin-right: 15px;
}
.page-header .nav-secundary ul li a {
    display: block;
    height: 45px;
    color: #ffffff;
    -webkit-transition: color 200ms linear, background-color 200ms linear, opacity 200ms linear;
            transition: color 200ms linear, background-color 200ms linear, opacity 200ms linear;
    opacity: 0.5;
}
.page-header .nav-secundary ul li a.active {
    opacity: 1;
}
.page-header .nav-secundary ul .presentis {
    margin-right: 0;
}
.page-header .nav-secundary ul .presentis a {
    background-color: #884797;
    padding: 0 110px 0 15px;
    position: relative;
    opacity: 1;
}
.page-header .nav-secundary ul .presentis img {
    height: 21px;
    position: absolute;
    top: 12px;
    right: 15px;
}
.page-header .header-logo {
    position: absolute;
    display: block;
    width: 278px;
    left: 0;
    top: 47px;
}
.page-header .header-logo .part1 {
    position: absolute;
    width: 122px;
    left: -132px;
    top: -66px;
}
.page-header.uk-active {
    z-index: 999;
    box-shadow: 0 6px 8px -6px rgba(0, 0, 0, 0.5);
}
.page-header.uk-active .wrapper {
    height: 80px;
}
.page-header.uk-active .nav-primary {
    top: 20px;
}
.page-header.uk-active .nav-secundary {
    display: none;
}
.page-header.uk-active .header-logo {
    width: 149px;
    top: 22px;
}
.page-header.uk-active .header-logo .part1 {
    width: 65px;
    left: -71px;
    top: -36px;
}
.page-header .mobile-buttons {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    width: 40px;
}
.page-header .mobile-buttons a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}
.page-header .mobile-buttons a [class*="icomoon-"] {
    font-size: 20px;
    line-height: 40px;
}
@media (max-width: 1219px) {
    .page-header .header-logo {
        width: 186px;
        top: 66px;
    }
    .page-header .header-logo .part1 {
        width: 81px;
        left: -89px;
        top: -45px;
    }
}
@media (max-width: 959px) {
    .page-header .header-logo .part1 {
        display: block;
        width: 81px;
        left: 0;
        top: -36px;
    }
    .page-header .header-logo .part2 {
        display: none;
    }
    .page-header.uk-active .header-logo .part1 {
        width: 50px;
        left: 0;
        top: -11px;
    }
}
@media (max-width: 767px) {
    .page-header {
        position: relative;
        z-index: 999;
        box-shadow: 0 6px 8px -6px rgba(0, 0, 0, 0.5);
    }
    .page-header .uk-container {
        padding: 0;
    }
    .page-header .wrapper {
        height: 80px;
    }
    .page-header .nav-primary {
        display: none;
    }
    .page-header .nav-secundary {
        display: none;
    }
    .page-header .header-logo {
        width: 150px;
        top: 21px;
        left: 65px;
    }
    .page-header .header-logo .part1 {
        display: block;
        width: 66px !important;
        left: -71px !important;
        top: -36px !important;
    }
    .page-header .header-logo .part2 {
        display: block;
    }
    .page-header .mobile-buttons {
        display: block;
    }
}
html:not(.is-touch) .page-header .nav-primary ul li a:hover {
    color: #f38b00;
}
html:not(.is-touch) .page-header .nav-secundary ul li a:hover {
    color: #ffffff;
    opacity: 1;
}
html:not(.is-touch) .page-header .nav-secundary ul .presentis a:hover {
    opacity: 1;
    background-color: #000000;
}
/* Page footer
 ========================================================================== */
.page-footer {
    font-size: 16px;
    line-height: 1.5em;
    margin-top: 50px;
    background-color: #884797;
    padding: 50px 0;
    color: #ffffff;
}
@media (max-width: 959px) {
    .page-footer {
        margin-top: 25px;
    }
}
.page-footer a {
    color: #ffffff;
    -webkit-transition: color 200ms linear, background-color 200ms linear, opacity 200ms linear;
            transition: color 200ms linear, background-color 200ms linear, opacity 200ms linear;
    opacity: 0.5;
}
.page-footer h3 {
    color: #ffffff;
}
.page-footer .footer-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.page-footer .logo-sbb img {
    max-width: 150px;
    height: auto;
}
html:not(.is-touch) .page-footer a:hover {
    color: #ffffff;
    opacity: 1;
}
/* Agenda listing
 ========================================================================== */
.agenda-listing {
    margin-top: 50px;
}
@media (max-width: 959px) {
    .agenda-listing {
        margin-top: 25px;
    }
}
.agenda-listing .section {
    margin: 0 auto 20px auto;
    width: 80%;
}
.agenda-listing .section .header {
    background-color: #e5e5e5;
    padding: 20px 25px;
    border-bottom: 2px solid #ffffff;
}
.agenda-listing .section .header h2 {
    color: #1da9df;
    line-height: 1em;
    margin-bottom: 0;
}
.agenda-listing .section .header .subtitle {
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: 700;
}
.agenda-listing .section .items {
    background-color: #f5f5f5;
    padding: 20px 25px;
}
.agenda-listing .section .items .item {
    margin-top: 0;
    overflow: hidden;
}
.agenda-listing .section .items .item .date {
    color: #f38b00;
    font-weight: 700;
}
.agenda-listing .section .items .item .description ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 15px;
}
.agenda-listing .section .items .item .description ul li {
    position: relative;
}
.agenda-listing .section .items .item .description ul li:before {
    font-family: icomoon;
    position: absolute;
    content: "\edbd";
    left: -16px;
    font-size: 10px;
}
.agenda-listing .section .items .item .description :last-child {
    margin-bottom: 0;
}
.agenda-listing .section .items hr {
    margin: 20px -30px;
    border-top: 2px solid #ffffff;
}
.agenda-listing .section .items hr:last-child {
    display: none;
}
@media (max-width: 959px) {
    .agenda-listing .section {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .agenda-listing .section .header {
        padding: 10px;
    }
    .agenda-listing .section .items {
        padding: 10px;
    }
    .agenda-listing .section .items .item .date br {
        display: none;
    }
    .agenda-listing .section .items .item .description {
        margin-top: 10px;
    }
    .agenda-listing .section .items hr {
        margin: 10px -15px;
    }
}
/* Cookie popup
 ========================================================================== */
.cc-warning {
    border: 2px solid #1da9df;
    padding: 20px;
}
.cc-warning :last-child {
    margin-bottom: 0;
}
#cc_window {
    --cc-header-color: #f38b00;
    --cc-link-color: #1da9df;
    --cc-link-color-hover: #f38b00;
    --cc-btn-settings-color: #000000;
    --cc-btn-settings-color-hover: #ffffff;
    --cc-btn-settings-bg: #ffffff;
    --cc-btn-settings-bg-hover: #000000;
    --cc-btn-save-color: #000000;
    --cc-btn-save-color-hover: #ffffff;
    --cc-btn-save-bg: #ffffff;
    --cc-btn-save-bg-hover: #000000;
    --cc-btn-accept-color: #ffffff;
    --cc-btn-accept-color-hover: #ffffff;
    --cc-btn-accept-bg: #a1c700;
    --cc-btn-accept-bg-hover: #000000;
}
#cc_window .cc__link {
    text-decoration: none !important;
}
[data-video-iframe] {
    display: none;
}
[data-maps-iframe] {
    display: none;
}
/* Education listing
 ========================================================================== */
.education-listing .item .item-button-image-text .image {
    padding-top: 75%;
}
.education-listing .filter {
    font-size: 20px;
    line-height: 1.25em;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 20px;
}
@media (max-width: 959px) {
    .education-listing .filter {
        font-size: 18px;
    }
}
.education-listing .filter ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.education-listing .filter ul li {
    float: left;
}
.education-listing .filter ul li a {
    display: block;
    padding: 5px 10px;
}
.education-listing .filter .text-unknown.active {
    background-color: #000000;
    color: #ffffff !important;
}
.education-listing .filter .text-purple.active {
    background-color: #884797;
    color: #ffffff !important;
}
.education-listing .filter .text-orange.active {
    background-color: #f38b00;
    color: #ffffff !important;
}
.education-listing .filter .text-blue.active {
    background-color: #1da9df;
    color: #ffffff !important;
}
.education-listing .filter .text-green.active {
    background-color: #a1c700;
    color: #ffffff !important;
}
html:not(.is-touch) .education-listing .text-unknown:hover {
    background-color: #000000;
    color: #ffffff !important;
}
html:not(.is-touch) .education-listing .text-purple:hover {
    background-color: #884797;
    color: #ffffff !important;
}
html:not(.is-touch) .education-listing .text-orange:hover {
    background-color: #f38b00;
    color: #ffffff !important;
}
html:not(.is-touch) .education-listing .text-blue:hover {
    background-color: #1da9df;
    color: #ffffff !important;
}
html:not(.is-touch) .education-listing .text-green:hover {
    background-color: #a1c700;
    color: #ffffff !important;
}
/* Education page
 ========================================================================== */
.education-page h1 {
    width: 85%;
    margin: 0 auto;
    text-align: center;
}
.education-page .title-sub {
    font-size: 20px;
    line-height: 1.25em;
    width: 85%;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    line-height: 30px;
}
@media (max-width: 959px) {
    .education-page .title-sub {
        font-size: 18px;
    }
}
.education-page .button {
    position: relative;
    padding: 10px;
}
.education-page .button:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2;
}
.education-page .button span {
    font-size: 18px;
    line-height: 30px;
}
.education-page .leader-purple {
    border-top-color: #884797;
}
.education-page .leader-orange {
    border-top-color: #f38b00;
}
.education-page .leader-blue {
    border-top-color: #1da9df;
}
.education-page .leader-green {
    border-top-color: #a1c700;
}
@media (max-width: 767px) {
    .education-page h1 {
        width: 100%;
    }
    .education-page .title-sub {
        width: 100%;
    }
}
.education-page .cb .rte-text ul li:before {
    content: "\ed72";
}
/* Home carousel
 ========================================================================== */
.home-carousel {
    margin-bottom: 50px;
    padding-bottom: 40px;
}
@media (max-width: 959px) {
    .home-carousel {
        margin-bottom: 25px;
    }
}
.home-carousel .swiper-slide {
    display: block;
    width: 780px;
}
.home-carousel .slide-content {
    display: block;
    width: 100%;
    padding-top: 53.84615%;
    position: relative;
    overflow: hidden;
}
.home-carousel .slide-content img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
.home-carousel .slide-content .slide-text {
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 50px;
    left: 75px;
}
.home-carousel .slide-content .slide-text .text {
    font-size: 20px;
    line-height: 1.25em;
    line-height: 1em;
    display: inline-block;
    font-weight: 600;
    color: #ffffff;
    text-transform: lowercase;
    padding: 10px;
    margin-right: 20px;
}
@media (max-width: 959px) {
    .home-carousel .slide-content .slide-text .text {
        font-size: 18px;
    }
}
.home-carousel .slide-content .slide-text .text2 {
    margin-top: 10px;
    margin-left: 50px;
    margin-right: 70px;
}
.home-carousel .icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 2;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    background-color: #a1c700;
    -webkit-transition: background-color 200ms linear;
            transition: background-color 200ms linear;
}
.home-carousel .icon [class*="icomoon-"] {
    line-height: 40px;
}
.home-carousel a.swiper-slide:hover .icon {
    background-color: #000000;
}
.home-carousel .swiper-pagination {
    bottom: 0;
    height: 20px;
}
.home-carousel .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    margin: 0 10px;
    opacity: 0.15;
}
.home-carousel .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #1da9df;
    opacity: 1;
}
@media (max-width: 1219px) {
    .home-carousel .swiper-slide {
        width: 600px;
    }
    .home-carousel .slide-content .slide-text {
        bottom: 35px;
        left: 50px;
    }
    .home-carousel .slide-content .slide-text .text2 {
        margin-top: 10px;
        margin-left: 50px;
    }
    .home-carousel .icon {
        bottom: 15px;
        right: 15px;
    }
}
@media (max-width: 959px) {
    .home-carousel .swiper-slide {
        width: 420px;
    }
    .home-carousel .slide-content .slide-text .text {
        display: none;
    }
    .home-carousel .icon {
        bottom: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
    }
    .home-carousel .icon [class*="icomoon-"] {
        line-height: 30px;
    }
}
@media (max-width: 767px) {
    .home-carousel .swiper-slide {
        width: 100%;
    }
}
/* Home grid
 ========================================================================== */
.home-grid {
    margin-bottom: 75px;
}
.home-grid .item-button {
    font-size: 30px;
    line-height: 1.25em;
    text-align: center;
    font-weight: 700;
    width: 100%;
}
@media (max-width: 1219px) {
    .home-grid .item-button {
        font-size: 28px;
    }
}
@media (max-width: 959px) {
    .home-grid .item-button {
        font-size: 26px;
    }
}
@media (max-width: 767px) {
    .home-grid .item-button {
        font-size: 24px;
    }
}
.home-grid .item-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.home-grid .item-buttons .item-button {
    position: relative;
    width: 100%;
    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;
    height: 50%;
    min-height: 150px;
    padding: 20px;
}
.home-grid .item-buttons .item-button:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2;
}
.home-grid .item-buttons .item-button span {
    width: 100%;
}
@media (max-width: 959px) {
    .home-grid .item-buttons .item-button {
        padding: 20px 10px;
    }
}
.home-grid .item-agenda {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.home-grid .item-agenda .wrapper {
    position: relative;
    width: 100%;
}
.home-grid .item-agenda .padded {
    font-size: 16px;
    line-height: 1.5em;
    padding: 40px 40px 120px 40px;
    width: 100%;
}
.home-grid .item-agenda h3 {
    font-size: 30px;
    line-height: 1.25em;
    color: #ffffff;
    font-weight: 700;
}
@media (max-width: 1219px) {
    .home-grid .item-agenda h3 {
        font-size: 28px;
    }
}
@media (max-width: 959px) {
    .home-grid .item-agenda h3 {
        font-size: 26px;
    }
}
@media (max-width: 767px) {
    .home-grid .item-agenda h3 {
        font-size: 24px;
    }
}
.home-grid .item-agenda .date {
    font-weight: 700;
    margin-bottom: 10px;
}
.home-grid .item-agenda .text {
    font-size: 14px;
    line-height: 1.5em;
}
.home-grid .item-agenda .text ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.home-grid .item-agenda .text ul li {
    position: relative;
    padding-left: 15px;
}
.home-grid .item-agenda .text ul li:before {
    display: block;
    font-family: icomoon;
    position: absolute;
    content: "\edbd";
    left: 0;
    font-size: 10px;
}
.home-grid .item-agenda .item-button {
    position: relative;
    font-size: 24px;
    line-height: 1.25em;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px 20px;
    z-index: 2;
}
.home-grid .item-agenda .item-button:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2;
}
@media (max-width: 1219px) {
    .home-grid .item-agenda .item-button {
        font-size: 22px;
    }
}
@media (max-width: 959px) {
    .home-grid .item-agenda .item-button {
        font-size: 20px;
    }
}
.home-grid .item-agenda .item-button:before {
    position: absolute;
    z-index: -1;
    top: -20px;
    left: 0;
    width: 101%;
    height: 2000px;
    content: "";
    background-color: inherit;
    -webkit-transform: skewY(5deg);
            transform: skewY(5deg);
}
@media (max-width: 959px) {
    .home-grid .item-agenda .padded {
        padding: 20px 20px 100px 20px;
    }
    .home-grid .item-agenda .item-button {
        padding: 20px;
    }
}
@media (max-width: 767px) {
    .home-grid .item-agenda .wrapper {
        display: block;
        -webkit-box-flex: 0;
        -webkit-flex: none;
            -ms-flex: none;
                flex: none;
    }
}
.home-grid .item-image-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.home-grid .item-image-button .item-button {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.home-grid .item-image-button .item-button:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2;
}
.home-grid .item-image-button .item-button-image-text .image {
    display: block;
    padding-top: 56.25%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 101%;
}
.home-grid .item-image-button .item-button-image-text .image img {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
}
.home-grid .item-image-button .item-button-image-text .text {
    font-size: 24px;
    line-height: 1.25em;
    font-weight: 700;
    display: block;
    position: relative;
    padding: 30px 20px;
    z-index: 2;
    width: 100%;
    text-align: center;
    background-color: inherit;
}
@media (max-width: 1219px) {
    .home-grid .item-image-button .item-button-image-text .text {
        font-size: 22px;
    }
}
@media (max-width: 959px) {
    .home-grid .item-image-button .item-button-image-text .text {
        font-size: 20px;
    }
}
.home-grid .item-image-button .item-button-image-text .text:before {
    position: absolute;
    z-index: -1;
    top: -20px;
    left: 0;
    width: 101%;
    height: 2000px;
    content: "";
    background-color: inherit;
    -webkit-transform: skewY(5deg);
            transform: skewY(5deg);
}
.home-grid .item-image-button.large .item-button-image-text .image {
    padding-top: 122.22222%;
}
.home-grid .item-image-button .item-button-text {
    font-size: 30px;
    line-height: 1.25em;
    font-weight: 700;
    width: 100%;
    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;
    min-height: 150px;
    padding: 20px;
}
@media (max-width: 1219px) {
    .home-grid .item-image-button .item-button-text {
        font-size: 28px;
    }
}
@media (max-width: 959px) {
    .home-grid .item-image-button .item-button-text {
        font-size: 26px;
    }
}
@media (max-width: 767px) {
    .home-grid .item-image-button .item-button-text {
        font-size: 24px;
    }
}
.home-grid .item-image-button .item-button-text .text {
    width: 100%;
}
@media (max-width: 959px) {
    .home-grid .item-image-button .item-button-text {
        padding: 20px 10px;
    }
}
@media (max-width: 767px) {
    .home-grid .item-image-button.large .item-button-image-text .image {
        padding-top: 56.25%;
    }
}
/* Leader
 ========================================================================== */
.leader {
    margin-bottom: 50px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
}
@media (max-width: 959px) {
    .leader {
        margin-bottom: 25px;
    }
}
.leader .image {
    width: 50%;
    float: left;
    background-position: center center;
}
.leader .text {
    min-height: 350px;
    width: 50%;
    float: left;
    color: #ffffff;
    padding: 30px;
}
.leader .text a {
    color: #ffffff;
    -webkit-transition: color 200ms linear, background-color 200ms linear, opacity 200ms linear;
            transition: color 200ms linear, background-color 200ms linear, opacity 200ms linear;
    opacity: 0.5;
}
.leader .text h2 {
    color: #ffffff;
}
.leader .text ul {
    list-style: none;
    padding-left: 0;
}
.leader .text ul li {
    position: relative;
    padding-left: 22px;
}
.leader .text ul li:before {
    display: block;
    content: "\ed72";
    font-family: icomoon;
    position: absolute;
    left: 0;
    font-size: 12px;
}
.leader .text :last-child {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .leader {
        margin-left: -15px;
        margin-right: -15px;
    }
    .leader .image {
        display: none;
    }
    .leader .text {
        width: 100%;
        float: none;
        min-height: 0;
        padding: 10px;
    }
}
html:not(.is-touch) .leader .text a:hover {
    color: #ffffff;
    opacity: 1;
}
.leader-image {
    margin-bottom: 50px;
    border-top: 10px solid #884797;
}
@media (max-width: 959px) {
    .leader-image {
        margin-bottom: 25px;
    }
}
@media (max-width: 767px) {
    .leader-image {
        height: 200px;
        overflow: hidden;
        position: relative;
        margin-left: -15px;
        margin-right: -15px;
    }
    .leader-image img {
        height: 233px;
        width: 800px;
        max-width: none;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
    }
}
.leader-line {
    margin-bottom: 50px;
    width: auto;
    height: 10px;
    background-color: #884797;
}
@media (max-width: 959px) {
    .leader-line {
        margin-bottom: 25px;
    }
}
@media (max-width: 767px) {
    .leader-line {
        margin-left: -15px;
        margin-right: -15px;
    }
}
/* Mobile menu
 ========================================================================== */
.mobile-menu {
    color: #ffffff;
    padding-right: 40px;
}
.mobile-menu .uk-modal-dialog {
    background-color: #f38b00;
}
.mobile-menu a {
    color: #ffffff;
}
.mobile-menu .header {
    position: relative;
    height: 40px;
}
.mobile-menu .header .close {
    background-color: #f38b00;
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    top: 0;
    right: -40px;
    text-align: center;
}
.mobile-menu .header .close span {
    display: block;
    font-size: 24px;
    line-height: 40px;
}
.mobile-menu .content {
    padding: 0 15px 15px 15px;
}
.mobile-menu .content .primary {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    padding: 0;
    list-style: none;
    text-transform: lowercase;
}
.mobile-menu .content .primary a {
    display: block;
    margin: 7px 0;
    outline: none;
}
.mobile-menu .content .secundary {
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
}
.mobile-menu .content .secundary a {
    display: block;
    margin: 10px 0;
    outline: none;
}
.mobile-menu .content .presentis {
    position: relative;
    display: inline-block;
    color: #884797;
    background-color: #ffffff;
    padding: 5px 10px;
    text-transform: none;
    margin-top: 10px;
    font-weight: 600;
}
.mobile-menu .content .presentis:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2;
}
/* News article
 ========================================================================== */
.news-article {
    position: relative;
    z-index: 2;
    width: 85%;
    margin: -150px auto 0 auto;
}
.news-article .article {
    padding: 50px;
    background-color: #fff9e4;
}
.news-article .article .large-title {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.news-article .article .date {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
}
.news-article .article .cb:last-child {
    margin-bottom: 0;
}
.news-article .button {
    position: relative;
    margin-top: 30px;
    padding: 10px 0;
    width: 175px;
}
.news-article .button:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2;
}
.news-article .button span {
    font-size: 18px;
    line-height: 30px;
}
@media (max-width: 959px) {
    .news-article {
        margin-top: -100px;
        width: 90%;
    }
    .news-article .article {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .news-article {
        margin-top: 0;
        width: 100%;
    }
    .news-article .article {
        padding: 0;
        background-color: transparent;
    }
    .news-article .article .large-title {
        width: 100%;
    }
    .news-article .article .date {
        margin-bottom: 20px;
    }
    .news-article .button {
        width: 125px;
    }
    .news-article .button span {
        font-size: 16px;
        line-height: 25px;
    }
}
/* Pager
 ========================================================================== */
.pager {
    margin-top: 40px;
    overflow: hidden;
}
.pager a {
    float: left;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    margin: 0 5px;
    color: #ffffff !important;
    background-color: #a1c700;
}
.pager a.active {
    background-color: #000000;
}
.pager a:first-child {
    margin-left: 0;
}
.pager a:last-child {
    margin-right: 0;
}
.pager .pager-dots {
    float: left;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #000000;
    margin: 0 5px;
}
html:not(.is-touch) .pager a:hover {
    background-color: #000000;
}
/* Subnav
 ========================================================================== */
.subnav a {
    color: #1da9df;
    display: block;
}
.subnav a.active {
    color: #f38b00;
}
.subnav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.subnav .lvl1 > li > a {
    font-weight: 700;
    padding: 10px 0;
    border-bottom: 1px solid #1da9df;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.subnav .lvl2 {
    margin-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #1da9df;
}
.subnav .lvl2 > li {
    position: relative;
    padding-left: 15px;
}
.subnav .lvl2 > li:before {
    display: block;
    font-family: icomoon;
    position: absolute;
    content: "\edbd";
    left: 0;
    font-size: 10px;
    line-height: 21px;
    color: #1da9df;
    padding: 5px 0;
}
.subnav .lvl2 > li > a {
    font-size: 14px;
    line-height: 1.5em;
    padding: 5px 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.subnav-toggle {
    display: none;
}
.subnav-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.subnav-wrapper {
    width: 100%;
}
@media (min-width: 768px) {
    .subnav-wrapper {
        display: block!important;
    }
}
@media (max-width: 767px) {
    .subnav-toggle {
        position: relative;
        display: inline-block;
        margin-bottom: 0;
        padding: 10px;
    }
    .subnav-toggle:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 3px;
        background-color: rgba(0, 0, 0, 0.2);
        z-index: 2;
    }
    .subnav-container {
        display: block;
    }
    .subnav-wrapper {
        display: none;
        margin-top: 10px;
    }
    .subnav-wrapper .uk-sticky-placeholder {
        height: auto!important;
    }
}
.uk-notouch .subnav a:hover {
    color: #f38b00;
}
