/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}
*,
:after,
:before {
    background-repeat: no-repeat;
    box-sizing: inherit;
}
:after,
:before {
    text-decoration: inherit;
    vertical-align: inherit;
}
* {
    padding: 0;
    margin: 0;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
hr {
    overflow: visible;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
summary {
    display: list-item;
}
small {
    font-size: 80%;
}
[hidden],
template {
    display: none;
}
abbr[title] {
    border-bottom: 1px dotted;
    text-decoration: none;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
    outline-width: 0;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
}
b,
strong {
    font-weight: bolder;
}
dfn {
    font-style: italic;
}
mark {
    background-color: #ff0;
    color: #000;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
input {
    border-radius: 0;
}
[role="button"],
[type="button"],
[type="reset"],
[type="submit"],
button {
    cursor: pointer;
}
[disabled] {
    cursor: default;
}
[type="number"] {
    width: auto;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
textarea {
    overflow: auto;
    resize: vertical;
}
button,
input,
optgroup,
select,
textarea {
    font: inherit;
}
optgroup {
    font-weight: 700;
}
button {
    overflow: visible;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: 0;
    padding: 0;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}
button,
select {
    text-transform: none;
}
button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none;
    color: inherit;
}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
}
select::-ms-expand {
    display: none;
}
select::-ms-value {
    color: currentColor;
}
legend {
    border: 0;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
img {
    border-style: none;
}
progress {
    vertical-align: baseline;
}
svg:not(:root) {
    overflow: hidden;
}
audio,
canvas,
progress,
video {
    display: inline-block;
}
@media screen {
    [hidden~="screen"] {
        display: inherit;
    }
    [hidden~="screen"]:not(:active):not(:focus):not(:target) {
        position: absolute !important;
        clip: rect(0 0 0 0) !important;
    }
}
[aria-busy="true"] {
    cursor: progress;
}
[aria-controls] {
    cursor: pointer;
}
[aria-disabled] {
    cursor: default;
}
::-moz-selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none;
}
::selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none;
} /*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
    0%,
    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: translateZ(0);
        transform: translateZ(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 {
    0%,
    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: translateZ(0);
        transform: translateZ(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 {
    0%,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@keyframes flash {
    0%,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(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: scaleX(1);
        transform: scaleX(1);
    }
}
@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(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: scaleX(1);
        transform: scaleX(1);
    }
}
.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}
@-webkit-keyframes shake {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(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 {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(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: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}
@-webkit-keyframes jello {
    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}
@keyframes jello {
    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}
.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}
@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
@-webkit-keyframes bounceIn {
    0%,
    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: scaleX(1);
        transform: scaleX(1);
    }
}
@keyframes bounceIn {
    0%,
    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: scaleX(1);
        transform: scaleX(1);
    }
}
.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
    0%,
    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: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes bounceInDown {
    0%,
    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: translateZ(0);
        transform: translateZ(0);
    }
}
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
    0%,
    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: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes bounceInLeft {
    0%,
    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: translateZ(0);
        transform: translateZ(0);
    }
}
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
    0%,
    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: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes bounceInRight {
    0%,
    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: translateZ(0);
        transform: translateZ(0);
    }
}
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
    0%,
    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, -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: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes bounceInUp {
    0%,
    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, -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: translateZ(0);
        transform: translateZ(0);
    }
}
.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes fadeOutDown {
    0% {
        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 {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes fadeOutDownBig {
    0% {
        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 {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes fadeOutLeft {
    0% {
        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 {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes fadeOutLeftBig {
    0% {
        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 {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes fadeOutRight {
    0% {
        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 {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes fadeOutRightBig {
    0% {
        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 {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes fadeOutUp {
    0% {
        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 {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes fadeOutUpBig {
    0% {
        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 {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-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 {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-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 {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}
@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}
.flipOutX {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
@keyframes lightSpeedOut {
    0% {
        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 {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}
@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}
.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
}
.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}
.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}
.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(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: rotate(80deg);
        transform: rotate(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: rotate(60deg);
        transform: rotate(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: rotate(80deg);
        transform: rotate(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: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox;
}
@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}
@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg);
    }
}
@keyframes rollOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg);
    }
}
.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    0% {
        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 {
    0% {
        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 {
    0% {
        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 {
    0% {
        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 {
    0% {
        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 {
    0% {
        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 {
    0% {
        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 {
    0% {
        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 {
    0% {
        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 {
    0% {
        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 {
    0% {
        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 {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(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 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(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 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(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 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}
.animated.fast {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
}
.animated.faster {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}
.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}
@media (prefers-reduced-motion: reduce), (print) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
    }
}
.intl-tel-input {
    position: relative;
    display: inline-block;
}
.intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.intl-tel-input .hide {
    display: none;
}
.intl-tel-input .v-hide {
    visibility: hidden;
}
.intl-tel-input input,
.intl-tel-input input[type="tel"],
.intl-tel-input input[type="text"] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0;
}
.intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
}
.intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 36px;
    height: 100%;
    padding: 0 0 0 8px;
}
.intl-tel-input .selected-flag .iti-flag {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.intl-tel-input .selected-flag .iti-arrow {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555;
}
.intl-tel-input .selected-flag .iti-arrow.up {
    border-top: none;
    border-bottom: 4px solid #555;
}
.intl-tel-input .country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
}
.intl-tel-input .country-list.dropup {
    bottom: 100%;
    margin-bottom: -1px;
}
.intl-tel-input .country-list .flag-box {
    display: inline-block;
    width: 20px;
}
@media (max-width: 500px) {
    .intl-tel-input .country-list {
        white-space: normal;
    }
}
.intl-tel-input .country-list .divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}
.intl-tel-input .country-list .country {
    padding: 5px 10px;
}
.intl-tel-input .country-list .country .dial-code {
    color: #999;
}
.intl-tel-input .country-list .country.highlight {
    background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code,
.intl-tel-input .country-list .flag-box {
    vertical-align: middle;
}
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .flag-box {
    margin-right: 6px;
}
.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type="tel"],
.intl-tel-input.allow-dropdown input[type="text"],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type="tel"],
.intl-tel-input.separate-dial-code input[type="text"] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0;
}
.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0;
}
.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
    width: 46px;
}
.intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer;
}
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
    cursor: default;
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
    background-color: transparent;
}
.intl-tel-input.separate-dial-code .selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
    display: table;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 28px;
}
.intl-tel-input.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type="tel"],
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type="text"] {
    padding-left: 66px;
}
.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
    width: 60px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type="tel"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type="text"] {
    padding-left: 76px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
    width: 70px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type="tel"],
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type="text"] {
    padding-left: 74px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
    width: 68px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type="tel"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type="text"] {
    padding-left: 84px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 78px;
}
.intl-tel-input.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type="tel"],
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type="text"] {
    padding-left: 82px;
}
.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
    width: 76px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type="tel"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type="text"] {
    padding-left: 92px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
    width: 86px;
}
.intl-tel-input.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type="tel"],
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type="text"] {
    padding-left: 90px;
}
.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
    width: 84px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type="tel"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type="text"] {
    padding-left: 100px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
    width: 94px;
}
.intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px;
}
.intl-tel-input.iti-container:hover {
    cursor: pointer;
}
.iti-mobile .intl-tel-input.iti-container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed;
}
.iti-mobile .intl-tel-input .country-list {
    max-height: 100%;
    width: 100%;
}
.iti-mobile .intl-tel-input .country-list .country {
    padding: 10px;
    line-height: 1.5em;
}
.iti-flag.be {
    width: 18px;
}
.iti-flag.ch {
    width: 15px;
}
.iti-flag.mc {
    width: 19px;
}
.iti-flag.ne {
    width: 18px;
}
.iti-flag.np {
    width: 13px;
}
.iti-flag.va {
    width: 15px;
}
@media only screen and (-o-min-device-pixel-ratio: 2/1),
    only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (min--moz-device-pixel-ratio: 2),
    only screen and (min-device-pixel-ratio: 2),
    only screen and (min-resolution: 2dppx),
    only screen and (min-resolution: 192dpi) {
    .iti-flag {
        background-size: 5630px 15px;
    }
}
.iti-flag.ac {
    height: 10px;
    background-position: 0 0;
}
.iti-flag.ad {
    height: 14px;
    background-position: -22px 0;
}
.iti-flag.ae {
    height: 10px;
    background-position: -44px 0;
}
.iti-flag.af {
    height: 14px;
    background-position: -66px 0;
}
.iti-flag.ag {
    height: 14px;
    background-position: -88px 0;
}
.iti-flag.ai {
    height: 10px;
    background-position: -110px 0;
}
.iti-flag.al {
    height: 15px;
    background-position: -132px 0;
}
.iti-flag.am {
    height: 10px;
    background-position: -154px 0;
}
.iti-flag.ao {
    height: 14px;
    background-position: -176px 0;
}
.iti-flag.aq {
    height: 14px;
    background-position: -198px 0;
}
.iti-flag.ar {
    height: 13px;
    background-position: -220px 0;
}
.iti-flag.as {
    height: 10px;
    background-position: -242px 0;
}
.iti-flag.at {
    height: 14px;
    background-position: -264px 0;
}
.iti-flag.au {
    height: 10px;
    background-position: -286px 0;
}
.iti-flag.aw {
    height: 14px;
    background-position: -308px 0;
}
.iti-flag.ax {
    height: 13px;
    background-position: -330px 0;
}
.iti-flag.az {
    height: 10px;
    background-position: -352px 0;
}
.iti-flag.ba {
    height: 10px;
    background-position: -374px 0;
}
.iti-flag.bb {
    height: 14px;
    background-position: -396px 0;
}
.iti-flag.bd {
    height: 12px;
    background-position: -418px 0;
}
.iti-flag.be {
    height: 15px;
    background-position: -440px 0;
}
.iti-flag.bf {
    height: 14px;
    background-position: -460px 0;
}
.iti-flag.bg {
    height: 12px;
    background-position: -482px 0;
}
.iti-flag.bh {
    height: 12px;
    background-position: -504px 0;
}
.iti-flag.bi {
    height: 12px;
    background-position: -526px 0;
}
.iti-flag.bj {
    height: 14px;
    background-position: -548px 0;
}
.iti-flag.bl {
    height: 14px;
    background-position: -570px 0;
}
.iti-flag.bm {
    height: 10px;
    background-position: -592px 0;
}
.iti-flag.bn {
    height: 10px;
    background-position: -614px 0;
}
.iti-flag.bo {
    height: 14px;
    background-position: -636px 0;
}
.iti-flag.bq {
    height: 14px;
    background-position: -658px 0;
}
.iti-flag.br {
    height: 14px;
    background-position: -680px 0;
}
.iti-flag.bs {
    height: 10px;
    background-position: -702px 0;
}
.iti-flag.bt {
    height: 14px;
    background-position: -724px 0;
}
.iti-flag.bv {
    height: 15px;
    background-position: -746px 0;
}
.iti-flag.bw {
    height: 14px;
    background-position: -768px 0;
}
.iti-flag.by {
    height: 10px;
    background-position: -790px 0;
}
.iti-flag.bz {
    height: 14px;
    background-position: -812px 0;
}
.iti-flag.ca {
    height: 10px;
    background-position: -834px 0;
}
.iti-flag.cc {
    height: 10px;
    background-position: -856px 0;
}
.iti-flag.cd {
    height: 15px;
    background-position: -878px 0;
}
.iti-flag.cf {
    height: 14px;
    background-position: -900px 0;
}
.iti-flag.cg {
    height: 14px;
    background-position: -922px 0;
}
.iti-flag.ch {
    height: 15px;
    background-position: -944px 0;
}
.iti-flag.ci {
    height: 14px;
    background-position: -961px 0;
}
.iti-flag.ck {
    height: 10px;
    background-position: -983px 0;
}
.iti-flag.cl {
    height: 14px;
    background-position: -1005px 0;
}
.iti-flag.cm {
    height: 14px;
    background-position: -1027px 0;
}
.iti-flag.cn {
    height: 14px;
    background-position: -1049px 0;
}
.iti-flag.co {
    height: 14px;
    background-position: -1071px 0;
}
.iti-flag.cp {
    height: 14px;
    background-position: -1093px 0;
}
.iti-flag.cr {
    height: 12px;
    background-position: -1115px 0;
}
.iti-flag.cu {
    height: 10px;
    background-position: -1137px 0;
}
.iti-flag.cv {
    height: 12px;
    background-position: -1159px 0;
}
.iti-flag.cw {
    height: 14px;
    background-position: -1181px 0;
}
.iti-flag.cx {
    height: 10px;
    background-position: -1203px 0;
}
.iti-flag.cy {
    height: 13px;
    background-position: -1225px 0;
}
.iti-flag.cz {
    height: 14px;
    background-position: -1247px 0;
}
.iti-flag.de {
    height: 12px;
    background-position: -1269px 0;
}
.iti-flag.dg {
    height: 10px;
    background-position: -1291px 0;
}
.iti-flag.dj {
    height: 14px;
    background-position: -1313px 0;
}
.iti-flag.dk {
    height: 15px;
    background-position: -1335px 0;
}
.iti-flag.dm {
    height: 10px;
    background-position: -1357px 0;
}
.iti-flag.do {
    height: 13px;
    background-position: -1379px 0;
}
.iti-flag.dz {
    height: 14px;
    background-position: -1401px 0;
}
.iti-flag.ea {
    height: 14px;
    background-position: -1423px 0;
}
.iti-flag.ec {
    height: 14px;
    background-position: -1445px 0;
}
.iti-flag.ee {
    height: 13px;
    background-position: -1467px 0;
}
.iti-flag.eg {
    height: 14px;
    background-position: -1489px 0;
}
.iti-flag.eh {
    height: 10px;
    background-position: -1511px 0;
}
.iti-flag.er {
    height: 10px;
    background-position: -1533px 0;
}
.iti-flag.es {
    height: 14px;
    background-position: -1555px 0;
}
.iti-flag.et {
    height: 10px;
    background-position: -1577px 0;
}
.iti-flag.eu {
    height: 14px;
    background-position: -1599px 0;
}
.iti-flag.fi {
    height: 12px;
    background-position: -1621px 0;
}
.iti-flag.fj {
    height: 10px;
    background-position: -1643px 0;
}
.iti-flag.fk {
    height: 10px;
    background-position: -1665px 0;
}
.iti-flag.fm {
    height: 11px;
    background-position: -1687px 0;
}
.iti-flag.fo {
    height: 15px;
    background-position: -1709px 0;
}
.iti-flag.fr {
    height: 14px;
    background-position: -1731px 0;
}
.iti-flag.ga {
    height: 15px;
    background-position: -1753px 0;
}
.iti-flag.gb {
    height: 10px;
    background-position: -1775px 0;
}
.iti-flag.gd {
    height: 12px;
    background-position: -1797px 0;
}
.iti-flag.ge {
    height: 14px;
    background-position: -1819px 0;
}
.iti-flag.gf {
    height: 14px;
    background-position: -1841px 0;
}
.iti-flag.gg {
    height: 14px;
    background-position: -1863px 0;
}
.iti-flag.gh {
    height: 14px;
    background-position: -1885px 0;
}
.iti-flag.gi {
    height: 10px;
    background-position: -1907px 0;
}
.iti-flag.gl {
    height: 14px;
    background-position: -1929px 0;
}
.iti-flag.gm {
    height: 14px;
    background-position: -1951px 0;
}
.iti-flag.gn {
    height: 14px;
    background-position: -1973px 0;
}
.iti-flag.gp {
    height: 14px;
    background-position: -1995px 0;
}
.iti-flag.gq {
    height: 14px;
    background-position: -2017px 0;
}
.iti-flag.gr {
    height: 14px;
    background-position: -2039px 0;
}
.iti-flag.gs {
    height: 10px;
    background-position: -2061px 0;
}
.iti-flag.gt {
    height: 13px;
    background-position: -2083px 0;
}
.iti-flag.gu {
    height: 11px;
    background-position: -2105px 0;
}
.iti-flag.gw {
    height: 10px;
    background-position: -2127px 0;
}
.iti-flag.gy {
    height: 12px;
    background-position: -2149px 0;
}
.iti-flag.hk {
    height: 14px;
    background-position: -2171px 0;
}
.iti-flag.hm {
    height: 10px;
    background-position: -2193px 0;
}
.iti-flag.hn {
    height: 10px;
    background-position: -2215px 0;
}
.iti-flag.hr {
    height: 10px;
    background-position: -2237px 0;
}
.iti-flag.ht {
    height: 12px;
    background-position: -2259px 0;
}
.iti-flag.hu {
    height: 10px;
    background-position: -2281px 0;
}
.iti-flag.ic {
    height: 14px;
    background-position: -2303px 0;
}
.iti-flag.id {
    height: 14px;
    background-position: -2325px 0;
}
.iti-flag.ie {
    height: 10px;
    background-position: -2347px 0;
}
.iti-flag.il {
    height: 15px;
    background-position: -2369px 0;
}
.iti-flag.im {
    height: 10px;
    background-position: -2391px 0;
}
.iti-flag.in {
    height: 14px;
    background-position: -2413px 0;
}
.iti-flag.io {
    height: 10px;
    background-position: -2435px 0;
}
.iti-flag.iq {
    height: 14px;
    background-position: -2457px 0;
}
.iti-flag.ir {
    height: 12px;
    background-position: -2479px 0;
}
.iti-flag.is {
    height: 15px;
    background-position: -2501px 0;
}
.iti-flag.it {
    height: 14px;
    background-position: -2523px 0;
}
.iti-flag.je {
    height: 12px;
    background-position: -2545px 0;
}
.iti-flag.jm {
    height: 10px;
    background-position: -2567px 0;
}
.iti-flag.jo {
    height: 10px;
    background-position: -2589px 0;
}
.iti-flag.jp {
    height: 14px;
    background-position: -2611px 0;
}
.iti-flag.ke {
    height: 14px;
    background-position: -2633px 0;
}
.iti-flag.kg {
    height: 12px;
    background-position: -2655px 0;
}
.iti-flag.kh {
    height: 13px;
    background-position: -2677px 0;
}
.iti-flag.ki {
    height: 10px;
    background-position: -2699px 0;
}
.iti-flag.km {
    height: 12px;
    background-position: -2721px 0;
}
.iti-flag.kn {
    height: 14px;
    background-position: -2743px 0;
}
.iti-flag.kp {
    height: 10px;
    background-position: -2765px 0;
}
.iti-flag.kr {
    height: 14px;
    background-position: -2787px 0;
}
.iti-flag.kw {
    height: 10px;
    background-position: -2809px 0;
}
.iti-flag.ky {
    height: 10px;
    background-position: -2831px 0;
}
.iti-flag.kz {
    height: 10px;
    background-position: -2853px 0;
}
.iti-flag.la {
    height: 14px;
    background-position: -2875px 0;
}
.iti-flag.lb {
    height: 14px;
    background-position: -2897px 0;
}
.iti-flag.lc {
    height: 10px;
    background-position: -2919px 0;
}
.iti-flag.li {
    height: 12px;
    background-position: -2941px 0;
}
.iti-flag.lk {
    height: 10px;
    background-position: -2963px 0;
}
.iti-flag.lr {
    height: 11px;
    background-position: -2985px 0;
}
.iti-flag.ls {
    height: 14px;
    background-position: -3007px 0;
}
.iti-flag.lt {
    height: 12px;
    background-position: -3029px 0;
}
.iti-flag.lu {
    height: 12px;
    background-position: -3051px 0;
}
.iti-flag.lv {
    height: 10px;
    background-position: -3073px 0;
}
.iti-flag.ly {
    height: 10px;
    background-position: -3095px 0;
}
.iti-flag.ma {
    height: 14px;
    background-position: -3117px 0;
}
.iti-flag.mc {
    height: 15px;
    background-position: -3139px 0;
}
.iti-flag.md {
    height: 10px;
    background-position: -3160px 0;
}
.iti-flag.me {
    height: 10px;
    background-position: -3182px 0;
}
.iti-flag.mf {
    height: 14px;
    background-position: -3204px 0;
}
.iti-flag.mg {
    height: 14px;
    background-position: -3226px 0;
}
.iti-flag.mh {
    height: 11px;
    background-position: -3248px 0;
}
.iti-flag.mk {
    height: 10px;
    background-position: -3270px 0;
}
.iti-flag.ml {
    height: 14px;
    background-position: -3292px 0;
}
.iti-flag.mm {
    height: 14px;
    background-position: -3314px 0;
}
.iti-flag.mn {
    height: 10px;
    background-position: -3336px 0;
}
.iti-flag.mo {
    height: 14px;
    background-position: -3358px 0;
}
.iti-flag.mp {
    height: 10px;
    background-position: -3380px 0;
}
.iti-flag.mq {
    height: 14px;
    background-position: -3402px 0;
}
.iti-flag.mr {
    height: 14px;
    background-position: -3424px 0;
}
.iti-flag.ms {
    height: 10px;
    background-position: -3446px 0;
}
.iti-flag.mt {
    height: 14px;
    background-position: -3468px 0;
}
.iti-flag.mu {
    height: 14px;
    background-position: -3490px 0;
}
.iti-flag.mv {
    height: 14px;
    background-position: -3512px 0;
}
.iti-flag.mw {
    height: 14px;
    background-position: -3534px 0;
}
.iti-flag.mx {
    height: 12px;
    background-position: -3556px 0;
}
.iti-flag.my {
    height: 10px;
    background-position: -3578px 0;
}
.iti-flag.mz {
    height: 14px;
    background-position: -3600px 0;
}
.iti-flag.na {
    height: 14px;
    background-position: -3622px 0;
}
.iti-flag.nc {
    height: 10px;
    background-position: -3644px 0;
}
.iti-flag.ne {
    height: 15px;
    background-position: -3666px 0;
}
.iti-flag.nf {
    height: 10px;
    background-position: -3686px 0;
}
.iti-flag.ng {
    height: 10px;
    background-position: -3708px 0;
}
.iti-flag.ni {
    height: 12px;
    background-position: -3730px 0;
}
.iti-flag.nl {
    height: 14px;
    background-position: -3752px 0;
}
.iti-flag.no {
    height: 15px;
    background-position: -3774px 0;
}
.iti-flag.np {
    height: 15px;
    background-position: -3796px 0;
}
.iti-flag.nr {
    height: 10px;
    background-position: -3811px 0;
}
.iti-flag.nu {
    height: 10px;
    background-position: -3833px 0;
}
.iti-flag.nz {
    height: 10px;
    background-position: -3855px 0;
}
.iti-flag.om {
    height: 10px;
    background-position: -3877px 0;
}
.iti-flag.pa {
    height: 14px;
    background-position: -3899px 0;
}
.iti-flag.pe {
    height: 14px;
    background-position: -3921px 0;
}
.iti-flag.pf {
    height: 14px;
    background-position: -3943px 0;
}
.iti-flag.pg {
    height: 15px;
    background-position: -3965px 0;
}
.iti-flag.ph {
    height: 10px;
    background-position: -3987px 0;
}
.iti-flag.pk {
    height: 14px;
    background-position: -4009px 0;
}
.iti-flag.pl {
    height: 13px;
    background-position: -4031px 0;
}
.iti-flag.pm {
    height: 14px;
    background-position: -4053px 0;
}
.iti-flag.pn {
    height: 10px;
    background-position: -4075px 0;
}
.iti-flag.pr {
    height: 14px;
    background-position: -4097px 0;
}
.iti-flag.ps {
    height: 10px;
    background-position: -4119px 0;
}
.iti-flag.pt {
    height: 14px;
    background-position: -4141px 0;
}
.iti-flag.pw {
    height: 13px;
    background-position: -4163px 0;
}
.iti-flag.py {
    height: 11px;
    background-position: -4185px 0;
}
.iti-flag.qa {
    height: 8px;
    background-position: -4207px 0;
}
.iti-flag.re {
    height: 14px;
    background-position: -4229px 0;
}
.iti-flag.ro {
    height: 14px;
    background-position: -4251px 0;
}
.iti-flag.rs {
    height: 14px;
    background-position: -4273px 0;
}
.iti-flag.ru {
    height: 14px;
    background-position: -4295px 0;
}
.iti-flag.rw {
    height: 14px;
    background-position: -4317px 0;
}
.iti-flag.sa {
    height: 14px;
    background-position: -4339px 0;
}
.iti-flag.sb {
    height: 10px;
    background-position: -4361px 0;
}
.iti-flag.sc {
    height: 10px;
    background-position: -4383px 0;
}
.iti-flag.sd {
    height: 10px;
    background-position: -4405px 0;
}
.iti-flag.se {
    height: 13px;
    background-position: -4427px 0;
}
.iti-flag.sg {
    height: 14px;
    background-position: -4449px 0;
}
.iti-flag.sh {
    height: 10px;
    background-position: -4471px 0;
}
.iti-flag.si {
    height: 10px;
    background-position: -4493px 0;
}
.iti-flag.sj {
    height: 15px;
    background-position: -4515px 0;
}
.iti-flag.sk {
    height: 14px;
    background-position: -4537px 0;
}
.iti-flag.sl {
    height: 14px;
    background-position: -4559px 0;
}
.iti-flag.sm {
    height: 15px;
    background-position: -4581px 0;
}
.iti-flag.sn {
    height: 14px;
    background-position: -4603px 0;
}
.iti-flag.so {
    height: 14px;
    background-position: -4625px 0;
}
.iti-flag.sr {
    height: 14px;
    background-position: -4647px 0;
}
.iti-flag.ss {
    height: 10px;
    background-position: -4669px 0;
}
.iti-flag.st {
    height: 10px;
    background-position: -4691px 0;
}
.iti-flag.sv {
    height: 12px;
    background-position: -4713px 0;
}
.iti-flag.sx {
    height: 14px;
    background-position: -4735px 0;
}
.iti-flag.sy {
    height: 14px;
    background-position: -4757px 0;
}
.iti-flag.sz {
    height: 14px;
    background-position: -4779px 0;
}
.iti-flag.ta {
    height: 10px;
    background-position: -4801px 0;
}
.iti-flag.tc {
    height: 10px;
    background-position: -4823px 0;
}
.iti-flag.td {
    height: 14px;
    background-position: -4845px 0;
}
.iti-flag.tf {
    height: 14px;
    background-position: -4867px 0;
}
.iti-flag.tg {
    height: 13px;
    background-position: -4889px 0;
}
.iti-flag.th {
    height: 14px;
    background-position: -4911px 0;
}
.iti-flag.tj {
    height: 10px;
    background-position: -4933px 0;
}
.iti-flag.tk {
    height: 10px;
    background-position: -4955px 0;
}
.iti-flag.tl {
    height: 10px;
    background-position: -4977px 0;
}
.iti-flag.tm {
    height: 14px;
    background-position: -4999px 0;
}
.iti-flag.tn {
    height: 14px;
    background-position: -5021px 0;
}
.iti-flag.to {
    height: 10px;
    background-position: -5043px 0;
}
.iti-flag.tr {
    height: 14px;
    background-position: -5065px 0;
}
.iti-flag.tt {
    height: 12px;
    background-position: -5087px 0;
}
.iti-flag.tv {
    height: 10px;
    background-position: -5109px 0;
}
.iti-flag.tw {
    height: 14px;
    background-position: -5131px 0;
}
.iti-flag.tz {
    height: 14px;
    background-position: -5153px 0;
}
.iti-flag.ua {
    height: 14px;
    background-position: -5175px 0;
}
.iti-flag.ug {
    height: 14px;
    background-position: -5197px 0;
}
.iti-flag.um {
    height: 11px;
    background-position: -5219px 0;
}
.iti-flag.us {
    height: 11px;
    background-position: -5241px 0;
}
.iti-flag.uy {
    height: 14px;
    background-position: -5263px 0;
}
.iti-flag.uz {
    height: 10px;
    background-position: -5285px 0;
}
.iti-flag.va {
    height: 15px;
    background-position: -5307px 0;
}
.iti-flag.vc {
    height: 14px;
    background-position: -5324px 0;
}
.iti-flag.ve {
    height: 14px;
    background-position: -5346px 0;
}
.iti-flag.vg {
    height: 10px;
    background-position: -5368px 0;
}
.iti-flag.vi {
    height: 14px;
    background-position: -5390px 0;
}
.iti-flag.vn {
    height: 14px;
    background-position: -5412px 0;
}
.iti-flag.vu {
    height: 12px;
    background-position: -5434px 0;
}
.iti-flag.wf {
    height: 14px;
    background-position: -5456px 0;
}
.iti-flag.ws {
    height: 10px;
    background-position: -5478px 0;
}
.iti-flag.xk {
    height: 15px;
    background-position: -5500px 0;
}
.iti-flag.ye {
    height: 14px;
    background-position: -5522px 0;
}
.iti-flag.yt {
    height: 14px;
    background-position: -5544px 0;
}
.iti-flag.za {
    height: 14px;
    background-position: -5566px 0;
}
.iti-flag.zm {
    height: 14px;
    background-position: -5588px 0;
}
.iti-flag.zw {
    height: 10px;
    background-position: -5610px 0;
}
.iti-flag {
    width: 20px;
    height: 15px;
    box-shadow: 0 0 1px 0 #888;
    background-image: url(../img/flags.png);
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0;
}
@media only screen and (-o-min-device-pixel-ratio: 2/1),
    only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (min--moz-device-pixel-ratio: 2),
    only screen and (min-device-pixel-ratio: 2),
    only screen and (min-resolution: 2dppx),
    only screen and (min-resolution: 192dpi) {
    .iti-flag {
        background-image: url(../img/flags%402x.png);
    }
}
.iti-flag.np {
    background-color: transparent;
}
body.fancybox-active {
    overflow: hidden;
}
body.fancybox-iosfix {
    position: fixed;
    left: 0;
    right: 0;
}
.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
}
.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99992;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
    opacity: 0.87;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s, visibility 0s linear 0.25s;
    box-sizing: border-box;
}
.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.25s, visibility 0s;
}
.fancybox-infobar {
    top: 0;
    left: 0;
    font-size: 13px;
    padding: 0 10px;
    height: 44px;
    min-width: 44px;
    line-height: 44px;
    color: #ccc;
    text-align: center;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
    mix-blend-mode: exclusion;
}
.fancybox-toolbar {
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
}
.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translateZ(0);
}
.fancybox-is-closing .fancybox-stage {
    overflow: visible;
}
.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}
.fancybox-slide:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block;
}
.fancybox-slide--image {
    overflow: visible;
}
.fancybox-slide--image:before {
    display: none;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
    background: #000;
}
.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
    background: #e5e3df;
}
.fancybox-slide--next {
    z-index: 99995;
}
.fancybox-slide > * {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box;
}
.fancybox-slide > base,
.fancybox-slide > link,
.fancybox-slide > meta,
.fancybox-slide > script,
.fancybox-slide > style,
.fancybox-slide > title {
    display: none;
}
.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}
.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab;
}
.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox-spaceball {
    z-index: 1;
}
.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff;
}
.fancybox-iframe {
    display: block;
    padding: 0;
    border: 0;
    height: 100%;
}
.fancybox-error,
.fancybox-iframe {
    margin: 0;
    width: 100%;
    background: #fff;
}
.fancybox-error {
    padding: 40px;
    max-width: 380px;
    cursor: default;
}
.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 16px;
    line-height: 20px;
}
.fancybox-button {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 10px;
    border: 0;
    border-radius: 0;
    background: rgba(30, 30, 30, 0.6);
    transition: color 0.3s ease;
    cursor: pointer;
    outline: none;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
    color: #fff;
}
.fancybox-button[disabled] {
    color: #ccc;
    cursor: default;
    opacity: 0.6;
}
.fancybox-button svg {
    display: block;
    position: relative;
    overflow: visible;
    shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
    fill: currentColor;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3;
}
.fancybox-button--share svg path {
    stroke-width: 1;
}
.fancybox-button--pause svg path:first-child,
.fancybox-button--play svg path:nth-child(2) {
    display: none;
}
.fancybox-button--zoom svg path {
    fill: transparent;
}
.fancybox-navigation {
    display: none;
}
.fancybox-show-nav .fancybox-navigation {
    display: block;
}
.fancybox-navigation button {
    position: absolute;
    top: 50%;
    margin: -50px 0 0;
    z-index: 99997;
    background: transparent;
    width: 60px;
    height: 100px;
    padding: 17px;
}
.fancybox-navigation button:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: rgba(30, 30, 30, 0.6);
}
.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
}
.fancybox-navigation .fancybox-button--arrow_right {
    right: 0;
}
.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    z-index: 10;
    cursor: pointer;
}
.fancybox-close-small:after {
    content: "\D7";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background-color: transparent;
    transition: background-color 0.25s;
    box-sizing: border-box;
    z-index: 2;
}
.fancybox-close-small:focus {
    outline: none;
}
.fancybox-close-small:focus:after {
    outline: 1px dotted #888;
}
.fancybox-close-small:hover:after {
    color: #555;
    background: #eee;
}
.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small {
    top: 0;
    right: -44px;
}
.fancybox-slide--iframe .fancybox-close-small:after,
.fancybox-slide--image .fancybox-close-small:after {
    font-size: 35px;
    color: #aaa;
}
.fancybox-slide--iframe .fancybox-close-small:hover:after,
.fancybox-slide--image .fancybox-close-small:hover:after {
    color: #fff;
    background: transparent;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none;
}
.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 2vw 0;
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
    pointer-events: none;
}
.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid hsla(0, 0%, 100%, 0.4);
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none;
}
.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
    pointer-events: all;
    position: relative;
}
.fancybox-caption a {
    color: #fff;
    text-decoration: underline;
}
.fancybox-slide > .fancybox-loading {
    border: 6px solid hsla(0, 0%, 39%, 0.4);
    border-top: 6px solid hsla(0, 0%, 100%, 0.6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: fancybox-rotate 0.8s infinite linear;
    animation: fancybox-rotate 0.8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fancybox-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
}
.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-1turn);
    -ms-transform: rotate(-1turn);
    transform: rotate(-1turn);
    opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    transform: rotate(1turn);
    opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
}
.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    opacity: 1;
}
.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
}
.fancybox-share {
    padding: 30px;
    border-radius: 3px;
    background: #f4f4f4;
    max-width: 90%;
}
.fancybox-share h1 {
    color: #222;
    margin: 0 0 20px;
    font-size: 33px;
    font-weight: 700;
    text-align: center;
}
.fancybox-share p {
    margin: 0;
    padding: 0;
    text-align: center;
}
.fancybox-share p:first-of-type {
    margin-right: -10px;
}
.fancybox-share_button {
    display: inline-block;
    text-decoration: none;
    margin: 0 10px 10px 0;
    padding: 10px 20px;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
    background: #fff;
    white-space: nowrap;
    font-size: 16px;
    line-height: 23px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 140px;
    color: #707070;
    transition: all 0.2s;
}
.fancybox-share_button:focus,
.fancybox-share_button:hover {
    text-decoration: none;
    color: #333;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.fancybox-share_button svg {
    margin-right: 5px;
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
}
.fancybox-share input {
    box-sizing: border-box;
    width: 100%;
    margin: 5px 0 0;
    padding: 10px 15px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    background: #ebebeb;
    color: #5d5b5b;
    font-size: 14px;
    outline: none;
}
.fancybox-thumbs {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 212px;
    margin: 0;
    padding: 2px 2px 4px;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
}
.fancybox-thumbs-x {
    overflow-y: hidden;
    overflow-x: auto;
}
.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}
.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}
.fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
    white-space: nowrap;
}
.fancybox-thumbs-x > ul {
    overflow: hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
    width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}
.fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 2px;
    width: 100px;
    height: 75px;
    max-width: calc(50% - 4px);
    max-height: calc(100% - 8px);
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
}
li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
}
@media (max-width: 800px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs > ul > li {
        max-width: calc(100% - 10px);
    }
}
@font-face {
    font-family: OpenSansRegular;
    src: url(../fonts/OpenSansRegular.eot) format("eot"), url(../fonts/OpenSansRegular.ttf) format("ttf"), url(../fonts/OpenSansRegular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: OpenSansBold;
    src: url(../fonts/OpenSansBold.eot) format("eot"), url(../fonts/OpenSansBold.ttf) format("ttf"), url(../fonts/OpenSansBold.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: ProximaNovaRegular;
    src: url(../fonts/ProximaNovaRegular.eot) format("eot"), url(../fonts/ProximaNovaRegular.ttf) format("ttf"), url(../fonts/ProximaNovaRegular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: PTSansRegular;
    src: url(../fonts/PTSansRegular.eot) format("eot"), url(../fonts/PTSansRegular.ttf) format("ttf"), url(../fonts/PTSansRegular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: RobotoMedium;
    src: url(../fonts/RobotoMedium.eot) format("eot"), url(../fonts/RobotoMedium.ttf) format("ttf"), url(../fonts/RobotoMedium.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: TrumpGothicPro-Bold;
    src: url(../fonts/trumpgothicpro-bold.eot) format("eot"), url(../fonts/trumpgothicpro-bold.woff) format("woff"), url(../fonts/trumpgothicpro-bold.ttf) format("ttf"),
        url(../fonts/trumpgothicpro-bold.svg#TrumpGothicPro-Bold) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2) format("woff2"), url(../fonts/fontawesome-webfont.woff) format("woff"),
        url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-glass:before {
    content: "\F000";
}
.fa-music:before {
    content: "\F001";
}
.fa-search:before {
    content: "\F002";
}
.fa-envelope-o:before {
    content: "\F003";
}
.fa-heart:before {
    content: "\F004";
}
.fa-star:before {
    content: "\F005";
}
.fa-star-o:before {
    content: "\F006";
}
.fa-user:before {
    content: "\F007";
}
.fa-film:before {
    content: "\F008";
}
.fa-th-large:before {
    content: "\F009";
}
.fa-th:before {
    content: "\F00A";
}
.fa-th-list:before {
    content: "\F00B";
}
.fa-check:before {
    content: "\F00C";
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\F00D";
}
.fa-search-plus:before {
    content: "\F00E";
}
.fa-search-minus:before {
    content: "\F010";
}
.fa-power-off:before {
    content: "\F011";
}
.fa-signal:before {
    content: "\F012";
}
.fa-cog:before,
.fa-gear:before {
    content: "\F013";
}
.fa-trash-o:before {
    content: "\F014";
}
.fa-home:before {
    content: "\F015";
}
.fa-file-o:before {
    content: "\F016";
}
.fa-clock-o:before {
    content: "\F017";
}
.fa-road:before {
    content: "\F018";
}
.fa-download:before {
    content: "\F019";
}
.fa-arrow-circle-o-down:before {
    content: "\F01A";
}
.fa-arrow-circle-o-up:before {
    content: "\F01B";
}
.fa-inbox:before {
    content: "\F01C";
}
.fa-play-circle-o:before {
    content: "\F01D";
}
.fa-repeat:before,
.fa-rotate-right:before {
    content: "\F01E";
}
.fa-refresh:before {
    content: "\F021";
}
.fa-list-alt:before {
    content: "\F022";
}
.fa-lock:before {
    content: "\F023";
}
.fa-flag:before {
    content: "\F024";
}
.fa-headphones:before {
    content: "\F025";
}
.fa-volume-off:before {
    content: "\F026";
}
.fa-volume-down:before {
    content: "\F027";
}
.fa-volume-up:before {
    content: "\F028";
}
.fa-qrcode:before {
    content: "\F029";
}
.fa-barcode:before {
    content: "\F02A";
}
.fa-tag:before {
    content: "\F02B";
}
.fa-tags:before {
    content: "\F02C";
}
.fa-book:before {
    content: "\F02D";
}
.fa-bookmark:before {
    content: "\F02E";
}
.fa-print:before {
    content: "\F02F";
}
.fa-camera:before {
    content: "\F030";
}
.fa-font:before {
    content: "\F031";
}
.fa-bold:before {
    content: "\F032";
}
.fa-italic:before {
    content: "\F033";
}
.fa-text-height:before {
    content: "\F034";
}
.fa-text-width:before {
    content: "\F035";
}
.fa-align-left:before {
    content: "\F036";
}
.fa-align-center:before {
    content: "\F037";
}
.fa-align-right:before {
    content: "\F038";
}
.fa-align-justify:before {
    content: "\F039";
}
.fa-list:before {
    content: "\F03A";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\F03B";
}
.fa-indent:before {
    content: "\F03C";
}
.fa-video-camera:before {
    content: "\F03D";
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\F03E";
}
.fa-pencil:before {
    content: "\F040";
}
.fa-map-marker:before {
    content: "\F041";
}
.fa-adjust:before {
    content: "\F042";
}
.fa-tint:before {
    content: "\F043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\F044";
}
.fa-share-square-o:before {
    content: "\F045";
}
.fa-check-square-o:before {
    content: "\F046";
}
.fa-arrows:before {
    content: "\F047";
}
.fa-step-backward:before {
    content: "\F048";
}
.fa-fast-backward:before {
    content: "\F049";
}
.fa-backward:before {
    content: "\F04A";
}
.fa-play:before {
    content: "\F04B";
}
.fa-pause:before {
    content: "\F04C";
}
.fa-stop:before {
    content: "\F04D";
}
.fa-forward:before {
    content: "\F04E";
}
.fa-fast-forward:before {
    content: "\F050";
}
.fa-step-forward:before {
    content: "\F051";
}
.fa-eject:before {
    content: "\F052";
}
.fa-chevron-left:before {
    content: "\F053";
}
.fa-chevron-right:before,
.mobile-block .mb-block__link-icon:before,
.mobile-block .mb-block__link:before {
    content: "\F054";
}
.fa-plus-circle:before {
    content: "\F055";
}
.fa-minus-circle:before {
    content: "\F056";
}
.fa-times-circle:before {
    content: "\F057";
}
.fa-check-circle:before {
    content: "\F058";
}
.fa-question-circle:before {
    content: "\F059";
}
.fa-info-circle:before {
    content: "\F05A";
}
.fa-crosshairs:before {
    content: "\F05B";
}
.fa-times-circle-o:before {
    content: "\F05C";
}
.fa-check-circle-o:before {
    content: "\F05D";
}
.fa-ban:before {
    content: "\F05E";
}
.fa-arrow-left:before {
    content: "\F060";
}
.fa-arrow-right:before {
    content: "\F061";
}
.fa-arrow-up:before {
    content: "\F062";
}
.fa-arrow-down:before {
    content: "\F063";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\F064";
}
.fa-expand:before {
    content: "\F065";
}
.fa-compress:before {
    content: "\F066";
}
.fa-plus:before {
    content: "\F067";
}
.fa-minus:before {
    content: "\F068";
}
.fa-asterisk:before {
    content: "\F069";
}
.fa-exclamation-circle:before {
    content: "\F06A";
}
.fa-gift:before {
    content: "\F06B";
}
.fa-leaf:before {
    content: "\F06C";
}
.fa-fire:before {
    content: "\F06D";
}
.fa-eye:before {
    content: "\F06E";
}
.fa-eye-slash:before {
    content: "\F070";
}
.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\F071";
}
.fa-plane:before {
    content: "\F072";
}
.fa-calendar:before {
    content: "\F073";
}
.fa-random:before {
    content: "\F074";
}
.fa-comment:before {
    content: "\F075";
}
.fa-magnet:before {
    content: "\F076";
}
.fa-chevron-up:before {
    content: "\F077";
}
.fa-chevron-down:before {
    content: "\F078";
}
.fa-retweet:before {
    content: "\F079";
}
.fa-shopping-cart:before {
    content: "\F07A";
}
.fa-folder:before {
    content: "\F07B";
}
.fa-folder-open:before {
    content: "\F07C";
}
.fa-arrows-v:before {
    content: "\F07D";
}
.fa-arrows-h:before {
    content: "\F07E";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\F080";
}
.fa-twitter-square:before,
.page-footer__in .row .r .socials__icon--tw:before {
    content: "\F081";
}
.fa-facebook-square:before {
    content: "\F082";
}
.fa-camera-retro:before {
    content: "\F083";
}
.fa-key:before {
    content: "\F084";
}
.fa-cogs:before,
.fa-gears:before {
    content: "\F085";
}
.fa-comments:before {
    content: "\F086";
}
.fa-thumbs-o-up:before {
    content: "\F087";
}
.fa-thumbs-o-down:before {
    content: "\F088";
}
.fa-star-half:before {
    content: "\F089";
}
.fa-heart-o:before {
    content: "\F08A";
}
.fa-sign-out:before {
    content: "\F08B";
}
.fa-linkedin-square:before {
    content: "\F08C";
}
.fa-thumb-tack:before {
    content: "\F08D";
}
.fa-external-link:before {
    content: "\F08E";
}
.fa-sign-in:before {
    content: "\F090";
}
.fa-trophy:before {
    content: "\F091";
}
.fa-github-square:before {
    content: "\F092";
}
.fa-upload:before {
    content: "\F093";
}
.fa-lemon-o:before {
    content: "\F094";
}
.fa-phone:before {
    content: "\F095";
}
.fa-square-o:before {
    content: "\F096";
}
.fa-bookmark-o:before {
    content: "\F097";
}
.fa-phone-square:before {
    content: "\F098";
}
.fa-twitter:before {
    content: "\F099";
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\F09A";
}
.fa-github:before {
    content: "\F09B";
}
.fa-unlock:before {
    content: "\F09C";
}
.fa-credit-card:before {
    content: "\F09D";
}
.fa-feed:before,
.fa-rss:before {
    content: "\F09E";
}
.fa-hdd-o:before {
    content: "\F0A0";
}
.fa-bullhorn:before {
    content: "\F0A1";
}
.fa-bell:before {
    content: "\F0F3";
}
.fa-certificate:before {
    content: "\F0A3";
}
.fa-hand-o-right:before {
    content: "\F0A4";
}
.fa-hand-o-left:before {
    content: "\F0A5";
}
.fa-hand-o-up:before {
    content: "\F0A6";
}
.fa-hand-o-down:before {
    content: "\F0A7";
}
.fa-arrow-circle-left:before {
    content: "\F0A8";
}
.fa-arrow-circle-right:before {
    content: "\F0A9";
}
.fa-arrow-circle-up:before {
    content: "\F0AA";
}
.fa-arrow-circle-down:before {
    content: "\F0AB";
}
.fa-globe:before {
    content: "\F0AC";
}
.fa-wrench:before {
    content: "\F0AD";
}
.fa-tasks:before {
    content: "\F0AE";
}
.fa-filter:before {
    content: "\F0B0";
}
.fa-briefcase:before {
    content: "\F0B1";
}
.fa-arrows-alt:before {
    content: "\F0B2";
}
.fa-group:before,
.fa-users:before {
    content: "\F0C0";
}
.fa-chain:before,
.fa-link:before {
    content: "\F0C1";
}
.fa-cloud:before {
    content: "\F0C2";
}
.fa-flask:before {
    content: "\F0C3";
}
.fa-cut:before,
.fa-scissors:before {
    content: "\F0C4";
}
.fa-copy:before,
.fa-files-o:before {
    content: "\F0C5";
}
.fa-paperclip:before {
    content: "\F0C6";
}
.fa-floppy-o:before,
.fa-save:before {
    content: "\F0C7";
}
.fa-square:before {
    content: "\F0C8";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\F0C9";
}
.fa-list-ul:before {
    content: "\F0CA";
}
.fa-list-ol:before {
    content: "\F0CB";
}
.fa-strikethrough:before {
    content: "\F0CC";
}
.fa-underline:before {
    content: "\F0CD";
}
.fa-table:before {
    content: "\F0CE";
}
.fa-magic:before {
    content: "\F0D0";
}
.fa-truck:before {
    content: "\F0D1";
}
.fa-pinterest:before {
    content: "\F0D2";
}
.fa-pinterest-square:before {
    content: "\F0D3";
}
.fa-google-plus-square:before {
    content: "\F0D4";
}
.fa-google-plus:before {
    content: "\F0D5";
}
.fa-money:before {
    content: "\F0D6";
}
.fa-caret-down:before {
    content: "\F0D7";
}
.fa-caret-up:before {
    content: "\F0D8";
}
.fa-caret-left:before {
    content: "\F0D9";
}
.fa-caret-right:before {
    content: "\F0DA";
}
.fa-columns:before {
    content: "\F0DB";
}
.fa-sort:before,
.fa-unsorted:before {
    content: "\F0DC";
}
.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\F0DD";
}
.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\F0DE";
}
.fa-envelope:before {
    content: "\F0E0";
}
.fa-linkedin:before {
    content: "\F0E1";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\F0E2";
}
.fa-gavel:before,
.fa-legal:before {
    content: "\F0E3";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\F0E4";
}
.fa-comment-o:before {
    content: "\F0E5";
}
.fa-comments-o:before {
    content: "\F0E6";
}
.fa-bolt:before,
.fa-flash:before {
    content: "\F0E7";
}
.fa-sitemap:before {
    content: "\F0E8";
}
.fa-umbrella:before {
    content: "\F0E9";
}
.fa-clipboard:before,
.fa-paste:before {
    content: "\F0EA";
}
.fa-lightbulb-o:before {
    content: "\F0EB";
}
.fa-exchange:before {
    content: "\F0EC";
}
.fa-cloud-download:before {
    content: "\F0ED";
}
.fa-cloud-upload:before {
    content: "\F0EE";
}
.fa-user-md:before {
    content: "\F0F0";
}
.fa-stethoscope:before {
    content: "\F0F1";
}
.fa-suitcase:before {
    content: "\F0F2";
}
.fa-bell-o:before {
    content: "\F0A2";
}
.fa-coffee:before {
    content: "\F0F4";
}
.fa-cutlery:before {
    content: "\F0F5";
}
.fa-file-text-o:before {
    content: "\F0F6";
}
.fa-building-o:before {
    content: "\F0F7";
}
.fa-hospital-o:before {
    content: "\F0F8";
}
.fa-ambulance:before {
    content: "\F0F9";
}
.fa-medkit:before {
    content: "\F0FA";
}
.fa-fighter-jet:before {
    content: "\F0FB";
}
.fa-beer:before {
    content: "\F0FC";
}
.fa-h-square:before {
    content: "\F0FD";
}
.fa-plus-square:before {
    content: "\F0FE";
}
.fa-angle-double-left:before {
    content: "\F100";
}
.fa-angle-double-right:before {
    content: "\F101";
}
.fa-angle-double-up:before {
    content: "\F102";
}
.fa-angle-double-down:before {
    content: "\F103";
}
.fa-angle-left:before,
.pxs_navigation span.pxs_prev:before {
}
.breadcrumbs__item:before,
.fa-angle-right:before,
.pxs_navigation span.pxs_next:before {
}
.fa-angle-up:before {
    content: "\F106";
}
.fa-angle-down:before {
    content: "\F107";
}
.fa-desktop:before {
    content: "\F108";
}
.fa-laptop:before {
    content: "\F109";
}
.fa-tablet:before {
    content: "\F10A";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\F10B";
}
.fa-circle-o:before {
    content: "\F10C";
}
.fa-quote-left:before {
    content: "\F10D";
}
.fa-quote-right:before {
    content: "\F10E";
}
.fa-spinner:before {
    content: "\F110";
}
.fa-circle:before {
    content: "\F111";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\F112";
}
.fa-github-alt:before {
    content: "\F113";
}
.fa-folder-o:before {
    content: "\F114";
}
.fa-folder-open-o:before {
    content: "\F115";
}
.fa-smile-o:before {
    content: "\F118";
}
.fa-frown-o:before {
    content: "\F119";
}
.fa-meh-o:before {
    content: "\F11A";
}
.fa-gamepad:before {
    content: "\F11B";
}
.fa-keyboard-o:before {
    content: "\F11C";
}
.fa-flag-o:before {
    content: "\F11D";
}
.fa-flag-checkered:before {
    content: "\F11E";
}
.fa-terminal:before {
    content: "\F120";
}
.fa-code:before {
    content: "\F121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\F122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\F123";
}
.fa-location-arrow:before {
    content: "\F124";
}
.fa-crop:before {
    content: "\F125";
}
.fa-code-fork:before {
    content: "\F126";
}
.fa-chain-broken:before,
.fa-unlink:before {
    content: "\F127";
}
.fa-question:before {
    content: "\F128";
}
.fa-info:before {
    content: "\F129";
}
.fa-exclamation:before {
    content: "\F12A";
}
.fa-superscript:before {
    content: "\F12B";
}
.fa-subscript:before {
    content: "\F12C";
}
.fa-eraser:before {
    content: "\F12D";
}
.fa-puzzle-piece:before {
    content: "\F12E";
}
.fa-microphone:before {
    content: "\F130";
}
.fa-microphone-slash:before {
    content: "\F131";
}
.fa-shield:before {
    content: "\F132";
}
.fa-calendar-o:before {
    content: "\F133";
}
.fa-fire-extinguisher:before {
    content: "\F134";
}
.fa-rocket:before {
    content: "\F135";
}
.fa-maxcdn:before {
    content: "\F136";
}
.fa-chevron-circle-left:before {
    content: "\F137";
}
.fa-chevron-circle-right:before {
    content: "\F138";
}
.fa-chevron-circle-up:before {
    content: "\F139";
}
.fa-chevron-circle-down:before {
    content: "\F13A";
}
.fa-html5:before {
    content: "\F13B";
}
.fa-css3:before {
    content: "\F13C";
}
.fa-anchor:before {
    content: "\F13D";
}
.fa-unlock-alt:before {
    content: "\F13E";
}
.fa-bullseye:before {
    content: "\F140";
}
.fa-ellipsis-h:before {
    content: "\F141";
}
.fa-ellipsis-v:before {
    content: "\F142";
}
.fa-rss-square:before {
    content: "\F143";
}
.fa-play-circle:before {
    content: "\F144";
}
.fa-ticket:before {
    content: "\F145";
}
.fa-minus-square:before {
    content: "\F146";
}
.fa-minus-square-o:before {
    content: "\F147";
}
.fa-level-up:before {
    content: "\F148";
}
.fa-level-down:before {
    content: "\F149";
}
.fa-check-square:before {
    content: "\F14A";
}
.fa-pencil-square:before {
    content: "\F14B";
}
.fa-external-link-square:before {
    content: "\F14C";
}
.fa-share-square:before {
    content: "\F14D";
}
.fa-compass:before {
    content: "\F14E";
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\F150";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\F151";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\F152";
}
.fa-eur:before,
.fa-euro:before {
    content: "\F153";
}
.fa-gbp:before {
    content: "\F154";
}
.fa-dollar:before,
.fa-usd:before {
    content: "\F155";
}
.fa-inr:before,
.fa-rupee:before {
    content: "\F156";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\F157";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\F158";
}
.fa-krw:before,
.fa-won:before {
    content: "\F159";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\F15A";
}
.fa-file:before {
    content: "\F15B";
}
.fa-file-text:before {
    content: "\F15C";
}
.fa-sort-alpha-asc:before {
    content: "\F15D";
}
.fa-sort-alpha-desc:before {
    content: "\F15E";
}
.fa-sort-amount-asc:before {
    content: "\F160";
}
.fa-sort-amount-desc:before {
    content: "\F161";
}
.fa-sort-numeric-asc:before {
    content: "\F162";
}
.fa-sort-numeric-desc:before {
    content: "\F163";
}
.fa-thumbs-up:before {
    content: "\F164";
}
.fa-thumbs-down:before {
    content: "\F165";
}
.fa-youtube-square:before {
    content: "\F166";
}
.fa-youtube:before,
.page-footer__in .row .r .socials__icon--yt:before {
    content: "\F167";
}
.fa-xing:before {
    content: "\F168";
}
.fa-xing-square:before {
    content: "\F169";
}
.fa-youtube-play:before {
    content: "\F16A";
}
.fa-dropbox:before {
    content: "\F16B";
}
.fa-stack-overflow:before {
    content: "\F16C";
}
.fa-instagram:before,
.page-footer__in .row .r .socials__icon--ins:before {
    content: "\F16D";
}
.fa-flickr:before {
    content: "\F16E";
}
.fa-adn:before {
    content: "\F170";
}
.fa-bitbucket:before {
    content: "\F171";
}
.fa-bitbucket-square:before {
    content: "\F172";
}
.fa-tumblr:before {
    content: "\F173";
}
.fa-tumblr-square:before {
    content: "\F174";
}
.fa-long-arrow-down:before {
    content: "\F175";
}
.fa-long-arrow-up:before {
    content: "\F176";
}
.fa-long-arrow-left:before {
    content: "\F177";
}
.fa-long-arrow-right:before {
    content: "\F178";
}
.fa-apple:before {
    content: "\F179";
}
.fa-windows:before {
    content: "\F17A";
}
.fa-android:before {
    content: "\F17B";
}
.fa-linux:before {
    content: "\F17C";
}
.fa-dribbble:before {
    content: "\F17D";
}
.fa-skype:before {
    content: "\F17E";
}
.fa-foursquare:before {
    content: "\F180";
}
.fa-trello:before {
    content: "\F181";
}
.fa-female:before {
    content: "\F182";
}
.fa-male:before {
    content: "\F183";
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "\F184";
}
.fa-sun-o:before {
    content: "\F185";
}
.fa-moon-o:before {
    content: "\F186";
}
.fa-archive:before {
    content: "\F187";
}
.fa-bug:before {
    content: "\F188";
}
.fa-vk:before,
.page-footer__in .row .r .socials__icon--vk:before {
    content: "\F189";
}
.fa-weibo:before {
    content: "\F18A";
}
.fa-renren:before {
    content: "\F18B";
}
.fa-pagelines:before {
    content: "\F18C";
}
.fa-stack-exchange:before {
    content: "\F18D";
}
.fa-arrow-circle-o-right:before {
    content: "\F18E";
}
.fa-arrow-circle-o-left:before {
    content: "\F190";
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\F191";
}
.fa-dot-circle-o:before {
    content: "\F192";
}
.fa-wheelchair:before {
    content: "\F193";
}
.fa-vimeo-square:before {
    content: "\F194";
}
.fa-try:before,
.fa-turkish-lira:before {
    content: "\F195";
}
.fa-plus-square-o:before {
    content: "\F196";
}
.fa-space-shuttle:before {
    content: "\F197";
}
.fa-slack:before {
    content: "\F198";
}
.fa-envelope-square:before {
    content: "\F199";
}
.fa-wordpress:before {
    content: "\F19A";
}
.fa-openid:before {
    content: "\F19B";
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\F19C";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\F19D";
}
.fa-yahoo:before {
    content: "\F19E";
}
.fa-google:before {
    content: "\F1A0";
}
.fa-reddit:before {
    content: "\F1A1";
}
.fa-reddit-square:before {
    content: "\F1A2";
}
.fa-stumbleupon-circle:before {
    content: "\F1A3";
}
.fa-stumbleupon:before {
    content: "\F1A4";
}
.fa-delicious:before {
    content: "\F1A5";
}
.fa-digg:before {
    content: "\F1A6";
}
.fa-pied-piper-pp:before {
    content: "\F1A7";
}
.fa-pied-piper-alt:before {
    content: "\F1A8";
}
.fa-drupal:before {
    content: "\F1A9";
}
.fa-joomla:before {
    content: "\F1AA";
}
.fa-language:before {
    content: "\F1AB";
}
.fa-fax:before {
    content: "\F1AC";
}
.fa-building:before {
    content: "\F1AD";
}
.fa-child:before {
    content: "\F1AE";
}
.fa-paw:before {
    content: "\F1B0";
}
.fa-spoon:before {
    content: "\F1B1";
}
.fa-cube:before {
    content: "\F1B2";
}
.fa-cubes:before {
    content: "\F1B3";
}
.fa-behance:before {
    content: "\F1B4";
}
.fa-behance-square:before {
    content: "\F1B5";
}
.fa-steam:before {
    content: "\F1B6";
}
.fa-steam-square:before {
    content: "\F1B7";
}
.fa-recycle:before {
    content: "\F1B8";
}
.fa-automobile:before,
.fa-car:before {
    content: "\F1B9";
}
.fa-cab:before,
.fa-taxi:before {
    content: "\F1BA";
}
.fa-tree:before {
    content: "\F1BB";
}
.fa-spotify:before {
    content: "\F1BC";
}
.fa-deviantart:before {
    content: "\F1BD";
}
.fa-soundcloud:before {
    content: "\F1BE";
}
.fa-database:before {
    content: "\F1C0";
}
.fa-file-pdf-o:before {
    content: "\F1C1";
}
.fa-file-word-o:before {
    content: "\F1C2";
}
.fa-file-excel-o:before {
    content: "\F1C3";
}
.fa-file-powerpoint-o:before {
    content: "\F1C4";
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\F1C5";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\F1C6";
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\F1C7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\F1C8";
}
.fa-file-code-o:before {
    content: "\F1C9";
}
.fa-vine:before {
    content: "\F1CA";
}
.fa-codepen:before {
    content: "\F1CB";
}
.fa-jsfiddle:before {
    content: "\F1CC";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\F1CD";
}
.fa-circle-o-notch:before {
    content: "\F1CE";
}
.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\F1D0";
}
.fa-empire:before,
.fa-ge:before {
    content: "\F1D1";
}
.fa-git-square:before {
    content: "\F1D2";
}
.fa-git:before {
    content: "\F1D3";
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\F1D4";
}
.fa-tencent-weibo:before {
    content: "\F1D5";
}
.fa-qq:before {
    content: "\F1D6";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\F1D7";
}
.fa-paper-plane:before,
.fa-send:before {
    content: "\F1D8";
}
.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\F1D9";
}
.fa-history:before {
    content: "\F1DA";
}
.fa-circle-thin:before {
    content: "\F1DB";
}
.fa-header:before {
    content: "\F1DC";
}
.fa-paragraph:before {
    content: "\F1DD";
}
.fa-sliders:before {
    content: "\F1DE";
}
.fa-share-alt:before {
    content: "\F1E0";
}
.fa-share-alt-square:before {
    content: "\F1E1";
}
.fa-bomb:before {
    content: "\F1E2";
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\F1E3";
}
.fa-tty:before {
    content: "\F1E4";
}
.fa-binoculars:before {
    content: "\F1E5";
}
.fa-plug:before {
    content: "\F1E6";
}
.fa-slideshare:before {
    content: "\F1E7";
}
.fa-twitch:before {
    content: "\F1E8";
}
.fa-yelp:before {
    content: "\F1E9";
}
.fa-newspaper-o:before {
    content: "\F1EA";
}
.fa-wifi:before {
    content: "\F1EB";
}
.fa-calculator:before {
    content: "\F1EC";
}
.fa-paypal:before {
    content: "\F1ED";
}
.fa-google-wallet:before {
    content: "\F1EE";
}
.fa-cc-visa:before {
    content: "\F1F0";
}
.fa-cc-mastercard:before {
    content: "\F1F1";
}
.fa-cc-discover:before {
    content: "\F1F2";
}
.fa-cc-amex:before {
    content: "\F1F3";
}
.fa-cc-paypal:before {
    content: "\F1F4";
}
.fa-cc-stripe:before {
    content: "\F1F5";
}
.fa-bell-slash:before {
    content: "\F1F6";
}
.fa-bell-slash-o:before {
    content: "\F1F7";
}
.fa-trash:before {
    content: "\F1F8";
}
.fa-copyright:before {
    content: "\F1F9";
}
.fa-at:before {
    content: "\F1FA";
}
.fa-eyedropper:before {
    content: "\F1FB";
}
.fa-paint-brush:before {
    content: "\F1FC";
}
.fa-birthday-cake:before {
    content: "\F1FD";
}
.fa-area-chart:before {
    content: "\F1FE";
}
.fa-pie-chart:before {
    content: "\F200";
}
.fa-line-chart:before {
    content: "\F201";
}
.fa-lastfm:before {
    content: "\F202";
}
.fa-lastfm-square:before {
    content: "\F203";
}
.fa-toggle-off:before {
    content: "\F204";
}
.fa-toggle-on:before {
    content: "\F205";
}
.fa-bicycle:before {
    content: "\F206";
}
.fa-bus:before {
    content: "\F207";
}
.fa-ioxhost:before {
    content: "\F208";
}
.fa-angellist:before {
    content: "\F209";
}
.fa-cc:before {
    content: "\F20A";
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\F20B";
}
.fa-meanpath:before {
    content: "\F20C";
}
.fa-buysellads:before {
    content: "\F20D";
}
.fa-connectdevelop:before {
    content: "\F20E";
}
.fa-dashcube:before {
    content: "\F210";
}
.fa-forumbee:before {
    content: "\F211";
}
.fa-leanpub:before {
    content: "\F212";
}
.fa-sellsy:before {
    content: "\F213";
}
.fa-shirtsinbulk:before {
    content: "\F214";
}
.fa-simplybuilt:before {
    content: "\F215";
}
.fa-skyatlas:before {
    content: "\F216";
}
.fa-cart-plus:before {
    content: "\F217";
}
.fa-cart-arrow-down:before {
    content: "\F218";
}
.fa-diamond:before {
    content: "\F219";
}
.fa-ship:before {
    content: "\F21A";
}
.fa-user-secret:before {
    content: "\F21B";
}
.fa-motorcycle:before {
    content: "\F21C";
}
.fa-street-view:before {
    content: "\F21D";
}
.fa-heartbeat:before {
    content: "\F21E";
}
.fa-venus:before {
    content: "\F221";
}
.fa-mars:before {
    content: "\F222";
}
.fa-mercury:before {
    content: "\F223";
}
.fa-intersex:before,
.fa-transgender:before {
    content: "\F224";
}
.fa-transgender-alt:before {
    content: "\F225";
}
.fa-venus-double:before {
    content: "\F226";
}
.fa-mars-double:before {
    content: "\F227";
}
.fa-venus-mars:before {
    content: "\F228";
}
.fa-mars-stroke:before {
    content: "\F229";
}
.fa-mars-stroke-v:before {
    content: "\F22A";
}
.fa-mars-stroke-h:before {
    content: "\F22B";
}
.fa-neuter:before {
    content: "\F22C";
}
.fa-genderless:before {
    content: "\F22D";
}
.fa-facebook-official:before,
.page-footer__in .row .r .socials__icon--fb:before {
    content: "\F230";
}
.fa-pinterest-p:before {
    content: "\F231";
}
.fa-whatsapp:before {
    content: "\F232";
}
.fa-server:before {
    content: "\F233";
}
.fa-user-plus:before {
    content: "\F234";
}
.fa-user-times:before {
    content: "\F235";
}
.fa-bed:before,
.fa-hotel:before {
    content: "\F236";
}
.fa-viacoin:before {
    content: "\F237";
}
.fa-train:before {
    content: "\F238";
}
.fa-subway:before {
    content: "\F239";
}
.fa-medium:before {
    content: "\F23A";
}
.fa-y-combinator:before,
.fa-yc:before {
    content: "\F23B";
}
.fa-optin-monster:before {
    content: "\F23C";
}
.fa-opencart:before {
    content: "\F23D";
}
.fa-expeditedssl:before {
    content: "\F23E";
}
.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: "\F240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\F241";
}
.fa-battery-2:before,
.fa-battery-half:before {
    content: "\F242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\F243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\F244";
}
.fa-mouse-pointer:before {
    content: "\F245";
}
.fa-i-cursor:before {
    content: "\F246";
}
.fa-object-group:before {
    content: "\F247";
}
.fa-object-ungroup:before {
    content: "\F248";
}
.fa-sticky-note:before {
    content: "\F249";
}
.fa-sticky-note-o:before {
    content: "\F24A";
}
.fa-cc-jcb:before {
    content: "\F24B";
}
.fa-cc-diners-club:before {
    content: "\F24C";
}
.fa-clone:before {
    content: "\F24D";
}
.fa-balance-scale:before {
    content: "\F24E";
}
.fa-hourglass-o:before {
    content: "\F250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\F251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\F252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\F253";
}
.fa-hourglass:before {
    content: "\F254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\F255";
}
.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\F256";
}
.fa-hand-scissors-o:before {
    content: "\F257";
}
.fa-hand-lizard-o:before {
    content: "\F258";
}
.fa-hand-spock-o:before {
    content: "\F259";
}
.fa-hand-pointer-o:before {
    content: "\F25A";
}
.fa-hand-peace-o:before {
    content: "\F25B";
}
.fa-trademark:before {
    content: "\F25C";
}
.fa-registered:before {
    content: "\F25D";
}
.fa-creative-commons:before {
    content: "\F25E";
}
.fa-gg:before {
    content: "\F260";
}
.fa-gg-circle:before {
    content: "\F261";
}
.fa-tripadvisor:before {
    content: "\F262";
}
.fa-odnoklassniki:before {
    content: "\F263";
}
.fa-odnoklassniki-square:before {
    content: "\F264";
}
.fa-get-pocket:before {
    content: "\F265";
}
.fa-wikipedia-w:before {
    content: "\F266";
}
.fa-safari:before {
    content: "\F267";
}
.fa-chrome:before {
    content: "\F268";
}
.fa-firefox:before {
    content: "\F269";
}
.fa-opera:before {
    content: "\F26A";
}
.fa-internet-explorer:before {
    content: "\F26B";
}
.fa-television:before,
.fa-tv:before {
    content: "\F26C";
}
.fa-contao:before {
    content: "\F26D";
}
.fa-500px:before {
    content: "\F26E";
}
.fa-amazon:before {
    content: "\F270";
}
.fa-calendar-plus-o:before {
    content: "\F271";
}
.fa-calendar-minus-o:before {
    content: "\F272";
}
.fa-calendar-times-o:before {
    content: "\F273";
}
.fa-calendar-check-o:before {
    content: "\F274";
}
.fa-industry:before {
    content: "\F275";
}
.fa-map-pin:before {
    content: "\F276";
}
.fa-map-signs:before {
    content: "\F277";
}
.fa-map-o:before {
    content: "\F278";
}
.fa-map:before {
    content: "\F279";
}
.fa-commenting:before {
    content: "\F27A";
}
.fa-commenting-o:before {
    content: "\F27B";
}
.fa-houzz:before {
    content: "\F27C";
}
.fa-vimeo:before {
    content: "\F27D";
}
.fa-black-tie:before {
    content: "\F27E";
}
.fa-fonticons:before {
    content: "\F280";
}
.fa-reddit-alien:before {
    content: "\F281";
}
.fa-edge:before {
    content: "\F282";
}
.fa-credit-card-alt:before {
    content: "\F283";
}
.fa-codiepie:before {
    content: "\F284";
}
.fa-modx:before {
    content: "\F285";
}
.fa-fort-awesome:before {
    content: "\F286";
}
.fa-usb:before {
    content: "\F287";
}
.fa-product-hunt:before {
    content: "\F288";
}
.fa-mixcloud:before {
    content: "\F289";
}
.fa-scribd:before {
    content: "\F28A";
}
.fa-pause-circle:before {
    content: "\F28B";
}
.fa-pause-circle-o:before {
    content: "\F28C";
}
.fa-stop-circle:before {
    content: "\F28D";
}
.fa-stop-circle-o:before {
    content: "\F28E";
}
.fa-shopping-bag:before {
    content: "\F290";
}
.fa-shopping-basket:before {
    content: "\F291";
}
.fa-hashtag:before {
    content: "\F292";
}
.fa-bluetooth:before {
    content: "\F293";
}
.fa-bluetooth-b:before {
    content: "\F294";
}
.fa-percent:before {
    content: "\F295";
}
.fa-gitlab:before {
    content: "\F296";
}
.fa-wpbeginner:before {
    content: "\F297";
}
.fa-wpforms:before {
    content: "\F298";
}
.fa-envira:before {
    content: "\F299";
}
.fa-universal-access:before {
    content: "\F29A";
}
.fa-wheelchair-alt:before {
    content: "\F29B";
}
.fa-question-circle-o:before {
    content: "\F29C";
}
.fa-blind:before {
    content: "\F29D";
}
.fa-audio-description:before {
    content: "\F29E";
}
.fa-volume-control-phone:before {
    content: "\F2A0";
}
.fa-braille:before {
    content: "\F2A1";
}
.fa-assistive-listening-systems:before {
    content: "\F2A2";
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\F2A3";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\F2A4";
}
.fa-glide:before {
    content: "\F2A5";
}
.fa-glide-g:before {
    content: "\F2A6";
}
.fa-sign-language:before,
.fa-signing:before {
    content: "\F2A7";
}
.fa-low-vision:before {
    content: "\F2A8";
}
.fa-viadeo:before {
    content: "\F2A9";
}
.fa-viadeo-square:before {
    content: "\F2AA";
}
.fa-snapchat:before {
    content: "\F2AB";
}
.fa-snapchat-ghost:before {
    content: "\F2AC";
}
.fa-snapchat-square:before {
    content: "\F2AD";
}
.fa-pied-piper:before {
    content: "\F2AE";
}
.fa-first-order:before {
    content: "\F2B0";
}
.fa-yoast:before {
    content: "\F2B1";
}
.fa-themeisle:before {
    content: "\F2B2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\F2B3";
}
.fa-fa:before,
.fa-font-awesome:before {
    content: "\F2B4";
}
.fa-handshake-o:before {
    content: "\F2B5";
}
.fa-envelope-open:before {
    content: "\F2B6";
}
.fa-envelope-open-o:before {
    content: "\F2B7";
}
.fa-linode:before {
    content: "\F2B8";
}
.fa-address-book:before {
    content: "\F2B9";
}
.fa-address-book-o:before {
    content: "\F2BA";
}
.fa-address-card:before,
.fa-vcard:before {
    content: "\F2BB";
}
.fa-address-card-o:before,
.fa-vcard-o:before {
    content: "\F2BC";
}
.fa-user-circle:before {
    content: "\F2BD";
}
.fa-user-circle-o:before {
    content: "\F2BE";
}
.fa-user-o:before {
    content: "\F2C0";
}
.fa-id-badge:before {
    content: "\F2C1";
}
.fa-drivers-license:before,
.fa-id-card:before {
    content: "\F2C2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\F2C3";
}
.fa-quora:before {
    content: "\F2C4";
}
.fa-free-code-camp:before {
    content: "\F2C5";
}
.fa-telegram:before,
.page-footer__in .row .r .socials__icon--tl:before {
    content: "\F2C6";
}
.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: "\F2C7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\F2C8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\F2C9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\F2CA";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\F2CB";
}
.fa-shower:before {
    content: "\F2CC";
}
.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: "\F2CD";
}
.fa-podcast:before {
    content: "\F2CE";
}
.fa-window-maximize:before {
    content: "\F2D0";
}
.fa-window-minimize:before {
    content: "\F2D1";
}
.fa-window-restore:before {
    content: "\F2D2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\F2D3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\F2D4";
}
.fa-bandcamp:before {
    content: "\F2D5";
}
.fa-grav:before {
    content: "\F2D6";
}
.fa-etsy:before {
    content: "\F2D7";
}
.fa-imdb:before {
    content: "\F2D8";
}
.fa-ravelry:before {
    content: "\F2D9";
}
.fa-eercast:before {
    content: "\F2DA";
}
.fa-microchip:before {
    content: "\F2DB";
}
.fa-snowflake-o:before {
    content: "\F2DC";
}
.fa-superpowers:before {
    content: "\F2DD";
}
.fa-wpexplorer:before {
    content: "\F2DE";
}
.fa-meetup:before {
    content: "\F2E0";
}
.tooltip2 {
    position: relative;
}
.tooltip-item:after {
    content: "";
    position: absolute;
    width: 360px;
    height: 20px;
    bottom: 100%;
    left: 50%;
    pointer-events: none;
    transform: translateX(-50%);
}
.tooltip2:hover .tooltip-item:after {
    pointer-events: auto;
}
.tooltip-content {
    padding: 10px 15px;
    position: absolute;
    z-index: 9999;
    width: 360px;
    left: 50%;
    margin: 0 0 10px -180px;
    bottom: 100%;
    text-align: left;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.53);
    border-radius: 3px;
    background: #2a3035;
    opacity: 0;
    cursor: default;
    pointer-events: none;
}
.tooltip-content.position-down:after {
    top: -20px;
    border-bottom-color: #2a3035;
    border-top-color: transparent;
}
.tooltip-content.position-right:after {
    bottom: auto;
    top: 50%;
    left: -10px;
    margin-top: -10px;
    border-right-color: #2a3035;
    border-top-color: transparent;
}
.tooltip-content.position-left:after {
    bottom: auto;
    top: 50%;
    right: -20px;
    left: auto;
    margin-top: -10px;
    border-left-color: #2a3035;
    border-top-color: transparent;
}
.tooltip-effect-1 .tooltip-content {
    transform: translate3d(0, -10px, 0);
    transition: opacity 0.3s, transform 0.3s;
}
.tooltip-effect-2 .tooltip-content {
    transform-origin: 50% calc(100% + 10px);
    transform: perspective(1000px) rotateX(45deg);
    transition: opacity 0.2s, transform 0.2s;
}
.tooltip-effect-2 .tooltip-content.position-down {
    bottom: inherit;
    transform-origin: 50% calc(0% + 10px);
    margin-top: 0;
    margin-bottom: 0;
}
.tooltip-effect-2 .tooltip-content.position-right {
    bottom: 50%;
    margin-left: 0;
    margin-bottom: 0;
    width: auto;
    left: 130%;
}
.tooltip-effect-2 .tooltip-content.position-right .tooltip-text {
    white-space: nowrap;
}
.tooltip-effect-2 .tooltip-content.position-left {
    bottom: 50%;
    margin-left: 0;
    margin-bottom: 0;
    width: auto;
    right: 130%;
    left: auto;
}
.tooltip-effect-2 .tooltip-content.position-left .tooltip-text {
    white-space: nowrap;
}
.tooltip-effect-2 .tooltip-content.tooltip-status-off {
    display: none !important;
}
.tooltip-effect-3 .tooltip-content {
    transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg);
    transition: opacity 0.3s, transform 0.3s;
}
.tooltip-effect-4 .tooltip-content {
    transform-origin: 50% 100%;
    transform: scale3d(0.7, 0.3, 1);
    transition: opacity 0.2s, transform 0.2s;
}
.tooltip-effect-5 .tooltip-content {
    width: 180px;
    margin-left: -90px;
    transform-origin: 50% calc(100% + 6em);
    transform: rotate(15deg);
    transition: opacity 0.2s, transform 0.2s;
    transition-timing-function: ease, cubic-bezier(0.17, 0.67, 0.4, 1.39);
}
.tooltip2:hover .tooltip-content {
    pointer-events: auto;
    opacity: 1;
    transform: translateZ(0) rotate3d(0, 0, 0, 0);
}
.tooltip2.tooltip-effect-2:hover .tooltip-content {
    transform: perspective(1000px) rotateX(0deg);
}
.tooltip-content:after {
    content: "";
    top: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #2a3035;
    border-width: 10px;
    margin-left: -10px;
}
.tooltip-content .img-wrap {
    margin-right: 15px;
}
.tooltip-content .img-wrap img {
    display: block;
    max-width: 100%;
}
.img-wrap,
.tooltip-text {
    display: block;
    vertical-align: middle;
}
.tooltip-text {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
}
.tooltip-effect-5 .tooltip-text {
    padding: 1.4em;
}
.fancybox-close-small {
    width: 30px;
    height: 30px;
}
.fancybox-close-small:after {
    color: #939295;
    background: #35343e;
    top: 0;
    right: 0;
    border-radius: 0;
}
.fancybox-close-small:hover:after {
    color: #a89a9a;
    background: #3d3c46;
}
.fancybox-error {
    color: #fff;
    padding: 35px;
    background-color: rgba(46, 46, 54, 0.6);
    border: 1px solid #33373c;
}
.intl-tel-input .country-list {
    z-index: auto;
}
.intl-tel-input .country-list .country-name {
    color: #777;
}
.intl-tel-input.allow-dropdown .selected-flag {
    padding-left: 18px;
    width: 56px;
}
.intl-tel-input.allow-dropdown input[type="text"] {
    padding-left: 56px;
}
* {
    outline: none;
}
body {
    background-color: #080f20;
    font-family: OpenSansRegular, sans-serif;
    font-size: 16px;
    color: #fff;
    overflow-x: hidden;
    min-width: 320px;
}
li {
    list-style: none;
}
a {
    cursor: pointer;
    color: #b4c2e4;
    transition: color 0.3s;
}
a:focus,
a:hover {
    color: #8fa4d7;
}
.achievements__in,
.applications__in,
.check-your-luck__in,
.conditions__in,
.iframe__in,
.invite-friends__in,
.mt100pm__in,
.page--regional-representative .next-page-block__in,
.page-header__in,
.page__in,
.payment-methods-list,
.social-trading__in,
.top-block__in,
.tournaments__in,
.your-earnings__in {
    max-width: 1360px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
.page--regional-representative-form .row,
.page-footer__in,
.risk-disclosure__in,
.trading-tools__in,
.why-we__in {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1106px;
    margin: 0 auto;
}
.achievements__in,
.applications__in,
.check-your-luck__in,
.conditions__in,
.how-it-works__in,
.iframe__in,
.invite-friends__in,
.mt100pm__in,
.page__in,
.social-trading__in,
.tournaments__in,
.trading-tools__in,
.why-we__in,
.your-earnings__in {
    padding-top: 135px;
    padding-bottom: 142px;
}
@media only screen and (max-width: 950px) {
    .achievements__in,
    .applications__in,
    .check-your-luck__in,
    .conditions__in,
    .how-it-works__in,
    .iframe__in,
    .invite-friends__in,
    .mt100pm__in,
    .page__in,
    .social-trading__in,
    .tournaments__in,
    .trading-tools__in,
    .why-we__in,
    .your-earnings__in {
        padding-top: 95px;
        padding-bottom: 102px;
    }
}
@media only screen and (max-width: 550px) {
    .achievements__in,
    .applications__in,
    .check-your-luck__in,
    .conditions__in,
    .how-it-works__in,
    .iframe__in,
    .invite-friends__in,
    .mt100pm__in,
    .page__in,
    .social-trading__in,
    .tournaments__in,
    .trading-tools__in,
    .why-we__in,
    .your-earnings__in {
        padding-top: 55px;
        padding-bottom: 62px;
    }
}
.title {
    text-align: center;
    margin-bottom: 78px;
    padding-left: 15px;
    padding-right: 15px;
}
.title__small-text,
.title__text {
    position: relative;
}
.title__text {
    font-family: OpenSansBold, sans-serif;
    font-size: 45px;
    line-height: 55px;
    text-transform: uppercase;
    display: block;
}
@media only screen and (max-width: 1000px) {
    .title__text {
        font-size: 60px;
        line-height: 68px;
    }
}
@media only screen and (max-width: 900px) {
    .title__text {
        font-size: 50px;
        line-height: 58px;
    }
}
@media only screen and (max-width: 750px) {
    .title__text {
        font-size: 44px;
        line-height: 50px;
    }
}
@media only screen and (max-width: 600px) {
    .title__text {
        font-size: 38px;
        line-height: 44px;
    }
}
@media only screen and (max-width: 500px) {
    .title__text {
        font-size: 35px;
        line-height: 40px;
    }
}
@media only screen and (max-width: 440px) {
    .title__text {
        font-size: 25px;
        line-height: 30px;
    }
}
.title__text + .title__small-text {
    margin-top: 15px;
}
.title__small-text {
    font-family: PTSansRegular, sans-serif;
    color: #b4c2e4;
    font-size: 20px;
    font-weight: 100;
    display: block;
}
@media only screen and (max-width: 550px) {
    .title {
        margin-bottom: 40px;
    }
}
.top-block {
    padding-top: 36px;
    padding-bottom: 70px;
}
.top-block .breadcrumbs {
    margin-bottom: 0;
}
.top-block .breadcrumbs + p {
    margin-top: 45px;
}
.top-block--has-text p {
    font-size: 35px;
    text-transform: uppercase;
}
@media only screen and (max-width: 320px) {
    .top-block--has-text p {
        text-align: center;
    }
}
[href="#ci"] {
    display: none;
}
.css-ajax-loader {
    display: inline-block;
    position: relative;
    height: 36px;
    width: 36px;
}
.css-ajax-loader .plane {
    width: 30px;
    height: 30px;
    transform-style: preserve-3d;
}
.css-ajax-loader .plane.main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: rotateX(60deg) rotate(-30deg);
    animation: animatedCirclesRotate 20s infinite linear;
}
.css-ajax-loader .plane.main .circle {
    width: 30px;
    height: 30px;
    position: absolute;
    transform-style: preserve-3d;
    border-radius: 100%;
    box-sizing: border-box;
    box-shadow: 0 0 2px #0f80c2, inset 0 0 2px #0f80c2;
    border: 1px solid #0f80c2;
}
.css-ajax-loader .plane.main .circle:after,
.css-ajax-loader .plane.main .circle:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 1px;
    border-radius: 100%;
    background: #0f80c2;
    box-sizing: border-box;
    box-shadow: 0 0 2px #0f80c2;
}
.css-ajax-loader .plane.main .circle:before {
    transform: translateZ(-10px);
}
.css-ajax-loader .plane.main .circle:after {
    transform: translateZ(10px);
}
.css-ajax-loader .plane.main .circle:first-child {
    transform: rotate(72deg) rotateX(63.435deg);
}
.css-ajax-loader .plane.main .circle:nth-child(2) {
    transform: rotate(144deg) rotateX(63.435deg);
}
.css-ajax-loader .plane.main .circle:nth-child(3) {
    transform: rotate(216deg) rotateX(63.435deg);
}
.css-ajax-loader .plane.main .circle:nth-child(4) {
    transform: rotate(288deg) rotateX(63.435deg);
}
.css-ajax-loader .plane.main .circle:nth-child(5) {
    transform: rotate(1turn) rotateX(63.435deg);
}
.hidden {
    display: none;
}
.po-modal {
    width: 100%;
    max-width: 800px;
    padding: 35px;
    background-color: #2e2e36;
    border: 1px solid #33373c;
}
.po-modal .title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
}
.po-modal p {
    margin-bottom: 7px;
}
.adaptive-table {
    overflow-x: auto;
}
.form-error {
    margin: 5px 0;
    color: #e0616c;
    font-size: 13px;
    line-height: 17px;
}
.form-group {
    margin-bottom: 16px;
}
.form-group label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
.form-group.has-error label {
    color: #a94442;
}
.form-group.has-error .form-control {
    border-color: #a94442;
}
.form-group.has-error .form-text {
    color: #a94442;
}
.form-control {
    display: block;
    text-transform: none;
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.25;
    color: #444;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 50px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
textarea.form-control {
    border-radius: 6px;
}
select.form-control {
    background-image: linear-gradient(45deg, transparent 50%, #555 0), linear-gradient(135deg, #555 50%, transparent 0);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px);
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}
.form-check {
    position: relative;
    display: block;
    margin-bottom: 0.5rem;
}
.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0;
}
.form-check-input {
    margin-top: 0.25rem;
    margin-left: -1.25rem;
}
.form-text {
    display: block;
    margin-top: 0.25rem;
    font-size: 80%;
    font-weight: 400;
}
.alert {
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert--primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.alert--secondary {
    color: #464a4e;
    background-color: #e7e8ea;
    border-color: #dddfe2;
}
.alert--success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert--danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert--warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert--info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert--light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert--dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}
.languages {
    min-width: 150px;
    position: relative;
    font-family: ProximaNovaRegular, sans-serif;
}
.languages__title {
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    padding: 5px 10px;
}
.languages__arrow {
    float: right;
    transition: transform 0.5s;
}
.languages__flag,
.languages__lang-name {
    display: inline-block;
    vertical-align: top;
}
.languages__flag {
    margin-right: 7px;
    width: 22px;
    height: 16px;
}
.languages__flag--ru {
    background: url(../img/ru.png) no-repeat 0 0;
}
.languages__flag--en {
    background: url(../img/en.png) no-repeat 0 0;
}
.languages__flag--pt {
    background: url(../img/pt.png) no-repeat 0 0;
}
.languages__flag--es {
    background: url(../img/es.png) no-repeat 0 0;
}
.languages__flag--pl {
    background: url(../img/pl.png) no-repeat 0 0;
}
.languages__flag--id {
    background: url(../img/id.png) no-repeat 0 0;
}
.languages__flag--fr {
    background: url(../img/fr.png) no-repeat 0 0;
}
.languages__flag--th {
    background: url(../img/th.png) no-repeat 0 0;
}
.languages__flag--de {
    background: url(../img/de.png) no-repeat 0 0;
}
.languages__flag--vt {
    background: url(../img/vt.png) no-repeat 0 0;
}
.languages__flag--ar {
    background: url(../img/ar.png) no-repeat 0 0;
}
.languages__flag--ms {
    background: url(../img/ms.png) no-repeat 0 0;
}
.languages__flag--zh {
    background: url(../img/zh.png) no-repeat 0 0;
}
.languages__flag--br {
    background: url(../img/br.png) no-repeat 0 0;
}
.languages__flag--tr {
    background: url(../img/tr.png) no-repeat 0 0;
}
.languages__flag--it {
    background: url(../img/it.png) no-repeat 0 0;
}
.languages__flag--ja {
    background: url(../img/ja.png) no-repeat 0 0;
}
.languages__flag--ko {
    background: url(../img/ko.png) no-repeat 0 0;
}
.languages__list {
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
    margin-top: 5px;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    right: 0;
    width: 300%;
    z-index: 999;
    border-radius: 4px;
    padding: 10px 0;
    visibility: hidden;
    transition: opacity 0.5s, transform 0.5s, visibility 0.5s;
}
.languages__lang-name {
    font-size: 14px;
}
.languages__item:hover > a {
    background: hsla(0, 0%, 100%, 0.1);
}
.languages__link {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
}
.languages__item {
    flex: 1 1 33.3333%;
}
.languages--opened .languages__list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}
.languages--opened .languages__arrow {
    transform: rotate(180deg);
}
.payment-methods {
    text-align: center;
}
.payment-methods-list {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    justify-content: center;
    margin-bottom: 20px;
}
.payment-methods-list__item {
    padding: 0 10px;
    width: 14.28571%;
    text-align: center;
    margin-bottom: 20px;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {
    .payment-methods-list__item {
        width: 20%;
    }
}
@media only screen and (max-width: 900px) {
    .payment-methods-list__item {
        width: 25%;
    }
}
@media only screen and (max-width: 670px) {
    .payment-methods-list__item {
        width: 33.33333%;
    }
}
@media only screen and (max-width: 520px) {
    .payment-methods-list__item {
        width: 50%;
    }
}
@media only screen and (max-width: 380px) {
    .payment-methods-list__item {
        width: 100%;
        margin-bottom: 12px;
    }
}
.payment-methods-list__link {
    display: block;
}
.payment-methods-list__img {
    max-width: 100%;
    display: inline-block;
}
.btn,
.btn-mobile {
    border-radius: 25px;
    display: inline-block;
    font-family: OpenSansRegular, sans-serif;
    text-transform: uppercase;
    color: #fff;
    padding: 15px 30px;
}
.btn {
    font-size: 14px;
}
.btn[disabled] {
    opacity: 0.5;
}
@media only screen and (max-width: 500px) {
    .btn {
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 12px;
        line-height: 16px;
    }
}
.btn--primary {
    border: 1px solid #cca518;
    background-color: rgb(204 165 24 / 12%);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 0 15px rgba(48, 153, 245, 0.12);
    transition: box-shadow 0.5s ease, background-color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
}
.btn--primary:focus,
.btn--primary:hover {
    background-color: #fff;
    border-color: #fff;
    color: #cca518;
    box-shadow: none;
}
.btn--default {
    border: 1px solid #fff;
    transition: background-color 0.5s ease, color 0.5s ease;
}
.btn--default:focus,
.btn--default:hover {
    color: #000;
    background-color: #fff;
}
.btn--success {
    background-color: #edca4c;
    transition: background-color 0.5s ease, color 0.5s ease;
}
.btn--success:focus,
.btn--success:hover {
    color: #edca4c;
    background-color: #fff;
}
.btn--orange {
    border: 1px solid #ffa031;
    background-color: rgba(255, 160, 51, 0.12);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 0 15px rgba(255, 160, 51, 0.5);
    transition: box-shadow 0.5s ease, background-color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
}
.btn--orange:focus,
.btn--orange:hover {
    background-color: #fff;
    border-color: #fff;
    color: #9a5809;
}
.btn--secondary {
    background-color: #868e96;
    border-color: #868e96;
}
.btn--secondary:focus,
.btn--secondary:hover {
    background-color: #727b84;
    border-color: #6c757d;
}
.btn--info {
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn--info:focus,
.btn--info:hover {
    background-color: #138496;
    border-color: #117a8b;
}
.btn--sm {
    padding-top: 10px;
    padding-bottom: 10px;
}
.btn-mobile {
    font-size: 40px;
    padding-left: 0;
}
button.btn {
    font-family: OpenSansRegular, sans-serif;
}
a.btn {
    text-decoration: none;
}
.mobile-block {
    background: rgba(8, 15, 32, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transform: translateX(100%);
    visibility: hidden;
    z-index: 1000;
}
.mobile-block--active {
    transition: opacity 0.5s, transform 0.5s, visibility 0.5s;
}
.mobile-block--opened {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    pointer-events: all;
}
.mobile-block .mobile-nav {
    border-left: 1px solid #161d2c;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background-color: #080f20;
    padding: 35px 10px 35px 30px;
    width: 320px;
    z-index: 1001;
}
.mobile-block .mobile-nav__close {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1002;
    font-size: 50px;
    background: url(../img/mb-close-icon.png) no-repeat 0 0;
    width: 24px;
    height: 25px;
}
@media (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min--moz-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .mobile-block .mobile-nav__close {
        background-image: url(../img/mb-close-icon.png);
        background-size: 24px 25px;
    }
}
.mobile-block .mobile-nav__title {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: OpenSansBold, sans-serif;
    border-bottom: 1px solid #242a37;
    margin-bottom: 25px;
    padding-bottom: 25px;
    margin-top: 20px;
}
.mobile-block .mobile-nav__title a {
    color: #22c522;
}
.mobile-block .mobile-nav__item {
    margin-bottom: 7px;
}
.mobile-block .mobile-nav__buttons {
    margin-top: 30px;
    display: none;
}
@media only screen and (max-width: 1060px) {
    .mobile-block .mobile-nav__buttons {
        display: block;
    }
}
.mobile-block .mobile-nav__buttons .btn {
    padding-top: 5px;
    padding-bottom: 5px;
}
.mobile-block .mobile-nav__buttons a:last-child {
    margin-bottom: 0;
}
.mobile-block .mobile-nav .btn {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.mobile-block .mobile-nav .languages {
    margin-top: 30px;
    display: none;
    background: transparent;
}
.mobile-block .mobile-nav .languages__arrow {
    transition: transform 0.5s;
}
.mobile-block .mobile-nav .languages--opened .languages__arrow {
    transform: rotate(180deg);
}
.mobile-block .mobile-nav .languages--opened .languages__list {
    display: block;
}
.mobile-block .mobile-nav .languages__list {
    display: none;
    margin: 0;
    padding: 0;
    background: transparent;
    transition: none;
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
    position: relative;
    visibility: visible;
}
.mobile-block .mobile-nav .languages__link {
    padding-left: 0;
    padding-right: 0;
}
.mobile-block .mobile-nav .languages__current {
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
}
.mobile-block .mobile-nav .languages__current i {
    position: absolute;
    top: 6px;
    right: 0;
}
@media only screen and (max-width: 1060px) {
    .mobile-block .mobile-nav .languages {
        display: block;
    }
}
.mobile-block .mb-block {
    margin-left: 10px;
}
.mobile-block .mb-block + .mb-block {
    margin-top: 25px;
}
.mobile-block .mb-block__link-icon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mobile-block .mb-block__title {
    font-family: OpenSansBold, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 13px;
}
.mobile-block .mb-block__link {
    display: block;
    color: #80899f;
    margin-left: 10px;
    margin-bottom: 7px;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 14px;
    position: relative;
    padding-left: 15px;
}
.mobile-block .mb-block__link:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 3px;
    left: 0;
}
.mobile-block .mb-block__link:last-child {
    margin-bottom: 0;
}
.mobile-block .mb-block__link:hover {
    color: #fff;
}
.mobile-block .mb-block__link:hover:before {
    color: #009af9;
}
.page__in {
    padding-top: 0;
}
.page > .top {
    position: relative;
    background-color: #161730;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
    height: 337px;
}
.page > .top .title {
    position: absolute;
    transform: translate(-50%, -20%);
    width: 100%;
    left: 50%;
    top: 50%;
    margin-bottom: 0;
}
.page > .top + .page__in {
    padding-top: 20px;
    font-size: 14px;
}
.page--about-us > .top {
    background-image: url(../img/about-us-bg.jpg);
}
.page--about-us p {
    margin-bottom: 10px;
}
.page--payment-methods > .top {
    background-image: url(../img/payment-methods-bg.jpg);
    min-height: 170px;
}
.page--payment-methods .pm-list {
    display: inline-flex;
    align-items: flex-start;
    flex-flow: wrap;
    margin-top: -2%;
    margin-left: -2%;
}
@media only screen and (max-width: 480px) {
    .page--payment-methods .pm-list {
        margin-left: 0;
    }
}
.page--payment-methods .pm-list__item {
    margin-top: 2%;
    width: 14.66667%;
    margin-left: 2%;
}
@media only screen and (max-width: 1240px) {
    .page--payment-methods .pm-list__item {
        width: 18%;
    }
}
@media only screen and (max-width: 990px) {
    .page--payment-methods .pm-list__item {
        width: 23%;
    }
}
@media only screen and (max-width: 768px) {
    .page--payment-methods .pm-list__item {
        width: 31.33333%;
    }
}
@media only screen and (max-width: 600px) {
    .page--payment-methods .pm-list__item {
        width: 48%;
    }
}
@media only screen and (max-width: 480px) {
    .page--payment-methods .pm-list__item {
        margin-left: 0;
        width: 100%;
    }
}
.page--payment-methods .pm-list__link {
    display: block;
    color: #fff;
    border: 1px solid #161c2b;
    min-height: 215px;
    text-decoration: none;
}
.page--payment-methods .pm-list__img-wrap {
    min-height: 90px;
    line-height: 90px;
    text-align: center;
}
.page--payment-methods .pm-list__img-wrap img {
    display: inline-block;
    max-width: 90%;
    max-height: 90px;
    vertical-align: middle;
}
.page--payment-methods .pm-list__top {
    min-height: 190px;
}
.page--payment-methods .pm-list__name {
    padding-left: 11px;
    padding-right: 11px;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 700;
}
.page--payment-methods .pm-list .info {
    background: #242a38;
    margin-top: 20px;
    padding: 15px 11px;
}
.page--payment-methods .pm-list .info__row {
    display: flex;
}
.page--payment-methods .pm-list .info__commission,
.page--payment-methods .pm-list .info__min-amount {
    width: 50%;
}
.page--payment-methods .pm-list .info__label {
    font-size: 12px;
    display: block;
    margin-bottom: 10px;
}
.page--payment-methods .pm-list .info__value {
    font-size: 21px;
    font-family: OpenSansRegular, sans-serif;
}
.page--assets > .top {
    background-image: url(../img/assets-bg.jpg);
}
.page--assets .btn-wrap {
    text-align: center;
}
.page--assets .btn-wrap:last-child {
    margin-top: 30px;
}
.page--assets .assets-table {
    min-width: 320px;
}
.page--assets .assets-table .divider,
.page--assets .assets-table .row .time-line > div:not(.from-to-line),
.page--assets .assets-table .row > div {
    vertical-align: middle;
    display: inline-block;
    font-size: 14px;
}
.page--assets .assets-table .row {
    margin: 0;
    height: 40px;
    line-height: 40px;
    font-size: 0;
    border: 1px solid #2b3141;
    border-top-color: transparent;
}
.page--assets .assets-table .row:first-child {
    border-top-color: #2b3141;
}
.page--assets .assets-table .row:nth-child(odd) {
    background-color: #101729;
}
.page--assets .assets-table .row.not-traded .time-line .from-to-line__in {
    background-color: rgba(48, 153, 245, 0.12);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 0 15px rgba(48, 153, 245, 0.5);
    border: 1px solid #3099f5;
}
.page--assets .assets-table .row > div {
    text-align: center;
    border-left: 1px solid #2b3141;
}
.page--assets .assets-table .row > div:first-child {
    border-left-color: transparent;
}
.page--assets .assets-table .row .symbol {
    width: 14%;
}
.page--assets .assets-table .row .payout,
.page--assets .assets-table .row .trading-status {
    width: 7%;
}
.page--assets .assets-table .row .time-line {
    position: relative;
    width: 72%;
    font-size: 0;
}
.page--assets .assets-table .row .time-line > div:not(.from-to-line) {
    width: 4.16667%;
    border-left: 1px solid #2b3141;
}
.page--assets .assets-table .row .time-line > div:not(.from-to-line):first-child {
    border-left-color: transparent;
}
.page--assets .assets-table .row .time-line > div:not(.from-to-line).current {
    background-color: rgba(255, 0, 0, 0.12);
}
.page--assets .assets-table .row .time-line .from-to-line {
    position: absolute;
    width: 100%;
    top: 9px;
    left: 0;
    padding: 0 1%;
}
.page--assets .assets-table .row .time-line .from-to-line__in {
    color: #333;
    font-size: 14px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    background-color: rgb(204 165 24 / 12%);
    box-shadow: 0 2px 2px rgb(0 0 0 / 20%), 0 0 15px rgb(204 165 24 / 50%);
    border: 1px solid #cca518;
    border-radius: 10px;
}
.page--assets .assets-table .row .trading-status-indicator {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
    animation: trading-status-indicator-pulsate 1.5s ease-out;
    animation-iteration-count: infinite;
}
.page--assets .assets-table .row .trading-status-indicator.trading {
    background-color: #009a00;
    box-shadow: 0 0 3px 3px rgba(0, 154, 0, 0.2);
}
.page--assets .assets-table .row .trading-status-indicator.not-trading {
    background-color: #b3b3b3;
    box-shadow: 0 0 3px 3px hsla(0, 0%, 70%, 0.2);
}
.page--assets .assets-table .row .call-put {
    width: 10%;
}
.page--assets .assets-table .row .call-put > ul {
    font-size: 0;
}
.page--assets .assets-table .row .call-put > ul > li {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    width: 42%;
    margin: 5px;
}
.page--assets .assets-table .row .call-put > ul > li:last-child {
    margin-left: 0;
}
.page--assets .assets-table .row .call-put > ul > li > a {
    height: 30px;
    line-height: 33px;
    border-radius: 4px;
    display: block;
    color: #fff;
}
.page--assets .assets-table .row .call-put > ul > li.call > a {
    background-color: #40aa3b;
}
.page--assets .assets-table .row .call-put > ul > li.call > a:hover {
    background-color: #32842e;
}
.page--assets .assets-table .row .call-put > ul > li.put > a {
    background-color: #fc3418;
}
.page--assets .assets-table .row .call-put > ul > li.put > a:hover {
    background-color: #de1e03;
}
.page--assets .assets-table .divider {
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    font-family: OpenSansRegular, sans-serif;
    font-size: 18px;
    border-bottom: 1px solid #2b3141;
    background-color: #242a38;
}
.page--assets .assets-table-header {
    min-width: 320px;
    font-size: 0;
}
.page--assets .assets-table-header .left-block,
.page--assets .assets-table-header .payout-label,
.page--assets .assets-table-header .right-block .top {
    font-family: OpenSansRegular, sans-serif;
    text-transform: uppercase;
    font-size: 18px;
}
.page--assets .assets-table-header > div {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    text-align: center;
    height: 82px;
    border-top: 1px solid #2b3141;
    border-left: 1px solid #2b3141;
}
.page--assets .assets-table-header > div:last-child {
    border-right: 1px solid #2b3141;
}
.page--assets .assets-table-header .left-block {
    line-height: 82px;
    width: 21%;
}
.page--assets .assets-table-header .payout-label {
    width: 7%;
    line-height: 82px;
}
.page--assets .assets-table-header .right-block {
    width: 72%;
}
.page--assets .assets-table-header .right-block > div {
    height: 41px;
    line-height: 41px;
}
.page--assets .assets-table-header .right-block .top {
    border-bottom: 1px solid #2b3141;
    font-size: 22px;
}
.page--assets .assets-table-header .right-block .bottom {
    font-size: 0;
}
.page--assets .assets-table-header .right-block .bottom .hour {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    width: 4.16667%;
    border-left: 1px solid #2b3141;
}
.page--assets .assets-table-header .right-block .bottom .hour:first-child {
    border-left-color: transparent;
}
.page--assets .assets-table-header .right-block .bottom .hour.current {
    color: #fff;
    background-color: red;
}
.page--assets .tab-list {
    margin-top: 25px;
    margin-bottom: 25px;
}
.page--assets .tab-list ul {
    font-size: 0;
}
.page--assets .tab-list li {
    font-size: 20px;
    display: inline-block;
    margin-left: 15px;
}
.page--assets .tab-list li:first-child {
    margin-left: 0;
}
.page--assets .trading-status .tooltip-text {
    text-align: center;
}
.page--assets .from-to-line .tooltip-content {
    width: 150px;
    margin-left: -75px;
}
.page--assets .from-to-line .tooltip-text {
    text-align: center;
}
@-webkit-keyframes trading-status-indicator-pulsate {
    0% {
        transform: scale(0.6);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    to {
        transform: scale(1.2);
        opacity: 0;
    }
}
.page--contacts > .top {
    background-image: url(../img/contacts-bg.jpg);
    background-size: auto;
}
.page--contacts h4 {
    font-family: OpenSansBold, sans-serif;
    margin-bottom: 16px;
}
.page--contacts p {
    margin-bottom: 16px;
    line-height: 30px;
}
.page--contacts p:last-child {
    margin-bottom: 0;
}
.page--contacts .wrap {
    border-left: 1px solid #0278c4;
    padding-left: 35px;
}
.page--contacts .wrap + .wrap {
    margin-top: 60px;
}
@media only screen and (max-width: 600px) {
    .page--contacts .wrap + .wrap {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 600px) {
    .page--contacts .wrap {
        padding-left: 15px;
    }
}
.page--contacts .row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.page--contacts .row .c,
.page--contacts .row .l {
    width: 24%;
}
.page--contacts .row .c a,
.page--contacts .row .l a {
    color: #009af9;
    text-decoration: none;
}
.page--contacts .row .r {
    width: 38%;
}
@media only screen and (max-width: 1100px) {
    .page--contacts .row {
        flex-wrap: wrap;
    }
    .page--contacts .row .c,
    .page--contacts .row .l {
        width: 98%;
    }
    .page--contacts .row .r {
        margin-top: 30px;
        width: 100%;
    }
}
@media only screen and (max-width: 600px) {
    .page--contacts .row .c,
    .page--contacts .row .l {
        width: 100%;
    }
    .page--contacts .row .c {
        margin-top: 30px;
    }
}
.page--aml-policy > .top {
    background-image: url(../img/aml-policy-bg.jpg);
}
.page--aml-policy p {
    margin-bottom: 10px;
}
.page--privacy-policy > .top {
    background-image: url(../img/privacy-policy-bg.jpg);
}
.page--privacy-policy p {
    margin-bottom: 10px;
}
.page--responsible-gaming > .top {
    background-image: url(../img/responsible-gaming-bg.jpg);
}
.page--responsible-gaming p {
    margin-bottom: 10px;
}
.page--payment-policy > .top {
    background-image: url(../img/payment-policy-bg.jpg);
}
.page--payment-policy p {
    margin-bottom: 10px;
}
.page--responsability-deisclosure > .top {
    background-image: url(../img/responsability-deisclosure-bg.jpg);
}
.page--responsability-deisclosure p {
    margin-bottom: 10px;
}
.page--error-404 {
    text-align: center;
}
.page--error-404 > .top {
    background-image: url(../img/404-bg.jpg);
    background-size: auto;
}
.page--error-404 h2 {
    font-weight: 100;
    font-size: 24px;
    margin-bottom: 15px;
}
.page--error-404 .msg p,
.page--error-404 .msg span {
    font-size: 18px;
}
.page--error-404 .btn {
    margin-top: 60px;
}
.page--regional-representative .page__in {
    padding-top: 80px;
}
.page--regional-representative .fake-img {
    background: url(../img/rp-img1.jpg), url(../img/rp-img2_en.jpg), url(../img/rp-img2_ru.jpg), url(../img/rp-img3.jpg);
}
.page--regional-representative > .top {
    background: #161730 url(../img/regional-representative-bg.jpg) no-repeat fixed top;
}
.page--regional-representative .next-page-block {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #091221 url(../img/rp-img1.jpg) no-repeat top;
    text-align: center;
}
.page--regional-representative .next-page-block .title {
    margin-bottom: 25px;
}
.page--regional-representative .next-page-block p {
    color: #b4c2e4;
}
.page--regional-representative .next-page-block .btn {
    margin-top: 45px;
}
.page--regional-representative .guide {
    color: #b4c2e4;
    font-size: 16px;
}
@media only screen and (max-width: 320px) {
    .page--regional-representative .guide {
        text-align: center;
    }
}
.page--regional-representative .guide .gb h3 {
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    font-family: OpenSansRegular, sans-serif;
    margin-bottom: 16px;
}
.page--regional-representative .guide p,
.page--regional-representative .guide ul > li {
    line-height: 32px;
}
.page--regional-representative .guide__img {
    padding: 100px 6px;
    margin-top: 40px;
    margin-bottom: 60px;
    background-color: #091021;
    border: 18px solid #0d1525;
    text-align: center;
    box-shadow: inset 0 0 1px 1px #4e5567;
}
.page--regional-representative .guide__img img {
    display: inline-block;
    max-width: 100%;
}
@media only screen and (max-width: 320px) {
    .page--regional-representative .guide__img {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
.page--regional-representative .guide .btn-wrap {
    margin-top: 20px;
    margin-bottom: 25px;
    text-align: center;
}
.page--regional-representative .guide .icon-warning {
    color: red;
}
.page--regional-representative-form > .top {
    background: #161730 url(../img/regional-representative-form-bg.jpg) no-repeat fixed top;
}
.page--regional-representative-form .row {
    padding: 0;
    display: flex;
    justify-content: space-between;
}
@media only screen and (max-width: 680px) {
    .page--regional-representative-form .row {
        flex-flow: column;
    }
}
.page--regional-representative-form .row .l,
.page--regional-representative-form .row .r {
    width: 48%;
}
@media only screen and (max-width: 680px) {
    .page--regional-representative-form .row .l,
    .page--regional-representative-form .row .r {
        width: 100%;
    }
}
.page--regional-representative-form .intl-tel-input {
    display: block;
}
.page--regional-representative-form .hasWork-ext {
    display: none;
}
.page--regional-representative-form .g-recaptcha {
    display: block;
}
.page--email-verification > .top {
    background-image: url(../img/verification-email-bg.jpg);
    background-size: auto;
}
.page--email-verification .verification-email {
    box-shadow: inset 0 0 1px 1px #8b93a6;
    border: 18px solid #0d1425;
    padding: 243px 0 70px;
    text-align: center;
}
.page--email-verification .verification-email--success {
    background: url(../img/email-icon--success.png) no-repeat 50% 70px;
}
.page--email-verification .verification-email--failed {
    background: url(../img/email-icon--failed.png) no-repeat 50% 70px;
}
.page--email-verification .verification-email__text {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 40px;
}
.page--mt5-info {
    text-align: center;
}
.page--mt5-info > .top {
    background-image: url(../img/bg.jpg);
    background-size: auto;
}
.page--mt5-info a.btn {
    margin-top: 20px;
}
.page--mt5-info table,
.page--mt5-info tbody,
.page--mt5-info td,
.page--mt5-info tfoot,
.page--mt5-info th,
.page--mt5-info thead,
.page--mt5-info tr {
    border-collapse: collapse;
    border-spacing: 0;
}
.page--mt5-info .table {
    margin: 0 auto;
    width: 250px;
}
.page--mt5-info .table td {
    padding: 10px 15px;
}
.page--mt5-info .table tr > td:first-child {
    text-align: right;
}
.page--mt5-info .table tr > td:last-child {
    text-align: left;
}
.page--mt5-info .table tr:nth-child(odd) > td {
    background: rgba(51, 51, 61, 0.5);
}
.page--riskdisclosure .uc {
    text-transform: uppercase;
}
.page--riskdisclosure p {
    margin-bottom: 16px;
}
.breadcrumbs {
    display: flex;
    margin-bottom: 70px;
    align-items: center;
}
.breadcrumbs__item {
    margin-right: 28px;
    position: relative;
}
.breadcrumbs__item:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: -15px;
    position: absolute;
    top: 4px;
    color: #5d626d;
}
.breadcrumbs__item:first-child:before {
    display: none;
}
.breadcrumbs__link {
    display: block;
    color: #70788c;
}
@media only screen and (max-width: 660px) {
    .breadcrumbs {
        flex-flow: column;
        align-items: flex-start;
    }
    .breadcrumbs__item:before {
        display: none;
    }
}
@media only screen and (max-width: 600px) {
    .breadcrumbs {
        margin-bottom: 30px;
    }
}
.register-form {
    display: none;
    width: 100%;
    margin: 0 auto;
    padding: 50px 20%;
    border: 1px solid #337ab7;
    box-shadow: 0 0 10px 0 #337ab7;
    border-radius: 4px;
    background-color: rgba(51, 122, 183, 0.2);
}
.register-form .message {
    display: none;
}
.register-form .css-ajax-loader {
    display: block;
    height: 49px;
    margin: 0 auto;
}
.register-form .form-group {
    position: relative;
}
.register-form .form-group.label-up .control-label {
    transform: translate3d(0, -33px, 0);
    background: #1a2c43;
    padding: 3px 10px;
    border-radius: 4px;
}
.register-form .has-checkbox {
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
}
.register-form .has-checkbox [type="checkbox"] {
    margin-right: 7px;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    vertical-align: middle;
}
.register-form .control-label {
    color: #797f7d;
    position: absolute;
    top: 9px;
    left: 20px;
    font-size: 14px;
    transition: background 0.3s, padding 0.3s, border-radius 0.3s, transform 0.3s;
    pointer-events: none;
    user-select: none;
}
.register-form h3 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-family: OpenSansBold, sans-serif;
}
.register-form .btn {
    display: block;
    margin: 0 auto;
}
.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
}
.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto;
}
.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}
.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto;
}
.mCSB_inside > .mCSB_container {
    margin-right: 30px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0;
}
.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
}
.mCSB_outside + .mCSB_scrollTools {
    right: -26px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    right: auto;
    left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    left: -26px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px;
}
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-bottom: 30px;
}
.mCSB_horizontal.mCSB_outside > .mCSB_container {
    min-height: 100%;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
}
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
    margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    height: 100%;
    left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    margin: 4px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0;
}
.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px;
}
.mCSB_container_wrapper > .mCSB_container {
    padding-right: 30px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
    margin-right: 0;
    margin-left: 30px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
    padding-right: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
    padding-bottom: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
}
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
    -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out,
        background-color 0.2s ease-in-out;
    -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out,
        background-color 0.2s ease-in-out;
    -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out,
        background-color 0.2s ease-in-out;
    transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out,
        background-color 0.2s ease-in-out;
}
.mCSB_scrollTools {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)";
}
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools,
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}
.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)";
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)";
}
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
    opacity: 0.4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0;
}
.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px;
}
.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px;
}
.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px;
}
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
    opacity: 0.9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)";
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px auto;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.85);
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.9);
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px 0;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -20px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -40px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -56px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0;
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.85);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.9);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px;
}
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.1);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
}
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
}
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
    height: 14px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 14px;
    margin: 0 1px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 14px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 14px;
    margin: 1px 0;
}
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 16px;
    height: 16px;
    margin: -1px 0;
}
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 4px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 16px;
    width: 16px;
    margin: 0 -1px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 -72px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -92px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -112px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -128px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px -72px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -92px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -112px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -128px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
    width: 4px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background-color: transparent;
    background-position: 50%;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
    background-repeat: repeat-y;
    opacity: 0.3;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)";
}
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
    background-repeat: repeat-x;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px -72px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -92px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -112px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -128px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px -72px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -92px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -112px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -128px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-y;
    background-image: -moz-linear-gradient(left, hsla(0, 0%, 100%, 0.5) 0, hsla(0, 0%, 100%, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, hsla(0, 0%, 100%, 0.5)), color-stop(100%, hsla(0, 0%, 100%, 0)));
    background-image: -webkit-linear-gradient(left, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0));
    background-image: -o-linear-gradient(left, hsla(0, 0%, 100%, 0.5) 0, hsla(0, 0%, 100%, 0) 100%);
    background-image: -ms-linear-gradient(left, hsla(0, 0%, 100%, 0.5) 0, hsla(0, 0%, 100%, 0) 100%);
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.5) 0, hsla(0, 0%, 100%, 0));
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, hsla(0, 0%, 100%, 0.5) 0, hsla(0, 0%, 100%, 0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, hsla(0, 0%, 100%, 0.5)), color-stop(100%, hsla(0, 0%, 100%, 0)));
    background-image: -webkit-linear-gradient(top, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0));
    background-image: -o-linear-gradient(top, hsla(0, 0%, 100%, 0.5) 0, hsla(0, 0%, 100%, 0) 100%);
    background-image: -ms-linear-gradient(top, hsla(0, 0%, 100%, 0.5) 0, hsla(0, 0%, 100%, 0) 100%);
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5) 0, hsla(0, 0%, 100%, 0));
}
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 70px;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 70px;
}
.mCS-3d-dark.mCSB_scrollTools,
.mCS-3d.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)";
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px hsla(0, 0%, 100%, 0.2);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 8px;
    margin: 4px 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px hsla(0, 0%, 100%, 0.2);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 8px;
    margin: 4px auto;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)";
}
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
    right: 1px;
}
.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCS-3d-thick.mCSB_scrollTools_vertical {
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,
.mCS-3d-thick.mCSB_scrollTools_horizontal {
    bottom: 1px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 hsla(0, 0%, 100%, 0.4);
    width: 12px;
    margin: 2px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.4);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555;
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    width: auto;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}
.mCS-3d-thick-dark.mCSB_scrollTools {
    box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 hsla(0, 0%, 100%, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #777;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #fff;
    background-color: rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
    right: 0;
    margin: 12px 0;
}
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    margin: 0 12px;
}
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
    left: 0;
    right: auto;
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 50px;
}
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 50px;
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)";
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
}
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 6px;
    margin: 5px 0;
}
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 12px;
}
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 12px;
    margin: 2px 0;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
    width: 12px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    margin: 3px 5px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 6px;
    margin: 5px 3px;
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 12px;
    margin: 2px 0;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    border-color: #fff;
    border: 1px solid hsla(0, 0%, 100%, 0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    border-color: #000;
    border-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.6);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.75);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.85);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.9);
}
.message {
    border: 1px solid transparent;
    padding: 20px 30px;
    border-radius: 4px;
    margin: 20px auto 25px;
    position: relative;
}
.message h4 {
    margin-bottom: 15px;
    font-size: 18px;
}
.message-error {
    border-color: #ff4420;
    box-shadow: 0 0 7px 1px rgba(255, 68, 32, 0.7);
    background: rgba(255, 68, 32, 0.1);
    padding-left: 90px;
}
.message-error:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 28px;
    width: 38px;
    height: 38px;
    margin-top: -19px;
    background: url(../img/m-sprite.png) no-repeat 0 -38px;
}
.content-placeholder {
    position: relative;
}
.content-placeholder__animated-background {
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: linear-gradient(90deg, #eee 8%, #ddd 18%, #eee 33%);
    background-size: 800px 104px;
}
.content-placeholder .mk {
    position: absolute;
}
.content-placeholder__item {
    position: relative;
}
.content-placeholder--social .content-placeholder__item .mk {
    background: #1f232f;
}
.content-placeholder--social .content-placeholder__item:nth-child(2n) .content-placeholder__animated-background {
    background: linear-gradient(90deg, #0b1220 8%, #121d33 18%, #0b1220 33%);
}
.content-placeholder--social .content-placeholder__item:nth-child(2n) .mk {
    background: #0b1220;
}
.content-placeholder--social .content-placeholder__animated-background {
    height: 69px;
    background: linear-gradient(90deg, #1f232f 8%, #292e3e 18%, #1f232f 33%);
}
.content-placeholder--social .ht {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 15px;
}
.content-placeholder--social .hr {
    right: 0;
    width: 15px;
    height: 100%;
}
.content-placeholder--social .hl {
    left: 0;
    width: 15px;
    height: 100%;
}
.content-placeholder--social .h2 {
    left: 30px;
    width: 15px;
    height: 100%;
}
.content-placeholder--social .h3 {
    left: 87px;
    width: 15px;
    height: 100%;
}
.content-placeholder--social .h4 {
    top: 29px;
    left: 100px;
    width: calc(100% - 100px);
    height: 12px;
}
.content-placeholder--social .hb {
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 15px;
}
.content-placeholder--tournament .content-placeholder__item .mk {
    background: #1f232f;
}
.content-placeholder--tournament .content-placeholder__item:nth-child(2n) .content-placeholder__animated-background {
    background: linear-gradient(90deg, #0b1220 8%, #121d33 18%, #0b1220 33%);
}
.content-placeholder--tournament .content-placeholder__item:nth-child(2n) .mk {
    background: #0b1220;
}
.content-placeholder--tournament .content-placeholder__animated-background {
    height: 47px;
    background: linear-gradient(90deg, #1f232f 8%, #292e3e 18%, #1f232f 33%);
}
.content-placeholder--tournament .ht {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 10px;
}
.content-placeholder--tournament .hr {
    right: 0;
    width: 10px;
    height: 100%;
}
.content-placeholder--tournament .hb {
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 10px;
}
.content-placeholder--tournament .hl {
    left: 0;
    width: 10px;
    height: 100%;
}
.content-placeholder--tournament .h1,
.content-placeholder--tournament .h2 {
    left: 150px;
    width: 40px;
    height: 100%;
}
.content-placeholder--tournament .h3 {
    left: 260px;
    width: 30px;
    height: 100%;
}
.content-placeholder--tournament .h4 {
    right: 86px;
    width: 50px;
    height: 100%;
}
@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }
    to {
        background-position: 468px 0;
    }
}
.winnings-reports-stream {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px;
    margin-top: -5px;
    max-width: 320px;
    width: 100%;
}
.winnings-reports__item {
    position: relative;
    font-size: 13px;
    line-height: 15px;
    color: #000;
    padding: 3px 8px 5px;
    margin-top: 5px;
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    background: hsla(0, 0%, 100%, 0.84);
    border-radius: 4px;
    transition: visibility 1s, opacity 1s, transform 1s;
    visibility: hidden;
    opacity: 0;
    transform: translate3d(-320px, 0, 0);
}
.winnings-reports__item--show {
    visibility: visible;
    opacity: 1;
    transform: translateZ(0);
}
.winnings-reports__rw {
    display: flex;
}
.winnings-reports__l {
    margin-right: 7px;
}
.winnings-reports__l img {
    display: block;
    margin-top: -1px;
}
.winnings-reports__r {
    padding-top: 5px;
}
.winnings-reports__fio,
.winnings-reports__info,
.winnings-reports__time-ago {
    margin-bottom: 2px;
}
.winnings-reports__info .asset,
.winnings-reports__info .win {
    font-size: 13px;
    font-weight: 700;
}
.winnings-reports__info .win {
    color: #00a400;
}
.winnings-reports__fio {
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
}
.winnings-reports__time-ago {
    color: #5d5d5d;
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 5px;
    text-align: right;
}
.winnings-reports__close {
    position: absolute;
    top: 3px;
    right: 5px;
    font-size: 16px;
    line-height: 16px;
    color: #e63a32;
}
.winnings-reports__close:hover {
    color: #e95049;
}
.winnings-reports__flag {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
}
.winnings-reports__flag img {
    max-width: 100%;
    display: block;
    margin-top: -8px;
    margin-bottom: -5px;
}
.winnings-reports__buttons a {
    text-align: center;
    color: #403c3c;
    text-decoration: none;
    display: block;
    border-radius: 4px;
    font-size: 11px;
    line-height: 12px;
    padding: 4px 8px;
    background-color: rgba(48, 153, 245, 0.3);
    border: 1px solid #3099f5;
}
.status {
    animation: status_pulse 2s infinite;
    border-radius: 50%;
    height: 8px;
    opacity: 0;
    width: 8px;
    display: inline-block;
}
.status--on {
    background-color: #31a53a;
}
.status--off {
    background-color: #7f7f7f;
}
@keyframes status_pulse {
    0% {
        -webkit-transform: scale(0.6);
        opacity: 0;
        transform: scale(0.6);
    }
    50% {
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1.2);
        opacity: 0;
        transform: scale(1.2);
    }
}
input {
    border-radius: 25px;
    border: 1px solid #fff;
    background-color: #080f20;
    text-transform: uppercase;
    color: #fff;
    padding: 15px 30px;
    font-size: 14px;
    font-family: OpenSansRegular, sans-serif;
}
@media only screen and (max-width: 500px) {
    input {
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 12px;
        line-height: 16px;
    }
}
.page-header {
    transition: background-color 0.5s, padding 0.5s;
}
@media only screen and (max-width: 400px) {
    .page-header {
        padding-top: 20px;
    }
}
.page-header--fixed {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 998;
    position: fixed;
}
@media only screen and (max-width: 400px) {
    .page-header--fixed .page-header__mobile-btn {
        padding-top: 0;
    }
}
.page-header--fill-bg {
    padding: 17px 0 14px;
    background-color: #131927;
    border-bottom: 1px solid #202535;
}
.page-header--fill-bg .logo {
    margin-top: 18px;
}
.page-header__in {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page-header .logo {
    display: block;
    width: 200px;
}
@media (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min--moz-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .page-header .logo {
        background-image: url(../img/logo_x2.png);
        background-size: 159px 52px;
    }
}
.new-year .page-header .logo {
    background-image: url(../img/ny-white.png);
    width: 139px;
    height: 52px;
}
@media (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min--moz-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .new-year .page-header .logo {
        background-image: url(../img/ny-white%402x.png);
        background-size: 139px 52px;
    }
}
@media only screen and (max-width: 950px) {
    .page-header .logo {
        margin: 0 auto;
    }
}
@media only screen and (max-width: 400px) {
    .page-header .logo {
        margin: 0;
    }
}
.page-header .r {
    display: flex;
    align-items: center;
    margin-left: auto;
}
.page-header .r .btn-mobile {
    padding: 0;
}
@media only screen and (max-width: 1060px) {
    .page-header .r {
        display: none;
    }
}
.page-header__mobile-btn {
    padding: 0;
    display: none;
}
@media only screen and (max-width: 1060px) {
    .page-header__mobile-btn {
        display: block;
    }
}
.page-header .btn,
.page-header .btn-mobile,
.page-header .languages {
    margin-left: 17px;
}
.conditions {
    background: #080f20;
}
.conditions__in > ul {
    font-size: 0;
    display: inline-flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}
@media only screen and (max-width: 992px) {
    .conditions__in > ul {
        flex-wrap: wrap;
        display: flex;
        justify-content: center;
        margin-top: -20px;
    }
}
.conditions__in > ul > li {
    text-align: center;
    width: 18%;
}
@media only screen and (max-width: 992px) {
    .conditions__in > ul > li {
        margin-top: 20px;
        width: 30%;
    }
}
@media only screen and (max-width: 770px) {
    .conditions__in > ul > li {
        width: 50%;
    }
}
@media only screen and (max-width: 550px) {
    .conditions__in > ul > li {
        width: 100%;
    }
}
.conditions__in > ul > li i {
    font-style: normal;
}
.conditions__in > ul > li > p {
    color: #009af8;
    font-size: 53px;
    font-family: OpenSansRegular, sans-serif;
    margin-bottom: 10px;
}
.conditions__in > ul > li > span {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 28px;
    font-family: RobotoMedium, sans-serif;
    padding: 0 10px;
    display: block;
}
.how-it-works {
    background-color: #141926;
    position: relative;
}
.how-it-works .pxs_slider_wrapper .btn-wrap {
    width: 100%;
    position: absolute;
    bottom: 156px;
    text-align: center;
}
@media only screen and (max-width: 900px) {
    .how-it-works {
        display: none;
    }
}
.why-we {
    background: #11182f url(../img/why-we_2200.jpg) no-repeat 0 0;
    background-size: cover;
    background-attachment: fixed;
}
@media only screen and (max-width: 1400px) {
    .why-we {
        background-image: url(../img/why-we_1400.jpg);
    }
}
@media only screen and (max-width: 1024px) {
    .why-we {
        background-image: url(../img/why-we_1024.jpg);
    }
}
@media only screen and (max-width: 800px) {
    .why-we {
        background-image: url(../img/why-we_800.jpg);
    }
}
@media only screen and (max-width: 640px) {
    .why-we {
        background-image: url(../img/why-we_640.jpg);
    }
}
@media only screen and (max-width: 480px) {
    .why-we {
        background-image: url(../img/why-we_480.jpg);
    }
}
@media only screen and (max-width: 320px) {
    .why-we {
        background-image: url(../img/why-we_320.jpg);
    }
}
.why-we__in .why-list {
    margin-top: -5%;
    display: flex;
    flex-wrap: wrap;
}
.why-we__in .why-list__item {
    width: 47%;
    visibility: hidden;
    margin-left: 3%;
    margin-top: 5%;
    min-height: 78px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.why-we__in .why-list__title {
    font-size: 24px;
    line-height: 26px;
    font-family: OpenSansRegular, sans-serif;
    color: #fff;
    margin-bottom: 5px;
}
.why-we__in .why-list__sub-title {
    font-size: 16px;
    line-height: 20px;
}
.why-we__in .why-list__link {
    padding-left: 100px;
    text-decoration: none;
    position: relative;
    display: block;
}
.why-we__in .why-list__link:after,
.why-we__in .why-list__link:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate3d(0, -50%, 0);
}
.why-we__in .why-list__link:before {
    transition: border-color 0.5s, box-shadow 0.5s;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    border: 3px solid #edca4c;
}
.why-we__in .why-list__link:hover:before {
    border-color: #fff;
    box-shadow: 0 0 3px 3px hsla(0, 0%, 100%, 0.3);
}
.why-we__in .why-list__link--education:after {
    width: 29px;
    height: 30px;
    margin-left: 24px;
    background: url(../img/why-we--education.png) no-repeat 0 0;
}
.why-we__in .why-list__link--demo-account:after {
    width: 27px;
    height: 25px;
    margin-left: 25.5px;
    background: url(../img/why-we--demo-account.png) no-repeat 0 0;
}
.why-we__in .why-list__link--deposit-withdrawals:after {
    width: 32px;
    height: 29px;
    margin-left: 23px;
    background: url(../img/why-we--deposit-withdrawals.png) no-repeat 0 0;
}
.why-we__in .why-list__link--trading-instruments:after {
    width: 32px;
    height: 29px;
    margin-left: 23px;
    background: url(../img/why-we--trading-instruments.png) no-repeat 0 0;
}
.why-we__in .why-list__link--partnership:after {
    width: 42px;
    height: 26px;
    margin-left: 18px;
    background: url(../img/why-we--partnership.png) no-repeat 0 0;
}
.why-we__in .why-list__link--flexible-trading:after {
    width: 38px;
    height: 31px;
    margin-left: 20px;
    background: url(../img/why-we--flexible-trading.png) no-repeat 0 0;
}
.why-we__in .why-list__link--diverse-trading-instruments:after {
    width: 34px;
    height: 35px;
    margin-left: 22px;
    background: url(../img/why-we--diverse-trading-instruments.png) no-repeat 0 0;
}
.why-we__in .why-list__link--high-customer-loyalty:after {
    width: 32px;
    height: 35px;
    margin-left: 23px;
    background: url(../img/why-we--high-customer-loyalty.png) no-repeat 0 0;
}
.why-we__in .why-list__link--trading-advantages:after {
    width: 30px;
    height: 28px;
    margin-left: 24px;
    background: url(../img/why-we--trading-advantages.png) no-repeat 0 0;
}
.why-we__in .why-list__link--social-trading:after {
    width: 38px;
    height: 39px;
    margin-left: 20px;
    background: url(../img/why-we--social-trading.png) no-repeat 0 0;
}
.why-we__in .why-list__link--indicators-and-signals:after {
    width: 37px;
    height: 30px;
    margin-left: 20.5px;
    background: url(../img/why-we--indicators-and-signals.png) no-repeat 0 0;
}
@media only screen and (max-width: 992px) and (max-width: 550px) {
    .why-we__in .why-list {
        margin-left: 0;
    }
}
@media only screen and (max-width: 992px) and (max-width: 550px) {
    .why-we__in .why-list__item {
        width: 100%;
        margin-left: 0;
    }
}
@media only screen and (max-width: 992px) {
    .why-we__in .why-list__link {
        margin-top: 3px;
        padding-left: 0;
        padding-top: 90px;
        text-align: center;
        line-height: 30px;
    }
    .why-we__in .why-list__link:after,
    .why-we__in .why-list__link:before {
        top: 0;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
    }
    .why-we__in .why-list__link:after {
        margin-left: 0;
        margin-top: 25px;
    }
    .why-we__in .why-list__link--promo-bonuses:after {
        margin-top: 21px;
    }
}
.iframe {
    background: #080f20;
}
@media only screen and (max-width: 760px) {
    .iframe {
        display: none;
    }
}
.iframe__title .title__text {
    font-size: 64px;
    line-height: 74px;
}
.iframe__title b {
    color: #009af8;
}
.iframe__inner {
    border: 18px solid #0d1425;
    padding: 50px;
    position: relative;
}
.iframe__inner:after {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #8b93a6;
}
.iframe .row:after {
    content: "";
    display: table;
    clear: both;
}
.iframe .row .l {
    width: 55%;
    float: left;
}
@media only screen and (max-width: 950px) {
    .iframe .row .l {
        float: none;
        width: 100%;
        margin-bottom: 40px;
    }
}
.iframe .row .r {
    width: 40%;
    float: right;
}
.iframe .row .r > p {
    font-family: OpenSansRegular, sans-serif;
    font-size: 21px;
    line-height: 50px;
    text-transform: uppercase;
    margin-top: -12px;
    letter-spacing: 1px;
}
.iframe .row .r > .btn {
    margin-top: 27px;
}
@media only screen and (max-width: 950px) {
    .iframe .row .r {
        float: none;
        width: 100%;
        text-align: center;
    }
}
@media only screen and (max-width: 1250px) {
    .iframe .row {
        text-align: center;
    }
    .iframe .row .l,
    .iframe .row .r {
        width: 100%;
        display: block;
    }
    .iframe .row .l {
        margin-bottom: 50px;
    }
}
.trading-tools {
    background: #091221 url(../img/trading-tools-bg.jpg) no-repeat 100% -170px;
}
.trading-tools__in {
    text-align: center;
}
.trading-tools__in .trading-tools-list {
    font-size: 0;
    margin-top: -2%;
    margin-bottom: 80px;
    text-align: center;
}
.trading-tools__in .trading-tools-list__img {
    display: inline-block;
}
.trading-tools__in .trading-tools-list__item {
    vertical-align: middle;
    display: inline-block;
    width: 18%;
    margin-left: 2%;
    margin-top: 2%;
    visibility: hidden;
}
.trading-tools__in .trading-tools-list__img--aig {
    width: 109px;
    height: 54px;
    background: url(../img/aig.png) no-repeat 0 0;
}
.trading-tools__in .trading-tools-list__img--alcoa {
    width: 92px;
    height: 69px;
    background: url(../img/alcoa.png) no-repeat 0 0;
}
.trading-tools__in .trading-tools-list__img--apple {
    width: 49px;
    height: 60px;
    background: url(../img/apple.png) no-repeat 0 0;
}
.trading-tools__in .trading-tools-list__img--boeing {
    width: 180px;
    height: 40px;
    background: url(../img/boeing.png) no-repeat 0 0;
}
.trading-tools__in .trading-tools-list__img--caterpillar {
    width: 198px;
    height: 31px;
    background: url(../img/caterpillar.png) no-repeat 0 0;
}
.trading-tools__in .trading-tools-list__img--disney {
    width: 128px;
    height: 76px;
    background: url(../img/disney.png) no-repeat 0 0;
}
.trading-tools__in .trading-tools-list__img--gazprom {
    width: 140px;
    height: 74px;
    background: url(../img/gazprom.png) no-repeat 0 0;
}
.trading-tools__in .trading-tools-list__img--google {
    width: 169px;
    height: 55px;
    background: url(../img/google.png) no-repeat 0 0;
}
.trading-tools__in .trading-tools-list__img--ibm {
    width: 135px;
    height: 54px;
    background: url(../img/ibm.png) no-repeat 0 0;
}
.trading-tools__in .trading-tools-list__img--severstal {
    width: 150px;
    height: 50px;
    background: url(../img/severstal.png) no-repeat 0 0;
}
@media only screen and (max-width: 950px) {
    .trading-tools__in .trading-tools-list__item {
        width: 23%;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 950px) and (max-width: 768px) {
    .trading-tools__in .trading-tools-list__item {
        width: 31.3333%;
    }
}
@media only screen and (max-width: 950px) and (max-width: 640px) {
    .trading-tools__in .trading-tools-list__item {
        width: 48%;
    }
}
@media only screen and (max-width: 950px) and (max-width: 550px) {
    .trading-tools__in .trading-tools-list__item {
        width: 100%;
        margin-left: 0;
    }
}
@media only screen and (max-width: 950px) and (max-width: 550px) {
    .trading-tools__in .trading-tools-list {
        margin-left: 0;
    }
}
.applications {
    background: #141926 url(../img/apps-bg.jpg) no-repeat top;
}
.applications__in .fakeimg {
    background: url(../img/apps.png);
}
.applications__in .apps-img {
    margin-bottom: 40px;
    text-align: center;
}
.applications__in .apps-img img {
    display: inline-block;
    max-width: 100%;
}
.applications__in .devices {
    visibility: hidden;
    margin-left: -2%;
    margin-top: -2%;
    font-size: 0;
    display: flex;
}
@media only screen and (max-width: 1100px) {
    .applications__in .devices {
        flex-wrap: wrap;
    }
}
.applications__in .devices__item {
    padding: 37px;
    text-align: center;
    margin-left: 2%;
    margin-top: 2%;
    min-height: 190px;
    border: 3px solid transparent;
    transition: border 0.5s;
}
.applications__in .devices__item--android,
.applications__in .devices__item--ios,
.applications__in .devices__item--windows {
    width: 22%;
}
.applications__in .devices__item--android {
    border-color: #72b239;
    background-color: #72b239;
}
.applications__in .devices__item--android .devices__icon {
    width: 159px;
    height: 47px;
    background: url(../img/google-play.png) no-repeat 0 0;
}
.applications__in .devices__item--android:hover {
    border-color: #283e14;
}
.applications__in .devices__item--ios {
    border-color: #303030;
    background-color: #303030;
}
.applications__in .devices__item--ios .devices__icon {
    width: 159px;
    height: 47px;
    background: url(../img/a-ios.png) no-repeat 0 0;
}
.applications__in .devices__item--ios:hover {
    border-color: #232323;
}
.applications__in .devices__item--windows {
    border-color: #009af8;
    background-color: #009af8;
}
.applications__in .devices__item--windows .devices__icon {
    width: 159px;
    height: 47px;
    background: url(../img/a-windows.png) no-repeat 0 0;
}
.applications__in .devices__item--windows:hover {
    border-color: #003b5f;
}
.applications__in .devices__item--web {
    width: 34%;
    border: 1px solid #8c94a6;
    background-color: #0a1121;
}
@media only screen and (max-width: 1100px) {
    .applications__in .devices__item--web {
        width: 100%;
    }
}
@media only screen and (max-width: 860px) {
    .applications__in .devices__item--android,
    .applications__in .devices__item--ios,
    .applications__in .devices__item--web,
    .applications__in .devices__item--windows {
        min-height: auto;
        padding-top: 15px;
        padding-bottom: 18px;
    }
}
@media only screen and (max-width: 1100px) {
    .applications__in .devices__item--android,
    .applications__in .devices__item--ios,
    .applications__in .devices__item--windows {
        width: 31.333%;
    }
}
@media only screen and (max-width: 860px) {
    .applications__in .devices__item--android,
    .applications__in .devices__item--ios,
    .applications__in .devices__item--windows {
        width: 100%;
    }
}
.applications__in .devices__icon {
    display: inline-block;
}
.applications__in .devices__title {
    font-size: 20px;
    font-family: OpenSansRegular, sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.achievements {
    background: #091221 url(../img/a-img1.jpg) no-repeat 100% 0;
}
.achievements__in .achievements-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.achievements__in .achievements-list .plane {
    width: 120px;
    height: 120px;
    transform-style: preserve-3d;
}
.achievements__in .achievements-list .plane.main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: rotateX(60deg) rotate(-30deg);
    animation: animatedCirclesRotate 20s infinite linear;
}
.achievements__in .achievements-list .plane.main .circle {
    width: 120px;
    height: 120px;
    position: absolute;
    transform-style: preserve-3d;
    border-radius: 100%;
    box-sizing: border-box;
    box-shadow: 0 0 60px #0f80c2, inset 0 0 60px #0f80c2;
    border: 1px solid #0f80c2;
}
.achievements__in .achievements-list .plane.main .circle:first-child {
    transform: rotate(72deg) rotateX(63.435deg);
}
.achievements__in .achievements-list .plane.main .circle:nth-child(2) {
    transform: rotate(144deg) rotateX(63.435deg);
}
.achievements__in .achievements-list .plane.main .circle:nth-child(3) {
    transform: rotate(216deg) rotateX(63.435deg);
}
.achievements__in .achievements-list .plane.main .circle:nth-child(4) {
    transform: rotate(288deg) rotateX(63.435deg);
}
.achievements__in .achievements-list .plane.main .circle:nth-child(5) {
    transform: rotate(1turn) rotateX(63.435deg);
}
@keyframes animatedCirclesRotate {
    0% {
        transform: rotateX(0) rotateY(0) rotate(0);
    }
    to {
        transform: rotateX(1turn) rotateY(1turn) rotate(1turn);
    }
}
.achievements__in .achievements-list .plane.main {
    display: none;
    left: 50%;
    margin-left: -50px;
}
.achievements__in .achievements-list__item {
    position: relative;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    width: 23%;
    padding: 15px 20px 30px;
    border: 1px solid transparent;
    min-height: 371px;
    overflow: hidden;
    will-change: border-color, box-shadow;
    transition: border-color 0.5s, box-shadow 0.5s;
}
@media only screen and (max-width: 1310px) {
    .achievements__in .achievements-list__item {
        width: 48%;
        margin-top: 15px;
    }
}
@media only screen and (max-width: 670px) {
    .achievements__in .achievements-list__item {
        width: 100%;
    }
}
.achievements__in .achievements-list__item:hover {
    border-color: #cca518;
    box-shadow: 0 0 10px 1px #cca518;
}
.achievements__in .achievements-list__item:hover .plane.main {
    display: block;
}
.achievements__in .achievements-list__item:hover .achievements-list__icon {
    transform: scale(1.1);
}
.achievements__in .achievements-list__item:hover .achievements-list__anwrap {
    transform: translate3d(-25%, 0, 0);
}
.achievements__in .achievements-list__item:hover .achievements-list__anwrap .achievements-list__text {
    visibility: hidden;
    opacity: 0;
    pointer-events: all;
}
.achievements__in .achievements-list__item:hover .achievements-list__anwrap .achievements-list__btn {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
}
.achievements__in .achievements-list__anwrap {
    margin-left: -50%;
    margin-right: -50%;
    display: flex;
    transform: translate3d(25%, 0, 0);
    transition: transform 0.2s;
    will-change: transform;
}
.achievements__in .achievements-list__anwrap .achievements-list__btn,
.achievements__in .achievements-list__anwrap .achievements-list__text {
    width: 50%;
}
.achievements__in .achievements-list__icon {
    margin: 0 auto;
    height: 240px;
    will-change: transform;
    transition: transform 0.2s;
}
.achievements__in .achievements-list__btn,
.achievements__in .achievements-list__text {
    transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
    will-change: transform, opacity, visibility;
}
.achievements__in .achievements-list__text {
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    line-height: 28px;
    font-size: 14px;
}
.achievements__in .achievements-list__btn {
    text-align: center;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}
.achievements__in .achievements-list--activity .plane.main {
    top: -70px;
}
.achievements__in .achievements-list--activity .achievements-list__icon {
    width: 253px;
    background: url(../img/a-activity.png) no-repeat 0 0;
}
.achievements__in .achievements-list--progress .plane.main {
    top: -85px;
}
.achievements__in .achievements-list--progress .plane.main .circle {
    box-shadow: 0 0 60px #f14b1b, inset 0 0 60px #f14b1b;
    border-color: #f14b1b;
}
.achievements__in .achievements-list--progress .achievements-list__icon {
    width: 168px;
    background: url(../img/a-progress.png) no-repeat 0 40px;
}
.achievements__in .achievements-list--advantages .plane.main {
    top: -70px;
}
.achievements__in .achievements-list--advantages .plane.main .circle {
    box-shadow: 0 0 60px #52f143, inset 0 0 60px #52f143;
    border-color: #52f143;
}
.achievements__in .achievements-list--advantages .achievements-list__icon {
    width: 225px;
    background: url(../img/a-advantages.png) no-repeat 0 30px;
}
.achievements__in .achievements-list--secret-gem .plane.main {
    top: -90px;
    margin-left: -62px;
}
.achievements__in .achievements-list--secret-gem .plane.main .circle {
    box-shadow: 0 0 60px #8e68de, inset 0 0 60px #8e68de;
    border-color: #8e68de;
}
.achievements__in .achievements-list--secret-gem .achievements-list__icon {
    width: 191px;
    background: url(../img/a-secret-gem.png) no-repeat 0 30px;
}
.invite-friends {
    background: #01061a url(../img/invite-friends-bg.jpg) no-repeat 100% 0;
    background-size: cover;
}
.invite-friends__in .invite-friends-list {
    display: flex;
    margin-left: -1.333%;
    margin-top: -1.333%;
    flex-wrap: wrap;
}
.invite-friends__in .invite-friends-list__item {
    visibility: hidden;
    min-height: 256px;
    border: 1px solid #242a37;
    width: 32%;
    margin-left: 1.333%;
    margin-top: 1.333%;
    padding: 30px;
}
.invite-friends__in .invite-friends-list__label {
    position: relative;
    min-height: 80px;
}
.invite-friends__in .invite-friends-list__title {
    padding-left: 100px;
    font-family: OpenSansRegular, sans-serif;
    font-weight: 100;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
}
.invite-friends__in .invite-friends-list__icon {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #72b239;
    border-radius: 50%;
    width: 80px;
    height: 80px;
}
.invite-friends__in .invite-friends-list__icon:before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
}
.invite-friends__in .invite-friends-list__divider {
    height: 2px;
    background-color: #009af8;
    margin: 27px 0;
}
.invite-friends__in .invite-friends-list__text {
    color: #b4c2e4;
    font-size: 16px;
    line-height: 25px;
    font-family: PTSansRegular, sans-serif;
}
.invite-friends__in .invite-friends-list__icon--commission:before {
    width: 52px;
    height: 46px;
    margin: 17px 0 0 14px;
    background: url(../img/commission.png) no-repeat 0 0;
}
@media (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min--moz-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .invite-friends__in .invite-friends-list__icon--commission:before {
        background-image: url(../img/commission_x2.png);
        background-size: 52px 46px;
    }
}
.invite-friends__in .invite-friends-list__icon--invite-friends:before {
    width: 46px;
    height: 41px;
    margin: 19.5px 0 0 17px;
    background: url(../img/invite-friends.png) no-repeat 0 0;
}
@media (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min--moz-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .invite-friends__in .invite-friends-list__icon--invite-friends:before {
        background-image: url(../img/invite-friends_x2.png);
        background-size: 46px 41px;
    }
}
.invite-friends__in .invite-friends-list__icon--programs:before {
    width: 47px;
    height: 40px;
    margin: 20px 0 0 16.5px;
    background: url(../img/programs.png) no-repeat 0 0;
}
@media (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min--moz-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .invite-friends__in .invite-friends-list__icon--programs:before {
        background-image: url(../img/programs_x2.png);
        background-size: 47px 40px;
    }
}
.invite-friends__in .invite-friends-list__icon--promo:before {
    width: 45px;
    height: 46px;
    margin: 17px 0 0 20.5px;
    background: url(../img/promo.png) no-repeat 0 0;
}
@media (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min--moz-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .invite-friends__in .invite-friends-list__icon--promo:before {
        background-image: url(../img/promo_x2.png);
        background-size: 45px 46px;
    }
}
.invite-friends__in .invite-friends-list__icon--regular-payments:before {
    width: 46px;
    height: 46px;
    margin: 17px 0 0 17px;
    background: url(../img/regular-payments.png) no-repeat 0 0;
}
@media (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min--moz-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .invite-friends__in .invite-friends-list__icon--regular-payments:before {
        background-image: url(../img/regular-payments_x2.png);
        background-size: 46px 46px;
    }
}
.invite-friends__in .invite-friends-list__icon--statistics:before {
    width: 46px;
    height: 42px;
    margin: 19px 0 0 17px;
    background: url(../img/statistics.png) no-repeat 0 0;
}
@media (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min--moz-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .invite-friends__in .invite-friends-list__icon--statistics:before {
        background-image: url(../img/statistics_x2.png);
        background-size: 46px 42px;
    }
}
@media only screen and (max-width: 1100px) {
    .invite-friends__in .invite-friends-list {
        margin-left: -2%;
        margin-top: -2%;
    }
    .invite-friends__in .invite-friends-list__item {
        width: 48%;
        margin-left: 2%;
    }
}
@media only screen and (max-width: 768px) {
    .invite-friends__in .invite-friends-list {
        margin-left: 0;
    }
    .invite-friends__in .invite-friends-list__item {
        width: 100%;
        margin-left: 0;
        min-height: auto;
    }
}
@media only screen and (max-width: 320px) {
    .invite-friends__in .invite-friends-list__label {
        min-height: auto;
    }
    .invite-friends__in .invite-friends-list__title {
        padding-left: 0;
    }
    .invite-friends__in .invite-friends-list__icon {
        display: none;
    }
}
.invite-friends__in .buttons {
    margin-top: 50px;
    text-align: center;
    font-size: 0;
    margin-left: -20px;
}
.invite-friends__in .buttons > a {
    visibility: hidden;
    margin-left: 20px;
    vertical-align: top;
}
@media only screen and (max-width: 480px) {
    .invite-friends__in .buttons {
        margin-left: 0;
    }
    .invite-friends__in .buttons > a {
        display: block;
        margin-left: 0;
    }
    .invite-friends__in .buttons > a + a {
        margin-top: 20px;
    }
}
.slider-wrap {
    position: relative;
}
.mobile .slider-wrap {
    min-height: 620px;
    overflow: hidden;
}
.slider-wrap .title {
    margin-bottom: 5%;
    padding-top: 90px;
}
.slider-wrap .title__text {
    font-size: 50px;
    line-height: 50px;
    text-transform: inherit;
    font-weight: 100;
    font-family: OpenSansRegular, sans-serif;
}
@media only screen and (max-width: 600px) {
    .slider-wrap .title__text {
        font-size: 40px;
        line-height: 40px;
    }
}
@media only screen and (max-width: 500px) {
    .slider-wrap .title__text {
        font-size: 33px;
        line-height: 33px;
    }
}
@media only screen and (max-width: 400px) {
    .slider-wrap .title__text {
        font-size: 28px;
        line-height: 28px;
    }
}
.slider-wrap .title__small-text {
    font-size: 20px;
    color: #b4c2e4;
    line-height: 26px;
    margin-bottom: 15px;
}
@media only screen and (max-width: 500px) {
    .slider-wrap .title__small-text {
        font-size: 17px;
        line-height: 20px;
    }
}
@media only screen and (max-width: 400px) {
    .slider-wrap .title__small-text {
        font-size: 14px;
        line-height: 18px;
    }
}
.slider-wrap .slider-text {
    padding-top: 215px;
    text-align: center;
    position: relative;
}
@media only screen and (max-width: 400px) {
    .slider-wrap .slider-text {
        padding-top: 170px;
    }
}
@media only screen and (max-width: 950px) {
    .slider-wrap .slider-text {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.slider-wrap .bxSlider > li {
    min-height: 717px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
.slider-wrap .bxSlider__btn-wrap {
    margin: 0 auto;
}
.slider-wrap .bxSlider__btn-wrap__btn {
    display: inline-block;
    margin-top: 10px;
}
.home_bg {
    background: url(../img/slide-2.jpg) no-repeat top !important;
}
@media only screen and (max-width: 1280px) {
    .home_bg {
        background-image: url(../img/slide-2-1280w.jpg) !important;
    }
}
@media only screen and (max-width: 1024px) {
    .home_bg {
        background-image: url(../img/slide-2-1024w.jpg) !important;
    }
}
@media only screen and (max-width: 800px) {
    .home_bg {
        background-image: url(../img/slide-2-800w.jpg) !important;
    }
}
@media only screen and (max-width: 768px) {
    .home_bg {
        background-image: url(../img/slide-2-768w.jpg) !important;
    }
}
@media only screen and (max-width: 600px) {
    .home_bg {
        background-image: url(../img/slide-2-600w.jpg) !important;
    }
}
@media only screen and (max-width: 480px) {
    .home_bg {
        background-image: url(../img/slide-2-480w.jpg) !important;
    }
}
@media only screen and (max-width: 320px) {
    .home_bg {
        background-image: url(../img/slide-2-320w.jpg) !important;
    }
}
.slider-wrap .bxSlider-pager {
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0;
}
.slider-wrap .bxSlider-pager > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    font-size: 20px;
}
.slider-wrap .bxSlider-pager > li.active.dot > a,
.slider-wrap .bxSlider-pager > li:hover.dot > a {
    background: #fff;
}
.slider-wrap .bxSlider-pager > li.dot > a {
    border-radius: 50%;
    height: 7px;
    width: 7px;
    background: #677080;
}
.slider-wrap .bxSlider-pager > li.next {
    margin-left: 10px;
}
.slider-wrap .bxSlider-pager > li.prev {
    margin-right: 10px;
}
.slider-wrap .bxSlider-pager > li > a {
    cursor: pointer;
    display: block;
}
.bx-wrapper {
    background: #080f20;
    text-shadow: none;
    margin-bottom: 0;
    border: 0;
    box-shadow: none;
}
.bx-wrapper img {
    max-width: none;
}
.fake-img {
    background: url(../img/hiw-img1.png), url(../img/hiw-img2.png), url(../img/hiw-img3.png), url(../img/hiw-img4.png), url(../img/hiw-img5.png), url(../img/hiw-img6.png), url(../img/t-hiw-img1.png), url(../img/t-hiw-img2.png),
        url(../img/t-hiw-img3.png), url(../img/t-hiw-img4.png), url(../img/t-hiw-img5.png), url(../img/t-hiw-img6.png);
}
.pxs_container {
    width: 100%;
    height: 730px;
    position: relative;
    overflow: hidden;
}
.pxs_bg div {
    position: absolute;
    top: 0;
    left: 0;
    width: 7584px;
    height: 730px;
    background-repeat: repeat;
    background-position: 0 0;
    background-color: transparent;
}
.pxs_bg .pxs_bg2 {
    background-image: url(../img/bg2.png);
    background-size: contain;
}
.pxs_bg .pxs_bg3 {
    background-image: url(../img/bg3.png);
    background-size: contain;
}
.pxs_slider_wrapper {
    display: none;
}
.pxs_container ul {
    margin: 0;
    padding: 0;
    list-style: none;
    box-shadow: none;
}
ul.pxs_slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 680px;
}
ul.pxs_slider > li {
    height: 730px;
    float: left;
    position: relative;
    text-align: center;
}
ul.pxs_slider > li > p {
    margin-bottom: 20px;
}
ul.pxs_slider > li > img {
    display: inline-block;
    max-width: 100%;
}
ul.pxs_thumbnails {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 0;
    display: flex;
    justify-content: space-between;
}
ul.pxs_thumbnails,
ul.pxs_thumbnails li {
    width: calc(100% - 16px);
    margin: 0 8px;
}
ul.pxs_thumbnails li img {
    border: 1px solid #42495a;
    cursor: pointer;
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
ul.pxs_thumbnails li.selected img {
    border-color: #a3abbf;
}
.pxs_navigation span {
    position: absolute;
    top: 200px;
    border-radius: 50%;
    padding: 5px;
    color: #7e8c9b;
    width: 35px;
    height: 35px;
    cursor: pointer;
    border-color: #3a4352;
}
.pxs_navigation span:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 50px;
    color: #fff;
}
.pxs_navigation span:hover {
    background-color: #131927;
}
.pxs_navigation span:hover:before {
    color: #8f9caa;
}
.pxs_navigation span.pxs_prev:before {
    margin-left: 16px;
}
.pxs_navigation span.pxs_next:before {
    margin-left: 21px;
}
.pxs_loading {
    color: #fff;
    font-size: 20px;
    padding: 15px 15px 15px 50px;
    position: absolute;
    background: #333 url(../img/ajax-loader.gif) no-repeat 10px 50%;
    border-radius: 15px;
    opacity: 0.7;
    width: 180px;
    top: 150px;
    left: 50%;
    margin-left: -90px;
}
.page-footer__in {
    max-width: 1076px;
    padding-top: 70px;
    padding-bottom: 30px;
    font-size: 12px;
}
.page-footer__in .row {
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (max-width: 685px) {
    .page-footer__in .row {
        flex-direction: column;
    }
}
.page-footer__in .row .l,
.page-footer__in .row .r {
    margin-top: 7px;
}
.page-footer__in .row .r {
    margin-left: auto;
}
.page-footer__in .row .r .socials {
    display: flex;
    font-size: 25px;
    margin-left: -7px;
    align-items: center;
}
.page-footer__in .row .r .socials__text {
    font-size: 11px;
    text-transform: uppercase;
    display: inherit;
}
.page-footer__in .row .r .socials__item {
    margin-left: 7px;
}
.page-footer__in .row .r .socials__icon {
    display: block;
    color: #777e88;
    text-decoration: none;
}
.page-footer__in .row .r .socials__icon:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-footer__in .row .r .socials__icon:hover {
    color: #9298a0;
}
@media only screen and (max-width: 685px) {
    .page-footer__in .row .r {
        margin-left: inherit;
    }
}
@media only screen and (max-width: 320px) {
    .page-footer__in .row .r .socials {
        justify-content: center;
    }
}
@media only screen and (max-width: 430px) {
    .page-footer__in .row .r .socials__item:first-child {
        display: none;
    }
}
.page-footer__in .plus-21 {
    margin-right: 5px;
    display: inline-block;
}
.page-footer__in .plus-21 img {
    display: block;
}
.page-footer__in .logo,
.page-footer__in .payments {
    display: inline-block;
    vertical-align: top;
}
.page-footer__in .payments {
    font-size: 0;
    margin-left: -7px;
}
.page-footer__in .payments__item {
    display: inline-block;
    vertical-align: top;
    margin-left: 7px;
}
.page-footer__in .payments__item--visa {
    width: 45px;
    height: 29px;
    background: url(../img/footer-visa.jpg) no-repeat 0 0;
}
.page-footer__in .payments__item--mastercard {
    width: 38px;
    height: 29px;
    background: url(../img/footer-mastercard.jpg) no-repeat 0 0;
}
.page-footer__in .payments__item--maestro {
    width: 38px;
    height: 29px;
    background: url(../img/footer-maestro.jpg) no-repeat 0 0;
}
.page-footer__in .logo {
    margin-right: 40px;
    width: 180px;
    background: url(../img/footer-logo.png) no-repeat 0 0;
}
@media (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min--moz-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .page-footer__in .logo {
        background-image: url(../img/footer-logo_x2.png);
        background-size: 96px 31px;
    }
}
@media only screen and (max-width: 685px) {
    .page-footer__in .logo {
        margin-right: 7px;
    }
}
.page-footer__in .top {
    margin-bottom: 25px;
    margin-top: -7px;
}
.page-footer__in .copyright {
    color: #b4c2e4;
    font-size: 12px;
}
.page-footer__in .copyright > p {
    margin-top: 25px;
}
.page-footer__in .copyright > p:first-child {
    margin-top: 0;
}
@media only screen and (max-width: 550px) {
    .page-footer__in .copyright {
        text-align: justify;
    }
}
.page-footer__in .divider {
    margin: 25px 0;
    background-color: #1a212b;
    height: 1px;
}
.page-footer__in .footer-nav {
    width: 100%;
    display: inline-flex;
    align-items: flex-start;
    justify-content: space-between;
}
@media only screen and (max-width: 768px) {
    .page-footer__in .footer-nav {
        display: block;
        margin-top: -7px;
    }
}
@media only screen and (max-width: 768px) {
    .page-footer__in .footer-nav__item {
        margin-top: 7px;
    }
}
.page-footer__in .footer-nav__link {
    font-size: 13px;
    color: #b4c2e4;
}
.page-footer__in .bottom {
    color: #fff;
    font-size: 11px;
}
.page-footer__in .bottom a {
    color: #fff;
    text-decoration: none;
}
@media only screen and (max-width: 550px) {
    .page-footer__in .bottom .l,
    .page-footer__in .bottom .r {
        float: none;
    }
    .page-footer__in .bottom .l {
        margin-bottom: 10px;
    }
}
.mt100pm {
    background-color: #091221;
}
.social-trading {
    background: #091221 url(../img/s-bg.jpg) no-repeat 120% 0;
}
.social-trading__in .rw {
    display: flex;
}
.social-trading__in .rw .best-traders,
.social-trading__in .rw .top-ranked-profit {
    width: 100%;
}
.social-trading__in .rw .best-traders .title,
.social-trading__in .rw .top-ranked-profit .title {
    font-size: 24px;
    font-family: Exo2Regular, sans-serif;
    margin-bottom: 26px;
}
.social-trading__in .rw .graph,
.social-trading__in .rw .top-ranked-profit {
    margin-left: 50px;
}
.social-trading__in .rw .graph {
    min-width: 466px;
}
.social-trading__in .rw .graph__img {
    display: inline-block;
    max-width: 100%;
}
@media only screen and (max-width: 1250px) {
    .social-trading__in .rw {
        flex-wrap: wrap;
    }
    .social-trading__in .rw .graph {
        min-width: auto;
        width: 100%;
        order: -1;
        margin-bottom: 30px;
        text-align: center;
        margin-left: 0;
    }
    .social-trading__in .rw .best-traders,
    .social-trading__in .rw .top-ranked-profit {
        width: 50%;
    }
    .social-trading__in .rw .top-ranked-profit {
        width: calc(50% - 15px);
        margin-left: 15px;
    }
}
@media only screen and (max-width: 768px) {
    .social-trading__in .rw .best-traders,
    .social-trading__in .rw .top-ranked-profit {
        margin: 0 auto;
        width: 466px;
    }
    .social-trading__in .rw .best-traders {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 500px) {
    .social-trading__in .rw .graph {
        display: none;
    }
}
.social-trading__in .trader {
    display: flex;
    padding: 14px 20px;
    align-items: center;
    font-size: 14px;
}
.social-trading__in .trader:nth-child(odd) {
    background: rgba(51, 51, 61, 0.5);
}
.social-trading__in .trader__pos {
    margin-right: 15px;
}
.social-trading__in .trader__avatar {
    max-width: 40px;
    width: 100%;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}
.social-trading__in .trader__img {
    display: block;
    max-width: 100%;
}
.social-trading__in .trader__nickname {
    margin-bottom: 3px;
}
.social-trading__in .trader__symbol {
    font-size: 12px;
    color: #98989c;
}
.social-trading__in .trader__bet-info {
    margin-left: auto;
}
.social-trading__in .trader .bet-info__profit--win {
    color: #6fc274;
}
.social-trading__in .trader .bet-info__time-ago {
    font-size: 12px;
    color: #98989c;
}
.social-trading__in .btn-wrap {
    text-align: center;
    margin-top: 30px;
}
.tournaments {
    background: #091221 url(../img/t-bg.jpg) no-repeat 50% 0;
    background-size: cover;
}
.tournaments__in .rw {
    display: flex;
    justify-content: space-between;
}
.tournaments__in .rw .current-contests,
.tournaments__in .rw .upcoming-contests {
    width: 49%;
}
@media only screen and (max-width: 1100px) {
    .tournaments__in .rw .current-contests,
    .tournaments__in .rw .upcoming-contests {
        width: 100%;
    }
}
.tournaments__in .rw .current-contests .title,
.tournaments__in .rw .upcoming-contests .title {
    font-size: 24px;
    font-family: Exo2Regular, sans-serif;
    margin-bottom: 26px;
}
@media only screen and (max-width: 1100px) {
    .tournaments__in .rw {
        flex-wrap: wrap;
    }
    .tournaments__in .rw .upcoming-contests {
        margin-top: 20px;
    }
}
.tournaments__in .contests table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.tournaments__in .contests table > tbody > tr:nth-child(odd) > td {
    background: rgba(51, 51, 61, 0.7);
}
.tournaments__in .contests table > tbody > tr > td {
    text-align: center;
    padding: 3px 10px;
}
.tournaments__in .contests table > tbody > tr > td:first-child {
    text-align: left;
}
.tournaments__in .contests table > tbody > tr > td:last-child {
    text-align: right;
}
.tournaments__in .contests table .k {
    color: #959595;
    font-size: 12px;
    display: inline-block;
    line-height: 14px;
}
.tournaments__in .contests table .v {
    font-size: 16px;
    line-height: 16px;
    display: block;
    padding-top: 3px;
}
.tournaments__in .contests table .name {
    font-size: 18px;
}
.tournaments__in .contests table .prize {
    color: #6fc274;
}
.tournaments__in .btn-wrap {
    text-align: center;
    margin-top: 30px;
}
.your-earnings {
    background: #0a0f22 url(../img/your-earnings_1920.jpg) no-repeat 50%;
    background-size: cover;
}
@media only screen and (max-width: 1400px) {
    .your-earnings {
        background-image: url(../img/your-earnings_1400.jpg);
    }
}
@media only screen and (max-width: 1024px) {
    .your-earnings {
        background-image: url(../img/your-earnings_1024.jpg);
    }
}
@media only screen and (max-width: 800px) {
    .your-earnings {
        background-image: url(../img/your-earnings_800.jpg);
    }
}
.your-earnings__in {
    text-align: center;
}
.your-earnings__in .rw {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 600px;
    margin: -20px auto 0;
}
.your-earnings__in .rw > .l,
.your-earnings__in .rw > .r {
    margin-top: 20px;
    margin-left: 20px;
    flex: 1 1 250px;
}
.your-earnings__in .rw .kv > p {
    font-size: 60px;
    line-height: 60px;
    text-shadow: 0 0 5px #000;
}
.your-earnings__in .rw .kv > span {
    color: #b4c2e4;
    font-size: 16px;
    line-height: 20px;
    display: block;
    text-transform: lowercase;
}
.your-earnings__in .rw .kv > i {
    font-style: normal;
    font-size: 12px;
    line-height: 12px;
    color: #b7aaaa;
    text-transform: lowercase;
}
.your-earnings__in .status {
    width: 12px;
    height: 12px;
    vertical-align: middle;
    margin-right: 3px;
}
.your-earnings__in .divider {
    font-family: PTSansRegular, sans-serif;
    color: #b4c2e4;
    font-size: 30px;
    line-height: 30px;
    font-weight: 100;
    margin-top: 40px;
    margin-bottom: 40px;
}
.your-earnings__in .btn {
    margin-top: 30px;
}
.risk-disclosure {
    background: #151c30;
}
.risk-disclosure__in {
    max-width: 1076px;
    color: #c4cbdc;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 14px;
    line-height: 18px;
}
.check-your-luck {
    background: #0a0f22 url(../img/check-your-luck_2563.jpg) no-repeat 50%;
    background-size: cover;
}
@media only screen and (max-width: 1400px) {
    .check-your-luck {
        background-image: url(../img/check-your-luck_1400.jpg);
    }
}
@media only screen and (max-width: 1024px) {
    .check-your-luck {
        background-image: url(../img/check-your-luck_1024.jpg);
    }
}
@media only screen and (max-width: 800px) {
    .check-your-luck {
        background-image: url(../img/check-your-luck_800.jpg);
    }
}
@media only screen and (max-width: 640px) {
    .check-your-luck {
        background-image: url(../img/check-your-luck_640.jpg);
    }
}
@media only screen and (max-width: 480px) {
    .check-your-luck {
        background-image: url(../img/check-your-luck_480.jpg);
    }
}
@media only screen and (max-width: 320px) {
    .check-your-luck {
        background-image: url(../img/check-your-luck_320.jpg);
    }
}
@media only screen and (max-width: 1024px) {
    .check-your-luck__in .title__small-text {
        text-shadow: 0 0 4px #2b2222;
    }
}
.check-your-luck__in .alert {
    text-align: center;
}
.check-your-luck__in .form-wrap {
    max-width: 600px;
    margin: 0 auto;
}
.check-your-luck__in form {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -7px;
    margin-left: -7px;
}
@media only screen and (max-width: 500px) {
    .check-your-luck__in form {
        flex-wrap: wrap;
    }
}
.check-your-luck__in form .btn,
.check-your-luck__in form input {
    margin-top: 7px;
    margin-left: 7px;
}
.check-your-luck__in form input {
    text-align: center;
    flex: 2;
}
@media only screen and (max-width: 500px) {
    .check-your-luck__in form input {
        flex-basis: 100%;
    }
}
.check-your-luck__in form .btn {
    flex: 1;
}
.check-your-luck__in .alert {
    display: none;
}
.regulation-modal {
    background-image: url(../img/bg-noise.png);
    max-width: 670px;
}
.regulation-modal .img-wrap {
    margin-top: 20px;
    text-align: center;
}
.regulation-modal .img-wrap img {
    display: inline-block;
    max-width: 100%;
}
.customers-fbo-modal .fbo-p {
    margin-left: -35px;
    margin-right: -35px;
    background: url(../img/header.jpg) no-repeat 0 0;
    margin-bottom: 16px;
    padding: 0 35px;
    line-height: 100px;
}
.customers-fbo-modal .fbo-p:after {
    content: "";
    display: table;
    clear: both;
}
.customers-fbo-modal .fbo-p .logo {
    float: left;
    margin-right: 16px;
}
.customers-fbo-modal .fbo-p .logo img {
    display: block;
}
.customers-fbo-modal .regards {
    font-size: 13px;
    line-height: 20px;
    color: #9b9b9b;
}
.customers-fbo-modal .btn-wrap {
    margin-top: 20px;
    text-align: center;
}
