/*!
 * Bootstrap Reboot v4.0.0-beta.3 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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)
}

@-ms-viewport {
    width: device-width
}

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

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .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
}

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
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

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

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #868e96;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .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,
html [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"] {
    -webkit-box-sizing: border-box;
    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-cancel-button,
[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
}

.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: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    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-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-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-3,
.col-md-4,
.col-md-5,
.col-md-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-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-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%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media(min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media(min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media(min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media(min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #868e96 !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #6c757d !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #e9ecef !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #868e96 !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

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

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.d-print-block {
    display: none !important
}

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

.d-print-inline {
    display: none !important
}

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

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

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

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

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -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
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -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 {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -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 {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -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
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -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 {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -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 {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -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
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -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 {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -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 {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -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
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -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 {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -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 {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -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
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -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 {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -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
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media(min-width:576px) {
    .float-sm-left {
        float: left !important
    }

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

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

@media(min-width:768px) {
    .float-md-left {
        float: left !important
    }

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

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

@media(min-width:992px) {
    .float-lg-left {
        float: left !important
    }

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

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

@media(min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

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

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

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports((position:-webkit-sticky) or(position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !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: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .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: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .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-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: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .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: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .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-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: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .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: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .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-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: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .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: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .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-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: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .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: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .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-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
    }
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

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

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

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

@media(min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

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

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

@media(min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

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

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

@media(min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

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

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

@media(min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

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

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

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

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

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

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

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

.text-primary {
    color: #007bff !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0062cc !important
}

.text-secondary {
    color: #868e96 !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #6c757d !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #1e7e34 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #117a8b !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #d39e00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #bd2130 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #dae0e5 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #1d2124 !important
}

.text-muted {
    color: #868e96 !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-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: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-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
}

.tns-outer {
    padding: 0 !important
}

.tns-outer [hidden] {
    display: none !important
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
    cursor: pointer
}

.tns-outer.ms-touch {
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    -ms-scroll-chaining: none;
    -ms-scroll-snap-type: mandatory;
    -ms-scroll-snap-points-x: snapInterval(0, 100%)
}

.tns-slider {
    -webkit-transition: all 0s;
    transition: all 0s
}

.tns-slider>.tns-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.tns-horizontal.tns-subpixel {
    white-space: nowrap
}

.tns-horizontal.tns-subpixel>.tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal
}

.tns-horizontal.tns-no-subpixel:after {
    content: '';
    display: table;
    clear: both
}

.tns-horizontal.tns-no-subpixel>.tns-item {
    float: left;
    margin-right: -100%
}

.tns-no-calc {
    position: relative;
    left: 0
}

.tns-gallery {
    position: relative;
    left: 0
}

.tns-gallery>.tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition: opacity 0s;
    -webkit-transition: transform 0s, opacity 0s;
    -webkit-transition: opacity 0s, -webkit-transform 0s;
    transition: opacity 0s, -webkit-transform 0s;
    transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s, -webkit-transform 0s
}

.tns-lazy-img {
    -webkit-transition: opacity .6s;
    transition: opacity .6s;
    opacity: .6
}

.tns-lazy-img.loaded {
    opacity: 1
}

.tns-ah {
    -webkit-transition: height 0s;
    transition: height 0s
}

.tns-ovh {
    overflow: hidden
}

.tns-hdx {
    overflow-x: hidden
}

.tns-hdy {
    overflow-y: hidden
}

.tns-visually-hidden {
    position: absolute;
    left: -10000em
}

.tns-transparent {
    opacity: 0;
    visibility: hidden
}

.tns-fadeIn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 0
}

.tns-normal,
.tns-fadeOut {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.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.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-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
}

@-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, 0);
        transform: rotate3d(0, 0, 1, 0)
    }
}

@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, 0);
        transform: rotate3d(0, 0, 1, 0)
    }
}

.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
}

@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none
    }

    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: none;
        transform: none
    }
}

@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none
    }

    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: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {

    from,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none
    }

    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.39062deg) skewY(0.39062deg);
        transform: skewX(0.39062deg) skewY(0.39062deg)
    }

    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: none;
        transform: none
    }

    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.39062deg) skewY(0.39062deg);
        transform: skewX(0.39062deg) skewY(0.39062deg)
    }

    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 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-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: none;
        transform: none
    }
}

@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: none;
        transform: none
    }
}

.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: none;
        transform: none
    }
}

@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: none;
        transform: none
    }
}

.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: none;
        transform: none
    }
}

@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: none;
        transform: none
    }
}

.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-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: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.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: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.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: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.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: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.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: none;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.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: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.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: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.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: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.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) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) 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);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) 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);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -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-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-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);
        opacity: 1
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@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);
        opacity: 1
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.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: none;
        transform: none;
        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: none;
        transform: none;
        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: none;
        transform: none;
        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: none;
        transform: none;
        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: none;
        transform: none;
        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: none;
        transform: none;
        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: none;
        transform: none;
        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: none;
        transform: none;
        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: none;
        transform: none;
        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: none;
        transform: none;
        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-name: hinge;
    animation-name: hinge
}

@-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: none;
        transform: none
    }
}

@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: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-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
}

.is-desktop .paraxify {
    background-attachment: fixed;
    background-position: center 9.35px;
    background-size: cover
}

@media(max-width:991px) {
    body.has-modal {
        -webkit-overflow-scrolling: auto !important;
        overflow: hidden !important
    }
}

.iziModal {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #FFF;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -webkit-transition: margin-top .3s ease, height .3s ease;
    transition: margin-top .3s ease, height .3s ease;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.iziModal * {
    -webkit-font-smoothing: antialiased
}

.iziModal::after {
    display: none !important
}

.iziModal .iziModal-progressbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1
}

.iziModal .iziModal-progressbar>div {
    height: 2px;
    width: 100%
}

.iziModal .iziModal-header {
    background: #88a0b9;
    padding: 14px 18px 15px 18px;
    -webkit-box-shadow: inset 0 -10px 15px -12px rgba(0, 0, 0, 0.3), 0 0 0 #555;
    box-shadow: inset 0 -10px 15px -12px rgba(0, 0, 0, 0.3), 0 0 0 #555;
    overflow: hidden;
    position: relative;
    z-index: 10
}

.iziModal .iziModal-header-icon {
    font-size: 40px;
    color: rgba(255, 255, 255, 0.5);
    padding: 0 15px 0 0;
    margin: 0;
    float: left
}

.iziModal .iziModal-header-title {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3
}

.iziModal .iziModal-header-subtitle {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    line-height: 1.45
}

.iziModal .iziModal-header-title,
.iziModal .iziModal-header-subtitle {
    display: block;
    margin: 0;
    padding: 0;
    font-family: 'Lato', Arial;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left
}

.iziModal .iziModal-header-buttons {
    position: absolute;
    top: 50%;
    right: 10px;
    margin: -17px 0 0 0
}

.iziModal .iziModal-button {
    display: block;
    float: right;
    z-index: 2;
    outline: 0;
    height: 34px;
    width: 34px;
    border: 0;
    padding: 0;
    margin: 0;
    opacity: .3;
    border-radius: 50%;
    -webkit-transition: opacity .5s ease, -webkit-transform .5s cubic-bezier(0.16, 0.81, 0.32, 1);
    transition: opacity .5s ease, -webkit-transform .5s cubic-bezier(0.16, 0.81, 0.32, 1);
    transition: transform .5s cubic-bezier(0.16, 0.81, 0.32, 1), opacity .5s ease;
    transition: transform .5s cubic-bezier(0.16, 0.81, 0.32, 1), opacity .5s ease, -webkit-transform .5s cubic-bezier(0.16, 0.81, 0.32, 1);
    background-size: 67% !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent
}

.iziModal .iziModal-button-close {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODZCQkIzQ0I0RTg0MTFFNjlBODI4QTFBRTRBMkFCMDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODZCQkIzQ0M0RTg0MTFFNjlBODI4QTFBRTRBMkFCMDQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4NkJCQjNDOTRFODQxMUU2OUE4MjhBMUFFNEEyQUIwNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4NkJCQjNDQTRFODQxMUU2OUE4MjhBMUFFNEEyQUIwNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsgTJLcAAALJSURBVHja3JnLS1VBHMfvQ7g9dBXRRrwEFRciAhMi1JRW1aIHVEIYEkW0iVpUhOD/ICK6cFMgSbUpC6VFkQa9NtpjkauriRY9Noa3pHT8/mIODMM5Or85o87pC5/NPf5mvmc8M7+Z36SFEKkY2gj2gUawF2wHW8A6+fwv+A6KYAQMg+dg2rbDtKXhGnAaHJIms4zYz9J4HxgAf1g9k2EGteAhWBBuNApaQNrUg6nRTaAbzIuV0RCocWW4DoyJlVcJXI5ruFk2tJqi/2TWxvA5sXbqA2Ucw01i7dVjargazAo/dE33p6/DlAheg50pP0SJpwG8CH7IaH/Q5pFZUhnoArkwwwVwJeWfdoMLYYZvqG+yTGo9CerAoIWBT+A4qAdPDWOugwo1NVcxJtpFZRLkwH3GJCqCghJfxVjnz1JMMMKnwAbGRAg0B5rAA4O4CblZ+qj8tkBjZthvSzDCtFIMM0ZpQhslk5Eej4jpZ/T7G+ygwG1ghrk+jjNMFy1eMPJzpOAzlou6iWmXZkm91EBHjEwUZXoQTDk2SxqhRh7HTJ9hpstB3rFZ0ldq6J2DnB9m2rXZfxOPlrX1DrJRXiaBXSHPaMHvB0cd9JPLpBImMvzLQTuUFA6A9yHPfoIjhsllOc1l5N4grtmDWgYrl5+JTUZcSjNkeMyxWdpA3ZN72IJj01OJTByJS82J2/wQVxmB5y1HK8x0JWMf/kzdD98FJcY5S51gdwyTQl6eUAraspo27PeWXgy8afim0+CELAwOWHyH9EkdkyWwJ4Yxk6BCP+bTm48anutWW5dAp34IpbW03UOzb0FPVEHbx0LKfvAyqpAyKw97JU8Mt6pml6rAJ6oY6Eu5NfvfF7QTeWWQyEsZr6694lwsNoPD8mKRo29gCNwGj7gXi7aGA1EBcY+8vq0GW8FmJb3Pgx9gEnwAr8Ab8MW2w0UBBgAVyyyaohV7ewAAAABJRU5ErkJggg==") no-repeat 50% 50%
}

.iziModal .iziModal-button-fullscreen {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTBBOUI4RUM0RTg0MTFFNjk0NTY4NUNFRkZFNEFEQzIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTBBOUI4RUQ0RTg0MTFFNjk0NTY4NUNFRkZFNEFEQzIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFMEE5QjhFQTRFODQxMUU2OTQ1Njg1Q0VGRkU0QURDMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFMEE5QjhFQjRFODQxMUU2OTQ1Njg1Q0VGRkU0QURDMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrQO6gAAAANmSURBVHjazJlbSBRRGMd3x92i0ForRRMiKiUoX4ouiFlJkRVBDxW9GJERwUasvdRT9FD00osRQtAFqegGBUHRBY0uaCVKEkSRpVR0tSwrQtp1+p/4Bk7D7M45M/Ot/uGHu+Psmf+c+eY753wnbJpmyIfGgvmgiv6WgkKQBwzwE3wBr0AnuAta6ZgnhT0aFuY2ghoyGdH4bS+4Dc6CZjCkdWVhWIPF4JoZnB6CDToeVE8sBidNPt0E5UEZrgG9Jr8GwHa/huMgaWZXDSDsxfBuc/jUBAwdw3Fz+NWoang5SJkjQwm7P3seLqQEX2LLfgfBdZcMORMcBqNDwekPqASP0uXhpjR3Ok0x/fUw9HIHGGVdw5DuRtzJpgxDsJui2qOWmuaAOuuLbHivz4YLwLgQj/aAXNmwuItlHhtbA7pAG5jEZHgKWCcbrhUTIY+NPQVjqFFObbYMi/hc6aOhl2AJ9TKnFoIyYXgemKEzJQXVVkyR3oFVzKZFuqw2qHdyFPKhrHPgMoWC3fRjRtNVVg+7SR5IiqmXxUt60cG0CK/vTIZniZVCmcKJF0C3ZNjKBqvJ9Hrwm46tsN1EkCoRQ/M3fBjvs6GrYAvdwHEfGcd1qBaGkwoxrKI+xjz83yJ0iLFHApd46X4xX+M+WECh4lepCNUIcpnMijrEWtAvTRHrbOd8FZNG8uA2Nf0hpmwtjBPwpQ5T0GPS/+tBAZhIq+b3Lu09EyHRwRgO+0C+7dhWcII+PwCf6Sk/Aa9d2vtn+A7nyASugJiD6YSDQcOlvVbxiCaAN8xrs3sgprBiac/QhlhnzjUo6JuZM0UlDS5FPtoQIdNlPYJTWUihFaDex+9Pg6T1KHJAJ2NI7ASllA28hEQ/KJIXoSlwgKlnh+jFe+GjLtwIPtjfyktUt+UaUZWqvw7H3oJD1peI7eQdoF1xWa+zQikHH13OmwqmOxxP0EiZtgK/DRwNuIcHwSeXc2K01WAPhbhKBb5hBNTVbskVH7fqpZGhbJUNtYF83fqwQSXPbOsGjb6etwx2gcEsmT3iFAZeNmUqaMeHSz2qu0k6W15Rqsx3B2i0D+xXGAHTFrRVlEeFuVoqH+ku6VNUbDkPzlAtg30nVK66i8rRIjAbTKaSQVQyN0DD6nOqcLZQld9TLfmvAAMAeMcvp3eCFqQAAAAASUVORK5CYII=") no-repeat 50% 50%
}

.iziModal.isFullscreen .iziModal-button-fullscreen {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkFFRTU5NDA0RTg1MTFFNjk0NEZFQzBGMkVBMDYyRDkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkFFRTU5NDE0RTg1MTFFNjk0NEZFQzBGMkVBMDYyRDkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyQUVFNTkzRTRFODUxMUU2OTQ0RkVDMEYyRUEwNjJEOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyQUVFNTkzRjRFODUxMUU2OTQ0RkVDMEYyRUEwNjJEOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuDFfX8AAANASURBVHjazJlZSBVRGMfHcWlB0xZM68GKukQLYaGkmEUR2EsvRfQS+BSJPUQE+lTR8hqIZY8hFS0ERVCRoW3gpUApghYpszLTVnCB3O70/+K7MAwzc78Z58z4hx8XzpzvzJ+Zc+d85ztphmFoU9BsUAoq+XcFyAc5QAfD4BfoBp3gCWjnNl9K82mYzO0FVWwyw0NsD3gIroBWkPB0ZzLsgc3grhGcnoE9XjxIOxaCC4Y6tYC1QRmuAj2Geg2CA1M1XAsmjHDVANL8GK4zolMz0L0YrjWiV5PU8HYw6TBIf8imD6UynA96HYKPg3mgMUTDY6DUzXCzQ+AxSz+r6QEQZz4HbLoDZNkZrnAIoOlRZjN1Gk3XS0zty/gTFaRq7Ay3uAR8BcU2ps/z9QJTWw74HrDhTyDbbHg9SKQI+sb9rKa3mV8ZmAt+KJjP1TS+zinFPkqEUqQdBeAOKLa0UwIzpqlXtcYpIKWIO4RBZPoRKNfC10YQI8MlYLkwaAB8ABsiMDwDbKU8dgtIFwRMgJ3guRadKpNPWBMa7tOi1WoyHJPuTsC4oN+IQsOLM3gPJlEWqOE/neMGBqwDeYoMz6G8c0I4h6eFyHBC8A2eVoaH8JutaPwuUA/+uvSht1sHKgTjTWZwjUCVYdrK3xT0iwkND+lc5FClUQ9fINHCRYY7FBrWPSz5Er2lAR9H9P+hpfYGl64OCmPadQ7ojcDwOJetysBMQX/6mrWS4d+cIoYtMnAEnBT2fwVeJufYxZBMFoKFlrajQtOX/uczvEtIB50Kdgn1lt3JGdANltjsXE64jPMnuQ1LPuFJcFrBE11gzQXAUnAPFNk86esO4zSBfmu5lVa9toCf8DC4Ba6C22DEdO01KDLdP5fLr1Z94X2ibV1ilWVQ1XrDpvPAU4c+u1KVqvaHXI7q43ltp3PSYmDDNCgGPrCUD1wN6y5lqzAUN89baX1Y55Jn2LrPRUffRwaHwWhIZs/aTQM/hzLlDp+coPRReprk5cgrkyvz7wM0+hOcAvOlPvwcLNIp526ux1H5aJbHeFpVX4Br4LLXWoffk9CkVnLlaBNYAxaBXJBpMjfIy+o7EAdtfIyb8HPDfwIMAM1WPs8F9tcxAAAAAElFTkSuQmCC") no-repeat 50% 50%
}

.iziModal .iziModal-button-close:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.iziModal .iziModal-button:hover {
    opacity: .8
}

.iziModal .iziModal-header.iziModal-noSubtitle {
    height: auto;
    padding: 10px 15px 12px 15px
}

.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-icon {
    font-size: 23px;
    padding-right: 13px
}

.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title {
    font-size: 15px;
    margin: 3px 0 0 0;
    font-weight: 400
}

.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-buttons {
    right: 6px;
    margin: -16px 0 0 0
}

.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-button {
    height: 30px;
    width: 30px
}

.iziModal-rtl {
    direction: rtl
}

.iziModal-rtl .iziModal-header {
    padding: 14px 18px 15px 40px
}

.iziModal-rtl .iziModal-header-icon {
    float: right;
    padding: 0 0 0 15px
}

.iziModal-rtl .iziModal-header-buttons {
    right: initial;
    left: 10px
}

.iziModal-rtl .iziModal-button {
    float: left
}

.iziModal-rtl .iziModal-header-title,
.iziModal-rtl .iziModal-header-subtitle {
    text-align: right;
    font-family: Tahoma, 'Lato', Arial;
    font-weight: 500
}

.iziModal-rtl .iziModal-header.iziModal-noSubtitle {
    padding: 10px 15px 12px 40px
}

.iziModal-rtl .iziModal-header.iziModal-noSubtitle .iziModal-header-icon {
    padding: 0 0 0 13px
}

.iziModal.iziModal-light .iziModal-header-icon {
    color: rgba(0, 0, 0, 0.5)
}

.iziModal.iziModal-light .iziModal-header-title {
    color: #000
}

.iziModal.iziModal-light .iziModal-header-subtitle {
    color: rgba(0, 0, 0, 0.6)
}

.iziModal.iziModal-light .iziModal-button-close {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyQTU1RUZDNzRFODQxMUU2ODAxOEUwQzg0QjBDQjI3OSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1NEM4MTU1MEI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENDMkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZjYzMwMmE1LWFlMjEtNDI3ZS1hMmE4LTJlYjhlMmZlY2E3NSIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjdmYmU3NGE3LTAxMDUtMTE3YS1hYmM3LWEzNWNkOWU1Yzc4NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Po24QssAAANtSURBVHja3JlJaBRBFIa7ZxyTSXADHUkikuAawZNLEOOGGrwJQYko8R4RBQ+OICoqghJQUVwPYjzFY0QUBQU1kogoKO6CG0pcIwbiNibj/8JraNvu6Xo9NTOtP3xzSKe6/65+Ve9VlWlkp2IwGUwFE0E5GA4G8/U+0APegWfgHrgPuq0bpNNp0QPNgEYngHlgGpuMCNp2s+kr4BYM/8ql4WqwHEzP4mXteg7awOW0YlerPnQIaARLNBl1ikLlBDw/1WF4ClgHKozc6idogekz2RheANbaBlE+dB4chfF+qeHF3LOF0FWwF6b7nBe8RvecApolzQVr3C64GR4H1huFV51pmvV+hikRbABFRji0GqarMxluAGON8CgKmmA65mZ4DFhqhE9VPP//ZXgZiCmm1t1gI6XWAAY+gF0gCe4qtqlHL8fthkeBWsXGreA6eMgPviEw+x5sBZ3gAdjPCcNPI8Fsu+FawUCzz40psEfRNJndBl7b/pZmVLTQMkzJo0bQSys43iWm3cxS+DUJOmoSwqKCRmEZWKkYv6RSMBPc5lqXRGm0A1Q6XiaT2aSwo8jrK/qZwZlFIlXTusxa6iXDddTdARpnMj2ek9AWjWYH7h/lubcs4A28THdyAdOl0ezAmKNBNyLLiT0Btjti9zuHg06zpJKIprohwXNypcu1OIdGjYbnxCLGPyYy/EPDfejzbwYvXK59AzuFGdFLKTL8WYNZ59RVzGESJCNm0teI40E6zNIA2wSaA2REP32iaW0omKXRbJKTUVyYEVV0J8oxvEiQmiUZrFSz6XNkuJe3nBKCelaSbjOZrhLsd1BInYxweSeJq9YA6dYtuZCBI4JZ6jGW/W+sebhd0DAaMIO5mTYFW1+X6GeQ7TO3W0WyQj3cw0ulBg4nSUbcAY7zPVYp7ip95FXOH29Hb35AOPjypWMIh7PORSjFZVsIzdKW7AWvfYnTVNWHyCytHw+jd1Nehqks3KepvtChUzD7yGvE2/cduqxldQF1EWZb/PbWLF3jAVgo0WrlkN+c6hSd+rzlaSuaR7O0oX0wyIa2pVAdGaj0HCUVOqIq4dVwrg5lmmG2w+8f/9tjL6foYHE+Gy8Xtv3CPUpf7WauDxadKuIwoeNbOmoYDYbZ0ns/1wxUC7ykigs8sS/LpEe3vwUYALiKDDDSgEiSAAAAAElFTkSuQmCC") no-repeat 50% 50%
}

.iziModal.iziModal-light .iziModal-button-fullscreen {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpEQTg1NTA2NTRFODQxMUU2OTQ0N0VERjY2Q0M5ODYwRCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RTNFNENCQkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENCQUI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjFlNTQwYzczLTVhZmEtNDJlYi04YzJlLWMwMzFlYmFiYmIyNiIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmVkYmRiMzM1LTAxMDUtMTE3YS1hYmM3LWEzNWNkOWU1Yzc4NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvIicdUAAAOvSURBVHjaxJlZbA1hFMe/qaItUUsspakg1laJ7UUisQuRvvTFA15sQSRCLBFrQryhHqxNHxEPtaQ8CCUkIrVVRbVBJdZYSrXVonr9/3pGxnTunZk78/X+k1+aO+1899/vnnvO+c4YKpi6ghEgW34OBD1BKjBAM6gH78Fz8BhUyrW/ikQivt7QiNMozU0DE8RkJx/3fgCPwA1QHvHp2K/hHJAPJqpwVA2K4flW2IZ7gyVgptKjh6AQxl+GYZi7uRr0U3rVBIpg+nIQwwvACpCkOk4XwYlosR3LMGN1qUqMroGDTqaNGDu7SiVWl+D3iP2i00c9HqxUidd8wzDy3HY4HRwCfWzXz4L7Lm+QKfHeOUTTLWAzdro6muH1YIbDjculWrmpUEM2YYXcCNMt9pAYE8WsWYLdlAxaNYTGMDDHKYYXBVy4B0jTFM/5iOcUc1fM/2JcnItNAYtBNzGtQ33BVHDV3OHpARqhV6CLLKpTs8yQYHxOCrDQO7AV1Gg2PBJhMYiGh4MMnx1eLkixXKsFuzSbZrrMpeGxHnqFFtvrTWCbhILd9AuNpnPMHXaTtZD0kl1mRdwSxXSjJsNZfONjcmqIJR5p3lp6Y+sXrAzsBz/lNXvmtZYMFKbqafi0pKQgKpOSPhmsC5BxXEs1Fz4fUr/7TWMe/q9bC2s3tJs1Df/Q/B5PwAZwJYS1WpPlo0zRZJZziL2gQU7I1GyHL7QSD26taVOytI26DpinxKypApvpk+C6dHlMnXskbUbT1yTpN3WJHWB327UCS3hUoc+tA/VyxP/ost5rGq7QWZnAdoe0eZgnYweDbgmgkoafgk8aTfNgsMNmmqfhC+Czj3V4T3mSBH255kxB0ztd4tNNDJkas2CUdkAKHQ3yAtxfijj/bdb7Cumyhmoyexzcs6Qwv2qUbPKvJDOtnNFklrF3R5qneA2XYHe/2A+ht1Xb3FZXRY1XTAjFTgtxJ45qKtWDpZK1g6dhIQuvBzjcy8FgQ6y8Nw+sCdnwL1Dn8jdMe6m2a+3ma9ESNUdOC1VixSH3bnPiYyraswnO0fqDIQkyW8WmCWab7b+I9TCF3+x0j2e+MPUA7LPGrVfD1F3VNsrPVR0zhS8BB5x21muzYa1Sy1Tb4y4d4qOwIi9Pk/wcj1gV50p5zQjJKAsJH8KcY4vpdYrjV0w9HMxxHjfKNpfwdMyRNuAmyy2M1vq5OegBNFMmR9lSHDizSLPMJGjuO2BZfSOtLKvpMylUvh/d/hFgAOH4+ibxGTZuAAAAAElFTkSuQmCC") no-repeat 50% 50%
}

.iziModal.iziModal-light.isFullscreen .iziModal-button-fullscreen {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyRUUxMkYxODRFODUxMUU2Qjc3RDk0MUUzMzJDRjBEOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RTNFNENCRkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENCRUI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjgzM2MwOWZiLWJjOTEtNGVlZS05MDM1LTRkMmU2ZmE1ZjBmMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRUUxMkYxODRFODUxMUU2Qjc3RDk0MUUzMzJDRjBEOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv1Q9Z8AAAOXSURBVHjaxJlLbA1RGMfPjIs+EvoIRYt4FVUl2EkkRTxKUqQbG0SEho2FjUQ8YtEICbEgTdFYeK1KaGvVeoUltyStt0UlNE17aWhV2+v/9X5XJpMzc8/0zpn5kl+aO3Nm7r/fnPu9xhDp2URQDJbw3xkgB2QCAwyAPvANfARvQDsfG7V4PO7pC40xCiVxa8AKFjnOw7VdoA08BtG4R8VeBZeCKrBS+GPvQAM0P/NbcB7YBdYJPfYKXIXwL34IJm8eBFOFXusH9RDdnI7gLWA/MEVwdh/UOe1tN8G0V3eLcKwFXJCJNl08G5ZYsrWgWnZCJng5OOBwo1iAoisMw6hMJXgyOOywVW7xj+9BgKL3QHSxm+C9IF9y4U2GMlStRPQP8Jbp9lFwhJwE0RHrgaSV8N6xG238l7Zjtfx3K58/Bd7zsWngIqdnP2we2ACa7B7e6RL6joK5EtHNfL7b5u1Bn7dGFbycYRVM/8WyFJnuJK+z2iVwzFrMcF1h+Cx4ClhtFVyu8CW54ITE01EwFMAPcH1SMJWIqxQvItE1YHEIsXkhtkUhCV4ApiteFOPadn4IgseDMooSSxVrhWFwmkvCsKw06WGhKLhHhGuzSHChh9pZ5cc1oFFwfoTTsWrWqQCvXdZQEpkDsjUJziSv3Qu43k3LTA1BXqvRY/4DMjTd/yu4niJVm9wslCjcb4QE/9Qo+Al44baAmgpKCIqC+01OBLrsr8/de8zkiYwuUxWSq7iuM8JhantIqfYItkOepKBysnbycIfPXYKqURL6DhaBCQrrKcZHTa5loyEIJgHXwG3F9TQV+pxMGK0BiaTHn2OLEjcURbdi7XBSMO3jTxoEjtg+7wDnhG3spSD6F3hk7Tjoxnc0CJ5k+5wFCrhplYl2mmI24nyvvWumAE9z2zIfBW8WifnxIHc2yb6xiHtEoms0/hlGtpAPHCkgNDjFyZngPN88COvkPpEe+XGHbFcD7z53C+ybwKEAo0UPZ8QCybkmiL3sNvkheygSI08RYOSQiaUhd52sUpIZLWwJsYqkkdcZeHfIS66nc9XcZQRpNBY7C7F9Yy1OtonErDgSgNhGcEXmWa/VFA1O9onE6y4dRqGtXuVtkpf2iDy8EVR6GLykMnrsNFC867QF0hH8v3MVicFcuYdKy56uqQx4SukWQj3NOtJtQIt4ckSvbmdziMqy7HcS9xv0cn/Xwdn0A1drnl/d/hNgAGQa6Lgarp6BAAAAAElFTkSuQmCC") no-repeat 50% 50%
}

.iziModal .iziModal-loader {
    background: #FFF url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiM5OTkiPiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMiI+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49IjBzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iLTAuOXMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49Ii0wLjlzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgIDwvZz48L3N2Zz4=) no-repeat 50% 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9
}

.iziModal .iziModal-content-loader {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiM5OTkiPiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMiI+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49IjBzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iLTAuOXMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49Ii0wLjlzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgIDwvZz48L3N2Zz4=) no-repeat 50% 50%
}

.iziModal .iziModal-content:before,
.iziModal .iziModal-content:after {
    content: '';
    display: table
}

.iziModal .iziModal-content:after {
    clear: both
}

.iziModal .iziModal-content {
    zoom: 1;
    width: 100%;
    -webkit-overflow-scrolling: touch
}

.iziModal .iziModal-wrap {
    width: 100%;
    position: relative
}

.iziModal .iziModal-iframe {
    border: 0;
    margin: 0 0 -6px 0;
    width: 100%;
    -webkit-transition: height .3s ease;
    transition: height .3s ease
}

.iziModal-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.iziModal-navigate {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none
}

.iziModal-navigate-caption {
    position: absolute;
    left: 10px;
    top: 10px;
    color: white;
    line-height: 16px;
    font-size: 9px;
    font-family: 'Lato', Arial;
    letter-spacing: .1em;
    text-indent: 0;
    text-align: center;
    width: 70px;
    padding: 5px 0;
    text-transform: uppercase;
    display: none !important
}

.iziModal-navigate-caption::before,
.iziModal-navigate-caption::after {
    position: absolute;
    top: 2px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    content: '';
    background-size: 100% !important
}

.iziModal-navigate-caption:before {
    left: 0;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAoCAYAAACFFRgXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyNmFjNjAyMy04OWU0LWE0NDAtYmMxMy1kOTA5MTQ3MmYzYjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDREQ0YwRjA1MzQzMTFFNkE5NUNDRDkyQzEwMzM5RTMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDREQ0YwRUY1MzQzMTFFNkE5NUNDRDkyQzEwMzM5RTMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpmNmM0Nzk3Ni1mNzE3LTk5NDAtYTgyYS1mNTdjNmNiYmU0NWMiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDowZGVmYTEyZC01MzM0LTExZTYtYWRkYi04Y2NmYjI5ZTAxNjYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7oo0ptAAACWklEQVR42uyZTWsTYRSFZybxo4kWk5g2NC5qTAU3Kq30A9udi1oXolV/hWuhv6R/Q6utioi4LbbVFHemamlRU0OCEk0wZjwXzwtDoBDopHMHcuFJMplZnLm5ue+589qu61qeOApyYAjEgG0FEyLqN/gKiqBuTtgewWlwCZw056xgwwirgU3wxSv4NJgCUV5YBRXQDEhsBJwCSSauBVZFdJRlIJk9Av7wbj577jDIOENtRmPVwcsw6KfAAvikRKzEDlhnhuU/lRPBWaa9wsxqC6ndPX7OiOA4D8qW3vjO9z7H0w3+KhZstNmOFbLoCQ6DYGmL+bAInmGfLFC4asFXwRJIgB+goVmw+I7HXO+/gevGnGgUPEGxktkSmAMbWmt4HDwBKS6XN1jDKrvEFYoVK7oLroE3h93Woh1eNwqWafJ/gQV65vM+ail34mc6EZwBK2CAx8fAIjjeBYMzDT4cVHCEXtRbRvEu/Nr9HCIOnGGp15vgEec9KYn74B0nAT/CZnv86FcNvwK3wENwAjwAs2Bbs5d4CW5zir0AXvv8p+tKH34B5lkW4h2egRHtbu05uMMHHWfB0zC4NRF5l09kzvE4rd2tyUJyjy4tz7akZqXbL8QETbJ/FsMgWOJtb6brCQ5YsBsC8Uab63DVkkgqFpzie93h8OhScFah2LTHi5ccWroaLd5l6//+hpYQoWP05LKqFs2WQYbTsNxAi+5fxpWmdfh7HS7XhwSzG+H3a2JnvZsyktmLbdOFhpDMvrf4sN1u2/aK0cwMcmYLcturweceW+CnOfFPgAEA8uWFFylBJYoAAAAASUVORK5CYII=") no-repeat 50% 50%
}

.iziModal-navigate-caption:after {
    right: 0;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAoCAYAAACFFRgXAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADhmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjI2YWM2MDIzLTg5ZTQtYTQ0MC1iYzEzLWQ5MDkxNDcyZjNiMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0NERDRjBGMDUzNDMxMUU2QTk1Q0NEOTJDMTAzMzlFMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0NERDRjBFRjUzNDMxMUU2QTk1Q0NEOTJDMTAzMzlFMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmY2YzQ3OTc2LWY3MTctOTk0MC1hODJhLWY1N2M2Y2JiZTQ1YyIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjBkZWZhMTJkLTUzMzQtMTFlNi1hZGRiLThjY2ZiMjllMDE2NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuijSm0AAAKbSURBVFhH7ZnJj0xRGEerzFoIMTaCZmOIedhaiJj55yz8DaYdNhIJEUMQbCTG3rQ02hDSiEY553XdTpHS3nv96taV9ElO6lVt6peb7933fffVG41GrYW5uBaX4EysYzcw1Fd8hc/wM2a0Bl6Nm3BW9i0dDPsQX/olBF6FO72AH/gG3+N3jL3KBpqGC3ERTsGfeAsHDTyHi71oCXzBe/gaU2A5bscZOIxXTb8OLQNX9i6mElYsg/voqruwfQb2BhODWgqpMYDv0NLsNXC4yd42P1PEwNJj4HBTWdipErLVDfxfMRm408QMvBu3jV6WJ1Zg9/rbeBOP+UNZYgX+iE/Rp+lpPIKliBXYB9IhtPNy3z/T/F6YmDXsChvyBc7Gs3gACxEzsDzBg9iPPXgO92NuYgeWx2h3+AhtaM7jPsyF7aV37XR8gNZYO/pwKY51+xPkG27Fk2joT3gCr2A7NuJ6HMkTeAPadlp3VeMChF7G0P6X3dmfjAXOUxIj6LZkv1ylNuStDZejkL+PS96ScFzRqnDAtI5PoTefvbg7iNNOOwqVRCfYghdxBbpHH8Y7+DcKlUTV7MLLaNghPIrjhf2N2IF34AVcjE44hrXHyE3MwE6/loEzpEcIlqKjeyFiBe7FS+he/gENewMLEyuwXdo8dGWP43UsRazA9g7uDNbwNX8oS8watlsz+ISIGbgSJgN3GgOHlnFq8zNFQraGgT1iFc9iUyU0XsMGHhy9zh6XbvCp4ZuBBWglDBj4OdqLeu0+uRJTwMZ+Dbp/e21P3m97yWe2snsw1LTHmz5C/9lQdwhfGbiq89GwvrrwUT4UAouhN6MzloTRpVuEYI5O9urZYXtrYPGQw2OlZegM163QhrJMfWVgyTq0Qq32C/N7uPz9OknWAAAAAElFTkSuQmCC") no-repeat 50% 50%
}

.iziModal-navigate>button {
    position: fixed;
    bottom: 0;
    top: 0;
    border: 0;
    height: 100%;
    width: 84px;
    background-size: 100% !important;
    cursor: pointer;
    padding: 0;
    opacity: .2;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    pointer-events: all;
    margin: 0;
    outline: 0
}

.iziModal-navigate>button:hover {
    opacity: 1
}

.iziModal-navigate-prev {
    left: 50%;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAAC8CAYAAADCScSrAAAACXBIWXMAAAsTAAALEwEAmpwYAAA5sGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiCiAgICAgICAgICAgIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAgICAgICAgICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDx4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+eG1wLmRpZDo2NDkyYzcxMy05ZDM0LTZlNGQtYmUwNi1hMDMyY2Q4NDVjNGU8L3htcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkRvY3VtZW50SUQ+eG1wLmRpZDo1QjIzMUMxODU3RjcxMUU2ODUzRkRBRjE5RDhDQjZBRDwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDpjZmMwNzVmNC1kODA3LWI0NDMtYWIwYS02YWVhZjRjMDgxZWE8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEZXJpdmVkRnJvbSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgIDxzdFJlZjppbnN0YW5jZUlEPnhtcC5paWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC9zdFJlZjppbnN0YW5jZUlEPgogICAgICAgICAgICA8c3RSZWY6ZG9jdW1lbnRJRD54bXAuZGlkOjY0OTJjNzEzLTlkMzQtNmU0ZC1iZTA2LWEwMzJjZDg0NWM0ZTwvc3RSZWY6ZG9jdW1lbnRJRD4KICAgICAgICAgPC94bXBNTTpEZXJpdmVkRnJvbT4KICAgICAgICAgPHhtcE1NOkhpc3Rvcnk+CiAgICAgICAgICAgIDxyZGY6U2VxPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmNmYzA3NWY0LWQ4MDctYjQ0My1hYjBhLTZhZWFmNGMwODFlYTwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1ODowNC0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNi0wOC0wMVQwOTo0MDo1Ni0wMzowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE2LTA4LTAxVDExOjU4OjA0LTAzOjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNi0wOC0wMVQxMTo1ODowNC0wMzowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WVJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVuaXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+NjU1MzU8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjE4ODwvZXhpZjpQaXhlbFhEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOlBpeGVsWURpbWVuc2lvbj4xODg8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/PvAvv7QAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAmdJREFUeNrs1LsJQkEQhtH/mtmBgQ8QA7tQK1e7MBBBMbADwzUZEyuQveeDCXbD4TBDay3SWJpYgYCXgJeAl4CXgJeAl4CXgJeAl4CXgJeAF/AS8BLwEvAS8BLwEvAS8BLwEvAS8BLwAl4CXgJeAl4CXv/WJskpyQJ4jQH7Mcmu0C+BV+/Y5/VeF/oV8Ood+7dpDfDqHvsrySHJBXjBDrxgB16wAy/YgRfswAt24AU78IIdeMEOPOywAw+7gIcdeMEOvGAHXrADL9iBF+zAC3bgBTvwsMMOPOwCHnYBD7uAhx14wQ68YAdesAMv2IEX7MDDDjvwsAt42AU87AIedgEPu4CHXcDDDrxgB16wAw877MDDDjvwsAt42AU87AIedgEPu4CHXcDDLuBhB16wAw877MDDLuBhF/CwC3jYBTzsAh52AQ+7gIddwEtjB3+tS/78+Z/V5d9iATz0Ah56AQ+9gIdewEMv4KEX8NALeOgFPPQCHnoBDz3wgh54QQ889NADDz30wEMv4KEX8NALeOgFPPQCHnoBD72Ahx54QQ+8oAde0AMv6IEX9MBDDz3w0EMPPPQCHnoBD72Ah17AQw+8FUAPvKAHXtADL+iBF/TAC3rgBT3wgh546KEHHnrogYdewEMv4KEHXtADL+iBF/TAC3rgBT3wgh54QQ+8oAde0AMv6IGHHnrgoU/yrgFe3aO/JdknuQOv3tGfC/tjjEsYWmsoyIWXgJeAl4CXgJeAl4CXgJeAl4CXgJeAF/AS8BLwEvAS8BLwEvAS8BLwEvAS8BLwAl4CXgJeAl4CXvqnPgAAAP//AwCEcoCBRabYzAAAAABJRU5ErkJggg==") no-repeat 50% 50%
}

.iziModal-navigate-next {
    right: 50%;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAAC8CAYAAADCScSrAAAACXBIWXMAAB3SAAAd0gEUasEwAAA7pGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNi0wOC0wMVQwOTo0MDoxNC0wMzowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE2LTA4LTAxVDExOjU4OjEyLTAzOjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNi0wOC0wMVQxMTo1ODoxMi0wMzowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDphZjljN2Q2MC00MTg2LWE3NGQtYTBiMS1mMGU5ODUwYzg2ZGY8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEb2N1bWVudElEPnhtcC5kaWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC94bXBNTTpEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06T3JpZ2luYWxEb2N1bWVudElEPnhtcC5kaWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC94bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpIaXN0b3J5PgogICAgICAgICAgICA8cmRmOlNlcT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+Y3JlYXRlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjY0OTJjNzEzLTlkMzQtNmU0ZC1iZTA2LWEwMzJjZDg0NWM0ZTwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQwOTo0MDoxNC0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjAxNjJjMmE3LWZmMjYtYzE0ZC05Yjg4LTc2MGM2NzAxYjYzNzwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1MTowNy0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmFmOWM3ZDYwLTQxODYtYTc0ZC1hMGIxLWYwZTk4NTBjODZkZjwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1ODoxMi0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+MTkzOTAzNi8xMDAwMDwvdGlmZjpYUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+MTkzOTAzNi8xMDAwMDwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6UmVzb2x1dGlvblVuaXQ+MjwvdGlmZjpSZXNvbHV0aW9uVW5pdD4KICAgICAgICAgPGV4aWY6Q29sb3JTcGFjZT42NTUzNTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+MTg4PC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjE4ODwvZXhpZjpQaXhlbFlEaW1lbnNpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgIAo8P3hwYWNrZXQgZW5kPSJ3Ij8+nbt1mgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAACQklEQVR42uzSsQ3CQAAEQTdiOyGg/wrciJ0QUMYSECEKAP3PSdvAaZZqkWbJCQJeAl4CXgJeAl4CXgJeAl4CXgJeAl4CXsBLwEvAS8BLwEvAS8BLwEvAS8BLwEvAC3gJeAl4CXgJ+D9vrY7qBgLwo7dVZ+89oAd+5Pbq6nPQAz9s9+rZ96AHHnoBD72Ah17AQy/goRfw0At46AU89AIeegEPvYCHHnhBD7ygBx566IGHHnrgoRfw0At46AU89AIeegEPvYCHXsBDL+ChB17QAy/ogRf0wAt64KGHHnjooQceegEPvYCHXsBDL+ChF/DQAy/ogRf0wAt64AU98IIeeEEPvKAHXtADDz30wEPvI+ChF/DQAy/ogRf0wAt64AU98IIeeEEPvKAHXtADL+iBF/TAC3rgoZ8ePRDAAy/YgRfswAt24AU78IIdeMEOvGAHXrADL9iBhx124GEX8LADL9iBF+zAC3bgBTvwgh14wQ68YAcedtiBh13Awy7gYRfwsAMv2IEX7MALduAFO/CCHXjYYQcedgEPu4CHXcDDLuBhF/CwA+8E2IEX7MALduAFO/Cwww487AIedgEPu4CHXcDDLuBhF/CwC3jYgRfswMMOO/CwC3jYBTzsAh52AQ+7gIddwMMu4GEX8LBravB7dcEO/Ext1Qk78DO1VgfswEvAS8BLwEvAS8BLwEvAS8BLwEvAS8ALeAl4CXgJeAl4CXgJeAl4CXgJeAl4CXgBLwEvAS8BLwEvAS/9shcAAAD//wMAtAygvJrkwJUAAAAASUVORK5CYII=") no-repeat 50% 50%
}

.iziModal.isAttachedTop .iziModal-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.iziModal.isAttachedTop {
    margin-top: 0 !important;
    margin-bottom: auto !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.iziModal.isAttachedBottom {
    margin-top: auto !important;
    margin-bottom: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.iziModal.isFullscreen {
    max-width: 100% !important;
    margin: 0 !important;
    height: 100% !important;
    border-radius: 0 !important
}

.iziModal.isAttached {
    border-radius: 0 !important
}

.iziModal.hasScroll .iziModal-wrap {
    overflow-y: auto;
    overflow-x: hidden
}

@media(max-width:991px) {
    .iziModal.hasScroll .iziModal-wrap {
        overflow: hidden
    }
}

html.iziModal-isOverflow {
    overflow: hidden
}

html.iziModal-isOverflow body,
html.iziModal-isAttached body {
    overflow-y: scroll;
    position: relative
}

html.iziModal-isAttached {
    overflow: hidden
}

.iziModal ::-webkit-scrollbar {
    overflow: visible;
    height: 7px;
    width: 7px
}

.iziModal ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
    border: solid transparent;
    border-width: 0;
    min-height: 28px;
    padding: 100px 0 0;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07)
}

.iziModal ::-webkit-scrollbar-thumb:active {
    background-color: rgba(0, 0, 0, 0.4)
}

.iziModal ::-webkit-scrollbar-button {
    height: 0;
    width: 0
}

.iziModal ::-webkit-scrollbar-track {
    background-clip: padding-box;
    border: solid transparent;
    border-width: 0 0 0 2px
}

.iziModal.transitionIn .iziModal-header {
    -webkit-animation: iziM-slideDown .7s cubic-bezier(0.7, 0, 0.3, 1);
    animation: iziM-slideDown .7s cubic-bezier(0.7, 0, 0.3, 1)
}

.iziModal.transitionIn .iziModal-header .iziModal-header-icon {
    -webkit-animation: iziM-revealIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
    animation: iziM-revealIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both
}

.iziModal.transitionIn .iziModal-header .iziModal-header-title,
.iziModal.transitionIn .iziModal-header .iziModal-header-subtitle {
    -webkit-animation: iziM-slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
    animation: iziM-slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both
}

.iziModal.transitionIn .iziModal-header .iziModal-button {
    -webkit-animation: iziM-revealIn 1.2s cubic-bezier(0.7, 0, 0.3, 1);
    animation: iziM-revealIn 1.2s cubic-bezier(0.7, 0, 0.3, 1)
}

.iziModal.transitionIn .iziModal-iframe,
.iziModal.transitionIn .iziModal-wrap {
    -webkit-animation: iziM-fadeIn 1.3s;
    animation: iziM-fadeIn 1.3s
}

.iziModal.transitionIn .iziModal-header {
    -webkit-animation-delay: 0s;
    -moz-animation: 0s;
    animation-delay: 0s
}

.iziModal.transitionIn .iziModal-header .iziModal-header-icon,
.iziModal.transitionIn .iziModal-header .iziModal-header-title {
    -webkit-animation-delay: .4s;
    -moz-animation: .4s;
    animation-delay: .4s
}

.iziModal.transitionIn .iziModal-header .iziModal-header-subtitle {
    -webkit-animation-delay: .5s;
    -moz-animation: .5s;
    animation-delay: .5s
}

.iziModal.transitionOut .iziModal-header,
.iziModal.transitionOut .iziModal-header * {
    -webkit-transition: none !important;
    transition: none !important
}

.iziModal.fadeOut,
.iziModal-overlay.fadeOut,
.iziModal-navigate.fadeOut,
.iziModal .fadeOut {
    -webkit-animation: iziM-fadeOut .5s;
    animation: iziM-fadeOut .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.iziModal.fadeIn,
.iziModal-overlay.fadeIn,
.iziModal-navigate.fadeIn,
.iziModal .fadeIn {
    -webkit-animation: iziM-fadeIn .5s;
    animation: iziM-fadeIn .5s
}

.iziModal.comingIn,
.iziModal-overlay.comingIn {
    -webkit-animation: iziM-comingIn .5s ease;
    animation: iziM-comingIn .5s ease
}

.iziModal.comingOut,
.iziModal-overlay.comingOut {
    -webkit-animation: iziM-comingOut .5s cubic-bezier(0.16, 0.81, 0.32, 1);
    animation: iziM-comingOut .5s cubic-bezier(0.16, 0.81, 0.32, 1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.iziModal.bounceInDown,
.iziModal-overlay.bounceInDown {
    -webkit-animation: iziM-bounceInDown .7s ease;
    animation: iziM-bounceInDown .7s ease
}

.iziModal.bounceOutDown,
.iziModal-overlay.bounceOutDown {
    -webkit-animation: iziM-bounceOutDown .7s ease;
    animation: iziM-bounceOutDown .7s ease
}

.iziModal.bounceInUp,
.iziModal-overlay.bounceInUp {
    -webkit-animation: iziM-bounceInUp .7s ease;
    animation: iziM-bounceInUp .7s ease
}

.iziModal.bounceOutUp,
.iziModal-overlay.bounceOutUp {
    -webkit-animation: iziM-bounceOutUp .7s ease;
    animation: iziM-bounceOutUp .7s ease
}

.iziModal.fadeInDown,
.iziModal-overlay.fadeInDown {
    -webkit-animation: iziM-fadeInDown .7s cubic-bezier(0.16, 0.81, 0.32, 1);
    animation: iziM-fadeInDown .7s cubic-bezier(0.16, 0.81, 0.32, 1)
}

.iziModal.fadeOutDown,
.iziModal-overlay.fadeOutDown {
    -webkit-animation: iziM-fadeOutDown .5s ease;
    animation: iziM-fadeOutDown .5s ease
}

.iziModal.fadeInUp,
.iziModal-overlay.fadeInUp {
    -webkit-animation: iziM-fadeInUp .7s cubic-bezier(0.16, 0.81, 0.32, 1);
    animation: iziM-fadeInUp .7s cubic-bezier(0.16, 0.81, 0.32, 1)
}

.iziModal.fadeOutUp,
.iziModal-overlay.fadeOutUp {
    -webkit-animation: iziM-fadeOutUp .5s ease;
    animation: iziM-fadeOutUp .5s ease
}

.iziModal.fadeInLeft,
.iziModal-overlay.fadeInLeft {
    -webkit-animation: iziM-fadeInLeft .7s cubic-bezier(0.16, 0.81, 0.32, 1);
    animation: iziM-fadeInLeft .7s cubic-bezier(0.16, 0.81, 0.32, 1)
}

.iziModal.fadeOutLeft,
.iziModal-overlay.fadeOutLeft {
    -webkit-animation: iziM-fadeOutLeft .5s ease;
    animation: iziM-fadeOutLeft .5s ease
}

.iziModal.fadeInRight,
.iziModal-overlay.fadeInRight {
    -webkit-animation: iziM-fadeInRight .7s cubic-bezier(0.16, 0.81, 0.32, 1);
    animation: iziM-fadeInRight .7s cubic-bezier(0.16, 0.81, 0.32, 1)
}

.iziModal.fadeOutRight,
.iziModal-overlay.fadeOutRight {
    -webkit-animation: iziM-fadeOutRight .5s ease;
    animation: iziM-fadeOutRight .5s ease
}

.iziModal.flipInX,
.iziModal-overlay.flipInX {
    -webkit-animation: iziM-flipInX .7s ease;
    animation: iziM-flipInX .7s ease
}

.iziModal.flipOutX,
.iziModal-overlay.flipOutX {
    -webkit-animation: iziM-flipOutX .7s ease;
    animation: iziM-flipOutX .7s ease
}

@-webkit-keyframes iziM-comingIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.9) translateY(-20px) perspective(600px) rotateX(10deg);
        transform: scale(0.9) translateY(-20px) perspective(600px) rotateX(10deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(0) perspective(600px) rotateX(0);
        transform: scale(1) translateY(0) perspective(600px) rotateX(0)
    }
}

@keyframes iziM-comingIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.9) translateY(-20px) perspective(600px) rotateX(10deg);
        transform: scale(0.9) translateY(-20px) perspective(600px) rotateX(10deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(0) perspective(600px) rotateX(0);
        transform: scale(1) translateY(0) perspective(600px) rotateX(0)
    }
}

@-webkit-keyframes iziM-comingOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@keyframes iziM-comingOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@-webkit-keyframes iziM-fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes iziM-fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes iziM-fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes iziM-fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes iziM-slideIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@keyframes iziM-slideIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes iziM-slideDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(1, 0) translateY(-40px);
        -webkit-transform-origin: center top
    }
}

@keyframes iziM-slideDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(1, 0) translateY(-40px);
        transform: scale(1, 0) translateY(-40px);
        -webkit-transform-origin: center top;
        transform-origin: center top
    }
}

@-webkit-keyframes iziM-revealIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 1)
    }
}

@keyframes iziM-revealIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 1);
        transform: scale3d(0.3, 0.3, 1)
    }
}

@-webkit-keyframes iziM-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, -1000px, 0);
        transform: translate3d(0, -1000px, 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: none;
        transform: none
    }
}

@keyframes iziM-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, -1000px, 0);
        transform: translate3d(0, -1000px, 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: none;
        transform: none
    }
}

@-webkit-keyframes iziM-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, 1000px, 0);
        transform: translate3d(0, 1000px, 0)
    }
}

@keyframes iziM-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, 1000px, 0);
        transform: translate3d(0, 1000px, 0)
    }
}

@-webkit-keyframes iziM-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, 1000px, 0);
        transform: translate3d(0, 1000px, 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 iziM-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, 1000px, 0);
        transform: translate3d(0, 1000px, 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)
    }
}

@-webkit-keyframes iziM-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 iziM-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, -1000px, 0);
        transform: translate3d(0, -1000px, 0)
    }
}

@-webkit-keyframes iziM-fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes iziM-fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes iziM-fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0)
    }
}

@keyframes iziM-fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0)
    }
}

@-webkit-keyframes iziM-fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes iziM-fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes iziM-fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0)
    }
}

@keyframes iziM-fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0)
    }
}

@-webkit-keyframes iziM-fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-200px, 0, 0);
        transform: translate3d(-200px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes iziM-fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-200px, 0, 0);
        transform: translate3d(-200px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes iziM-fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-200px, 0, 0);
        transform: translate3d(-200px, 0, 0)
    }
}

@keyframes iziM-fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-200px, 0, 0);
        transform: translate3d(-200px, 0, 0)
    }
}

@-webkit-keyframes iziM-fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(200px, 0, 0);
        transform: translate3d(200px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes iziM-fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(200px, 0, 0);
        transform: translate3d(200px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes iziM-fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(200px, 0, 0);
        transform: translate3d(200px, 0, 0)
    }
}

@keyframes iziM-fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(200px, 0, 0);
        transform: translate3d(200px, 0, 0)
    }
}

@-webkit-keyframes iziM-flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(60deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg)
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0);
        opacity: 1
    }
}

@keyframes iziM-flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(60deg);
        transform: perspective(400px) rotateX(60deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
}

@-webkit-keyframes iziM-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, 40deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 40deg);
        opacity: 0
    }
}

@keyframes iziM-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, 40deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 40deg);
        opacity: 0
    }
}

[class^="socicon-"],
[class*=" socicon-"] {
    font-family: 'SocIcons' !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
}

.socicon-augment:before {
    content: "\e908"
}

.socicon-bitbucket:before {
    content: "\e909"
}

.socicon-fyuse:before {
    content: "\e90a"
}

.socicon-yt-gaming:before {
    content: "\e90b"
}

.socicon-sketchfab:before {
    content: "\e90c"
}

.socicon-mobcrush:before {
    content: "\e90d"
}

.socicon-microsoft:before {
    content: "\e90e"
}

.socicon-pandora:before {
    content: "\e907"
}

.socicon-messenger:before {
    content: "\e906"
}

.socicon-gamewisp:before {
    content: "\e905"
}

.socicon-bloglovin:before {
    content: "\e904"
}

.socicon-tunein:before {
    content: "\e903"
}

.socicon-gamejolt:before {
    content: "\e901"
}

.socicon-trello:before {
    content: "\e902"
}

.socicon-spreadshirt:before {
    content: "\e900"
}

.socicon-500px:before {
    content: "\e000"
}

.socicon-8tracks:before {
    content: "\e001"
}

.socicon-airbnb:before {
    content: "\e002"
}

.socicon-alliance:before {
    content: "\e003"
}

.socicon-amazon:before {
    content: "\e004"
}

.socicon-amplement:before {
    content: "\e005"
}

.socicon-android:before {
    content: "\e006"
}

.socicon-angellist:before {
    content: "\e007"
}

.socicon-apple:before {
    content: "\e008"
}

.socicon-appnet:before {
    content: "\e009"
}

.socicon-baidu:before {
    content: "\e00a"
}

.socicon-bandcamp:before {
    content: "\e00b"
}

.socicon-battlenet:before {
    content: "\e00c"
}

.socicon-mixer:before {
    content: "\e00d"
}

.socicon-bebee:before {
    content: "\e00e"
}

.socicon-bebo:before {
    content: "\e00f"
}

.socicon-behance:before {
    content: "\e010"
}

.socicon-blizzard:before {
    content: "\e011"
}

.socicon-blogger:before {
    content: "\e012"
}

.socicon-buffer:before {
    content: "\e013"
}

.socicon-chrome:before {
    content: "\e014"
}

.socicon-coderwall:before {
    content: "\e015"
}

.socicon-curse:before {
    content: "\e016"
}

.socicon-dailymotion:before {
    content: "\e017"
}

.socicon-deezer:before {
    content: "\e018"
}

.socicon-delicious:before {
    content: "\e019"
}

.socicon-deviantart:before {
    content: "\e01a"
}

.socicon-diablo:before {
    content: "\e01b"
}

.socicon-digg:before {
    content: "\e01c"
}

.socicon-discord:before {
    content: "\e01d"
}

.socicon-disqus:before {
    content: "\e01e"
}

.socicon-douban:before {
    content: "\e01f"
}

.socicon-draugiem:before {
    content: "\e020"
}

.socicon-dribbble:before {
    content: "\e021"
}

.socicon-drupal:before {
    content: "\e022"
}

.socicon-ebay:before {
    content: "\e023"
}

.socicon-ello:before {
    content: "\e024"
}

.socicon-endomodo:before {
    content: "\e025"
}

.socicon-envato:before {
    content: "\e026"
}

.socicon-etsy:before {
    content: "\e027"
}

.socicon-facebook:before {
    content: "\e028"
}

.socicon-feedburner:before {
    content: "\e029"
}

.socicon-filmweb:before {
    content: "\e02a"
}

.socicon-firefox:before {
    content: "\e02b"
}

.socicon-flattr:before {
    content: "\e02c"
}

.socicon-flickr:before {
    content: "\e02d"
}

.socicon-formulr:before {
    content: "\e02e"
}

.socicon-forrst:before {
    content: "\e02f"
}

.socicon-foursquare:before {
    content: "\e030"
}

.socicon-friendfeed:before {
    content: "\e031"
}

.socicon-github:before {
    content: "\e032"
}

.socicon-goodreads:before {
    content: "\e033"
}

.socicon-google:before {
    content: "\e034"
}

.socicon-googlescholar:before {
    content: "\e035"
}

.socicon-googlegroups:before {
    content: "\e036"
}

.socicon-googlephotos:before {
    content: "\e037"
}

.socicon-googleplus:before {
    content: "\e038"
}

.socicon-grooveshark:before {
    content: "\e039"
}

.socicon-hackerrank:before {
    content: "\e03a"
}

.socicon-hearthstone:before {
    content: "\e03b"
}

.socicon-hellocoton:before {
    content: "\e03c"
}

.socicon-heroes:before {
    content: "\e03d"
}

.socicon-hitbox:before {
    content: "\e03e"
}

.socicon-horde:before {
    content: "\e03f"
}

.socicon-houzz:before {
    content: "\e040"
}

.socicon-icq:before {
    content: "\e041"
}

.socicon-identica:before {
    content: "\e042"
}

.socicon-imdb:before {
    content: "\e043"
}

.socicon-instagram:before {
    content: "\e044"
}

.socicon-issuu:before {
    content: "\e045"
}

.socicon-istock:before {
    content: "\e046"
}

.socicon-itunes:before {
    content: "\e047"
}

.socicon-keybase:before {
    content: "\e048"
}

.socicon-lanyrd:before {
    content: "\e049"
}

.socicon-lastfm:before {
    content: "\e04a"
}

.socicon-line:before {
    content: "\e04b"
}

.socicon-linkedin:before {
    content: "\e04c"
}

.socicon-livejournal:before {
    content: "\e04d"
}

.socicon-lyft:before {
    content: "\e04e"
}

.socicon-macos:before {
    content: "\e04f"
}

.socicon-mail:before {
    content: "\e050"
}

.socicon-medium:before {
    content: "\e051"
}

.socicon-meetup:before {
    content: "\e052"
}

.socicon-mixcloud:before {
    content: "\e053"
}

.socicon-modelmayhem:before {
    content: "\e054"
}

.socicon-mumble:before {
    content: "\e055"
}

.socicon-myspace:before {
    content: "\e056"
}

.socicon-newsvine:before {
    content: "\e057"
}

.socicon-nintendo:before {
    content: "\e058"
}

.socicon-npm:before {
    content: "\e059"
}

.socicon-odnoklassniki:before {
    content: "\e05a"
}

.socicon-openid:before {
    content: "\e05b"
}

.socicon-opera:before {
    content: "\e05c"
}

.socicon-outlook:before {
    content: "\e05d"
}

.socicon-overwatch:before {
    content: "\e05e"
}

.socicon-patreon:before {
    content: "\e05f"
}

.socicon-paypal:before {
    content: "\e060"
}

.socicon-periscope:before {
    content: "\e061"
}

.socicon-persona:before {
    content: "\e062"
}

.socicon-pinterest:before {
    content: "\e063"
}

.socicon-play:before {
    content: "\e064"
}

.socicon-player:before {
    content: "\e065"
}

.socicon-playstation:before {
    content: "\e066"
}

.socicon-pocket:before {
    content: "\e067"
}

.socicon-qq:before {
    content: "\e068"
}

.socicon-quora:before {
    content: "\e069"
}

.socicon-raidcall:before {
    content: "\e06a"
}

.socicon-ravelry:before {
    content: "\e06b"
}

.socicon-reddit:before {
    content: "\e06c"
}

.socicon-renren:before {
    content: "\e06d"
}

.socicon-researchgate:before {
    content: "\e06e"
}

.socicon-residentadvisor:before {
    content: "\e06f"
}

.socicon-reverbnation:before {
    content: "\e070"
}

.socicon-rss:before {
    content: "\e071"
}

.socicon-sharethis:before {
    content: "\e072"
}

.socicon-skype:before {
    content: "\e073"
}

.socicon-slideshare:before {
    content: "\e074"
}

.socicon-smugmug:before {
    content: "\e075"
}

.socicon-snapchat:before {
    content: "\e076"
}

.socicon-songkick:before {
    content: "\e077"
}

.socicon-soundcloud:before {
    content: "\e078"
}

.socicon-spotify:before {
    content: "\e079"
}

.socicon-stackexchange:before {
    content: "\e07a"
}

.socicon-stackoverflow:before {
    content: "\e07b"
}

.socicon-starcraft:before {
    content: "\e07c"
}

.socicon-stayfriends:before {
    content: "\e07d"
}

.socicon-steam:before {
    content: "\e07e"
}

.socicon-storehouse:before {
    content: "\e07f"
}

.socicon-strava:before {
    content: "\e080"
}

.socicon-streamjar:before {
    content: "\e081"
}

.socicon-stumbleupon:before {
    content: "\e082"
}

.socicon-swarm:before {
    content: "\e083"
}

.socicon-teamspeak:before {
    content: "\e084"
}

.socicon-teamviewer:before {
    content: "\e085"
}

.socicon-technorati:before {
    content: "\e086"
}

.socicon-telegram:before {
    content: "\e087"
}

.socicon-tripadvisor:before {
    content: "\e088"
}

.socicon-tripit:before {
    content: "\e089"
}

.socicon-triplej:before {
    content: "\e08a"
}

.socicon-tumblr:before {
    content: "\e08b"
}

.socicon-twitch:before {
    content: "\e08c"
}

.socicon-twitter:before {
    content: "\e08d"
}

.socicon-uber:before {
    content: "\e08e"
}

.socicon-ventrilo:before {
    content: "\e08f"
}

.socicon-viadeo:before {
    content: "\e090"
}

.socicon-viber:before {
    content: "\e091"
}

.socicon-viewbug:before {
    content: "\e092"
}

.socicon-vimeo:before {
    content: "\e093"
}

.socicon-vine:before {
    content: "\e094"
}

.socicon-vkontakte:before {
    content: "\e095"
}

.socicon-warcraft:before {
    content: "\e096"
}

.socicon-wechat:before {
    content: "\e097"
}

.socicon-weibo:before {
    content: "\e098"
}

.socicon-whatsapp:before {
    content: "\e099"
}

.socicon-wikipedia:before {
    content: "\e09a"
}

.socicon-windows:before {
    content: "\e09b"
}

.socicon-wordpress:before {
    content: "\e09c"
}

.socicon-wykop:before {
    content: "\e09d"
}

.socicon-xbox:before {
    content: "\e09e"
}

.socicon-xing:before {
    content: "\e09f"
}

.socicon-yahoo:before {
    content: "\e0a0"
}

.socicon-yammer:before {
    content: "\e0a1"
}

.socicon-yandex:before {
    content: "\e0a2"
}

.socicon-yelp:before {
    content: "\e0a3"
}

.socicon-younow:before {
    content: "\e0a4"
}

.socicon-youtube:before {
    content: "\e0a5"
}

.socicon-zapier:before {
    content: "\e0a6"
}

.socicon-zerply:before {
    content: "\e0a7"
}

.socicon-zomato:before {
    content: "\e0a8"
}

.socicon-zynga:before {
    content: "\e0a9"
}

html {
    font-size: 62.5%
}

body {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-top: 93px;
    color: #363636;
    font: 1.6rem/1.875 "OpenSans-Regular", Arial, sans-serif
}

@media(max-width:991px) {
    body {
        overflow-y: auto !important
    }
}

body.waiting-mode {
    padding-top: 0
}

.svg-icons {
    display: none
}

.icon {
    width: 32px;
    height: 32px;
    fill: #fff;
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

a {
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

input[type="text"],
input[type="email"],
input[type="submit"],
button[type="submit"],
textarea {
    outline: none !important;
    border-radius: 0 !important;
    -webkit-appearance: none !important
}

@media(min-width:1200px) {
    .container {
        max-width: 100%;
        width: 1200px
    }
}

@media screen and (max-width:600px) {
    #wpadminbar {
        position: fixed
    }
}

iframe[src*="youtu"] {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    border: none !important
}

@font-face {
    font-family: "PTSans-Narrow-Bold";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/PTSans-Narrow/Bold/PTSans-Narrow-Bold.woff") format("woff"), url("../fonts/PTSans-Narrow/Bold/PTSans-Narrow-Bold.truetype") format("truetype")
}

@font-face {
    font-family: "PTSans-Narrow-Regular";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/PTSans-Narrow/Regular/PTSans-Narrow-Regular.woff") format("woff"), url("../fonts/PTSans-Narrow/Regular/PTSans-Narrow-Regular.truetype") format("truetype")
}

@font-face {
    font-family: "OpenSans-Bold";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/OpenSans/Bold/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans/Bold/OpenSans-Bold.truetype") format("truetype")
}

@font-face {
    font-family: "OpenSans-Light";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/OpenSans/Light/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans/Light/OpenSans-Light.truetype") format("truetype")
}

@font-face {
    font-family: "OpenSans-Regular";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/OpenSans/Regular/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans/Regular/OpenSans-Regular.truetype") format("truetype")
}

@font-face {
    font-family: "OpenSans-SemiBold";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/OpenSans/Semibold/OpenSans-SemiBold.woff") format("woff"), url("../fonts/OpenSans/Semibold/OpenSans-SemiBold.truetype") format("truetype")
}

@font-face {
    font-family: "OpenSans-ExtraBold";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/OpenSans/ExtraBold/OpenSans-ExtraBold.woff") format("woff"), url("../fonts/OpenSans/ExtraBold/OpenSans-ExtraBold.truetype") format("truetype")
}

@font-face {
    font-family: "SocIcons";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/SocIcons/SocIcons.woff") format("woff"), url("../fonts/SocIcons/SocIcons.truetype") format("truetype")
}

@-webkit-keyframes pop-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-4rem) scale(0.8);
        transform: translateY(-4rem) scale(0.8)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes pop-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-4rem) scale(0.8);
        transform: translateY(-4rem) scale(0.8)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes sk-cubemove {
    25% {
        -webkit-transform: translateX(24px) rotate(-90deg) scale(0.5);
        transform: translateX(24px) rotate(-90deg) scale(0.5)
    }

    50% {
        -webkit-transform: translateX(24px) translateY(24px) rotate(-179deg);
        transform: translateX(24px) translateY(24px) rotate(-179deg)
    }

    50.1% {
        -webkit-transform: translateX(24px) translateY(24px) rotate(-180deg);
        transform: translateX(24px) translateY(24px) rotate(-180deg)
    }

    75% {
        -webkit-transform: translateX(0) translateY(24px) rotate(-270deg) scale(0.5);
        transform: translateX(0) translateY(24px) rotate(-270deg) scale(0.5)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes sk-cubemove {
    25% {
        -webkit-transform: translateX(24px) rotate(-90deg) scale(0.5);
        transform: translateX(24px) rotate(-90deg) scale(0.5)
    }

    50% {
        -webkit-transform: translateX(24px) translateY(24px) rotate(-179deg);
        transform: translateX(24px) translateY(24px) rotate(-179deg)
    }

    50.1% {
        -webkit-transform: translateX(24px) translateY(24px) rotate(-180deg);
        transform: translateX(24px) translateY(24px) rotate(-180deg)
    }

    75% {
        -webkit-transform: translateX(0) translateY(24px) rotate(-270deg) scale(0.5);
        transform: translateX(0) translateY(24px) rotate(-270deg) scale(0.5)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

.content h1 {
    font: 4.2rem/1.25 "OpenSans-Regular", Arial, sans-serif;
    margin: 0 0 31px
}

@media(max-width:767px) {
    .content h1 {
        font: 3.4rem/1.25 "OpenSans-Regular", Arial, sans-serif
    }
}

.content h2 {
    font: 3.2rem/1.25 "OpenSans-Light", Arial, sans-serif;
    margin: 0 0 31px
}

@media(max-width:767px) {
    .content h2 {
        font: 2.4rem/1.25 "OpenSans-Light", Arial, sans-serif
    }
}

.content h3 {
    text-transform: uppercase;
    font: 2rem/1.2 "PTSans-Narrow-Bold", Arial, sans-serif;
    margin: 0 0 20px
}

.content h4 {
    text-transform: uppercase;
    font: 1.8rem/1.2 "PTSans-Narrow-Bold", Arial, sans-serif;
    margin: 0 0 15px;
    color: #007dc3
}

.content h5 {
    font: 1.8rem/1.2 "OpenSans-Bold", Arial, sans-serif;
    margin: 0 0 15px
}

.content h6 {
    font: 1.4rem/1.2 "OpenSans-Bold", Arial, sans-serif;
    margin: 0 0 15px
}

.content p {
    font: 1.6rem/1.875 "OpenSans-Regular", Arial, sans-serif;
    margin: 0 0 32px
}

.content figure {
    margin: 0 0 41px;
    max-width: 100%
}

@media(max-width:767px) {
    .content figure {
        margin: 0 0 20px !important;
        float: none !important;
        text-align: center;
        width: 100%;
        max-width: 100% !important;
        display: block
    }
}

.content blockquote {
    color: #007dc3;
    display: block;
    padding: 0 0 0 20px;
    border-left: 4px solid #007dc3;
    font-style: italic;
    font-family: "OpenSans-Light", Arial, sans-serif;
    font-size: 1.8rem
}

.content blockquote>p {
    font: inherit;
    line-height: 1.6
}

@media(max-width:767px) {
    .content blockquote>p {
        line-height: 1.4
    }
}

.content blockquote a {
    color: #007dc3
}

.content blockquote a:hover {
    text-decoration: underline
}

.content table {
    color: #363636;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 30px
}

.content table td,
.content table th {
    border: 1px solid #cbcbcb;
    padding: 4px 14px
}

.content table th {
    background: #f3f3f3;
    font-weight: bold
}

.content table td {
    background: #fafafa;
    text-align: center
}

.content ul:not([class]) {
    list-style-type: none;
    padding: 0;
    margin: 0 0 30px
}

.content ul:not([class])>li {
    position: relative;
    padding-left: 15px
}

.content ul:not([class])>li:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #007dc3;
    position: absolute;
    left: 0;
    top: 12px
}

.content ul:not([class])>li>ul {
    margin: 0;
    padding-left: 10px
}

.content ul:not([class])>li>ul>li:before {
    background: 0;
    border: 1px solid #007dc3;
    font: inherit
}

.content ul:not([class])>li>ul>li>ul {
    margin: 0;
    padding-left: 10px
}

.content ul:not([class])>li>ul>li>ul>li {
    font: inherit
}

.content ul:not([class])>li>ul>li>ul>li:before {
    background: #007dc3;
    width: 4px;
    height: 4px;
    border-radius: 0
}

.content ul:not([class])>li>ul>li>ul>li>ul {
    margin: 0;
    padding-left: 10px
}

.content ul:not([class])>li>ul>li>ul>li>ul>li {
    background: 0;
    border: 1px solid #007dc3;
    width: 4px;
    height: 4px;
    border-radius: 0;
    font: inherit
}

.content ol:not([class]) {
    list-style-position: inside;
    padding: 0;
    margin: 0 0 30px
}

.content ol:not([class]) ol {
    padding-left: 25px;
    margin: 0
}

.content .wp-caption-text {
    display: block;
    font: italic 1.3rem/1.5 "OpenSans-Regular", Arial, sans-serif;
    color: #636464
}

.content .alignright {
    float: right;
    margin: 0 0 0 15px
}

.content .alignleft {
    float: left;
    margin: 0 15px 0 0
}

.content a img.alignright {
    float: right;
    margin: 0 0 0 15px
}

.content a img.alignleft {
    float: left;
    margin: 0 15px 0 0
}

.content .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.content .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

a,
a:hover,
a:focus {
    text-decoration: none
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.video-container iframe,
.video-container embed,
.video-container object,
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

img,
img.img-responsive {
    width: auto;
    max-width: 100%;
    height: auto
}

.arrow {
    display: block;
    position: relative;
    width: 33px;
    height: 2px;
    background: #fff;
    -webkit-transition: background .4s;
    transition: background .4s;
    margin-left: 9px
}

.arrow:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #fff;
    top: -4px;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
    right: -4px;
    -webkit-transition: border-color .4s;
    transition: border-color .4s
}

.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #007dc3;
    color: #fff;
    font: 1.6rem/1 "PTSans-Narrow-Regular", Arial, sans-serif;
    text-transform: uppercase;
    padding: 18px 46px 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
    white-space: nowrap
}

.btn:hover {
    color: #fff;
    background: #363636
}

.btn--white {
    border: 1px solid #fff;
    background: transparent
}

.btn--white:hover {
    color: #007dc3;
    background: #fff
}

.btn--white:hover .arrow {
    background: #007dc3
}

.btn--white:hover .arrow:after {
    border-color: transparent transparent transparent #007dc3
}

.btn--transparent {
    border: 1px solid #007dc3;
    background: 0;
    color: #007dc3
}

.btn--transparent .arrow {
    background: #007dc3
}

.btn--transparent .arrow:after {
    border-color: transparent transparent transparent #007dc3
}

.btn--transparent:hover {
    background: #007dc3;
    color: #fff
}

.btn--transparent:hover .arrow {
    background: #fff
}

.btn--transparent:hover .arrow:after {
    border-color: transparent transparent transparent #fff
}

.pretitle {
    font: 1.8rem/1.2 "PTSans-Narrow-Bold", Arial, sans-serif;
    margin: 0 0 15px;
    color: #007dc3;
    text-transform: uppercase;
    display: block
}

.title {
    font: 3.6rem/1 "OpenSans-Light", Arial, sans-serif;
    display: block;
    color: #363636;
    margin: 0 0 10px
}

@media(max-width:767px) {
    .title {
        font: 3rem/1.2 "OpenSans-Light", Arial, sans-serif
    }
}

.title>a {
    color: #363636
}

.title>a:hover {
    color: #007dc3
}

.mobile-select {
    display: none
}

@media(max-width:767px) {
    .mobile-select {
        display: block;
        border-bottom: 1px solid #363636;
        position: relative
    }
}

.mobile-select>select {
    border: none !important;
    background: none !important;
    outline: none !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    text-indent: .1;
    text-overflow: '';
    font: 1.8rem/1 "PTSans-Narrow-Regular", Arial, sans-serif;
    text-transform: uppercase;
    padding: 14px 20px 11px 0;
    display: block;
    width: 100%
}

.mobile-select>select::-ms-expand {
    display: none
}

.mobile-select>svg {
    display: block;
    position: absolute;
    right: 2px;
    top: 50%;
    width: 9px;
    height: 6px;
    fill: #007dc3;
    margin-top: -2px
}

.nav {
    background: #007dc3;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3)
}

body.admin-bar .nav {
    top: 32px
}

@media(max-width:782px) {
    body.admin-bar .nav {
        top: 46px
    }
}

.nav__in {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 60%;
}

@media(max-width:1199px) {
    .nav__in {
        padding: 0 15px;
        padding-right: 40%;
    }
}

.nav__logo {
    background: #fff;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
    padding-right: 15px
}

@media(max-width:1199px) {
    .nav__logo {
        margin-left: -12px
    }
}

.nav__logo>svg {
    height: 93px;
    width: 183px;
    max-width: 100%;
    display: block
}

.nav__logo:before {
    content: "";
    display: block;
    width: 50vw;
    position: absolute;
    right: 99%;
    top: 0;
    bottom: 0;
    background: #007dc3
}

.nav__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width:1199px) {
    .nav__menu {
        background: #fff;
        position: fixed;
        height: calc(100vh - 93px);
        width: 320px;
        top: 94px;
        bottom: 0;
        right: -320px;
        display: block;
        -webkit-transition: right .4s ease-in-out;
        transition: right .4s ease-in-out;
        padding: 0 0 150px;
        overflow: auto
    }

    body.menu-is-open .nav__menu {
        right: 0;
        -webkit-box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.14);
        box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.14)
    }

    body.admin-bar .nav__menu {
        top: 126px
    }
}

@media(max-width:1199px) and (max-width:782px) {
    body.admin-bar .nav__menu {
        top: 140px
    }
}

.nav__menu>ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
    height: 93px
}

@media(max-width:1199px) {
    .nav__menu>ul {
        display: block;
        height: auto
    }
}

.nav__menu>ul>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: relative
}

@media(max-width:1199px) {
    .nav__menu>ul>li.nav__menu__funds {
        display: none
    }
}

.nav__menu>ul>li.nav__menu__funds:after {
    content: "";
    display: block;
    width: 1px;
    height: 46px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.nav__menu>ul>li.nav__menu__funds:hover:after {
    opacity: 0
}

.nav__menu>ul>li.nav__menu__funds>a {
    padding-left: 15px;
    padding-right: 24px
}

@media(max-width:1300px) {
    .nav__menu>ul>li.nav__menu__funds>a {
        padding-right: 17px
    }
}

@media(min-width:1200px) {
    .nav__menu>ul>li:first-child:before {
        display: none
    }
}

.nav__menu>ul>li:before {
    content: "";
    display: block;
    width: 1px;
    height: 13px;
    background: #2d98e3;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

@media(max-width:1300px) {
    .nav__menu>ul>li:before {
        top: 4px
    }
}

@media(max-width:1199px) {
    .nav__menu>ul>li:before {
        height: 1px;
        width: auto;
        top: auto;
        left: 10px;
        right: 10px;
        bottom: 0;
        background: #e5e5e5
    }
}

.nav__menu>ul>li.current-menu-item,
.nav__menu>ul>li.current-menu-ancestor {
    background: #363636
}

.nav__menu>ul>li.current-menu-item:before,
.nav__menu>ul>li.current-menu-ancestor:before {
    opacity: 0
}

@media(min-width:1200px) {

    .nav__menu>ul>li.current-menu-item+li:before,
    .nav__menu>ul>li.current-menu-ancestor+li:before {
        opacity: 0
    }
}

.nav__menu>ul>li.current-menu-item>a,
.nav__menu>ul>li.current-menu-ancestor>a {
    color: #fff
}

.nav__menu>ul>li:hover {
    background: #363636
}

.nav__menu>ul>li:hover:before {
    opacity: 0
}

@media(min-width:1200px) {
    .nav__menu>ul>li:hover+li:before {
        opacity: 0
    }
}

.nav__menu>ul>li:hover>a {
    color: #fff
}

@media(min-width:1200px) {
    .nav__menu>ul>li:hover>.submenu-toggle:before {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@media(max-width:1199px) {
    .nav__menu>ul>li:hover>.submenu-toggle:before {
        border-color: #fff transparent transparent transparent
    }
}

@media(min-width:1200px) {
    .nav__menu>ul>li:hover>.sub-menu-wrap {
        opacity: 1;
        top: 100%;
        visibility: visible
    }
}

.nav__menu>ul>li:first-child>a {
    padding-left: 29px
}

@media(max-width:1300px) {
    .nav__menu>ul>li:first-child>a {
        padding-left: 16px
    }
}

.nav__menu>ul>li.menu-item-has-children>a {
    padding-right: 32px
}

@media(max-width:1300px) {
    .nav__menu>ul>li.menu-item-has-children>a {
        padding-right: 20px
    }
}

.nav__menu>ul>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    font: 1.7rem/1.2 "PTSans-Narrow-Regular", Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 8px 18px 10px;
    white-space: nowrap;
    position: relative;
    z-index: 2
}

.nav__menu>ul>li>a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    -webkit-transition: height .3s;
    transition: height .3s;
    background: #fff
}

@media(min-width:1200px) {
    .nav__menu>ul>li>a.active:after {
        height: 3px
    }
}

@media(max-width:1199px) {
    .nav__menu>ul>li>a.active {
        background: #363636;
        color: #fff !important
    }
}

@media(max-width:1400px) {
    .nav__menu>ul>li>a {
        padding: 13px 20px 10px
    }
}

@media(max-width:1300px) {
    .nav__menu>ul>li>a {
        padding: 13px 15px 10px
    }
}

@media(max-width:1199px) {
    .nav__menu>ul>li>a {
        text-transform: uppercase;
        color: #363636;
        font: 1.7rem/1.2 "PTSans-Narrow-Regular", Arial, sans-serif;
        padding: 15px 10px 12px !important;
        width: 100%
    }
}

.nav__menu>ul>li>a>svg {
    width: 23px;
    height: 24px;
    margin-right: 7px;
    position: relative;
    top: -3px
}

.nav__menu>ul>li>a>span {
    font: 1.7rem/1.2 "PTSans-Narrow-Regular", Arial, sans-serif
}

.nav__menu>ul>li>.sub-menu-wrap {
    position: absolute;
    top: 120%;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 657px;
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.26);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s
}

@media(max-width:1199px) {
    .nav__menu>ul>li>.sub-menu-wrap {
        position: fixed;
        width: 320px;
        right: -320px;
        top: 94px;
        left: auto;
        height: calc(100vh - 94px);
        opacity: 1;
        visibility: visible;
        z-index: 3;
        background: #fff;
        -webkit-transition: right .4s ease-in-out;
        transition: right .4s ease-in-out
    }

    .nav__menu>ul>li>.sub-menu-wrap.active-submenu {
        right: 0
    }

    body.admin-bar .nav__menu>ul>li>.sub-menu-wrap {
        top: 126px;
        height: calc(100vh - 126px)
    }
}

@media(max-width:782px) {
    body.admin-bar .nav__menu>ul>li>.sub-menu-wrap {
        top: 140px;
        height: calc(100vh - 140px)
    }
}

.nav__menu>ul>li>.sub-menu-wrap>ul {
    background: #fff;
    list-style-type: none;
    padding: 0 0 2px;
    margin: 0;
    min-width: 205px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:1199px) {
    .nav__menu>ul>li>.sub-menu-wrap>ul {
        width: 100%;
        overflow-y: auto;
        max-height: 100%
    }

    .nav__menu>ul>li>.sub-menu-wrap>ul:after {
        content: "";
        display: block;
        width: 100%;
        min-height: 75px;
        height: 75px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.nav__menu>ul>li>.sub-menu-wrap>ul>li {
    position: relative;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.nav__menu>ul>li>.sub-menu-wrap>ul>li:first-child>span {
    padding: 23px 15px 8px 24px
}

.nav__menu>ul>li>.sub-menu-wrap>ul>li:first-child>a:before {
    display: none
}

@media(max-width:1199px) {
    .nav__menu>ul>li>.sub-menu-wrap>ul>li:before {
        content: "";
        display: block;
        position: absolute;
        margin: auto;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
        height: 1px;
        width: auto;
        top: auto;
        left: 10px;
        right: 10px;
        bottom: 0;
        background: #e5e5e5
    }

    .nav__menu>ul>li>.sub-menu-wrap>ul>li.not-a-link-wrap {
        display: none
    }
}

.nav__menu>ul>li>.sub-menu-wrap>ul>li>.submenu-toggle {
    top: 28px
}

.nav__menu>ul>li>.sub-menu-wrap>ul>li>.submenu-toggle.is-open:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media(max-width:1199px) {
    .nav__menu>ul>li>.sub-menu-wrap>ul>li>.submenu-toggle {
        top: 50%;
        margin-top: -1px
    }
}

.nav__menu>ul>li>.sub-menu-wrap>ul>li.current-menu-item>a {
    color: #2d98e3
}

.nav__menu>ul>li>.sub-menu-wrap>ul>li>a {
    padding: 19px 19px 16px 23px;
    font: 1.6rem/1 "OpenSans-Light", Arial, sans-serif;
    color: #363636;
    position: relative;
    display: block
}

.nav__menu>ul>li>.sub-menu-wrap>ul>li>a:hover {
    color: #2d98e3
}

@media(max-width:1199px) {
    .nav__menu>ul>li>.sub-menu-wrap>ul>li>a {
        text-transform: uppercase;
        font: 1.7rem/1.2 "PTSans-Narrow-Regular", Arial, sans-serif;
        padding: 15px 10px 12px;
        width: 100%
    }
}

.nav__menu>ul>li>.sub-menu-wrap>ul>li>a:before {
    content: "";
    display: block;
    background: #e5e5e5;
    position: absolute;
    left: 14px;
    right: 14px;
    top: 1px;
    height: 1px
}

@media(max-width:1199px) {
    .nav__menu>ul>li>.sub-menu-wrap>ul>li>a:before {
        display: none
    }
}

.nav__menu>ul>li>.sub-menu-wrap>ul>li>.not-a-link {
    font: 1.4rem/1.7 "PTSans-Narrow-Bold", Arial, sans-serif;
    text-transform: uppercase;
    color: #007dc3;
    display: block;
    padding: 14px 15px 15px
}

.nav__menu>ul>li>.sub-menu-wrap>ul>li.menu-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0 15px
}

@media(max-width:1199px) {
    .nav__menu>ul>li>.sub-menu-wrap>ul>li.menu-btn {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 10px 10px
    }
}

.nav__menu>ul>li>.sub-menu-wrap>ul>li.menu-btn>a {
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #007dc3;
    color: #007dc3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font: 1.5rem/1 "PTSans-Narrow-Regular", Arial, sans-serif;
    text-transform: uppercase;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%
}

@media(max-width:1199px) {
    .nav__menu>ul>li>.sub-menu-wrap>ul>li.menu-btn>a {
        padding: 16px 15px
    }
}

.nav__menu>ul>li>.sub-menu-wrap>ul>li.menu-btn>a:hover {
    background: #007dc3;
    color: #fff
}

.nav__menu>ul>li>.sub-menu-wrap>ul>li.menu-btn>a:hover>.arrow {
    background: #fff
}

.nav__menu>ul>li>.sub-menu-wrap>ul>li.menu-btn>a:hover>.arrow:after {
    border-color: transparent transparent transparent #fff
}

.nav__menu>ul>li>.sub-menu-wrap>ul>li.menu-btn>a:before {
    display: none
}

.nav__menu>ul>li>.sub-menu-wrap>ul>li.menu-btn>a>.arrow {
    margin-left: 8px;
    background: #007dc3
}

.nav__menu>ul>li>.sub-menu-wrap>ul>li.menu-btn>a>.arrow:after {
    border-color: transparent transparent transparent #007dc3
}

.nav__menu>ul>li>.sub-menu-wrap>ul>li>.sub-menu {
    list-style-type: none;
    padding: 0 0 17px;
    margin: 0;
    display: none
}

@media(max-width:1199px) {
    .nav__menu>ul>li>.sub-menu-wrap>ul>li>.sub-menu {
        position: fixed;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 320px;
        right: -320px;
        top: 94px;
        left: auto;
        height: calc(100vh - 94px);
        opacity: 1;
        visibility: visible;
        z-index: 4;
        background: #fff;
        -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.26);
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.26);
        -webkit-transition: right .4s ease-in-out;
        transition: right .4s ease-in-out
    }

    .nav__menu>ul>li>.sub-menu-wrap>ul>li>.sub-menu.active-submenu {
        right: 0
    }

    body.admin-bar .nav__menu>ul>li>.sub-menu-wrap>ul>li>.sub-menu {
        top: 126px;
        height: calc(100vh - 126px)
    }
}

@media(max-width:782px) {
    body.admin-bar .nav__menu>ul>li>.sub-menu-wrap>ul>li>.sub-menu {
        top: 140px;
        height: calc(100vh - 140px)
    }
}

.nav__menu>ul>li>.sub-menu-wrap>ul>li>.sub-menu>li {
    display: block;
    position: relative;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media(max-width:1199px) {
    .nav__menu>ul>li>.sub-menu-wrap>ul>li>.sub-menu>li:before {
        content: "";
        display: block;
        position: absolute;
        margin: auto;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
        height: 1px;
        width: auto;
        top: auto;
        left: 10px;
        right: 10px;
        bottom: 0;
        background: #e5e5e5
    }
}

.nav__menu>ul>li>.sub-menu-wrap>ul>li>.sub-menu>li>a {
    font: 1.6rem/1.5 "PTSans-Narrow-Regular", Arial, sans-serif;
    color: #363636;
    padding: 0 20px 0 24px;
    display: block
}

@media(max-width:1199px) {
    .nav__menu>ul>li>.sub-menu-wrap>ul>li>.sub-menu>li>a {
        text-transform: uppercase;
        font: 1.7rem/1.2 "PTSans-Narrow-Regular", Arial, sans-serif;
        padding: 15px 10px 12px;
        width: 100%
    }
}

.nav__menu>ul>li>.sub-menu-wrap>ul>li>.sub-menu>li>a:hover {
    color: #007dc3
}

.nav__menu__mobile-search {
    display: none
}

@media(max-width:1199px) {
    .nav__menu__mobile-search {
        display: block
    }

    .nav__menu__mobile-search form {
        position: relative
    }

    .nav__menu__mobile-search input[type="text"] {
        height: 64px;
        border: none !important;
        outline: none !important;
        font: 1.4rem/1 "OpenSans-Light", Arial, sans-serif;
        width: 100%;
        display: block;
        background: #f3f3f3;
        padding: 10px 75px 10px 10px
    }

    .nav__menu__mobile-search button {
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        bottom: 0;
        width: 64px;
        cursor: pointer;
        border: none !important;
        outline: none !important;
        background: none !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .nav__menu__mobile-search button:disabled>svg {
        fill: #e5e5e5
    }

    .nav__menu__mobile-search button>svg {
        width: 18px;
        height: 18px;
        fill: #007dc3
    }
}

.nav__menu__secondary {
    display: none;
    padding: 0 0 31px;
    position: relative
}

.nav__menu__secondary:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    background: #e5e5e5;
    left: 10px;
    right: 10px;
    bottom: 0
}

@media(max-width:1199px) {
    .nav__menu__secondary {
        display: block
    }
}

.nav__menu__secondary__submenu {
    margin: 0 0 10px;
    padding: 10px 0 0;
    list-style-type: none
}

.nav__menu__secondary__submenu>li {
    display: block
}

.nav__menu__secondary__submenu>li>a {
    font: 1.6rem/2.3 "PTSans-Narrow-Regular", Arial, sans-serif;
    color: #363636;
    display: block;
    padding: 0 10px
}

.nav__menu__secondary__funds {
    display: block;
    margin: 0 10px 25px;
    padding: 10px 35px 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #007dc3;
    height: 54px;
    -webkit-transition: background .3s;
    transition: background .3s;
    border: 1px solid #007dc3
}

.nav__menu__secondary__funds:hover {
    background: #fff
}

.nav__menu__secondary__funds:hover>svg {
    fill: #007dc3
}

.nav__menu__secondary__funds:hover>span {
    color: #007dc3
}

.nav__menu__secondary__funds>svg {
    width: 23px;
    height: 14px;
    fill: #fff;
    margin-right: 8px
}

.nav__menu__secondary__funds>span {
    color: #fff;
    text-transform: uppercase;
    font: 1.5rem/1 "PTSans-Narrow-Regular", Arial, sans-serif;
    -webkit-transition: color .3s;
    transition: color .3s
}

.nav__menu__secondary__follow {
    padding: 0 10px
}

.nav__menu__secondary__follow__title {
    display: block;
    color: #007dc3;
    text-transform: uppercase;
    font: 1.6rem/1 "PTSans-Narrow-Bold", Arial, sans-serif;
    letter-spacing: -.025em;
    margin: 0 0 19px
}

.nav__menu__secondary__follow__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nav__menu__secondary__follow__soc {
    padding-right: 31px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nav__menu__secondary__follow__soc__linkedin {
    fill: #363636;
    position: relative;
    top: -2px
}

.nav__menu__secondary__follow__soc__linkedin>svg {
    width: 18px;
    height: 17px
}

.nav__menu__secondary__follow__soc__twitter {
    margin-left: 18px
}

.nav__menu__secondary__follow__soc__twitter>svg {
    width: 19px;
    height: 16px
}

.nav__menu__secondary__follow__soc__youtube {
    margin-left: 18px
}

.nav__menu__secondary__follow__soc__youtube>svg {
    width: 20px;
    height: 18px
}

.nav__menu__secondary__follow__soc>a {
    display: block
}

.nav__menu__secondary__follow__soc>a>svg {
    fill: #363636
}

.nav__menu__secondary__follow__partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nav__menu__secondary__follow__partners>a {
    margin-left: 20px;
    display: block
}

.nav__menu__secondary__follow__partners>a>img {
    display: block
}

.nav__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    overflow: hidden;
    height: 93px
}

@media(max-width:1199px) {
    .nav__right {
        height: auto;
        padding: 21px 0 10px
    }
}

.nav__right__item {
    height: 100%;
    -webkit-transition: background .3s;
    transition: background .3s
}

.nav__right__item>svg {
    fill: #fff
}

@media(max-width:1199px) {
    .nav__right__item {
        height: auto
    }
}

.nav__right__item--share {
    position: relative
}

@media(max-width:1199px) {
    .nav__right__item--share {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.nav__right__item--share:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100%;
    background: #007dc3
}

@media(max-width:1199px) {
    .nav__right__item--share:after {
        display: none
    }
}

.nav__right__item--share__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    color: #fff;
    font: 1.7rem/1.2px "PTSans-Narrow-Regular", Arial, sans-serif;
    text-transform: uppercase;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px 22px 10px 25px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s
}

.nav__right__item--share__in:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    width: 1px;
    -webkit-transition: background .3s;
    transition: background .3s
}

.nav__right__item--share__in:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    -webkit-transition: background .3s;
    transition: background .3s;
    z-index: 1
}

@media(max-width:1199px) {
    .nav__right__item--share__in:after {
        display: none
    }
}

.nav__right__item--share__in:hover {
    background: #363636
}

.nav__right__item--share__in:hover:before {
    background: #363636
}

.nav__right__item--share__in:hover:after {
    background: #007dc3
}

@media(max-width:1300px) {
    .nav__right__item--share__in {
        padding: 11px 17px 10px 16px
    }
}

@media(max-width:1199px) {
    .nav__right__item--share__in {
        padding: 11px 21px 10px 15px;
        background: none !important
    }
}

.nav__right__item--share__in>svg {
    fill: #fff;
    width: 16px;
    height: 15px
}

@media(max-width:1199px) {
    .nav__right__item--share__in>svg {
        fill: #007dc3;
        margin-right: 10px;
        position: relative;
        top: -3px
    }
}

.nav__right__item--share__in>span {
    display: none;
    font: 1.6rem/1 "PTSans-Narrow-Bold", Arial, sans-serif;
    text-transform: uppercase;
    color: #007dc3
}

@media(max-width:1199px) {
    .nav__right__item--share__in>span {
        display: block
    }
}

.nav__right__item--share__soc {
    position: fixed;
    top: 94px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 229px;
    background: #fff;
    right: -249px;
    -webkit-transition: right .6s cubic-bezier(0.25, 0.75, 0.5, 1.25);
    transition: right .6s cubic-bezier(0.25, 0.75, 0.5, 1.25);
    -webkit-box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.4);
    box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.4)
}

body.admin-bar .nav__right__item--share__soc {
    top: 126px
}

@media(max-width:782px) {
    body.admin-bar .nav__right__item--share__soc {
        top: 140px
    }
}

.nav__right__item--share__soc:after {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    top: 0;
    bottom: 0;
    left: 100%;
    background: #fff
}

@media(max-width:1199px) {
    .nav__right__item--share__soc {
        right: auto;
        top: 0 !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-shadow: 0 0;
        box-shadow: 0 0;
        opacity: 0;
        visibility: hidden;
        left: 200%;
        -webkit-transition: all .3s ease 0s !important;
        transition: all .3s ease 0s !important;
        position: absolute
    }
}

.nav__right__item--share__soc.is-active {
    right: 0
}

@media(max-width:1199px) {
    .nav__right__item--share__soc.is-active {
        right: auto;
        left: 120px;
        opacity: 1;
        visibility: visible
    }
}

.nav__right__item--share__soc>li {
    display: block
}

@media(max-width:1199px) {
    .nav__right__item--share__soc>li {
        margin-right: 10px
    }
}

.nav__right__item--share__soc>li.nav__right__item--share__soc__item--linkedin>a>svg {
    top: -2px
}

.nav__right__item--share__soc>li.nav__right__item--share__soc__item--google>a>svg {
    top: 1px
}

@media(max-width:1199px) {
    .nav__right__item--share__soc>li:first-child {
        display: none
    }
}

.nav__right__item--share__soc>li:first-child>span {
    padding: 23px 30px 9px
}

.nav__right__item--share__soc>li:last-child>a {
    padding-bottom: 23px
}

.nav__right__item--share__soc>li>span {
    padding: 15px 30px 12px;
    display: block;
    font: 1.4rem/1.7 "PTSans-Narrow-Bold", Arial, sans-serif;
    color: #007dc3;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.nav__right__item--share__soc>li>a {
    padding: 15px 30px 12px;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width:1199px) {
    .nav__right__item--share__soc>li>a {
        background: #007dc3;
        width: 40px;
        height: 40px;
        padding: 0 !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: background .3s;
        transition: background .3s
    }
}

.nav__right__item--share__soc>li>a:hover>span {
    color: #007dc3
}

.nav__right__item--share__soc>li>a:before {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    top: 1px;
    left: 30px;
    right: 30px;
    background: #e5e5e5
}

.nav__right__item--share__soc>li>a>svg {
    fill: #007dc3;
    width: auto;
    height: 16px;
    width: 18px;
    margin-right: 13px;
    position: relative
}

@media(max-width:1199px) {
    .nav__right__item--share__soc>li>a>svg {
        fill: #fff;
        margin-right: 0
    }
}

.nav__right__item--share__soc>li>a>span {
    color: #363636;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    font: 1.6rem/1.5 "OpenSans-Light", Arial, sans-serif;
    -webkit-transition: color .3s;
    transition: color .3s
}

@media(max-width:1199px) {
    .nav__right__item--share__soc>li>a>span {
        display: none
    }
}

.nav__right__item--share__soc>li>a>i:before {
    font-size: 1.7rem
}

.nav__right__item--search {
    position: relative
}

@media(max-width:1199px) {
    .nav__right__item--search {
        display: none
    }
}

.nav__right__item--search:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 13px;
    left: -1px;
    top: 50%;
    margin-top: -5px;
    z-index: 0;
    background: #2d98e3;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.nav__right__item--search:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100%;
    background: #007dc3
}

.nav__right__item--search__close {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 13px;
    margin: auto;
    width: 18px;
    height: 18px;
    display: block;
    background: 0;
    -webkit-transform: rotate(45deg) scale(0.4);
    transform: rotate(45deg) scale(0.4);
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0
}

.nav__right__item--search__close:before,
.nav__right__item--search__close:after {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.nav__right__item--search__close:before {
    width: 1px
}

.nav__right__item--search__close:after {
    height: 1px
}

.nav__right__item--search__in.is-opened .nav__right__item--search__close {
    opacity: 1 !important;
    -webkit-transform: rotate(45deg) scale(1) !important;
    transform: rotate(45deg) scale(1) !important
}

.nav__right__item--search__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    color: #fff;
    font: 1.7rem/1.2px "PTSans-Narrow-Regular", Arial, sans-serif;
    text-transform: uppercase;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px 30px 10px 19px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative
}

.nav__right__item--search__in:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    width: 1px;
    -webkit-transition: background .3s;
    transition: background .3s
}

.nav__right__item--search__in:hover {
    background: #363636
}

.nav__right__item--search__in:hover:before {
    background: #363636
}

@media(max-width:1300px) {
    .nav__right__item--search__in {
        padding: 11px 20px 10px 17px
    }
}

@media(max-width:1199px) {
    .nav__right__item--search__in {
        padding: 11px 21px 10px 15px
    }
}

.nav__right__item--search__in.is-opened {
    background: #363636
}

.nav__right__item--search__in.is-opened:before {
    background: #363636
}

.nav__right__item--search__in.is-opened>svg {
    opacity: 0;
    -webkit-transform: scale(0.4);
    transform: scale(0.4)
}

.nav__right__item--search__in>svg {
    fill: #fff;
    width: 18px;
    height: 18px;
    -webkit-transition: all .3s;
    transition: all .3s
}

@media(max-width:1199px) {
    .nav__right__item--search__in>svg {
        fill: #007dc3;
        margin-right: 10px;
        position: relative;
        top: -3px
    }
}

.nav__right__item--search__form {
    position: fixed;
    top: 94px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 351px;
    background: #fff;
    right: -360px;
    -webkit-transition: right .6s cubic-bezier(0.25, 0.75, 0.5, 1.25);
    transition: right .6s cubic-bezier(0.25, 0.75, 0.5, 1.25);
    -webkit-box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.4);
    box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.4)
}

body.admin-bar .nav__right__item--search__form {
    top: 126px
}

@media(max-width:782px) {
    body.admin-bar .nav__right__item--search__form {
        top: 140px
    }
}

.nav__right__item--search__form.is-active {
    right: 0
}

.nav__right__item--search__form form {
    position: relative;
    height: 93px
}

.nav__right__item--search__form input[type="text"] {
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 75px 15px 24px;
    font: 1.4rem/1 "OpenSans-Light", Arial, sans-serif;
    color: black;
    border: none !important;
    outline: none !important
}

.nav__right__item--search__form button[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 68px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: none !important;
    border: none !important;
    padding: 0;
    outline: none !important
}

.nav__right__item--search__form button[type="submit"]:hover>svg {
    fill: #363636
}

.nav__right__item--search__form button[type="submit"]:disabled {
    cursor: default
}

.nav__right__item--search__form button[type="submit"]:disabled>svg {
    fill: #e5e5e5 !important
}

.nav__right__item--search__form button[type="submit"]>svg {
    fill: #007dc3;
    width: 18px;
    height: 18px
}

.nav__mobile-overlay {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

@media(min-width:1200px) {
    .nav__mobile-overlay {
        display: none
    }
}

body.menu-is-open .nav__mobile-overlay {
    z-index: 99;
    visibility: visible;
    opacity: 1
}

.hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 15px 20px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    position: relative;
    z-index: 2;
    background: #fff
}

@media(min-width:1200px) {
    .hamburger {
        display: none
    }
}

@media(max-width:991px) {
    .hamburger:before {
        content: "";
        display: block;
        position: absolute;
        left: 100%;
        top: 0;
        bottom: 0;
        width: 30vw
    }
}

@media(min-width:320px) {
    .hamburger {
        margin-right: -15px
    }
}

.hamburger:hover {
    opacity: .9
}

.hamburger__btn {
    padding: 0;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    text-transform: none;
    background-color: transparent;
    outline: none !important;
    border: 0 !important;
    margin: 0;
    overflow: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.hamburger__btn__box {
    width: 30px;
    height: 23px;
    display: inline-block;
    position: relative
}

.hamburger__btn__box:after {
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    background: #007dc3
}

.hamburger__btn__box__in,
.hamburger__btn__box__in:before,
.hamburger__btn__box__in:after {
    width: 30px;
    height: 2px;
    background-color: #007dc3;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.hamburger__btn__box__in {
    display: block;
    bottom: 7px;
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    transition-property: transform, bottom;
    transition-property: transform, bottom, -webkit-transform
}

.hamburger__btn__box__in:before,
.hamburger__btn__box__in:after {
    content: "";
    display: block
}

.hamburger__btn__box__in:before {
    top: -7px
}

.hamburger__btn__box__in:after {
    top: -14px
}

.hamburger__btn__box--collapse .hamburger__btn__box__in {
    -webkit-transition-duration: .13s;
    transition-duration: .13s;
    -webkit-transition-delay: .13s;
    transition-delay: .13s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger__btn__box--collapse .hamburger__btn__box__in:before {
    -webkit-transition: top .12s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform .13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top .12s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform .13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top .12s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform .13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top .12s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform .13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform .13s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger__btn__box--collapse .hamburger__btn__box__in:after {
    top: -14px;
    -webkit-transition: top .12s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform .13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top .12s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform .13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top .12s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform .13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top .12s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform .13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform .13s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger.is-active .hamburger__btn__box:after {
    opacity: 0;
    left: 50%;
    right: 50%;
    bottom: 50%
}

.hamburger.is-active .hamburger__btn__box__in {
    bottom: 1px;
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    -webkit-transition-delay: .22s;
    transition-delay: .22s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}

.hamburger.is-active .hamburger__btn__box__in:before {
    top: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: top .1s .16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform .13s .25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top .1s .16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform .13s .25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top .1s .16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform .13s .25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top .1s .16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform .13s .25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform .13s .25s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.hamburger.is-active .hamburger__btn__box__in:after {
    top: 0;
    opacity: 0;
    -webkit-transition: top .2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity .1s .22s linear;
    transition: top .2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity .1s .22s linear
}

.hero {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

@media(max-width:767px) {
    .hero {
        background-position: center bottom
    }

    body:not(.waiting-mode) .hero {
        background: #007dc3 !important
    }
}

.hero__in {
    height: calc(100vh - 93px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 219px 0 31px;
    color: #fff
}

body.waiting-mode .hero__in {
    height: 100vh;
    padding: 253px 0 31px
}

@media(max-width:767px) {
    .hero__in {
        padding: 70px 0 8px;
        height: auto !important
    }

    body.waiting-mode .hero__in {
        padding: 163px 0 0
    }
}

body.admin-bar .hero__in {
    height: calc(100vh - 125px)
}

@media(max-width:782px) {
    body.admin-bar .hero__in {
        height: calc(100vh - 139px)
    }
}

body.admin-bar.waiting-mode .hero__in {
    height: calc(100vh - 32px)
}

@media(max-width:782px) {
    body.admin-bar.waiting-mode .hero__in {
        height: calc(100vh - 46px)
    }
}

.hero__pretitle {
    font: 3.6rem/1.67 "PTSans-Narrow-Regular", Arial, sans-serif;
    display: block;
    text-transform: uppercase
}

.hero__pretitle>strong {
    font-family: "PTSans-Narrow-Bold", Arial, sans-serif
}

@media(max-width:767px) {
    .hero__pretitle {
        margin: 0 0 45px;
        font: 2.4rem/1.2 "PTSans-Narrow-Regular", Arial, sans-serif
    }
}

.hero__head {
    margin: 0 0 64px
}

@media(max-width:767px) {
    .hero__head {
        margin: 0 0 72px
    }
}

.hero__head__title {
    font: 6rem/1 "OpenSans-Light", Arial, sans-serif;
    letter-spacing: -0.025em;
    margin: 0 0 10px
}

@media(max-width:767px) {
    .hero__head__title {
        font: 3rem/1.2 "OpenSans-Light", Arial, sans-serif;
        margin: 0 0 4px
    }
}

.hero__head__subtitle {
    font: 1.8rem/1.33 "PTSans-Narrow-Regular", Arial, sans-serif
}

.hero__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width:991px) {
    .hero__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.hero__footer__reg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width:991px) {
    .hero__footer__reg {
        width: 100%;
        margin: 0 0 20px
    }
}

@media(max-width:767px) {
    .hero__footer__reg {
        display: block
    }

    body:not(.waiting-mode) .hero__footer__reg {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.hero__footer__reg__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #007dc3;
    min-width: 125px;
    height: 54px;
    padding: 12px 15px 10px;
    color: #fff;
    font: 1.6rem/1.3 "PTSans-Narrow-Regular", Arial, sans-serif;
    text-transform: uppercase;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-right: 18px
}

@media(max-width:767px) {
    .hero__footer__reg__btn {
        background: #fff;
        color: #007dc3;
        margin: 0 0 13px;
        width: 100%;
        display: none
    }
}

.hero__footer__reg__btn--mobile {
    display: none
}

@media(max-width:767px) {
    .hero__footer__reg__btn--mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.hero__footer__reg__btn:hover {
    color: #007dc3;
    background: #fff
}

.hero__footer__reg__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0 4px
}

@media(max-width:767px) {
    .hero__footer__reg__in {
        text-align: center
    }

    body.waiting-mode .hero__footer__reg__in {
        text-align: left;
        padding: 0 0 7px
    }
}

.hero__footer__reg__title {
    font: 1.8rem/1.5 "PTSans-Narrow-Bold", Arial, sans-serif;
    text-transform: uppercase;
    display: block
}

@media(max-width:767px) {
    .hero__footer__reg__title {
        margin: 0 0 10px
    }
}

.hero__footer__reg__text {
    font: 1.4rem/1.2 "PTSans-Narrow-Regular", Arial, sans-serif
}

.hero__footer__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: -14px
}

@media(max-width:1024px) {
    .hero__footer__right {
        top: 0
    }
}

@media(max-width:767px) {
    .hero__footer__right {
        margin: 0 0 13px
    }

    body.waiting-mode .hero__footer__right {
        margin: 0 0 35px
    }
}

.hero__footer__timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
    margin-left: 15px;
    position: relative;
    top: -2px
}

@media(max-width:991px) {
    .hero__footer__timer {
        padding-left: 0;
        margin-left: 0
    }
}

@media(max-width:575px) {
    .hero__footer__timer {
        padding: 0
    }
}

.hero__footer__timer__item {
    padding: 0 13px;
    position: relative;
    text-align: center;
    color: #fff
}

@media(max-width:991px) {
    .hero__footer__timer__item:first-child {
        padding-left: 0
    }
}

@media(max-width:575px) {
    .hero__footer__timer__item {
        padding: 0 10px
    }
}

.hero__footer__timer__item:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 12px;
    background: #007dc3;
    left: 0;
    bottom: 7px
}

@media(max-width:575px) {
    .hero__footer__timer__item:before {
        background: #31b5ff;
        height: 9px
    }
}

.hero__footer__timer__item:first-child:before {
    display: none
}

.hero__footer__timer__item__time {
    font: 4.8rem/1 "PTSans-Narrow-Bold", Arial, sans-serif;
    text-transform: uppercase;
    display: block;
    position: relative;
    top: -5px
}

@media(max-width:575px) {
    .hero__footer__timer__item__time {
        font: 3.6rem/1 "PTSans-Narrow-Bold", Arial, sans-serif
    }
}

.hero__footer__timer__item__text {
    font: 1.8rem/1.33 "PTSans-Narrow-Regular", Arial, sans-serif;
    text-transform: uppercase;
    display: block
}

@media(max-width:575px) {
    .hero__footer__timer__item__text {
        font: 1.1rem/1.5 "PTSans-Narrow-Regular", Arial, sans-serif
    }
}

.hero__footer__calendar {
    padding: 0 0 0 13px;
    position: relative
}

@media(max-width:575px) {
    .hero__footer__calendar {
        padding: 0 0 0 2px;
        margin-left: 5px
    }
}

.hero__footer__calendar:before {
    content: "";
    display: block;
    width: 1px;
    position: absolute;
    top: 1px;
    bottom: 7px;
    left: 0;
    background: #2d98e3
}

@media(max-width:575px) {
    .hero__footer__calendar:before {
        top: 2px;
        bottom: 5px
    }
}

.hero__footer__calendar__in {
    padding: 0 10px 0;
    text-align: center;
    cursor: pointer;
    position: relative;
    outline: none !important
}

@media(max-width:575px) {
    .hero__footer__calendar__in {
        padding: 0 0 0 10px
    }
}

.hero__footer__calendar__in:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1
}

.hero__footer__calendar__in:hover svg {
    fill: #007dc3
}

.hero__footer__calendar__in:hover span {
    color: #007dc3
}

.hero__footer__calendar__in svg {
    width: 41px;
    height: 41px
}

@media(max-width:575px) {
    .hero__footer__calendar__in svg {
        width: 31px;
        height: 31px
    }
}

.hero__footer__calendar__in div {
    display: block;
    white-space: nowrap;
    font: 1.4rem/1.3 "PTSans-Narrow-Regular", Arial, sans-serif;
    color: #fff;
    -webkit-transition: color .3s;
    transition: color .3s
}

@media(max-width:575px) {
    .hero__footer__calendar__in div {
        font: 1.2rem/1.3 "PTSans-Narrow-Regular", Arial, sans-serif
    }
}

.section {
    padding: 75px 0 75px
}

.section__pretitle {
    text-align: center;
    display: block;
    font: 1.8rem/1.33 "PTSans-Narrow-Bold", Arial, sans-serif;
    color: #007dc3;
    text-transform: uppercase;
    margin: 0 0 10px
}

@media(max-width:767px) {
    .section__pretitle {
        margin: 0 0 5px
    }
}

.section__title {
    text-align: center;
    font: 3.6rem/1 "OpenSans-Light", Arial, sans-serif;
    letter-spacing: -.025em;
    margin: 0 0 20px;
    display: block
}

@media(max-width:767px) {
    .section__title {
        font: 3rem/1.2 "OpenSans-Light", Arial, sans-serif
    }
}

.speakers {
    padding: 62px 0 60px
}

@media(max-width:767px) {
    .speakers {
        padding: 41px 0 40px
    }
}

.speakers__in {
    margin: 63px 0 0
}

@media(max-width:767px) {
    .speakers__in {
        margin: 34px 0 0
    }
}

.speakers__pretitle {
    font: 3.6rem/1 "PTSans-Narrow-Bold", Arial, sans-serif
}

@media(max-width:767px) {
    .speakers__pretitle {
        font: 2.4rem/1 "PTSans-Narrow-Bold", Arial, sans-serif;
        margin: 0 0 8px
    }
}

.speakers__item {
    height: 333px;
    padding: 22px 19px;
    margin: 0 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    cursor: pointer;
    overflow: hidden
}

@media(max-width:1200px) {
    .speakers__item {
        height: 260px;
        padding: 14px 14px
    }
}

@media(max-width:991px) {
    .speakers__item {
        height: 410px
    }
}

@media(max-width:767px) {
    .speakers__item {
        margin: 0 0 15px;
        height: 103vw
    }
}

.speakers__item:hover .speakers__item__bg {
    -webkit-transform: scale(1.2) translateZ(0);
    transform: scale(1.2) translateZ(0)
}

.speakers__item:hover .speakers__item__name {
    text-decoration: underline
}

.speakers__item:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(32%, rgba(0, 0, 0, 0)), color-stop(64%, rgba(0, 0, 0, 0)), color-stop(100%, black));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(32%, rgba(0, 0, 0, 0)), color-stop(76%, rgba(0, 0, 0, 0.4)), to(black));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0.4) 76%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0)
}

.speakers__item__bg {
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0)
}

.speakers__item__in {
    position: relative;
    z-index: 2
}

.speakers__item__name {
    font: 2.3rem/1.3 "PTSans-Narrow-Regular", Arial, sans-serif;
    margin: 0;
    color: #fff
}

@media(max-width:767px) {
    .speakers__item__name {
        line-height: 1
    }
}

.speakers__item__company {
    display: block;
    color: #007dc3;
    text-transform: uppercase;
    font: 1.6rem/1.5 "PTSans-Narrow-Bold", Arial, sans-serif;
    line-height: 1.3
}

.program {
    background: #007dc3;
    padding: 81px 0 113px
}

@media(max-width:767px) {
    .program {
        padding: 49px 0 9px
    }
}

.program__pretitle {
    color: #fff;
    font: 3.6rem/1 "PTSans-Narrow-Bold", Arial, sans-serif
}

@media(max-width:767px) {
    .program__pretitle {
        font: 2.4rem/1 "PTSans-Narrow-Bold", Arial, sans-serif;
        margin: 0 0 11px
    }
}

.program__title {
    color: #fff
}

@media(max-width:767px) {
    .program__title {
        margin: 0 0 13px
    }
}

.program__download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 60px 0 -30px
}

@media(max-width:991px) {
    .program__download {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 45px 0 -30px
    }
}

@media(max-width:767px) {
    .program__download {
        margin: 45px 0 35px
    }
}

.program__download__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
    border: 1px solid #fff;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 15px 50px 15px 40px
}

@media(max-width:767px) {
    .program__download__btn {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 13px 35px 12px 25px;
        max-width: 100%
    }
}

.program__download__btn:hover {
    background: #fff
}

.program__download__btn:hover>svg {
    fill: #007dc3
}

.program__download__btn:hover>span {
    color: #007dc3
}

.program__download__btn:hover>i {
    background: #007dc3
}

.program__download__btn:hover>i:after {
    border-color: transparent transparent transparent #007dc3
}

.program__download__btn>span {
    text-transform: uppercase;
    color: #fff;
    font: 1.4rem/1 "OpenSans-Bold", Arial, sans-serif;
    display: inline-block;
    position: relative;
    -webkit-transition: color .3s;
    transition: color .3s;
    white-space: nowrap
}

.program__download__btn>i {
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-left: 20px
}

@media(max-width:767px) {
    .program__download__btn>i {
        margin-left: 10px
    }
}

.program__download__btn>i:after {
    -webkit-transition: all .3s;
    transition: all .3s
}

.program__download__btn>svg {
    display: inline-block;
    margin-right: 20px
}

@media(max-width:767px) {
    .program__download__btn>svg {
        margin-right: 10px
    }
}

.program__in {
    position: relative;
    margin: 64px 0 0
}

@media(max-width:767px) {
    .program__in {
        margin: 13px 0 0
    }
}

.program__in:before {
    content: "";
    position: absolute;
    display: block;
    top: 50px;
    bottom: 50px;
    width: 1px;
    left: 33px;
    background: #fff;
    z-index: 0
}

@media(max-width:767px) {
    .program__in:before {
        display: none
    }
}

.program__item {
    padding: 21px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width:767px) {
    .program__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 24px 0 21px
    }
}

.program__item:before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    right: 0;
    top: 0;
    left: 96px;
    background: rgba(255, 255, 255, 0.2)
}

@media(max-width:767px) {
    .program__item:before {
        left: 0
    }
}

.program__item:first-child:before {
    display: none
}

.program__item__pic {
    width: 66px;
    max-width: 66px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66px;
    flex: 0 0 66px;
    height: 70px;
    border: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px;
    margin-right: 33px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #007dc3;
    z-index: 1;
    position: relative;
    overflow: hidden;
    outline: 3px solid #007dc3
}

@media(max-width:767px) {
    .program__item__pic {
        margin-right: 13px;
        outline: 0
    }
}

.program__item__pic--photo {
    cursor: pointer
}

.program__item__pic--photo__in {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.program__item__pic--photo__in:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.program__item__pic--has-link {
    -webkit-transition: background .3s;
    transition: background .3s;
    padding: 15px
}

.program__item__pic--has-link:hover {
    background: #fff
}

.program__item__pic--has-link:hover>svg {
    fill: #007dc3 !important
}

.program__item__pic>svg {
    width: 100%;
    height: auto;
    max-height: 100%;
    fill: #fff
}

.program__item__pic__link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: block
}

.program__item__in {
    color: #fff;
    max-width: calc(100% - 90px);
    padding: 3px 0 0
}

.program__item__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 236px;
    flex: 0 0 236px;
    width: 236px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 30px 0 0
}

@media(max-width:767px) {
    .program__item__info {
        border-right: 0;
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 0 40px 0 0
    }
}

.program__item__info__time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.program__item__info__time>svg {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    fill: #31b5ff;
    position: relative;
    top: -2px
}

@media(max-width:767px) {
    .program__item__info__time>svg {
        top: 0
    }
}

.program__item__info__time>span {
    font: 1.6rem/1.5 "PTSans-Narrow-Bold", Arial, sans-serif;
    white-space: nowrap;
    text-transform: uppercase
}

@media(max-width:767px) {
    .program__item__info__time>span {
        font: 1.6rem/1 "PTSans-Narrow-Bold", Arial, sans-serif
    }
}

.program__item__info__title {
    font: 3rem/1 "OpenSans-Light", Arial, sans-serif;
    display: block;
    margin: -2px 0 5px;
    letter-spacing: -.025em
}

@media(max-width:767px) {
    .program__item__info__title {
        font: 2.4rem/1.4 "OpenSans-Light", Arial, sans-serif;
        margin: 1px 0 3px
    }
}

.program__item__info__place {
    text-transform: uppercase;
    color: #31b5ff;
    font: 1.2rem/1.5 "OpenSans-Regular", Arial, sans-serif;
    display: block;
    letter-spacing: -.025em
}

.program__item>svg {
    display: none
}

@media(max-width:767px) {
    .program__item>svg {
        display: block;
        width: 17px;
        height: 12px;
        fill: #fff;
        position: absolute;
        top: 52px;
        right: 9px;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s
    }
}

.program__item.is-opened>svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.program__item__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 65px;
    color: #fff;
    font: 1.6rem/1.5 "OpenSans-Light", Arial, sans-serif;
    letter-spacing: -.025em
}

@media(max-width:991px) {
    .program__item__text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media(max-width:767px) {
    .program__item__text {
        padding: 15px 0 0;
        display: none
    }
}

.program__item__text__in>p {
    margin: 0
}

.program__item__text__btn {
    margin-left: 20px
}

@media(max-width:991px) {
    .program__item__text__btn {
        margin-left: 0;
        margin-top: 15px;
        width: 100%
    }
}

.program__item__text__btn>a {
    display: inline-block;
    border: 1px solid #fff;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s
}

@media(max-width:991px) {
    .program__item__text__btn>a {
        width: 100%;
        text-align: center
    }
}

@media(max-width:767px) {
    .program__item__text__btn>a {
        display: block;
        text-align: center
    }
}

.program__item__text__btn>a:hover {
    background: #fff
}

.program__item__text__btn>a:hover>span {
    color: #007dc3
}

.program__item__text__btn>a:hover>span>span {
    background: #007dc3
}

.program__item__text__btn>a:hover>span>span:after {
    border-color: transparent transparent transparent #007dc3
}

.program__item__text__btn>a>span {
    text-transform: uppercase;
    color: #fff;
    font: 1.4rem/1 "OpenSans-Bold", Arial, sans-serif;
    display: inline-block;
    position: relative;
    padding: 19px 80px 19px 52px;
    -webkit-transition: color .3s;
    transition: color .3s;
    min-width: 270px;
    white-space: nowrap
}

@media(max-width:1199px) {
    .program__item__text__btn>a>span {
        min-width: 0;
        padding: 19px 80px 19px 30px
    }
}

.program__item__text__btn>a>span>span {
    position: absolute;
    right: 34px;
    top: 50%;
    margin-top: -1px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.program__item__text__btn>a>span>span:after {
    -webkit-transition: all .3s;
    transition: all .3s
}

.hotels {
    padding: 82px 0 78px
}

@media(max-width:767px) {
    .hotels {
        padding: 50px 0 15px
    }
}

.hotels__in {
    margin: 59px 0 0
}

@media(max-width:767px) {
    .hotels__in {
        margin: 33px 0 0
    }
}

.hotels__pretitle {
    font: 3.6rem/1 "PTSans-Narrow-Bold", Arial, sans-serif
}

@media(max-width:767px) {
    .hotels__pretitle {
        font: 2.4rem/1 "PTSans-Narrow-Bold", Arial, sans-serif;
        margin: 0 0 13px
    }
}

.hotels__item {
    height: 268px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 18px 60px 23px 17px;
    margin: 0 0 15px;
    overflow: hidden
}

@media(max-width:991px) {
    .hotels__item {
        height: 170px
    }
}

@media(max-width:767px) {
    .hotels__item {
        height: 68vw;
        padding: 18px 60px 23px 11px
    }
}

.hotels__item:hover .hotels__item__bg {
    -webkit-transform: scale(1.2) translateZ(0);
    transform: scale(1.2) translateZ(0)
}

.hotels__item:hover .arrow {
    background: #fff
}

.hotels__item:hover .arrow:after {
    border-color: transparent transparent transparent #fff
}

.hotels__item:after {
    content: "";
    display: block;
    position: absolute;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(32%, rgba(0, 0, 0, 0)), color-stop(64%, rgba(0, 0, 0, 0)), color-stop(100%, black));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(32%, rgba(0, 0, 0, 0)), color-stop(76%, rgba(0, 0, 0, 0.4)), to(black));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0.4) 76%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0)
}

.hotels__item__bg {
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0)
}

.hotels__item__title {
    position: relative;
    z-index: 2;
    font: 2.3rem/1.5 "PTSans-Narrow-Regular", Arial, sans-serif;
    color: #fff
}

.hotels__item__rate {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0
}

.hotels__item__rate>svg {
    width: 14px;
    height: 15px;
    margin-right: 4px;
    fill: #007dc3
}

.hotels__item__arrow {
    position: absolute;
    right: 26px;
    bottom: 28px;
    width: 25px;
    z-index: 2;
    background: #007dc3
}

@media(max-width:767px) {
    .hotels__item__arrow {
        right: 13px
    }
}

.hotels__item__arrow:after {
    border-color: transparent transparent transparent #007dc3
}

.venue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width:991px) {
    .venue {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.venue__map {
    width: calc(50% + 15px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% + 15px);
    flex: 0 0 calc(50% + 15px)
}

@media(max-width:1200px) {
    .venue__map {
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media(max-width:991px) {
    .venue__map {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        height: 292px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.venue__map__in {
    width: 100%;
    height: 100%
}

.venue__map__pin {
    position: relative;
    display: block;
    width: 16px;
    height: 16px
}

.venue__map__pin:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    left: 0;
    background: #007dc3;
    z-index: 10;
    border-radius: 50%
}

.venue__map__pin__effect {
    width: 50px;
    height: 50px;
    position: absolute;
    top: -17px;
    left: -17px;
    display: block;
    background: rgba(0, 125, 195, 0.3);
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: pulsate 1s ease-out infinite;
    animation: pulsate 1s ease-out infinite;
    z-index: 1
}

.venue__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    background: #007dc3;
    padding: 136px 0 90px 69px;
    color: #fff
}

@media(max-width:1200px) {
    .venue__info {
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding: 130px 15px 85px 50px
    }
}

@media(max-width:991px) {
    .venue__info {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        padding: 51px 15px 51px
    }
}

@media(max-width:767px) {
    .venue__info {
        padding: 47px 15px 51px
    }
}

.venue__info__in {
    width: 500px;
    max-width: 100%
}

@media(max-width:1200px) {
    .venue__info__in {
        width: 100%
    }
}

@media(max-width:991px) {
    .venue__info__in {
        max-width: 690px;
        margin: auto
    }
}

@media(max-width:767px) {
    .venue__info__in {
        max-width: 510px
    }
}

.venue__info__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 55px
}

@media(max-width:991px) {
    .venue__info__top {
        margin: 0 0 30px
    }
}

.venue__info__top__pretitle {
    text-transform: uppercase;
    font: 3.6rem/1 "PTSans-Narrow-Bold", Arial, sans-serif;
    letter-spacing: -.01em
}

@media(max-width:767px) {
    .venue__info__top__pretitle {
        font: 2.4rem/1 "PTSans-Narrow-Bold", Arial, sans-serif
    }
}

@media(max-width:991px) {
    .venue__info__top__pic {
        margin-top: -7px
    }
}

@media(max-width:767px) {
    .venue__info__top__pic {
        margin-top: -4px
    }
}

.venue__info__head {
    margin: 0 0 60px
}

@media(max-width:991px) {
    .venue__info__head {
        margin: 0 0 31px
    }
}

.venue__info__head__title {
    font: 3.6rem/1 "OpenSans-Light", Arial, sans-serif;
    display: block;
    margin: 0 0 6px
}

@media(max-width:991px) {
    .venue__info__head__title {
        font: 3rem/1.2 "OpenSans-Light", Arial, sans-serif;
        margin: 0 0 7px
    }
}

.venue__info__head__place {
    font: 1.8rem/1.33 "OpenSans-Regular", Arial, sans-serif
}

.venue__info__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.venue__info__footer__address__title {
    font: 1.4rem/1.7 "OpenSans-Bold", Arial, sans-serif;
    display: block;
    text-transform: uppercase
}

.venue__info__footer__address__text {
    font: 1.4rem/1.7 "OpenSans-Regular", Arial, sans-serif;
    display: block
}

.venue__info__footer__parking {
    width: 70px;
    height: 70px
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}

.marker {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 130px;
    left: 200px;
    display: block
}

.pin {
    width: 16px;
    height: 16px;
    position: relative;
    top: 8px;
    left: 8px;
    background: #057cff;
    border: 4px solid #FFF;
    border-radius: 50%;
    z-index: 1000
}

.pin-effect {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    display: block;
    background: rgba(5, 124, 255, 0.6);
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: pulsate 1s ease-out infinite;
    animation: pulsate 1s ease-out infinite
}

.faq {
    padding: 82px 0 55px
}

@media(max-width:991px) {
    .faq {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 51px 0 15px
    }
}

.faq__in {
    margin: 52px 0 23px
}

@media(max-width:991px) {
    .faq__in {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 25px 0 0
    }
}

.faq__in>.row>.col-md-12:last-child .faq__item:last-child {
    border-bottom: none !important
}

.faq__pretitle {
    font: 3.6rem/1 "PTSans-Narrow-Bold", Arial, sans-serif
}

@media(max-width:767px) {
    .faq__pretitle {
        font: 2.4rem/1 "PTSans-Narrow-Bold", Arial, sans-serif;
        margin: 0 0 15px
    }
}

.faq__item {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #e5e5e5
}

.faq__item:last-child {
    border-bottom: 0
}

@media(max-width:991px) {
    .faq__item:last-child {
        border-bottom: 1px solid #e5e5e5
    }
}

.faq__item__head {
    position: relative;
    font: 2.4rem/1.25 "OpenSans-Light", Arial, sans-serif;
    padding: 35px 45px 18px 0;
    margin: 0;
    cursor: pointer;
    -webkit-transition: color .3s;
    transition: color .3s
}

@media(max-width:991px) {
    .faq__item__head {
        font: 1.8rem/1.25 "OpenSans-Light", Arial, sans-serif;
        padding: 17px 45px 17px 0
    }
}

.faq__item__head:hover,
.faq__item.is-opened .faq__item__head {
    color: #007dc3
}

.faq__item__head>svg {
    fill: #007dc3;
    width: 17px;
    height: 12px;
    position: absolute;
    top: 56%;
    right: 3px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

@media(max-width:991px) {
    .faq__item__head>svg {
        top: 28px
    }
}

.faq__item.is-opened .faq__item__head>svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.faq__item__body {
    font: 1.6rem/1.25 "OpenSans-Regular", Arial, sans-serif;
    padding: 5px 45px 15px 0;
    margin: 0;
    display: none
}

.reg {
    padding: 103px 0 105px;
    color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #007dc3
}

@media(max-width:767px) {
    .reg {
        padding: 0;
        background-image: none !important
    }
}

.reg__in {
    background: #007dc3;
    padding: 65px 0 76px;
    text-align: center;
    margin: 0 auto;
    max-width: 970px
}

@media(max-width:991px) {
    .reg__in {
        max-width: 700px;
        padding: 65px 15px 57px
    }
}

@media(max-width:767px) {
    .reg__in {
        max-width: 100%;
        display: none
    }
}

.reg__logo {
    margin: 0 0 54px
}

@media(max-width:991px) {
    .reg__logo {
        margin: 0 0 57px
    }
}

.reg__logo>svg {
    width: 81px;
    height: 40px;
    fill: #fff
}

.reg__pretitle {
    letter-spacing: -.01em;
    display: block;
    font: 1.8rem/1.33 "OpenSans-Bold", Arial, sans-serif;
    margin: 0 0 15px
}

@media(max-width:991px) {
    .reg__pretitle {
        font: 1.4rem/1.33 "OpenSans-Bold", Arial, sans-serif;
        margin: 0 0 11px
    }
}

.reg__title {
    font: 6rem/1 "OpenSans-Light", Arial, sans-serif;
    display: block;
    margin: 0 0 13px
}

@media(max-width:991px) {
    .reg__title {
        font: 2.4rem/1.2 "OpenSans-Light", Arial, sans-serif;
        margin: 0 0 16px
    }
}

.reg__subtitle {
    font: 2.1rem/1.3 "OpenSans-Light", Arial, sans-serif;
    display: block;
    margin: 0
}

@media(max-width:991px) {
    .reg__subtitle {
        font: 1.4rem/1.3 "OpenSans-Light", Arial, sans-serif;
        max-width: 250px;
        margin: 0 auto
    }
}

.reg__btn {
    margin: 43px 0 0
}

.reg__btn>a {
    display: inline-block;
    border: 1px solid #fff;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s
}

@media(max-width:767px) {
    .reg__btn>a {
        display: block;
        width: 100%;
        text-align: center
    }
}

.reg__btn>a:hover {
    background: #fff
}

.reg__btn>a:hover>span {
    color: #007dc3
}

.reg__btn>a:hover>span>span {
    background: #007dc3
}

.reg__btn>a:hover>span>span:after {
    border-color: transparent transparent transparent #007dc3
}

.reg__btn>a>span {
    text-transform: uppercase;
    color: #fff;
    font: 1.6rem/1 "PTSans-Narrow-Regular", Arial, sans-serif;
    display: inline-block;
    position: relative;
    padding: 19px 80px 17px 37px;
    -webkit-transition: color .3s;
    transition: color .3s
}

.reg__btn>a>span>span {
    position: absolute;
    right: 34px;
    top: 50%;
    margin-top: -1px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.reg__btn>a>span>span:after {
    -webkit-transition: all .3s;
    transition: all .3s
}

.partners__in {
    padding: 50px 0 47px;
    margin: 0;
    list-style-type: none;
    position: relative
}

@media(max-width:1200px) {
    .partners__in {
        padding: 40px 50px
    }
}

@media(max-width:991px) {
    .partners__in {
        padding: 27px 50px 20px
    }
}

@media(max-width:767px) {
    .partners__in {
        padding: 27px 0 20px
    }
}

.partners__slider:not(.slick-slider) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -15px
}

.partners__slider:not(.slick-slider) .partners__item {
    max-width: 25%;
    padding: 0 15px
}

@media(max-width:767px) {
    .partners__slider {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 -10px
    }
}

.partners__btns {
    position: absolute;
    top: 50%;
    left: -50px;
    right: -50px;
    margin-top: -40px
}

@media(max-width:1200px) {
    .partners__btns {
        left: 0;
        right: 0
    }
}

@media(max-width:767px) {
    .partners__btns {
        display: none
    }
}

.partners__btns__item {
    border: none !important;
    background: none !important;
    padding: 20px 10px;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    outline: none !important;
    -webkit-transition: -webkit-transform .4s ease-out .2s;
    transition: -webkit-transform .4s ease-out .2s;
    transition: transform .4s ease-out .2s;
    transition: transform .4s ease-out .2s, -webkit-transform .4s ease-out .2s
}

.partners__btns__item:hover {
    -webkit-transition: -webkit-transform .4s ease-out 0s;
    transition: -webkit-transform .4s ease-out 0s;
    transition: transform .4s ease-out 0s;
    transition: transform .4s ease-out 0s, -webkit-transform .4s ease-out 0s
}

.partners__btns__item--next {
    right: 0
}

@media(max-width:1200px) {
    .partners__btns__item--next {
        right: -15px;
        padding: 20px 0 20px 10px
    }
}

.partners__btns__item--next:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
}

.partners__btns__item--prev {
    left: 0
}

@media(max-width:1200px) {
    .partners__btns__item--prev {
        padding: 20px 10px 20px 0;
        left: -15px
    }
}

.partners__btns__item--prev:hover {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px)
}

.partners__btns__item>svg {
    fill: #007dc3;
    width: 40px;
    height: 40px
}

.partners__item {
    padding: 0 25px;
    text-align: center
}

@media(max-width:767px) {
    .partners__item {
        width: 50%;
        max-width: 50% !important;
        padding: 5px 10px !important
    }
}

.partners__item>a {
    display: block;
    text-align: center;
    outline: none !important;
    border: none !important
}

.partners__item>a>img {
    display: inline-block;
    max-width: 240px;
    height: auto
}

.footer {
    background: #007dc3;
    color: #fff;
    padding: 69px 0 0
}

@media(max-width:767px) {
    .footer {
        padding: 52px 0 0
    }
}

.footer__in {
    position: relative;
    padding: 0 0 43px;
    border-bottom: 10px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width:991px) {
    .footer__in {
        padding: 0 0 23px
    }
}

.footer__map {
    position: absolute;
    right: 0;
    top: 1px;
    z-index: 1
}

@media(max-width:991px) {
    .footer__map {
        z-index: 1
    }
}

.footer__map>svg {
    width: 902px;
    height: 465px;
    max-width: 100%;
    max-height: 100%
}

@media(max-width:1200px) {
    .footer__map>svg {
        width: 718px;
        height: 371px
    }
}

@media(max-width:991px) {
    .footer__map>svg {
        width: 570px;
        height: 380px
    }
}

@media(max-width:767px) {
    .footer__map>svg {
        display: none
    }
}

.footer__left {
    position: relative;
    z-index: 2
}

@media(max-width:991px) {
    .footer__left {
        width: 100%;
        min-width: 0;
        max-width: 100%
    }
}

.footer__left__logo {
    margin: 0 0 20px
}

@media(max-width:767px) {
    .footer__left__logo {
        margin: 0 0 15px
    }
}

.footer__left__logo>a {
    display: inline-block
}

.footer__left__logo>a>svg {
    width: 143px;
    height: 72px
}

@media(max-width:767px) {
    .footer__left__logo>a>svg {
        width: 105px;
        height: 54px
    }
}

.footer__left__nav>ul {
    margin: 0;
    padding: 0 0 26px;
    list-style-type: none;
    min-height: 254px
}

@media(max-width:767px) {
    .footer__left__nav>ul {
        padding: 0 0 28px;
        min-height: 0
    }
}

.footer__left__nav>ul>li>a {
    color: #fff;
    text-transform: uppercase;
    font: 1.6rem/1.875 "PTSans-Narrow-Regular", Arial, sans-serif
}

.footer__left__nav>ul>li>a:hover {
    color: #58b4f5
}

.footer__left__form {
    margin: 0 0 30px;
    max-width: 690px;
    min-height: 63px
}

@media(max-width:1199px) {
    .footer__left__form {
        display: none
    }
}

.footer__left__form__title {
    text-transform: uppercase;
    display: block;
    font: 1.6rem/1.5 "PTSans-Narrow-Bold", Arial, sans-serif;
    margin: 0;
    color: #31b5ff
}

.footer__left__copy>ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width:480px) {
    .footer__left__copy>ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media(max-width:480px) {
    .footer__left__copy>ul>li:first-child+li {
        margin-top: 10px;
        text-align: left
    }
}

@media(max-width:991px) {
    .footer__left__copy>ul>li {
        display: none
    }

    .footer__left__copy>ul>li:first-child {
        display: inline-block
    }
}

@media(max-width:480px) {
    .footer__left__copy>ul>li {
        width: 100%
    }
}

.footer__left__copy>ul>li.footer__left__copy__div {
    width: 1px;
    height: 10px;
    background: #31b5ff;
    position: relative;
    top: 2px;
    margin: 0 10px
}

.footer__left__copy>ul>li>span {
    font: 1.4rem/1 "PTSans-Narrow-Regular", Arial, sans-serif
}

.footer__left__copy>ul>li>a {
    color: #fff;
    font: 1.4rem/1 "PTSans-Narrow-Regular", Arial, sans-serif
}

.footer__left__copy>ul>li>a:hover {
    color: #58b4f5
}

.footer__right {
    position: relative;
    z-index: 1;
    top: 1px
}

@media(max-width:1199px) {
    .footer__right {
        display: none
    }
}

.footer__right__follow {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.footer__right__follow>li {
    margin-left: 22px
}

@media(max-width:1199px) {
    .footer__right__follow>li {
        position: absolute;
        top: -38px
    }
}

.footer__right__follow>li>span {
    font: 1.6rem/1.5 "PTSans-Narrow-Bold", Arial, sans-serif;
    color: #31b5ff;
    text-transform: uppercase;
    letter-spacing: -.025em
}

.footer__right__follow>li>a {
    display: block
}

.footer__right__follow>li>a>svg {
    display: block;
    fill: #fff
}

.footer__right__follow>li>a>svg:hover {
    fill: #58b4f5
}

.footer__right__follow>li>a.footer__right__follow__linkedin {
    position: relative;
    top: -2px
}

.footer__right__follow>li>a.footer__right__follow__linkedin>svg {
    width: 18px;
    height: 17px
}

.footer__right__follow>li>a.footer__right__follow__twitter>svg {
    width: 19px;
    height: 16px
}

.footer__right__follow>li>a.footer__right__follow__youtube>svg {
    width: 20px;
    height: 18px
}

.footer__right__follow>li.footer__right__follow__div {
    width: 1px;
    height: 10px;
    background: #31b5ff;
    position: relative;
    top: -1px
}

.footer__right__follow>li.footer__right__follow__partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__right__follow>li.footer__right__follow__partners>a {
    display: inline-block;
    margin-right: 10px;
    position: relative
}

.footer__right__follow>li.footer__right__follow__partners>a:last-child {
    margin-right: 0
}

.footer__right__follow>li.footer__right__follow__partners>a:hover>img {
    opacity: 0
}

.footer__right__follow>li.footer__right__follow__partners>a:hover>img.hovered {
    opacity: 1
}

.footer__right__follow>li.footer__right__follow__partners>a>img {
    display: block;
    height: auto
}

.footer__right__follow>li.footer__right__follow__partners>a>img.hovered {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

.footer__right__follow>li.footer__right__follow__toopixel {
    display: none !important
}

.footer__right__follow>li.footer__right__follow__toopixel>a {
    position: relative;
    display: inline-block;
    font: 1.4rem/1 "PTSans-Narrow-Regular", Arial, sans-serif;
    color: #fff !important;
    padding-right: 25px;
    white-space: nowrap
}

.footer__right__follow>li.footer__right__follow__toopixel>a>span {
    white-space: nowrap
}

.footer__right__follow>li.footer__right__follow__toopixel>a:hover>span {
    color: #58b4f5;
    text-decoration: underline
}

.footer__right__follow>li.footer__right__follow__toopixel>a:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMCAIAAAAhotZpAAABwElEQVR42u3csS4EQRjA8dm1S6VUyEUQBaVEq+MRdCrv5jHoPAAVjUJiz4VEQePusjPeQPVNIvz+D/Blbn+3M81km8ut3RRan5rTZj1F99p+hc+8HRdj9MyjldXwdbZJvz5IkAQJkiAJEiRBEiRIggRJkAQJkiAJEiRBEiRIggRJkATpT9X1qQmemJplKuEL7SeT8Jkrz08p59iZTfTzTCl14fe2l6lclc/whZ7f3MX/RY9PlsMQO3Ijr9nunEmCJEiQBEmQIAmSIEESJEiCJEiQBEmQIAkSJEESJEiCJEiQVLvmfmc/dmI/mezdXP/bB/qwe+BNst0JkiBBEiRBgiRIggRJkCAJkiBBEiRBgiRIkARJkCAJkiBBUu268O9Yl+H98fgkfKE17pd/nF3k6Sx25u24iEeK/yJ8zuFfRK9Uns7y8BI7c7TdOZMESZAgCZIgQRIkQYIkSJAESZAgCZIgQRIkSIIkSJAEST/XlVRiJ5Y6tzhrVEoJ//l9+I3glLq3dh47caxzH3pz+zB85ls7L20w0mlet905kwRJkCAJkiBBEiRBgiRIkARJkCAJkiBBEiRIgiRIkARJkCCpdt89GEtr3qY1UQAAAABJRU5ErkJggg==");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0
}

.footer__right__follow>li.footer__right__follow__toopixel>a:hover:after {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMCAIAAAAhotZpAAABw0lEQVR42u3dIU/DQBiA4V67wQwIEhbCkoWAQIIlwYHgX6Jw/ITh0GQOhVhgIAZqajRraQJBTH8lBJ5XTH659Emv5nJL93uHWXTb1XrKUuDAOqtn+SJ8nf2qFz5zVM/LZr2h5Zl+fZAgCRIkQRIkSIIkSJAECZIgCRIkQRIkSIIkSJAECZIgCdKfqrNsYWj9/RM1MM+7g0H4OsvH1/gHGnq++mvmePkePvS4yIrQgY3Qwe1N+DqvhvvhM8/TRjfayXbnmyRIkARJkCAJkiBBEiRIgiRIkARJkCAJkiBBEiRIgiRIkARJK6W34VH40K3J+N8+0IfTs3I69SbZ7gRJkCAJkiBBEiRIgiRIkARJkCAJkiBBEiRIgiRIkARJkCCp1TqzfBE+NJ1cpBR5N3a+u7N5fRm+zubcdvjMu6fJsqqCkerQq/A/q55fUgsXzYcXfrK+qREK/9MC251vkiBBEiRBgiRIggRJkCAJkiBBEiRBgiRIggRJkCAJkiBB0s/Wyr3go3pehp5eLrLsuFgLX2e/6oXPbM7Wh5/c9ibZ7gQJkiAJEiRBEiRIggRJkAQJkiAJEiRBEiRIggRJkAQJkiBppQ+/9kLDhWFBrgAAAABJRU5ErkJggg==")
}

.addeventatc .start,
.addeventatc .end,
.addeventatc .timezone,
.addeventatc .title,
.addeventatc .description,
.addeventatc .location,
.addeventatc .organizer,
.addeventatc .organizer_email,
.addeventatc .facebook_event,
.addeventatc .all_day_event,
.addeventatc .date_format,
.addeventatc .alarm_reminder,
.addeventatc .recurring,
.addeventatc .attendees,
.addeventatc .calname,
.addeventatc .uid,
.addeventatc .status,
.addeventatc .method,
.addeventatc .client {
    display: none !important
}

.addeventatc_dropdown {
    width: 170px;
    position: absolute;
    right: 0;
    left: auto !important;
    z-index: 90;
    padding: 6px 0 0 0;
    background: #fff;
    text-align: left;
    display: none;
    margin-top: 4px;
    margin-left: -1px;
    border-top: 1px solid #c8c8c8;
    border-right: 1px solid #bebebe;
    border-bottom: 1px solid #a8a8a8;
    border-left: 1px solid #bebebe;
    border-radius: 2px;
    -webkit-box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.15)
}

.addeventatc_dropdown span {
    display: block;
    line-height: 100%;
    background: #fff;
    text-decoration: none;
    font-size: 14px;
    color: #333;
    padding: 9px 10px 9px 40px
}

.addeventatc_dropdown span:hover {
    background-color: #f4f4f4;
    color: #000;
    text-decoration: none;
    font-size: 14px
}

.addeventatc_dropdown em {
    color: #999 !important;
    font-size: 12px !important
}

.addeventatc_dropdown .frs {
    background: #fff;
    color: #cacaca !important;
    cursor: pointer;
    font-size: 9px !important;
    font-style: normal !important;
    font-weight: normal !important;
    line-height: 110% !important;
    padding-left: 10px;
    position: absolute;
    right: 10px;
    text-align: right;
    text-decoration: none;
    top: 5px;
    z-index: 101
}

.addeventatc_dropdown .frs:hover {
    color: #999 !important
}

.addeventatc_dropdown .ateappleical {
    background-image: url(../images/dropdown-apple-t1.png);
    background-position: 13px 50%;
    background-repeat: no-repeat
}

.addeventatc_dropdown .ateoutlook {
    background-image: url(../images/dropdown-outlook-t1.png);
    background-position: 13px 50%;
    background-repeat: no-repeat
}

.addeventatc_dropdown .ateoutlookcom {
    background-image: url(../images/dropdown-outlook-t1.png);
    background-position: 13px 50%;
    background-repeat: no-repeat
}

.addeventatc_dropdown .ategoogle {
    background-image: url(../images/dropdown-google-t1.png);
    background-position: 13px 50%;
    background-repeat: no-repeat
}

.addeventatc_dropdown .ateyahoo {
    background-image: url(../images/dropdown-yahoo-t1.png);
    background-position: 13px 50%;
    background-repeat: no-repeat
}

.addeventatc_dropdown .atefacebook {
    background-image: url(../images/dropdown-facebook-t1.png);
    background-position: 13px 50%;
    background-repeat: no-repeat
}

.addeventatc_dropdown .copyx {
    display: none !important
}

.addeventatc_dropdown .brx {
    height: 1px;
    overflow: hidden;
    background: #e0e0e0;
    position: absolute;
    z-index: 100;
    left: 10px;
    right: 10px;
    top: 9px
}

.reg-form {
    color: #fff;
    padding-top: 100px;
    position: relative
}

.reg-form--mobile {
    display: none
}

@media(max-width:767px) {
    .reg-form--mobile {
        display: block;
        background: #007dc3;
        padding: 60px 0 46px
    }
}

.reg-form--mobile .reg-form__in {
    max-height: 1200px;
    -webkit-transition: max-height .5s;
    transition: max-height .5s
}

.reg-form--mobile.is-sent .reg-form__in {
    max-height: 430px
}

.reg-form__close {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 50px;
    top: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

@media(max-width:767px) {
    .reg-form__close {
        top: 0;
        right: 0;
        left: 0;
        padding: 20px 15px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #006daa;
        z-index: 10
    }
}

.reg-form__close:hover>svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.reg-form__close>span {
    font: 1.7rem/1 "PTSans-Narrow-Regular", Arial, sans-serif;
    color: #fff;
    display: inline-block;
    margin: 4px 13px 0 0;
    text-transform: uppercase
}

.reg-form__close>svg {
    fill: #fff;
    width: 21px;
    height: 21px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

@media(max-width:991px) {
    .reg-form__left {
        display: none
    }
}

.reg-form__logo {
    display: block;
    padding: 0;
    position: relative
}

@media(max-width:1199px) {
    .reg-form__logo {
        padding: 0 0 0 20px
    }
}

.reg-form__logo:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 141px;
    background: #fff
}

.reg-form__logo>svg {
    display: block;
    width: 253px;
    height: 129px;
    position: relative;
    z-index: 1
}

.reg-form__vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 640px;
    width: 140px
}

.reg-form__vertical__in {
    font: 12.7rem/1 "OpenSans-Light", Arial, sans-serif;
    letter-spacing: -.025em;
    color: #31b5ff;
    display: block;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    position: relative;
    left: -100px
}

@media(max-width:1199px) {
    .reg-form__vertical__in {
        left: -84px
    }
}

.reg-form__vertical__in>strong {
    font-family: "OpenSans-SemiBold", Arial, sans-serif;
    text-transform: uppercase
}

.reg-form__pretitle {
    font: 1.8rem/1.33 "PTSans-Narrow-Bold", Arial, sans-serif;
    display: block;
    text-transform: uppercase;
    margin: 0 0 4px
}

.reg-form__title {
    font: 4.2rem/0.86 "OpenSans-Light", Arial, sans-serif;
    margin: 0 0 37px;
    letter-spacing: -.025em
}

@media(max-width:767px) {
    .reg-form__title {
        font: 3rem/1.2 "OpenSans-Light", Arial, sans-serif
    }
}

.reg-form__text {
    letter-spacing: -.025em;
    font: 1.8rem/1.33 "OpenSans-Light", Arial, sans-serif
}

.reg-form__text p {
    font: inherit
}

.reg-form__wrap {
    position: relative;
    margin: 41px 0 0;
    padding: 35px 0 0
}

.reg-form__in {
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.reg-form.is-sent .reg-form__in {
    opacity: 0
}

.reg-form__group {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin: 0 0 29px
}

.reg-form__group--noborder {
    border-bottom: none !important;
    padding-right: 0
}

.reg-form__group--noborder>span {
    display: none !important
}

.reg-form__group--participant {
    position: relative;
    padding-left: 39px
}

.reg-form__group--participant:before {
    counter-increment: participants;
    content: counter(participants);
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    font: 4.8rem/0.5 "OpenSans-Light", Arial, sans-serif;
    color: #31b5ff;
    width: 39px;
    height: 52px;
    background: #007dc3;
    z-index: 2;
    padding: 13px 0 0 0
}

.reg-form__group--participant>label.error-label~span:before {
    width: 51px;
    left: 39px
}

.reg-form__group>label {
    display: block;
    text-transform: uppercase;
    font: 1.4rem/1 "PTSans-Narrow-Bold", Arial, sans-serif;
    margin: 0 0 -10px
}

.reg-form__group>label.error-label>span {
    color: #c72127
}

.reg-form__group>label.error-label>span.error {
    text-transform: none;
    font-family: "PTSans-Narrow-Regular", Arial, sans-serif
}

.reg-form__group>label.error-label>span.error:before {
    content: " - "
}

.reg-form__group>label.error-label~span:before {
    width: 51px
}

.reg-form__group input[type="text"],
.reg-form__group input[type="email"] {
    display: block;
    width: 100%;
    border: none !important;
    font: 1.6rem/2.8 "OpenSans-Light", Arial, sans-serif;
    color: #fff;
    background-color: transparent;
    border: 0 !important;
    outline: 0 !important;
    padding: 0 30px 0 0;
    position: relative;
    z-index: 1;
    height: 44px
}

.reg-form__group input[type="text"]:focus~span,
.reg-form__group input[type="email"]:focus~span {
    width: 100%
}

.reg-form__group input[type="text"]:focus~svg,
.reg-form__group input[type="email"]:focus~svg {
    fill: #fff
}

.reg-form__group input[type="text"]:-webkit-autofill,
.reg-form__group input[type="text"]:-webkit-autofill:hover,
.reg-form__group input[type="text"]:-webkit-autofill:focus,
.reg-form__group input[type="text"]:-webkit-autofill:active,
.reg-form__group input[type="email"]:-webkit-autofill,
.reg-form__group input[type="email"]:-webkit-autofill:hover,
.reg-form__group input[type="email"]:-webkit-autofill:focus,
.reg-form__group input[type="email"]:-webkit-autofill:active {
    -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
    -webkit-transition-delay: 9999s
}

.reg-form__group>span {
    height: 1px;
    width: 0;
    background: #fff;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    -webkit-transition: width .4s;
    transition: width .4s
}

.reg-form__group>span:before {
    content: "";
    height: 1px;
    width: 0;
    background: #c72127;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: width .4s;
    transition: width .4s
}

.reg-form__group>svg {
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    fill: #31b5ff;
    right: 0;
    bottom: 11px;
    -webkit-transition: fill .2s ease .2s;
    transition: fill .2s ease .2s;
    z-index: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.reg-form__group>svg.icon-company {
    height: 22px;
    bottom: 14px
}

.reg-form__group>svg.icon-email {
    height: 15px;
    bottom: 15px
}

.reg-form__group__checkboxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px
}

.reg-form__group__checkboxes__item {
    overflow: hidden;
    margin-left: 16px
}

.reg-form__group__checkboxes__item:first-child {
    margin-left: 0
}

.reg-form__group__checkboxes__item input[type="radio"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -9999px
}

.reg-form__group__checkboxes__item input[type="radio"]:checked~span:before {
    background: #fff
}

.reg-form__group__checkboxes__item>span {
    display: block;
    position: relative;
    padding: 8px 8px 8px 20px;
    font: 1.4rem/1.7 "OpenSans-Light", Arial, sans-serif;
    letter-spacing: -0.025em;
    cursor: pointer
}

.reg-form__group__checkboxes__item>span:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
    left: 1px;
    top: 12px;
    -webkit-transition: background .3s;
    transition: background .3s
}

.reg-form__participants {
    margin: 47px 0 0;
    counter-reset: participants;
    display: none
}

@media(max-width:1199px) {
    .reg-form__participants {
        margin: 0
    }
}

.reg-form__participants__title {
    font: 1.8rem/1.33 "PTSans-Narrow-Bold", Arial, sans-serif;
    text-transform: uppercase;
    display: block
}

.reg-form__participants__text {
    font: 1.8rem/1.33 "OpenSans-Light", Arial, sans-serif;
    letter-spacing: -.025em;
    display: block;
    margin: 0 0 22px
}

.reg-form__footer {
    margin: 23px 0
}

.reg-form__footer__btn {
    display: block;
    width: 100%;
    text-align: center;
    background: 0;
    border: 1px solid #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    padding: 15px 15px 13px;
    position: relative
}

.reg-form__footer__btn:hover {
    background: #fff
}

.reg-form__footer__btn:hover>span {
    color: #007dc3
}

.reg-form__footer__btn:hover>span .arrow {
    background: #007dc3
}

.reg-form__footer__btn:hover>span .arrow:after {
    border-color: transparent transparent transparent #007dc3
}

.reg-form__footer__btn:disabled {
    background-color: transparent !important
}

.reg-form__footer__btn:disabled>img {
    opacity: 1
}

.reg-form__footer__btn:disabled>span {
    opacity: 0
}

.reg-form__footer__btn>span {
    font: 1.6rem/1.4 "PTSans-Narrow-Regular", Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: color .3s;
    transition: color .3s;
    display: inline-block;
    position: relative;
    padding: 0 47px 0 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.reg-form__footer__btn>span>.arrow {
    top: 39%;
    position: absolute;
    bottom: auto;
    right: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.reg-form__footer__btn>span>.arrow:after {
    -webkit-transition: all .3s;
    transition: all .3s
}

.reg-form__footer__btn>img {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 35px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.reg-form.is-sent .reg-form__thanks {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible
}

.reg-form__thanks {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: all .3s ease .1s;
    transition: all .3s ease .1s;
    position: absolute;
    left: 15px;
    right: 15px;
    padding: 50px 0 40px;
    top: 0
}

.reg-form__thanks__in {
    text-align: center
}

.reg-form__thanks__pic {
    margin: 0 0 18px
}

.reg-form__thanks__pic>svg {
    fill: #fff;
    width: 161px;
    height: 120px
}

.reg-form__thanks__title {
    font: 2.8rem/1.2 "OpenSans-Light", Arial, sans-serif;
    display: block;
    margin: 0 0 19px
}

.reg-form__thanks__txt {
    font: 1.7rem/1.76 "OpenSans-Light", Arial, sans-serif;
    display: block;
    margin: 0
}

.dropdown,
.dropdown div,
.dropdown li,
.dropdown div::after {
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out
}

.dropdown .selected::after,
.dropdown.scrollable div::after {
    pointer-events: none
}

.dropdown {
    position: relative;
    width: 100%;
    font: 1.4rem/1.2 "PTSans-Narrow-Regular", Arial, sans-serif;
    cursor: pointer;
    background-color: transparent;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5)
}

.dropdown.open {
    z-index: 2
}

.dropdown .select-caret {
    fill: #31b5ff;
    width: 11px;
    height: 7px;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 12px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.dropdown.open .select-caret {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.dropdown .old {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 0;
    overflow: hidden
}

.dropdown select {
    position: absolute;
    left: 0;
    top: 0
}

.dropdown.touch .old {
    width: 100%;
    height: 100%
}

.dropdown.touch select {
    width: 100%;
    height: 100%;
    opacity: 0
}

.dropdown .selected,
.dropdown li {
    display: block;
    font: 1.6rem/1 "OpenSans-Light", Arial, sans-serif;
    line-height: 1;
    color: #007dc3;
    padding: 14px 0;
    overflow: hidden;
    white-space: nowrap
}

.dropdown .selected {
    color: #fff
}

.dropdown .selected:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60px
}

.dropdown div {
    position: absolute;
    height: 0;
    left: -1px;
    right: -1px;
    top: 100%;
    margin-top: -1px;
    background: #fff;
    border: 1px solid #007dc3;
    overflow: hidden;
    opacity: 0
}

.dropdown.open div {
    opacity: 1;
    z-index: 2
}

.dropdown.scrollable div::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px
}

.dropdown.scrollable.bottom div::after {
    opacity: 0
}

.dropdown ul {
    position: absolute;
    padding: 0;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    list-style: none;
    overflow: hidden
}

.dropdown.scrollable.open ul {
    overflow-y: auto
}

.dropdown li {
    list-style: none;
    border-bottom: 1px solid #007dc3;
    padding-left: 5px
}

.dropdown li:last-child {
    border-bottom: 0
}

.dropdown li.focus,
.dropdown li.active {
    background: #006daa;
    position: relative;
    z-index: 3;
    color: #fff !important
}

.newsletter {
    border-bottom: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.newsletter__input {
    font: 1.4rem/2.85 "OpenSans-Regular", Arial, sans-serif;
    height: 38px;
    color: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    background: none !important;
    border: none !important;
    outline: none !important
}

.newsletter__input::-webkit-input-placeholder {
    color: #fff
}

.newsletter__input::-moz-placeholder {
    color: #fff
}

.newsletter__input:-ms-input-placeholder {
    color: #fff
}

.newsletter__input:-moz-placeholder {
    color: #fff
}

.newsletter__btn {
    width: 35px;
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    cursor: pointer;
    background: none !important;
    border: none !important;
    outline: none !important;
    height: 38px;
    padding: 0
}

.newsletter__btn:hover>svg {
    fill: #58b4f5
}

.newsletter__btn:before {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background: #31b5ff;
    position: absolute;
    left: 0;
    bottom: 12px
}

.newsletter__btn>svg {
    width: 23px;
    height: 16px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    fill: #fff;
    -webkit-transition: fill .3s;
    transition: fill .3s;
    position: absolute;
    bottom: 12px;
    right: 0
}

@media(max-width:991px) {
    body.waiting-mode .toopixel {
        width: 100%;
        text-align: right;
        margin-top: -20px
    }
}

@media(max-width:991px) and (max-width:576px) {
    body.waiting-mode .toopixel {
        text-align: left;
        margin-top: 10px
    }
}

.toopixel__in {
    position: relative;
    display: inline-block;
    font: 1.4rem/1 "PTSans-Narrow-Regular", Arial, sans-serif;
    color: #fff !important;
    padding-right: 25px;
    white-space: nowrap
}

.toopixel__in>span {
    white-space: nowrap
}

.toopixel__in:hover>span {
    color: #58b4f5;
    text-decoration: underline
}

.toopixel__in:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMCAIAAAAhotZpAAABwElEQVR42u3csS4EQRjA8dm1S6VUyEUQBaVEq+MRdCrv5jHoPAAVjUJiz4VEQePusjPeQPVNIvz+D/Blbn+3M81km8ut3RRan5rTZj1F99p+hc+8HRdj9MyjldXwdbZJvz5IkAQJkiAJEiRBEiRIggRJkAQJkiAJEiRBEiRIggRJkATpT9X1qQmemJplKuEL7SeT8Jkrz08p59iZTfTzTCl14fe2l6lclc/whZ7f3MX/RY9PlsMQO3Ijr9nunEmCJEiQBEmQIAmSIEESJEiCJEiQBEmQIAkSJEESJEiCJEiQVLvmfmc/dmI/mezdXP/bB/qwe+BNst0JkiBBEiRBgiRIggRJkCAJkiBBEiRBgiRIkARJkCAJkiBBUu268O9Yl+H98fgkfKE17pd/nF3k6Sx25u24iEeK/yJ8zuFfRK9Uns7y8BI7c7TdOZMESZAgCZIgQRIkQYIkSJAESZAgCZIgQRIkSIIkSJAEST/XlVRiJ5Y6tzhrVEoJ//l9+I3glLq3dh47caxzH3pz+zB85ls7L20w0mlet905kwRJkCAJkiBBEiRBgiRIkARJkCAJkiBBEiRIgiRIkARJkCCpdt89GEtr3qY1UQAAAABJRU5ErkJggg==");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0
}

.toopixel__in:hover:after {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMCAIAAAAhotZpAAABw0lEQVR42u3dIU/DQBiA4V67wQwIEhbCkoWAQIIlwYHgX6Jw/ITh0GQOhVhgIAZqajRraQJBTH8lBJ5XTH659Emv5nJL93uHWXTb1XrKUuDAOqtn+SJ8nf2qFz5zVM/LZr2h5Zl+fZAgCRIkQRIkSIIkSJAECZIgCRIkQRIkSIIkSJAECZIgCdKfqrNsYWj9/RM1MM+7g0H4OsvH1/gHGnq++mvmePkePvS4yIrQgY3Qwe1N+DqvhvvhM8/TRjfayXbnmyRIkARJkCAJkiBBEiRIgiRIkARJkCAJkiBBEiRIgiRIkARJK6W34VH40K3J+N8+0IfTs3I69SbZ7gRJkCAJkiBBEiRIgiRIkARJkCAJkiBBEiRIgiRIkARJkCCp1TqzfBE+NJ1cpBR5N3a+u7N5fRm+zubcdvjMu6fJsqqCkerQq/A/q55fUgsXzYcXfrK+qREK/9MC251vkiBBEiRBgiRIggRJkCAJkiBBEiRBgiRIggRJkCAJkiBB0s/Wyr3go3pehp5eLrLsuFgLX2e/6oXPbM7Wh5/c9ibZ7gQJkiAJEiRBEiRIggRJkAQJkiAJEiRBEiRIggRJkAQJkiBppQ+/9kLDhWFBrgAAAABJRU5ErkJggg==")
}

.svg-tooltip {
    cursor: pointer
}

.svg-tooltip:hover .svg-tooltip__circle {
    fill: #0c181c;
    -webkit-transition: fill .3s ease 0s;
    transition: fill .3s ease 0s
}

.svg-tooltip__circle {
    fill: #fff;
    -webkit-transition: fill .3s ease .1s;
    transition: fill .3s ease .1s
}

.svg-tooltip__circle+g {
    fill: #0c181c;
    padding: 12px 10px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

@media(max-width:1024px) {
    .svg-tooltip__circle+g {
        display: none !important
    }
}

.svg-tooltip__circle+g>text {
    fill: #fff;
    font: 1.6rem/1 "PTSans-Narrow-Regular", Arial, sans-serif
}

.svg-tooltip-link {
    position: relative
}

.slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.scrolldown {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 9px 24px 0 24px;
    cursor: pointer;
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
    text-decoration: none
}

@media(max-width:1199px) {
    .scrolldown {
        display: none
    }
}

@media(max-width:767px) {
    .scrolldown {
        display: none
    }
}

.scrolldown:hover .scrolldown__arrow {
    background: #007dc3
}

.scrolldown:hover .scrolldown__arrow:after {
    border-color: #007dc3 transparent transparent transparent
}

.scrolldown:hover .scrolldown__text {
    color: #007dc3
}

.scrolldown__arrow {
    width: 2px;
    height: 13px;
    background: #007dc3;
    position: relative;
    margin: 0 0 9px;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-animation: bounce 3s infinite;
    animation: bounce 3s infinite;
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3
}

.scrolldown__arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #007dc3 transparent transparent transparent;
    position: absolute;
    bottom: -5px;
    left: -4px;
    -webkit-transition: border-color .3s;
    transition: border-color .3s
}

.scrolldown__text {
    font: 1.4rem/1.3 "PTSans-Narrow-Regular", Arial, sans-serif;
    -webkit-transition: color .3s;
    transition: color .3s;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 rgba(28, 18, 32, 0.29)
}

@keyframes bounce {

    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    25% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    50% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }

    75% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.submenu-toggle {
    display: block;
    position: absolute;
    width: 10px;
    height: 5px;
    top: 50%;
    margin-top: -2px;
    right: 16px;
    z-index: 1
}

@media(max-width:1300px) {
    .submenu-toggle {
        right: 6px
    }
}

@media(max-width:1199px) {
    .submenu-toggle {
        margin-top: -3px;
        right: 27px
    }
}

.submenu-toggle:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #2d98e3 transparent transparent transparent;
    -webkit-transition: all .3s;
    transition: all .3s
}

@media(max-width:1199px) {
    .submenu-toggle:before {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
}

.menu-widget {
    width: 452px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 452px;
    flex: 1 0 452px;
    border-left: 1px solid #e5e5e5;
    background: #fff;
    padding: 23px 20px 16px 19px
}

@media(max-width:1199px) {
    .menu-widget {
        display: none
    }
}

.menu-widget h3 {
    font: 1.4rem/1.7 "PTSans-Narrow-Bold", Arial, sans-serif;
    text-transform: uppercase;
    color: #007dc3;
    margin: 0 0 10px
}

.menu-widget p {
    font: 1.4rem/1.43 "OpenSans-SemiBold", Arial, sans-serif;
    letter-spacing: -.025em
}

.menu-widget img {
    width: 100%
}

@media(min-width:1200px) {
    .submenu-header {
        display: none !important
    }
}

@media(max-width:1199px) {
    .submenu-header {
        display: block;
        position: relative;
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
        padding: 35px 10px 23px
    }

    .submenu-header:before {
        display: none !important
    }
}

.submenu-header__title {
    font: 1.8rem/1 "PTSans-Narrow-Bold", Arial, sans-serif;
    text-transform: uppercase;
    color: #007dc3;
    display: block
}

.submenu-header__back {
    padding: 0 !important;
    position: static !important
}

.submenu-header__back:after {
    content: "";
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1
}

.submenu-header__back>span {
    display: inline-block;
    font: 1.6rem/1 "PTSans-Narrow-Regular", Arial, sans-serif;
    text-transform: none
}

.submenu-header__back>span:before {
    content: "";
    display: inline-block;
    margin-right: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    border-color: transparent #007dc3 transparent transparent
}

.home-hero {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative
}

@media(max-width:767px) {
    body.home .home-hero {
        background: #ececec !important
    }
}

.home-hero-mobile {
    display: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

@media(max-width:767px) {
    .home-hero-mobile {
        display: block;
        min-height: 332px;
        height: 55vw
    }
}

.home-hero__mobile-pic {
    height: 315px;
    display: none;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.home-hero__in {
    height: calc(100vh - 93px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 2% 0 2.2%;
    color: #fff;
    position: relative;
    z-index: 1
}

body.waiting-mode .home-hero__in {
    height: 100vh;
    padding: 253px 0 31px
}

@media(max-width:991px) {
    .home-hero__in {
        height: auto !important
    }
}

@media(max-width:767px) {
    .home-hero__in {
        padding: 70px 0 8px;
        height: auto !important
    }

    body.home .home-hero__in {
        padding: 29px 0 8px
    }

    body.waiting-mode .home-hero__in {
        padding: 163px 0 8px
    }
}

body.admin-bar .home-hero__in {
    height: calc(100vh - 125px)
}

body.admin-bar.waiting-mode .home-hero__in {
    height: calc(100vh - 32px)
}

.home-hero__title {
    font: 10.5rem/0.95 "OpenSans-Regular", Arial, sans-serif;
    letter-spacing: -0.025em;
    margin: 0 0 16px;
    text-shadow: 2px 2px 0 rgba(28, 18, 32, 0.3);
    margin: 0 0 44px;
    opacity: 0
}

@media(min-width:768px) {
    body.dom-is-loaded .home-hero__title {
        -webkit-animation: pop-in .8s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
        animation: pop-in .8s cubic-bezier(0, 0.9, 0.3, 1.2) forwards
    }
}

@media(max-width:767px) {
    .home-hero__title {
        font: 3.6rem/1 "OpenSans-Regular", Arial, sans-serif;
        margin: 0 0 8px;
        opacity: 1;
        color: #007dc3;
        text-shadow: none
    }

    body.home .home-hero__title {
        margin: 0 0 11px
    }
}

.home-hero__text {
    font: 2.2rem/1.25 "OpenSans-Light", Arial, sans-serif;
    color: #fff;
    margin: 0 0 3%
}

@media(max-width:767px) {
    .home-hero__text {
        font: 1.8rem/1.33 "OpenSans-Light", Arial, sans-serif;
        color: #363636
    }

    body.home .home-hero__text {
        margin: 0
    }

    body.home .home-hero__text p:last-child {
        margin: 0
    }
}

.home-hero__text p {
    margin: 0 0 30px;
    font: inherit
}

@media(max-width:767px) {
    body.home .home-hero__text p {
        margin: 0 0 26px
    }
}

.home-hero__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative
}

@media(max-width:991px) {
    .home-hero__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media(max-width:767px) {
    .home-hero__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin: 30px 0 0
    }

    body.home .home-hero__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.home-hero__footer .scrolldown {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 29px;
    margin: auto;
    width: 80px;
    padding: 0
}

.home-hero__footer__btn {
    padding-bottom: 10px;
    margin-top: 30px
}

@media(max-width:767px) {
    .home-hero__footer__btn {
        margin: 0 0 15px;
        width: 100%
    }

    .home-hero__footer__btn>a {
        width: 100%
    }
}

.home-hero__footer__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width:1024px) {
    .home-hero__footer__right {
        top: 0
    }
}

@media(max-width:767px) {
    .home-hero__footer__right {
        margin: 25px auto 25px
    }

    body.home .home-hero__footer__right {
        margin: 3px auto 25px
    }
}

.home-hero__footer__counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0
}

body.dom-is-loaded .home-hero__footer__counter {
    opacity: 1
}

@media(max-width:991px) {
    .home-hero__footer__counter {
        padding-left: 0;
        margin-left: 0
    }
}

@media(max-width:575px) {
    .home-hero__footer__counter {
        padding: 0
    }
}

.home-hero__footer__counter__item {
    padding: 0 0 0 7px;
    position: relative;
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width:991px) {
    .home-hero__footer__counter__item:first-child {
        padding-left: 0
    }
}

@media(max-width:767px) {
    .home-hero__footer__counter__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    body.home .home-hero__footer__counter__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media(max-width:575px) {
    .home-hero__footer__counter__item {
        padding: 0 10px
    }

    body.home .home-hero__footer__counter__item {
        padding: 0 6px
    }
}

.home-hero__footer__counter__item__num {
    font: 7rem/1 "PTSans-Narrow-Bold", Arial, sans-serif;
    color: #007dc3;
    margin: 0 8px 2px 0;
    min-width: 88px;
    text-align: right;
    white-space: nowrap
}

@media(max-width:991px) {
    .home-hero__footer__counter__item__num {
        min-width: 0
    }
}

@media(max-width:767px) {
    .home-hero__footer__counter__item__num {
        margin: 0;
        font: 5.1rem/1 "PTSans-Narrow-Bold", Arial, sans-serif;
        min-width: 75px;
        text-align: center
    }

    body.home .home-hero__footer__counter__item__num {
        font: 3.6rem/1 "PTSans-Narrow-Bold", Arial, sans-serif;
        text-align: left;
        min-width: 0;
        margin-right: 5px
    }
}

.home-hero__footer__counter__item__num__prefix {
    display: inline-block;
    margin: 0 -12px 0 0
}

@media(max-width:767px) {
    body.home .home-hero__footer__counter__item__num__prefix {
        margin: 0 -7px 0 0
    }
}

.home-hero__footer__counter__item__title {
    font: 1.5rem/1.333 "PTSans-Narrow-Bold", Arial, sans-serif;
    text-transform: uppercase;
    color: #007dc3;
    text-align: left
}

@media(max-width:767px) {
    .home-hero__footer__counter__item__title {
        text-align: center
    }

    body.home .home-hero__footer__counter__item__title {
        color: #363636;
        font: 1.1rem/1.18 "PTSans-Narrow-Bold", Arial, sans-serif;
        text-align: left
    }
}

.home-hero__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 0
}

@media(max-width:767px) {
    .home-hero__overlay {
        display: none
    }
}

.hot-news {
    padding: 35px 0 18px;
    background: #f3f3f3
}

.hot-news__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width:991px) {
    .hot-news__in {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.hot-news__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.hot-news__pretitle {
    margin: 0 0 9px
}

.hot-news__title {
    margin: 0 0 17px
}

@media(max-width:991px) {
    .hot-news__title {
        font: 3rem/1.2 "OpenSans-Light", Arial, sans-serif
    }
}

@media(max-width:767px) {
    .hot-news__title {
        margin: 0 0 15px
    }
}

.hot-news__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 15px
}

.hot-news__author:hover .hot-news__author__info__name {
    text-decoration: underline
}

@media(max-width:991px) {
    .hot-news__author {
        margin: 0 0 20px
    }
}

.hot-news__author__photo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42px;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    display: block;
    margin: 0 12px 0 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.hot-news__author__info__name {
    font: 1.6rem/1 "PTSans-Narrow-Regular", Arial, sans-serif;
    color: #007dc3;
    display: block
}

.hot-news__author__info__date {
    font: 1.4rem/1 "PTSans-Narrow-Regular", Arial, sans-serif;
    display: block;
    color: #363636
}

.hot-news__link {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    position: relative;
    top: -8px
}

@media(max-width:991px) {
    .hot-news__link {
        top: 0
    }
}

.timeline {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width:1024px) {
    .timeline {
        min-height: 535px
    }
}

@media(max-width:991px) {
    .timeline {
        padding: 30px 0 0;
        display: block
    }
}

.timeline__mobile {
    display: none
}

@media(max-width:991px) {
    .timeline__mobile {
        display: block;
        padding: 0 15px;
        max-width: 720px;
        margin: 0 auto;
        width: 100%
    }
}

.timeline__mobile__pretitle {
    font: 2.4rem/1.333 "PTSans-Narrow-Bold", Arial, sans-serif;
    text-transform: uppercase;
    color: #007dc3;
    display: block;
    margin: 0 0 10px
}

@media(max-width:991px) {
    .timeline__mobile__pretitle {
        margin: 0 0 -4px
    }
}

@media(max-width:991px) {
    .timeline__mobile__dropdown {
        border-bottom: 1px solid #363636;
        position: relative;
        margin: 0 0 32px;
        display: block
    }
}

.timeline__mobile__dropdown__select {
    border: none !important;
    background: none !important;
    outline: none !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    text-indent: .1;
    text-overflow: '';
    font: 1.8rem/1 "PTSans-Narrow-Regular", Arial, sans-serif;
    text-transform: uppercase;
    padding: 14px 20px 11px 0;
    display: block;
    width: 100%
}

.timeline__mobile__dropdown__select::-ms-expand {
    display: none
}

.timeline__mobile__dropdown>svg {
    display: block;
    position: absolute;
    right: 2px;
    top: 50%;
    width: 9px;
    height: 6px;
    fill: #007dc3;
    margin-top: -2px
}

.timeline__left {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(50% - 15px);
    flex: 1 0 calc(50% - 15px);
    min-width: calc(50% - 15px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    padding-bottom: 40px
}

@media(max-width:991px) {
    .timeline__left {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        min-width: 100%;
        padding: 0;
        position: relative;
        overflow: visible
    }

    .timeline__left:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1
    }
}

.timeline__right {
    min-height: 635px;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(50% + 15px);
    flex: 1 0 calc(50% + 15px);
    width: calc(50% + 15px);
    overflow: hidden
}

@media(max-width:1024px) {
    .timeline__right {
        min-height: 535px
    }
}

@media(max-width:991px) {
    .timeline__right {
        display: none
    }
}

.timeline__right:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1
}

.timeline__right.hide-controls:before {
    z-index: 5
}

.timeline__right:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0);
    background: -webkit-gradient(linear, right top, left top, color-stop(32%, rgba(0, 0, 0, 0)), color-stop(76%, rgba(0, 0, 0, 0.4)), to(black));
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0.4) 76%, black 100%)
}

@media(max-width:991px) {
    .timeline__right:after {
        background: 0
    }
}

.timeline__right .tns-nav {
    display: none
}

.timeline__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    position: relative
}

.timeline__info__in {
    width: 100%;
    max-width: 585px;
    padding: 30px 100px 30px 15px
}

@media(max-width:991px) {
    .timeline__info__in {
        max-width: 100%;
        padding: 0 0 25px;
        margin: 0 auto
    }
}

.timeline__info__pretitle {
    font: 3.6rem/1 "PTSans-Narrow-Bold", Arial, sans-serif;
    margin: 0 0 34px
}

@media(max-width:991px) {
    .timeline__info__pretitle {
        display: none
    }
}

.timeline__info__slider {
    display: none;
    opacity: 0
}

@media(max-width:991px) {
    .timeline__info__slider {
        display: block;
        opacity: 1;
        z-index: 3
    }
}

.timeline__info__item__title {
    margin: 0 0 32px;
    font: 3rem/1.2 "OpenSans-Light", Arial, sans-serif
}

@media(max-width:991px) {
    .timeline__info__item__title {
        margin: 0 auto 13px;
        padding: 0 15px;
        max-width: 720px
    }
}

.timeline__info__item__pic-mobile {
    display: none;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

@media(max-width:991px) {
    .timeline__info__item__pic-mobile {
        display: block;
        margin: 0 0 28px;
        min-height: 60vw
    }
}

@media(max-width:767px) {
    .timeline__info__item__pic-mobile {
        height: 76vw;
        min-height: 244px
    }
}

.timeline__info__item__text {
    font: 1.8rem/1.333 "OpenSans-Light", Arial, sans-serif;
    margin: 0 0 34px
}

@media(max-width:991px) {
    .timeline__info__item__text {
        font: 1.6rem/1.5 "OpenSans-Light", Arial, sans-serif;
        margin: 0 auto 3px;
        padding: 0 15px;
        max-width: 720px
    }
}

.timeline__info__item__text p {
    font: inherit;
    margin: 0 0 24px
}

@media(max-width:991px) {
    .timeline__info__item__text p:last-child {
        margin: 0
    }
}

@media(max-width:991px) {
    .timeline__info__item__btn {
        margin: 0 auto;
        padding: 18px 15px 20px;
        max-width: 720px
    }
}

.timeline__info__item__btn>.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 18px 33px 18px 35px
}

@media(max-width:991px) {
    .timeline__info__item__btn>.btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.timeline__info__item__btn>.btn .arrow {
    margin-left: 22px
}

.timeline__controls {
    position: absolute;
    top: 47px;
    bottom: 47px;
    left: 17px;
    right: 20px;
    z-index: 2
}

@media(max-width:991px) {
    .timeline__controls {
        display: none
    }
}

.timeline__controls__arrows {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.timeline__controls__arrows__item {
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #007dc3;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    left: 0;
    cursor: pointer
}

.timeline__controls__arrows__item:hover {
    background: #007dc3
}

.timeline__controls__arrows__item:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -3px auto 0
}

.timeline__controls__arrows__item--prev {
    top: -0
}

.timeline__controls__arrows__item--next {
    bottom: 0
}

.timeline__controls__arrows__item--next:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin: -1px auto 0
}

.timeline__controls__dots {
    position: absolute;
    left: 0;
    top: 27px;
    bottom: 27px;
    right: 0;
    overflow: hidden
}

.timeline__controls__dots__in {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.timeline__controls__dots__item {
    width: 11px;
    height: 11px;
    border: 2px solid #007dc3;
    border-radius: 50%;
    margin-top: 16px;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s
}

.timeline__controls__dots__item:hover {
    background: #007dc3
}

.timeline__controls__dots__item:first-child {
    margin-top: 0 !important
}

.timeline__controls__dots__item:first-child:before {
    height: 50vh !important
}

.timeline__controls__dots__item:last-child:after {
    height: 50vh;
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    background: #007dc3;
    top: 13px;
    left: 49%
}

.timeline__controls__dots__item:before {
    content: "";
    display: block;
    position: absolute;
    height: 10px;
    width: 1px;
    background: #007dc3;
    bottom: 12px;
    left: 49%;
    -webkit-transition: all .3s;
    transition: all .3s
}

.timeline__controls__dots__item>i {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 7px;
    height: 7px;
    max-width: 100%;
    max-height: 100%;
    background: #fff;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.timeline__controls__dots__item>i:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    z-index: 1;
    cursor: pointer
}

.timeline__controls__dots__item.is-active {
    width: 21px;
    height: 21px;
    margin-left: -5px;
    margin-top: 14px
}

.timeline__controls__dots__item.is-active .timeline__controls__dots__item__info {
    opacity: 1;
    left: 26px;
    -webkit-transition: all .5s ease .3s;
    transition: all .5s ease .3s
}

.timeline__controls__dots__item.is-active.on-hold .timeline__controls__dots__item__info {
    opacity: 0;
    -webkit-transform: translateY(-50%) translateZ(0) scale(0.3);
    transform: translateY(-50%) translateZ(0) scale(0.3)
}

.timeline__controls__dots__item.is-active.on-hold:hover .timeline__controls__dots__item__info {
    opacity: 1;
    -webkit-transform: translateY(-50%) translateZ(0) scale(1);
    transform: translateY(-50%) translateZ(0) scale(1)
}

.timeline__controls__dots__item.is-active:before {
    bottom: 22px;
    height: 8px
}

.timeline__controls__dots__item.is-active:last-child:after {
    top: 22px
}

.timeline__controls__dots__item.is-active+li {
    margin-top: 14px
}

.timeline__controls__dots__item.is-active+li:before {
    height: 8px
}

.timeline__controls__dots__item.is-active>i {
    opacity: 1
}

.timeline__controls__dots__item:hover .timeline__controls__dots__item__info {
    opacity: 1;
    left: 26px;
    -webkit-transition: all .5s ease .3s;
    transition: all .5s ease .3s
}

.timeline__controls__dots__item__info {
    position: absolute;
    display: block;
    left: 46px;
    top: 50%;
    -webkit-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
    opacity: 0;
    z-index: 0;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    pointer-events: none
}

.timeline__controls__dots__item__info__title {
    display: block;
    font: 3.6rem/1 "OpenSans-Bold", Arial, sans-serif;
    color: rgba(255, 255, 255, 0.3)
}

.timeline__controls__dots__item__info__subtitle {
    display: block;
    font: 1.8rem/1.333 "PTSans-Narrow-Regular", Arial, sans-serif;
    letter-spacing: -.025em;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap
}

.timeline__pics {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.timeline__pics__item {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.services {
    color: #fff;
    background: #007dc3;
    padding: 72px 0 52px;
    text-align: center;
    overflow: hidden
}

@media(max-width:767px) {
    .services {
        text-align: left;
        padding: 55px 0 24px
    }
}

.services__pretitle {
    color: #fff;
    font: 3.6rem/1 "PTSans-Narrow-Bold", Arial, sans-serif;
    margin: 0 0 58px
}

@media(max-width:767px) {
    .services__pretitle {
        margin: 0 0 9px;
        font: 2.4rem/1 "PTSans-Narrow-Bold", Arial, sans-serif
    }
}

.services__title {
    color: #fff;
    margin: 0 0 40px;
    letter-spacing: -.025em;
    font: 3rem/1.2 "OpenSans-Light", Arial, sans-serif
}

@media(max-width:767px) {
    .services__title {
        letter-spacing: 0;
        margin: 0 0 8px
    }
}

.services__subtitle {
    font: 1.8rem/1.333 "OpenSans-Light", Arial, sans-serif;
    display: block;
    margin: 0 0 53px;
    letter-spacing: -.025em
}

@media(max-width:767px) {
    .services__subtitle {
        margin: 0 0 5px;
        font: 1.6rem/1.5 "OpenSans-Light", Arial, sans-serif
    }
}

.services__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 30px;
    overflow: hidden
}

@media(max-width:767px) {
    .services__item {
        text-align: center;
        margin: 0 0 25px;
        padding: 23px 0 0
    }
}

.services__item__letter {
    display: inline-block;
    margin: 0 0 29px
}

@media(max-width:767px) {
    .services__item__letter {
        margin: 0 0 30px
    }
}

.services__item__letter__link {
    display: inline-block
}

.services__item__letter__in {
    display: inline-block;
    font: 30rem/0.8 "OpenSans-ExtraBold", Arial, sans-serif;
    text-align: center;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all .3s;
    transition: all .3s
}

@media(max-width:767px) {
    .services__item__letter__in {
        font: 28rem/0.8 "OpenSans-ExtraBold", Arial, sans-serif
    }
}

.services__item__letter text {
    font: 30rem/0.8 "OpenSans-ExtraBold", Arial, sans-serif
}

.services__item__title {
    font: 3rem/1 "OpenSans-Light", Arial, sans-serif;
    letter-spacing: -.025em;
    margin: 0 0 20px
}

@media(max-width:767px) {
    .services__item__title {
        font: 3rem/1 "OpenSans-Light", Arial, sans-serif;
        margin: -12px 0 12px
    }
}

.services__item__description {
    letter-spacing: -.025em;
    font: 1.6rem/1.5 "OpenSans-Light", Arial, sans-serif;
    margin: 0 0 23px
}

@media(max-width:767px) {
    .services__item__description {
        margin: 0 0 21px
    }
}

.services__item__link {
    display: inline-block
}

@media(max-width:767px) {
    .services__item__link {
        display: block
    }
}

.services__item__link>a {
    font: 1.4rem/1 "OpenSans-Bold", Arial, sans-serif;
    padding: 18px 36px 20px
}

.news {
    background: #ececec;
    padding: 56px 0 40px
}

@media(max-width:767px) {
    .news {
        padding: 2px 0 18px
    }
}

.news__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width:1024px) {
    .news__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media(max-width:767px) {
    .news__header {
        margin: 0 0 30px
    }

    body.page-template-news .news__header {
        margin: 0 0 23px
    }
}

.news__header__title {
    font: 3.6rem/1.17 "PTSans-Narrow-Bold", Arial, sans-serif;
    text-transform: uppercase;
    color: #007dc3;
    padding: 27px 0 0
}

@media(max-width:767px) {
    .news__header__title {
        font: 2.4rem/1 "PTSans-Narrow-Bold", Arial, sans-serif;
        padding: 48px 0 0
    }

    body.page-template-news .news__header__title {
        font: 3.6rem/1.17 "PTSans-Narrow-Bold", Arial, sans-serif;
        padding: 28px 0 0
    }
}

.news__header__categories {
    margin: 8px 0 0 10px
}

@media(max-width:1024px) {
    .news__header__categories {
        margin: 8px 0 0 0
    }
}

@media(max-width:767px) {
    .news__header__categories {
        margin: 27px 0 0 0
    }

    body.page-template-news .news__header__categories {
        margin: 22px 0 0 0
    }
}

.news__header__categories__title {
    margin: 0 0 10px;
    color: #363636;
    letter-spacing: -.01em
}

@media(max-width:767px) {
    .news__header__categories__title {
        margin: 0
    }

    body.page-template-news .news__header__categories__title {
        margin: 0 0 11px
    }
}

.news__header__categories__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none
}

@media(max-width:767px) {
    .news__header__categories__in {
        display: none
    }
}

.news__header__categories__in>li {
    display: block;
    font: 1 0 auto;
    margin-left: 7px
}

.news__header__categories__in>li:first-child {
    margin-left: 0
}

.news__header__categories__in>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border: 1px solid #007dc3;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font: 1.4rem/1 "PTSans-Narrow-Regular", Arial, sans-serif;
    letter-spacing: -.01em;
    color: #363636;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 12px 15px;
    white-space: nowrap;
    text-transform: uppercase;
    min-width: 114px
}

.news__header__categories__in>li>a:hover,
.news__header__categories__in>li>a.is-active {
    background: #007dc3;
    color: #fff
}

.news__header__categories__mobile>select {
    padding: 8px 20px 11px 0
}

body.page-template-news .news__header__categories__mobile>select {
    padding: 11px 20px 11px 0
}

.news__search {
    margin: 0 0 32px
}

@media(max-width:767px) {
    .news__search {
        margin: 0 0 20px
    }
}

.news__search__form {
    position: relative
}

@media(max-width:767px) {
    .news__search__form {
        margin: 0 0 9px
    }
}

.news__search__form input[type="text"] {
    display: block;
    width: 100%;
    padding: 22px 70px 22px 20px;
    font: 2.1rem/1.2 "OpenSans-Light", Arial, sans-serif;
    border: none !important;
    outline: none !important;
    background: #fff
}

@media(max-width:767px) {
    .news__search__form input[type="text"] {
        font: 1.6rem/1.3 "OpenSans-Light", Arial, sans-serif;
        padding: 14px 50px 14px 13px
    }
}

.news__search__form button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 5px 5px 0 0;
    background: 0;
    outline: none !important;
    border: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: block;
    width: 70px;
    cursor: pointer
}

@media(max-width:767px) {
    .news__search__form button {
        width: 50px;
        padding: 7px 1px 0 0
    }
}

.news__search__form button:hover>svg {
    fill: #363636
}

.news__search__form button>svg {
    width: 32px;
    height: 32px;
    fill: #007dc3
}

@media(max-width:767px) {
    .news__search__form button>svg {
        width: 20px;
        height: 20px
    }
}

.news__search__archives .dropdown {
    border: 0
}

.news__search__archives .dropdown div {
    border: 0
}

.news__search__archives .dropdown .selected {
    color: #363636;
    background: #fff;
    padding: 29px 70px 29px 20px;
    font: 1.4rem/1 "OpenSans-Light", Arial, sans-serif
}

@media(max-width:767px) {
    .news__search__archives .dropdown .selected {
        font: 1.6rem/1 "OpenSans-Light", Arial, sans-serif;
        padding: 19px 50px 15px 13px
    }
}

.news__search__archives .dropdown .selected .posts-count {
    color: #007dc3
}

.news__search__archives .dropdown li {
    color: #363636;
    border: 0;
    position: relative;
    font: 1.4rem/1.2 "OpenSans-Light", Arial, sans-serif;
    padding: 8px 23px 6px
}

.news__search__archives .dropdown li:last-child {
    padding-bottom: 25px
}

.news__search__archives .dropdown li:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    left: 23px;
    bottom: 0;
    right: 23px;
    background: #eaebeb;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 1
}

.news__search__archives .dropdown li .posts-count {
    color: #007dc3;
    -webkit-transition: color .3s;
    transition: color .3s
}

.news__search__archives .dropdown li:hover,
.news__search__archives .dropdown li.active {
    color: #fff
}

.news__search__archives .dropdown li:hover:after,
.news__search__archives .dropdown li.active:after {
    opacity: 0
}

.news__search__archives .dropdown li:hover .posts-count,
.news__search__archives .dropdown li.active .posts-count {
    color: #fff
}

.news__search__archives .dropdown .select-caret {
    right: 19px
}

.news__item {
    padding-bottom: 30px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    overflow: hidden;
    opacity: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.news__item.is-loading {
    padding-bottom: 0;
    height: 0;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0
}

@media(max-width:767px) {
    .news__item {
        padding-bottom: 15px
    }
}

.news__item:hover .news__item__pic__in {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.news__item:hover .news__item__in {
    background: #007dc3
}

.news__item:hover .news__item__content__pretitle,
.news__item:hover .news__item__content__title,
.news__item:hover .news__item__content__text,
.news__item:hover .news__item__content__author__info__name,
.news__item:hover .news__item__content__author__info__date {
    color: #fff
}

.news__item--feat .news__item__content {
    padding: 45px 40px 35px;
    min-height: 465px
}

@media(max-width:991px) {
    .news__item--feat .news__item__content {
        min-height: auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.news__item--feat .news__item__content__title {
    margin: 0 0 24px
}

@media(max-width:767px) {
    .news__item--feat .news__item__content__title {
        margin: 0 0 8px
    }
}

.news__item__in {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-transition: background .3s;
    transition: background .3s
}

@media(max-width:991px) {
    .news__item__in {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto
    }
}

.news__item__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(50% - 15px);
    flex: 1 0 calc(50% - 15px);
    min-width: calc(50% - 15px);
    padding: 35px 22px 27px;
    min-height: 362px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    white-space: normal;
    -webkit-transition: all .4s;
    transition: all .4s
}

.news__item.is-loading .news__item__content {
    height: 0
}

@media(max-width:991px) {
    .news__item__content {
        min-height: auto
    }
}

@media(max-width:767px) {
    .news__item__content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        min-width: 100%;
        padding: 37px 20px 22px !important
    }
}

.news__item__content__in {
    margin: 0 0 12px
}

@media(max-width:767px) {
    .news__item__content__in {
        margin: 0 0 27px
    }
}

.news__item__content__pretitle {
    -webkit-transition: color .3s;
    transition: color .3s
}

@media(max-width:767px) {
    .news__item__content__pretitle {
        margin: 0 0 8px
    }
}

.news__item__content__title {
    margin: 0 0 20px;
    -webkit-transition: color .3s;
    transition: color .3s
}

@media(max-width:991px) {
    .news__item__content__title {
        font: 3rem/1.2 "OpenSans-Light", Arial, sans-serif
    }
}

@media(max-width:767px) {
    .news__item__content__title {
        margin: 0 0 28px
    }
}

.news__item__content__text {
    font: 1.8rem/1.333 "OpenSans-Regular", Arial, sans-serif;
    -webkit-transition: color .3s;
    transition: color .3s;
    white-space: normal
}

@media(max-width:991px) {
    .news__item__content__text {
        font: 1.6rem/1.5 "OpenSans-Regular", Arial, sans-serif
    }
}

.news__item__content__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.news__item__content__author__photo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42px;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    display: block;
    margin: 0 12px 0 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

@media(max-width:767px) {
    .news__item__content__author__photo {
        margin: 0 8px 0 0
    }
}

.news__item__content__author__info__name {
    font: 1.6rem/1 "PTSans-Narrow-Regular", Arial, sans-serif;
    color: #007dc3;
    display: block;
    -webkit-transition: color .3s;
    transition: color .3s
}

.news__item__content__author__info__date {
    font: 1.4rem/1 "PTSans-Narrow-Regular", Arial, sans-serif;
    display: block;
    -webkit-transition: color .3s;
    transition: color .3s
}

.news__item__link {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.news__item__pic {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% + 15px);
    flex: 0 0 calc(50% + 15px);
    min-width: calc(50% + 15px);
    position: relative;
    overflow: hidden
}

@media(max-width:991px) {
    .news__item__pic {
        height: 272px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%
    }
}

.news__item__pic__in {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain
}

.news__item__pic__in.fill-as-bg {
    background-size: cover
}

.news__item__pic__logo-placeholder>svg {
    width: 155px;
    height: 79px;
    display: block
}

.news__nothing {
    display: none
}

.news__nothing__in {
    text-align: center;
    font: 3.4rem/1.4 "OpenSans-Bold", Arial, sans-serif;
    padding: 50px 0 90px
}

.news--related {
    padding: 56px 0 64px
}

@media(max-width:767px) {
    .news--related {
        padding: 25px 0 6px
    }
}

.news--related__title {
    margin: 0 0 46px;
    font: 3rem/1.4 "OpenSans-Light", Arial, sans-serif;
    color: #363636;
    text-transform: none;
    padding: 0;
    letter-spacing: -.025em
}

@media(max-width:767px) {
    .news--related__title {
        margin: 0 0 24px
    }
}

.news__loader {
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    margin: 25px 0 0
}

.news__loader.is-hidden {
    opacity: 0
}

.news__loader .spinner {
    top: -22px
}

.team-slider {
    position: relative;
    padding: 72px 0 89px;
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto
}

@media(max-width:767px) {
    .team-slider {
        padding: 31px 0 39px
    }
}

.team-slider--type2 {
    padding: 88px 0 74px
}

@media(max-width:767px) {
    .team-slider--type2 {
        padding: 33px 0 39px
    }
}

.team-slider--type2__title {
    font: 3.6rem/1 "PTSans-Narrow-Bold", Arial, sans-serif;
    text-transform: uppercase;
    color: #007dc3;
    margin: 0 0 44px;
    text-align: center
}

@media(max-width:767px) {
    .team-slider--type2__title {
        text-align: left;
        font: 2.4rem/1 "PTSans-Narrow-Bold", Arial, sans-serif;
        margin: 0 0 12px
    }
}

.team-slider--type2__subtitle {
    display: block;
    text-align: center;
    margin: 0 0 63px;
    letter-spacing: -.025em;
    font: 3rem/1.2 "OpenSans-Light", Arial, sans-serif
}

@media(max-width:767px) {
    .team-slider--type2__subtitle {
        text-align: left;
        font: 2.4rem/1.25 "OpenSans-Light", Arial, sans-serif;
        margin: 0 0 24px
    }
}

.team-slider__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 55px
}

@media(max-width:767px) {
    .team-slider__header {
        margin: 0 0 12px
    }
}

.team-slider__header__title {
    font: 3.6rem/1.17 "PTSans-Narrow-Bold", Arial, sans-serif;
    text-transform: uppercase;
    color: #007dc3;
    padding: 14px 0 13px
}

@media(max-width:767px) {
    .team-slider__header__title {
        font: 2.4rem/1.2 "PTSans-Narrow-Bold", Arial, sans-serif;
        padding: 0;
        margin: 0 0 16px
    }
}

@media(max-width:767px) {
    .team-slider__header__link {
        display: none
    }
}

.team-slider__header__link>a {
    padding: 18px 31px 20px 21px
}

.team-slider__wrap {
    position: relative
}

.team-slider__in {
    display: none;
    opacity: 0
}

@media(max-width:767px) {
    .team-slider__in {
        margin: 0 0 15px
    }
}

.team-slider__controls {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: absolute;
    left: 118px;
    right: 118px;
    top: 50%;
    -webkit-transform: translateY(-51px);
    transform: translateY(-51px);
    margin: auto
}

@media(max-width:1024px) {
    .team-slider__controls {
        left: 15px;
        right: 15px
    }
}

@media(max-width:767px) {
    .team-slider__controls {
        -webkit-transform: translateY(-53px);
        transform: translateY(-53px)
    }
}

.team-slider__controls__item {
    width: 83px;
    height: 83px;
    border-radius: 50%;
    border: 2px solid #2d98e3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    cursor: pointer;
    padding-right: 5px;
    -webkit-transition: background .3s;
    transition: background .3s;
    top: 6px
}

@media(max-width:767px) {
    .team-slider__controls__item {
        top: -22px;
        width: 55px;
        height: 55px
    }
}

.team-slider__controls__item:hover {
    background: #2d98e3
}

.team-slider__controls__item:hover>.arrow {
    background: #fff
}

.team-slider__controls__item:hover>.arrow:after {
    border-color: transparent transparent transparent #fff
}

.team-slider__controls__item>.arrow {
    background: #2d98e3;
    width: 25px
}

.team-slider__controls__item>.arrow:after {
    border-color: transparent transparent transparent #2d98e3
}

.team-slider__controls__item--prev {
    left: 0
}

.team-slider__controls__item--prev>.arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.team-slider__controls__item--next {
    right: 0;
    padding-right: 10px
}

.team-slider__item-wrap[aria-hidden="true"] {
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.team-slider__item {
    display: block
}

.team-slider__item__in {
    height: 405px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
    background: #363636
}

@media(max-width:767px) {
    .team-slider__item__in {
        height: 329px;
        padding: 15px
    }
}

.team-slider__item__in:hover .team-slider__item__pic {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.team-slider__item__in:hover .team-slider__item__name {
    text-decoration: underline
}

.team-slider__item__in:hover .arrow {
    background: #fff
}

.team-slider__item__in:hover .arrow:after {
    border-color: transparent transparent transparent #fff
}

.team-slider__item__in>span {
    position: relative;
    z-index: 1
}

.team-slider__item__in:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(32%, rgba(0, 0, 0, 0)), color-stop(64%, rgba(0, 0, 0, 0)), color-stop(100%, black));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(32%, rgba(0, 0, 0, 0)), color-stop(76%, rgba(0, 0, 0, 0.4)), to(black));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0.4) 76%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
    z-index: 0
}

.team-slider__item__pic {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.team-slider__item__name {
    font: 2.3rem/1.56 "PTSans-Narrow-Regular", Arial, sans-serif;
    color: #fff;
    display: block
}

.team-slider__item__position {
    font: 1.6rem/1.125 "PTSans-Narrow-Bold", Arial, sans-serif;
    text-transform: uppercase;
    display: block;
    color: #007dc3
}

.team-slider__item__membership {
    font: 1.6rem/1.125 "PTSans-Narrow-Bold", Arial, sans-serif;
    color: #007dc3
}

.team-slider__item__arrow {
    position: absolute;
    right: 24px;
    bottom: 29px;
    width: 25px;
    left: auto;
    z-index: 2;
    background: #007dc3
}

@media(max-width:767px) {
    .team-slider__item__arrow {
        right: 13px
    }
}

.team-slider__item__arrow:after {
    border-color: transparent transparent transparent #007dc3
}

.team-slider__foot-link {
    display: none
}

@media(max-width:767px) {
    .team-slider__foot-link {
        display: block;
        padding: 0 15px
    }
}

.people-hero {
    background: #007dc3;
    padding: 0;
    position: relative;
    overflow: hidden
}

@media(min-width:992px) {
    .people-hero {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media(max-width:1199px) {
    .people-hero {
        padding: 40px 0 0
    }
}

@media(max-width:991px) {
    .people-hero {
        padding: 0
    }
}

@media(min-width:992px) {
    .people-hero__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-height: 590px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        width: 100%
    }
}

.people-hero__wrap .in {
    width: 100%
}

.people-hero__wrap>.container {
    position: relative;
    z-index: 2
}

.people-hero .tns-ah {
    -webkit-transition: none !important;
    transition: none !important
}

.people-hero__slider {
    display: none
}

.people-hero__in {
    position: relative
}

@media(max-width:991px) {
    .people-hero__in {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media(max-width:767px) {
    .people-hero__in {
        height: 100%
    }
}

.people-hero__quote {
    min-height: 475px;
    max-width: 650px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 87px 0 45px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1
}

@media(max-width:1199px) {
    .people-hero__quote {
        width: 510px
    }
}

@media(max-width:991px) {
    .people-hero__quote {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-height: 0;
        max-width: 100%;
        padding: 51px 0 40px
    }
}

@media(max-width:767px) {
    .people-hero__quote {
        padding: 41px 0 34px;
        height: 100%
    }
}

.people-hero__quote__top {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.people-hero__quote__pretitle {
    font: 3.6rem/1 "PTSans-Narrow-Bold", Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
    display: block;
    margin: 0 0 16px
}

@media(max-width:991px) {
    .people-hero__quote__pretitle {
        margin: 0 0 17px
    }
}

@media(max-width:767px) {
    .people-hero__quote__pretitle {
        font: 1.8rem/1.3 "PTSans-Narrow-Bold", Arial, sans-serif
    }
}

.people-hero__quote__title {
    font: 5rem/1.1 "OpenSans-Light", Arial, sans-serif;
    color: #fff;
    margin: 0 0 20px;
    letter-spacing: -.025em
}

@media(max-width:1199px) {
    .people-hero__quote__title {
        font: 4.8rem/1 "OpenSans-Light", Arial, sans-serif
    }
}

@media(max-width:991px) {
    .people-hero__quote__title {
        font: 3rem/1.2 "OpenSans-Light", Arial, sans-serif;
        margin: 0 0 20px
    }
}

@media(max-width:767px) {
    .people-hero__quote__title {
        font: 3rem/1.2 "OpenSans-Light", Arial, sans-serif
    }

    .people-hero__quote__title>br {
        display: none
    }
}

.people-hero__quote__bottom {
    color: #fff
}

.people-hero__quote__name {
    font: 1.8rem/1.333 "PTSans-Narrow-Regular", Arial, sans-serif;
    display: block
}

.people-hero__quote__position {
    font: 1.3rem/1.2 "PTSans-Narrow-Bold", Arial, sans-serif;
    display: block;
    text-transform: uppercase
}

.people-hero__person {
    position: absolute;
    bottom: 0;
    right: 118px;
    z-index: 0
}

@media(max-width:1199px) {
    .people-hero__person {
        right: 80px
    }
}

@media(max-width:991px) {
    .people-hero__person {
        display: none
    }
}

.people-hero__person__photo {
    display: block;
    max-width: 501px;
    width: 100%
}

@media(max-width:1199px) {
    .people-hero__person__photo {
        max-width: 410px
    }
}

.people-hero__view {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 40px 9px 42px;
    text-align: center;
    display: inline-block;
    z-index: 1
}

@media(max-width:991px) {
    .people-hero__view {
        display: none
    }
}

.people-hero__view:hover>span {
    color: #31b5ff
}

.people-hero__view:hover>.arrow {
    background: #31b5ff
}

.people-hero__view:hover>.arrow:after {
    border-color: transparent transparent transparent #31b5ff
}

.people-hero__view>span {
    display: block;
    font: 1.4rem/1 "PTSans-Narrow-Regular", Arial, sans-serif;
    margin: 0 0 -5px;
    color: #fff;
    white-space: nowrap;
    -webkit-transition: color .3s;
    transition: color .3s
}

.people-hero__view>.arrow {
    display: inline-block;
    margin-left: -5px;
    width: 25px
}

.people-hero__chart {
    position: absolute;
    z-index: 0;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-position: center top;
    bottom: -587px;
    left: -200px;
    -webkit-transform: skewY(25deg);
    transform: skewY(25deg);
    right: 0;
    -webkit-transition: all 1s ease-in-out .3s;
    transition: all 1s ease-in-out .3s;
    z-index: 1
}

@media(max-width:991px) {
    .people-hero__chart {
        display: none
    }
}

@media(max-width:767px) {
    .people-hero__chart {
        height: 200px
    }
}

body.dom-is-loaded .people-hero__chart {
    bottom: 0;
    left: 0;
    -webkit-transform: skewY(0);
    transform: skewY(0)
}

.people {
    padding: 63px 0 80px
}

@media(max-width:991px) {
    .people {
        padding: 38px 0 80px
    }
}

@media(max-width:767px) {
    .people {
        padding: 33px 0 48px
    }
}

.people--management {
    padding: 76px 0 44px
}

@media(max-width:767px) {
    .people--management {
        padding: 35px 0 12px
    }
}

.people--wealth {
    background: #f3f3f3
}

.people__pretitle {
    text-align: center;
    margin: 0 0 59px
}

.people--management .people__pretitle {
    font: 3.6rem/1 "PTSans-Narrow-Bold", Arial, sans-serif;
    margin: 0 0 35px
}

@media(max-width:767px) {
    .people--management .people__pretitle {
        text-align: left;
        font: 2.4rem/1 "PTSans-Narrow-Bold", Arial, sans-serif;
        margin: 0 0 12px
    }
}

@media(max-width:991px) {
    .people__pretitle {
        margin: 0 0 40px
    }
}

@media(max-width:767px) {
    .people__pretitle {
        text-align: left;
        font: 2.4rem/1 "PTSans-Narrow-Bold", Arial, sans-serif;
        margin: 0 0 12px
    }
}

.people__title {
    text-align: center;
    margin: 0 0 62px;
    letter-spacing: -.025em;
    font: 3rem/1.24 "OpenSans-Light", Arial, sans-serif
}

.people--management .people__title {
    margin: 0 0 66px
}

@media(max-width:767px) {
    .people--management .people__title {
        text-align: left;
        font: 2.4rem/1.25 "OpenSans-Light", Arial, sans-serif;
        margin: 0 0 24px
    }
}

@media(max-width:991px) {
    .people__title {
        font: 3rem/1 "OpenSans-Light", Arial, sans-serif
    }
}

@media(max-width:767px) {
    .people__title {
        text-align: left;
        font: 2.4rem/1.25 "OpenSans-Light", Arial, sans-serif;
        margin: 0 0 24px
    }
}

.people__header {
    margin: 0 0 62px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width:1024px) {
    .people__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media(max-width:767px) {
    .people__header {
        margin: 0 0 30px
    }
}

.people__header__title {
    font: 3.6rem/1.2 "PTSans-Narrow-Bold", Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 40px;
    color: #007dc3
}

@media(max-width:767px) {
    .people__header__title {
        font: 2.4rem/1 "PTSans-Narrow-Bold", Arial, sans-serif;
        margin: 0 0 24px;
        text-align: left
    }
}

.people__header__categories {
    margin: 0
}

@media(max-width:1024px) {
    .people__header__categories {
        margin: 8px 0 0 0
    }
}

@media(max-width:767px) {
    .people__header__categories {
        margin: 25px 0 0 0
    }
}

.people__header__categories__title {
    margin: 0 0 10px;
    letter-spacing: -.01em;
    color: #363636
}

@media(max-width:767px) {
    .people__header__categories__title {
        margin: 0 0 8px
    }
}

.people__header__categories__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style-type: none
}

@media(max-width:767px) {
    .people__header__categories__list {
        display: none
    }
}

.people__header__categories__list>li {
    display: block;
    font: 1 0 auto;
    margin: 0 7px 7px 0
}

.people__header__categories__list>li.is-active>a {
    background: #007dc3;
    color: #fff
}

.people__header__categories__list>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border: 1px solid #007dc3;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font: 1.4rem/1 "PTSans-Narrow-Regular", Arial, sans-serif;
    letter-spacing: -.01em;
    color: #363636;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 12px 35px;
    white-space: nowrap;
    text-transform: uppercase;
    min-width: 114px
}

.people__header__categories__list>li>a:hover {
    background: #007dc3;
    color: #fff
}

.people__body {
    min-height: 362px
}

.people__item-wrap {
    padding-bottom: 32px;
    -webkit-transition: all .3s ease-in .2s;
    transition: all .3s ease-in .2s
}

.people__item-wrap.is-loading {
    padding-bottom: 0
}

@media(max-width:767px) {
    .people__item-wrap {
        padding-bottom: 15px
    }
}

.people__item {
    height: 405px;
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #363636;
    -webkit-transition: all .3s ease-in .2s;
    transition: all .3s ease-in .2s;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.people__item-wrap.is-loading .people__item {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0;
    height: 0
}

@media(max-width:1199px) {
    .people__item {
        height: 330px
    }
}

@media(max-width:991px) {
    .people__item {
        height: 390px
    }
}

@media(max-width:767px) {
    .people__item {
        height: 85vw;
        min-height: 329px
    }
}

.people__item:hover .people__item__bg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.people__item:hover .people__item__name {
    text-decoration: underline
}

.people__item:hover .people__item__arrow {
    background: #fff
}

.people__item:hover .people__item__arrow:after {
    border-color: transparent transparent transparent #fff
}

.people__item--all {
    background: #007dc3;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s
}

@media(max-width:767px) {
    .people__item--all {
        height: auto
    }
}

.people__item--all:after {
    display: none !important
}

.people__item--all:hover {
    background: #363636
}

.people__item--all .people__item__in {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 77px 70px 24px 24px
}

@media(max-width:767px) {
    .people__item--all .people__item__in {
        padding: 63px 50px 24px 24px;
        position: static !important
    }
}

.people__item--all .people__item__title {
    font: 3.6rem/1 "OpenSans-Light", Arial, sans-serif;
    margin: 0 0 23px
}

@media(max-width:767px) {
    .people__item--all .people__item__title {
        font: 3rem/1.2 "OpenSans-Light", Arial, sans-serif
    }
}

.people__item__pretitle {
    text-transform: uppercase;
    display: block;
    font: 1.8rem/1 "PTSans-Narrow-Bold", Arial, sans-serif;
    letter-spacing: -.01em;
    color: #fff
}

@media(max-width:767px) {
    .people__item__pretitle {
        margin: 0 0 40px
    }
}

.people__item__title {
    font: 3.6rem/1 "OpenSans-Light", Arial, sans-serif;
    display: block;
    color: #fff;
    margin: 0 0 20px
}

@media(max-width:991px) {
    .people__item__title {
        font: 3rem/1 "OpenSans-Light", Arial, sans-serif
    }
}

@media(max-width:767px) {
    .people__item__title {
        margin: 0 0 40px
    }
}

.people__item__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.people__item__footer>svg {
    width: 37px;
    height: 25px;
    margin-right: 11px;
    fill: #fff
}

.people__item__footer__text {
    font: 1.6rem/1 "PTSans-Narrow-Regular", Arial, sans-serif;
    color: #fff
}

.people__item__footer__arrow {
    position: absolute;
    left: 100%;
    top: 55%;
    margin-left: 5px;
    width: 25px
}

.people__item__bg {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 0;
    -webkit-transition: all .5s;
    transition: all .5s
}

.people__item:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(32%, rgba(0, 0, 0, 0)), color-stop(64%, rgba(0, 0, 0, 0)), color-stop(100%, black));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(32%, rgba(0, 0, 0, 0)), color-stop(76%, rgba(0, 0, 0, 0.4)), to(black));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0.4) 76%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
    z-index: 0
}

.people__item__in {
    position: absolute;
    z-index: 2;
    padding: 20px 20px;
    bottom: 0;
    left: 0;
    right: 0
}

@media(max-width:767px) {
    .people__item__in {
        padding: 15px 16px
    }
}

.people__item__name {
    font: 2.3rem/1.56 "PTSans-Narrow-Regular", Arial, sans-serif;
    color: #fff;
    display: block
}

.people__item__position {
    font: 1.6rem/1.125 "PTSans-Narrow-Bold", Arial, sans-serif;
    text-transform: uppercase;
    display: block;
    color: #007dc3
}

.people__item__membership {
    font: 1.6rem/1.125 "PTSans-Narrow-Bold", Arial, sans-serif;
    color: #007dc3
}

.people__item__arrow {
    position: absolute;
    right: 24px;
    bottom: 29px;
    width: 25px;
    background: #007dc3
}

.people__item__arrow:after {
    border-color: transparent transparent transparent #007dc3
}

.people__loader {
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    margin: 15px 0 0
}

.people__loader.is-hidden {
    opacity: 0
}

.people__nothing {
    display: none
}

.people__nothing__msg {
    text-align: center;
    font: 2.7rem/1.2 "PTSans-Narrow-Bold", Arial, sans-serif;
    margin: 0
}

.spinner {
    margin: auto;
    width: 30px;
    position: relative
}

.spinner .cube1,
.spinner .cube2 {
    background-color: #007dc3;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-cubemove 1.6s infinite ease-in-out;
    animation: sk-cubemove 1.6s infinite ease-in-out
}

.spinner .cube2 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s
}

.sidemenu {
    background: #363636;
    width: 300px;
    position: absolute;
    left: -420px;
    top: 30%;
    z-index: 10;
    -webkit-transition: left .5s;
    transition: left .5s
}

body.dom-is-loaded .sidemenu {
    left: -300px
}

body.dom-is-loaded .sidemenu.is-opened {
    left: 0
}

.sidemenu.is-sticky {
    top: 93px;
    position: fixed
}

body.admin-bar .sidemenu.is-sticky {
    top: 125px
}

@media(max-width:767px) {
    .sidemenu {
        display: none
    }
}

.sidemenu__button {
    width: 92px;
    height: 92px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: -92px;
    top: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.sidemenu__button.is-active {
    right: 0
}

.sidemenu__button__hamburger {
    margin: 0;
    background: #363636;
    padding: 34px 32px 35px 26px;
    display: block
}

.sidemenu__button__hamburger:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.sidemenu__button__hamburger .hamburger__btn__box {
    width: 34px
}

.sidemenu__button__hamburger .hamburger__btn__box:after,
.sidemenu__button__hamburger .hamburger__btn__box__in,
.sidemenu__button__hamburger .hamburger__btn__box__in:before,
.sidemenu__button__hamburger .hamburger__btn__box__in:after {
    width: 34px;
    background-color: #fff
}

.sidemenu__in {
    padding: 35px 28px 29px;
    position: relative
}

.sidemenu__title {
    font: 1.8rem/1 "PTSans-Narrow-Regular", Arial, sans-serif;
    color: #fff;
    display: block;
    margin: 0 0 40px;
    padding: 0 60px 0 0;
    text-transform: uppercase
}

.sidemenu__title>strong,
.sidemenu__title>b {
    font-family: "PTSans-Narrow-Bold", Arial, sans-serif
}

.sidemenu__menu {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.sidemenu__menu>li>a {
    display: block;
    font: 1.8rem/1 "PTSans-Narrow-Regular", Arial, sans-serif;
    color: #fff;
    padding: 11px 0 13px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-transition: color .3s;
    transition: color .3s
}

.sidemenu__menu>li>a:hover {
    color: #007dc3
}

.sidemenu__download {
    padding: 19px 0 15px 57px;
    position: relative;
    display: block;
    margin: 0 0 3px
}

.sidemenu__download:hover>svg {
    fill: #007dc3
}

.sidemenu__download:hover .sidemenu__download__title {
    color: #007dc3
}

.sidemenu__download>svg {
    width: 47px;
    height: 48px;
    position: absolute;
    left: 0;
    top: 18px;
    fill: #fff
}

.sidemenu__download__title {
    text-transform: uppercase;
    color: #fff;
    font: 1.4rem/1 "PTSans-Narrow-Bold", Arial, sans-serif;
    display: block;
    color: #fff;
    margin: 0 0 5px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.sidemenu__download__text {
    font: 1.4rem/1 "PTSans-Narrow-Bold", Arial, sans-serif;
    display: block;
    color: #fff
}

.sidemenu__reg {
    display: block;
    text-transform: uppercase;
    font: 1.6rem/1 "PTSans-Narrow-Regular", Arial, sans-serif;
    color: #363636;
    background: #fff;
    text-align: center;
    padding: 18px 20px 20px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.sidemenu__reg:hover {
    background: #007dc3;
    color: #fff
}

.management-hero {
    background: #007dc3;
    position: relative;
    overflow: hidden
}

.management-hero__in {
    color: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 2
}

@media(max-width:767px) {
    .management-hero>.container {
        max-width: 100%
    }
}

.management-hero__head {
    max-width: 714px;
    padding: 0 0 8px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width:991px) {
    .management-hero__head {
        max-width: 100%;
        padding: 61px 0 70px
    }
}

@media(max-width:767px) {
    .management-hero__head {
        padding: 50px 0 39px
    }
}

.management-hero__head__in {
    min-height: 304px;
    padding: 2px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:991px) {
    .management-hero__head__in {
        min-height: 200px !important
    }
}

.management-hero--about .management-hero__head__in {
    min-height: 280px
}

.management-hero__head__titles-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.management-hero__pretitle {
    font: 3.6rem/1 "PTSans-Narrow-Bold", Arial, sans-serif;
    text-transform: uppercase;
    display: block;
    width: 100%;
    margin: 0 0 17px
}

@media(max-width:767px) {
    .management-hero__pretitle {
        font: 2.4rem/1 "PTSans-Narrow-Bold", Arial, sans-serif
    }
}

.management-hero__title {
    font: 4.8rem/1 "OpenSans-Light", Arial, sans-serif;
    letter-spacing: -.025em;
    display: block;
    max-width: 100%
}

@media(max-width:991px) {
    .management-hero__title {
        font: 3rem/1.2 "OpenSans-Light", Arial, sans-serif
    }
}

.management-hero__title>span {
    font-size: 6rem
}

.management-hero__letter-cover {
    min-height: 509px;
    padding: 0 0 31px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media(max-width:991px) {
    .management-hero__letter-cover {
        display: none
    }
}

.management-hero__letter {
    right: 0;
    top: 0;
    z-index: 2
}

.management-hero__letter__in {
    display: inline-block;
    font: 40rem/0.8 "OpenSans-ExtraBold", Arial, sans-serif;
    text-align: center;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all .3s;
    transition: all .3s
}

.management-hero--about .management-hero__letter__in {
    letter-spacing: -.034em;
    font: 37.3rem/0.8 "OpenSans-ExtraBold", Arial, sans-serif
}

.management-hero--about .management-hero__letter__in:first-letter {
    letter-spacing: -.09em
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
    .management-hero--about .management-hero__letter__in {
        font: 40rem/0.9 "OpenSans-ExtraBold", Arial, sans-serif
    }
}

.management-hero__letter text {
    font: 40rem/0.8 "OpenSans-ExtraBold", Arial, sans-serif
}

.management-hero__chart {
    position: absolute;
    z-index: 0;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-position: center top;
    bottom: -587px;
    left: -200px;
    -webkit-transform: skewY(25deg);
    transform: skewY(25deg);
    right: 0;
    -webkit-transition: all 1s ease-in-out .3s;
    transition: all 1s ease-in-out .3s;
    z-index: 1
}

@media(max-width:991px) {
    .management-hero__chart {
        display: none
    }
}

body.dom-is-loaded .management-hero__chart {
    bottom: 0;
    left: 0;
    -webkit-transform: skewY(0);
    transform: skewY(0)
}

.management-half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width:991px) {
    .management-half {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.management-half__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(50% - 15px);
    flex: 1 0 calc(50% - 15px);
    min-width: calc(50% - 15px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media(max-width:991px) {
    .management-half__info {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        min-width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.management-half__info__in {
    width: 100%;
    max-width: 585px;
    padding: 20px 50px 20px 15px
}

@media(max-width:1199px) {
    .management-half__info__in {
        padding: 35px 15px 20px 15px
    }
}

@media(max-width:991px) {
    .management-half__info__in {
        max-width: 720px;
        padding: 60px 15px 50px;
        margin: 0 auto
    }
}

@media(max-width:767px) {
    .management-half__info__in {
        padding: 46px 15px 40px
    }
}

@media(max-width:576px) {
    .management-half__info__in {
        max-width: 540px
    }
}

.management-half__info__pretitle {
    font: 3.6rem/1 "PTSans-Narrow-Bold", Arial, sans-serif;
    text-transform: uppercase;
    color: #007dc3;
    display: block;
    margin: 0 0 47px
}

@media(max-width:991px) {
    .management-half__info__pretitle {
        margin: 0 0 40px
    }
}

@media(max-width:767px) {
    .management-half__info__pretitle {
        font: 2.4rem/1 "PTSans-Narrow-Bold", Arial, sans-serif;
        margin: 0 0 6px
    }
}

.management-half__info__title {
    color: #363636;
    font: 3.6rem/1 "OpenSans-Light", Arial, sans-serif;
    margin: 0 0 39px;
    letter-spacing: -.025em
}

@media(max-width:767px) {
    .management-half__info__title {
        font: 3rem/1.2 "OpenSans-Light", Arial, sans-serif;
        margin: 0 0 25px
    }
}

.management-half__info__title b,
.management-half__info__title strong {
    color: #007dc3;
    font-weight: 400
}

.management-half__info__title p {
    margin: 0;
    font: inherit
}

.management-half__info__text p {
    font: 1.6rem/1.125 "OpenSans-Light", Arial, sans-serif;
    margin: 20px 0 0;
    letter-spacing: -.025em
}

.management-half__info__text p:first-child {
    margin-top: 0
}

@media(max-width:767px) {
    .management-half__info__text p {
        font: 1.6rem/1.5 "OpenSans-Light", Arial, sans-serif;
        margin: 25px 0 0
    }
}

.management-half__info__text ul:not([class]) {
    list-style-type: none;
    padding: 0;
    margin: 20px 0 0;
    font: 1.6rem/1.125 "OpenSans-Light", Arial, sans-serif
}

.management-half__info__text ul:not([class])>li {
    position: relative;
    padding-left: 15px
}

.management-half__info__text ul:not([class])>li:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #007dc3;
    position: absolute;
    left: 2px;
    top: 8px
}

.management-half__info__text ul:not([class])>li>ul {
    margin: 0;
    padding-left: 10px
}

.management-half__info__text ul:not([class])>li>ul>li:before {
    background: 0;
    border: 1px solid #007dc3;
    font: inherit
}

.management-half__info__text ul:not([class])>li>ul>li>ul {
    margin: 0;
    padding-left: 10px
}

.management-half__info__text ul:not([class])>li>ul>li>ul>li {
    font: inherit
}

.management-half__info__text ul:not([class])>li>ul>li>ul>li:before {
    background: #007dc3;
    width: 4px;
    height: 4px;
    border-radius: 0
}

.management-half__info__text ul:not([class])>li>ul>li>ul>li>ul {
    margin: 0;
    padding-left: 10px
}

.management-half__info__text ul:not([class])>li>ul>li>ul>li>ul>li {
    background: 0;
    border: 1px solid #007dc3;
    width: 4px;
    height: 4px;
    border-radius: 0;
    font: inherit
}

.management-half__info__text ol:not([class]) {
    list-style-position: inside;
    padding: 0;
    margin: 20px 0 0
}

.management-half__info__text ol:not([class]) ol {
    padding-left: 25px;
    margin: 0
}

.management-half__info__cta {
    margin: 45px 0 0
}

@media(max-width:767px) {
    .management-half__info__cta {
        margin: 18px 0 0;
        width: 100%
    }
}

.management-half__info__cta>.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    padding: 18px 39px 20px
}

@media(max-width:767px) {
    .management-half__info__cta>.btn {
        padding: 18px 15px 20px 8px
    }
}

.management-half__pic {
    min-height: 630px;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(50% + 15px);
    flex: 1 0 calc(50% + 15px);
    width: calc(50% + 15px);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

@media(max-width:1199px) {
    .management-half__pic {
        min-height: 500px
    }
}

@media(max-width:991px) {
    .management-half__pic {
        min-height: 500px;
        padding: 80px 15px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media(max-width:767px) {
    .management-half__pic {
        height: 65vw;
        min-height: 315px
    }
}

.management-half__pic__in {
    display: block;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: auto
}

@media(max-width:991px) {
    .management-half__pic__in {
        position: static;
        margin: 0 auto
    }
}

.management-section {
    background: #f8f8f8;
    padding: 79px 0 42px
}

@media(max-width:767px) {
    .management-section {
        padding: 46px 0 21px
    }
}

.management-section.blue-bg {
    background: #007dc3;
    color: #fff
}

@media(max-width:767px) {
    .management-section.blue-bg {
        padding: 54px 0 9px
    }
}

.management-section__pretitle {
    margin: 0 0 22px;
    text-align: center;
    font: 3.6rem/1 "PTSans-Narrow-Bold", Arial, sans-serif;
    color: #007dc3
}

@media(max-width:767px) {
    .management-section__pretitle {
        font: 2.4rem/1 "PTSans-Narrow-Bold", Arial, sans-serif;
        text-align: left;
        margin: 0 0 34px
    }
}

.management-section.blue-bg .management-section__pretitle {
    color: #fff
}

.management-section__pretitle--no-subtitle {
    margin: 0 0 81px
}

@media(max-width:767px) {
    .management-section__pretitle--no-subtitle {
        margin: 0 0 45px
    }
}

.management-section__title {
    color: #363636;
    letter-spacing: -.025em;
    margin: 0 0 60px;
    text-align: center;
    font: 3rem/1.2 "OpenSans-Light", Arial, sans-serif
}

@media(max-width:767px) {
    .management-section__title {
        text-align: left;
        margin: 0 0 44px
    }
}

.management-section.blue-bg .management-section__title {
    color: #fff
}

.management-section.blue-bg .management-section__title b,
.management-section.blue-bg .management-section__title strong {
    color: #58b4f5
}

.management-section__title b,
.management-section__title strong {
    color: #007dc3;
    font-weight: 400
}

.management-section__text {
    margin: 0 0 25px
}

@media(max-width:767px) {
    .management-section__text {
        margin-bottom: 0
    }
}

.management-section__text>.row {
    margin-bottom: 14px
}

@media(max-width:767px) {
    .management-section__text>.row {
        margin-bottom: 0
    }
}

.management-section__text>.row:last-child>[class*="col-"]:last-child .btn {
    margin-bottom: 0 !important
}

@media(max-width:767px) {
    .management-section__text>.row>[class*="col-"] {
        margin-bottom: 13px
    }
}

.management-section__text h3 {
    text-transform: uppercase;
    color: #007dc3;
    font: 2rem/1.2 "PTSans-Narrow-Bold", Arial, sans-serif;
    margin: 0 0 2px
}

.management-section.blue-bg .management-section__text h3 {
    color: #fff
}

@media(max-width:767px) {
    .management-section.blue-bg .management-section__text h3 {
        margin: 0 0 15px
    }
}

.management-section__text p {
    font: 1.6rem/1.45 "OpenSans-Light", Arial, sans-serif;
    letter-spacing: -0.025em
}

.management-section__text__btn {
    padding-left: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: none !important;
    background: none !important;
    color: #007dc3
}

@media(max-width:767px) {
    .management-section__text__btn {
        margin: 0 0 27px
    }
}

.management-section.blue-bg .management-section__text__btn {
    color: #fff
}

.management-section__text__btn:hover {
    color: #363636
}

.management-section__text__btn:hover .arrow {
    background: #363636
}

.management-section__text__btn:hover .arrow:after {
    border-color: transparent transparent transparent #363636
}

.management-section.blue-bg .management-section__text__btn:hover {
    color: #58b4f5
}

.management-section.blue-bg .management-section__text__btn:hover .arrow {
    background: #58b4f5
}

.management-section.blue-bg .management-section__text__btn:hover .arrow:after {
    border-color: transparent transparent transparent #58b4f5
}

.management-section.blue-bg .management-section__text__btn .arrow {
    background: #fff
}

.management-section.blue-bg .management-section__text__btn .arrow:after {
    border-color: transparent transparent transparent #fff
}

.management-section__pic {
    padding: 0 19px 0 0
}

.management-section__pic>img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.strategy {
    background: #ececec;
    padding: 83px 0 55px;
    text-align: center
}

.strategy--values {
    padding: 72px 0 33px
}

.strategy--five {
    padding: 69px 0 75px
}

@media(max-width:991px) {
    .strategy {
        padding: 60px 0 55px
    }
}

@media(max-width:767px) {
    .strategy {
        padding: 41px 0 10px
    }
}

.strategy__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%
}

.strategy--five .strategy__in {
    margin: 0 -10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.strategy__in>.row {
    min-width: 100%
}

.strategy__pretitle {
    font: 3.6rem/1 "PTSans-Narrow-Bold", Arial, sans-serif;
    margin: 0 0 40px
}

@media(max-width:991px) {
    .strategy__pretitle {
        margin: 0 0 30px
    }
}

@media(max-width:767px) {
    .strategy__pretitle {
        font: 2.4rem/1 "PTSans-Narrow-Bold", Arial, sans-serif;
        text-align: left;
        margin: 0 0 7px
    }
}

.strategy__pretitle--no-subtitle {
    margin: 0 0 79px
}

@media(max-width:767px) {
    .strategy__pretitle--no-subtitle {
        margin: 0 0 28px
    }
}

.strategy__title {
    margin: 0 0 71px;
    letter-spacing: -.025em;
    font: 3.4rem/1.24 "OpenSans-Light", Arial, sans-serif;
    color: #363636
}

@media(max-width:991px) {
    .strategy__title {
        margin: 0 0 40px
    }
}

@media(max-width:767px) {
    .strategy__title {
        font: 3rem/1.2 "OpenSans-Light", Arial, sans-serif;
        text-align: left;
        margin: 0 0 35px
    }

    .strategy__title br {
        display: none
    }
}

.strategy__title b,
.strategy__title strong {
    color: #007dc3;
    font-weight: 400
}

.strategy__text {
    font: 1.8rem/1.333 "OpenSans-Light", Arial, sans-serif;
    margin: 0 auto 44px;
    max-width: 770px;
    text-align: center
}

@media(max-width:767px) {
    .strategy__text {
        text-align: left
    }
}

.strategy__list {
    margin: 0 0 23px
}

.strategy__item {
    padding: 0 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:767px) {
    .strategy__item {
        padding: 0 0 15px
    }
}

.strategy--five .strategy__item {
    width: 20%;
    max-width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    padding: 0 10px;
    margin: 0 0 20px
}

@media(max-width:1199px) {
    .strategy--five .strategy__item {
        width: 25%;
        max-width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }
}

@media(max-width:991px) {
    .strategy--five .strategy__item {
        width: 33.33333%;
        max-width: 33.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%
    }
}

@media(max-width:767px) {
    .strategy--five .strategy__item {
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.strategy__item__in {
    min-height: 275px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 37px 28px 39px 28px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    background: #fff;
    -webkit-transition: background .3s;
    transition: background .3s
}

.strategy--three .strategy__item__in {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width:767px) {
    .strategy__item__in {
        padding: 34px 24px 39px 28px
    }
}

.strategy__item__in:hover {
    background: #007dc3
}

.strategy__item__in:hover .strategy__item__title,
.strategy__item__in:hover .strategy__item__text {
    color: #fff
}

.strategy__item__in:hover .strategy__item__more {
    color: #fff
}

.strategy__item__in:hover .strategy__item__more>.arrow {
    background: #fff
}

.strategy__item__in:hover .strategy__item__more>.arrow:after {
    border-color: transparent transparent transparent #fff
}

.strategy__item__in.no-link {
    cursor: default;
    background: #fff
}

.strategy__item__in.no-link .strategy__item__title {
    color: #007dc3 !important
}

.strategy__item__in.no-link .strategy__item__text {
    color: #363636
}

.strategy--three .strategy__item__in {
    min-height: 368px
}

@media(max-width:767px) {
    .strategy--three .strategy__item__in {
        min-height: 275px
    }
}

.strategy--five .strategy__item__in {
    min-height: 220px;
    padding: 35px 22px 30px 24px
}

@media(max-width:767px) {
    .strategy--five .strategy__item__in {
        min-height: 275px
    }
}

.strategy__item__title {
    font: 3.6rem/0.9 "PTSans-Narrow-Bold", Arial, sans-serif;
    color: #007dc3;
    text-transform: uppercase;
    -webkit-transition: color .3s;
    transition: color .3s;
    display: block;
    margin: 0 0 23px;
    max-width: 100%
}

@media(max-width:767px) {
    .strategy__item__title {
        font: 3rem/1.2 "PTSans-Narrow-Bold", Arial, sans-serif;
        margin: 0 0 20px
    }
}

.strategy--five .strategy__item__title {
    font: 3rem/1 "PTSans-Narrow-Bold", Arial, sans-serif
}

@media(max-width:767px) {
    .strategy--five .strategy__item__title {
        font: 3rem/1.2 "PTSans-Narrow-Bold", Arial, sans-serif
    }
}

.strategy__item__text {
    font: 2.1rem/1.14 "OpenSans-Light", Arial, sans-serif;
    display: block;
    -webkit-transition: color .3s;
    transition: color .3s;
    max-width: 100%;
    color: #363636
}

.strategy__item__more {
    font: 1.6rem/1 "PTSans-Narrow-Regular", Arial, sans-serif;
    text-transform: uppercase;
    color: #007dc3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color .3s;
    transition: color .3s
}

.strategy__item__more>.arrow {
    width: 25px;
    background: #007dc3
}

.strategy__item__more>.arrow:after {
    border-color: transparent transparent transparent #007dc3
}

.strategy__btn {
    display: inline-block;
    margin: 11px 0 16px
}

.strategy__btn>a {
    padding: 18px 80px 20px 93px
}

@media(max-width:767px) {
    .strategy__btn>a {
        padding: 18px 30px 20px
    }
}

.contact {
    background: #007dc3;
    color: #fff;
    padding: 90px 0 22px;
    position: relative;
    z-index: 3
}

@media(max-width:991px) {
    .contact {
        padding: 0
    }
}

.contact__head {
    margin: 0 0 59px
}

@media(max-width:991px) {
    .contact__head {
        display: none
    }
}

.contact__head__left {
    padding: 0 0 0 70px
}

.contact__head__right {
    padding: 0 0 17px
}

.contact__head__pretitle {
    color: #fff;
    font: 1.8rem/1.333 "PTSans-Narrow-Bold", Arial, sans-serif;
    display: block;
    margin: 0 0 63px
}

.contact__head__title {
    color: #fff;
    letter-spacing: -.025em
}

.contact__dropdown {
    display: none
}

.contact__dropdown .dropdown {
    border-bottom: 1px solid #fff
}

.contact__dropdown .dropdown .selected {
    font: 1.8rem/1 "PTSans-Narrow-Bold", Arial, sans-serif;
    text-transform: uppercase;
    padding: 12px 0
}

.contact__dropdown .dropdown .select-caret {
    fill: #fff;
    right: 0
}

.contact__dropdown .dropdown>div {
    z-index: 1;
    padding: 5px 0
}

.contact__dropdown .dropdown ul {
    overflow: hidden !important;
    border: 1px solid #fff
}

.contact__dropdown .dropdown ul>li {
    color: #363636;
    font: 1.8rem/1 "PTSans-Narrow-Regular", Arial, sans-serif;
    border: 0;
    position: relative;
    padding: 10px 14px 8px
}

.contact__dropdown .dropdown ul>li:before {
    content: "";
    display: block;
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 0;
    height: 1px;
    background: #d7d7d7;
    -webkit-transition: background .3s;
    transition: background .3s
}

.contact__dropdown .dropdown ul>li.active:before,
.contact__dropdown .dropdown ul>li:hover:before {
    background: #007dc3
}

.contact__dropdown .dropdown ul>li:first-child {
    display: none
}

.contact__dropdown .dropdown ul>li:first-child+li {
    padding: 28px 14px 8px;
    margin-top: -10px
}

.contact__dropdown .dropdown ul>li:last-child {
    padding: 10px 14px 18px
}

.contact__dropdown .dropdown ul>li:last-child:before {
    display: none
}

.contact__svgmap {
    position: relative
}

@media(max-width:991px) {
    .contact__svgmap {
        display: none
    }
}

.contact__svgmap>svg {
    width: 1170px;
    height: 608px
}

@media(max-width:1199px) {
    .contact__svgmap>svg {
        width: 960px;
        height: 496px
    }
}

.contact__svgmap__item {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    -webkit-transform: scale(0) translateZ(0);
    transform: scale(0) translateZ(0);
    -webkit-transition: opacity 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) 0s, z-index 0s ease .4s, background .3s ease .3s, -webkit-transform 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) 0s;
    transition: opacity 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) 0s, z-index 0s ease .4s, background .3s ease .3s, -webkit-transform 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) 0s;
    transition: transform 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) 0s, opacity 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) 0s, z-index 0s ease .4s, background .3s ease .3s;
    transition: transform 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) 0s, opacity 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) 0s, z-index 0s ease .4s, background .3s ease .3s, -webkit-transform 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) 0s
}

@media(max-width:1199px) {
    .contact__svgmap__item {
        width: 19px;
        height: 19px
    }
}

.contact__svgmap__item:hover {
    background: #363636;
    z-index: 2;
    -webkit-transition: opacity 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) 0s, z-index 0s ease 0s, background .3s ease 0s, -webkit-transform 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) 0s !important;
    transition: opacity 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) 0s, z-index 0s ease 0s, background .3s ease 0s, -webkit-transform 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) 0s !important;
    transition: transform 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) 0s, opacity 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) 0s, z-index 0s ease 0s, background .3s ease 0s !important;
    transition: transform 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) 0s, opacity 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) 0s, z-index 0s ease 0s, background .3s ease 0s, -webkit-transform 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) 0s !important
}

.contact__svgmap__item:hover>i {
    background: #fff;
    -webkit-transition: background .3s ease 0s, -webkit-transform 1s ease !important;
    transition: background .3s ease 0s, -webkit-transform 1s ease !important;
    transition: transform 1s ease, background .3s ease 0s !important;
    transition: transform 1s ease, background .3s ease 0s, -webkit-transform 1s ease !important
}

.contact__svgmap__item:hover>i:before {
    background: #fff;
    -webkit-transition: background .3s ease 0s, -webkit-transform 1s ease !important;
    transition: background .3s ease 0s, -webkit-transform 1s ease !important;
    transition: transform 1s ease, background .3s ease 0s !important;
    transition: transform 1s ease, background .3s ease 0s, -webkit-transform 1s ease !important
}

.contact__svgmap__item:hover>span {
    opacity: 1;
    bottom: 35px;
    visibility: visible;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

body.dom-is-loaded .contact__svgmap__item {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    opacity: 1
}

.contact__svgmap__item>i {
    display: block;
    position: absolute;
    background: #007dc3;
    top: 7px;
    bottom: 7px;
    width: 3px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(-540deg);
    transform: rotate(-540deg);
    -webkit-transition: background .3s ease, -webkit-transform 1s ease;
    transition: background .3s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, background .3s ease;
    transition: transform 1s ease, background .3s ease, -webkit-transform 1s ease
}

@media(max-width:1199px) {
    .contact__svgmap__item>i {
        bottom: 3px;
        top: 3px
    }
}

body.dom-is-loaded .contact__svgmap__item>i {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: background .3s ease .3s, -webkit-transform 1s ease;
    transition: background .3s ease .3s, -webkit-transform 1s ease;
    transition: transform 1s ease, background .3s ease .3s;
    transition: transform 1s ease, background .3s ease .3s, -webkit-transform 1s ease
}

body.dom-is-loaded .contact__svgmap__item>i:before {
    -webkit-transition: background .3s ease .3s, -webkit-transform 1s ease;
    transition: background .3s ease .3s, -webkit-transform 1s ease;
    transition: transform 1s ease, background .3s ease .3s;
    transition: transform 1s ease, background .3s ease .3s, -webkit-transform 1s ease
}

.contact__svgmap__item>i:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -5px;
    right: -5px;
    margin: auto;
    background: #007dc3;
    height: 3px;
    -webkit-transition: background .3s;
    transition: background .3s
}

@media(max-width:1199px) {
    .contact__svgmap__item>i:before {
        bottom: 3px;
        top: 3px
    }
}

.contact__svgmap__item>span {
    display: inline-block;
    background: #363636;
    padding: 11px 23px 11px 10px;
    font: 1.6rem/1 "PTSans-Narrow-Regular", Arial, sans-serif;
    color: #fff;
    position: absolute;
    bottom: 55px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateZ(0);
    transform: translateX(-50%) translateZ(0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease .3s;
    transition: all .3s ease .3s
}

.contact__svgmap__item>span:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #007dc3;
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: translateY(-34%);
    transform: translateY(-34%)
}

.contact__svgmap__item>span:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 6.5px 0 6.5px;
    border-color: #363636 transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.contact__svgmap__item--bermuda {
    top: 217px;
    left: 232px;
    -webkit-transition: opacity 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) .5s, background .3s ease .3s, -webkit-transform 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) .5s;
    transition: opacity 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) .5s, background .3s ease .3s, -webkit-transform 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) .5s;
    transition: transform 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) .5s, opacity 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) .5s, background .3s ease .3s;
    transition: transform 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) .5s, opacity 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) .5s, background .3s ease .3s, -webkit-transform 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) .5s
}

@media(max-width:1199px) {
    .contact__svgmap__item--bermuda {
        top: 177px;
        left: 190px
    }
}

.contact__svgmap__item--madrid {
    top: 160px;
    left: 504px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

@media(max-width:1199px) {
    .contact__svgmap__item--madrid {
        top: 131px;
        left: 416px
    }
}

.contact__svgmap__item--london {
    top: 106px;
    left: 522px;
    -webkit-transition: opacity 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) 1s, z-index 0s ease .4s, background .3s ease .3s, -webkit-transform 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) 1s;
    transition: opacity 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) 1s, z-index 0s ease .4s, background .3s ease .3s, -webkit-transform 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) 1s;
    transition: transform 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) 1s, opacity 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) 1s, z-index 0s ease .4s, background .3s ease .3s;
    transition: transform 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) 1s, opacity 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) 1s, z-index 0s ease .4s, background .3s ease .3s, -webkit-transform 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) 1s
}

@media(max-width:1199px) {
    .contact__svgmap__item--london {
        top: 86px;
        left: 430px
    }
}

.contact__svgmap__item--mauritius {
    bottom: 162px;
    left: 728px;
    -webkit-transition: opacity 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) .6s, z-index 0s ease .4s, background .3s ease .3s, -webkit-transform 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) .6s;
    transition: opacity 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) .6s, z-index 0s ease .4s, background .3s ease .3s, -webkit-transform 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) .6s;
    transition: transform 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) .6s, opacity 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) .6s, z-index 0s ease .4s, background .3s ease .3s;
    transition: transform 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) .6s, opacity 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) .6s, z-index 0s ease .4s, background .3s ease .3s, -webkit-transform 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) .6s
}

@media(max-width:1199px) {
    .contact__svgmap__item--mauritius {
        bottom: 132px;
        left: 596px
    }
}

.contact__svgmap__item--geneva {
    top: 130px;
    left: 543px;
    -webkit-transition: opacity 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) .3s, z-index 0s ease .4s, background .3s ease .3s, -webkit-transform 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) .3s;
    transition: opacity 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) .3s, z-index 0s ease .4s, background .3s ease .3s, -webkit-transform 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) .3s;
    transition: transform 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) .3s, opacity 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) .3s, z-index 0s ease .4s, background .3s ease .3s;
    transition: transform 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) .3s, opacity 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) .3s, z-index 0s ease .4s, background .3s ease .3s, -webkit-transform 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) .3s
}

@media(max-width:1199px) {
    .contact__svgmap__item--geneva {
        top: 111px;
        left: 446px
    }
}

.contact__svgmap__item--zurich {
    top: 134px;
    left: 570px;
    -webkit-transition: opacity 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) .6s, z-index 0s ease .4s, background .3s ease .3s, -webkit-transform 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) .6s;
    transition: opacity 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) .6s, z-index 0s ease .4s, background .3s ease .3s, -webkit-transform 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) .6s;
    transition: transform 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) .6s, opacity 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) .6s, z-index 0s ease .4s, background .3s ease .3s;
    transition: transform 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) .6s, opacity 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) .6s, z-index 0s ease .4s, background .3s ease .3s, -webkit-transform 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) .6s
}

@media(max-width:1199px) {
    .contact__svgmap__item--zurich {
        top: 113px;
        left: 467px
    }
}

.contact__svgmap__item--luxembourg {
    top: 94px;
    left: 582px;
    -webkit-transition: opacity 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) 1.2s, z-index 0s ease .4s, background .3s ease .3s, -webkit-transform 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) 1.2s;
    transition: opacity 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) 1.2s, z-index 0s ease .4s, background .3s ease .3s, -webkit-transform 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) 1.2s;
    transition: transform 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) 1.2s, opacity 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) 1.2s, z-index 0s ease .4s, background .3s ease .3s;
    transition: transform 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) 1.2s, opacity 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) 1.2s, z-index 0s ease .4s, background .3s ease .3s, -webkit-transform 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) 1.2s
}

@media(max-width:1199px) {
    .contact__svgmap__item--luxembourg {
        top: 79px;
        left: 478px
    }
}

.contact__svgmap__item--milan {
    top: 149px;
    left: 606px;
    -webkit-transition: opacity 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) .2s, z-index 0s ease .4s, background .3s ease .3s, -webkit-transform 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) .2s;
    transition: opacity 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) .2s, z-index 0s ease .4s, background .3s ease .3s, -webkit-transform 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) .2s;
    transition: transform 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) .2s, opacity 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) .2s, z-index 0s ease .4s, background .3s ease .3s;
    transition: transform 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) .2s, opacity 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) .2s, z-index 0s ease .4s, background .3s ease .3s, -webkit-transform 1s cubic-bezier(0.57, 0.21, 0.69, 3.25) .2s
}

@media(max-width:1199px) {
    .contact__svgmap__item--milan {
        top: 120px;
        left: 497px
    }
}

.contact__overlay {
    position: fixed;
    top: 93px;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: all .3s;
    transition: all .3s
}

@media(max-width:991px) {
    .contact__overlay {
        display: none !important
    }
}

.contact__overlay.is-opened {
    opacity: 1;
    z-index: 5;
    visibility: visible
}

body.admin-bar .contact__overlay {
    top: 125px
}

.contact-info {
    position: fixed;
    top: 93px;
    bottom: 0;
    right: -65%;
    width: calc(50% + 15px);
    background: #fff;
    z-index: 20;
    color: #363636;
    -webkit-box-shadow: 0 -2px 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 -2px 30px rgba(0, 0, 0, 0.5);
    font: 1.4rem/1.7 "OpenSans-Regular", Arial, sans-serif;
    -webkit-transition: right .7s;
    transition: right .7s
}

@media(max-width:991px) {
    .contact-info {
        position: relative;
        width: 100%;
        right: 0;
        top: 0 !important;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.contact-info.is-opened {
    right: 0
}

.contact-info__in {
    overflow: auto;
    position: absolute;
    padding: 82px 15px 25px 30px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

@media(max-width:1199px) {
    .contact-info__in {
        padding: 82px 15px 25px 20px
    }
}

@media(max-width:991px) {
    .contact-info__in {
        position: relative;
        max-height: none !important
    }
}

@media(max-width:767px) {
    .contact-info__in {
        padding: 40px 15px 25px
    }
}

body.admin-bar .contact-info__in {
    max-height: calc(100vh - 125px)
}

body.admin-bar .contact-info {
    top: 125px
}

.contact-info__close {
    display: inline-block;
    position: absolute;
    right: 47px;
    top: 26px;
    padding: 10px 34px 10px 20px;
    font: 1.7rem/1 "PTSans-Narrow-Regular", Arial, sans-serif;
    color: #363636;
    text-transform: uppercase;
    cursor: pointer
}

@media(max-width:991px) {
    .contact-info__close {
        display: none
    }
}

.contact-info__close:hover>svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.contact-info__close>svg {
    fill: #363636;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 7px;
    right: 0;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.contact-info__switch {
    position: absolute;
    right: 100%;
    top: 67px;
    background: #007dc3;
    -webkit-transition: background .3s;
    transition: background .3s;
    cursor: pointer;
    padding: 19px 17px 21px 15px
}

.contact-info__switch:hover {
    background: #363636
}

.contact-info__switch__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contact-info__switch__in>svg {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    fill: #fff;
    -webkit-transition: fill .3s;
    transition: fill .3s;
    width: 28px;
    height: 30px;
    display: inline-block;
    margin: 0 10px 0 0
}

.contact-info__switch__text {
    display: block;
    color: #fff;
    -webkit-transition: color .3s;
    transition: color .3s;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.contact-info__switch__text>span {
    white-space: nowrap;
    text-transform: uppercase;
    font: 1.425rem/1 "PTSans-Narrow-Bold", Arial, sans-serif;
    letter-spacing: -.01em
}

.contact-info__content {
    width: 100%;
    max-width: 570px
}

@media(max-width:991px) {
    .contact-info__content {
        margin: 0 auto
    }
}

.contact-info__view-map {
    display: none;
    margin: 0 0 30px
}

@media(max-width:767px) {
    .contact-info__view-map {
        display: block
    }
}

.contact-info__view-map>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none
}

.contact-info__view-map>a>svg {
    width: 14px;
    height: 21px;
    fill: #007dc3;
    margin-right: 8px
}

.contact-info__view-map>a>span {
    font: 1.4rem/1.7 "OpenSans-Bold", Arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    color: #007dc3
}

.contact-info__dropdown {
    max-width: 170px;
    margin: 0 0 50px
}

@media(max-width:991px) {
    .contact-info__dropdown {
        max-width: 270px
    }
}

@media(max-width:767px) {
    .contact-info__dropdown {
        max-width: 100%
    }
}

.contact-info__dropdown .dropdown {
    border-bottom: 1px solid #363636
}

.contact-info__dropdown .dropdown .selected {
    font: 1.8rem/1 "PTSans-Narrow-Bold", Arial, sans-serif;
    text-transform: uppercase;
    padding: 12px 0;
    color: #007dc3
}

.contact-info__dropdown .dropdown .select-caret {
    fill: #007dc3;
    right: 0
}

.contact-info__dropdown .dropdown>div {
    z-index: 1
}

.contact-info__dropdown .dropdown ul {
    overflow: hidden !important;
    border: 1px solid #fff;
    padding: 0
}

.contact-info__dropdown .dropdown ul>li {
    color: #363636;
    font: 1.8rem/1 "PTSans-Narrow-Regular", Arial, sans-serif;
    border: 0;
    position: relative;
    padding: 10px 14px 8px
}

.contact-info__dropdown .dropdown ul>li:before {
    content: "";
    display: block;
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 0;
    height: 1px;
    background: #d7d7d7;
    -webkit-transition: background .3s;
    transition: background .3s
}

.contact-info__dropdown .dropdown ul>li.active:before,
.contact-info__dropdown .dropdown ul>li:hover:before {
    background: #007dc3
}

.contact-info__dropdown .dropdown ul>li:first-child {
    padding: 18px 14px 8px
}

.contact-info__dropdown .dropdown ul>li:last-child {
    padding: 10px 14px 18px
}

.contact-info__dropdown .dropdown ul>li:last-child:before {
    display: none
}

.contact-info__title {
    display: block;
    margin: 0 0 20px;
    font: 3.6rem/1 "OpenSans-Light", Arial, sans-serif
}

@media(max-width:767px) {
    .contact-info__title {
        margin: 0 0 12px
    }
}

.contact-info__subtitle {
    font: 1.8rem/1.34 "OpenSans-Regular", Arial, sans-serif;
    margin: 0 0 30px
}

.contact-info__ajax {
    display: none
}

.contact-info__contacts {
    font: 1.4rem/1.7 "OpenSans-Regular", Arial, sans-serif;
    margin: 0 0 41px
}

@media(max-width:767px) {
    .contact-info__contacts {
        margin: 0 0 25px
    }
}

@media(max-width:767px) {
    .contact-info__contacts__item--left {
        margin: 0 0 26px
    }
}

.contact-info__contacts__item>ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.contact-info__contacts__item>ul>li a {
    color: #363636
}

.contact-info__contacts__item>ul>li a:hover {
    color: #007dc3
}

.contact-info__contacts__item>ul>li a>span {
    color: #007dc3;
    font-family: "OpenSans-Bold", Arial, sans-serif
}

.contact-info__contacts__item>ul>li>span {
    color: #363636
}

.contact-info__contacts__item>ul>li>span>span {
    color: #007dc3;
    font-family: "OpenSans-Bold", Arial, sans-serif
}

.contact-info__docs {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 26px
}

@media(max-width:767px) {
    .contact-info__docs {
        margin: 0 0 28px
    }
}

.contact-info__docs__title {
    display: block;
    position: relative;
    padding: 25px 0;
    cursor: pointer;
    font: 2.8rem/1.28 "OpenSans-Light", Arial, sans-serif;
    -webkit-transition: color .3s;
    transition: color .3s
}

@media(max-width:767px) {
    .contact-info__docs__title {
        padding: 18px 0;
        font: 2.4rem/1.28 "OpenSans-Light", Arial, sans-serif
    }
}

.contact-info__docs__title:hover {
    color: #007dc3
}

.contact-info__docs__title>svg {
    pointer-events: none;
    fill: #007dc3;
    width: 17px;
    height: 12px;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: absolute;
    right: 4px;
    top: 50%;
    margin-top: -7px
}

.contact-info__docs__title.is-opened>svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.contact-info__docs__body {
    display: none
}

.contact-info__docs__subtitle {
    display: block;
    margin: 0 0 26px
}

.contact-info__docs__list {
    padding: 0 0 9px;
    list-style-type: none
}

.contact-info__docs__list>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #007dc3;
    margin: 0 0 21px
}

.contact-info__docs__list>li>a:hover {
    color: #363636
}

.contact-info__docs__list>li>a:hover>svg {
    fill: #363636
}

.contact-info__docs__list>li>a>svg {
    fill: #007dc3;
    width: 25px;
    height: 26px;
    margin-right: 8px
}

.contact-info__form {
    position: relative
}

.contact-info__form form {
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.contact-info__form.is-sent form {
    opacity: 0
}

.contact-info__form.is-sent .contact-info__form__title {
    opacity: 0
}

.contact-info__form__title {
    font: 2.8rem/1.28 "OpenSans-Light", Arial, sans-serif;
    display: block;
    margin: 0 0 54px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

@media(max-width:767px) {
    .contact-info__form__title {
        font: 2.4rem/1.28 "OpenSans-Light", Arial, sans-serif;
        margin: 0 0 43px
    }
}

.contact-info__form__group {
    position: relative;
    border-bottom: 1px solid rgba(54, 54, 54, 0.5);
    margin: 0 0 29px
}

.contact-info__form__group--textarea {
    margin: 0 0 7px
}

.contact-info__form__group--noborder {
    border-bottom: none !important;
    padding-right: 0
}

.contact-info__form__group--noborder>span {
    display: none !important
}

.contact-info__form__group>label {
    display: block;
    text-transform: uppercase;
    font: 1.4rem/1 "PTSans-Narrow-Bold", Arial, sans-serif;
    margin: 0 0 -10px
}

.contact-info__form__group>label.error-label>span {
    color: #c72127
}

.contact-info__form__group>label.error-label>span.error {
    text-transform: none;
    font-family: "PTSans-Narrow-Regular", Arial, sans-serif
}

.contact-info__form__group>label.error-label>span.error:before {
    content: " - "
}

.contact-info__form__group>label.error-label~span:before {
    width: 51px
}

.contact-info__form__group input[type="text"],
.contact-info__form__group input[type="email"],
.contact-info__form__group textarea {
    display: block;
    width: 100%;
    border: none !important;
    font: 1.6rem/2.8 "OpenSans-Light", Arial, sans-serif;
    color: #363636;
    background-color: transparent;
    border: 0 !important;
    outline: 0 !important;
    padding: 0 30px 0 0;
    position: relative;
    z-index: 1;
    height: 41px;
    resize: none
}

.contact-info__form__group input[type="text"]:focus~span,
.contact-info__form__group input[type="email"]:focus~span,
.contact-info__form__group textarea:focus~span {
    width: 100%
}

.contact-info__form__group input[type="text"]:focus~svg,
.contact-info__form__group input[type="email"]:focus~svg,
.contact-info__form__group textarea:focus~svg {
    fill: #007dc3
}

.contact-info__form__group input[type="text"]:-webkit-autofill,
.contact-info__form__group input[type="text"]:-webkit-autofill:hover,
.contact-info__form__group input[type="text"]:-webkit-autofill:focus,
.contact-info__form__group input[type="text"]:-webkit-autofill:active,
.contact-info__form__group input[type="email"]:-webkit-autofill,
.contact-info__form__group input[type="email"]:-webkit-autofill:hover,
.contact-info__form__group input[type="email"]:-webkit-autofill:focus,
.contact-info__form__group input[type="email"]:-webkit-autofill:active,
.contact-info__form__group textarea:-webkit-autofill,
.contact-info__form__group textarea:-webkit-autofill:hover,
.contact-info__form__group textarea:-webkit-autofill:focus,
.contact-info__form__group textarea:-webkit-autofill:active {
    -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
    -webkit-transition-delay: 9999s
}

.contact-info__form__group textarea {
    line-height: 1.6;
    min-height: 26px;
    height: 26px;
    margin-top: 14px
}

.contact-info__form__group>span {
    height: 1px;
    width: 0;
    background: #007dc3;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    -webkit-transition: width .4s;
    transition: width .4s
}

.contact-info__form__group>span:before {
    content: "";
    height: 1px;
    width: 0;
    background: #c72127;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: width .4s;
    transition: width .4s
}

.contact-info__form__group>svg {
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    fill: #cbcbcb;
    right: 1px;
    bottom: 11px;
    -webkit-transition: fill .2s ease .2s;
    transition: fill .2s ease .2s;
    z-index: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.contact-info__form__group>svg.icon-company {
    height: 22px;
    bottom: 14px
}

.contact-info__form__group>svg.icon-email {
    height: 15px;
    bottom: 15px
}

.contact-info__form__footer {
    margin: 23px 0
}

@media(max-width:767px) {
    .contact-info__form__footer {
        margin: 14px 0 28px
    }
}

.contact-info__form__footer__btn {
    display: block;
    width: 100%;
    text-align: center;
    background: 0;
    border: 1px solid #007dc3;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    padding: 15px 12px 13px 20px;
    position: relative
}

.contact-info__form__footer__btn:hover {
    background: #007dc3
}

.contact-info__form__footer__btn:hover>span {
    color: #fff
}

.contact-info__form__footer__btn:hover>span .arrow {
    background: #fff
}

.contact-info__form__footer__btn:hover>span .arrow:after {
    border-color: transparent transparent transparent #fff
}

.contact-info__form__footer__btn:disabled {
    background-color: #007dc3 !important
}

.contact-info__form__footer__btn:disabled>img {
    opacity: 1
}

.contact-info__form__footer__btn:disabled>span {
    opacity: 0
}

.contact-info__form__footer__btn>span {
    font: 1.6rem/1.4 "PTSans-Narrow-Regular", Arial, sans-serif;
    text-transform: uppercase;
    color: #007dc3;
    -webkit-transition: color .3s;
    transition: color .3s;
    display: inline-block;
    position: relative;
    padding: 0 47px 0 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.contact-info__form__footer__btn>span>.arrow {
    top: 39%;
    position: absolute;
    bottom: auto;
    right: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    background: #007dc3
}

.contact-info__form__footer__btn>span>.arrow:after {
    border-color: transparent transparent transparent #007dc3
}

.contact-info__form__footer__btn>img {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 35px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.contact-info__form.is-sent .contact-info__form__thanks {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible
}

.contact-info__form__thanks {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: all .3s ease .1s;
    transition: all .3s ease .1s;
    position: absolute;
    left: 15px;
    right: 15px;
    padding: 50px 0 40px;
    top: 0;
    color: #363636
}

.contact-info__form__thanks__in {
    text-align: center
}

.contact-info__form__thanks__pic {
    margin: 0 0 18px
}

.contact-info__form__thanks__pic>svg {
    fill: #007dc3;
    width: 161px;
    height: 120px
}

.contact-info__form__thanks__title {
    font: 2.8rem/1.2 "OpenSans-Light", Arial, sans-serif;
    display: block;
    margin: 0 0 19px
}

.contact-info__form__thanks__txt {
    font: 1.7rem/1.76 "OpenSans-Light", Arial, sans-serif;
    display: block;
    margin: 0
}

.contact-map {
    position: fixed;
    top: 93px;
    bottom: 0;
    left: -50%;
    width: calc(50% - 15px);
    -webkit-transition: left .7s;
    transition: left .7s;
    z-index: 5;
    color: #363636
}

@media(max-width:991px) {
    .contact-map {
        display: none
    }
}

.contact-map.is-opened {
    left: 0
}

body.admin-bar .contact-map {
    top: 125px
}

.contact-map__in {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.contact-map__item {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.page404 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.page404__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: calc(100vh - 93px);
    padding: 78px 0;
    text-align: center
}

@media(max-width:767px) {
    .page404__in {
        padding: 30px 0
    }
}

.page404__pretitle {
    font: 3.6rem/1.1 "PTSans-Narrow-Bold", Arial, sans-serif;
    text-transform: uppercase;
    color: #007dc3;
    margin: 0
}

@media(max-width:767px) {
    .page404__pretitle {
        font: 2.4rem/1.4 "PTSans-Narrow-Bold", Arial, sans-serif
    }
}

.page404__title {
    font: 4rem/1.2 "OpenSans-Light", Arial, sans-serif;
    color: #363636;
    letter-spacing: -.035em;
    margin: 0 0 32px
}

@media(max-width:767px) {
    .page404__title {
        font: 3rem/1.2 "OpenSans-Light", Arial, sans-serif;
        margin: 0 0 23px
    }
}

.page404__btn {
    text-align: center
}

@media(max-width:767px) {
    .page404__btn {
        width: 100%
    }
}

.page404__btn>a {
    border: 1px solid #007dc3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 268px;
    padding: 17px 7px 17px 15px;
    -webkit-transition: background .3s;
    transition: background .3s
}

@media(max-width:767px) {
    .page404__btn>a {
        width: 100%
    }
}

.page404__btn>a:hover {
    background: #007dc3
}

.page404__btn>a:hover span {
    color: #fff
}

.page404__btn>a:hover .arrow {
    background: #fff
}

.page404__btn>a:hover .arrow:after {
    border-color: transparent transparent transparent #fff
}

.page404__btn>a span {
    text-transform: uppercase;
    color: #007dc3;
    font: 1.6rem/1.2 "PTSans-Narrow-Regular", Arial, sans-serif;
    -webkit-transition: color .3s;
    transition: color .3s
}

.page404__btn>a .arrow {
    margin-left: 5px;
    background: #007dc3
}

.page404__btn>a .arrow:after {
    border-color: transparent transparent transparent #007dc3
}

.person {
    background: #f3f3f3
}

.person__head {
    overflow: hidden;
    position: relative;
    background: #007dc3;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

@media(max-width:991px) {
    .person__head {
        background-image: none !important
    }
}

.person__head__in {
    height: 590px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width:991px) {
    .person__head__in {
        height: auto
    }
}

.person__head__content {
    background: #007dc3;
    min-height: 372px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    color: #fff;
    padding: 34px 71px 34px 0;
    position: relative;
    left: -50vw;
    -webkit-transition: left .5s ease-out 1s;
    transition: left .5s ease-out 1s
}

body.dom-is-loaded .person__head__content {
    left: 0
}

@media(max-width:991px) {
    .person__head__content {
        min-height: 0;
        padding: 40px 0 46px;
        position: static
    }
}

.person__head__content:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 100%;
    bottom: 0;
    background: #007dc3;
    width: 50vw
}

.person__head__content__quote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.person__head__content__quote__in {
    font: 4.8rem/1 "OpenSans-Light", Arial, sans-serif;
    letter-spacing: -.025em;
    margin: 0 0 9px
}

@media(max-width:991px) {
    .person__head__content__quote__in {
        font: 3rem/1.2 "OpenSans-Light", Arial, sans-serif;
        margin: 0 0 40px
    }
}

@media(max-width:480px) {
    .person__head__content__quote__in br {
        display: none
    }
}

.person__head__content__footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.person__head__content__name {
    display: block;
    font: 1.8rem/1.4 "PTSans-Narrow-Regular", Arial, sans-serif
}

.person__head__content__position {
    display: block;
    font: 1.3rem/1.4 "PTSans-Narrow-Bold", Arial, sans-serif;
    text-transform: uppercase
}

.person__head__photo {
    position: absolute;
    left: 50%;
    bottom: 0;
    max-width: 600px;
    padding-left: 15px;
    max-height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

@media(min-width:992px) {
    .person__head__photo {
        background-image: none !important
    }
}

@media(max-width:991px) {
    .person__head__photo {
        padding: 10px 0 0;
        position: static;
        max-width: 100%
    }
}

.person__head__photo>img {
    display: block;
    max-width: 100%;
    height: auto
}

@media(max-width:991px) {
    .person__head__photo>img {
        max-width: 600px;
        margin: 0 auto
    }
}

@media(max-width:767px) {
    .person__head__photo>img {
        max-width: 100%
    }
}

.person__in {
    background: #fff;
    padding: 111px 0 100px
}

@media(max-width:991px) {
    .person__in {
        padding: 50px 15px 40px
    }
}

@media(max-width:767px) {
    .person__in {
        margin-left: -15px;
        margin-right: -15px;
        padding: 36px 15px 0
    }
}

.person__department {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 0 0 50px
}

@media(max-width:991px) {
    .person__department {
        padding: 5px 0 0 25px
    }
}

.person__department__in {
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    font: 9.6rem/0.37 "OpenSans-Light", Arial, sans-serif;
    color: #f3f3f3;
    white-space: nowrap;
    max-width: 70px
}

@media(max-width:991px) {
    .person__department__in {
        font: 7.6rem/0.37 "OpenSans-Light", Arial, sans-serif;
        max-width: 28px
    }
}

.side-nav {
    position: absolute;
    left: -100px;
    top: 40%;
    z-index: 100;
    -webkit-transition: left .4s ease-out 1.5s;
    transition: left .4s ease-out 1.5s
}

body.dom-is-loaded .side-nav {
    left: 0
}

.side-nav.is-sticky {
    top: 93px;
    position: fixed
}

body.admin-bar .side-nav.is-sticky {
    top: 125px
}

@media(max-width:991px) {
    .side-nav {
        position: static !important;
        margin: 2px 0 0
    }
}

.side-nav>ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

@media(max-width:991px) {
    .side-nav>ul {
        max-width: 690px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto
    }
}

.side-nav>ul>li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 0
}

@media(max-width:991px) {
    .side-nav>ul>li {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media(max-width:991px) {
    .side-nav>ul>li:last-child {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
}

.side-nav__item {
    background: #007dc3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 92px;
    height: 92px;
    padding-left: 92px;
    position: relative
}

@media(max-width:991px) {
    .side-nav__item {
        width: 100%
    }
}

.side-nav__item:hover .side-nav__item__icon-wrap {
    background: #363636
}

.side-nav__item:hover .side-nav__item__icon-wrap--all {
    background: #007dc3
}

.side-nav__item:hover .side-nav__item__info {
    left: -92px
}

.side-nav__item__icon-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #007dc3;
    z-index: 2;
    -webkit-transition: background .3s;
    transition: background .3s
}

.side-nav__item__icon-wrap>i {
    position: absolute
}

.side-nav__item__icon-wrap--all {
    background: #363636
}

.side-nav__item__icon-wrap--all:hover {
    background: #007dc3
}

.side-nav__item__info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 292px;
    max-width: 292px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 292px;
    flex: 0 0 292px;
    background: #fff;
    padding: 10px 15px 10px 110px;
    -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.4);
    z-index: 1;
    left: -292px;
    -webkit-transition: left .3s;
    transition: left .3s
}

@media(max-width:991px) {
    .side-nav__item__info {
        display: none !important
    }
}

.side-nav__item__pretitle {
    color: #007dc3;
    text-transform: uppercase;
    font: 1.4rem/1.3 "OpenSans-Bold", Arial, sans-serif
}

.side-nav__item__title {
    color: #363636;
    font: 1.4rem/1.3 "OpenSans-Regular", Arial, sans-serif
}

.side-nav__item--all {
    background: #363636
}

@media(max-width:991px) {
    .side-nav__item--all {
        border-left: 1px solid #f3f3f3;
        border-right: 1px solid #f3f3f3
    }
}

.side-nav__item--all:hover {
    background: #007dc3
}

.side-nav__item--all__icon {
    display: block;
    width: 32px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 4px;
    left: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
    padding-left: 7px
}

.side-nav__item--all__icon>i {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: relative
}

.side-nav__item--all__icon>i:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -7px;
    width: 4px;
    background: #fff
}

.side-nav__item--prev:hover {
    background: #363636
}

.side-nav__item--prev__icon {
    width: 42px;
    height: 2px;
    top: 4px;
    left: 0;
    bottom: 0;
    right: 14px;
    margin: auto
}

.side-nav__item--next__icon {
    width: 42px;
    height: 2px;
    top: 8px;
    left: 12px;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.bctt-click-to-tweet {
    border: 0;
    margin: 72px 0 56px;
    border-radius: 0;
    padding: 0
}

@media(max-width:991px) {
    .bctt-click-to-tweet {
        margin: 0 0 32px
    }
}

.bctt-click-to-tweet:hover .bctt-ctt-text>a {
    color: #363636 !important
}

.bctt-click-to-tweet:hover a.bctt-ctt-btn {
    background: #363636 !important
}

@media(max-width:991px) {
    .bctt-click-to-tweet:hover a.bctt-ctt-btn {
        background: none !important
    }
}

.bctt-ctt-text {
    position: relative;
    display: block
}

.bctt-ctt-text>a {
    border-left: 4px solid #007dc3;
    font: 2.4rem/1.25 "OpenSans-Light", Arial, sans-serif !important;
    font-weight: normal !important;
    color: #007dc3 !important;
    display: block;
    padding: 0 110px 0 20px;
    margin: 0 !important
}

@media(max-width:991px) {
    .bctt-ctt-text>a {
        padding: 0 0 0 20px;
        font: 1.8rem/1.33 "OpenSans-Light", Arial, sans-serif !important
    }
}

a.bctt-ctt-btn {
    background: #007dc3 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    width: 60px;
    height: 62px;
    top: 0;
    right: 0;
    padding: 10px 5px 5px;
    -webkit-transition: background .3s;
    transition: background .3s
}

@media(max-width:991px) {
    a.bctt-ctt-btn {
        position: static;
        float: none;
        background: none !important;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: auto;
        height: auto;
        width: 100%;
        padding: 11px 0 0 20px;
        border-left: 4px solid #007dc3
    }
}

a.bctt-ctt-btn>svg {
    fill: #fff;
    width: 19px;
    height: 15px;
    margin: 0 0 5px
}

@media(max-width:991px) {
    a.bctt-ctt-btn>svg {
        fill: #007dc3;
        margin: 0 7px 0 0
    }
}

a.bctt-ctt-btn>span {
    color: #fff;
    font: 1.2rem/1.4 "PTSans-Narrow-Bold", Arial, sans-serif;
    display: block;
    text-transform: uppercase
}

@media(max-width:991px) {
    a.bctt-ctt-btn>span {
        color: #007dc3;
        position: relative;
        top: -2px
    }
}

.article {
    background: #ececec;
    padding: 58px 0 0
}

@media(max-width:767px) {
    .article {
        padding: 15px 0 0
    }
}

.article__head__in {
    background: #007dc3;
    color: #000
}

.article__head__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.article__head__wrap-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 0 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 325px
}

@media(max-width:1024px) {
    .article__head__wrap-inner {
        padding: 48px 15px 21px;
        min-height: 0
    }
}

.article__head__pretitle {
    text-transform: uppercase;
    font: 1.8rem/1.4 "PTSans-Narrow-Bold", Arial, sans-serif;
    display: block;
    margin: 0 0 19px;
    color: #fff
}

@media(max-width:767px) {
    .article__head__pretitle {
        margin: 0 0 46px;
        font: 2.4rem/1.4 "PTSans-Narrow-Bold", Arial, sans-serif
    }
}

.article__head__title {
    font: 4.8rem/1 "OpenSans-Light", Arial, sans-serif;
    display: block;
    margin: 0 0 10px;
    color: #fff
}

@media(max-width:767px) {
    .article__head__title {
        font: 3rem/1.2 "OpenSans-Light", Arial, sans-serif;
        margin: 0 0 40px
    }
}

.article__head__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.article__head__author:hover .article__head__author__info__name {
    text-decoration: underline
}

.article__head__author__photo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42px;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    display: block;
    margin: 0 12px 0 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

@media(max-width:767px) {
    .article__head__author__photo {
        margin: 0 8px 0 0
    }
}

.article__head__author__info__name {
    font: 1.6rem/1 "PTSans-Narrow-Regular", Arial, sans-serif;
    color: #fff;
    display: block;
    -webkit-transition: color .3s;
    transition: color .3s;
    margin: 0 0 3px
}

.article__head__author__info__date {
    font: 1.4rem/1 "PTSans-Narrow-Regular", Arial, sans-serif;
    display: block;
    -webkit-transition: color .3s;
    transition: color .3s;
    color: #fff
}

@media(max-width:991px) {
    .article__share {
        display: none
    }
}

.article__share__list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width:1199px) {
    .article__share__list {
        margin-right: -15px
    }
}

.article__share__list>li {
    margin: 7px 0 0
}

.article__share__list>li:first-child {
    margin: 0
}

.article__share__list>li>a {
    padding: 10px;
    display: inline-block
}

.article__share__list>li>a:hover>svg {
    fill: #007dc3
}

.article__share__list>li>a>svg {
    fill: #636464
}

.article__share__list>li>a>svg.icon--fb {
    width: 9px;
    height: 17px
}

.article__share__list>li>a>svg.icon--tw {
    width: 17px;
    height: 13px
}

.article__share__list>li>a>svg.icon--in {
    width: 14px;
    height: 14px
}

.article__share__list>li>a>svg.icon--mail {
    width: 19px;
    height: 12px
}

.article__in {
    background: #fff;
    padding: 60px 0 56px
}

@media(max-width:991px) {
    .article__in {
        padding: 31px 15px 18px
    }
}

.article__content {
    margin: 0 0 40px
}

.article__content a {
    color: #007dc3;
    text-decoration: underline
}

.article__content a:hover {
    text-decoration: none
}

.article__content__share {
    display: none
}

@media(max-width:991px) {
    .article__content__share {
        display: block
    }
}

.article__content__share__title {
    display: block;
    text-transform: uppercase;
    color: #007dc3;
    font: 1.6rem/1.4 "PTSans-Narrow-Bold", Arial, sans-serif;
    margin: 0 0 12px;
    letter-spacing: -.01em
}

.article__content__share__list {
    padding: 0;
    margin: 0 0 0 -10px;
    list-style-type: none;
    display: table
}

.article__content__share__list>li {
    padding: 0 11px 0 0;
    display: table-cell;
    vertical-align: middle
}

.article__content__share__list>li>a {
    padding: 10px;
    display: inline-block
}

.article__content__share__list>li>a:hover>svg {
    fill: #007dc3
}

.article__content__share__list>li>a>svg {
    fill: #636464;
    display: block
}

.article__content__share__list>li>a>svg.icon--fb {
    width: 9px;
    height: 17px
}

.article__content__share__list>li>a>svg.icon--tw {
    width: 17px;
    height: 13px
}

.article__content__share__list>li>a>svg.icon--in {
    width: 14px;
    height: 14px
}

.article__content__share__list>li>a>svg.icon--mail {
    width: 19px;
    height: 12px
}

.article__tags {
    margin: 6px 0 0;
    padding: 26px 0 26px;
    border-top: 1px solid #cbcbcb
}

@media(max-width:767px) {
    .article__tags {
        padding: 26px 0 10px
    }
}

.article__tags__title {
    display: block;
    text-transform: uppercase;
    color: #007dc3;
    font: 1.6rem/1.4 "PTSans-Narrow-Bold", Arial, sans-serif;
    margin: 0 0 15px;
    letter-spacing: -.01em
}

.article__tags__list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.article__tags__list>li {
    margin: 0 14px 11px 0
}

.article__tags__list>li>a {
    border: 1px solid #cbcbcb;
    min-width: 114px;
    padding: 4px 15px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 41px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.article__tags__list>li>a:hover {
    background: #363636;
    border-color: #363636
}

.article__tags__list>li>a:hover>span {
    color: #fff
}

.article__tags__list>li>a>span {
    font: 1.4rem/1.3 "OpenSans-Regular", Arial, sans-serif;
    letter-spacing: -.01em;
    color: #363636;
    -webkit-transition: color .3s;
    transition: color .3s
}

.article__back {
    padding: 38px 0 0;
    border-top: 1px solid #cbcbcb
}

@media(max-width:767px) {
    .article__back {
        padding: 22px 0 0
    }
}

.article__back>a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 269px;
    border: 1px solid #007dc3;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 54px;
    padding: 10px 28px 10px 10px;
    -webkit-transition: background .3s;
    transition: background .3s
}

@media(max-width:767px) {
    .article__back>a {
        min-width: 0;
        width: 100%
    }
}

.article__back>a:hover {
    background: #007dc3
}

.article__back>a:hover i {
    background: #fff
}

.article__back>a:hover i:after {
    border-color: transparent transparent transparent #fff
}

.article__back>a:hover span {
    color: #fff
}

.article__back>a i {
    background: #007dc3;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.article__back>a i:after {
    border-color: transparent transparent transparent #007dc3
}

.article__back>a span {
    color: #007dc3;
    font: 1.6rem/1.4 "PTSans-Narrow-Regular", Arial, sans-serif;
    text-transform: uppercase;
    margin-left: 14px;
    -webkit-transition: color .3s;
    transition: color .3s
}

.video-wrapper {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 56.25%
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.search-result {
    background: #ececec;
    padding: 37px 0 167px;
    counter-reset: search-list;
    min-height: 50vh
}

.search-result__head {
    padding-bottom: 29px;
    border-bottom: 1px solid #cbcbcb
}

.search-result__head__icon {
    display: inline-block;
    float: left;
    margin-right: 17px
}

.search-result__head__icon svg {
    fill: #007dc3;
    width: 55px;
    height: 55px
}

.search-result__head__in>span {
    text-transform: uppercase;
    font: 1.8rem/1.33 "PTSans-Narrow-Bold", Arial, sans-serif;
    color: #363636;
    display: block;
    margin-bottom: 4px
}

.search-result__head__string {
    margin: 0;
    display: block;
    font: 3rem/0.93 "OpenSans-Light", Arial, sans-serif;
    color: #363636
}

.search-result__head__string a {
    margin-left: 3px;
    display: inline-block
}

.search-result__head__string span {
    color: #007dc3;
    font-family: "PTSans-Narrow-Bold", Arial, sans-serif
}

.search-result__item {
    border-bottom: 1px solid #cbcbcb;
    padding: 19px 0 18px
}

@media(max-width:767px) {
    .search-result__item {
        text-align: center;
        padding: 25px 0 15px
    }
}

.search-result__item__pic {
    float: left;
    margin-right: 28px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    display: block;
    width: 120px
}

.search-result__item__pic:hover {
    opacity: .8
}

.search-result__item__pic img {
    display: inline-block;
    width: 100%;
    max-width: 100%
}

@media(max-width:767px) {
    .search-result__item__pic {
        float: none;
        display: inline-block;
        width: auto;
        max-width: 200px;
        margin: 0 0 15px
    }
}

.search-result__item__info {
    overflow: hidden
}

.search-result__item__head a {
    font: 2.4rem/1.3 "PTSans-Narrow-Regular", Arial, sans-serif;
    color: #007dc3;
    margin: 0 0 7px;
    display: block
}

.search-result__item__head a:before {
    counter-increment: search-list;
    content: counter(search-list) ".";
    display: inline-block;
    margin-right: 5px;
    color: #007dc3
}

.search-result__item__head a:hover {
    text-decoration: underline
}

.search-result__item__text {
    font: 1.6rem/1.5 "OpenSans-Light", Arial, sans-serif;
    color: #363636;
    margin-bottom: 5px
}

.search-result__item__readmore {
    color: #007dc3 !important;
    font: 1.4rem/1.74 "OpenSans-Bold", Arial, sans-serif;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.search-result__item__readmore:hover {
    text-decoration: underline
}

.search-result__item__readmore svg {
    fill: #007dc3;
    width: 7px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 2px;
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease
}

.counter {
    background: #007dc3;
    color: #fff;
    text-align: center;
    padding: 70px 0 42px
}

@media(max-width:767px) {
    .counter {
        padding: 45px 0 27px
    }
}

.counter__title {
    text-transform: uppercase;
    font: 3.6rem/1 "PTSans-Narrow-Bold", Arial, sans-serif;
    margin: 0 0 35px;
    display: block
}

@media(max-width:767px) {
    .counter__title {
        font: 2.4rem/1 "PTSans-Narrow-Bold", Arial, sans-serif;
        margin: 0 0 60px
    }
}

.counter__item {
    margin: 0 0 40px
}

@media(max-width:767px) {
    .counter__item {
        margin: 0 0 37px
    }
}

.counter__item__title {
    font: 8.2rem/1 "OpenSans-Regular", Arial, sans-serif;
    display: block;
    margin: 0 0 13px
}

@media(max-width:767px) {
    .counter__item__title {
        font: 4.8rem/1 "OpenSans-Regular", Arial, sans-serif;
        margin: 0
    }
}

.counter__item__title__num {
    font: inherit
}

.counter__item__subtitle {
    display: block;
    font: 3.6rem/1 "OpenSans-Light", Arial, sans-serif;
    letter-spacing: -.025em
}

@media(max-width:767px) {
    .counter__item__subtitle {
        font: 3rem/1 "OpenSans-Light", Arial, sans-serif
    }
}

.management-partners {
    background: #f3f3f3;
    padding: 65px 0 55px
}

@media(max-width:767px) {
    .management-partners {
        padding: 52px 0 35px
    }
}

.management-partners__pretitle {
    text-align: center;
    display: block;
    text-transform: uppercase;
    color: #007dc3;
    font: 3.6rem/1 "PTSans-Narrow-Bold", Arial, sans-serif;
    margin: 0 0 42px
}

@media(max-width:767px) {
    .management-partners__pretitle {
        font: 2.4rem/1 "PTSans-Narrow-Bold", Arial, sans-serif;
        text-align: left;
        margin: 0 0 25px
    }
}

.management-partners__title {
    display: block;
    text-align: center;
    margin: 0 0 42px;
    letter-spacing: -.025em;
    font: 3rem/1.24 "OpenSans-Light", Arial, sans-serif
}

@media(max-width:767px) {
    .management-partners__title {
        font: 3rem/1.2 "OpenSans-Light", Arial, sans-serif;
        text-align: left;
        margin: 0 0 22px
    }

    .management-partners__title>br {
        display: none
    }
}

.management-partners__text {
    font: 1.6rem/1.5 "OpenSans-Light", Arial, sans-serif;
    text-align: center;
    max-width: 920px;
    margin: 0 auto 40px;
    letter-spacing: -.025em
}

@media(max-width:767px) {
    .management-partners__text {
        text-align: left
    }
}

.management-partners__in {
    list-style-type: none;
    padding: 0;
    margin: 74px -16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media(max-width:767px) {
    .management-partners__in {
        margin: 34px -16px 0
    }
}

.management-partners__in>li {
    padding: 0 16px;
    margin: 0 0 19px
}

@media(max-width:767px) {
    .management-partners__in>li {
        max-width: 50%
    }
}

.management-partners__in>li>a {
    display: block
}

.management-partners__in>li>a>img {
    display: block
}

@media(max-width:991px) {
    .management-partners__in>li>a>img {
        max-height: 53px
    }
}

.history {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.history[id] {
    padding-top: 93px;
    margin-top: -93px
}

@media(max-width:991px) {
    .history {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.history__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(50% - 15px);
    flex: 1 0 calc(50% - 15px);
    min-width: calc(50% - 15px);
    width: calc(50% - 15px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.history:nth-child(even) .history__info {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(50% + 15px);
    flex: 1 0 calc(50% + 15px);
    width: calc(50% + 15px);
    min-width: calc(50% + 15px)
}

@media(max-width:991px) {
    .history__info {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 100% !important;
        flex: 1 0 100% !important;
        min-width: 100% !important
    }
}

.history__info__in {
    width: 100%;
    max-width: 585px;
    padding: 20px 105px 50px 15px
}

.history:nth-child(even) .history__info__in {
    padding: 20px 15px 50px 72px
}

@media(max-width:1199px) {
    .history__info__in {
        padding: 35px 15px 20px 15px
    }
}

@media(max-width:991px) {
    .history__info__in {
        max-width: 720px;
        padding: 60px 15px 50px !important;
        margin: 0 auto
    }
}

@media(max-width:767px) {
    .history__info__in {
        padding: 37px 15px 44px !important
    }
}

@media(max-width:576px) {
    .history__info__in {
        max-width: 540px
    }
}

.history__info__pretitle {
    font: 3.6rem/1 "PTSans-Narrow-Bold", Arial, sans-serif;
    text-transform: uppercase;
    color: #007dc3;
    display: block;
    margin: 0 0 12px
}

@media(max-width:991px) {
    .history__info__pretitle {
        margin: 0 0 40px
    }
}

@media(max-width:767px) {
    .history__info__pretitle {
        font: 2.4rem/1 "PTSans-Narrow-Bold", Arial, sans-serif;
        margin: 0 0 4px
    }
}

.history__info__title {
    color: #363636;
    font: 3rem/1.2 "OpenSans-Light", Arial, sans-serif;
    margin: 0 0 32px;
    letter-spacing: -.025em
}

.history__info__title b,
.history__info__title strong {
    color: #007dc3;
    font-weight: 400
}

.history__info__text p {
    font: 1.8rem/1.33 "OpenSans-Light", Arial, sans-serif;
    margin: 26px 0 0;
    letter-spacing: -.025em
}

@media(max-width:767px) {
    .history__info__text p {
        font: 1.6rem/1.5 "OpenSans-Light", Arial, sans-serif
    }
}

.history__info__text p:first-child {
    margin-top: 0
}

.history__info__text ul:not([class]) {
    list-style-type: none;
    padding: 0;
    margin: 20px 0 0;
    font: 1.6rem/1.125 "OpenSans-Light", Arial, sans-serif
}

.history__info__text ul:not([class])>li {
    position: relative;
    padding-left: 15px
}

.history__info__text ul:not([class])>li:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #007dc3;
    position: absolute;
    left: 2px;
    top: 8px
}

.history__info__text ul:not([class])>li>ul {
    margin: 0;
    padding-left: 10px
}

.history__info__text ul:not([class])>li>ul>li:before {
    background: 0;
    border: 1px solid #007dc3;
    font: inherit
}

.history__info__text ul:not([class])>li>ul>li>ul {
    margin: 0;
    padding-left: 10px
}

.history__info__text ul:not([class])>li>ul>li>ul>li {
    font: inherit
}

.history__info__text ul:not([class])>li>ul>li>ul>li:before {
    background: #007dc3;
    width: 4px;
    height: 4px;
    border-radius: 0
}

.history__info__text ul:not([class])>li>ul>li>ul>li>ul {
    margin: 0;
    padding-left: 10px
}

.history__info__text ul:not([class])>li>ul>li>ul>li>ul>li {
    background: 0;
    border: 1px solid #007dc3;
    width: 4px;
    height: 4px;
    border-radius: 0;
    font: inherit
}

.history__info__text ol:not([class]) {
    list-style-position: inside;
    padding: 0;
    margin: 20px 0 0
}

.history__info__text ol:not([class]) ol {
    padding-left: 25px;
    margin: 0
}

.history__info__cta {
    margin: 45px 0 0
}

.history__pic {
    min-height: 630px;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(50% + 15px);
    flex: 1 0 calc(50% + 15px);
    width: calc(50% + 15px);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.history:nth-child(even) .history__pic {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(50% - 15px);
    flex: 1 0 calc(50% - 15px);
    min-width: calc(50% - 15px);
    width: calc(50% + 15px)
}

@media(max-width:1199px) {
    .history__pic {
        min-height: 500px
    }
}

@media(max-width:991px) {
    .history__pic {
        min-height: 500px;
        padding: 80px 15px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media(max-width:767px) {
    .history__pic {
        height: 65vw;
        min-height: 278px
    }
}

.history__pic__in {
    display: block;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: auto
}

@media(max-width:991px) {
    .history__pic__in {
        position: static;
        margin: 0 auto
    }
}

.scrolltop {
    background: #0c181c;
    width: 69px;
    height: 69px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
    padding: 9px 5px 5px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 50
}

@media(max-width:767px) {
    .scrolltop {
        right: 10px;
        bottom: 10px
    }
}

.scrolltop:hover {
    background: #363636
}

.scrolltop.is-visible {
    opacity: 1
}

.scrolltop__arrow {
    position: relative;
    display: block;
    width: 2px;
    height: 14px;
    margin: 0 0 4px;
    background: #fff
}

.scrolltop__arrow:before {
    content: "";
    display: block;
    position: absolute;
    top: -4px;
    left: -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #fff transparent
}

.scrolltop__text {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font: 1.4rem/1 "PTSans-Narrow-Regular", Arial, sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.popup {
    display: none
}

.popup--speaker {
    background: transparent;
    padding: 15px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.popup--speaker__in {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3)
}

@media(max-width:991px) {
    .popup--speaker__in {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 auto;
        padding: 60px 0 0
    }
}

.popup--speaker__close {
    position: absolute;
    right: 18px;
    top: 25px;
    color: #363636;
    background: none !important;
    border: none !important;
    outline: none !important;
    padding: 15px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    z-index: 10
}

@media(max-width:991px) {
    .popup--speaker__close {
        right: 0;
        top: 5px
    }
}

.popup--speaker__close:hover>svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.popup--speaker__close>span {
    font: 1.7rem/1 "PTSans-Narrow-Regular", Arial, sans-serif;
    color: #363636;
    display: inline-block;
    margin: 4px 6px 0 0;
    text-transform: uppercase
}

@media(max-width:767px) {
    .popup--speaker__close>span {
        margin: 4px 7px 0 0
    }
}

.popup--speaker__close>svg {
    fill: #363636;
    width: 21px;
    height: 21px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.popup--speaker__pic {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 462px;
    flex: 0 0 462px;
    max-width: 462px;
    min-height: 590px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

@media(max-width:991px) {
    .popup--speaker__pic {
        display: none
    }
}

@media(max-width:640px) {
    .popup--speaker__pic {
        min-height: 362px
    }
}

@media(max-width:480px) {
    .popup--speaker__pic {
        margin: 0
    }
}

.popup--speaker__pic--mobile {
    display: none
}

@media(max-width:991px) {
    .popup--speaker__pic--mobile {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        max-width: 100%;
        width: 100%;
        display: block;
        min-height: 362px;
        height: 70vw;
        margin: 9px 0 0
    }
}

.popup--speaker__body {
    padding: 84px 60px 66px 41px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-height: 85vh;
    overflow: auto
}

@media(max-width:991px) {
    .popup--speaker__body {
        padding: 25px 15px
    }
}

@media(max-width:480px) {
    .popup--speaker__body {
        padding: 30px 15px 75px
    }
}

.popup--speaker__body__name {
    font: 3.6rem/1 "OpenSans-Light", Arial, sans-serif;
    color: #363636;
    letter-spacing: -.025em;
    display: block;
    margin: 0 0 5px
}

@media(min-width:992px) {
    .popup--speaker__body__name {
        padding: 0 20px 0 0
    }
}

.popup--speaker__body__soc {
    margin: 15px 0 -12px;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width:991px) {
    .popup--speaker__body__soc {
        margin: 15px 0 0
    }
}

.popup--speaker__body__soc>li {
    margin-right: 6px
}

.popup--speaker__body__soc>li>a {
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    background: #007dc3;
    -webkit-transition: background .3s;
    transition: background .3s
}

.popup--speaker__body__soc>li>a:hover {
    background: #363636
}

.popup--speaker__body__soc>li>a>svg {
    fill: #fff;
    max-width: 100%;
    max-height: 100%
}

.popup--speaker__body__position {
    font: 1.8rem/1.33 "PTSans-Narrow-Bold", Arial, sans-serif;
    text-transform: uppercase;
    color: #007dc3
}

.popup--speaker__body__content {
    font: 1.6rem/1.5 "OpenSans-Regular", Arial, sans-serif;
    color: #363636;
    letter-spacing: -.025em;
    margin-top: 41px;
    overflow-y: auto
}

@media(min-width:992px) {
    .popup--speaker__body__content {
        max-height: 340px;
        padding: 0 20px 0 0
    }
}

@media(max-width:991px) {
    .popup--speaker__body__content {
        margin-top: 12px
    }
}

.popup--speaker__body__content p {
    font: inherit;
    margin: 0 0 24px
}

.popup--speaker__body__quote {
    color: #007dc3;
    display: block;
    border-left: 4px solid #007dc3;
    margin: 15px 0 0;
    padding: 0 0 0 20px;
    font: 2.4rem/1.25 "OpenSans-Light", Arial, sans-serif
}

@media(max-width:767px) {
    .popup--speaker__body__quote {
        font: 2rem/1.25 "OpenSans-Light", Arial, sans-serif
    }
}

.popup--strategy {
    background: transparent;
    padding: 15px 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: left
}

.popup--strategy__in {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3)
}

@media(max-width:991px) {
    .popup--strategy__in {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 auto
    }

    .popup--strategy__in:before {
        content: "";
        display: block;
        position: absolute;
        background: #fff;
        left: 0;
        right: 0;
        top: 0;
        height: 60px;
        z-index: 3
    }
}

.popup--strategy__pretitle {
    text-transform: uppercase;
    font: 1.8rem/1.33 "PTSans-Narrow-Bold", Arial, sans-serif;
    color: #007dc3;
    display: block;
    margin: 0 0 4px;
    letter-spacing: -.025em
}

@media(max-width:767px) {
    .popup--strategy__pretitle {
        margin: 0
    }
}

.popup--strategy__title {
    font: 3.6rem/1.11 "OpenSans-Light", Arial, sans-serif;
    display: block;
    margin: 0 0 39px;
    color: #363636
}

@media(max-width:767px) {
    .popup--strategy__title {
        font: 3rem/1.2 "OpenSans-Light", Arial, sans-serif;
        margin: 0 0 26px
    }
}

.popup--strategy__body {
    padding: 62px 60px 74px 70px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    position: relative;
    z-index: 1
}

@media(max-width:991px) {
    .popup--strategy__body {
        padding: 60px 40px 66px 41px;
        max-height: 85vh;
        overflow: auto
    }
}

@media(max-width:480px) {
    .popup--strategy__body {
        padding: 60px 20px 40px
    }
}

.popup--strategy__text {
    font: 1.6rem/1.5 "OpenSans-Regular", Arial, sans-serif;
    color: #363636;
    letter-spacing: -.025em;
    margin-top: 41px;
    overflow-y: auto
}

@media(min-width:992px) {
    .popup--strategy__text {
        padding: 0 20px 0 0
    }
}

@media(max-width:991px) {
    .popup--strategy__text {
        margin-top: 28px
    }
}

@media(max-width:767px) {
    .popup--strategy__text {
        margin-top: 26px
    }
}

.popup--strategy__text p {
    font: inherit;
    margin: 0 0 18px
}

@media(max-width:767px) {
    .popup--strategy__text p {
        margin: 0 0 24px
    }
}

.popup--strategy__text p:last-child {
    margin: 0
}

@media(max-width:767px) {
    .popup--strategy__text p:last-child {
        margin: 0 0 24px
    }
}

.popup--strategy__text ul:last-child {
    margin-bottom: 0
}

.popup--strategy__footer {
    color: #363636;
    padding: 18px 0 0
}

@media(max-width:767px) {
    .popup--strategy__footer {
        padding: 0;
        margin-top: 26px
    }
}

.popup--strategy__footer h3 {
    color: #007dc3 !important;
    margin: 27px 0 20px !important
}

@media(max-width:767px) {
    .popup--strategy__footer h3 {
        margin: 0 0 24px !important
    }
}

.popup--strategy__footer ul:not([class]) li {
    font: 1.4rem/1.43 "OpenSans-Regular", Arial, sans-serif;
    padding-left: 11px;
    color: #363636
}

.popup--strategy__footer ul:not([class]) li:before {
    left: 4px;
    top: 8px;
    width: 3px;
    height: 3px
}

.popup--strategy__footer__cta {
    margin: 44px 0 0
}

@media(max-width:991px) {
    .popup--strategy__footer__cta {
        display: none
    }
}

.popup--strategy__footer__cta--mobile {
    display: none
}

@media(max-width:991px) {
    .popup--strategy__footer__cta--mobile {
        display: block
    }
}

@media(max-width:767px) {
    .popup--strategy__footer__cta {
        margin: 0
    }
}

.popup--strategy__footer__cta .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 18px 50px 20px
}

@media(max-width:767px) {
    .popup--strategy__footer__cta .btn {
        padding: 18px 15px 20px;
        width: 100%
    }
}

.popup--reg {
    background: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.cookie-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(12, 24, 28, 0.9);
    z-index: 100;
    -webkit-transition: bottom .3s ease-in .2s;
    transition: bottom .3s ease-in .2s;
    display: none
}

.cookie-bar.closed {
    bottom: -200px
}

.cookie-bar__in {
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width:767px) {
    .cookie-bar__in {
        display: block;
        text-align: center;
        padding: 17px 0 13px
    }
}

.cookie-bar__text {
    color: #fff;
    font: 1.8rem/1.2 "OpenSans-Light", Arial, sans-serif;
    letter-spacing: -.025em
}

@media(max-width:767px) {
    .cookie-bar__text {
        display: block;
        font: 1.6rem/1.2 "OpenSans-Light", Arial, sans-serif
    }
}

.cookie-bar__btn {
    font: 1.6rem/1.2 "PTSans-Narrow-Regular", Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
    background: #007dc3;
    text-align: center;
    padding: 17px 20px 18px;
    min-width: 270px;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 0 0 0 30px
}

.cookie-bar__btn:hover {
    color: #363636;
    background: #fff
}

@media(max-width:991px) {
    .cookie-bar__btn {
        min-width: 190px
    }
}

@media(max-width:767px) {
    .cookie-bar__btn {
        display: inline-block;
        margin: 12px 0 0;
        padding: 9px 20px 9px
    }
}

.page-content {
    padding: 90px 0
}

@media(max-width:767px) {
    .page-content {
        padding: 50px 0
    }
}

.page-content__title {
    margin: 0 0 82px;
    text-align: center;
    font: 3.6rem/1 "PTSans-Narrow-Bold", Arial, sans-serif;
    color: #007dc3;
    text-transform: uppercase
}

@media(max-width:767px) {
    .page-content__title {
        font: 2.4rem/1 "PTSans-Narrow-Bold", Arial, sans-serif;
        text-align: left;
        margin: 0 0 54px
    }
}

.page-content__in.content p {
    margin: 0 0 20px
}

.blue-text {
    color: #007dc3
}