﻿@charset "UTF-8";
@import url('https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css');

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
}

@-ms-viewport {
    width: device-width;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

icon {
    display: inline-block;
    vertical-align: middle;
}

body {
    margin: 0;
    font-family: "nimbussannovmedregular", "Segoe UI", sans-serif;
    line-height: 1.5;
    font-size: 14px;
    color: #333333;
    background-color: #fff;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

    ol ol,
    ul ul,
    ol ul,
    ul ol {
        margin-bottom: 0;
    }

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bold;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a, button {
    outline: none !important;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        color: #0056b3;
        text-decoration: underline;
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none;
    }

        a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
            color: inherit;
            text-decoration: none;
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0;
        }

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color;
    }

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        padding: 0;
        border-style: none;
    }

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

/*# sourceMappingURL=bootstrap-reboot.css.map */
* {
    outline: none;
}

a {
    -webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

    a:hover, a:active, a:focus, a:visited {
        text-decoration: none;
    }

input[type=text], input[type=password], input[type=email] {
    -webkit-appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.open-modal.fixed {
    position: fixed !important;
}

.clearfix::after {
    display: block;
    content: "";
    clear: both;
}

::placeholder {
    color: #696969;
}

select option:disabled {
    color: #696969 !important;
}

body.fixed {
    position: fixed;
    overflow: hidden;
}

.hidden {
    display: none;
}

@media screen and (max-width: 767px) {
    .hidden-mobile {
        display: none;
    }
}

@media screen and (min-width: 1000px) {
    .hidden-desktop {
        display: none;
    }
}

/*!
 * Bootstrap Grid v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1650px) {
    .container {
        max-width: 1650px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > .col,
    .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.col-1, .col-2, .col-2-5, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-2-5, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-2-5, .col-md-3, .col-md-4, .col-md-5, .col-12 col-md-12 col-lg-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-2-5, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-2-5, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-2-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.333333%;
    }

    .offset-sm-2 {
        margin-left: 16.666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.333333%;
    }

    .offset-sm-5 {
        margin-left: 41.666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.333333%;
    }

    .offset-sm-8 {
        margin-left: 66.666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.333333%;
    }

    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-2-5 {
        -ms-flex: 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-6 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 50%;
        max-width: 50%;
        background-color: white;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-12 col-md-12 col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.333333%;
    }

    .offset-md-2 {
        margin-left: 16.666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.333333%;
    }

    .offset-md-5 {
        margin-left: 41.666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.333333%;
    }

    .offset-md-8 {
        margin-left: 66.666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.333333%;
    }

    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.333333%;
    }

    .offset-lg-2 {
        margin-left: 16.666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.333333%;
    }

    .offset-lg-5 {
        margin-left: 41.666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.333333%;
    }

    .offset-lg-8 {
        margin-left: 66.666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.333333%;
    }

    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.333333%;
    }

    .offset-xl-2 {
        margin-left: 16.666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.333333%;
    }

    .offset-xl-5 {
        margin-left: 41.666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.333333%;
    }

    .offset-xl-8 {
        margin-left: 66.666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.333333%;
    }

    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-n1 {
        margin: -0.25rem !important;
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .m-sm-n3 {
        margin: -1rem !important;
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .m-sm-n5 {
        margin: -3rem !important;
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-n1 {
        margin: -0.25rem !important;
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

/*@media screen and (max-width: 767px) {
    .row {
        display: block;
    }
}*/

body {
    background-color: #ffffff;
    font-family: 'nimbussannovmedregular';
    font-weight: 300;
    font-style: normal;
    color: #333333;
    overflow-x: hidden;
}

@media (min-width: 1400px) {
    .container-fluid {
        max-width: 1340px !important;
    }

    .container {
        max-width: 1170px !important;
    }
}

@font-face {
    font-family: 'nimbussannovmedregular';
    src: url('../fonts/nimbus_sans_novus_medium-webfont.eot');
    src: url('../fonts/nimbus_sans_novus_medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/nimbus_sans_novus_medium-webfont.woff2') format('woff2'), url('../fonts/nimbus_sans_novus_medium-webfont.woff') format('woff'), url('../fonts/nimbus_sans_novus_medium-webfont.ttf') format('truetype'), url('../fonts/nimbus_sans_novus_medium-webfont.svg#nimbussannovmedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nimbus Sans ME';
    src: url("../fonts/subset-NimbusSansME-Regular.eot");
    src: url("../fonts/subset-NimbusSansME-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-NimbusSansME-Regular.woff2") format("woff2"), url("../fonts/subset-NimbusSansME-Regular.woff") format("woff"), url("../fonts/subset-NimbusSansME-Regular.ttf") format("truetype"), url("../fonts/subset-NimbusSansME-Regular.svg#NimbusSansME-Regular") format("svg");
    font-style: normal;
}

@font-face {
    font-family: 'Nimbus Sans ME';
    src: url("../fonts/subset-NimbusSansME-Bold.eot");
    src: url("../fonts/subset-NimbusSansME-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-NimbusSansME-Bold.woff2") format("woff2"), url("../fonts/subset-NimbusSansME-Bold.woff") format("woff"), url("../fonts/subset-NimbusSansME-Bold.ttf") format("truetype"), url("../fonts/subset-NimbusSansME-Bold.svg#NimbusSansME-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Nimbus Sans ME';
    src: url("../fonts/subset-NimbusSansME-Light.eot");
    src: url("../fonts/subset-NimbusSansME-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-NimbusSansME-Light.woff2") format("woff2"), url("../fonts/subset-NimbusSansME-Light.woff") format("woff"), url("../fonts/subset-NimbusSansME-Light.ttf") format("truetype"), url("../fonts/subset-NimbusSansME-Light.svg#NimbusSansME-Light") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Nimbus Sans ME Demi';
    src: url("../fonts/subset-NimbusSansME-Demi.eot");
    src: url("../fonts/subset-NimbusSansME-Demi.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-NimbusSansME-Demi.woff2") format("woff2"), url("../fonts/subset-NimbusSansME-Demi.woff") format("woff"), url("../fonts/subset-NimbusSansME-Demi.ttf") format("truetype"), url("../fonts/subset-NimbusSansME-Demi.svg#NimbusSansME-Demi") format("svg");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'trenkwalder';
    src: url("../fonts/trenkwalder.eot?xf2fx8");
    src: url("../fonts/trenkwalder.eot?xf2fx8#iefix") format("embedded-opentype"), url("../fonts/trenkwalder.ttf?xf2fx8") format("truetype"), url("../fonts/trenkwalder.woff?xf2fx8") format("woff"), url("../fonts/trenkwalder.svg?xf2fx8#trenkwalder") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'trenkwalder' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-icn-bars:before {
    content: "\EA01";
}

.icon-icn-circled-chevron-right:before {
    content: "\EA02";
}

.icon-icn-facebook:before {
    content: "\EA03";
}

.icon-icn-globe:before {
    content: "\EA04";
}

.icon-icn-k:before {
    content: "\EA05";
}

.icon-icn-linkedin:before {
    content: "\EA06";
}

.icon-icn-next:before {
    content: "\EA07";
}

.icon-icn-quote:before {
    content: "\EA08";
}

.icon-icn-sort-down:before {
    content: "\EA09";
}

.icon-icn-twitter:before {
    content: "\EA0A";
}

.icon-icn-xing:before {
    content: "\EA0B";
}

.icon-icn-youtube:before {
    content: "\EA0C";
}

.trenkwalder-boxs {
    display: inline-block;
    width: 100%;
    margin: 15px 0;
    color: #333333;
}



    a.trenkwalder-boxs, .trenkwalder-boxs > a {
        color: #333333;
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
        display: inline-block;
        width: 100%;
    }

    .trenkwalder-boxs a {
        color: #333333;
    }

        .trenkwalder-boxs a:hover {
            color: #ff1d25;
        }

    .trenkwalder-boxs:hover a .image .img, a.trenkwalder-boxs:hover .image .img, .news a:hover .item .img, .trenkwalder-boxs:hover a .content, a.trenkwalder-boxs:hover .content {
        position: relative;
    }

        .trenkwalder-boxs:hover a .image .img:before, a.trenkwalder-boxs:hover .image .img:before, .news a:hover .item .img:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.1);
            top: 0;
            left: 0;
        }

.news a:hover .item.small .content {
    background-color: #cccccc;
}

.trenkwalder-boxs:hover a .content, a.trenkwalder-boxs:hover .content {
    background-color: #e0e0e0;
}

.trenkwalder-boxs .image img {
    width: 100%;
    object-fit: cover;
}

.trenkwalder-boxs .image .img {
    width: 100%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.trenkwalder-boxs:hover > a, .trenkwalder-boxs:hover > a > div, a.trenkwalder-boxs:hover, .news a:hover .item {
    color: #333333;
}

.trenkwalder-boxs .content {
    background-color: #F9F9F9;
    padding: 30px;
}

    .trenkwalder-boxs .content p {
        margin: 0;
    }

@media (max-width: 425px) {
    .trenkwalder-boxs .content {
        padding: 15px;
    }
}

.trenkwalder-boxs .content p.title {
    color: #333333;
    margin: 0;
}

.trenkwalder-boxs .content p.date {
    margin: 0;
}

.trenkwalder-boxs.big .image img, .trenkwalder-boxs.big .image .img {
    height: 380px;
}

@media (max-width: 425px) {
    .trenkwalder-boxs.big .image img, .trenkwalder-boxs.big .image .img {
        height: 214px;
    }

    body .container, body .container-fluid {
        padding-right: 28px;
        padding-left: 28px;
    }

    body .header-main > .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.trenkwalder-boxs.big .content p.title, .trenkwalder-boxs.mid .content span.title, .trenkwalder-boxs.big .content span.title {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
}

@media (max-width: 1024px) {
    body .trenkwalder-boxs.big .content p.title, body .trenkwalder-boxs.mid .content span.title {
        font-size: 16px !important;
    }

    body .trenkwalder-boxs.full-body .image .img {
        background-position: top;
    }

    body .trenkwalder-boxs.full-body .content {
        /*height: unset;*/
    }
}

.trenkwalder-boxs.big .content p.desc, .trenkwalder-boxs.big .content span.desc {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #333333;
}

@media (max-width: 1024px) {
    body .trenkwalder-boxs.big .content p.desc, body .trenkwalder-boxs.big .content span.desc {
        font-size: 15px;
        margin: 0;
    }
}

.trenkwalder-boxs.mid .image img, .trenkwalder-boxs.mid .image .img {
    height: 247px;
}

@media (max-width: 425px) {
    .trenkwalder-boxs.mid .image img, .trenkwalder-boxs.mid .image .img {
        height: 180px;
    }
}

.trenkwalder-boxs.mid .content p.title {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    /*margin: 0 0 20px;*/
}

@media (max-width: 1024px) {
    body .trenkwalder-boxs.mid .content p.title {
        font-size: 16px;
    }
}

.trenkwalder-boxs.small .image img, .trenkwalder-boxs.small .image .img {
    height: 247px;
}

@media (max-width: 425px) {
    .trenkwalder-boxs.small .image img, .trenkwalder-boxs.small .image .img {
        height: 320px;
    }
}

@media (max-width: 1024px) {
    body .trenkwalder-boxs.small .content p.title {
        height: 40px;
        -webkit-line-clamp: 2;
    }
}

.trenkwalder-boxs.small .content {
    padding: 20px;
}

@media (max-width: 425px) {
    .trenkwalder-boxs.small .content {
        padding: 15px;
    }
}

.trenkwalder-boxs.small .content p.title {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 96px;
}

@media (max-width: 1024px) {
    body .trenkwalder-boxs.small .content p.title {
        font-size: 15px;
    }
}

.trenkwalder-boxs.small .content p.date {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #b2b2b2;
}

.trenkwalder-boxs.xs {
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 5px;
}

@media (max-width: 425px) {
    .trenkwalder-boxs.xs {
        margin-bottom: 0;
    }
}

.trenkwalder-boxs.xs .image {
    padding: 5px;
}

    .trenkwalder-boxs.xs .image img {
        height: 100px;
        width: 100px;
        object-fit: contain;
        display: inline-block;
    }

    .trenkwalder-boxs.xs .image .img {
        height: 100px;
        width: 100px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: inline-block;
    }

.trenkwalder-boxs.xs .content {
    padding: 0px;
}

    .trenkwalder-boxs.xs .content p.title {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #b2b2b2;
        height: 34px;
        margin-bottom: 10px;
    }

.trenkwalder-boxs.full-body .image img {
    height: 570px;
    width: 100%;
    object-fit: cover;
}

.trenkwalder-boxs.full-body .image {
    display: inline-block;
    width: 100%;
}

    .trenkwalder-boxs.full-body .image .img {
        height: 570px;
        width: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

@media (max-width: 425px) {
    .trenkwalder-boxs.full-body .image img, .trenkwalder-boxs.full-body .image .img {
        height: 250px;
    }
}

.trenkwalder-boxs.full-body .content {
    height: 570px;
    width: 100%;
    padding: 47px 60px;
    /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical; */
}

.facts-figures-class .trenkwalder-boxs.full-body .content {
    height: auto;
}

@media (max-width: 1024px) {
    .trenkwalder-boxs.full-body .content {
        padding: 15px;
        min-height: 100px;
        position: relative;
    }

    .trenkwalder-boxs.full-body > .col .content {
        height: unset;
    }

    .trenkwalder-boxs.full-body .col .row > div:nth-child(even) .content, .trenkwalder-boxs.full-body .col .row > div:nth-child(even) .image {
        /*margin-top: 30px;*/
    }
}

.trenkwalder-boxs.full-body .content p.title, .trenkwalder-boxs.full-body .content span.title {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
}

@media (max-width: 1024px) {
    body .trenkwalder-boxs.full-body .content p.title, body .trenkwalder-boxs.full-body .content span.title {
        font-size: 16px;
    }
}

.trenkwalder-boxs.full-body .content p.subtitle, .trenkwalder-boxs.full-body .content span.subtitle {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #333333;
}

@media (max-width: 1024px) {
    body .trenkwalder-boxs.full-body .content p.subtitle, body .trenkwalder-boxs.full-body .content span.subtitle {
        font-size: 15px;
    }
}

.trenkwalder-boxs.full-body .content p.desc, .trenkwalder-boxs.full-body .content span.desc {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: justify;
    padding-top: 10px;
    max-height: 360px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
}

@media (max-width: 1024px) {
    body .trenkwalder-boxs.full-body .content p.desc, body .trenkwalder-boxs.full-body .content span.desc {
        font-size: 15px;
    }
}

.trenkwalder-boxs.full-body .content p {
    margin-bottom: 0;
}

.trenkwalder-boxs.full-body .content .title {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.trenkwalder-boxs.full-body .content .subtitle {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.seeall {
    display: inline-block;
    width: 100%;
    text-align: right;
    height: 24px;
}

    .seeall.left {
        text-align: left;
    }

    .seeall svg {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        vertical-align: middle;
        width: 16px;
        color: #333333;
    }

    .seeall > a {
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #ff1d25;
        font-family: 'nimbussannovmedregular';
        vertical-align: middle;
        -webkit-transition: width 2s; /* Safari prior 6.1 */
        transition: width 2s;
    }

@media (max-width: 1024px) {
    body .seeall > a {
        font-size: 15px;
    }
}

.seeall > svg {
    -webkit-transition: width 2s; /* Safari prior 6.1 */
    transition: width 2s;
    fill: #ff1d25;
}

.seeall > a:hover {
    color: #ff1d25;
    -webkit-transition: width 2s; /* Safari prior 6.1 */
    transition: width 2s;
    text-decoration: underline;
}

    .seeall > a:hover + svg {
        fill: #ff1d25;
        -webkit-transition: width 2s; /* Safari prior 6.1 */
        transition: width 2s;
        text-decoration: underline;
    }

.check label {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #333333;
}

    .check label a {
        font-size: 18px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.67;
        letter-spacing: normal;
        color: #333333;
        text-decoration: underline;
    }

@media (max-width: 1024px) {
    body .check label {
        font-size: 15px;
    }
}

.check input[type="checkbox"] {
    display: none;
}

    .check input[type="checkbox"] + label span {
        position: relative;
        top: 5px;
        display: inline-block;
        width: 20px;
        height: 20px;
        border: 1px solid black;
        margin-top: 10px;
        margin-right: 10px;
    }

        .check input[type="checkbox"] + label span:before {
            content: '';
            position: absolute;
            width: 0px;
            height: 0px;
            background: black;
            border-radius: 100%;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

    .check input[type="checkbox"]:checked + label span:before {
        width: 20px;
        height: 20px;
        border-radius: 0;
    }

.check input[type="submit"] {
    width: 100%;
    font-size: 1.5rem;
    line-height: 50px;
    margin-top: 30px;
    padding: 0;
    background: transparent;
    border: 1px solid black;
}

    .check input[type="submit"]:hover {
        background: black;
    }

.input.newsletter {
    position: relative;
}

    .input.newsletter input {
        background-color: #1a1a1a;
        display: inline-block;
        width: 100%;
        font-size: 16px;
        padding: 15px 22px;
        color: #b2b2b2;
        font-family: 'nimbussannovmedregular';
        border: none;
        border-radius: 0;
    }

    .input.newsletter span {
        position: absolute;
        right: 22px;
        top: 50%;
        transform: translateY(-50%);
        color: #b2b2b2;
        font-size: 24px;
    }

.banner .banner-list .item {
    position: relative;
}

    .banner .banner-list .item .img {
        width: 100%;
        /*height: 500px;*/
        height: 630px;
        background-size: cover;
        /* background-position: 0 20%; */
        background-position: center;
        background-repeat: no-repeat;
    }

/* .home-page-class .banner .banner-list .item .img {
        height: 630px;
    } */

@media (max-width: 425px) {
    .banner .banner-list .item img, .banner .banner-list .item .img {
        height: 290px;
    }
}

.banner .banner-list .item h3, .banner .banner-list .item h1 {
    font-size: 68px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    position: absolute;
    bottom: 0;
    color: #ffffff;
    /* padding: 75px 10px; */
    padding: 95px 10px;
    left: 0;
    right: 0;
}

/* .home-page-class .banner .banner-list .item h3, .home-page-class .banner .banner-list .item h1 {
    padding: 95px 10px;
} */

@media (max-width: 1024px) {
    body banner .banner-list .item h3, .banner .banner-list .item h1 {
        font-size: 28px;
        padding: 15px 10px;
    }
}

.banner .banner-list .item iframe {
    display: none;
}

.banner .banner-list .item .bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.list-item-box-fit .mid.trenkwalder-boxs .content {
    min-height: 401px;
}

    .list-item-box-fit .mid.trenkwalder-boxs .content ul {
        padding-left: 0;
        margin-top: 20px;
    }

        .list-item-box-fit .mid.trenkwalder-boxs .content ul li {
            background: url(/Media/General%20Media/icon-right-light.svg) no-repeat left 5px;
            background-size: 12px;
            list-style: none;
            padding-left: 26px;
            font-size: 18px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            margin-bottom: 11px;
        }

@media (max-width: 1024px) {
    body .list-item-box-fit .mid.trenkwalder-boxs .content ul li {
        font-size: 15px;
    }
}

.trenkwalder-boxs.full-body .content .text-lines ul {
    padding-top: 10px;
    padding-left: 0;
}

    .trenkwalder-boxs.full-body .content .text-lines ul li {
        background: url(/Media/General%20Media/icon-right-light.svg) no-repeat left 8px;
        background-size: 12px;
        list-style: none;
        padding-left: 26px;
        font-size: 18px;
        line-height: 1.67;
        margin-bottom: 11px;
    }

@media (max-width: 1024px) {
    body .trenkwalder-boxs.full-body .content .text-lines ul li {
        font-size: 15px;
    }
}

.trenkwalder-boxs.full-body .content .text-lines ul li span.desc {
    padding: 0;
}

.detail-content .single {
    padding: 0px 0 65px 0;
}

.aboutsolution {
    /* background-color: #f9f9f9; */
    padding: 0;
}

    .aboutsolution.first {
        padding-top: 40px;
    }

@media (max-width: 425px) {
    .aboutsolution.first {
        padding-top: 15px !important;
    }
}

.aboutsolution.last {
    padding-bottom: 65px;
}

@media (max-width: 425px) {
    .aboutsolution.last {
        padding-top: 15px;
    }
}

.aboutsolution .big-title,
.aboutsolution h2 {
    font-size: 38px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: normal;
    color: #333333;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding-bottom: 50px;
}


@media (max-width: 1024px) {
    .aboutsolution .big-title,
    .aboutsolution h2 {
        font-size: 22px;
        line-height: 1.27;
        padding-bottom: 5px;
        padding-top: 15px;
        margin: 0;
    }
}

.insights {
    /* background-color: #f9f9f9; */
    padding: 80px 0 65px 0;
}

@media (max-width: 425px) {
    .insights {
        padding: 15px 0 25px 0;
    }
}

.insights .big-title,
.insights h2 {
    font-size: 38px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: normal;
    color: #333333;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding-bottom: 45px;
    margin: 0;
}

@media (max-width: 1024px) {
    .insights .big-title,
    .insights h2 {
        font-size: 22px;
        line-height: 1.27;
        padding-bottom: 5px;
        padding-top: 15px;
        margin: 0;
    }
}

.message {
    background-color: #333333;
    color: #fff;
    padding: 130px 0 150px 0;
}

@media (max-width: 425px) {
    body .message {
        padding: 120px 0 160px 0;
    }

        body .message .message-wrap:before {
            top: -120px;
            width: 100px;
            height: 75px;
            background-size: cover;
        }

        body .message .message-wrap:after {
            bottom: -170px;
            width: 100px;
            height: 75px;
            background-size: cover;
        }
}

.message .message-wrap {
    position: relative;
}

.message .slick-slide .content {
    padding: 2px;
}

.message .message-wrap:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -180px;
    background: url(/Media/General%20Media/icon-quote-right.svg) no-repeat 0 0;
    width: 140px;
    height: 105px;
    background-size: contain;
}

.message .message-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    top: -130px;
    background: url(/Media/General%20Media/icon-quote-left.svg) no-repeat 0 0;
    width: 140px;
    height: 105px;
}


.message .comment {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    max-width: 750px;
    margin-bottom: 20px;
}

@media (max-width: 1024px) {
    body .message .comment {
        font-size: 16px;
        padding: 0 30px;
    }
}

.message .name {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    margin: 0;
}

@media (max-width: 1024px) {
    body .message .name {
        font-size: 15px;
    }
}

.message .slick-track {
    display: flex;
}

    .message .slick-track .slick-slide {
        display: flex !important;
        height: auto;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

.message .slick-next {
    right: -80px;
}

.message .slick-prev {
    left: -80px;
}

    .message .slick-prev:before, .message .slick-next:before {
        font-size: 26px;
    }

@media (max-width: 425px) {
    .message .name {
        font-size: 14px;
    }
}

.message .title {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    margin: 0;
    /* margin-bottom: 40px; */
}

@media (max-width: 1024px) {
    body .message .title {
        font-size: 15px;
        /* margin-bottom: 30px; */
    }
}

.message a {
    font-size: 16px;
    color: #ffffff;
    padding: 15px 30px;
    border: 1px solid #ffffff;
    display: inline-block;
}

@media (max-width: 425px) {
    .message a {
        font-size: 10px;
        padding: 7px 14px;
    }
}

.references {
    padding: 80px 0 65px 0;
}

@media (max-width: 425px) {
    .references {
        padding: 15px 0 15px 0;
    }
}

.references .refwrap {
    padding: 0 10px;
    display: inline-block;
    width: 100%;
}

    .references .refwrap .ref {
        width: 16.66%;
        float: left;
        padding: 0 15px;
        min-height: 200px;
    }

@media (max-width: 425px) {
    .references .refwrap .ref {
        width: 50%;
    }

    body .references .refwrap .slick-track {
        min-height: 180px;
    }
}

.references .big-title,
.references h2 {
    font-size: 38px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: normal;
    color: #333333;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding-bottom: 35px;
    margin: 0;
}

@media (max-width: 1024px) {
    .references .big-title,
    .references h2 {
        font-size: 22px;
        line-height: 1.27;
        padding-bottom: 5px;
        padding-top: 15px;
        margin: 0;
    }
}

.whois, .whois-long {
    padding: 40px 0 30px 0;
    text-align: center;
}

@media (max-width: 425px) {
    .whois, .whois-long {
        padding: 15px 0 20px 0;
    }
}

.whois h1, .whois-long h1 {
    font-size: 68px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 0;
}

    .whois h1.sub {
        font-size: 42px;
    }

@media (max-width: 1024px) {
    body .whois h1, body .whois-long h1 {
        font-size: 28px;
        margin-bottom: 8px;
    }
}

@media (max-width: 425px) {

    .whois > .container > h1 > p {
        margin: 0;
    }
}

.whois h1 span {
    color: #ff1d25;
}

.whois p {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    /*margin-bottom: 5px;*/
    text-align: center;
}

@media (max-width: 1024px) {
    body .whois p {
        font-size: 16px;
    }
}

.whois-long p {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    margin-bottom: 5px;
    text-align: justify;
}

.whois-long .container {
    max-height: 94px;
    overflow: hidden;
    -webkit-transition: max-height 0.8s;
    -moz-transition: max-height 0.8s;
    transition: max-height 0.8s;
}

body .whois-long .container.more {
    max-height: inherit;
}

body .whois-long .container.maxh {
    max-height: unset !important;
}

body .whois-long .container p {
    margin-bottom: 30px;
}

.more-button-wrap {
    display: inline-block;
    width: 100%;
    padding-top: 30px;
    background: #fff;
    background: linear-gradient(rgba(255,255,255,0.1), rgba(255,255,255,0.7), rgba(255,255,255,0.9), #fff);
    margin-top: -70px;
}

    .more-button-wrap.close {
        padding: 0;
        margin: 0;
    }

    .more-button-wrap .more-button {
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.44;
        letter-spacing: normal;
        text-align: center;
        color: #333333;
        padding: 12px;
        display: inline-block;
    }

@media (max-width:1000px) and (min-width:650px) {
    body .more-button-wrap .more-button {
        font-size: 15px;
    }
}

@media (max-width: 1024px) {
    body .whois-long p {
        font-size: 15px;
    }
}

@media (max-width: 425px) {
    .whois p {
        margin-bottom: 0;
    }

    body .whois h1 > p {
        margin-bottom: 20px;
    }
}

.whois h1 > p, .whois-long h1 > p,
.whois h2 > p, .whois-long h2 > p {
    font-size: 38px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: normal;
    margin-bottom: 20px;
}

@media (max-width: 1024px) {
    body .whois h1 > p, body .whois-long h1 > p,
    body .whois h2 > p, body .whois-long h2 > p {
        font-size: 22px;
        line-height: 1.27;
        margin-bottom: 8px;
    }
}

.whois h1 span {
    color: #ff1d25;
}

.insights {
    /* background-color: #f9f9f9; */
    padding: 80px 0 65px 0;
}

@media (max-width: 425px) {
    .insights {
        padding: 15px 0 15px 0;
    }
}

.insights .item {
    display: inline-block;
    width: 100%;
    margin: 15px 0;
}

    .insights .item .content {
        float: left;
        background-color: #f9f9f9;
        padding: 30px;
        width: 100%;
        width: calc(100% - 144px);
        width: -webkit-calc(100% - 144px);
        width: -moz-calc(100% - 144px);
        min-height: 151px;
    }

@media (max-width: 1200px) {
    body .insights .item .content .title {
        font-size: 18px;
    }

    body header .header-main nav > ul > li .subnav ul {
        padding-left: 20px;
    }
}

@media (max-width: 990px) {
    body .insights .item .content .title {
        font-size: 24px;
    }
}

@media (max-width: 600px) {
    body .insights .item .content {
        width: 100% !important;
    }

    body .insights .item .image {
        width: 100%;
        display: inline-block;
    }

        body .insights .item .image .img {
            width: 100% !important;
            height: 300px !important;
        }
}

.insights .item .content .name {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    margin-bottom: 10px;
}

@media (max-width: 1024px) {
    body .insights .item .content .name {
        font-size: 16px;
    }
}

.insights .item .content .title {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    margin: 0;
}

@media (max-width: 1024px) {
    body .insights .item .content .title {
        font-size: 15px;
    }
}

.insights .item .image {
    float: left;
}

    .insights .item .image img {
        width: 144px;
        height: 144px;
        object-fit: cover;
    }

    .insights .item .image .img {
        width: 144px;
        height: 151px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

.video {
    background-color: #333333;
    color: #fff;
    padding: 80px 0 90px 0;
}

@media (max-width: 425px) {
    .video {
        padding: 30px 0 25px 0;
    }
}

.video .video-wrap .image {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
}

    .video .video-wrap .image img {
        width: 100%;
        max-width: 921px;
        height: 518px;
        object-fit: cover;
    }

    .video .video-wrap .image .img {
        width: 100%;
        max-width: 921px;
        height: 518px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .video .video-wrap .image span {
        position: absolute;
        margin-left: 60px;
        bottom: 50px;
        font-size: 84px;
    }

.video .video-wrap p, .video p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #ffffff;
    max-width: 921px;
    position: relative;
    margin: 0 auto;
    padding: 15px 0;
}

#videoAreaPlayIcon {
    cursor: pointer;
    height: 84px;
    width: 84px;
    background-image: url(/Media/General%20Media/icon-play.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
}

.detail-content-ns > .container {
    max-width: 910px !important;
}


.supervisory {
    padding: 80px 0 65px 0;
}

.countriesList.supervisory {
    padding: 0px 0 65px 0;
}

@media (max-width: 1024px) {
    .supervisory {
        padding: 15px 0 15px 0;
    }
}

.supervisory .big-title,
.supervisory h2 {
    font-size: 38px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: normal;
    color: #333333;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding-bottom: 45px;
    margin: 0;
}

@media (max-width: 1024px) {
    .supervisory .big-title,
    .supervisory h2 {
        font-size: 22px;
        padding-bottom: 5px;
        padding-top: 15px;
        margin: 0;
        line-height: 1.27;
    }
}

.supervisory .item {
    background-color: #f9f9f9;
    padding: 30px;
    margin: 13px 0;
}

    .supervisory .item .name {
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        margin-bottom: 10px;
    }

@media (max-width: 1024px) {
    body .supervisory .item .name {
        font-size: 16px;
    }
}

.supervisory .item .title {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    margin: 0;
}

@media (max-width: 1024px) {
    body .supervisory .item .title {
        font-size: 15px;
    }
}

.history {
    padding: 0;
    opacity: 0;
}

.single.his {
    padding: 0;
}

    .history.first, .single.his.first {
        padding-top: 40px;
    }

@media (max-width: 425px) {
    .history.first, .single.his.first {
        padding-top: 15px;
    }
}

.history.last, .single.his.last {
    padding-bottom: 65px;
}

@media (max-width: 425px) {
    .history.last, .single.his.last {
        padding-top: 15px;
    }
}

.history .list, .single.his .list {
    display: inline-block;
    width: 100%;
}

    .history .list .item, .single.his .list .item {
        width: 50%;
        float: left;
        /* height: 260px; */
        padding-top: 10px;
        position: relative;
        padding-bottom: 20px;
    }

        .history .list .item:nth-child(odd), .single.his .list .item:nth-child(odd) {
            padding-right: 50px;
            border-right: 3px solid #b2b2b2;
            z-index: 7;
        }

@media (max-width: 425px) {
    .history .list .item:nth-child(odd), .single.his .list .item:nth-child(odd) {
        padding-right: 15px;
        border-right: 1px solid #b2b2b2;
    }

    body .single.his .list .item {
        width: 100%;
        min-height: unset !important;
    }

        body .single.his .list .item:nth-child(odd) {
            padding-right: 0;
            border-right: none;
            padding-left: 15px;
            border-left: 1px solid #b2b2b2 !important;
            margin-left: 1px !important;
        }

    body .history .list .item:nth-child(even), .single.his .list .item:nth-child(even) {
        border-left: 1px solid #b2b2b2 !important;
    }

    body .single.his .list .item:nth-child(odd)::before {
        left: -11px;
        right: unset;
    }

    body .single.his .list .item:nth-child(odd) p {
        text-align: left;
    }

    body .single.his .list .item:nth-child(even) {
        margin-left: 1px;
    }

    body .single.his .list .item:nth-child(odd):after {
        left: -15px;
        right: unset;
    }

    body .single.his .list .item {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    body .single.his {
        padding: 0 !important;
    }
}

@media (max-width: 800px) {
    .history .list .item:nth-child(even), .single.his .list .item:nth-child(even) {
        border-left: 3px solid #b2b2b2;
        margin-left: -3px;
    }
}

@media (max-width: 1024px) {
    body .history .list .item, body .single.his .list .item {
        height: unset;
        /*min-height: 300px;*/
    }
}

.history .list .item:nth-child(odd) p, .single.his .list .item:nth-child(odd) p {
    text-align: right;
}

.history .list .item:nth-child(odd):after, .single.his .list .item:nth-child(odd):after {
    content: ' ';
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #ffffff;
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 8;
}

@media (max-width: 425px) {
    .history .list .item:nth-child(odd):after, .single.his .list .item:nth-child(odd):after {
        width: 30px;
        height: 30px;
        right: -15px;
    }
}

.history .list .item:nth-child(odd)::before, .single.his .list .item:nth-child(odd)::before {
    content: ' ';
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #ffffff;
    border: 3px solid #b2b2b2;
    position: absolute;
    right: -20px;
    top: 10px;
    z-index: 9;
    transition: all 1s;
}

.history.activate .list .item:nth-child(odd)::before, .single.his.activate .list .item:nth-child(odd)::before {
    border-color: #ff1c25;
}

@media (max-width: 425px) {
    .history .list .item:nth-child(odd)::before, .single.his .list .item:nth-child(odd)::before {
        width: 20px;
        height: 20px;
        right: -10px;
        top: 5px;
        border: 1px solid #b2b2b2;
    }
}

.history .list .item:nth-child(even), .single.his .list .item:nth-child(even) {
    padding-left: 50px;
    border-left: 3px solid #b2b2b2;
    margin-left: -3px;
}

@media (max-width: 425px) {
    .history .list .item:nth-child(even), .single.his .list .item:nth-child(even) {
        padding-left: 15px;
    }
}

.history .list .item:nth-child(even) p, .single.his .list .item:nth-child(even) p {
    text-align: left;
}

.history .list .item .image img, .single.his .list .item .image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.history .list .item .image .img, .single.his .list .item .image .img {
    width: 100%;
    height: 240px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.history .list .item .date, .single.his .list .item .date {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.42;
    margin-bottom: 5px;
}

@media (max-width: 1024px) {
    body .history .list .item .date, .single.his .list .item .date {
        font-size: 16px;
        padding-top: 0px;
    }

    body .history .list .item .date, .single.his .list .item p {
        margin-bottom: 5px;
    }
}

.history .list .item .title, .single.his .list .item .title {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    margin-bottom: 13px;
}

@media (max-width: 1024px) {
    body .history .list .item .title, body .single.his .list .item .title {
        font-size: 16px;
        margin-bottom: 5px;
        padding-top: 5px;
    }

    single.his .list .item:nth-child(odd) p .title {
        text-align: left;
    }
}

@media (max-width: 425px) {
    body .single.his .list .item:nth-child(odd) p .title {
        text-align: left;
    }
}

.single.his .list .item:nth-child(odd) p .title {
    text-align: right;
}

.history .list .item .desc, .single.his .list .item .desc {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    margin: 0;
}

@media (max-width: 1024px) {
    body .history .list .item .desc, body .single.his .list .item .desc {
        font-size: 15px;
        display: inline-block;
        padding-bottom: 15px;
    }
}

@media (max-width: 991px) {
    body .contactform .list .item input[type=text], .contactform .list .item textarea, .contactform .list .item select {
        box-shadow: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    body .categorytitle ul li a, .categorytitle ul li {
        margin: 0 25px !important;
    }

    body .categorytitle ul li:after {
        right: -25px;
    }
}

.history .list .image img, .single.his .list .image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.history .list .image .img, .single.his .list .image .img {
    width: 100%;
    height: 240px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contactform {
    padding: 0px 0 65px 0;
    min-height: 520px;
}

    .contactform .list {
        max-width: 770px;
        margin: 0 auto;
    }

        .contactform .list .item {
            display: inline-block;
            width: 100%;
        }

            .contactform .list .item label.title {
                display: inline-block;
                width: 100%;
                font-size: 18px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.44;
                letter-spacing: normal;
                margin-top: 10px;
            }

                .contactform .list .item label.title span {
                    color: #ff1d25;
                }

@media (max-width: 1024px) {
    body .contactform .list .item label.title {
        font-size: 15px;
    }
}

.contactform .list .item input[type=text], .contactform .list .item textarea, .contactform .list .item select {
    display: inline-block;
    width: 100%;
    background-color: #f9f9f9;
    height: 50px;
    line-height: 50px;
    border: none;
    border-bottom: 2px solid #333;
    padding: 0 20px;
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
}

@media (max-width: 1024px) {
    body .contactform .list .item input[type=text], body .contactform .list .item textarea, body .contactform .list .item select {
        font-size: 15px;
    }
}

.contactform .list .item textarea {
    resize: none;
    height: 360px;
    padding-top: 10px;
}

.contactform .list .item p.error {
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    color: #ff1d25;
    margin: 0;
    margin-top: 8px;
}

.contactform .list .item.error input[type=text], .contactform .list .item.error textarea, .contactform .list .item.error select {
    border-bottom: 2px solid #ff1d25;
}

.contactform .list .item input[type=submit] {
    height: 50px;
    line-height: 50px;
    padding: 12px 24px;
    width: 150px;
    text-align: center;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    background-color: #333333;
    color: #ffffff;
    border: none;
    float: right;
}

.detail-title {
    max-width: 940px;
    margin: 0 auto;
    padding: 40px 0 30px 0;
}

    .detail-title p.date {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #b2b2b2;
        margin: 0;
        margin-bottom: 12px;
    }

    .detail-title p.title a {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #ff1d25;
        padding: 0px 9px;
        font-family: "nimbussannovmedregular";
        position: relative;
    }

        .detail-title p.title a:hover {
            text-decoration: underline;
        }

        .detail-title p.title a:after {
            content: "";
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            height: 70%;
            border-right: 1px solid #333;
            margin: auto;
        }

        .detail-title p.title a:last-child:after {
            display: none;
        }

    .detail-title p.title {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        font-family: 'nimbussannovmedregular';
    }

    .detail-title h1,
    .detail-title h2 {
        font-size: 38px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.32;
        letter-spacing: normal;
    }

@media (max-width: 1024px) {
    body .detail-title h1,
    body .detail-title h2 {
        font-size: 22px;
        line-height: 1.27;
    }
}

.detail-content {
    max-width: 940px;
    margin: 0 auto;
    /* padding: 30px 0 65px 0; */
}

    .detail-content p, .detail-content-ns .container p {
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.44;
        letter-spacing: normal;
        margin-bottom: 40px;
    }

        .detail-content p, .detail-content-ns .container p.caption {
            font-size: 14px;
            color: #333333;
            margin-bottom: 20px;
        }

@media (max-width: 1024px) {
    body .detail-content-ns .container p {
        font-size: 15px;
        line-height: 1.47;
    }
}

.detail-content img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    margin-bottom: 40px;
}

.detail-content .img {
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 40px;
}

.othernews {
    /* background-color: #f9f9f9; */
    padding: 30px 0 65px 0;
}

@media (max-width: 425px) {
    .othernews {
        padding: 15px 0 15px 0;
    }

    body .detail-title h1 {
        font-size: 30px;
    }

    body .detail-title {
        padding: 20px 0 10px 0;
    }

    body .news .item .content h3 {
        white-space: inherit !important;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 62px;
    }

    body .othernews .item .content h3, body .othernews .item .content .slider-text p {
        white-space: inherit !important;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 40px;
    }
}

.othernews .list > a {
    display: inline-block;
}

.othernews .list {
    text-align: center;
}

    .othernews .list .item {
        display: inline-block;
        padding: 0 15px;
        /* width: 570px; */
        width: 100%;
        position: relative;
    }

        .othernews .list .item img {
            width: 100%;
            height: 380px;
            object-fit: cover;
        }

        .othernews .list .item .img {
            width: 100%;
            height: 380px;
            max-width: 570px;
            min-width: 570px;
            background-size: cover;
            background-position: top;
            background-repeat: no-repeat;
        }

@media (max-width: 600px) {
    .othernews .list .item .img {
        height: 285px;
        max-width: 285px;
        min-width: 285px;
    }
}

.othernews .list .item p, .othernews .list .item h1 {
    font-size: 18px;
    line-height: 1.67;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #333333;
}

@media (max-width: 1200px) {
    body .mobile-hide {
        display: none;
    }
}

@media (max-width: 1024px) {
    body .othernews .list .item p, body .othernews .list .item h1 {
        font-size: 15px;
    }
}

.news {
    /* background-color: #f9f9f9; */
    padding: 0px 0 25px 0;
}

    .news a {
        color: #333333;
    }

    .news .item {
        position: relative;
        margin: 15px 0;
    }

        .news .item img {
            width: 100%;
            object-fit: cover;
        }

        .news .item .img {
            width: 100%;
            background-size: cover;
            background-position: top;
            background-repeat: no-repeat;
        }

        .news .item .bg {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background-color: rgba(0, 0, 0, 0.3);
        }

        .news .item .content {
            background-color: #F9F9F9;
            padding: 30px;
        }

            .news .item .content .date {
                font-size: 14px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: normal;
                letter-spacing: normal;
                color: #9e9e9e;
                margin-bottom: 10px;
            }

            .news .item .content h3 {
                font-size: 24px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.33;
                letter-spacing: normal;
                margin-bottom: 10px;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
            }

@media (max-width: 1024px) {
    body .news .item .content h3 {
        font-size: 16px;
        /* height: 40px; */
    }
}

.news .item .content p {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
}

@media (max-width: 1024px) {
    body .news .item .content p {
        font-size: 15px;
    }
}

.news .item .content .tags {
    display: inline-block;
    width: 100%;
}

.news .content .tags span {
    background: none;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    float: left;
    padding: 0 10px;
    position: relative;
    margin: 0;
}

    .news .content .tags span:first-child {
        padding-left: 0;
    }

    .news .content .tags span:last-child:after {
        display: none;
    }

    .news .content .tags span:after {
        position: absolute;
        content: "";
        border-right: 1px solid #fff;
        height: 60%;
        top: -2px;
        bottom: 0;
        margin: auto;
        right: 0;
    }

.news .item.small .content .tags span {
    color: #333;
}

    .news .item.small .content .tags span:after {
        border-right: 1px solid #333;
    }

.news .item.big img, .news .item.big .img {
    height: 790px;
}

.news .item.big .content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
}


    /*.news .item.big .content .date {
  color: #ffffff;
}

.news .item.big .content h3 {
  font-size: 42px;
  line-height: 1.33;
  color: #ffffff;
}*/
    .news .item.big .content .date {
        color: #ffffff;
    }

    .news .item.big .content h3 {
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        color: #ffffff;
        white-space: unset;
    }

@media (max-width: 1024px) {
    body .news .item.big .content h3 {
        font-size: 16px;
    }
}

.news .item.mid img, .news .item.mid .img {
    height: 380px;
}

.news .item.mid .content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
}

.othernews .item .content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    padding: 30px;
    margin: 0 15px;
}

.othernews .item .bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    margin: 0 15px;
}

.othernews .item .content .date {
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 10px;
    text-align: left;
}

.othernews .item .content h3, .othernews .item .content .slider-text p {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    color: #ffffff;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

@media (max-width: 1024px) {
    body .othernews .item .content h3, body .othernews .item .content .slider-text p {
        font-size: 16px;
        text-align: left;
    }
}

.othernews .item .content .tags {
    display: inline-block;
    width: 100%;
}

    .othernews .item .content .tags span {
        background: none;
        color: #fff;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        float: left;
        padding: 0 10px;
        position: relative;
        margin: 0;
    }

        .othernews .item .content .tags span:after {
            position: absolute;
            content: "";
            border-right: 1px solid #fff;
            height: 60%;
            top: -2px;
            bottom: 0;
            margin: auto;
            right: 0;
        }

        .othernews .item .content .tags span:last-child:after {
            display: none;
        }

        .othernews .item .content .tags span:first-child {
            padding-left: 0;
        }

.news .item.mid .content .date {
    color: #ffffff;
}

.news .item.mid .content h3, .news .item.mid .content h3 {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #ffffff;
    white-space: unset;
}

@media (max-width: 1024px) {
    body .news .item.mid .content h3 {
        font-size: 15px;
    }
}

.news .item.small img, .news .item.small .img {
    height: 380px;
}

.news .item.small .content .desc {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.67;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 90px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    width: 100%;
}

@media (max-width: 1024px) {
    body .news .item.small .content .desc {
        font-size: 15px;
    }
}

.categorytitle {
    padding: 52px 0;
}

@media (max-width: 425px) {
    .categorytitle {
        padding: 15px 0 15px 0;
        width: 100%;
        overflow: auto;
    }

    body .news .item.big img, body .news .item.big .img {
        height: 300px;
    }

    body .news .item.mid img, body .news .item.mid .img {
        height: 300px;
    }

    body .news .item.small img, body .news .item.small .img {
        height: 300px;
    }
}

.categorytitle ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

    .categorytitle ul li {
        display: inline-block;
        position: relative;
    }

        .categorytitle ul li:after {
            position: absolute;
            right: -50px;
            border-right: 1px solid #b2b2b2;
            bottom: 0;
            content: "";
            height: 70%;
            top: 0;
            margin: auto;
        }

        .categorytitle ul li:last-child:after {
            display: none;
        }

        .categorytitle ul li a, .categorytitle ul li {
            font-size: 18px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.44;
            letter-spacing: normal;
            padding: 0;
            color: #333333;
            /* background: #f9f9f9; */
            border-radius: 20px;
            display: inline-flex;
            margin: 0 50px;
            cursor: pointer;
        }

@media (max-width: 1024px) {
    body .categorytitle ul li a, body .categorytitle ul li {
        font-size: 15px;
    }
}

.categorytitle ul li.active a, .categorytitle ul li.active {
    color: #ff1d25;
}



.solutions {
    background-color: #f9f9f9;
    padding: 80px 0 65px 0;
}

@media (max-width: 425px) {
    .solutions {
        padding: 15px 0 15px 0;
    }
}

.solutions .item img {
    width: 100%;
    height: 246px;
    object-fit: cover;
}

.solutions .item .img {
    width: 100%;
    height: 246px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.solutions .item .content {
    padding: 30px;
    background-color: #ffffff;
    height: 360px;
}

    .solutions .item .content h3 {
        font-size: 26px;
        line-height: 1.25;
        margin-bottom: 10px;
    }

    .solutions .item .content p.desc, .solutions .item .content span.desc {
        font-size: 18px;
        font-weight: 300;
        line-height: 1.67;
        margin: 0;
    }

.numbers {
    padding: 80px 0 65px 0;
    position: relative;
    background: url("../images/banner/banner.jpg") no-repeat center center;
    background-size: cover;
}

@media (max-width: 425px) {
    .numbers {
        padding: 15px 0 15px 0;
        background-image: unset !important;
    }

    body .numbers .content {
        padding: 0 20px;
    }
}

/* .numbers:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.5;
    background-color: #000;
} */

.numbers .title {
    font-size: 60px;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1;
}

.numbers .content {
    padding: 20px;
}

    .numbers .content .name-wrap {
        height: 150px;
    }

    .numbers .content .value {
        font-size: 42px;
        color: #ffffff;
        line-height: 1.19;
        margin: 0;
        font-weight: normal;
    }

    .numbers .content .name {
        color: #ffffff;
        font-size: 26px;
        font-weight: 300;
        line-height: 1.33;
        margin: 0;
    }

@media (max-width: 800px) {
    body .numbers .content .value {
        font-size: 26px;
    }

    body .numbers .content .name {
        font-size: 20px;
    }

    body .numbers .content .name-wrap {
        height: 120px;
    }
}

.numbers .content .desc {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #ffffff;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #ffffff;
}

.custom-container-detail {
    padding: 80px 0 65px 0;
}

    .custom-container-detail .image img, .custom-container-detail .image img {
        width: 100%;
    }

    .custom-container-detail .title {
        font-size: 24px;
        line-height: 0.95;
        /* font-family: 'nimbussannovmedregular';
    font-weight: 500; */
    }

    .custom-container-detail .desc {
        font-size: 18px;
        font-weight: 300;
        line-height: 1.67;
    }

    .custom-container-detail .content .value {
        font-size: 38px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.32;
        letter-spacing: normal;
        margin: 0;
    }

@media (max-width: 1024px) {
    body .custom-container-detail .content .value {
        font-size: 22px;
    }
}

.custom-container-detail .content .name {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    margin: 0;
}

@media (max-width: 1024px) {
    body .custom-container-detail .content .name {
        font-size: 15px;
        position: relative;
        z-index: 9;
    }
    /*body .custom-container-detail .content .rtLinkButton {
        position: absolute;
        bottom: -180px;
        z-index: 9;
    }*/
    /*body.home-page-class .map {
        margin-top: -60px;
    }*/
}

.countries {
    background-color: #f9f9f9;
    padding: 60px 0 60px 0;
}

@media (max-width: 425px) {
    .countries {
        padding: 15px 0 15px 0;
    }
}

.countries .wrap {
    display: inline-block;
    width: 100%;
}

    .countries .wrap .content {
        float: left;
        width: 100%;
        width: calc(100% - 787px);
        width: -webkit-calc(100% - 787px);
        width: -moz-calc(100% - 787px);
        padding: 70px 22px 70px 0;
    }

        .countries .wrap .content .text {
            font-size: 26px;
            margin-bottom: 40px;
            line-height: 1.25;
        }

.rtLinkButton, .rtRedLinkButton {
    padding-top: 40px;
    display: inline-block;
}

    .countries .wrap .content .all, .rtLinkButton .all, .rtLinkButton > a {
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.44;
        letter-spacing: normal;
        color: #333333;
        padding: 12px 24px;
        width: 150px;
        height: 50px;
        text-align: center;
        border: 1px solid #333333;
        display: inline-block;
        font-family: 'nimbussannovmedregular';
    }

@media (max-width: 1024px) {
    body .countries .wrap .content .all, .rtLinkButton .all, .rtLinkButton > a {
        font-size: 15px;
        transition: none;
        padding: 14px 24px;
    }

        body .countries .wrap .content .all:hover, .rtLinkButton .all:hover, .rtLinkButton > a:hover
        body .countries .wrap .content .all:active, .rtLinkButton .all:active, .rtLinkButton > a:active
        body .countries .wrap .content .all:focus, .rtLinkButton .all:focus, .rtLinkButton > a:focus {
            color: #fff !important;
            background-color: #333333 !important;
        }
}

.countries .wrap .content .all:hover, .rtLinkButton .all:hover, .rtLinkButton > a:hover {
    color: #fff;
    background-color: #333333;
}

.rtRedLinkButton .all, .rtRedLinkButton > a, .rtRedLinkButton {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #fff;
    padding: 12px 24px;
    width: 150px;
    height: 50px;
    text-align: center;
    background-color: transparent;
    display: inline-block;
    font-family: 'nimbussannovmedregular';
    cursor: pointer;
    border: solid 1px #fff;
}

    .rtRedLinkButton .all:hover, .rtRedLinkButton > a:hover, .rtRedLinkButton:hover {
        color: #333333;
        background-color: #fff;
    }

.countries .wrap .image {
    max-width: 787px;
    width: 100%;
    float: left;
}

    .countries .wrap .image img, .countries .wrap .image .img {
        width: 100%;
    }

.countriesList.supervisory a {
    font-size: 24px;
    font-weight: 300;
    margin: 0;
    display: inline-block;
    width: 100%;
    color: #333333;
}

@media (max-width: 1024px) {
    body .countriesList.supervisory a {
        font-size: 16px;
    }
}

.countriesList.supervisory a:hover .item {
    background-color: #ccc;
}

.countriesList.supervisory .item {
    padding: 35px 8px;
    height: 370px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

@media (max-width: 1200px) {
    .countriesList.supervisory .item {
        height: 320px;
    }
}

@media (max-width: 1024px) {
    .countriesList.supervisory .item {
        height: 290px;
    }
}

@media (max-width: 992px) {
    .countriesList.supervisory .item {
        height: 330px;
    }
}

@media (max-width: 425px) {
    body .countriesList.supervisory .item {
        height: 150px;
    }

        body .countriesList.supervisory .item .name {
            font-size: 40px;
        }
}

@media (max-width: 330px) {
    body .countriesList.supervisory .item {
        height: 120px;
    }
}

@media (max-width: 768px) {
    .countriesList.supervisory > .container > .row > .col-lg-4.col-6 {
        float: left;
    }
}

@media (max-width: 767px) {
    .countriesList.supervisory .item {
        height: 240px;
    }
}

.countriesList.supervisory .item .bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.countriesList.supervisory .item .name {
    font-size: 114px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.usp {
    background-color: #f9f9f9;
    padding: 80px 0 65px 0;
}

@media (max-width: 425px) {
    .usp {
        padding: 15px 0 15px 0;
    }
}

.usp .list {
    display: inline-block;
    width: 100%;
}

    .usp .list .item {
        width: 20%;
        float: left;
        text-align: center;
        padding: 0 20px;
    }

        .usp .list .item .image {
            width: 122px;
            height: 122px;
            text-align: center;
            line-height: 122px;
            margin: 0 auto 10px auto;
            border-radius: 100%;
            background-color: #ffffff;
        }

            .usp .list .item .image img {
                width: 66px;
                height: 70px;
                object-fit: contain;
            }

            .usp .list .item .image .img {
                width: 66px;
                height: 70px;
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
            }

        .usp .list .item .title {
            margin: 0;
            font-size: 24px;
            font-weight: 300;
            line-height: 1.58;
        }

        .usp .list .item .desc {
            font-size: 16px;
            font-weight: 300;
            line-height: 1.5;
            margin: 0;
        }

.simplecontent {
    background-color: #ffffff;
    padding: 80px 0 65px 0;
}

@media (max-width: 425px) {
    .simplecontent {
        padding: 15px 0 15px 0;
    }
}

.simplecontent .full-body {
    display: inline-block;
    width: 100%;
    margin: 15px 0;
}

    .simplecontent .full-body .image img {
        height: 570px;
        width: 100%;
        object-fit: cover;
    }

    .simplecontent .full-body .image .img {
        height: 570px;
        width: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

@media (max-width: 425px) {
    .simplecontent .full-body .image img, .simplecontent .full-body .image .img {
        height: 250px;
    }
}

.simplecontent .full-body .content {
    background-color: #ffffff;
    height: 570px;
    width: 100%;
    padding: 60px;
}

@media (max-width: 425px) {
    .simplecontent .full-body .content {
        height: unset;
        padding: 15px;
    }
}

.simplecontent .full-body .content p.title {
    font-size: 26px;
    line-height: 1.25;
    color: #333333;
    margin: 0;
}

.simplecontent .full-body .content p.subtitle {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.42;
}

.simplecontent .full-body .content p.desc, .simplecontent .full-body .content span.desc {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.67;
}

.simplecontent .full-body .content p.date {
    margin: 0;
}

.oursolution {
    padding: 80px 0 65px 0;
    position: relative;
    height: 600px;
    background: url("../images/banner/banner.jpg") no-repeat center center;
    background-size: cover;
}

@media (max-width: 425px) {
    .oursolution {
        padding: 15px 0 15px 0;
    }
}

@media (max-width: 1024px) {
    .oursolution {
        height: 452px;
    }
}

.oursolution:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.5;
    background-color: #000;
}

.oursolution .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

    .oursolution .content .title,
    .oursolution .content h2 {
        font-size: 38px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #ffffff;
        text-align: center;
        margin-bottom: 30px;
    }

@media (max-width: 1024px) {
    body .oursolution .content .title,
    body .oursolution .content h2 {
        font-size: 22px;
    }
}

.oursolution .content .title a {
    color: #ffffff;
}

    .oursolution .content .title a:hover {
        color: #ffffff;
    }

.oursolution .content .subtitle {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0px;
}

@media (max-width: 1024px) {
    body .oursolution .content .subtitle {
        font-size: 16px;
    }
}

.oursolution .content .subtitle a {
    color: #ffffff;
}

    .oursolution .content .subtitle a:hover {
        color: #ffffff;
    }

.certificates {
    /* background-color: #f9f9f9; */
    padding: 80px 0 65px 0;
}

@media (max-width: 425px) {
    .certificates {
        padding: 15px 0 15px 0;
    }
}

.certificates .big-title,
.certificates h2 {
    font-size: 38px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: normal;
    color: #333333;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding-bottom: 35px;
    margin: 0;
}

@media (max-width: 1024px) {
    .certificates .big-title,
    .certificates h2 {
        font-size: 22px;
        padding-bottom: 5px;
        padding-top: 15px;
        margin: 0;
        line-height: 1.27;
    }
}

.certificates .item {
    background-color: #f9f9f9;
    padding: 30px;
    margin: 15px 0;
    height: 185px;
    position: relative;
}

    .certificates .item .seeall {
        position: absolute;
        right: 30px;
        bottom: 30px;
    }

    .certificates .item .date {
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        margin-bottom: 10px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        /* height: 120px; */
    }

@media (max-width: 1024px) {
    body .certificates .item .date {
        font-size: 16px;
    }
}

.certificates .item .cnt {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    margin-bottom: 20px;
}

@media (max-width: 1024px) {
    body .certificates .item .cnt {
        font-size: 15px;
    }
}

.costumer {
    padding: 80px 0 65px 0;
}

@media (max-width: 425px) {
    .costumer {
        padding: 15px 0 15px 0;
    }
}

.costumer .big-title {
    font-size: 68px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding-bottom: 35px;
    margin: 0;
}

@media (max-width: 1024px) {
    body .costumer .big-title {
        font-size: 28px;
        padding-bottom: 5px;
        padding-top: 15px;
        margin: 0;
    }
}

.costumer .item {
    background-color: #f9f9f9;
    padding: 20px;
    position: relative;
}

    .costumer .item .date {
        margin-bottom: 5px;
        font-size: 12px;
        line-height: 1.5;
        color: #9e9e9e;
    }

    .costumer .item .desc {
        margin: 0;
        font-size: 16px;
        font-weight: 300;
        line-height: 1.5;
    }

    .costumer .item a {
        position: absolute;
        right: 10px;
        top: 10px;
        color: #b2b2b2;
    }

        .costumer .item a span {
            font-size: 22px;
        }

        .costumer .item a:hover {
            color: #ff1d25;
        }

.map {
    /* background-color: #f9f9f9; */
    padding: 30px 0 65px 0;
}

@media (max-width: 425px) {
    .map {
        padding: 15px 0 15px 0;
        overflow: hidden;
    }
}

.map .wrap {
    display: inline-block;
    width: 100%;
}

    .map .wrap .contact-area {
        display: inline-block;
        width: 100%;
    }

    .map .wrap .list {
        float: left;
        width: 300px;
    }

        .map .wrap .list ul {
            list-style: none;
            padding: 0;
            margin: 0;
            background-color: #ffffff;
        }

            .map .wrap .list ul li {
                border-bottom: 1px solid #f9f9f9;
                cursor: pointer;
            }

                .map .wrap .list ul li a {
                    padding: 15px;
                    color: #333333;
                    display: inline-block;
                    width: 100%;
                    position: relative;
                    font-family: 'nimbussannovmedregular';
                    font-size: 18px;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.44;
                    letter-spacing: normal;
                }

@media (max-width: 1024px) {
    body .map .wrap .list ul li a {
        font-size: 15px;
    }
}

/* .map .wrap .list ul li a:after {
  content: '>';
  position: absolute;
  right: 20px;
  font-weight: bold;
  color: #848484;
} */

.map .wrap .list ul li a img {
    vertical-align: middle;
    margin-right: 10px;
    width: 34px;
    height: 21px;
    object-fit: cover;
}

.map .wrap .list ul li a .img {
    vertical-align: middle;
    margin-right: 10px;
    width: 34px;
    height: 21px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
}

.map .wrap .list ul li a span {
    vertical-align: middle;
}

.map .wrap .list ul li a svg {
    position: absolute;
    right: 18px;
    top: 20px;
}

.map .wrap .list ul li.active {
    background-color: #f9f9f9;
}

    .map .wrap .list ul li.active a svg {
        display: none;
    }

    .map .wrap .list ul li.active > a:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 4px;
        height: 100%;
        background-color: #ff1d25;
        z-index: 9;
    }

.map .wrap .list ul li:last-child {
    border: none;
}

.map .wrap .location {
    float: left;
    width: 100%;
    width: calc(100% - 305px);
    width: -webkit-calc(100% - 305px);
    width: -moz-calc(100% - 305px);
    padding: 0 20px;
}

@media (max-width: 1024px) {
    body .map .wrap .location {
        display: none;
    }

        body .map .wrap .location.macro-location {
            display: block;
            margin-top: -70px;
        }

    body.home-page-class .map .wrap .location .rtLinkButton, body.home-page-class .map .wrap .location .rtRedLinkButton {
        padding: 0;
        display: block;
        margin-top: -20px;
        z-index: 99;
    }

    body.home-page-class .map .wrap .location .color1,
    body.home-page-class .map .wrap .location .color2,
    body.home-page-class .map .wrap .location .color3,
    body.home-page-class .map .wrap .location .color4,
    body.home-page-class .map .wrap .location .color5,
    body.home-page-class .map .wrap .location .color6 {
        fill: #f0f0f0 !important;
    }

    body.home-page-class {
        overflow-x: hidden;
    }

    body .map > .container {
        padding: 0;
    }

    body .map .wrap .list {
        width: 100%;
    }

    .map .wrap .location svg {
        width: 100%;
        height: auto;
    }

    .map .wrap .location {
        width: 100% !important;
        padding: 0;
    }

    body .custom-container-detail {
        padding: 40px 0 60px 0;
    }

    body .map .wrap .list .inContent .link {
        font-size: 16px;
        font-family: 'nimbussannovmedregular';
        margin: 0;
    }
    /* body .map .wrap .list .inContent {
    display: block;
  } */
}

.map .wrap .location svg {
    margin: 0 auto;
    display: block;
    /* float: right; */
}

.header-sub > .container-fluid > .row {
    position: relative;
}

@media (max-width: 1350px) {
    .map .wrap .location {
        /* width: 100% !important; */
    }

    .countries .wrap .content {
        width: 100% !important;
    }

    .map .wrap .location svg {
        /* width: 100%; */
        /* height: auto; */
    }
}

.enabledCursor {
    cursor: pointer;
}

section.contactform > .container > h1 {
    color: #333333;
    padding-top: 70px;
    text-align: center;
}

.map .wrap .location .detailbox {
    display: none;
    width: 100%;
    max-width: 450px;
    background-color: white;
    padding: 30px;
    float: right;
    margin: 40px 0;
}

.map .wrap .list .inContent {
    background-color: white;
    padding: 20px;
    display: none;
}

    .map .wrap .location .detailbox .name, .map .wrap .list .inContent .name {
        margin-bottom: 10px;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
    }

@media (max-width: 1024px) {
    body .map .wrap .location .detailbox .name, body .map .wrap .list .inContent .name {
        font-size: 16px;
    }
}

.map .wrap .location .detailbox .address, .map .wrap .list .inContent .address {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    margin-bottom: 10px;
    color: #333;
    padding: 0;
    white-space: pre-line;
}

.map .wrap .location .detailbox .phone, .map .wrap .list .inContent .phone {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    margin-bottom: 10px;
    color: #ff1d25;
    padding: 0;
}

    .map .wrap .location .detailbox .phone:hover, .map .wrap .list .inContent .phone:hover,
    .map .wrap .location .detailbox .link:hover, .map .wrap .list .inContent .link:hover {
        text-decoration: underline !important;
    }

@media (max-width: 1024px) {
    body .map .wrap .location .detailbox .address, body .map .wrap .list .inContent .address {
        font-size: 15px;
    }
}

/* .map .wrap .location .detailbox .link, .map .wrap .list .inContent .link {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ff1d25;
    margin-top: 10px;
    display: flex;
    width: 100%;
    word-break: break-all;
} */

.map .wrap .location .detailbox .link ~ .link, .map .wrap .list .inContent .link ~ .link {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ff1d25;
    margin-top: 10px;
    display: flex;
    width: 100%;
    word-break: break-all;
}

.map .wrap .location .detailbox .link, .map .wrap .list .inContent .link {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ff1d25;
    margin-top: 0px;
    display: flex;
    width: 100%;
    word-break: break-all;
}

@media (max-width: 1024px) {
    body .map .wrap .location .detailbox .link, body .map .wrap .list .inContent .link {
        font-size: 15px;
    }
}

.map .wrap .list .inContent .link {
    padding: 0;
}

    .map .wrap .location .detailbox .link:hover, .map .wrap .list .inContent .link:hover {
        color: #ff1d25;
    }

.single {
    padding: 20px 0 20px 0;
}

@media (max-width: 1024px) {
    .single {
        padding: 15px 0 15px 0;
    }
}


.single.first {
    padding-top: 40px;
}

.single.last {
    padding-bottom: 65px;
}

main.trenkvalder > .container > .image > .img {
    height: 570px;
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

main.trenkvalder > .container > .image {
    padding: 40px 0;
    height: 100%;
}

.single .image .img {
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.single .image {
    margin-bottom: 40px;
}

    .single .image img {
        width: 100%;
    }

.map .single {
    padding: 40px 0 65px 0;
}

.business-process-outsourcing-class .single {
    padding: 80px 0 0 0;
}

.business-process-outsourcing-class .aboutsolution.first {
    padding-top: 30px;
}

.single .title,
.single h2 {
    font-size: 38px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: normal;
    color: #333333;
    text-align: center;
    display: inline-block;
    width: 100%;
    /* padding-bottom: 25px; */
    margin: 0;
    padding-bottom: 18px;
}

@media (max-width: 1024px) {
    body .single .title,
    body .single h2 {
        font-size: 22px;
        line-height: 1.27;
    }
}

.single .content {
    display: inline-block;
    width: 100%;
}

    .single .content a {
        color: #ff1d25 !important;
    }

        .single .content a:hover {
            text-decoration: underline !important;
        }

.single.his .content {
    display: block !important;
}

body .single.his .title {
    padding-top: 0;
    text-align: left;
}

.single .content p {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    margin-bottom: 0;
    padding-top: 10px;
}

@media (max-width: 1024px) {
    body .single .content p {
        font-size: 15px;
        padding-top: 0px;
    }
}

.single .content p:first-child {
    padding-top: 0px;
}

.big-counter-area {
    font-size: 140px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

body .trenkwalder-boxs.full-body .content .big-counter-area .desc {
    text-align: right !important;
    margin-top: -20px;
    padding: 0;
    float: right;
}

@media (max-width: 1024px) {
    body .trenkwalder-boxs.full-body .content .big-counter-area .desc {
        padding-right: 18px;
        text-align: center !important;
        float: none;
    }

    body .big-counter-area {
        width: 100%;
    }

    body .message {
        padding: 110px 0 120px 0;
    }

        body .message .message-wrap:before {
            top: -110px;
            width: 100px;
            height: 75px;
            background-size: cover;
        }

        body .message .message-wrap:after {
            bottom: -150px;
            width: 100px;
            height: 75px;
            background-size: cover;
        }
}

@media (max-width: 1024px) {
    .big-counter-area {
        font-size: 60px;
    }

    .single .image .img {
        height: 300px;
        margin-bottom: 0;
    }

    .single .image {
        margin-bottom: 20px;
    }
}

header .header-sub {
    background-color: #666666;
    display: inline-block;
    width: 100%;
    z-index: 999;
    position: relative;
}

header {
    /*z-index: 2;*/
    z-index: 99999;
    position: relative;
    height: 140px;
}

.header-main.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.95);
}

header.fixed .header-sub {
    display: none;
}

header.fixed .header-main .logo img {
    padding: 27px 0;
}

header .header-main .logo .img {
    margin: 27px 0;
}



@media (min-width: 1200px) {
    header.fixed .header-main nav > ul > li a {
        padding: 26.5px 40px;
    }
}

@media (min-width: 1200px) {
    header.fixed .header-main nav > ul {
        padding-right: 22px;
    }
}

@media (min-width: 1024px) {
    body header.fixed .header-main nav > ul > li .subnav {
        top: 80px;
    }
}

@media (max-width: 1024px) {
    body header {
        height: 122px;
    }

        body header.fixed {
        }

            body header.fixed .header-main nav > ul {
                padding-right: 0;
            }

            body header.fixed .header-main .logo img {
                padding: 16px 0;
            }

    header .header-main .logo .img {
        margin: 16px 0;
    }

    body header.fixed .header-main .mobilebar {
        padding: 27px 0;
    }
}

.nav-bg {
    display: none;
    position: fixed;
    background-color: white;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

header .header-sub a.link {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: rgba(255, 255, 255, 0.6);
    font-family: 'nimbussannovmedregular';
    padding: 7px 20px;
    text-align: center;
    background-color: rgba(51, 51, 51, 0.6);
    float: left;
    width: 144px;
    height: 40px;
}

@media (max-width: 1024px) {
    body header .header-sub a.link {
        padding: 10px 8px;
        text-align: center;
        width: 104px;
        font-size: 15px;
    }
}

@media (max-width: 350px) {
    body header .header-sub a.link {
        width: 90px;
    }
}

header .header-sub a.link.active {
    background-color: #ffffff;
    color: #333333;
}

header .header-sub .language {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

@media (max-width: 800px) {
    header .header-sub .language {
        float: right;
    }
}

header .header-sub .language li {
    display: inline-block;
    position: relative;
    z-index: 99999;
}

    header .header-sub .language li > a {
        color: #999999;
        font-size: 16px;
        font-family: 'nimbussannovmedregular';
        padding: 13px 30px;
        display: inline-block;
    }

@media (max-width: 425px) {
    header .header-sub .language li > a {
        padding: 6px 8px;
    }
}

header .header-sub .language li > a:hover + .languagesub {
    display: inline-block;
}

header .header-sub .language li > a > span {
    vertical-align: middle;
}

    header .header-sub .language li > a > span.icon-icn-sort-down {
        font-size: 5px;
        padding-left: 7px;
    }

    header .header-sub .language li > a > span.icon-icn-globe {
        font-size: 18px;
        padding-right: 8px;
    }

header .header-sub .language li .languagesub {
    display: none;
    position: absolute;
    background-color: #ffffff;
    left: 0;
    padding: 10px 0;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
    font-size: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    text-align: center;
}

    header .header-sub .language li .languagesub:hover {
        display: inline-block;
    }

    header .header-sub .language li .languagesub li {
        font-size: 16px;
        padding: 0;
        border-bottom: 1px solid #f9f9f9;
    }

        header .header-sub .language li .languagesub li:last-child {
            border: none;
        }

        header .header-sub .language li .languagesub li a {
            color: #333333;
            font-weight: 300;
            font-family: 'nimbussannovmedregular';
        }

header .header-sub .right-language {
    position: absolute;
    right: 30px;
    top: 11px;
    display: inherit;
    padding: 3px 0px;
}

@media (max-width: 425px) {
    header .header-sub .right-language {
        top: 2px;
        right: 5px;
    }

    .header .header-sub .right-language span {
        padding-right: 0;
    }

    body .slick-dots {
        bottom: -50px;
        display: inline-block;
        width: 100%;
    }
}

header .header-sub .right-language span {
    font-size: 18px;
    padding-right: 1px;
    color: #fff;
    margin: -2px 0px;
    vertical-align: middle;
}

header .header-sub .right-language a {
    font-size: 16px;
    color: #999999;
    border-right: 2px solid #999999;
    padding: 0 7px;
    font-weight: 600;
    height: 14px;
    line-height: 14px;
    vertical-align: middle;
    font-family: 'nimbussannovmedregular';
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
}

    header .header-sub .right-language a.active {
        /* color: #ff1d25; */
        color: #fff;
    }

    header .header-sub .right-language a:last-child {
        border: none;
    }

header .header-main .logo {
    display: flex;
    z-index: 999;
    position: relative;
    width: 100%;
}

    header .header-main .logo > a {
        display: inline-block;
        width: 100%;
    }

    header .header-main .logo img {
        width: 100%;
        max-width: 228px;
        padding: 37px 0;
    }

    header .header-main .logo .img {
        width: 100%;
        max-width: 230px;
        margin: 37px 0;
        height: 26px;
        padding: 0;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

header .header-main.fixed .logo .img {
    margin: 27px 0;
}

/*header .header-main .logo .img {
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        height: 100px;
        width: 100%;
        max-width: 228px;
        padding: 37px 0;
    }*/

header .header-main .mobilebar {
    float: right;
    padding: 46px 0 42px 0;
    display: none;
    width: 32px;
    text-align: right;
    z-index: 999;
    position: relative;
}

@media (min-width: 1200px) {
    .nav-bg {
        display: none !important;
    }
}

@media (max-width: 1200px) {
    header .header-main .mobilebar {
        display: block;
    }

        header .header-main .mobilebar > a {
            display: inline-block;
            cursor: pointer;
            z-index: 999;
        }

    body header .header-main .logo {
        display: inline-block;
        width: calc(100% - 37px);
        width: -webkit-calc(100% - 37px);
        width: -moz-calc(100% - 37px);
    }

    body header .header-main .mobilebar > a:not(.close) > svg {
        display: none !important;
    }

    body header .header-main .mobilebar > a.close > span {
        display: none;
    }

    body header .header-main .mobilebar > a:not(.close) > span {
        display: inline-block !important;
    }

    body header .header-main .mobilebar > a > svg {
        display: inline-block;
    }

    body header .header-main nav > ul {
        text-align: left;
        /*padding: 30px;
        display:inline-block;
        width:100%;*/
    }
        /* body header .header-main nav {
        padding: 0;
    } */

        body header .header-main nav > ul > li {
            width: 100%;
            border-bottom: 1px solid #b2b2b2;
            padding: 20px 0;
        }

            body header .header-main nav > ul > li:last-child {
                border: none;
            }

            body header .header-main nav > ul > li > a {
                width: 100%;
                padding: 0;
                background-color: transparent !important;
            }

    header .header-main nav > ul > li:hover > a:after {
        background: transparent !important;
    }

    body header .header-main nav > ul > li:first-child > a, body header .header-main nav > ul > li:nth-child(2) > a {
        padding: 10px 0;
    }

    body header .header-main nav > ul > li .subnav {
        background-color: #fff;
    }

    body header .header-main nav > ul > li .subnav {
        display: inline-block;
        position: relative;
        width: 100%;
        left: inherit;
        top: inherit;
        padding: 0;
        box-shadow: none;
    }

        body header .header-main nav > ul > li .subnav > .col-12 {
            padding: 0;
        }

            body header .header-main nav > ul > li .subnav > .col-12 > .row > .col-6 {
                flex: 0 0 100%;
                max-width: 100%;
                border: none !important;
            }

                body header .header-main nav > ul > li .subnav > .col-12 > .row > .col-6:last-child {
                    display: none;
                }

        body header .header-main nav > ul > li .subnav ul li a {
            padding: 10px 0;
            font-family: 'nimbussannovmedregular';
        }
}

header .header-main .mobilebar a span {
    font-size: 26px;
    vertical-align: middle;
}

header .header-main nav {
    display: inline-block;
    width: 100%;
}

@media (max-width: 1200px) {
    header .header-main nav {
        display: none;
        position: fixed;
        top: 95px;
        left: 0;
        right: 0;
        background-color: #fff;
        z-index: 99999;
        padding: 0px 30px 30px 30px;
        border-bottom: 2px solid silver;
        overflow: auto;
        bottom: 0;
    }

    header.fixed .header-main nav {
        top: 70px;
    }
}

header .header-main nav > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}

    header .header-main nav > ul > li {
        display: inline-block;
        position: relative;
        z-index: 99999;
    }

        header .header-main nav > ul > li a {
            font-family: 'nimbussannovmedregular';
            font-weight: 500;
            font-size: 18px;
            color: #333333;
            display: inline-block;
            padding: 36.5px 40px;
        }

            header .header-main nav > ul > li a:hover + .subnav {
                display: block;
            }

@media (max-width: 1306px) {
    header .header-main nav > ul > li a {
        padding: 41px 10px;
    }
}

header .header-main nav > ul > li .subnav {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 472px;
    left: 0;
    top: 100px;
    padding: 21px;
    /* box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1); */
}

    header .header-main nav > ul > li .subnav:hover {
        display: inline-block;
    }

    header .header-main nav > ul > li .subnav ul {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: left;
    }

        header .header-main nav > ul > li .subnav ul li a {
            font-size: 18px;
            color: #666666;
            padding: 15px 0;
            font-family: 'nimbussannovmedregular';
        }

@media (max-width: 1024px) {
    header .header-main nav > ul > li a {
        font-size: 15px;
        /* padding: 10px 0; */
    }

    header .header-main nav > ul > li .subnav ul li a {
        font-size: 15px;
        padding: 10px 0;
    }
}

/*header .header-main nav > ul > li .subnav ul li a:hover {
    color: #000;
}*/

header .header-main nav > ul > li .subnav .title {
    color: #9e9e9e;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
    text-align: left;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
}

header .header-main nav > ul > li .subnav .image {
    padding-bottom: 10px;
    width: 200px;
}

    header .header-main nav > ul > li .subnav .image img {
        width: 100%;
        height: 240px;
        object-fit: cover;
    }

    header .header-main nav > ul > li .subnav .image .img {
        width: 100%;
        height: 240px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

header .header-main nav > ul > li .subnav .desc {
    font-size: 12px;
    color: #333333;
    line-height: 1.5;
    text-align: left;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    width: 200px;
    letter-spacing: normal;
}

header .header-main nav > ul > li .subnav > .col-12 > .row > .col-6:first-child {
    border-right: 1px solid #b2b2b2;
}

header .header-main nav > ul > li .subnav > .col-12 > .row > .col-6:last-child {
    padding-right: 0;
}

/*header .header-main nav > ul > li:hover > a {
    /* box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1); /
    color: #666666;
    background-color: #f9f9f9;
}

    header .header-main nav > ul > li:hover > a:after {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        background: #f9f9f9;
        content: " ";
        display: block;
        height: 15px;
        z-index: 9;
    }*/

header .header-main nav > ul > li.active > a {
    color: #ff1d25;
}

@media screen and (max-width:1200px) {
    header .header-main nav > ul > li.active > a {
        color: #666666;
    }

    header .header-main nav > ul .mobile-active {
        color: #ff1d25 !important;
    }
}

/* header .header-main nav > ul > li:last-child {
  padding-right: 0;
  border-left: 1px solid #f9f9f9;
} */

footer {
    background-color: #333333;
    color: #ffffff;
    padding: 40px 0;
    display: inline-block;
    width: 100%;
}

    footer > .footer-main > .container-fluid > .row > .col-lg-4.col-12 {
        padding-left: 60px;
        border-left: 1px solid #666666;
    }

    footer .footer-main > .container-fluid > .row > .col-md-4 {
        border-right: 1px solid #666666;
    }

        footer .footer-main > .container-fluid > .row > .col-md-4:last-child {
            border-right: none;
        }

@media (max-width: 1024px) {
    footer .footer-main > .container-fluid > .row > .col-md-4:last-child .fm-wrap {
        border-bottom: none !important;
    }

    footer > .footer-main > .container-fluid > .row > .col-lg-4.col-12 {
        padding-left: 15px;
    }

    footer > .footer-main > .container-fluid > .row > .col-lg-4.col-12 {
        border: none !important;
    }
}

@media (max-width: 425px) {
    footer .footer-main > .container-fluid > .row > .col-md-4 {
        border-right: none !important;
    }
}

footer .footer-main .fm-wrap {
    display: inline-block;
    width: 100%;
    padding: 0 10px;
}

@media (max-width: 425px) {
    footer .footer-main .fm-wrap {
        border-bottom: 1px solid #666666;
        padding-bottom: 20px;
        margin-bottom: 20px;
        text-align: center;
    }
}

@media (max-width: 991px) {
    footer .footer-main .fm-wrap {
        display: none;
    }
}

footer .footer-main .fm-wrap .fm {
    /*width: 135px;*/
    float: left;
    /*padding: 0 5px;*/
    /* max-width: 145px;
    padding: 0 10px; */
    max-width: 160px;
    padding: 0 20px;
}

@media (min-width: 1400px) {
    body footer .footer-main .fm-wrap .fm {
        max-width: unset;
        width: 16%;
        padding-right: 1%;
    }
}

@media (max-width: 1300px) {
    body footer .footer-main .fm-wrap .fm {
        max-width: 115px;
        padding: 0 10px;
    }
}

.fm-wrap > div:not(fm) > .fm .title {
    visibility: hidden;
}

.fm-wrap > div:not(fm) > .fm:first-child .title {
    visibility: inherit !important;
}

footer .footer-main p.title, footer .footer-main a.title {
    color: #f9f9f9;
    height: 23px;
    font-family: 'nimbussannovmedregular';
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    margin-bottom: 5px;
}

@media (max-width: 1024px) {
    body footer .footer-main p.title, footer .footer-main a.title {
        font-size: 15px;
        line-height: 1.47;
    }

    body footer .footer-main a.title.info-title {
        display: none;
    }

    body footer .footer-main p.title.social-mob {
        color: #b2b2b2;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
    }
}

footer .footer-main p.address {
    font-size: 14px;
    color: #f9f9f9;
    margin-bottom: 10px;
}

.footer-main p a {
    color: #b2b2b2;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    padding: 5px 0;
    display: inline-block;
    margin-top: 10px;
}

footer .footer-main p.subtitle {
    color: #b2b2b2;
    font-size: 14px;
    padding: 5px 0;
    display: inline-block;
}

footer .footer-main ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    footer .footer-main ul li a {
        color: #b2b2b2;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        padding: 6px 0 7px;
        display: inline-block;
    }

@media only screen and (max-width:1025px) {
    footer .footer-main ul li a {
        word-break: break-word;
    }
}

footer .footer-main ul.social {
    padding-bottom: 10px;
}

    footer .footer-main ul.social li {
        display: inline-block;
        float: left;
    }

        footer .footer-main ul.social li a {
            margin-right: 13px;
            font-size: 22px;
            float: left;
        }

            footer .footer-main ul.social li a svg {
                height: 35px;
                width: 30px;
            }

            footer .footer-main ul.social li a span {
                font-size: 24px;
            }

footer .footer-sub {
    border-top: 1px solid #666666;
    margin-top: 39px;
    padding-top: 20px;
    padding-bottom: 25px;
}

    footer .footer-sub p {
        color: #b2b2b2;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
    }

        footer .footer-sub p a {
            color: #b2b2b2;
            padding-left: 40px;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
        }

    footer .footer-sub > .container-fluid > p:first-child {
        float: left;
    }

    footer .footer-sub > .container-fluid > p:last-child {
        float: right;
    }

.footer-main .container-fluid > .row > div:last-child {
    border-left: 1px solid #666666;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    from, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    from, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {
    from, 11.1%, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}

@keyframes jello {
    from, 11.1%, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .animated.delay-1s {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

    .animated.delay-2s {
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }

    .animated.delay-3s {
        -webkit-animation-delay: 3s;
        animation-delay: 3s;
    }

    .animated.delay-4s {
        -webkit-animation-delay: 4s;
        animation-delay: 4s;
    }

    .animated.delay-5s {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
    }

    .animated.fast {
        -webkit-animation-duration: 800ms;
        animation-duration: 800ms;
    }

    .animated.faster {
        -webkit-animation-duration: 500ms;
        animation-duration: 500ms;
    }

    .animated.slow {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

    .animated.slower {
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
    }

@media (prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset !important;
        animation: unset !important;
        -webkit-transition: none !important;
        transition: none !important;
    }
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
    font-family: "slick";
    src: url("../fonts/slick.eot");
    src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nimbussannovhearegular';
    src: url('../fonts/nimbussannov-hea-webfont.eot');
    src: url('../fonts/nimbussannov-hea-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/nimbussannov-hea-webfont.woff2') format('woff2'), url('../fonts/nimbussannov-hea-webfont.woff') format('woff'), url('../fonts/nimbussannov-hea-webfont.ttf') format('truetype'), url('../fonts/nimbussannov-hea-webfont.svg#nimbussannovhearegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

    .slick-prev:hover, .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        outline: none;
        background: transparent;
        color: transparent;
    }

        .slick-prev:hover:before, .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: 0.25;
    }

    .slick-prev:before,
    .slick-next:before {
        font-family: "slick";
        font-size: 20px;
        line-height: 1;
        color: white;
        opacity: 0.75;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

/* Dots */
.message .slick-dotted.slick-slider {
    margin-bottom: 30px;
    padding: 0;
    /*padding: 0 58px;*/
}

.slick-dotted.slick-slider button.slick-arrow {
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    right: -5px;
    position: absolute;
    top: 57%;
    padding: 0;
    z-index: 9;
}

    .slick-dotted.slick-slider button.slick-arrow:first-child {
        left: -7px;
    }

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            border: 0;
            background: transparent;
            display: block;
            height: 20px;
            width: 20px;
            outline: none;
            line-height: 0px;
            font-size: 0px;
            color: transparent;
            padding: 5px;
            cursor: pointer;
        }

            .slick-dots li button:hover, .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before, .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                position: absolute;
                top: 0;
                left: 0;
                content: "•";
                width: 20px;
                height: 20px;
                font-family: "slick";
                font-size: 6px;
                line-height: 20px;
                text-align: center;
                color: black;
                opacity: 0.25;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            color: black;
            opacity: 0.75;
        }

        .slick-dots li button:before {
            content: "•";
            width: 10px;
            height: 10px;
            font-size: 10px;
            line-height: 10px;
            color: #9e9e9e;
            opacity: 1;
        }

        .slick-dots li.slick-active button:before {
            color: #ff1d25;
        }

        .slick-dots li button {
            height: 10px;
            width: 10px;
            padding: 0;
        }

.slick-dots {
    bottom: -65px;
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 1rem;
    margin-bottom: 18px;
    list-style: none;
    border-radius: .25rem;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #333;
    content: "/";
}

li.breadcrumb-item.active {
    color: #333;
    font-family: 'nimbussannovmedregular';
}

.breadcrumb-item a {
    color: #333;
}


@media (max-width: 425px) {
    header .header-main nav > ul > li:hover > a {
        background: none;
    }

        header .header-main nav > ul > li:hover > a:after {
            display: none;
        }

    body .trenkSlickWrap {
        padding: 40px 0 70px 0;
    }

    body .breadcrumb {
        padding: 0;
    }
}

.trenkSlickWrap {
    padding: 80px 0 166px 0;
    position: relative;
    background: url(../images/banner/banner.jpg) no-repeat center center;
    background-size: cover;
}

    .trenkSlickWrap:before {
        content: ' ';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        opacity: 0.5;
        background-color: #000;
    }

.trenkSlick {
    position: relative;
}

.trenkSlickTitle {
    font-size: 38px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: normal;
    color: #ffffff;
    text-align: center;
    margin: 0 40px 63px;
}

@media (max-width: 1024px) {
    body .trenkSlickTitle {
        font-size: 22px;
        line-height: 1.27;
    }
}

.trenkSlickContent {
    padding: 0;
}

    .trenkSlickContent .name-wrap {
    }

    .trenkSlickContent .value {
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        color: #ffffff;
        margin: 0;
    }

@media (max-width: 1024px) {
    body .trenkSlickContent .value {
        font-size: 16px;
    }
}

.trenkSlickContent .name {
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    margin: 0;
}

@media (max-width: 1024px) {
    body .trenkSlickContent .name {
        font-size: 15px;
    }
}

/* .trenkSlickContent .name span {
            font-size: 19px !important;
        } */

.trenkSlickSlider {
    position: relative;
    padding: 0 182px;
    /*display: inline-block;
    width: 100%;*/
}
    /*.trenkSlick, .trenkSlickContent {
    display: inline-block;
    width: 100%;
}*/

    .trenkSlickSlider.slick-initialized.slick-slider .slick-arrow {
        background: none;
        border: none;
        position: absolute;
        top: 23%;
        right: -8px;
        cursor: pointer;
        padding: 0;
        display: flex;
    }

        .trenkSlickSlider.slick-initialized.slick-slider .slick-arrow:first-child {
            left: -8px;
        }

.message-wrap.slick-initialized.slick-slider .slick-arrow {
    display: flex !important;
}

.contactUs {
    width: 56px;
    height: 56px;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.5);
    background: url(/Media/General%20Media/icon-contact-message.svg) no-repeat center 20px #ff1d25;
    border-radius: 56px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9;
}

    .contactUs.fix {
        position: absolute;
    }

    /* .contactUs:before {
  content:"Contact Us";
  opacity: 0.7;
  border-radius: 2px;
  background-color: #4e4c4c;
  color:#fff;
  position:absolute;
  top:18px;
  left:-90px;
  line-height:24px;
  padding:0 5px;
} */

    .contactUs a {
        display: inline-block;
        width: 100%;
        height: 100%;
    }

.popup {
    position: fixed;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
}

.popupTitle {
}

.popupContent {
    width: 100%;
    height: 100%;
}

.popupClose {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.popupContainer {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    width: 60%;
    max-height: 60%;
    background: #fff;
    border-radius: 5px;
    margin: auto;
    top: 0;
    bottom: 0;
}

.popupContent iframe {
    height: 100%;
    width: 100%;
}

body .info-wrap p:not(.title) {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

/* .location.fixed {
    position: fixed;
    right: 5px;
    top: 0;
}
.location.fixed.bottom {
    top: inherit;
    bottom: 415px;
} */
@media (max-width: 1024px) {
    body header .header-main .logo img {
        max-width: 159px;
        padding: 20px 0;
    }

    body header .header-main .logo .img {
        max-width: 159px;
        margin: 20px 0;
    }

    body header .header-main .mobilebar {
        padding: 20px 0 15px 0;
    }

    body .container, body .container-fluid {
        padding-right: 28px;
        padding-left: 28px;
    }

    body header .header-sub {
        padding-top: 10px;
    }
}

@media (max-width: 991px) {
    body .certificates .item .seeall {
        right: 6px;
    }

    body footer {
        padding: 30px 0;
    }
    /*body .footer-link-wrap p.title span.semi, .footer-link-wrap p.title a.semi {
        margin-top: 20px;
    }*/
    body .certificates .item {
        height: unset;
        padding-bottom: 40px;
    }

    .slick-dotted.slick-slider {
        padding: 0;
        margin-bottom: 10px;
    }

    .trenkSlickTitle {
        margin: 0 0 50px;
    }

    .trenkSlickSlider {
        padding: 0;
    }
    /* .message .message-wrap:after {
        font-size: 26px;
        top: -40px;
    } */
    /* .custom-container-detail .map {
        display: none;
    } */

    body .footer-link-wrap {
        display: inline-block;
        border-bottom: 1px solid #666666;
        margin-bottom: 20px;
        padding-top: 5px;
    }

        body .footer-link-wrap.no-border {
            border: none;
            padding: 0;
        }

    body footer .footer-sub {
        margin-top: 8px;
    }

    body .footer-main {
        display: inline-block;
        width: 100%;
    }

    body footer .footer-sub > .container-fluid > p:last-child {
        display: none;
    }

    body .footer-main .container-fluid > .row > div:last-child {
        border: none;
    }

    body .info-title {
        display: inline-block;
        width: 100%;
        padding-bottom: 27px;
        font-size: 18px;
        color: #f9f9f9;
        font-family: 'nimbussannovmedregular';
    }

    /* body .info-wrap {
        display: none;
    } */

    /* body .trenkwalder-boxs.full-body .content {
        min-height: unset;
    } */

    body .trenkwalder-boxs.full-body .col .row > div:nth-child(even) .content, .trenkwalder-boxs.full-body .col .row > div:nth-child(even) .image {
        margin-top: 0px;
    }

    body .aboutsolution .trenkwalder-boxs .row {
        display: flex;
    }

    body .trenkwalder-boxs.full-body .image {
        font-size: 0;
    }

    body .insights .item .content {
        min-height: 105px;
        padding: 15px 30px;
    }

    body .insights .item {
        -ms-box-orient: horizontal;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }

    body .text-lines {
        display: inline-block;
        width: 100%;
    }

    body .single {
        padding: 15px 0 15px 0 !important;
    }

        body .single .title {
            font-size: 26px;
            padding-bottom: 10px;
            /* padding-top: 25px; */
            margin: 0;
        }

            body .single .title p {
                margin-bottom: 10px;
            }

    body .trenkSlickContent .name-wrap {
        text-align: center;
    }

    body .trenkSlickTitle {
        font-size: 26px;
    }

    body .trenkSlickSlider {
        padding: 0 20px;
    }

    body .list-item-box-fit .mid.trenkwalder-boxs .content {
        min-height: 330px;
    }

    body .categorytitle ul {
        justify-content: center;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        /*justify-content: safe;*/
        text-align: center;
        width: 100%;
        min-width: 400px;
    }

        body .categorytitle ul li {
            display: table;
        }

            body .categorytitle ul li a {
                display: flex;
                margin: 0 10px;
                font-weight: normal;
                font-size: 16px;
            }

    /* body .categorytitle .container {
        padding-right: 15px;
        padding-left: 15px;
    } */

    body header .header-sub {
        padding-top: 10px;
    }

    body header .header-main .logo img {
        max-width: 159px;
        padding: 20px 0;
    }

    body header .header-main .logo .img {
        max-width: 159px;
        margin: 20px 0;
    }

    body header .header-main .mobilebar {
        padding: 20px 0 15px 0;
    }

    body .countries-static {
        padding: 18px 20px 15px 0;
    }

    body footer .footer-main ul.social {
        display: inline-block;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .insights .container .seeall {
        /*display: none;*/
        padding-top: 15px;
    }

    body .galleryView .img {
        height: 300px;
    }

    body .insights .container .slick-dots {
        bottom: -30px;
        display: inline-block;
        width: 100%;
    }

    body .insights .slick-dotted.slick-slider {
        margin-bottom: 30px;
    }

    body .countries-static {
        display: block;
    }
}

@media (max-width: 1024px) {
    body .trenkSlickSlider {
        padding: 0 40px;
    }

    body .categorytitle .container {
        padding-right: 0px;
        padding-left: 0px;
    }
}

.footprint {
    padding-top: 84px;
}

.footer-link-wrap {
    display: none;
    width: 100%;
    padding: 20px 0;
}

    .footer-link-wrap p.title, .footer-link-wrap a.title {
        padding: 10px 0;
        display: inline-block;
        width: 100%;
        font-size: 18px;
        color: #f9f9f9;
        height: 23px;
        font-family: 'nimbussannovmedregular';
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        margin-bottom: 5px;
    }

        .footer-link-wrap p.title span.semi, .footer-link-wrap p.title a.semi {
            color: #b2b2b2;
            font-size: 14px;
            padding: 5px 0;
            display: inline-block;
            margin-right: 20px;
        }

.info-title {
    display: none;
}

.info-wrap {
    display: inline-block;
    width: 100%;
}

.line {
    display: inline-block;
    width: 100%;
    padding: 0;
    min-height: 1px;
}

    .line .long {
        border-top: 1px solid #cacaca;
    }

.countries-static {
    font-size: 16px;
    font-weight: normal;
    text-align: right;
    color: #333333;
    vertical-align: middle;
    padding: 45px 20px 42px 0;
    float: right;
    display: none;
}

@media screen and (min-width: 1400px) {
    .header-sub .container-fluid, .footer-main .container-fluid, .footer-sub .container-fluid {
        max-width: inherit !important;
        padding: 0 50px;
    }

    .header-main .container-fluid, .container-fluid.brds, .othernews .container-fluid {
        max-width: inherit !important;
        padding: 0 35px;
    }
}

.message-result-wrap {
    padding: 100px 0;
    text-align: center;
}

    .message-result-wrap h1 {
        font-size: 26px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: normal;
        text-align: center;
        color: #333333;
        margin-top: 50px;
    }

.footer-wraps {
    display: inline-block;
    float: right;
    padding-left: 40px;
    border-left: 1px solid #666666;
}

@media (max-width: 992px) {
    body .footer-wraps {
        display: inline-block;
        float: inherit;
        padding-left: 0px;
        border: none;
    }
}

@media (max-width: 1050px) {
    body .footprint {
        padding-top: 0px;
        margin-bottom: 8px;
    }
}

.references .trenkwalder-boxs .content {
    background-color: transparent;
}

.detail-content-ns .single {
    max-width: 940px;
    margin: 0 auto;
}

    .detail-content-ns .single:not(.first) {
        padding: 0;
    }

    .detail-content-ns .single.first {
        padding-bottom: 0;
    }

    .detail-content-ns .single .content {
        padding-bottom: 40px;
    }

main.trenkvalder {
    position: relative;
}

.trenkwalder-boxs.full-body .content ol {
    list-style-position: inside;
}

    .trenkwalder-boxs.full-body .content ol span.desc {
        display: inline-flex !important;
    }

.videoArea_video {
    text-align: center;
    display: none;
}

    .videoArea_video iframe {
        max-width: 921px;
        width: 100%;
        height: 518px;
        margin: 0 auto;
    }

.othernews .otherTitle {
    font-size: 38px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: normal;
    color: #333333;
    margin: 30px 0;
}

@media (max-width: 1024px) {
    body .othernews .otherTitle {
        font-size: 22px;
        line-height: 1.27;
    }
}

@media screen and (min-width: 1400px) {
    .info-wraps {
        max-width: 330px;
        float: right;
        border-left: 1px solid #666666;
        padding-left: 40px;
        padding-right: 100px;
    }

    footer > .footer-main > .container-fluid > .row > .col-lg-4.col-12 {
        border: none !important;
    }
}


.galleryListWrap {
    padding: 10px 40px;
}

.galleryList .item {
    padding: 0 10px;
}

    .galleryList .item .img {
        width: 100%;
        height: 100px;
        background-repeat: no-repeat;
        background-size: cover;
        cursor: pointer;
    }

.galleryView .img {
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
}

.galleryList .prev {
    position: absolute;
    left: -40px;
    border: none;
    height: 100px;
    width: 30px;
    outline: none;
    padding: 0;
    background-color: #333333;
    top: 0;
}

.galleryList .next {
    position: absolute;
    right: -40px;
    border: none;
    height: 100px;
    width: 30px;
    outline: none;
    padding: 0;
    background-color: #333333;
    top: 0;
}

.specifik-center {
    font-size: 24px !important;
}

@media (max-width: 1024px) {
    .specifik-center {
        font-size: 16px !important;
    }

    .pr-contact {
        display: block !important;
    }

    body .trenkwalder-boxs .content {
        padding: 15px;
    }
}

.pr-contact {
    display: none;
    margin-top: -10px;
    margin-bottom: 20px;
    color: #b2b2b2;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

/*@media (max-width:1000px) and (min-width:650px) {
    .trenkwalder-boxs.big .content p.title, .trenkwalder-boxs.mid .content span.title {
        height: 62px;
    }
} */

body .fancybox-container {
    z-index: 99999;
}

@media (max-width:1024px) and (min-width:575px) {
    body .trenkwalder-boxs.full-body .content {
        height: 450px;
    }

    body .trenkwalder-boxs.full-body .image .img {
        height: 450px;
    }
}



@media (max-width: 575px) {
    body .trenkwalder-boxs.full-body .content {
        height: unset;
    }

    body .list-item-box-fit .mid.trenkwalder-boxs .content {
        min-height: unset;
    }
}

@media (min-width: 768px) {
    .fancybox-content {
        max-width: 500px !important;
    }
}

.fancybox-content a {
    color: #ff1d25 !important;
}

    .fancybox-content a:hover {
        text-decoration: underline !important;
    }

.detail-content-ns .custom-container-detail {
    max-width: 940px;
    margin: 0 auto;
}

.customBold {
    font-family: 'nimbussannovhearegular' !important;
}

.errorBody {
    padding: 40px 0 30px 0;
    text-align: center;
}

    .errorBody .content img {
        margin: 40px 0;
        max-width: 250px;
    }

    .errorBody .content p {
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        text-align: center;
        color: #333333;
    }

.customH1 {
    font-size: 68px !important;
    font-weight: normal !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: normal !important;
    letter-spacing: normal !important;
}

.customH2 {
    font-size: 38px !important;
    font-weight: normal !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.32 !important;
    letter-spacing: normal !important;
}

.customH3 {
    font-size: 24px !important;
    font-weight: normal !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.33 !important;
    letter-spacing: normal !important;
}

@media (max-width: 1024px) {
    body .customH1 {
        font-size: 28px !important;
    }

    body .customH2 {
        font-size: 22px !important;
    }

    body .customH3 {
        font-size: 16px !important;
    }
}

.contactform .list .item select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url('/Media/General%20Media/icn-expand-arrow.svg');
    background-position: 98% center;
    background-repeat: no-repeat;
}

    .contactform .list .item select::-ms-expand {
        display: none;
    }

.references .trenkwalder-boxs.xs .image .img {
    max-width: 100%;
}

a[id]:not([href])::before {
    content: '';
    display: block;
    height: 127px;
    margin-top: -127px;
    visibility: hidden;
}


.first a[id]:not([href])::before {
    content: '';
    display: block;
    height: 167px;
    margin-top: -167px;
    visibility: hidden;
}