@charset "UTF-8";
/* Settings */
/* => Fonts
/* ------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700|Open+Sans:300,400,600,700&subset=cyrillic");
@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/MuseoSans-300.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/MuseoSans-500.otf") format("opentype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'JustLovelySlantedWide';
  src: url("../fonts/JustLovelySlantedWide.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Corinthia';
  src: url("../fonts/corinthia_allfont.net-webfont.woff2") format("woff2"), url("../../fonts/corinthia_allfont.net-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/exljbris_-_museosanscyrl-300-webfont.woff2") format("woff2"), url("../../fonts/exljbris_-_museosanscyrl-300-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/exljbris_-_museosanscyrl-300italic-webfont.woff2") format("woff2"), url("../../fonts/exljbris_-_museosanscyrl-300italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/exljbris_-_museosanscyrl-500-webfont.woff2") format("woff2"), url("../../fonts/exljbris_-_museosanscyrl-500-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/exljbris_-_museosanscyrl-500italic-webfont.woff2") format("woff2"), url("../../fonts/exljbris_-_museosanscyrl-500italic-webfont.woff") format("woff");
  font-weight: 500;
  font-style: italic; }
/* => Settings
/* ------------------------------------------------------------------------------*/
/* => Colors
/* ------------------------------------------------------------------------------*/
/* => Breakpoints
/* ------------------------------------------------------------------------------*/
/* => Main
/* ------------------------------------------------------------------------------*/
html,
body {
  width: 100%;
  overflow-x: hidden; }
  html.no-scroll,
  body.no-scroll {
    overflow: hidden; }

body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #222222;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.3px; }
  body.user-logged-in {
    padding-top: 39px; }
    body.user-logged-in.toolbar-tray-open {
      padding-top: 80px; }

a {
  color: #007bc3;
  text-decoration: none;
  position: relative; }
  a:hover {
    text-decoration: underline;
    text-decoration-color: #a0d0f6; }

a:before,
a:after {
  text-decoration: underline; }

a:before,
a:after,
a:hover:before,
a:hover:after {
  text-decoration: none; }

h1 {
  font-size: 36px;
  font-family: "MuseoSans";
  font-weight: 300; }

h2 {
  font-size: 30px;
  font-family: "MuseoSans";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.7px; }
  h2.title--sm {
    font-size: 16px;
    font-weight: 600; }
  h2.title--md {
    font-size: 20px;
    font-weight: 600; }

h3 {
  font-family: "MuseoSans";
  font-size: 20px;
  font-weight: 300; }

h4 {
  font-family: "MuseoSans";
  font-weight: 300;
  font-size: 20px; }

h5 {
  font-size: 14px;
  font-weight: 600; }

p {
  margin-bottom: 20px; }

/* Tools */
/* Generic */
html,
body,
ol,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
fieldset {
  margin: 0;
  padding: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0; }
  button:focus,
  input:focus,
  optgroup:focus,
  select:focus,
  textarea:focus {
    outline: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 0; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

li {
  list-style: none; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1422px; }
  @media screen and (max-width: 1170px) {
    .container {
      padding-left: 24px;
      padding-right: 24px; } }

.frontpage .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1170px; }
  @media screen and (max-width: 1170px) {
    .frontpage .container {
      padding-left: 24px;
      padding-right: 24px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.container,
.container-fluid,
.row {
  zoom: 1; }
  .container::before, .container::after,
  .container-fluid::before,
  .container-fluid::after,
  .row::before,
  .row::after {
    content: "";
    display: table; }
  .container::after,
  .container-fluid::after,
  .row::after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 800px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0%; } }
/* Responsive utilities */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 800px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 800px) and (max-width: 1024px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 1024px) and (max-width: 1280px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1280px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 800px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 800px) and (max-width: 1024px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 1024px) and (max-width: 1280px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }
.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }
.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
/* => Helpers */
/* ------------------------------------------------------------------------------*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.align-right {
  text-align: right; }

.align-left {
  text-align: left; }

.f-left {
  float: left; }

.f-right {
  float: right; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.no-padding {
  padding-left: 0;
  padding-right: 0; }

.invisible {
  visibility: hidden; }

.transparent {
  background-color: transparent !important; }

.strong {
  font-weight: 700; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

._mt30 {
  margin-top: 30px !important; }

._mt40 {
  margin-top: 40px !important; }

._mt60 {
  margin-top: 60px !important; }

._mt80 {
  margin-top: 80px !important; }

._mt90 {
  margin-top: 90px !important; }

._mb15 {
  margin-bottom: 15px !important; }

._mb20 {
  margin-bottom: 20px !important; }

._mb30 {
  margin-bottom: 30px !important; }

._mb40 {
  margin-bottom: 40px !important; }

._mb80 {
  margin-bottom: 80px !important; }

._ptb90 {
  padding: 90px 0; }

._pt90 {
  padding-top: 90px; }

.grid {
  display: flex;
  flex-flow: row wrap; }

.grid__column--6 {
  width: 50%; }
  @media screen and (max-width: 800px) {
    .grid__column--6 {
      width: 100%; } }

@font-face {
  font-family: 'coop-pank-icons';
  src: url("../../fonts/coop-pank.ttf?cz6bbs") format("truetype"), url("../../fonts/coop-pank.woff?cz6bbs") format("woff"), url("../../fonts/coop-pank.svg?cz6bbs#coop-pank") format("svg");
  font-weight: normal;
  font-style: normal; }
.c-accordion-panel__link::before,
.c-accordion__toggle-all::before,
.c-collapse__toggle::before,
.c-site-nav__item a::before,
.c-breadcrumbs a::before,
.c-header-top-links__item a::before,
.c-chat__toggle::before,
.link-external::before,
.c-social-links__item a::before,
.c-pagination .prev a::before,
.c-pagination .next a::before,
.c-office-info__item::before,
.select::before,
.owl-prev:before,
.owl-next:before,
.c-messages__notice::before,
.c-lang-switcher::before,
.c-search-form__btn::before,
.check::before,
.c-icon,
.sub-menu-item--go-back::after,
.cd-timeline-navigation a::before,
.icon-switch:before,
.c-categories__item > a::before,
.c-popular-links__title > a::before,
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'coop-pank-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-switch:before {
  content: "\e914"; }

.icon-next:before {
  content: "\e912";
  color: #0073d1; }

.icon-prev:before {
  content: "\e913";
  color: #0073d1; }

.icon-arrow-next:before {
  content: "\e910";
  color: #999; }

.icon-arrow-prev:before {
  content: "\e911";
  color: #999; }

.icon-check:before {
  content: "\e90e";
  color: #fff; }

.icon-gift:before {
  content: "\e90d";
  color: #fff; }

.icon-facebook:before {
  content: "\e901";
  color: #0078d2; }

.icon-instagram:before {
  content: "\e903";
  color: #0078d2; }

.icon-linkedin:before {
  content: "\e904";
  color: #0078d2; }

.icon-percent:before {
  content: "\e907";
  color: #0078d2; }

.icon-youtube:before {
  content: "\e90c";
  color: #0078d2; }

.icon-clock:before {
  content: "\e908";
  color: #0078d2; }

.icon-currency:before {
  content: "\e909";
  color: #0078d2; }

.icon-location-bordered:before {
  content: "\e90a";
  color: #0078d2; }

.icon-phone:before {
  content: "\e90b";
  color: #0078d2; }

.icon-external:before {
  content: "\e900";
  color: #0573cf; }

.icon-globe:before {
  content: "\e902";
  color: #0573cf; }

.icon-location:before {
  content: "\e905";
  color: #0573cf; }

.icon-search:before {
  content: "\e906";
  color: #0573cf; }

.icon-menu-burger:before {
  content: "\e90f";
  color: #0078d3; }

.icon-exclamation-circle:before {
  content: "\f06a"; }

.icon-angle-left:before {
  content: "\f104"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-angle-up:before {
  content: "\f106"; }

.icon-angle-down:before {
  content: "\f107"; }

.icon-close:before {
  content: "\e920";
  color: #0573cf; }

/* Vendor */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important; } }
[data-aos][data-aos][data-aos-duration='50'], body[data-aos-duration='50'] [data-aos] {
  transition-duration: 50ms; }

[data-aos][data-aos][data-aos-delay='50'], body[data-aos-delay='50'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='50'].aos-animate, body[data-aos-delay='50'] [data-aos].aos-animate {
  transition-delay: 50ms; }

[data-aos][data-aos][data-aos-duration='100'], body[data-aos-duration='100'] [data-aos] {
  transition-duration: .1s; }

[data-aos][data-aos][data-aos-delay='100'], body[data-aos-delay='100'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='100'].aos-animate, body[data-aos-delay='100'] [data-aos].aos-animate {
  transition-delay: .1s; }

[data-aos][data-aos][data-aos-duration='150'], body[data-aos-duration='150'] [data-aos] {
  transition-duration: .15s; }

[data-aos][data-aos][data-aos-delay='150'], body[data-aos-delay='150'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='150'].aos-animate, body[data-aos-delay='150'] [data-aos].aos-animate {
  transition-delay: .15s; }

[data-aos][data-aos][data-aos-duration='200'], body[data-aos-duration='200'] [data-aos] {
  transition-duration: .2s; }

[data-aos][data-aos][data-aos-delay='200'], body[data-aos-delay='200'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='200'].aos-animate, body[data-aos-delay='200'] [data-aos].aos-animate {
  transition-delay: .2s; }

[data-aos][data-aos][data-aos-duration='250'], body[data-aos-duration='250'] [data-aos] {
  transition-duration: .25s; }

[data-aos][data-aos][data-aos-delay='250'], body[data-aos-delay='250'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='250'].aos-animate, body[data-aos-delay='250'] [data-aos].aos-animate {
  transition-delay: .25s; }

[data-aos][data-aos][data-aos-duration='300'], body[data-aos-duration='300'] [data-aos] {
  transition-duration: .3s; }

[data-aos][data-aos][data-aos-delay='300'], body[data-aos-delay='300'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='300'].aos-animate, body[data-aos-delay='300'] [data-aos].aos-animate {
  transition-delay: .3s; }

[data-aos][data-aos][data-aos-duration='350'], body[data-aos-duration='350'] [data-aos] {
  transition-duration: .35s; }

[data-aos][data-aos][data-aos-delay='350'], body[data-aos-delay='350'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='350'].aos-animate, body[data-aos-delay='350'] [data-aos].aos-animate {
  transition-delay: .35s; }

[data-aos][data-aos][data-aos-duration='400'], body[data-aos-duration='400'] [data-aos] {
  transition-duration: .4s; }

[data-aos][data-aos][data-aos-delay='400'], body[data-aos-delay='400'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='400'].aos-animate, body[data-aos-delay='400'] [data-aos].aos-animate {
  transition-delay: .4s; }

[data-aos][data-aos][data-aos-duration='450'], body[data-aos-duration='450'] [data-aos] {
  transition-duration: .45s; }

[data-aos][data-aos][data-aos-delay='450'], body[data-aos-delay='450'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='450'].aos-animate, body[data-aos-delay='450'] [data-aos].aos-animate {
  transition-delay: .45s; }

[data-aos][data-aos][data-aos-duration='500'], body[data-aos-duration='500'] [data-aos] {
  transition-duration: .5s; }

[data-aos][data-aos][data-aos-delay='500'], body[data-aos-delay='500'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='500'].aos-animate, body[data-aos-delay='500'] [data-aos].aos-animate {
  transition-delay: .5s; }

[data-aos][data-aos][data-aos-duration='550'], body[data-aos-duration='550'] [data-aos] {
  transition-duration: .55s; }

[data-aos][data-aos][data-aos-delay='550'], body[data-aos-delay='550'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='550'].aos-animate, body[data-aos-delay='550'] [data-aos].aos-animate {
  transition-delay: .55s; }

[data-aos][data-aos][data-aos-duration='600'], body[data-aos-duration='600'] [data-aos] {
  transition-duration: .6s; }

[data-aos][data-aos][data-aos-delay='600'], body[data-aos-delay='600'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='600'].aos-animate, body[data-aos-delay='600'] [data-aos].aos-animate {
  transition-delay: .6s; }

[data-aos][data-aos][data-aos-duration='650'], body[data-aos-duration='650'] [data-aos] {
  transition-duration: .65s; }

[data-aos][data-aos][data-aos-delay='650'], body[data-aos-delay='650'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='650'].aos-animate, body[data-aos-delay='650'] [data-aos].aos-animate {
  transition-delay: .65s; }

[data-aos][data-aos][data-aos-duration='700'], body[data-aos-duration='700'] [data-aos] {
  transition-duration: .7s; }

[data-aos][data-aos][data-aos-delay='700'], body[data-aos-delay='700'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='700'].aos-animate, body[data-aos-delay='700'] [data-aos].aos-animate {
  transition-delay: .7s; }

[data-aos][data-aos][data-aos-duration='750'], body[data-aos-duration='750'] [data-aos] {
  transition-duration: .75s; }

[data-aos][data-aos][data-aos-delay='750'], body[data-aos-delay='750'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='750'].aos-animate, body[data-aos-delay='750'] [data-aos].aos-animate {
  transition-delay: .75s; }

[data-aos][data-aos][data-aos-duration='800'], body[data-aos-duration='800'] [data-aos] {
  transition-duration: .8s; }

[data-aos][data-aos][data-aos-delay='800'], body[data-aos-delay='800'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='800'].aos-animate, body[data-aos-delay='800'] [data-aos].aos-animate {
  transition-delay: .8s; }

[data-aos][data-aos][data-aos-duration='850'], body[data-aos-duration='850'] [data-aos] {
  transition-duration: .85s; }

[data-aos][data-aos][data-aos-delay='850'], body[data-aos-delay='850'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='850'].aos-animate, body[data-aos-delay='850'] [data-aos].aos-animate {
  transition-delay: .85s; }

[data-aos][data-aos][data-aos-duration='900'], body[data-aos-duration='900'] [data-aos] {
  transition-duration: .9s; }

[data-aos][data-aos][data-aos-delay='900'], body[data-aos-delay='900'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='900'].aos-animate, body[data-aos-delay='900'] [data-aos].aos-animate {
  transition-delay: .9s; }

[data-aos][data-aos][data-aos-duration='950'], body[data-aos-duration='950'] [data-aos] {
  transition-duration: .95s; }

[data-aos][data-aos][data-aos-delay='950'], body[data-aos-delay='950'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='950'].aos-animate, body[data-aos-delay='950'] [data-aos].aos-animate {
  transition-delay: .95s; }

[data-aos][data-aos][data-aos-duration='1000'], body[data-aos-duration='1000'] [data-aos] {
  transition-duration: 1s; }

[data-aos][data-aos][data-aos-delay='1000'], body[data-aos-delay='1000'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1000'].aos-animate, body[data-aos-delay='1000'] [data-aos].aos-animate {
  transition-delay: 1s; }

[data-aos][data-aos][data-aos-duration='1050'], body[data-aos-duration='1050'] [data-aos] {
  transition-duration: 1.05s; }

[data-aos][data-aos][data-aos-delay='1050'], body[data-aos-delay='1050'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1050'].aos-animate, body[data-aos-delay='1050'] [data-aos].aos-animate {
  transition-delay: 1.05s; }

[data-aos][data-aos][data-aos-duration='1100'], body[data-aos-duration='1100'] [data-aos] {
  transition-duration: 1.1s; }

[data-aos][data-aos][data-aos-delay='1100'], body[data-aos-delay='1100'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1100'].aos-animate, body[data-aos-delay='1100'] [data-aos].aos-animate {
  transition-delay: 1.1s; }

[data-aos][data-aos][data-aos-duration='1150'], body[data-aos-duration='1150'] [data-aos] {
  transition-duration: 1.15s; }

[data-aos][data-aos][data-aos-delay='1150'], body[data-aos-delay='1150'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1150'].aos-animate, body[data-aos-delay='1150'] [data-aos].aos-animate {
  transition-delay: 1.15s; }

[data-aos][data-aos][data-aos-duration='1200'], body[data-aos-duration='1200'] [data-aos] {
  transition-duration: 1.2s; }

[data-aos][data-aos][data-aos-delay='1200'], body[data-aos-delay='1200'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1200'].aos-animate, body[data-aos-delay='1200'] [data-aos].aos-animate {
  transition-delay: 1.2s; }

[data-aos][data-aos][data-aos-duration='1250'], body[data-aos-duration='1250'] [data-aos] {
  transition-duration: 1.25s; }

[data-aos][data-aos][data-aos-delay='1250'], body[data-aos-delay='1250'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1250'].aos-animate, body[data-aos-delay='1250'] [data-aos].aos-animate {
  transition-delay: 1.25s; }

[data-aos][data-aos][data-aos-duration='1300'], body[data-aos-duration='1300'] [data-aos] {
  transition-duration: 1.3s; }

[data-aos][data-aos][data-aos-delay='1300'], body[data-aos-delay='1300'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1300'].aos-animate, body[data-aos-delay='1300'] [data-aos].aos-animate {
  transition-delay: 1.3s; }

[data-aos][data-aos][data-aos-duration='1350'], body[data-aos-duration='1350'] [data-aos] {
  transition-duration: 1.35s; }

[data-aos][data-aos][data-aos-delay='1350'], body[data-aos-delay='1350'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1350'].aos-animate, body[data-aos-delay='1350'] [data-aos].aos-animate {
  transition-delay: 1.35s; }

[data-aos][data-aos][data-aos-duration='1400'], body[data-aos-duration='1400'] [data-aos] {
  transition-duration: 1.4s; }

[data-aos][data-aos][data-aos-delay='1400'], body[data-aos-delay='1400'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1400'].aos-animate, body[data-aos-delay='1400'] [data-aos].aos-animate {
  transition-delay: 1.4s; }

[data-aos][data-aos][data-aos-duration='1450'], body[data-aos-duration='1450'] [data-aos] {
  transition-duration: 1.45s; }

[data-aos][data-aos][data-aos-delay='1450'], body[data-aos-delay='1450'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1450'].aos-animate, body[data-aos-delay='1450'] [data-aos].aos-animate {
  transition-delay: 1.45s; }

[data-aos][data-aos][data-aos-duration='1500'], body[data-aos-duration='1500'] [data-aos] {
  transition-duration: 1.5s; }

[data-aos][data-aos][data-aos-delay='1500'], body[data-aos-delay='1500'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1500'].aos-animate, body[data-aos-delay='1500'] [data-aos].aos-animate {
  transition-delay: 1.5s; }

[data-aos][data-aos][data-aos-duration='1550'], body[data-aos-duration='1550'] [data-aos] {
  transition-duration: 1.55s; }

[data-aos][data-aos][data-aos-delay='1550'], body[data-aos-delay='1550'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1550'].aos-animate, body[data-aos-delay='1550'] [data-aos].aos-animate {
  transition-delay: 1.55s; }

[data-aos][data-aos][data-aos-duration='1600'], body[data-aos-duration='1600'] [data-aos] {
  transition-duration: 1.6s; }

[data-aos][data-aos][data-aos-delay='1600'], body[data-aos-delay='1600'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1600'].aos-animate, body[data-aos-delay='1600'] [data-aos].aos-animate {
  transition-delay: 1.6s; }

[data-aos][data-aos][data-aos-duration='1650'], body[data-aos-duration='1650'] [data-aos] {
  transition-duration: 1.65s; }

[data-aos][data-aos][data-aos-delay='1650'], body[data-aos-delay='1650'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1650'].aos-animate, body[data-aos-delay='1650'] [data-aos].aos-animate {
  transition-delay: 1.65s; }

[data-aos][data-aos][data-aos-duration='1700'], body[data-aos-duration='1700'] [data-aos] {
  transition-duration: 1.7s; }

[data-aos][data-aos][data-aos-delay='1700'], body[data-aos-delay='1700'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1700'].aos-animate, body[data-aos-delay='1700'] [data-aos].aos-animate {
  transition-delay: 1.7s; }

[data-aos][data-aos][data-aos-duration='1750'], body[data-aos-duration='1750'] [data-aos] {
  transition-duration: 1.75s; }

[data-aos][data-aos][data-aos-delay='1750'], body[data-aos-delay='1750'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1750'].aos-animate, body[data-aos-delay='1750'] [data-aos].aos-animate {
  transition-delay: 1.75s; }

[data-aos][data-aos][data-aos-duration='1800'], body[data-aos-duration='1800'] [data-aos] {
  transition-duration: 1.8s; }

[data-aos][data-aos][data-aos-delay='1800'], body[data-aos-delay='1800'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1800'].aos-animate, body[data-aos-delay='1800'] [data-aos].aos-animate {
  transition-delay: 1.8s; }

[data-aos][data-aos][data-aos-duration='1850'], body[data-aos-duration='1850'] [data-aos] {
  transition-duration: 1.85s; }

[data-aos][data-aos][data-aos-delay='1850'], body[data-aos-delay='1850'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1850'].aos-animate, body[data-aos-delay='1850'] [data-aos].aos-animate {
  transition-delay: 1.85s; }

[data-aos][data-aos][data-aos-duration='1900'], body[data-aos-duration='1900'] [data-aos] {
  transition-duration: 1.9s; }

[data-aos][data-aos][data-aos-delay='1900'], body[data-aos-delay='1900'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1900'].aos-animate, body[data-aos-delay='1900'] [data-aos].aos-animate {
  transition-delay: 1.9s; }

[data-aos][data-aos][data-aos-duration='1950'], body[data-aos-duration='1950'] [data-aos] {
  transition-duration: 1.95s; }

[data-aos][data-aos][data-aos-delay='1950'], body[data-aos-delay='1950'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='1950'].aos-animate, body[data-aos-delay='1950'] [data-aos].aos-animate {
  transition-delay: 1.95s; }

[data-aos][data-aos][data-aos-duration='2000'], body[data-aos-duration='2000'] [data-aos] {
  transition-duration: 2s; }

[data-aos][data-aos][data-aos-delay='2000'], body[data-aos-delay='2000'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2000'].aos-animate, body[data-aos-delay='2000'] [data-aos].aos-animate {
  transition-delay: 2s; }

[data-aos][data-aos][data-aos-duration='2050'], body[data-aos-duration='2050'] [data-aos] {
  transition-duration: 2.05s; }

[data-aos][data-aos][data-aos-delay='2050'], body[data-aos-delay='2050'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2050'].aos-animate, body[data-aos-delay='2050'] [data-aos].aos-animate {
  transition-delay: 2.05s; }

[data-aos][data-aos][data-aos-duration='2100'], body[data-aos-duration='2100'] [data-aos] {
  transition-duration: 2.1s; }

[data-aos][data-aos][data-aos-delay='2100'], body[data-aos-delay='2100'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2100'].aos-animate, body[data-aos-delay='2100'] [data-aos].aos-animate {
  transition-delay: 2.1s; }

[data-aos][data-aos][data-aos-duration='2150'], body[data-aos-duration='2150'] [data-aos] {
  transition-duration: 2.15s; }

[data-aos][data-aos][data-aos-delay='2150'], body[data-aos-delay='2150'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2150'].aos-animate, body[data-aos-delay='2150'] [data-aos].aos-animate {
  transition-delay: 2.15s; }

[data-aos][data-aos][data-aos-duration='2200'], body[data-aos-duration='2200'] [data-aos] {
  transition-duration: 2.2s; }

[data-aos][data-aos][data-aos-delay='2200'], body[data-aos-delay='2200'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2200'].aos-animate, body[data-aos-delay='2200'] [data-aos].aos-animate {
  transition-delay: 2.2s; }

[data-aos][data-aos][data-aos-duration='2250'], body[data-aos-duration='2250'] [data-aos] {
  transition-duration: 2.25s; }

[data-aos][data-aos][data-aos-delay='2250'], body[data-aos-delay='2250'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2250'].aos-animate, body[data-aos-delay='2250'] [data-aos].aos-animate {
  transition-delay: 2.25s; }

[data-aos][data-aos][data-aos-duration='2300'], body[data-aos-duration='2300'] [data-aos] {
  transition-duration: 2.3s; }

[data-aos][data-aos][data-aos-delay='2300'], body[data-aos-delay='2300'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2300'].aos-animate, body[data-aos-delay='2300'] [data-aos].aos-animate {
  transition-delay: 2.3s; }

[data-aos][data-aos][data-aos-duration='2350'], body[data-aos-duration='2350'] [data-aos] {
  transition-duration: 2.35s; }

[data-aos][data-aos][data-aos-delay='2350'], body[data-aos-delay='2350'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2350'].aos-animate, body[data-aos-delay='2350'] [data-aos].aos-animate {
  transition-delay: 2.35s; }

[data-aos][data-aos][data-aos-duration='2400'], body[data-aos-duration='2400'] [data-aos] {
  transition-duration: 2.4s; }

[data-aos][data-aos][data-aos-delay='2400'], body[data-aos-delay='2400'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2400'].aos-animate, body[data-aos-delay='2400'] [data-aos].aos-animate {
  transition-delay: 2.4s; }

[data-aos][data-aos][data-aos-duration='2450'], body[data-aos-duration='2450'] [data-aos] {
  transition-duration: 2.45s; }

[data-aos][data-aos][data-aos-delay='2450'], body[data-aos-delay='2450'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2450'].aos-animate, body[data-aos-delay='2450'] [data-aos].aos-animate {
  transition-delay: 2.45s; }

[data-aos][data-aos][data-aos-duration='2500'], body[data-aos-duration='2500'] [data-aos] {
  transition-duration: 2.5s; }

[data-aos][data-aos][data-aos-delay='2500'], body[data-aos-delay='2500'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2500'].aos-animate, body[data-aos-delay='2500'] [data-aos].aos-animate {
  transition-delay: 2.5s; }

[data-aos][data-aos][data-aos-duration='2550'], body[data-aos-duration='2550'] [data-aos] {
  transition-duration: 2.55s; }

[data-aos][data-aos][data-aos-delay='2550'], body[data-aos-delay='2550'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2550'].aos-animate, body[data-aos-delay='2550'] [data-aos].aos-animate {
  transition-delay: 2.55s; }

[data-aos][data-aos][data-aos-duration='2600'], body[data-aos-duration='2600'] [data-aos] {
  transition-duration: 2.6s; }

[data-aos][data-aos][data-aos-delay='2600'], body[data-aos-delay='2600'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2600'].aos-animate, body[data-aos-delay='2600'] [data-aos].aos-animate {
  transition-delay: 2.6s; }

[data-aos][data-aos][data-aos-duration='2650'], body[data-aos-duration='2650'] [data-aos] {
  transition-duration: 2.65s; }

[data-aos][data-aos][data-aos-delay='2650'], body[data-aos-delay='2650'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2650'].aos-animate, body[data-aos-delay='2650'] [data-aos].aos-animate {
  transition-delay: 2.65s; }

[data-aos][data-aos][data-aos-duration='2700'], body[data-aos-duration='2700'] [data-aos] {
  transition-duration: 2.7s; }

[data-aos][data-aos][data-aos-delay='2700'], body[data-aos-delay='2700'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2700'].aos-animate, body[data-aos-delay='2700'] [data-aos].aos-animate {
  transition-delay: 2.7s; }

[data-aos][data-aos][data-aos-duration='2750'], body[data-aos-duration='2750'] [data-aos] {
  transition-duration: 2.75s; }

[data-aos][data-aos][data-aos-delay='2750'], body[data-aos-delay='2750'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2750'].aos-animate, body[data-aos-delay='2750'] [data-aos].aos-animate {
  transition-delay: 2.75s; }

[data-aos][data-aos][data-aos-duration='2800'], body[data-aos-duration='2800'] [data-aos] {
  transition-duration: 2.8s; }

[data-aos][data-aos][data-aos-delay='2800'], body[data-aos-delay='2800'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2800'].aos-animate, body[data-aos-delay='2800'] [data-aos].aos-animate {
  transition-delay: 2.8s; }

[data-aos][data-aos][data-aos-duration='2850'], body[data-aos-duration='2850'] [data-aos] {
  transition-duration: 2.85s; }

[data-aos][data-aos][data-aos-delay='2850'], body[data-aos-delay='2850'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2850'].aos-animate, body[data-aos-delay='2850'] [data-aos].aos-animate {
  transition-delay: 2.85s; }

[data-aos][data-aos][data-aos-duration='2900'], body[data-aos-duration='2900'] [data-aos] {
  transition-duration: 2.9s; }

[data-aos][data-aos][data-aos-delay='2900'], body[data-aos-delay='2900'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2900'].aos-animate, body[data-aos-delay='2900'] [data-aos].aos-animate {
  transition-delay: 2.9s; }

[data-aos][data-aos][data-aos-duration='2950'], body[data-aos-duration='2950'] [data-aos] {
  transition-duration: 2.95s; }

[data-aos][data-aos][data-aos-delay='2950'], body[data-aos-delay='2950'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='2950'].aos-animate, body[data-aos-delay='2950'] [data-aos].aos-animate {
  transition-delay: 2.95s; }

[data-aos][data-aos][data-aos-duration='3000'], body[data-aos-duration='3000'] [data-aos] {
  transition-duration: 3s; }

[data-aos][data-aos][data-aos-delay='3000'], body[data-aos-delay='3000'] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay='3000'].aos-animate, body[data-aos-delay='3000'] [data-aos].aos-animate {
  transition-delay: 3s; }

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease; }

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in; }

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out; }

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out; }

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translate(0); }

[data-aos=fade-up] {
  transform: translateY(100px); }

[data-aos=fade-down] {
  transform: translateY(-100px); }

[data-aos=fade-right] {
  transform: translate(-100px); }

[data-aos=fade-left] {
  transform: translate(100px); }

[data-aos=fade-up-right] {
  transform: translate(-100px, 100px); }

[data-aos=fade-up-left] {
  transform: translate(100px, 100px); }

[data-aos=fade-down-right] {
  transform: translate(-100px, -100px); }

[data-aos=fade-down-left] {
  transform: translate(100px, -100px); }

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translate(0) scale(1); }

[data-aos=zoom-in] {
  transform: scale(0.6); }

[data-aos=zoom-in-up] {
  transform: translateY(100px) scale(0.6); }

[data-aos=zoom-in-down] {
  transform: translateY(-100px) scale(0.6); }

[data-aos=zoom-in-right] {
  transform: translate(-100px) scale(0.6); }

[data-aos=zoom-in-left] {
  transform: translate(100px) scale(0.6); }

[data-aos=zoom-out] {
  transform: scale(1.2); }

[data-aos=zoom-out-up] {
  transform: translateY(100px) scale(1.2); }

[data-aos=zoom-out-down] {
  transform: translateY(-100px) scale(1.2); }

[data-aos=zoom-out-right] {
  transform: translate(-100px) scale(1.2); }

[data-aos=zoom-out-left] {
  transform: translate(100px) scale(1.2); }

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform; }

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translate(0); }

[data-aos=slide-up] {
  transform: translateY(100%); }

[data-aos=slide-down] {
  transform: translateY(-100%); }

[data-aos=slide-right] {
  transform: translateX(-100%); }

[data-aos=slide-left] {
  transform: translateX(100%); }

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform; }

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg); }

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg); }

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg); }

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0); }

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg); }

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0); }

/*# sourceMappingURL=aos.css.map*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer,
.fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-inner {
  overflow: auto !important; }

.fancybox-inner::-webkit-scrollbar-track {
  background-color: #e9e9e9; }
.fancybox-inner::-webkit-scrollbar {
  width: 5px;
  background-color: #e9e9e9; }
.fancybox-inner::-webkit-scrollbar-thumb {
  background-color: #bfbfbf; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

.fancybox-prev span:before {
  font-family: "coop-pank-icons";
  content: "\e911";
  display: block;
  font-size: 40px;
  color: #fff;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out; }

.fancybox-next span:before {
  font-family: "coop-pank-icons";
  content: "\e910";
  display: block;
  font-size: 40px;
  color: #fff;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out; }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 12px;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

@-webkit-keyframes load4 {
  0%,
    100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0; }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em; }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0; }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em; } }
@keyframes load4 {
  0%,
    100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0; }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em; }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0; }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em; } }
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../../img/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url("../../img/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url("../../img/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
.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: 0;
  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;
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.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 .2s ease-in-out,background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out,background-color .2s ease-in-out; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
  -moz-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
  transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out; }

.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, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  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: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 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: rgba(255, 255, 255, 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 {
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: .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: .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: .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: rgba(255, 255, 255, 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: rgba(255, 255, 255, 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: rgba(255, 255, 255, 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: rgba(255, 255, 255, 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: rgba(255, 255, 255, 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: rgba(255, 255, 255, 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: rgba(255, 255, 255, 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: rgba(255, 255, 255, 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: rgba(255, 255, 255, 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: rgba(255, 255, 255, 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: center; }

.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: .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, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%); }

.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, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%); }

.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 rgba(255, 255, 255, 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 rgba(255, 255, 255, 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; }

.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 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 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 rgba(255, 255, 255, 0.4);
  height: 12px;
  width: auto; }

.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.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 rgba(255, 255, 255, 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 rgba(255, 255, 255, 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, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal.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_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: rgba(255, 255, 255, 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: rgba(255, 255, 255, 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-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 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: rgba(255, 255, 255, 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: rgba(255, 255, 255, 0.75); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 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: rgba(255, 255, 255, 0.9); }

/* overwrite styles */
.mCSB_inside > .mCSB_container {
  margin-right: 0; }

.mCS-coop-theme.mCSB_scrollTools {
  width: 5px; }
  .mCS-coop-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #aaaaaa;
    width: 5px; }
  .mCS-coop-theme.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #e2e2e2;
    width: 5px; }

/* => UI slider */
/* ------------------------------------------------------------------------------*/
.ui-slider {
  position: relative;
  margin-bottom: 0px;
  margin-top: 39px;
  width: 100%; }

.slider-bg {
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
  margin-top: 10px;
  background: transparent;
  opacity: 0.1;
  border-bottom: 1px solid black; }

.slider-bg img {
  width: 100%;
  height: 3px;
  display: block; }

.ui-slider-range {
  background: transparent;
  height: 1px;
  width: 100%;
  position: absolute;
  z-index: 2;
  transition: all .2s;
  top: 10px;
  border-bottom: 2px solid #7fbde1; }

.ui-slider-handle {
  width: 15px;
  height: 15px;
  background-color: #16becf;
  position: absolute;
  top: 3px;
  z-index: 5;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  transition: all .2s; }
  .ui-slider-handle:hover, .ui-slider-handle:active {
    transform: scale(1.5); }

.slider-ammount {
  font-family: "MuseoSans";
  top: -22px !important;
  margin-bottom: 0;
  font-size: 16px;
  color: #007bc3;
  line-height: 20px;
  font-weight: 300;
  position: relative;
  left: initial;
  text-align: right;
  width: initial; }

.slider-values {
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0; }

.slider-values .min,
.slider-values .max {
  font-size: 12px;
  font-weight: normal;
  color: black;
  float: left;
  opacity: 0.5; }

.slider-values .max {
  float: right; }

.slider-label {
  font-size: 14px;
  color: #7d7d7d;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 38px; }

/* --------------------------------

Main Components

-------------------------------- */
.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none; }

.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1; }

.cd-horizontal-timeline .timeline {
  position: relative;
  height: 115px;
  width: 90%;
  max-width: 800px;
  margin: 0 auto; }

.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden; }

.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 58px;
  height: 1px;
  /* width will be set using JavaScript */
  background: #ececec;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s; }

.cd-horizontal-timeline .filling-line {
  /* this is used to create the blue line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #007bc3;
  transform: scaleX(0);
  transform-origin: left center; }

.cd-horizontal-timeline .events a {
  position: absolute;
  top: 0;
  z-index: 2;
  text-align: center;
  font-size: 12px;
  padding-top: 30px;
  color: #8d8d8d;
  transform: translateZ(0); }
  .cd-horizontal-timeline .events a.selected {
    font-weight: 600;
    color: #0073d1; }
  .cd-horizontal-timeline .events a:hover {
    -webkit-text-decoration-color: #8d8d8d;
    text-decoration-color: #8d8d8d; }

.cd-horizontal-timeline .events a::before {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  top: -18px;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background-color: #7eb8e7;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease; }

.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #7b9d6f;
  border-color: #7b9d6f; }

.cd-horizontal-timeline .events a.selected {
  pointer-events: none; }

.cd-horizontal-timeline .events a.selected::before {
  top: -28px;
  background-color: #0078d2;
  height: 56px;
  width: 56px; }

.cd-horizontal-timeline .events a::after {
  content: "";
  position: absolute;
  padding-top: 10px;
  font-size: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.1s;
  color: #747474; }

.cd-horizontal-timeline .events a.selected::after {
  content: "\25bc";
  padding-top: 15px; }

@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 6em auto; }

  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop'; } }
.cd-timeline-navigation a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  opacity: 0.8; }
  .cd-timeline-navigation a::before {
    font-size: 27px; }
  .cd-timeline-navigation a.next {
    right: 0; }
    .cd-timeline-navigation a.next::before {
      content: "\e912"; }
  .cd-timeline-navigation a.prev {
    left: 0; }
    .cd-timeline-navigation a.prev::before {
      content: "\e913"; }
  .cd-timeline-navigation a:hover {
    text-decoration: none;
    opacity: 1; }

.no-touch .cd-timeline-navigation a:hover {
  border-color: #7b9d6f; }

.cd-timeline-navigation a.inactive {
  cursor: not-allowed; }

.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px; }

.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf; }

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 0 auto 2em;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
  min-height: 250px;
  height: auto !important; }
  .cd-horizontal-timeline .events-content li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: top; }
    @media screen and (max-width: 1024px) {
      .cd-horizontal-timeline .events-content li {
        display: block; } }
    .cd-horizontal-timeline .events-content li .inner-image {
      min-width: 50%; }
      @media screen and (max-width: 1024px) {
        .cd-horizontal-timeline .events-content li .inner-image {
          min-width: 100%;
          margin-bottom: 15px;
          text-align: center; } }
    .cd-horizontal-timeline .events-content li .inner-content {
      padding-left: 20px; }
      @media screen and (max-width: 1024px) {
        .cd-horizontal-timeline .events-content li .inner-content {
          padding-left: 0px; } }

.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  padding: 29px;
  opacity: 0;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out; }

.cd-horizontal-timeline .events-content li h2 {
  color: #007bc3;
  line-height: 1.2;
  margin-bottom: 32px;
  font-size: 20px; }
  @media screen and (max-width: 1024px) {
    .cd-horizontal-timeline .events-content li h2 {
      margin-bottom: 16px; } }

.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.cd-horizontal-timeline .events-content li.enter-right,
.cd-horizontal-timeline .events-content li.leave-right {
  animation-name: cd-enter-right; }

.cd-horizontal-timeline .events-content li.enter-left,
.cd-horizontal-timeline .events-content li.leave-left {
  animation-name: cd-enter-left; }

.cd-horizontal-timeline .events-content li.leave-right,
.cd-horizontal-timeline .events-content li.leave-left {
  animation-direction: reverse; }

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%); } }
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%); } }
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); } }
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%); } }
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%); } }
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); } }
/* Objects */
.o-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }
  .o-grid--blog-list .o-grid__col, .o-grid--offers-list .o-grid__col {
    margin-bottom: 80px; }

.o-grid__col {
  padding: 0 15px; }
  .o-grid__col--6 {
    flex: 0 0 50%; }
    @media screen and (max-width: 480px) {
      .o-grid__col--6 {
        flex: 0 0 100%;
        margin-bottom: 35px; } }
  .o-grid__col--4 {
    flex: 0 0 33.3%; }
    @media screen and (max-width: 480px) {
      .o-grid__col--4 {
        flex: 0 0 100%;
        margin-bottom: 35px; } }
  .o-grid__col--3 {
    flex: 0 0 25%; }
    @media screen and (max-width: 1024px) {
      .o-grid__col--3 {
        flex: 0 0 50%;
        margin-bottom: 35px; } }
    @media screen and (max-width: 480px) {
      .o-grid__col--3 {
        flex: 0 0 100%; } }

.o-site-container {
  max-width: 1680px;
  margin: 0 auto; }

.o-links-group {
  margin-left: -10px;
  margin-right: -10px; }

.o-links-group > a {
  padding: 0 10px; }
  .o-links-group > a:hover {
    text-decoration: underline;
    text-decoration-color: #a0d0f6; }

.link-primary {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase; }
  .link-primary:hover {
    text-decoration: underline;
    text-decoration-color: #a0d0f6; }

.link-external {
  position: relative;
  padding-right: 15px; }
  .link-external::before {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "\e900";
    font-size: 10px; }
  .link-external:hover {
    color: #024c89;
    text-decoration: none; }

.o-list-ordered {
  display: block;
  list-style-type: decimal;
  counter-reset: item; }
  .o-list-ordered li {
    list-style-type: decimal;
    display: block;
    margin: 0 0 10px 0; }
    .o-list-ordered li:before {
      content: counter(item) ". ";
      counter-increment: item;
      color: #0078d2;
      padding-right: 16px; }
.o-list li, .c-accordion.type2 .c-accordion-panel ul li {
  position: relative;
  margin: 0 0 10px 0;
  padding-left: 31px; }
  .o-list li::before, .c-accordion.type2 .c-accordion-panel ul li::before {
    position: absolute;
    left: 0;
    top: 9px;
    display: block;
    content: '';
    width: 4px;
    height: 4px;
    background-color: #0078d2;
    border-radius: 50%; }
.o-list p, .c-accordion.type2 .c-accordion-panel ul p {
  color: #000; }
.o-list--grey li {
  color: #aeaeae; }

.btn {
  display: inline-block;
  padding: 7px 20px 8px;
  border: 0;
  position: relative;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  letter-spacing: -0.3px;
  text-decoration: none !important; }
  .btn:hover {
    text-decoration: none; }

.btn-primary {
  color: #fff;
  background-color: #007bc3;
  transition: background-color .2s ease-in-out; }
  .btn-primary:hover {
    background-color: #024c89;
    color: #fff; }

.btn-secondary {
  border: 1px solid #dbdbdb;
  transition: border-color .2s ease-in-out; }
  .btn-secondary:hover {
    border-color: #024c89; }
  .btn-secondary--type2 {
    border-color: #16becf; }
    .btn-secondary--type2:hover {
      border-color: #16becf;
      background-color: rgba(255, 255, 255, 0.1); }

.btn-third {
  border: none;
  background-color: #fff;
  font-weight: 700;
  transition: background-color .2s ease-in-out; }
  .btn-third:hover {
    color: #fff;
    background-color: #007bc3; }

.btn-campaign {
  background: #16becf;
  color: #fff;
  transition: background-color .2s ease-in-out; }
  .btn-campaign:hover {
    background-color: #024c89;
    color: #fff; }

.btn-lg {
  padding: 10px 30px;
  font-size: 24px; }

.btn-xs {
  display: inline-block;
  padding: 0 8px;
  font-size: 16px;
  line-height: 30px;
  border: 0; }
  .btn-xs:hover {
    text-decoration: none; }

.btn-inline {
  display: inline-block; }

.btn-label {
  margin-right: 10px; }

.btn-full-width {
  width: 100%;
  text-align: center; }

.btn-video {
  width: 104px;
  height: 104px;
  display: block;
  background-color: #16becf;
  border-radius: 50%;
  font-size: 0;
  position: relative;
  transition: background-color .2s ease-in-out; }
  .btn-video::after {
    content: "";
    background: url(../../img/play.png) no-repeat;
    width: 32px;
    height: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-40%, -50%); }
  .btn-video:hover {
    background-color: #03747f; }

.btn-sm {
  font-size: 12px;
  padding: 6px 20px 6px; }

/* Button group */
.o-btn-group {
  display: inline-flex;
  flex-direction: column;
  margin: -10px 0; }
  @media screen and (max-width: 480px) {
    .o-btn-group {
      display: flex; } }

.o-btn-group .btn {
  width: 100%;
  margin: 10px 0; }

/* Button group inline */
.o-btn-group__inline {
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
  flex-wrap: wrap; }
  .o-btn-group__inline p {
    margin-bottom: 10px; }
  .o-btn-group__inline._sb30 {
    margin-left: -30px;
    margin-right: -30px; }
    .o-btn-group__inline._sb30 p {
      padding: 0 30px; }
  @media screen and (max-width: 480px) {
    .o-btn-group__inline {
      flex-direction: column;
      margin-left: 0;
      margin-right: 0; } }

.o-btn-group__inline p {
  padding-left: 5px;
  padding-right: 5px; }
  @media screen and (max-width: 480px) {
    .o-btn-group__inline p {
      padding-left: 0;
      padding-right: 0;
      margin-top: 5px;
      margin-bottom: 5px; } }

/* Reset */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="phone"],
input[type="search"],
input[type="button"],
input[type="submit"],
textarea,
button {
  -webkit-appearance: none;
  border-radius: 0; }

@media screen and (max-width: 480px) {
  input,
  textarea,
  select {
    font-size: 16px; } }

/* Checkbox */
.o-form .form-group .checkbox,
.o-form .form-group .checkbox-inline,
.checkbox,
.checkbox-inline {
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  cursor: pointer; }

.checkbox input,
.checkbox-inline input {
  position: absolute;
  left: -9999px; }

.checkbox .check,
.checkbox-inline .check {
  flex-shrink: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #fafafa;
  border: 2px #b1b1b1 solid;
  position: relative;
  border-radius: 4px;
  transition: all .2s ease-in-out; }

.checkbox input:checked + .check,
.checkbox-inline input:checked + .check {
  background-color: #007bc3;
  border-color: #007bc3; }

.checkbox input:checked + .check:before,
.checkbox-inline input:checked + .check:before {
  content: "\e90e";
  display: block;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff; }

.checkbox .label,
.checkbox-inline .label {
  padding-left: 20px;
  line-height: 18px;
  font-weight: 400;
  color: #727272; }
  .checkbox .label .link-open,
  .checkbox-inline .label .link-open {
    display: inline-block;
    margin-left: 10px; }

.checkbox.is-disabled,
.checkbox-inline.is-disabled {
  color: #d7d8d8; }

.checkbox.is-disabled .check,
.checkbox-inline.is-disabled .check {
  background-color: #fefefe;
  border-color: #f6f6f6; }

/* Radio */
.c-form-group--radios {
  padding-top: 8px; }
  .c-form-group--radios .c-form-field {
    display: flex; }
  .c-form-group--radios .c-form-field__radio {
    padding-right: 40px;
    padding-top: 6px; }

.form-radio:checked,
.form-radio:not(:checked) {
  position: absolute;
  left: -9999px; }

.form-radio:checked + label,
.form-radio:not(:checked) + label {
  position: relative;
  padding-left: 21px;
  cursor: pointer;
  line-height: 13px;
  display: inline-block;
  color: black; }
  .form-radio:checked + label .text,
  .form-radio:not(:checked) + label .text {
    opacity: 0.7; }

.form-radio:checked + label:before,
.form-radio:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #007bc3;
  border-radius: 100%;
  background: #fff; }

.form-radio:checked + label:after,
.form-radio:not(:checked) + label:after {
  content: '';
  width: 6px;
  height: 6px;
  background: #16becf;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.form-radio:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

.form-radio:checked + label .text {
  opacity: 1; }

.form-radio:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.c-form-field__label--radio a[data-toggle="tooltip"] {
  font-size: 12px;
  width: 16px;
  height: 16px; }

/* Input */
.form-control {
  width: 100%;
  font-size: 15px;
  line-height: 1.5;
  padding: 8px 0;
  border: none;
  box-shadow: 0 1px 0 0 #bbbbbb;
  background-color: transparent;
  transition: .2s box-shadow ease-in-out;
  outline: 0; }
  .form-control--datepicker {
    display: block;
    max-width: 220px;
    position: relative; }
    .form-control--datepicker:before {
      content: "\e924";
      font-size: 22px;
      color: #000;
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%); }
  .form-control:focus {
    box-shadow: 0 2px 0 0 #0573cf; }
  .form-control:focus:required:valid {
    border: none;
    box-shadow: 0 2px 0 0 #0573cf; }
  .form-control:required:valid, .form-control:valid {
    border: none;
    box-shadow: 0 1px 0 0 #bbbbbb; }
  .form-control:focus:invalid {
    border: none;
    box-shadow: 0 2px 0 0 #d50000; }

.form-select {
  width: 100%; }

.form-select .label {
  color: #737373;
  font-size: 12px; }

.select {
  position: relative; }
  .select::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    content: "\f107";
    color: #757575;
    font-size: 20px; }
  .select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-overflow: ''; }
    .select select::-ms-expand {
      display: none; }

select.form-control {
  position: relative;
  min-width: 70px;
  font-size: 15px;
  color: #272727;
  -webkit-appearance: none;
  -moz-appearance: none; }

textarea.form-control {
  width: 100%;
  height: 140px;
  resize: vertical; }

.c-table {
  width: 100%; }
  .c-table--pricelist {
    margin-bottom: 40px; }
    .c-table--pricelist th:last-child {
      width: 200px; }
  .c-table--payment-schedule td:first-child,
  .c-table--payment-schedule th:first-child {
    text-align: left !important; }
  .c-table--payment-schedule td,
  .c-table--payment-schedule th {
    text-align: center !important; }
  .c-table--payment-schedule tr:last-child td {
    border-bottom: none; }

.c-table th {
  text-align: left;
  color: #868686;
  font-size: 12px;
  font-weight: 400;
  padding: 6px 0;
  border-bottom: 1px solid #a4a4a4; }

.c-table td {
  color: #2d2d2d;
  padding: 15px 0;
  border-bottom: 1px solid #c9c9c9; }
  @media print {
    .c-table td {
      padding: 5px 0; } }

.o-badge {
  display: inline-block;
  border-radius: 15px;
  padding: 3px 10px;
  font-weight: 600;
  line-height: 1;
  font-size: 12px; }
  .o-badge__red {
    background: #ca1100;
    color: #fff; }
  .o-badge__blue {
    background: #16becf;
    color: #fff; }

/* Components */
.c-article-list__title {
  font-weight: 400; }

.c-article-list__title a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 20px; }

.c-article-list {
  margin-top: 25px; }
  .c-article-list--tips {
    padding-left: 20px; }

.c-article-list__item {
  display: flex;
  margin-bottom: 15px; }

.c-article-list--tips .c-article-list__item {
  list-style: disc;
  color: #767676;
  padding-left: 10px; }

.c-article-list__item .date {
  margin-right: 25px;
  color: #767676; }

.c-article__wrap {
  padding-bottom: 80px;
  max-width: 970px; }

.c-article__heading {
  margin-top: 80px; }
  @media screen and (max-width: 800px) {
    .c-article__heading .c-article__title {
      font-size: 30px; } }
  @media screen and (max-width: 800px) {
    .c-article__heading {
      margin-top: 30px; } }

.c-article__details {
  margin-top: 20px; }

.c-article__details .date {
  position: relative;
  color: #7a7a7a;
  padding: 3px 15px 3px 0; }
  .c-article__details .date::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #c4c4c4; }
  .c-article__details .date--no-separator::before {
    content: normal; }

.c-article__details .category {
  padding-left: 10px; }

.c-article__image {
  margin-left: -105px; }
  .c-article__image--with-caption {
    position: relative; }
  .c-article__image figcaption {
    position: absolute;
    right: 15px;
    bottom: 15px;
    max-width: 275px;
    color: #fff;
    text-align: right; }

.c-article__content {
  padding: 80px 0;
  border-bottom: 1px solid #b1b1b1; }
  @media screen and (max-width: 800px) {
    .c-article__content {
      padding: 30px 0; } }

.c-article__content h3 {
  margin: 60px 0 20px 0;
  font-weight: 600; }

.c-article__content p {
  margin-bottom: 25px;
  line-height: 1.5; }

.c-article__lead {
  font-size: 20px; }

.c-articles__container {
  max-width: 884px; }

.c-articles__item {
  padding: 35px 0; }

.c-articles__item .c-card__title {
  margin: 0 0 10px 0; }

.c-articles__item .c-card__details .date:before {
  display: none; }

.c-accordion {
  margin-top: 90px; }
  .c-accordion:last-child {
    margin-bottom: 0; }

.c-accordion-panel {
  position: relative; }
  .c-accordion-panel:first-child .c-accordion__link {
    border-top: 1px solid #b1b1b1; }

.c-accordion-header {
  display: flex;
  align-items: center; }
  .c-accordion-header--w-sub {
    margin-bottom: 20px;
    align-items: flex-end; }
    .c-accordion-header--w-sub .c-accordion__title {
      margin-bottom: 10px; }

.c-accordion__toggle-all {
  margin-left: auto;
  position: relative;
  padding-right: 15px;
  white-space: nowrap; }
  .c-accordion__toggle-all::before {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "\f107"; }
  .c-accordion__toggle-all.active::before {
    content: "\f106"; }

.c-accordion-panel__link {
  position: relative;
  display: block;
  color: #202020;
  padding: 27px 30px;
  border-bottom: 1px solid #b1b1b1; }
  .c-accordion-panel__link.active {
    font-weight: 700; }
    .c-accordion-panel__link.active::before {
      content: "\f106"; }
  .c-accordion-panel__link::before {
    content: "\f107";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #919191; }
  .c-accordion-panel__link:hover {
    font-weight: 700;
    text-decoration: none; }
  .c-accordion-panel__link:hover:after {
    visibility: hidden; }

.c-accordion-panel__body {
  display: none;
  background-color: #f6f6f6; }

.c-accordion-panel__body .inner {
  padding: 60px 30px; }

.c-accordion.type2 {
  color: #fff !important;
  padding: 0 25px; }
  @media screen and (min-width: 1024px) {
    .c-accordion.type2 {
      padding: 0 15px; } }
  .c-accordion.type2 h2 {
    margin-bottom: 20px; }
    @media screen and (min-width: 1024px) {
      .c-accordion.type2 h2 {
        font-size: 40px;
        line-height: 40px; } }
  .c-accordion.type2 .c-accordion-panel__heading {
    border-top: 1px solid #007bc3; }
  .c-accordion.type2 .c-accordion-panel__link {
    text-decoration: none !important;
    font-weight: 300 !important;
    font-size: 18px;
    line-height: 22px;
    display: block;
    border: none;
    padding-left: 0; }
    @media screen and (min-width: 800px) {
      .c-accordion.type2 .c-accordion-panel__link {
        font-size: 24px;
        line-height: 29px;
        display: inline-block; } }
    .c-accordion.type2 .c-accordion-panel__link::before {
      left: auto;
      right: 0;
      font-size: 24px;
      color: #16becf; }
  .c-accordion.type2 .c-accordion-panel__body {
    background: none;
    padding-bottom: 20px; }
    .c-accordion.type2 .c-accordion-panel__body .inner {
      padding: 0; }
  .c-accordion.type2 .c-accordion-panel:nth-of-type(2) .c-accordion-panel__heading {
    border: none; }
  .c-accordion.type2 .c-accordion-panel ul li::before {
    width: 8px;
    height: 8px;
    left: 10px;
    top: 7px;
    background-color: #16becf; }
  .c-accordion.type2 .c-accordion-panel ul p {
    color: #fff; }
  .c-accordion.type2 .c-accordion-panel .c-table th {
    color: #fff;
    border-color: #16becf;
    font-size: 16px; }
  .c-accordion.type2 .c-accordion-panel .c-table td {
    color: #fff;
    border-color: #16becf; }

.c-categories {
  max-width: 250px;
  margin-left: -25px; }
  @media screen and (max-width: 1170px) {
    .c-categories {
      margin-left: 0; } }
  @media screen and (max-width: 800px) {
    .c-categories {
      width: 100%;
      max-width: 100%;
      margin: 0 auto 30px; } }
  .c-categories--offers {
    margin-top: 14px; }
  .c-categories__item {
    position: relative; }
    .c-categories__item::before {
      content: '';
      position: absolute;
      opacity: 0;
      visibility: hidden;
      top: 0;
      left: 0;
      height: 100%;
      width: 3px;
      background-color: #007bc3;
      transition: all .2s ease-in-out;
      z-index: 106; }
    .c-categories__item.is-active::before {
      opacity: 1;
      visibility: visible; }
    .c-categories__item:hover::before {
      opacity: 1;
      visibility: visible; }
  .c-categories.open .c-categories__item > a::before {
    content: "\f106"; }

.c-categories__item > a {
  position: relative;
  display: block;
  padding: 15px 15px 15px 30px;
  transition: background-color .2s ease-in-out; }
  .c-categories__item > a::before {
    display: none;
    content: "\f107";
    position: absolute;
    right: 0;
    top: 25px;
    transform: translateY(-50%);
    font-size: 23px;
    transition: 0.3s;
    right: initial;
    right: 30px;
    color: #007bc3;
    z-index: 99; }
  .c-categories__item > a.active {
    background-color: #f5f5f5; }
    @media screen and (max-width: 800px) {
      .c-categories__item > a.active::before {
        display: block; } }
  .c-categories__item > a:hover {
    background-color: #f5f5f5; }
  .c-categories__item > a:hover, .c-categories__item > a:focus {
    text-decoration: none; }

.c-categories--search {
  max-width: none;
  margin-left: 0; }
  .c-categories--search .c-categories__item {
    float: left;
    padding: 0 2px;
    min-width: 174px;
    text-align: center; }
    .c-categories--search .c-categories__item::before {
      display: none; }
    @media screen and (max-width: 800px) {
      .c-categories--search .c-categories__item {
        float: none;
        padding: 0; } }
  .c-categories--search .c-categories__item a {
    display: block;
    border-left: none;
    border-bottom: 4px solid #dfdfdf;
    padding: 15px 0;
    font-weight: 600;
    color: #767676;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .c-categories--search .c-categories__item a:hover {
      border-color: #7eb8e7;
      background-color: transparent; }
  .c-categories--search .c-categories__item.is-active a {
    color: #007bc3;
    border-color: #007bc3;
    background-color: transparent; }

.c-card > a {
  display: block;
  transition: color .2s ease-in-out; }
  .c-card > a:hover {
    color: #024c89;
    text-decoration: underline;
    text-decoration-color: #a0d0f6; }

.c-card__title {
  margin: 25px 0 15px 0;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.4px; }

.c-card__excerpt {
  opacity: 0.6;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: -0.3px;
  color: black; }

.c-card__details {
  display: flex;
  align-items: center;
  margin-bottom: 15px; }

.c-card__details .category {
  padding-left: 15px; }

.c-card__details .date {
  position: relative;
  color: black;
  opacity: 0.5;
  padding: 3px 20px 3px 0;
  font-size: 12px; }
  .c-card__details .date--no-separator::before {
    content: normal; }

.c-card--offer {
  position: relative;
  padding-bottom: 70px;
  height: 100%; }
  .c-card--offer .c-card__btn {
    position: absolute;
    bottom: 0;
    width: 100%; }

.c-card--horizontal {
  display: flex;
  align-items: center; }
  .c-card--horizontal .c-card__left {
    min-width: 35.6%; }
  .c-card--horizontal .c-card__right {
    padding-left: 30px; }

.c-card__caption {
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 6px; }

.c-card__overlay {
  opacity: 0;
  background-color: #007bc3;
  background-color: rgba(0, 123, 195, 0.87);
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0; }

.c-card__overlay-wrapper {
  display: table;
  width: 100%;
  height: 100%; }

.c-card__overlay-body {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 10px 0;
  z-index: 3;
  position: relative; }

.c-card__caption:hover .c-card__image-wrapper {
  -webkit-transform: scale(1.25);
  transform: scale(1.25); }

.c-card__caption:hover .c-card__overlay {
  opacity: 1; }

.c-card__image-wrapper {
  webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 992px) {
    .c-card__image-wrapper {
      height: 220px; } }
  @media screen and (max-width: 768px) {
    .c-card__image-wrapper {
      height: 170px; } }

.c-card__image-wrapper img {
  display: block;
  border: 0;
  width: 100%;
  height: auto; }
  @media screen and (max-width: 992px) {
    .c-card__image-wrapper img {
      position: absolute;
      top: 50%;
      transform: translate(0, -50%); } }

a.c-card__overlay-button {
  border-color: #FFFFFF;
  color: #FFFFFF;
  background: none;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid white;
  transition: background-color .2s ease-in-out; }

a.c-card__overlay-button:hover {
  color: #007bc3;
  background: #FFFFFF;
  border-color: #FFFFFF; }

.c-card__title-wrapper {
  min-height: 105px; }

.c-card__title-link h3 {
  color: #3f444a;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0; }

.c-card__title-link h3:hover {
  color: #457C8B; }

.c-card__date {
  color: #5c6873;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  font-size: 14px; }

.c-header {
  position: relative;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
  z-index: 501;
  height: 73px;
  background: white;
  zoom: 1; }
  .c-header::before, .c-header::after {
    content: "";
    display: table; }
  .c-header::after {
    clear: both; }
  @media screen and (max-width: 1024px) {
    .c-header .container {
      padding-left: 0px;
      padding-right: 0px; } }
  @media screen and (max-width: 1320px) {
    .c-header {
      padding-top: 0px; } }
  .c-header .o-btn-group__inline p {
    margin-bottom: 5px; }
  .c-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    background: #FFFFFF;
    border-bottom: 0;
    border: 0; }

body.user-logged-in .c-header.sticky {
  top: 39px; }
body.user-logged-in.toolbar-tray-open .c-header.sticky {
  top: 80px; }

.c-header-top {
  float: right; }

.c-header-bottom {
  float: left; }

.c-header-logo__left {
  float: left; }
  @media screen and (max-width: 1320px) {
    .c-header-logo__left {
      display: none; } }
  .c-header-logo__left .logo {
    margin-top: 24px;
    margin-right: 60px; }
    .c-header-logo__left .logo img {
      max-height: 25px; }
.c-header-logo__right {
  float: left; }
  @media screen and (min-width: 1320px) {
    .c-header-logo__right {
      display: none; } }

.c-header-top .logo {
  margin-top: 6px; }
  @media screen and (max-width: 768px) {
    .c-header-top .logo {
      margin-top: 0; } }
  .c-header-top .logo img {
    max-height: 25px; }
    @media screen and (max-width: 767px) {
      .c-header-top .logo img {
        max-width: 58px;
        max-height: initial;
        margin-top: 4px; } }
    @media screen and (max-width: 359px) {
      .c-header-top .logo img {
        max-width: 50px;
        margin-top: 5px; } }
    @media all and (max-width: 768px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .c-header-top .logo img {
        max-width: 100%;
        max-height: 25px;
        margin-top: 6px; } }

.c-header-container {
  zoom: 1;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px; }
  .c-header-container::before, .c-header-container::after {
    content: "";
    display: table; }
  .c-header-container::after {
    clear: both; }
  @media screen and (max-width: 1320px) {
    .c-header-container {
      padding: 0; } }

.c-header-bottom.is-visible {
  display: flex;
  overflow-y: scroll;
  overflow-x: hidden;
  flex-wrap: wrap;
  align-content: flex-start;
  flex-direction: unset; }
  @media screen and (max-width: 1320px) {
    .c-header-bottom.is-visible {
      opacity: 1;
      width: 100%;
      height: auto; } }
  @media screen and (max-width: 1320px) {
    .c-header-bottom.is-visible .c-header-bottom__right,
    .c-header-bottom.is-visible .c-header-bottom__mobile-end,
    .c-header-bottom.is-visible .c-header-bottom__left {
      display: block; } }
@media screen and (max-width: 1320px) {
  .c-header-bottom {
    flex-direction: column;
    margin: initial;
    margin-top: 0px;
    height: 0;
    opacity: 0;
    transition: height 0.3s; } }

.c-header-top {
  align-items: center; }
  @media screen and (max-width: 1320px) {
    .c-header-top {
      position: relative;
      padding: 18px 24px 16px;
      background: #fff;
      z-index: 10;
      float: none;
      zoom: 1; }
      .c-header-top::before, .c-header-top::after {
        content: "";
        display: table; }
      .c-header-top::after {
        clear: both; } }

@media screen and (max-width: 1320px) {
  .no-scroll .c-header-top {
    border-bottom: 1px solid #007bc3; } }

.c-header-bottom__right,
.c-header-top__right {
  margin-left: auto; }
  @media screen and (max-width: 800px) {
    .c-header-bottom__right .o-btn-group__inline p:first-child,
    .c-header-top__right .o-btn-group__inline p:first-child {
      display: none; } }
  @media screen and (max-width: 800px) {
    .c-header-bottom__right,
    .c-header-top__right {
      margin: initial; } }

.c-header-top__right {
  float: left; }
  @media screen and (max-width: 1320px) {
    .c-header-top__right {
      float: right; } }

.c-header-top-buttons,
.c-header-top-links {
  float: left; }

.c-header-top-buttons {
  margin-top: 18px; }
  .c-header-top-buttons p {
    float: left; }
    .c-header-top-buttons p:first-child {
      margin-right: 8px;
      margin-left: 30px; }
  @media screen and (max-width: 1320px) {
    .c-header-top-buttons {
      display: none; } }

@media screen and (max-width: 1320px) {
  .c-header-bottom__right {
    order: 1;
    padding: 20px;
    margin: 0 auto;
    display: none; } }

.c-header-bottom__left {
  float: left; }
  @media screen and (max-width: 1320px) {
    .c-header-bottom__left {
      width: 100%;
      text-align: center;
      order: 2;
      display: none; } }

.c-header-bottom__mobile-end {
  width: 100%;
  display: none;
  padding-bottom: 40px;
  background: white;
  transition: all 0.5s ease 0s;
  position: relative;
  margin-left: 0;
  margin-right: 0;
  right: 0; }
  .c-header-bottom__mobile-end.hidemenu {
    right: 100%;
    width: 100%; }
  .c-header-bottom__mobile-end ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: column;
    justify-content: space-evenly; }
  .c-header-bottom__mobile-end .c-header-bottom-links__item .mobile-search {
    padding: 0 15px;
    margin-top: 20px; }
    .c-header-bottom__mobile-end .c-header-bottom-links__item .mobile-search .c-search-form__field {
      flex-flow: initial; }
    .c-header-bottom__mobile-end .c-header-bottom-links__item .mobile-search .c-search-form__btn {
      margin: 0px;
      margin-left: 5px;
      line-height: 32px;
      height: 40px; }
  .c-header-bottom__mobile-end .c-header-bottom-links__item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    margin-top: 20px; }
    .c-header-bottom__mobile-end .c-header-bottom-links__item a:hover, .c-header-bottom__mobile-end .c-header-bottom-links__item a:focus {
      text-decoration: none; }
    .c-header-bottom__mobile-end .c-header-bottom-links__item a:before {
      float: left;
      font-size: 27px; }
  @media screen and (max-width: 1024px) {
    .c-header-bottom__mobile-end {
      order: 3;
      display: none;
      flex-grow: 1; } }

@media screen and (max-width: 1320px) {
  .mobile-search {
    position: relative;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 30px; }
    .mobile-search .c-search-form__btn {
      margin: 0;
      position: absolute;
      left: 0;
      font-size: 0;
      padding: 0;
      width: 40px;
      height: 40px;
      background: transparent; }
      .mobile-search .c-search-form__btn::before {
        left: 0;
        font-size: 18px; }
    .mobile-search .form-control {
      padding-left: 40px;
      font-size: 16px; } }

@media screen and (min-width: 1320px) {
  .c-site-nav__item--mobile-search {
    display: none; } }
.c-site-nav__item--mobile-search .mobile-search {
  margin-bottom: 40px;
  margin-top: 30px; }

.c-header-notification {
  background: #16becf;
  color: #fff;
  padding: 15px 0; }
  @media screen and (max-width: 1320px) {
    .c-header-notification {
      padding: 5px 24px; } }

@media screen and (max-width: 800px) {
  .c-header-top-links {
    margin: 0;
    width: 100%;
    position: relative;
    display: inline-block; } }

.c-header-top-links__item {
  float: left; }
  .c-header-top-links__item--menu {
    position: relative;
    text-transform: uppercase;
    padding-left: 0px; }
    @media screen and (max-width: 1320px) {
      .c-header-top-links__item--menu {
        padding: 8px 2px 0 0 !important; } }
    .c-header-top-links__item--menu > .c-toggle-menu {
      font-size: 16px;
      font-weight: 600; }
      @media screen and (max-width: 480px) {
        .c-header-top-links__item--menu > .c-toggle-menu {
          font-size: 12px; } }
  .c-header-top-links__item .btn {
    font-size: 14px; }
  .c-header-top-links__item.c-header-top-links__item--menu {
    display: none; }
    @media screen and (max-width: 1320px) {
      .c-header-top-links__item.c-header-top-links__item--menu {
        display: block; } }
    @media screen and (max-width: 480px) {
      .c-header-top-links__item.c-header-top-links__item--menu {
        float: right; } }
  @media screen and (max-width: 1320px) {
    .c-header-top-links__item:first-child, .c-header-top-links__item:nth-child(2) {
      display: none; } }
  @media screen and (max-width: 800px) {
    .c-header-top-links__item {
      padding: 0 25px 0 0; } }
  @media screen and (max-width: 480px) {
    .c-header-top-links__item {
      padding: 0; } }

.c-header-top-links__item a {
  display: flex;
  align-items: center;
  font-size: 16px; }
  .c-header-top-links__item a:hover, .c-header-top-links__item a:focus {
    color: #024c89;
    position: relative; }
  .c-header-top-links__item a:before {
    float: left;
    font-size: 27px;
    margin-right: 10px; }
    @media screen and (max-width: 480px) {
      .c-header-top-links__item a:before {
        margin-right: 0px; } }
  .c-header-top-links__item a.search {
    padding: 0;
    border-radius: 20px;
    position: relative; }
    .c-header-top-links__item a.search:before {
      content: "";
      background: url(../../img/search.svg) no-repeat;
      width: 15px;
      height: 20px;
      position: absolute;
      left: 12px;
      background-size: 100%;
      background-position: top; }
    .c-header-top-links__item a.search.active {
      padding: 0 25px 0 39px;
      background: white;
      border: 1px solid #dbdbdb;
      color: #007bc3;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 14px; }
      .c-header-top-links__item a.search.active:before {
        background: url(../../img/search-blue.svg) no-repeat; }
  .c-header-top-links__item a.offices {
    font-size: 0;
    height: 22px;
    width: 22px;
    position: relative;
    top: 24px; }
    .c-header-top-links__item a.offices:before {
      content: "";
      background: url(../../img/location-black.svg) no-repeat;
      width: 18px;
      height: 22px;
      position: absolute;
      left: 0;
      top: 0; }
    .c-header-top-links__item a.offices:hover:before {
      text-decoration: none; }

.c-header-top-links__item--lang {
  padding: 0;
  margin-right: 30px;
  margin-left: 24px; }
  @media screen and (max-width: 1024px) {
    .c-header-top-links__item--lang {
      margin-right: 16px;
      margin-left: 16px; } }

@media screen and (min-width: 1320px) {
  .c-header-top-links__item--button {
    display: none; } }
@media screen and (min-width: 800px) and (max-width: 1024px) {
  .c-header-top-links__item--button {
    padding-right: 25px; } }
@media screen and (max-width: 374px) {
  .c-header-top-links__item--button .label-desktop {
    display: none; } }
.c-header-top-links__item--button .label-mobile {
  display: none; }
  @media screen and (max-width: 374px) {
    .c-header-top-links__item--button .label-mobile {
      display: inline; } }

.c-hero {
  position: relative;
  margin-bottom: 40px; }
  .c-hero .title {
    font-size: 56px;
    letter-spacing: -1.2px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    margin-top: 65px;
    margin-bottom: 15px; }
    @media screen and (max-width: 500px) {
      .c-hero .title {
        font-size: 48px;
        letter-spacing: -1px;
        text-align: center;
        margin-top: 40px; } }
  .c-hero .slogan {
    font-size: 16px;
    color: black;
    line-height: 1.5;
    margin-bottom: 30px; }
    @media screen and (max-width: 500px) {
      .c-hero .slogan {
        text-align: center; } }
  .c-hero--homepage {
    background-image: linear-gradient(to bottom, #ffffff, #f1f1f2);
    background-size: 100% 530px;
    background-repeat: repeat-x; }
    @media screen and (max-width: 992px) {
      .c-hero--homepage {
        background-size: 100% 65vw; } }
  .c-hero--page {
    height: 337px;
    max-height: 337px; }
  .c-hero--calculator {
    border-radius: 6px;
    background-color: white;
    box-shadow: 0 10px 61px 0 rgba(203, 203, 203, 0.5);
    overflow: hidden;
    margin-top: 65px;
    margin-right: 30px;
    color: #222222; }
    @media screen and (max-width: 992px) {
      .c-hero--calculator {
        margin-right: 0; } }
    @media screen and (max-width: 480px) {
      .c-hero--calculator {
        margin-left: -9px;
        margin-right: -9px; } }
    .c-coop-cash .c-hero--calculator {
      overflow: visible; }
      .c-coop-cash .c-hero--calculator .c-svg-banner__tooltip {
        left: -9px; }
        @media screen and (max-width: 1280px) {
          .c-coop-cash .c-hero--calculator .c-svg-banner__tooltip {
            margin-left: 7px; } }
        @media screen and (max-width: 640px) {
          .c-coop-cash .c-hero--calculator .c-svg-banner__tooltip {
            margin-left: 0; } }
  .c-hero--svg {
    border-radius: 6px;
    background-color: white;
    box-shadow: 0 10px 61px 0 rgba(203, 203, 203, 0.5);
    margin-top: 65px;
    margin-right: 30px; }
    @media screen and (max-width: 992px) {
      .c-hero--svg {
        margin-right: 0; } }
    @media screen and (max-width: 480px) {
      .c-hero--svg {
        margin-left: -9px;
        margin-right: -9px; } }
  .c-hero--bg {
    margin-bottom: 95px; }
    @media screen and (max-width: 992px) {
      .c-hero--bg {
        background-size: 100% 70%; }
        .c-hero--bg .title {
          margin-top: 80px; } }
    @media screen and (max-width: 500px) {
      .c-hero--bg {
        margin-bottom: 40px;
        background-size: 100% 50%; } }
  .c-hero--not-found {
    height: 542px; }
    @media screen and (max-width: 1024px) {
      .c-hero--not-found .c-hero__image {
        background-size: cover; } }
    @media screen and (max-width: 1024px) {
      .c-hero--not-found {
        height: 350px; } }
    @media screen and (max-width: 800px) {
      .c-hero--not-found {
        height: 250px; } }
    @media screen and (max-width: 480px) {
      .c-hero--not-found {
        height: 150px; } }
  .c-hero__image {
    position: relative;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: 50% 50%; }
  .c-hero__small-circle {
    width: 64px;
    height: 64px;
    background: url(../../img/circle-light-blue.svg) no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 100;
    bottom: 170px;
    left: 33px; }
    @media screen and (max-width: 992px) {
      .c-hero__small-circle {
        right: 20vw;
        left: initial; } }
    @media screen and (max-width: 700px) {
      .c-hero__small-circle {
        bottom: 0; } }
    @media (min-width: 700px) and (max-width: 992px) {
      .c-hero__small-circle {
        bottom: 10%; } }
  .c-hero__image-circle {
    width: 920px;
    overflow: hidden;
    background: transparent;
    height: 920px;
    position: absolute;
    bottom: 0; }
    @media screen and (max-width: 992px) {
      .c-hero__image-circle {
        width: 120vw;
        height: 120vw; } }
    .c-hero__image-circle--wrapper {
      width: 100%;
      height: 580px;
      padding-left: 60px;
      position: relative; }
      @media screen and (max-width: 1200px) {
        .c-hero__image-circle--wrapper {
          padding-left: 0; } }
      @media screen and (max-width: 992px) {
        .c-hero__image-circle--wrapper {
          padding: 0;
          height: 75vw; } }
    .c-hero__image-circle--absolute {
      width: 920px;
      height: 580px;
      left: 43px;
      position: absolute;
      overflow: hidden; }
      @media screen and (max-width: 992px) {
        .c-hero__image-circle--absolute {
          width: 120vw;
          height: 75vw;
          left: 50%;
          transform: translate(-50%, 0); } }
    .c-hero__image-circle .svg-img {
      position: absolute;
      bottom: 0;
      min-height: 600px;
      max-width: initial;
      right: 0; }
      @media screen and (max-width: 992px) {
        .c-hero__image-circle .svg-img {
          height: 80vw;
          right: initial;
          left: 50%;
          transform: translate(-50%, 0);
          min-height: initial; } }
      @media (min-width: 800px) and (max-width: 992px) {
        .c-hero__image-circle .svg-img {
          width: 115vw; } }
  .c-hero__info-circle {
    width: 180px;
    height: 180px;
    background: url(../../img/circle-light-blue.svg) no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 100;
    bottom: 136px;
    left: 23px;
    padding: 40px 15px 30px; }
    .c-hero__info-circle--text {
      font-family: "MuseoSans";
      font-size: 16px;
      font-weight: 300;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: -0.3px;
      text-align: center;
      color: white;
      margin-bottom: 17px; }
    .c-hero__info-circle--btn {
      text-align: center; }
      .c-hero__info-circle--btn .btn {
        transition: background-color .2s ease-in-out;
        color: white;
        border-color: white; }
        @media screen and (max-width: 500px) {
          .c-hero__info-circle--btn .btn {
            width: initial !important; } }
        .c-hero__info-circle--btn .btn:hover {
          background-color: white;
          color: #16becf;
          border-color: white; }
    @media screen and (max-width: 992px) {
      .c-hero__info-circle {
        left: 50%;
        bottom: -60px;
        transform: translate(-50%, 0); } }
  @media screen and (max-width: 500px) {
    .c-hero .btn {
      text-align: center;
      width: 100%; } }
  @media screen and (max-width: 992px) {
    .c-hero .with-circle .title {
      margin-top: 80px; } }

.c-breadcrumbs {
  zoom: 1;
  padding: 20px 0 30px 0; }
  .c-breadcrumbs::before, .c-breadcrumbs::after {
    content: "";
    display: table; }
  .c-breadcrumbs::after {
    clear: both; }
  @media screen and (max-width: 800px) {
    .c-breadcrumbs {
      padding: 15px 0 15px 0; } }

.c-breadcrumbs li {
  float: left;
  margin-right: 10px; }
  .c-breadcrumbs li:last-child {
    margin-right: 0; }

.c-breadcrumbs li > a {
  position: relative;
  display: block; }
  .c-breadcrumbs li > a:hover {
    text-decoration: underline;
    text-decoration-color: #a0d0f6; }

.c-breadcrumbs li {
  padding-right: 15px;
  position: relative; }
  .c-breadcrumbs li.c-breadcrumbs__link:before {
    color: #007bc3; }
  .c-breadcrumbs li::before {
    font-family: "coop-pank-icons";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    content: "\f105"; }
  .c-breadcrumbs li:last-child:before {
    display: none; }
  .c-breadcrumbs li.c-breadcrumbs__home-2 {
    color: #007bc3;
    padding-left: 15px;
    padding-right: 0; }
    .c-breadcrumbs li.c-breadcrumbs__home-2::before {
      left: 0;
      right: auto;
      content: "\f104";
      display: block; }
    .c-breadcrumbs li.c-breadcrumbs__home-2 a {
      color: #007bc3;
      text-decoration: none; }
      .c-breadcrumbs li.c-breadcrumbs__home-2 a:hover {
        text-decoration: underline; }

.c-breadcrumbs--article {
  padding: 0;
  margin-top: 10px; }

.c-breadcrumbs--article li {
  font-size: 12px; }
  .c-breadcrumbs--article li > a {
    font-size: 12px; }
  .c-breadcrumbs--article li:last-child > a:before {
    display: none; }

.c-blog-list__wrap {
  max-height: 1000px;
  margin-left: -30px;
  transition: margin-left .3s; }
  @media screen and (max-width: 1360px) {
    .c-blog-list__wrap {
      margin-left: 0px;
      height: 70vh; } }
  @media screen and (max-width: 800px) {
    .c-blog-list__wrap {
      display: none; } }

.c-blog-list {
  padding-bottom: 40px; }
  @media screen and (max-width: 1024px) {
    .c-blog-list {
      display: flex;
      flex-wrap: wrap; }
      .c-blog-list .c-card {
        padding-left: 10px;
        padding-right: 10px; } }
  .c-blog-list .c-blog-list__element .c-card {
    padding-bottom: 40px; }
    @media screen and (max-width: 580px) {
      .c-blog-list .c-blog-list__element .c-card {
        padding-bottom: 22px; } }
  .c-blog-list .c-blog-list__element:nth-child(-n+2):after {
    content: "";
    display: block;
    height: 2px;
    width: calc(100% - 30px);
    position: absolute;
    bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    left: 15px; }
  @media screen and (max-width: 800px) {
    .c-blog-list .c-blog-list__element {
      padding-bottom: 35px;
      width: 50%; } }
  @media screen and (max-width: 640px) {
    .c-blog-list .c-blog-list__element {
      width: 100%; }
      .c-blog-list .c-blog-list__element:after {
        content: "";
        display: block;
        height: 2px;
        width: calc(100% - 30px);
        position: absolute;
        bottom: 24px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        left: 15px; }
      .c-blog-list .c-blog-list__element:nth-last-child(2) {
        padding-bottom: 0; }
        .c-blog-list .c-blog-list__element:nth-last-child(2) .c-card {
          padding-bottom: 0; }
        .c-blog-list .c-blog-list__element:nth-last-child(2):after {
          display: none; } }
  .c-blog-list .c-blog-list__element a img {
    width: 100%; }
  .c-blog-list .c-blog-list__item {
    position: relative;
    display: block;
    padding: 15px 10px 15px 30px;
    transition: background-color .2s ease-in-out; }
    @media screen and (max-width: 1024px) {
      .c-blog-list .c-blog-list__item {
        padding: 10px 10px 10px 15px; } }
    .c-blog-list .c-blog-list__item .title {
      margin-top: 0; }
      @media screen and (max-width: 1024px) {
        .c-blog-list .c-blog-list__item .title {
          font-size: 14px; } }
    .c-blog-list .c-blog-list__item .details {
      margin-bottom: 0; }
    .c-blog-list .c-blog-list__item::before {
      content: '';
      position: absolute;
      opacity: 0;
      visibility: hidden;
      top: 0;
      left: 0;
      height: 100%;
      width: 5px;
      background-color: #007bc3;
      transition: all .2s ease-in-out; }
    .c-blog-list .c-blog-list__item:hover, .c-blog-list .c-blog-list__item.active {
      background-color: #f5f5f5; }
      .c-blog-list .c-blog-list__item:hover::before, .c-blog-list .c-blog-list__item.active::before {
        opacity: 1;
        visibility: visible; }
  .c-blog-list .c-card__title {
    margin-top: 0; }

.c-blog-list__item .title {
  margin-top: 25px; }

.c-blog-list__item > a {
  display: block;
  transition: color .2s ease-in-out; }
  .c-blog-list__item > a:hover {
    text-decoration: none;
    color: #0061b1; }

.c-blog-list__item .excerpt {
  line-height: 1.6; }

.c-blog-list__item .details {
  display: flex;
  align-items: center;
  margin: 15px 0; }

.c-blog-list__item .category {
  padding-left: 7px; }

.c-blog-list__item .date {
  position: relative;
  color: #7a7a7a;
  padding: 3px 25px 3px 0; }
  @media screen and (max-width: 1024px) {
    .c-blog-list__item .date {
      padding: 3px 10px 3px 0; } }
  .c-blog-list__item .date::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #c4c4c4; }
  .c-blog-list__item .date--no-separator::before {
    content: normal; }

.c-blog-list__btn {
  position: absolute;
  bottom: 40px; }
  @media screen and (max-width: 992px) {
    .c-blog-list__btn {
      display: none; } }

.page-blog .c-blog-list__element .c-card__title {
  margin: 25px 0 15px 0; }
.page-blog .c-blog-list__element .c-card__details .date::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #c4c4c4; }
.page-blog .c-blog-list__element:after {
  display: none !important; }

.c-blog-box {
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 10px 61px 0 rgba(203, 203, 203, 0.5);
  padding: 70px 40px 40px;
  margin-right: 30px;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .c-blog-box {
      margin-right: 0; } }
  @media screen and (max-width: 992px) {
    .c-blog-box {
      margin-bottom: 50px; } }
  @media screen and (max-width: 580px) {
    .c-blog-box {
      padding-top: 230px;
      margin-bottom: 40px; } }
  .c-blog-box__image {
    width: 230px;
    height: 230px;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    overflow: hidden; }
    @media screen and (max-width: 580px) {
      .c-blog-box__image {
        width: 100%; } }
    .c-blog-box__image--circle {
      width: 460px;
      height: 460px;
      border-radius: 50%;
      position: absolute;
      overflow: hidden;
      bottom: 0; }
      @media screen and (max-width: 580px) {
        .c-blog-box__image--circle {
          width: 120vw;
          height: 120vw; } }
      .c-blog-box__image--circle-inner {
        width: 50%;
        height: 50%;
        position: absolute;
        bottom: 0;
        left: 0; }
        @media screen and (max-width: 580px) {
          .c-blog-box__image--circle-inner {
            width: 75%;
            height: 50%; } }
        .c-blog-box__image--circle-inner img {
          max-width: initial;
          position: absolute;
          bottom: 0;
          left: 0; }
          @media screen and (max-width: 580px) {
            .c-blog-box__image--circle-inner img {
              width: 100%;
              top: 55%;
              transform: translateY(-50%); } }
  .c-blog-box__header {
    max-width: calc(100% - 190px); }
    @media screen and (max-width: 580px) {
      .c-blog-box__header {
        max-width: 100%; } }
    .c-blog-box__header p {
      opacity: 0.5;
      font-size: 12px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      color: black; }
    .c-blog-box__header h4 {
      font-size: 20px;
      font-weight: 300;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: -0.4px;
      color: black;
      margin-top: 12px;
      margin-bottom: 17px; }
  .c-blog-box__info {
    opacity: 0.6;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: -0.3px;
    color: black;
    max-width: calc(100% - 180px);
    margin-bottom: 80px; }
    @media screen and (max-width: 580px) {
      .c-blog-box__info {
        max-width: 100%;
        margin-bottom: 110px; } }
  .c-blog-box__cta {
    position: absolute;
    bottom: 30px; }
    @media screen and (max-width: 580px) {
      .c-blog-box__cta .btn {
        width: 100%;
        text-align: center; } }

.c-instagram__title {
  text-align: center; }
  .c-instagram__title .c-social-links {
    margin-top: 0;
    vertical-align: middle;
    margin-right: 5px; }
    .c-instagram__title .c-social-links li a::before {
      font-size: 48px; }
.c-instagram__item {
  height: 300px; }
  @media screen and (max-width: 1024px) {
    .c-instagram__item {
      height: 170px; } }
.c-instagram__carousel {
  margin-top: 60px; }
  @media screen and (max-width: 1024px) {
    .c-instagram__carousel {
      margin-top: 30px; } }
  @media screen and (max-width: 1024px) {
    .c-instagram__carousel .owl-stage-outer {
      height: 170px; } }
.c-instagram__image {
  height: 300px;
  border-radius: 6px;
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .c-instagram__image {
      height: 170px; } }
  .c-instagram__image img {
    max-height: 300px;
    min-height: 100%;
    max-width: initial;
    width: auto; }
    @media screen and (max-width: 1024px) {
      .c-instagram__image img {
        max-height: 170px; } }
.c-instagram__2items .c-instagram__image {
  height: 146px; }
  @media screen and (max-width: 1024px) {
    .c-instagram__2items .c-instagram__image {
      height: 83px; } }
  .c-instagram__2items .c-instagram__image img {
    max-height: 146px; }
    @media screen and (max-width: 1024px) {
      .c-instagram__2items .c-instagram__image img {
        height: 83px; } }
  .c-instagram__2items .c-instagram__image:first-child {
    margin-bottom: 8px; }
    @media screen and (max-width: 1024px) {
      .c-instagram__2items .c-instagram__image:first-child {
        margin-bottom: 4px; } }

.c-calculator {
  background-color: #fff;
  padding: 40px;
  max-width: 100%; }
  @media screen and (max-width: 500px) {
    .c-calculator {
      padding: 24px; } }
  .c-calculator .o-btn-group__inline {
    justify-content: space-between; }
    @media screen and (max-width: 640px) {
      .c-calculator .o-btn-group__inline {
        display: block; } }
    @media screen and (min-width: 640px) {
      .c-calculator .o-btn-group__inline p {
        flex-grow: 1;
        padding-left: 8px;
        padding-right: 8px; }
        .c-calculator .o-btn-group__inline p:first-child {
          padding-left: 5px; }
        .c-calculator .o-btn-group__inline p:last-child {
          padding-right: 5px; } }
  @media screen and (max-width: 800px) {
    .c-calculator {
      max-width: 100%; } }
  .c-calculator--title {
    display: inline-block;
    color: #007bc3;
    font-size: 24px;
    margin-bottom: 30px;
    padding-left: 65px;
    font-weight: 300;
    letter-spacing: -0.5px;
    position: relative; }
    @media screen and (max-width: 500px) {
      .c-calculator--title {
        padding-left: 60px; } }
    .c-calculator--title:before {
      content: "";
      background: url(../../img/small-loan.svg) no-repeat;
      width: 50px;
      height: 50px;
      display: inline-block;
      vertical-align: middle;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translate(0, -50%); }
      @media screen and (max-width: 480px) {
        .c-calculator--title:before {
          width: 48px;
          height: 48px;
          background-size: contain; } }
    .c-calculator--title.business:before {
      background: url(../../img/business.svg) no-repeat;
      width: 52px; }
  .c-calculator .c-form-group {
    position: relative; }
  .c-calculator .c-form-field__label {
    color: black; }
    .c-calculator .c-form-field__label--slider {
      position: absolute;
      top: 7px; }
  .c-calculator--fast {
    width: 180px;
    font-size: 12px;
    display: inline-block;
    position: relative;
    padding-left: 70px; }
    @media screen and (max-width: 500px) {
      .c-calculator--fast {
        padding-left: 60px; } }
    .c-calculator--fast:before {
      content: "";
      background: url(../../img/fast.svg) no-repeat;
      width: 50px;
      height: 50px;
      position: absolute;
      top: 3px;
      left: 0; }
      @media screen and (max-width: 480px) {
        .c-calculator--fast:before {
          width: 48px;
          height: 48px;
          background-size: contain; } }
    .c-new-subpage-container3 .c-calculator--fast a {
      color: #007bc3;
      font-weight: 600; }
      .c-new-subpage-container3 .c-calculator--fast a:hover, .c-new-subpage-container3 .c-calculator--fast a:focus {
        color: #23527c;
        text-decoration: underline;
        text-decoration-color: #a0d0f6; }
  .c-new-subpage-container3 .c-calculator .btn-secondary {
    color: #007bc3; }
    .c-new-subpage-container3 .c-calculator .btn-secondary:hover, .c-new-subpage-container3 .c-calculator .btn-secondary:focus {
      color: #0061b1; }
  .c-calculator--col-left .unit, .c-calculator--col-right .unit {
    font-size: 18px; }
    @media screen and (min-width: 640px) {
      .c-calculator--col-left .unit, .c-calculator--col-right .unit {
        font-size: 24px; } }
  .c-calculator--col-left {
    float: left; }
  .c-calculator--col-right {
    float: right; }
    .c-calculator--col-right .c-form-field__label {
      position: static;
      text-align: right;
      margin-bottom: 5px; }
  .c-calculator__group--grey {
    padding: 0 20px 0;
    zoom: 1; }
    .c-calculator__group--grey::before, .c-calculator__group--grey::after {
      content: "";
      display: table; }
    .c-calculator__group--grey::after {
      clear: both; }
    .c-calculator__group--grey .c-calculator--col-left {
      float: left;
      text-align: left; }
      .c-calculator__group--grey .c-calculator--col-left .c-form-field__label,
      .c-calculator__group--grey .c-calculator--col-left p {
        text-align: left; }
    .c-calculator__group--grey .c-calculator--col-right {
      float: right; }
      .c-calculator__group--grey .c-calculator--col-right .c-form-field__label,
      .c-calculator__group--grey .c-calculator--col-right p {
        text-align: right; }
  .c-calculator [id^="slider"] {
    margin-top: 30px; }
  .c-calculator.business-calculator .c-form-group:last-child {
    margin-bottom: 28px; }
  .c-calculator--house-loan .c-calculator--title {
    margin-bottom: 41px; }
    @media screen and (max-width: 480px) {
      .c-calculator--house-loan .c-calculator--title {
        font-size: 20px; } }
    .c-calculator--house-loan .c-calculator--title:before {
      background: url(../../img/house.svg) no-repeat;
      background-size: contain; }
      @media screen and (max-width: 480px) {
        .c-calculator--house-loan .c-calculator--title:before {
          width: 40px;
          height: 40px; } }
  .c-calculator--house-loan .c-form-group--slider-input {
    margin-bottom: 43px; }
  .c-calculator--house-loan .c-form-field__label {
    opacity: 0.7; }
  .c-calculator--house-loan .c-form-field__placeholder--inside {
    opacity: 0.3; }
  .c-calculator--house-loan .c-calculator--fast {
    width: 195px; }
    .c-calculator--house-loan .c-calculator--fast:before {
      background: url(../../img/house.svg) no-repeat;
      background-size: contain; }
    @media screen and (max-width: 413px) {
      .c-calculator--house-loan .c-calculator--fast {
        display: none; } }
  @media screen and (max-width: 413px) {
    .c-calculator--house-loan .c-calculator--col-right {
      width: 100%;
      text-align: center; } }
  @media screen and (max-width: 413px) {
    .c-calculator--house-loan .c-calculator--col-right .c-form-field__label,
    .c-calculator--house-loan .c-calculator--col-right .calculation-result {
      width: 100%;
      text-align: center; } }
  .c-calculator--house-loan .form-control {
    font-size: 12px;
    font-weight: 600;
    opacity: 0.7;
    box-shadow: 0 1px 0 0 #e5e5e5; }
  .c-calculator--house-loan .o-btn-group__inline {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 480px) {
      .c-calculator--house-loan .o-btn-group__inline .btn {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 10px; } }
  .c-calculator--term-deposit .c-calculator--title {
    margin-bottom: 41px; }
    @media screen and (max-width: 480px) {
      .c-calculator--term-deposit .c-calculator--title {
        font-size: 20px; } }
    .c-calculator--term-deposit .c-calculator--title:before {
      background: url(../../img/icon-deposit.svg) no-repeat;
      background-size: contain; }
      @media screen and (max-width: 480px) {
        .c-calculator--term-deposit .c-calculator--title:before {
          width: 40px;
          height: 40px; } }
  .c-calculator--term-deposit .c-form-group__wrapper {
    padding-top: 0;
    padding-bottom: 20px;
    display: block; }
    .frontpage .c-calculator--term-deposit .c-form-group__wrapper {
      display: flex;
      padding-bottom: 0; }
      @media screen and (max-width: 413px) {
        .frontpage .c-calculator--term-deposit .c-form-group__wrapper {
          padding-bottom: 20px; } }
    .c-calculator--term-deposit .c-form-group__wrapper .c-form-group--slider-input {
      width: 100%; }
      .frontpage .c-calculator--term-deposit .c-form-group__wrapper .c-form-group--slider-input {
        width: 47.5%; }
        @media screen and (max-width: 413px) {
          .frontpage .c-calculator--term-deposit .c-form-group__wrapper .c-form-group--slider-input {
            width: 100%; } }
  .c-calculator--term-deposit .c-form-group--slider-input {
    margin-bottom: 43px; }
  .c-calculator--term-deposit .c-form-field__label {
    opacity: 0.7; }
  .c-calculator--term-deposit .c-form-field__placeholder--inside {
    opacity: 0.3; }
  .c-calculator--term-deposit .c-calculator--col-left,
  .c-calculator--term-deposit .c-calculator--col-right {
    width: 50%;
    text-align: center; }
    .c-calculator--term-deposit .c-calculator--col-left .c-form-field__label,
    .c-calculator--term-deposit .c-calculator--col-left .calculation-result,
    .c-calculator--term-deposit .c-calculator--col-left .calculation-interest,
    .c-calculator--term-deposit .c-calculator--col-right .c-form-field__label,
    .c-calculator--term-deposit .c-calculator--col-right .calculation-result,
    .c-calculator--term-deposit .c-calculator--col-right .calculation-interest {
      text-align: center; }
      @media screen and (max-width: 413px) {
        .c-calculator--term-deposit .c-calculator--col-left .c-form-field__label,
        .c-calculator--term-deposit .c-calculator--col-left .calculation-result,
        .c-calculator--term-deposit .c-calculator--col-left .calculation-interest,
        .c-calculator--term-deposit .c-calculator--col-right .c-form-field__label,
        .c-calculator--term-deposit .c-calculator--col-right .calculation-result,
        .c-calculator--term-deposit .c-calculator--col-right .calculation-interest {
          width: 100%; } }
    .c-calculator--term-deposit .c-calculator--col-left .c-form-field__label,
    .c-calculator--term-deposit .c-calculator--col-right .c-form-field__label {
      margin-bottom: 5px; }
  .c-calculator--term-deposit .c-calculator--col-right {
    position: relative; }
    .c-calculator--term-deposit .c-calculator--col-right:before {
      content: "";
      display: block;
      width: 1px;
      height: 52px;
      position: absolute;
      left: -1px;
      background: #e5e5e5; }
  .c-calculator--term-deposit .form-control {
    font-size: 12px;
    font-weight: 600;
    opacity: 0.7;
    box-shadow: 0 1px 0 0 #e5e5e5; }
  .c-calculator--term-deposit .o-btn-group__inline {
    display: block; }
    .c-calculator--term-deposit .o-btn-group__inline .btn {
      display: block;
      width: 100%;
      text-align: center;
      margin-bottom: 10px; }
  .c-calculator--child-deposit .c-calculator--title {
    margin-bottom: 41px; }
    @media screen and (max-width: 480px) {
      .c-calculator--child-deposit .c-calculator--title {
        font-size: 20px; } }
    .c-calculator--child-deposit .c-calculator--title:before {
      background: url(../../img/icon-deposit.svg) no-repeat;
      background-size: contain; }
      @media screen and (max-width: 480px) {
        .c-calculator--child-deposit .c-calculator--title:before {
          width: 40px;
          height: 40px; } }
  .c-calculator--child-deposit .c-form-group__wrapper {
    padding-top: 0;
    padding-bottom: 20px; }
    .frontpage .c-calculator--child-deposit .c-form-group__wrapper {
      display: flex;
      padding-bottom: 0; }
      @media screen and (max-width: 413px) {
        .frontpage .c-calculator--child-deposit .c-form-group__wrapper {
          padding-bottom: 20px; } }
    .c-calculator--child-deposit .c-form-group__wrapper .c-form-group--slider-input {
      width: 100%; }
      .frontpage .c-calculator--child-deposit .c-form-group__wrapper .c-form-group--slider-input {
        width: 47.5%; }
        @media screen and (max-width: 413px) {
          .frontpage .c-calculator--child-deposit .c-form-group__wrapper .c-form-group--slider-input {
            width: 100%; } }
  .c-calculator--child-deposit .c-form-group--slider-input {
    margin-bottom: 43px; }
  .c-calculator--child-deposit .c-form-field__label {
    opacity: 0.7; }
  .c-calculator--child-deposit .c-form-field__placeholder--inside {
    opacity: 0.3; }
  .c-calculator--child-deposit .c-calculator--col-left,
  .c-calculator--child-deposit .c-calculator--col-right {
    width: 50%;
    text-align: center; }
    .c-calculator--child-deposit .c-calculator--col-left .c-form-field__summary,
    .c-calculator--child-deposit .c-calculator--col-right .c-form-field__summary {
      margin-bottom: 25px;
      font-family: "MuseoSans";
      font-size: 32px !important;
      font-weight: 300;
      font-style: normal;
      font-stretch: normal;
      line-height: 0.88;
      letter-spacing: -0.7px;
      color: #007bc3; }
    .c-calculator--child-deposit .c-calculator--col-left .c-form-field__label,
    .c-calculator--child-deposit .c-calculator--col-left .calculation-result,
    .c-calculator--child-deposit .c-calculator--col-left .calculation-interest,
    .c-calculator--child-deposit .c-calculator--col-right .c-form-field__label,
    .c-calculator--child-deposit .c-calculator--col-right .calculation-result,
    .c-calculator--child-deposit .c-calculator--col-right .calculation-interest {
      text-align: center; }
      @media screen and (max-width: 413px) {
        .c-calculator--child-deposit .c-calculator--col-left .c-form-field__label,
        .c-calculator--child-deposit .c-calculator--col-left .calculation-result,
        .c-calculator--child-deposit .c-calculator--col-left .calculation-interest,
        .c-calculator--child-deposit .c-calculator--col-right .c-form-field__label,
        .c-calculator--child-deposit .c-calculator--col-right .calculation-result,
        .c-calculator--child-deposit .c-calculator--col-right .calculation-interest {
          width: 100%; } }
    .c-calculator--child-deposit .c-calculator--col-left .c-form-field__label,
    .c-calculator--child-deposit .c-calculator--col-right .c-form-field__label {
      margin-bottom: 5px; }
  .c-calculator--child-deposit .c-calculator--col-right {
    position: relative; }
    .c-calculator--child-deposit .c-calculator--col-right:before {
      content: "";
      display: block;
      width: 1px;
      height: 125px;
      position: absolute;
      left: -1px;
      background: #e5e5e5; }
  .c-calculator--child-deposit .form-control {
    font-size: 12px;
    font-weight: 600;
    opacity: 0.7;
    box-shadow: 0 1px 0 0 #e5e5e5; }
  .c-calculator--child-deposit .c-form-group:last-child {
    margin-bottom: 15px; }
  .c-calculator--child-deposit .o-btn-group__inline {
    display: block; }
    .c-calculator--child-deposit .o-btn-group__inline .btn {
      display: block;
      width: 100%;
      text-align: center;
      margin-bottom: 10px; }
  .c-calculator--leasing .c-calculator--title {
    margin-bottom: 41px; }
    @media screen and (max-width: 480px) {
      .c-calculator--leasing .c-calculator--title {
        font-size: 20px; } }
    .c-calculator--leasing .c-calculator--title:before {
      background: url(../../img/autoliising.svg) no-repeat;
      background-size: contain; }
      @media screen and (max-width: 480px) {
        .c-calculator--leasing .c-calculator--title:before {
          width: 40px;
          height: 40px; } }
  .c-calculator--leasing .c-form-group {
    margin-bottom: 17px; }
  .c-calculator--leasing .c-form-group__wrapper {
    padding-top: 0;
    padding-bottom: 20px;
    display: block; }
    .c-calculator--leasing .c-form-group__wrapper .c-form-group--slider-input {
      width: 100%; }
  .c-calculator--leasing .c-form-field__wrap .c-form-field {
    flex-grow: 2; }
  .c-calculator--leasing .c-form-group--slider-input {
    margin-bottom: 43px; }
    .c-calculator--leasing .c-form-group--slider-input:nth-child(2) {
      margin-bottom: 51px; }
  .c-calculator--leasing .c-form-field__label {
    opacity: 0.7; }
  .c-calculator--leasing .c-form-field__placeholder {
    opacity: 0.3;
    padding: 0 13px;
    font-size: 12px; }
  .c-calculator--leasing .c-form-field__placeholder--inside {
    opacity: 0.3; }
  .c-calculator--leasing .c-form-field__wrap {
    flex-flow: nowrap; }
  .c-calculator--leasing .c-calculator--col-left,
  .c-calculator--leasing .c-calculator--col-right {
    padding-top: 20px; }
    @media screen and (max-width: 413px) {
      .c-calculator--leasing .c-calculator--col-left .c-form-field__label,
      .c-calculator--leasing .c-calculator--col-left .calculation-result,
      .c-calculator--leasing .c-calculator--col-left .calculation-interest,
      .c-calculator--leasing .c-calculator--col-right .c-form-field__label,
      .c-calculator--leasing .c-calculator--col-right .calculation-result,
      .c-calculator--leasing .c-calculator--col-right .calculation-interest {
        width: 100%; } }
    .c-calculator--leasing .c-calculator--col-left .c-form-field__label,
    .c-calculator--leasing .c-calculator--col-right .c-form-field__label {
      margin-bottom: 5px; }
  .c-calculator--leasing .c-calculator--col-left {
    max-width: 200px; }
    @media screen and (min-width: 480px) {
      .c-calculator--leasing .c-calculator--col-left {
        width: 60%; } }
  @media screen and (min-width: 480px) {
    .c-calculator--leasing .c-calculator--col-right {
      width: 40%;
      position: relative; } }
  .c-calculator--leasing .form-control {
    width: 100%;
    padding: 4px 0 7px 0;
    font-size: 12px;
    font-weight: 600;
    opacity: 0.7;
    box-shadow: 0 1px 0 0 #e5e5e5; }
  .c-calculator--leasing .c-calculator--fast {
    width: 100%;
    padding-left: 66px; }
    .c-calculator--leasing .c-calculator--fast:before {
      background-image: url(../../img/small-loan.svg); }
  .c-calculator--leasing .o-btn-group__inline {
    display: block; }
    .c-calculator--leasing .o-btn-group__inline .btn {
      display: block;
      width: 100%;
      text-align: center;
      margin-bottom: 10px; }
  .c-calculator--business-loan .c-calculator--title {
    padding-left: 70px;
    margin-bottom: 37px; }
    @media screen and (max-width: 480px) {
      .c-calculator--business-loan .c-calculator--title {
        font-size: 20px; } }
    .c-calculator--business-loan .c-calculator--title:before {
      background: url(../../img/business.svg) no-repeat;
      background-size: contain;
      width: 56px;
      height: 56px; }
      @media screen and (max-width: 480px) {
        .c-calculator--business-loan .c-calculator--title:before {
          width: 40px;
          height: 40px; } }
  .c-calculator--business-loan .c-form-field__label {
    opacity: 0.7; }
  .c-calculator--business-loan .c-form-field__placeholder {
    opacity: 0.3;
    padding: 0 13px;
    font-size: 16px; }
  .c-calculator--business-loan .c-form-field__placeholder--inside {
    opacity: 0.3;
    top: -2px; }
  .c-calculator--business-loan .c-form-group {
    margin-bottom: 30px; }
  .c-calculator--business-loan .form-control {
    font-size: 14px;
    padding: 4px 0; }
  .c-calculator--business-loan .c-form-group:last-child {
    margin-bottom: 37px;
    padding-top: 2px; }
  .c-calculator--business-loan .c-form-group--slider-input {
    margin-bottom: 43px; }
    .c-calculator--business-loan .c-form-group--slider-input:nth-of-type(2) {
      margin-bottom: 51px; }
  .c-calculator--business-loan .c-calculator--fast {
    padding-left: 66px;
    width: 200px; }
    .c-calculator--business-loan .c-calculator--fast:before {
      background-image: url(../../img/small-loan.svg); }

@media screen and (max-width: 1024px) {
  .c-calculator__right {
    margin-top: 40px; } }

.c-calculator__wrap {
  max-width: 100%; }

.c-table .c-calculator {
  display: inline-block;
  padding: 20px 0px;
  max-width: none;
  background: none;
  width: 100%; }
  .c-table .c-calculator__wrap {
    max-width: none;
    display: inline-block; }
    .c-table .c-calculator__wrap .c-form-group {
      display: inline-block;
      margin: 20px 0px; }
      .c-table .c-calculator__wrap .c-form-group.summary {
        display: block; }
      .c-table .c-calculator__wrap .c-form-group .c-form-field__wrap {
        display: inline-block;
        padding-right: 15px; }
        .c-table .c-calculator__wrap .c-form-group .c-form-field__wrap .c-form-field {
          display: inline-block; }
          .c-table .c-calculator__wrap .c-form-group .c-form-field__wrap .c-form-field__diff-btn {
            padding: 0px 15px; }
            .c-table .c-calculator__wrap .c-form-group .c-form-field__wrap .c-form-field__diff-btn:before {
              color: #007bc3; }
          .c-table .c-calculator__wrap .c-form-group .c-form-field__wrap .c-form-field input {
            width: 100%; }
          .c-table .c-calculator__wrap .c-form-group .c-form-field__wrap .c-form-field select.form-control {
            min-width: 50px; }
  .c-table .c-calculator .o-btn__wrap {
    display: inline-block; }
    .c-table .c-calculator .o-btn__wrap .o-btn-group__inline {
      display: inline-block; }
      .c-table .c-calculator .o-btn__wrap .o-btn-group__inline a {
        font-family: "Open Sans", Arial, Helvetica, sans-serif !important; }

.calculation-result,
.calculation-interest,
.calculation-result--business {
  font-family: "MuseoSans";
  font-size: 32px !important;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.88;
  letter-spacing: -0.7px;
  text-align: right; }
  @media screen and (max-width: 500px) {
    .calculation-result,
    .calculation-interest,
    .calculation-result--business {
      font-size: 24px !important;
      font-weight: 300;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.17;
      letter-spacing: -0.5px; } }

.calculation-result,
.calculation-interest {
  color: #007bc3 !important; }

.calculation-result--business {
  color: #7d8285 !important; }

.calculation-result-meta {
  opacity: 0.5;
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: -0.1px;
  color: #000000;
  margin-top: 24px; }
  .calculation-result-meta.spaced {
    padding: 5px 20px 10px; }

.calculation-unit {
  float: none;
  text-align: center;
  clear: both;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5a5a5a;
  padding-top: 10px; }

.c-calculator__group--grey .calculation-result,
.c-calculator__group--grey .calculation-result--business {
  text-align: center; }
.c-calculator__group--grey .calculation-result-title {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #5a5a5a;
  padding-left: 20px; }
.c-calculator__group--grey .c-calculator--col-left {
  width: 50%;
  text-align: center;
  position: relative; }
  .c-calculator__group--grey .c-calculator--col-left:after {
    content: "";
    border-right: 1px solid #e5e5e5;
    height: 100%;
    width: 2px;
    position: absolute;
    display: block;
    right: -5px;
    top: 5px; }
  .c-calculator__group--grey .c-calculator--col-left .c-form-field__label {
    position: static;
    margin-bottom: 15px; }
.c-calculator__group--grey .c-calculator--col-right {
  width: 50%;
  text-align: center; }
  .c-calculator__group--grey .c-calculator--col-right .c-form-field__label {
    position: static;
    text-align: right;
    margin-bottom: 15px; }

.c-newaccount {
  color: #222222;
  padding: 40px 30px 30px; }
  @media screen and (min-width: 800px) {
    .c-newaccount {
      padding: 60px 50px 40px; } }
  .c-newaccount--title {
    padding-bottom: 23px; }
  .c-newaccount__tab-switcher {
    padding-top: 40px; }
    .c-newaccount__tab-switcher ul {
      width: 100%;
      margin: 0;
      padding: 0 0 40px; }
    .c-newaccount__tab-switcher li {
      display: block;
      width: 50%;
      float: left;
      font-size: 14px;
      line-height: 17px;
      padding: 0;
      margin-bottom: -1px;
      border-bottom: 1px solid #e7e7e7;
      min-width: 0; }
      @media screen and (min-width: 800px) {
        .c-newaccount__tab-switcher li {
          width: 33%; } }
      .c-newaccount__tab-switcher li a {
        display: block;
        outline: none;
        text-decoration: none !important;
        color: #000 !important;
        padding: 20px 10px; }
        .c-newaccount__tab-switcher li a:hover {
          color: #007bc3; }
      .c-newaccount__tab-switcher li.active {
        border-color: #007bc3; }
        .c-newaccount__tab-switcher li.active a {
          color: #007bc3 !important; }
    .c-newaccount__tab-switcher .tab-pane {
      display: none;
      height: 90px; }
      .c-newaccount__tab-switcher .tab-pane.active {
        display: block; }
  .c-newaccount__id-kaart {
    max-width: 205px;
    margin: 0 auto; }
  .c-newaccount .c-form-field__label {
    color: #007bc3; }
  .c-newaccount input.form-control {
    box-shadow: 0 1px 0 0 #b0b0b0; }
    .c-newaccount input.form-control:focus {
      box-shadow: 0 1px 0 0 #007bc3; }
  .c-newaccount .o-btn__wrap {
    padding: 35px 0 15px; }

.c-cb-filters__wrap {
  zoom: 1;
  margin-bottom: 50px; }
  .c-cb-filters__wrap::before, .c-cb-filters__wrap::after {
    content: "";
    display: table; }
  .c-cb-filters__wrap::after {
    clear: both; }
  .c-cb-filters__wrap .c-cb-filters {
    float: right; }

.c-cb-filters {
  zoom: 1;
  margin: 0 -25px; }
  .c-cb-filters::before, .c-cb-filters::after {
    content: "";
    display: table; }
  .c-cb-filters::after {
    clear: both; }
  .c-cb-filters__item {
    float: left;
    padding: 0 25px; }
  @media screen and (max-width: 480px) {
    .c-cb-filters .c-cb-filters__item {
      width: 100%; } }
  @media screen and (max-width: 1024px) {
    .c-cb-filters {
      margin: 25px -25px 0px -25px; } }

.c-collapse__body {
  zoom: 1;
  display: none;
  margin-top: 20px; }
  .c-collapse__body::before, .c-collapse__body::after {
    content: "";
    display: table; }
  .c-collapse__body::after {
    clear: both; }

.c-collapse__toggle {
  position: relative;
  padding-right: 15px; }
  .c-collapse__toggle::before {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "\f107"; }
  .c-collapse__toggle.active::before {
    content: "\f106"; }
  .c-collapse__toggle:hover {
    text-decoration: underline;
    text-decoration-color: #a0d0f6; }

@media screen and (max-width: 800px) {
  .c-content {
    margin-top: 40px; } }

.c-content__title {
  font-weight: 600;
  margin-bottom: 15px; }

.c-content__btn-wrap {
  margin-top: 30px; }

.c-contact-box {
  margin-top: 50px;
  zoom: 1; }
  .c-contact-box::before, .c-contact-box::after {
    content: "";
    display: table; }
  .c-contact-box::after {
    clear: both; }
  .c-contact-box h3 {
    margin-bottom: 25px;
    font-size: 24px; }
  .c-contact-box--col-left {
    float: left; }
    @media screen and (max-width: 1200px) {
      .c-contact-box--col-left {
        width: 60%; } }
    @media screen and (max-width: 500px) {
      .c-contact-box--col-left {
        width: 100%;
        text-align: center;
        float: none;
        margin-bottom: 40px; } }
  .c-contact-box--col-right {
    position: relative;
    float: left;
    margin-left: 90px; }
    @media screen and (max-width: 1200px) {
      .c-contact-box--col-right {
        float: right;
        margin-left: 0; } }
    .c-contact-box--col-right:before {
      content: "";
      height: calc(100% - 20px);
      position: absolute;
      left: -48px;
      top: 5px;
      border-left: 1px solid;
      display: block;
      width: 2px;
      opacity: 0.1; }
      @media screen and (max-width: 1200px) {
        .c-contact-box--col-right:before {
          display: none; } }
    @media screen and (max-width: 500px) {
      .c-contact-box--col-right {
        width: 100%;
        text-align: center;
        float: none; } }
  .c-contact-box--label {
    font-size: 12px;
    color: black;
    opacity: 0.5;
    margin-bottom: 4px;
    margin-top: 15px; }
  .c-contact-box--link {
    font-size: 16px; }
  .c-contact-box--phone {
    margin-right: 50px; }
    @media screen and (max-width: 1100px) {
      .c-contact-box--phone {
        margin-right: 15px; } }
    @media screen and (max-width: 500px) {
      .c-contact-box--phone {
        margin-right: 0;
        margin-bottom: 25px; } }
  .c-contact-box__list--wrapper {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 500px) {
      .c-contact-box__list--wrapper {
        display: block; } }
  .c-contact-box__icon--phone {
    position: relative;
    width: 34px;
    height: 34px; }
    @media screen and (max-width: 500px) {
      .c-contact-box__icon--phone {
        display: inline-block; } }
    .c-contact-box__icon--phone:before {
      content: "";
      background: url("../../img/phone.svg") no-repeat;
      width: 34px;
      height: 34px;
      position: absolute;
      left: 0px; }
  .c-contact-box__icon--email {
    position: relative;
    width: 25px;
    height: 33px; }
    @media screen and (max-width: 500px) {
      .c-contact-box__icon--email {
        display: inline-block; } }
    .c-contact-box__icon--email:before {
      content: "";
      background: url("../../img/email.svg") no-repeat;
      width: 25px;
      height: 33px;
      position: absolute;
      left: 0px; }
  .c-contact-box__icon--location {
    position: relative;
    width: 25px;
    height: 34px; }
    @media screen and (max-width: 500px) {
      .c-contact-box__icon--location {
        display: inline-block; } }
    .c-contact-box__icon--location:before {
      content: "";
      background: url("../../img/location.svg") no-repeat;
      width: 27px;
      height: 34px;
      position: absolute;
      left: 0px; }
  .c-contact-box--small {
    margin-top: 40px;
    padding-top: 35px;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .c-contact-box--small h3 {
      display: none; }
      @media screen and (max-width: 500px) {
        .c-contact-box--small h3 {
          display: block; } }
    .c-contact-box--small .c-contact-box--link {
      font-size: 14px; }
    .c-contact-box--small .c-contact-box--col-right {
      margin-left: 0;
      float: right; }
      .c-contact-box--small .c-contact-box--col-right:before {
        display: none; }
    .c-contact-box--small .c-contact-box--col-left {
      width: 60%; }
      @media screen and (max-width: 500px) {
        .c-contact-box--small .c-contact-box--col-left {
          width: 100%; } }
  .c-contact-box--mobile {
    display: none; }
    @media screen and (max-width: 992px) {
      .c-contact-box--mobile {
        display: block; } }
  .c-contact-box--desktop {
    display: block; }
    @media screen and (max-width: 992px) {
      .c-contact-box--desktop {
        display: none; } }

.c-video__slogan {
  font-family: 'JustLovelySlantedWide';
  color: white;
  font-size: 72px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -1.6px;
  text-align: center;
  margin: 20px 0 16px; }
  @media screen and (max-width: 800px) {
    .c-video__slogan {
      font-size: 64px;
      line-height: 0.8;
      letter-spacing: -1.4px;
      text-align: center; } }
  html[lang="ru"] .c-section--video:not(.c-section--video_campaign) .c-video__slogan {
    font-family: Corinthia; }
.c-video__info {
  max-width: 500px;
  margin: 0 auto; }
  .c-video__info p {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: -0.3px;
    text-align: center;
    color: white; }
.c-video__btn {
  width: 104px;
  height: 104px;
  margin: 0 auto; }
.c-video__wrapper {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  opacity: 0.6;
  z-index: 99; }
  .c-video__wrapper video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: initial;
    max-width: 100%; }
    @media screen and (max-width: 768px) {
      .c-video__wrapper video {
        max-height: 100%;
        max-width: initial; } }

.c-cta-block--dark .c-cta-block__wrap {
  background-color: #767676; }

.c-cta-block__wrap {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 55px 50px;
  background-color: #16becf; }

.c-cta-block__title {
  margin-bottom: 15px; }

.c-cta-block__content {
  max-width: 633px;
  color: #fff; }
  .c-cta-block__content a {
    color: #fff;
    text-decoration: underline; }
    .c-cta-block__content a:hover {
      text-decoration: none; }

.c-cta-block__wrap .btn {
  margin-left: auto;
  background-color: #fff; }
  @media screen and (max-width: 1024px) {
    .c-cta-block__wrap .btn {
      margin-left: 0px;
      margin-top: 30px; } }
  .c-cta-block__wrap .btn:hover {
    color: #fff;
    background-color: #007bc3; }

.fancybox-overlay {
  background: rgba(0, 0, 0, 0.7); }

.fancybox-skin {
  background: none;
  border-radius: 0; }

.fancybox-opened .fancybox-skin {
  box-shadow: none; }

.fancybox-lock .fancybox-overlay {
  overflow: hidden; }

.fancybox-close {
  text-align: center;
  background: none;
  cursor: pointer;
  top: 30px;
  right: 30px; }
  .fancybox-close:before {
    font-family: "coop-pank-icons";
    content: "\e920";
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .fancybox-close:hover {
    text-decoration: none;
    color: #024c89; }

.fancybox-nav span {
  width: 65px;
  height: 115px;
  margin: 0;
  background: none;
  top: 50%;
  transform: translateY(-50%); }
  .fancybox-nav span:before {
    display: block;
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%); }
  @media screen and (max-width: 800px) {
    .fancybox-nav span {
      width: 40px;
      height: 60px; }
      .fancybox-nav span:before {
        font-size: 20px; } }
  @media screen and (max-width: 480px) {
    .fancybox-nav span {
      display: none; } }

.fancybox-prev span {
  left: 0; }
  .fancybox-prev span:before {
    content: "\e911";
    left: 45%; }
  .fancybox-prev span:hover:before {
    color: #007bc3; }

.fancybox-next span {
  right: 0; }
  .fancybox-next span:before {
    content: "\e910";
    left: 55%; }
  .fancybox-next span:hover:before {
    color: #007bc3; }

.fancybox-title-over-wrap {
  max-width: 700px;
  padding: 40px 30px;
  background: none; }
  @media screen and (max-width: 800px) {
    .fancybox-title-over-wrap {
      width: 100%;
      max-width: inherit;
      padding: 15px 20px; } }
  @media screen and (max-width: 480px) {
    .fancybox-title-over-wrap {
      display: none; } }

.c-form-field__label {
  display: block;
  font-size: 12px;
  color: #737373; }
  .c-form-field__label--tooltip {
    display: inline-block;
    position: relative;
    padding-right: 30px; }

.c-form-group {
  zoom: 1;
  margin-bottom: 25px; }
  .c-form-group::before, .c-form-group::after {
    content: "";
    display: table; }
  .c-form-group::after {
    clear: both; }
  .c-form-group.validation-error .form-control.invalid {
    box-shadow: 0 2px 0 0 #d50000; }
  .c-form-group.validation-error .message-container p {
    color: #d50000;
    font-size: 12px;
    padding-top: 16px; }
  .c-form-group:last-child {
    margin-bottom: 35px; }
  .c-form-group__wrapper {
    display: flex;
    justify-content: space-between;
    padding-top: 8px;
    padding-bottom: 8px; }
    @media screen and (max-width: 480px) {
      .c-form-group__wrapper {
        flex-wrap: wrap; } }
    .c-form-group__wrapper .c-form-group {
      width: 46.5%; }
      @media screen and (max-width: 480px) {
        .c-form-group__wrapper .c-form-group {
          width: 100%; } }
      .c-form-group__wrapper .c-form-group:last-child {
        margin-bottom: 25px; }

.c-form-field__summary {
  font-size: 26px;
  color: #272727; }

.c-form-field__placeholder {
  padding: 0 24px; }
  .c-form-field__placeholder--inside {
    position: absolute;
    right: 0;
    top: 9px;
    padding: 0; }

.c-form-field__wrap {
  display: flex;
  align-items: center;
  flex-flow: row wrap; }
  .c-form-field__wrap .c-form-field {
    display: inline-flex;
    align-items: center; }
    .c-form-field__wrap .c-form-field:last-child .c-form-field__placeholder {
      padding-right: 0; }

.input-xs {
  width: 70px; }

.input-md {
  width: 132px; }

.c-form-field {
  position: relative; }
  .c-form-field--placeholder-left .c-form-field__placeholder--inside {
    right: auto;
    left: 0; }
  .c-form-field--placeholder-left input.form-control {
    padding-left: 60px;
    padding-right: 60px; }

.c-gallery-inline {
  margin: 0 -10px; }

.c-gallery-inline__item {
  float: left;
  width: 33.333333%;
  padding: 10px; }
  .c-gallery-inline__item:nth-child(6n+1) {
    clear: left; }
  @media screen and (max-width: 800px) {
    .c-gallery-inline__item {
      width: 50%; }
      .c-gallery-inline__item:nth-child(6n+1) {
        clear: none; }
      .c-gallery-inline__item:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 480px) {
    .c-gallery-inline__item {
      float: none;
      width: 100%; } }

.c-gallery-inline._pos-right .c-gallery-inline__item:first-child {
  float: right; }

.c-gallery-inline__item a {
  display: block;
  position: relative; }
  .c-gallery-inline__item a:hover {
    text-decoration: none; }

.c-gallery-inline__item a[href*="youtube.com"]:before {
  content: "\f04b";
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.c-gallery-inline._pos-bottom {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }
  .c-gallery-inline._pos-bottom .c-gallery-inline__item._size-big {
    width: 100%; }
  .c-gallery-inline._pos-bottom .c-gallery-inline__item {
    float: left;
    width: 50%;
    padding: 15px; }

/* Gallery layout */
.c-gallery-inline__item._size-big {
  width: 66.666667%; }
  @media screen and (max-width: 800px) {
    .c-gallery-inline__item._size-big {
      width: 50%; } }
  @media screen and (max-width: 480px) {
    .c-gallery-inline__item._size-big {
      width: 100%; } }

.c-gallery-inline__item._size-big.f-right {
  float: right; }
  @media screen and (max-width: 480px) {
    .c-gallery-inline__item._size-big.f-right {
      float: none; } }

.c-gallery-inline__item._size-big.f-left {
  float: left; }
  @media screen and (max-width: 480px) {
    .c-gallery-inline__item._size-big.f-left {
      float: none; } }

@media screen and (max-width: 1320px) {
  .c-site-nav {
    display: none; } }
.c-site-nav.c-site-nav--open {
  display: block; }
  .c-site-nav.c-site-nav--open .c-site-nav__menu {
    will-change: right; }
    .c-site-nav.c-site-nav--open .c-site-nav__menu > .c-site-nav__item {
      float: none; }
      .c-site-nav.c-site-nav--open .c-site-nav__menu > .c-site-nav__item > .menu-item {
        font-size: 15px;
        font-weight: 700; }
        @media screen and (max-width: 1320px) {
          .c-site-nav.c-site-nav--open .c-site-nav__menu > .c-site-nav__item > .menu-item {
            font-size: 16px;
            letter-spacing: -0.3px;
            font-weight: normal;
            text-align: left;
            padding-left: 40px;
            padding-bottom: 10px; } }
        .c-site-nav.c-site-nav--open .c-site-nav__menu > .c-site-nav__item > .menu-item.active:before {
          transform: rotateX(180deg);
          top: 0px; }
        .c-site-nav.c-site-nav--open .c-site-nav__menu > .c-site-nav__item > .menu-item.active:last-child:before {
          transform: rotate(45deg);
          top: 5px; }

@media screen and (max-width: 1320px) {
  .c-site-nav ul {
    margin-left: 0px;
    margin-right: 0px;
    position: relative;
    transition: all 0.5s ease 0s;
    right: 0;
    background: white; } }

.c-site-nav__item {
  float: left;
  padding: 24px 15px 26px; }
  @media screen and (max-width: 1320px) {
    .c-site-nav__item {
      padding: 20px 0px; } }

.line {
  position: absolute;
  width: 150px;
  bottom: -1px;
  display: block;
  height: 0;
  background-color: transparent;
  overflow: hidden; }
  .line:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -3px;
    right: calc(50% - 2px);
    width: 10px;
    height: 10px;
    background: white;
    border-right: 1px solid #007bc3;
    border-bottom: 1px solid #007bc3;
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    z-index: 1000; }
  @media screen and (max-width: 1320px) {
    .line {
      display: none; } }

.c-site-nav__item > a {
  position: relative;
  font-size: 16px;
  padding-right: 18px;
  color: black;
  letter-spacing: -0.3px;
  line-height: 22px; }
  .c-site-nav__item > a:hover, .c-site-nav__item > a:focus {
    text-decoration: none; }
  .c-site-nav__item > a::before {
    content: "\f107";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    transition: 0.3s;
    color: #007bc3; }
    @media screen and (max-width: 1320px) {
      .c-site-nav__item > a::before {
        display: none; } }
  .c-site-nav__item > a.external::before {
    content: "\e900";
    font-size: 8px;
    color: #007bc3; }
    @media screen and (max-width: 1320px) {
      .c-site-nav__item > a.external::before {
        right: 30px;
        left: initial;
        color: #007bc3;
        display: block; } }
  @media screen and (max-width: 1320px) {
    .c-site-nav__item > a {
      width: 100%;
      display: block;
      padding-right: 0px; } }

.c-site-nav__sub-menu {
  display: none;
  flex-flow: row wrap;
  position: relative;
  background-color: #fff;
  width: 100%;
  z-index: 57;
  top: 0;
  left: 0;
  justify-content: flex-start;
  padding: 45px 160px 100px 220px; }
  @media screen and (max-width: 1320px) {
    .c-site-nav__sub-menu {
      display: block !important;
      position: static;
      width: 100%;
      box-shadow: none;
      background-color: white;
      margin: 0 auto;
      top: 20px;
      padding: 0px; } }
  .c-site-nav__sub-menu.is-visible {
    display: flex; }
    @media screen and (max-width: 1320px) {
      .c-site-nav__sub-menu.is-visible {
        display: block;
        position: static;
        width: 100%;
        box-shadow: none;
        background-color: white;
        margin: 0 auto;
        top: 20px;
        padding: 0px; } }

.c-site-nav__sub-menu .c-site-nav__column {
  width: 25%;
  position: relative; }
  @media screen and (max-width: 1320px) {
    .c-site-nav__sub-menu .c-site-nav__column {
      width: 100%; } }
  .c-site-nav__sub-menu .c-site-nav__column .c-site-nav__heading {
    position: relative;
    display: block;
    text-decoration: none;
    color: black;
    font-size: 20px;
    font-family: MuseoSans;
    font-weight: 300; }
    .c-site-nav__sub-menu .c-site-nav__column .c-site-nav__heading:hover, .c-site-nav__sub-menu .c-site-nav__column .c-site-nav__heading:focus, .c-site-nav__sub-menu .c-site-nav__column .c-site-nav__heading:active {
      text-decoration: none; }
    @media screen and (max-width: 1320px) {
      .c-site-nav__sub-menu .c-site-nav__column .c-site-nav__heading::after {
        font-family: 'coop-pank-icons';
        content: "\f105";
        position: absolute;
        right: auto;
        top: 50%;
        transform: translateY(-50%);
        font-size: 14px;
        transition: 0.3s;
        right: 30px;
        left: initial;
        color: #007bc3; } }
    @media screen and (max-width: 1320px) {
      .c-site-nav__sub-menu .c-site-nav__column .c-site-nav__heading {
        margin-bottom: 0px;
        padding: 15px 15px 15px 60px;
        font-size: 16px;
        color: #007bc3;
        letter-spacing: -0.3px;
        text-align: left;
        font-weight: normal; } }
  .c-site-nav__sub-menu .c-site-nav__column:last-child {
    border-bottom: 0px; }
  @media screen and (max-width: 1320px) {
    .c-site-nav__sub-menu .c-site-nav__column.is-visible .c-site-nav__heading:before {
      transform: rotateX(180deg) translateY(50%); } }
  .c-site-nav__sub-menu .c-site-nav__column.is-visible ul {
    opacity: 1;
    line-height: 42px; }

.c-site-nav__sub-menu.is-visible {
  background: #fff; }

.c-site-nav__sub-menu ul {
  margin: 0;
  transition: all 0.5s ease 0s; }
  @media screen and (max-width: 1320px) {
    .c-site-nav__sub-menu ul {
      position: fixed;
      display: block;
      right: 100%;
      width: 100%;
      top: 73px;
      background: white;
      -webkit-transform: translate3d(0, 0, 0); } }
  .c-site-nav__sub-menu ul.slidein {
    right: 0;
    display: block !important;
    overflow-y: scroll; }

.c-site-nav__menu.hidemenu {
  right: 100%;
  width: 100%; }

.c-site-nav__heading {
  font-weight: 600;
  color: #16becf;
  margin-bottom: 20px; }
  .c-site-nav__heading:hover {
    cursor: default; }
    @media screen and (max-width: 1280px) {
      .c-site-nav__heading:hover {
        cursor: pointer; } }

.c-site-nav__sub-menu .c-site-nav__item {
  float: none;
  padding: 0;
  margin-bottom: 15px; }
  .c-site-nav__sub-menu .c-site-nav__item .sub-menu-item.active, .c-site-nav__sub-menu .c-site-nav__item .sub-menu-item:hover {
    color: #000; }

.c-site-nav__sub-menu .c-site-nav__item > a {
  font-size: 16px;
  letter-spacing: -0.3px;
  color: #007bc3; }
  @media screen and (max-width: 1320px) {
    .c-site-nav__sub-menu .c-site-nav__item > a {
      text-align: left;
      padding: 10px 40px; } }
  .c-site-nav__sub-menu .c-site-nav__item > a::before {
    content: ''; }

.sub-menu-item--go-back {
  position: relative;
  padding: 30px 60px !important;
  text-align: left; }
  .sub-menu-item--go-back::after {
    content: "\f104";
    left: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    color: #007bc3;
    display: block; }

@media screen and (min-width: 1320px) {
  .c-site-nav__item--mobile-goback {
    display: none; } }

.c-site-nav-mega-menu {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 72px;
  background: white; }
  @media screen and (max-width: 1320px) {
    .c-site-nav-mega-menu {
      position: static; } }
  .c-site-nav-mega-menu.top-border {
    border-top: 1px solid #007bc3; }
    @media screen and (max-width: 1320px) {
      .c-site-nav-mega-menu.top-border {
        border-top: none; } }

.o-site-overlay.overlay:after {
  opacity: 0.3;
  background: #007bc3;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  content: "";
  display: inline-block;
  top: 72px;
  left: 0;
  pointer-events: none; }
  @media screen and (max-width: 1320px) {
    .o-site-overlay.overlay:after {
      top: 68px; } }

body.user-logged-in .o-site-overlay.overlay:after {
  top: 111px; }
  @media screen and (max-width: 1320px) {
    body.user-logged-in .o-site-overlay.overlay:after {
      top: 107px; } }
body.user-logged-in.toolbar-tray-open .o-site-overlay.overlay:after {
  top: 152px; }
  @media screen and (max-width: 1320px) {
    body.user-logged-in.toolbar-tray-open .o-site-overlay.overlay:after {
      top: 148px; } }

.sub-menu-item--tag {
  height: 20px;
  border-radius: 18px;
  background-color: #16becf;
  color: white;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  padding: 1px 10px 2px;
  margin-left: 10px; }

.c-search-results__wrap {
  padding-top: 35px;
  max-width: 884px; }

.c-search-results__item {
  padding: 35px 0; }

.c-search-results__item .c-card__title {
  margin: 0 0 15px 0; }

.c-search-results__item .c-card {
  max-width: 600px; }
  .c-search-results__item .c-card--blog {
    max-width: none; }

.o-carousel,
.owl-stage-outer {
  width: 100%;
  position: relative; }

.owl-stage-outer {
  overflow: hidden; }

.owl-item {
  float: left; }

.owl-nav.disabled,
.owl-prev.disabled,
.owl-next.disabled {
  display: none; }

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 0;
  transition: all .2s ease-out;
  border: none;
  background: transparent;
  box-shadow: 0; }
  .owl-prev:before,
  .owl-next:before {
    display: block;
    font-size: 40px;
    color: #fff;
    transition: color .2s ease-in-out; }
    @media screen and (max-width: 800px) {
      .owl-prev:before,
      .owl-next:before {
        color: #007bc3; } }
  .owl-prev:hover:before,
  .owl-next:hover:before {
    color: #007bc3; }

.owl-prev {
  left: 30px; }
  @media screen and (max-width: 800px) {
    .owl-prev {
      left: 10px; } }
  .owl-prev:hover {
    left: 25px; }
    @media screen and (max-width: 800px) {
      .owl-prev:hover {
        left: 10px; } }
  .owl-prev:before {
    content: "\e911"; }

.owl-next {
  right: 30px; }
  @media screen and (max-width: 800px) {
    .owl-next {
      right: 10px; } }
  .owl-next:hover {
    right: 25px; }
    @media screen and (max-width: 800px) {
      .owl-next:hover {
        right: 10px; } }
  .owl-next:before {
    content: "\e910"; }

.owl-dots {
  position: absolute;
  left: 250px;
  bottom: 60px;
  counter-reset: dots; }
  @media screen and (max-width: 1600px) {
    .owl-dots {
      left: 225px; } }
  @media screen and (max-width: 1400px) {
    .owl-dots {
      left: 225px; } }
  @media screen and (max-width: 1280px) {
    .owl-dots {
      left: 125px;
      bottom: 30px; } }
  @media screen and (max-width: 1024px) {
    .owl-dots {
      display: none; } }
  .owl-dots.disabled {
    display: none; }

.owl-dot {
  float: left;
  margin: 2px;
  cursor: pointer;
  background: transparent;
  border: none;
  box-shadow: 0; }
  .owl-dot:hover span {
    background-color: #e7e7e7;
    color: #0078d2; }

.owl-dot span {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 34px;
  border: 1px solid rgba(0, 120, 210, 0.35);
  background-color: #fff;
  color: #007bc3;
  text-align: center;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.owl-dot.active span {
  background-color: #0078d2;
  border-color: transparent;
  color: #fff; }

.owl-dot span::before {
  counter-increment: dots;
  content: counter(dots); }

.c-carousel {
  position: relative; }

.c-carousel__item {
  position: relative;
  height: 100%; }

@media screen and (min-width: 800px) {
  .c-carousel__item .gif-fallback {
    display: none; } }
.c-carousel__item .gif-fallback + .video-container {
  display: none; }
  @media screen and (min-width: 800px) {
    .c-carousel__item .gif-fallback + .video-container {
      display: block; } }

.c-carousel__item video {
  width: 100% !important;
  height: auto !important;
  max-height: 542px; }

.c-carousel__content {
  position: absolute;
  top: 90px;
  max-width: 550px;
  left: 200px;
  padding: 50px 60px;
  background-color: #fff;
  border-radius: 6px; }
  @media screen and (max-width: 1600px) {
    .c-carousel__content {
      top: 70px;
      padding: 25px 30px; } }
  @media screen and (max-width: 1400px) {
    .c-carousel__content {
      top: 50px;
      padding: 25px 30px; } }
  @media screen and (max-width: 1280px) {
    .c-carousel__content {
      top: 30px;
      padding: 25px 30px;
      left: 100px; } }
  @media screen and (max-width: 800px) {
    .c-carousel__content {
      position: static;
      padding: 60px 60px; } }

.c-carousel__content h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 1.3;
  font-size: 30px;
  margin-bottom: 20px; }
  @media screen and (max-width: 1400px) {
    .c-carousel__content h3 {
      font-size: 26px; } }
  @media screen and (max-width: 1280px) {
    .c-carousel__content h3 {
      font-size: 22px; } }
  @media screen and (max-width: 800px) {
    .c-carousel__content h3 {
      font-size: 20px; } }

.c-carousel__content .text {
  font-size: 18px;
  margin-bottom: 30px; }
  @media screen and (max-width: 1400px) {
    .c-carousel__content .text {
      font-size: 16px; } }
  @media screen and (max-width: 1280px) {
    .c-carousel__content .text {
      font-size: 16px; } }
  @media screen and (max-width: 800px) {
    .c-carousel__content .text {
      font-size: 14px; } }
  .c-carousel__content .text.no-margin {
    margin-bottom: 0px; }

.c-chat {
  position: absolute;
  bottom: 0;
  right: 0; }

.c-chat__header {
  zoom: 1; }
  .c-chat__header::before, .c-chat__header::after {
    content: "";
    display: table; }
  .c-chat__header::after {
    clear: both; }

.c-chat__toggle {
  float: right;
  position: relative;
  background-color: #007bc3;
  color: #fff;
  font-size: 20px;
  padding: 13px 45px 13px 20px;
  transition: background-color .2s ease-in-out; }
  .c-chat__toggle:hover, .c-chat__toggle:focus {
    text-decoration: none; }
  .c-chat__toggle:hover {
    background-color: #024c89; }
  .c-chat__toggle::before {
    content: "\f106";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%); }
  .c-chat__toggle:hover:after {
    visibility: hidden; }

.c-icon-blocks {
  display: flex;
  flex-wrap: wrap; }
  .c-icon-blocks__item {
    flex: 0 0 25%; }
    @media screen and (max-width: 800px) {
      .c-icon-blocks__item {
        flex: 0 0 50%; } }
    @media screen and (max-width: 480px) {
      .c-icon-blocks__item {
        flex: 0 0 100%; } }
    @media screen and (max-width: 800px) {
      .c-icon-blocks__item .c-icon-block {
        padding: 20px; } }
  @media screen and (max-width: 800px) {
    .c-icon-blocks {
      flex-wrap: wrap; } }

.c-icon-block__text--big {
  font-weight: 700; }
.c-icon-block__icon {
  color: #007bc3;
  margin-bottom: 10px; }
  @media screen and (max-width: 800px) {
    .c-icon-block__icon {
      font-size: 70px; } }
  .c-icon-block__icon:before {
    font-size: 108px; }

.c-icon svg {
  max-width: 100%; }
.c-icon--gift::before {
  content: "\e90d"; }
.c-icon--large {
  font-size: 104px; }
.c-icon--svg-white svg path,
.c-icon--svg-white svg line {
  stroke: #ffffff !important; }

.c-offers__header {
  zoom: 1;
  margin-bottom: 48px; }
  .c-offers__header::before, .c-offers__header::after {
    content: "";
    display: table; }
  .c-offers__header::after {
    clear: both; }
  .c-offers__header h2 {
    float: left; }
    @media screen and (max-width: 500px) {
      .c-offers__header h2 {
        float: none;
        text-align: center; } }

.c-offers__view-all {
  float: right; }
  @media screen and (max-width: 500px) {
    .c-offers__view-all {
      display: none; } }

.c-offers__item {
  padding-bottom: 40px; }
  .c-offers__item img {
    width: 100%; }
  @media screen and (max-width: 500px) {
    .c-offers__item {
      width: 100%; } }

.c-offers__item .title {
  font-weight: 400;
  color: #007bc3;
  padding: 20px 0 10px 0; }

.c-offers__item .btn-wrap {
  position: absolute;
  bottom: 0;
  width: 100%; }

.c-offer-card {
  position: relative;
  text-align: center;
  background-color: #16becf;
  color: #fff;
  padding: 50px;
  max-width: 375px;
  margin-left: auto; }
  .c-offer-card__title {
    line-height: 1.2;
    margin: 30px 0 40px 0; }
  .c-offer-card__btn {
    margin-top: 40px; }
  .c-offer-card::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
    border-right: 15px solid #16becf;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent; }
  @media screen and (max-width: 991px) {
    .c-offer-card {
      max-width: 100%;
      margin-top: 90px; }
      .c-offer-card::before {
        content: '';
        position: absolute;
        top: -15px;
        left: 50%;
        transform: translateY(-50%);
        border-bottom: 15px solid #16becf;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        margin-left: -15px; } }

.c-office-map__wrap {
  position: relative;
  width: 100%;
  height: 826px; }
  @media screen and (max-width: 800px) {
    .c-office-map__wrap {
      height: 400px; } }

.c-office-map {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 826px; }
  @media screen and (max-width: 800px) {
    .c-office-map {
      height: 400px; } }
  .c-office-map .c-office-item:hover {
    border-color: transparent; }

.c-office-map .marker {
  display: none; }

.c-office {
  display: flex;
  flex-flow: row wrap; }

.c-office__left,
.c-office__right {
  display: flex;
  align-items: center; }

.c-office__left {
  flex-basis: 66%;
  line-height: 1.5; }

.c-office__title {
  margin-bottom: 5px; }

.c-office__text-wrap {
  padding: 0 30px; }

.c-office__links-wrap .btn-wrap {
  margin-bottom: 10px; }

.c-office__right {
  padding-left: 50px;
  text-align: right;
  border-left: 1px solid #b1b1b1; }
  @media screen and (max-width: 480px) {
    .c-office__right {
      padding: 25px 11px 15px 10px; } }

.c-office-list {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -15px 30px; }

.c-office-list__head {
  zoom: 1;
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
  margin-bottom: 45px; }
  .c-office-list__head::before, .c-office-list__head::after {
    content: "";
    display: table; }
  .c-office-list__head::after {
    clear: both; }

.c-office-list__head .c-tab-nav__item > a {
  padding: 0 0 15px 0; }
  @media screen and (max-width: 800px) {
    .c-office-list__head .c-tab-nav__item > a {
      padding: 15px 0; } }

.c-office-list__item {
  width: 33.3%;
  padding: 15px; }
  @media screen and (max-width: 1280px) {
    .c-office-list__item {
      width: 50%; } }
  @media screen and (max-width: 800px) {
    .c-office-list__item {
      width: 100%; } }

.c-office-item {
  display: flex;
  padding: 25px;
  background-color: #f6f6f6;
  border: 1px solid transparent;
  transition: border-color 0.2s; }
  @media screen and (max-width: 480px) {
    .c-office-item {
      flex-direction: column;
      padding: 15px; } }
  .c-office-item--map {
    background-color: transparent;
    padding: 15px 10px;
    font-size: 14px; }
    .c-office-item--map .c-office-item__left {
      padding: 10px 50px 10px 22px; }
  .c-office-item:hover {
    border: 1px solid #228ad8; }

.c-office-item .name {
  font-weight: 700; }

.c-office-item .btn-wrap {
  zoom: 1;
  margin-bottom: 10px; }
  .c-office-item .btn-wrap::before, .c-office-item .btn-wrap::after {
    content: "";
    display: table; }
  .c-office-item .btn-wrap::after {
    clear: both; }
  @media screen and (max-width: 480px) {
    .c-office-item .btn-wrap {
      margin-bottom: 0;
      float: left; } }

.c-office-item__right .link-external {
  float: left;
  margin: 10px 0 0 20px; }

.c-office-item__left {
  flex-basis: 66%;
  padding-top: 10px;
  line-height: 1.5;
  padding-right: 25px;
  min-width: 200px; }
  @media screen and (max-width: 480px) {
    .c-office-item__left {
      flex-basis: 100%; } }

.c-office-item__right {
  padding: 25px 11px 15px 36px;
  text-align: right;
  border-left: 1px solid #b1b1b1; }
  @media screen and (max-width: 480px) {
    .c-office-item__right {
      padding: 25px 11px 15px 10px;
      margin-top: 30px;
      border-left: none;
      border-top: 1px solid #b1b1b1;
      text-align: left; } }

.c-office-features__wrap {
  margin-top: 80px; }

.c-office-features {
  display: flex;
  flex-flow: row wrap; }

.c-office-features__heading {
  margin-bottom: 60px; }
  @media screen and (max-width: 1024px) {
    .c-office-features__heading {
      margin-bottom: 30px; } }

.c-office-features__title {
  font-weight: 600; }

.c-office-features__item {
  width: 16.66%;
  padding: 25px 0;
  text-align: center; }
  @media screen and (max-width: 1024px) {
    .c-office-features__item {
      width: 33.3%; } }
  @media screen and (max-width: 480px) {
    .c-office-features__item {
      width: 50%; } }
  @media screen and (max-width: 480px) {
    .c-office-features__item img {
      width: 80px; } }

.c-office-features__item .title {
  margin-top: 15px; }
  @media screen and (max-width: 1024px) {
    .c-office-features__item .title {
      font-size: 14px; } }

.c-office-single__photo {
  float: right; }

.c-office-info {
  padding: 60px 0 40px 0; }
  @media screen and (max-width: 1024px) {
    .c-office-info {
      padding: 0px 0 20px 0; } }

.c-office-info__item {
  position: relative;
  padding: 20px 0 20px 65px;
  min-height: 80px; }
  .c-office-info__item .c-office-info__inner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .c-office-info__item::before {
    position: absolute;
    color: #007bc3;
    left: 0;
    font-size: 48px;
    top: 50%;
    transform: translateY(-50%); }
  .c-office-info__item--times::before {
    content: "\e908"; }
  .c-office-info__item--location::before {
    content: "\e90a"; }
  .c-office-info__item--phone::before {
    content: "\e90b"; }

.c-lang-switcher {
  zoom: 1;
  position: relative;
  padding: 26px 0 0; }
  .c-lang-switcher::before, .c-lang-switcher::after {
    content: "";
    display: table; }
  .c-lang-switcher::after {
    clear: both; }
  @media screen and (max-width: 1320px) {
    .c-lang-switcher {
      padding: 8px 0 0; } }
  .c-lang-switcher__item {
    position: relative;
    float: left;
    padding: 0 13px 0 7px; }
    @media screen and (max-width: 1320px) {
      .c-lang-switcher__item {
        padding: 0 7px 0 2px; } }
    .c-lang-switcher__item:last-child {
      padding-right: 0; }
    .c-lang-switcher__item a {
      font-size: 14px;
      color: black;
      letter-spacing: -0.3px;
      line-height: 19px; }
    @media screen and (max-width: 480px) {
      .c-lang-switcher__item a {
        font-size: 12px; } }

.c-messages__wrap {
  position: relative;
  background-color: #16becf;
  padding: 15px;
  text-align: center; }
  .c-messages__wrap::before {
    content: '';
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #16becf; }

.c-messages__notice {
  display: inline-block;
  position: relative;
  padding-left: 50px;
  color: #fff;
  font-size: 26px; }
  @media screen and (max-width: 480px) {
    .c-messages__notice {
      font-size: 20px; } }
  .c-messages__notice::before {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    content: "\f06a"; }

.c-testimonial {
  position: relative;
  padding-left: 50px;
  margin: 60px 0;
  height: 176px; }
  .c-testimonial:before {
    content: "";
    background: url("../../img/curve.png") no-repeat;
    height: 176px;
    width: 30px;
    position: absolute;
    left: 0px; }
  .c-testimonial__inner-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  .c-testimonial__title {
    color: #0573cf;
    font-family: "Open Sans";
    font-size: 35px;
    font-weight: 400;
    line-height: 35px; }
    @media screen and (max-width: 1024px) {
      .c-testimonial__title {
        font-size: 28px; } }
    @media screen and (max-width: 800px) {
      .c-testimonial__title {
        font-size: 22px; } }
  .c-testimonial__author {
    color: #0078d2;
    font-size: 22px;
    line-height: 53px; }
    @media screen and (max-width: 1024px) {
      .c-testimonial__author {
        font-size: 18px; } }
    @media screen and (max-width: 800px) {
      .c-testimonial__author {
        font-size: 14px; } }

.c-map-filters {
  margin-left: auto; }
  .c-map-filters .select {
    overflow: hidden; }
    .c-map-filters .select:before {
      right: 10px; }
  .c-map-filters select {
    padding-left: 10px;
    margin-left: -10px;
    margin-bottom: 1px; }

.c-map-filters__top,
.c-map-filters__bottom {
  zoom: 1; }
  .c-map-filters__top::before, .c-map-filters__top::after,
  .c-map-filters__bottom::before,
  .c-map-filters__bottom::after {
    content: "";
    display: table; }
  .c-map-filters__top::after,
  .c-map-filters__bottom::after {
    clear: both; }

.c-map-filters__top {
  margin: 0 -25px; }

.c-map-filters__bottom {
  margin-top: 40px; }

.c-map-filter .c-form-group {
  margin-bottom: 0; }

.c-map-filters__top .c-map-filter {
  float: left;
  padding: 0 25px; }

.c-map-filters__bottom .c-map-filter {
  width: 100%;
  max-width: 310px;
  float: right; }

.c-text p {
  margin-bottom: 20px; }
.c-text--small {
  font-size: 12px; }

.c-office-quick-find__inner {
  float: right;
  width: 310px; }
  @media screen and (max-width: 800px) {
    .c-office-quick-find__inner {
      width: 100%; } }

.c-page-header__title {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 30px; }
  @media screen and (max-width: 800px) {
    .c-page-header__title {
      font-size: 30px; } }
.c-page-header__headline {
  margin-bottom: 20px;
  font-size: 20px; }
.c-page-header__btn-wrap {
  zoom: 1;
  margin-top: 30px; }
  .c-page-header__btn-wrap::before, .c-page-header__btn-wrap::after {
    content: "";
    display: table; }
  .c-page-header__btn-wrap::after {
    clear: both; }
.c-page-header p {
  margin-bottom: 20px; }

.c-people {
  position: relative; }
  .c-people .c-people__photo {
    border-radius: 50%;
    overflow: hidden; }

.c-people__text {
  margin-top: 20px;
  text-align: center; }

.c-people--horizontal {
  display: flex;
  align-items: flex-start; }
  @media screen and (max-width: 640px) {
    .c-people--horizontal {
      flex-flow: column;
      justify-content: center; } }
  @media screen and (max-width: 480px) {
    .c-people--horizontal {
      flex-flow: row;
      justify-content: flex-start; } }

.c-people--horizontal .c-people__photo {
  margin-right: 30px;
  border-radius: 50%;
  max-width: 95px;
  min-height: 95px;
  overflow: hidden; }
  @media screen and (max-width: 640px) {
    .c-people--horizontal .c-people__photo {
      float: none;
      margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .c-people--horizontal .c-people__photo {
      margin-right: 30px; } }

@media screen and (max-width: 640px) {
  .c-people--horizontal .c-people__text-wrap {
    text-align: center;
    margin-top: 10px; } }
@media screen and (max-width: 480px) {
  .c-people--horizontal .c-people__text-wrap {
    text-align: left;
    margin-top: 10px; } }

.c-people--horizontal .c-people__heading {
  margin-bottom: 10px; }

.c-people-list {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -15px; }

.c-people-list__item {
  padding: 15px; }

.c-page-nav {
  zoom: 1;
  border-bottom: 1px solid #007bc3;
  position: relative; }
  .c-page-nav::before, .c-page-nav::after {
    content: "";
    display: table; }
  .c-page-nav::after {
    clear: both; }
  @media screen and (max-width: 800px) {
    .c-page-nav:hover {
      cursor: pointer; } }
  @media screen and (max-width: 800px) {
    .c-page-nav:hover::before {
      cursor: pointer; } }
  .c-page-nav__wrap {
    margin-top: 40px; }
  .c-page-nav__item {
    float: left; }
    @media screen and (max-width: 800px) {
      .c-page-nav__item {
        width: 100%; } }
    .c-page-nav__item > a {
      padding: 15px 50px 15px 40px;
      display: block;
      color: #767676;
      transition: color .2s ease-in-out; }
      @media screen and (max-width: 800px) {
        .c-page-nav__item > a::before {
          font-family: 'coop-pank-icons';
          display: none;
          content: "\f107";
          position: absolute;
          right: 0;
          top: 25px;
          transform: translateY(-50%);
          font-size: 23px;
          transition: 0.3s;
          right: initial;
          right: 30px;
          color: #007bc3;
          z-index: 99; } }
      .c-page-nav__item > a:hover {
        text-decoration: none;
        color: #007bc3; }
    .c-page-nav__item.active {
      border-bottom: 4px solid #007bc3; }
      @media screen and (max-width: 800px) {
        .c-page-nav__item.active {
          display: block; } }
      .c-page-nav__item.active > a {
        font-weight: 600;
        color: #007bc3; }
        @media screen and (max-width: 800px) {
          .c-page-nav__item.active > a::before {
            display: block; } }
  @media screen and (max-width: 800px) {
    .c-page-nav.open .c-page-nav__item > a::before {
      content: "\f106"; } }

.c-pagination__wrap {
  zoom: 1;
  text-align: center; }
  .c-pagination__wrap::before, .c-pagination__wrap::after {
    content: "";
    display: table; }
  .c-pagination__wrap::after {
    clear: both; }

.c-pagination {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 70px; }

.c-pagination li {
  margin: 2px; }

.c-pagination a {
  display: block;
  min-width: 36px;
  height: 36px;
  line-height: 34px;
  border: 1px solid rgba(0, 120, 210, 0.35);
  color: #7eb8e7;
  text-align: center;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 700;
  transition: all .2s ease-in-out; }
  .c-pagination a.active {
    background-color: #007bc3;
    border-color: transparent;
    color: #fff; }
  .c-pagination a:hover, .c-pagination a:focus {
    text-decoration: none;
    background-color: #e7e7e7;
    color: #007bc3;
    border-color: rgba(0, 120, 210, 0.35); }
  @media screen and (max-width: 480px) {
    .c-pagination a {
      height: 28px;
      min-width: 28px;
      font-size: 12px;
      line-height: 28px; } }

.c-pagination .prev a,
.c-pagination .next a {
  position: relative;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #007bc3;
  transition: color .2s ease-in-out; }
  .c-pagination .prev a::before,
  .c-pagination .next a::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -1px; }
  .c-pagination .prev a.disabled,
  .c-pagination .next a.disabled {
    color: #bcc1c4;
    cursor: default;
    text-decoration: none; }
    .c-pagination .prev a.disabled:hover, .c-pagination .prev a.disabled:focus,
    .c-pagination .next a.disabled:hover,
    .c-pagination .next a.disabled:focus {
      color: #bcc1c4; }
  .c-pagination .prev a:hover, .c-pagination .prev a:focus,
  .c-pagination .next a:hover,
  .c-pagination .next a:focus {
    color: #024c89;
    background-color: transparent; }

.c-pagination .prev {
  margin-right: 20px; }
  @media screen and (max-width: 480px) {
    .c-pagination .prev {
      margin-right: 4px; } }

.c-pagination .next {
  margin-left: 20px; }
  @media screen and (max-width: 480px) {
    .c-pagination .next {
      margin-left: 4px; } }

.c-pagination .prev a {
  padding-left: 15px; }
  .c-pagination .prev a::before {
    content: "\f104";
    left: 0; }

.c-pagination .next a {
  padding-right: 15px; }
  .c-pagination .next a::before {
    content: "\f105";
    right: 0; }

@media screen and (max-width: 1024px) {
  .c-popular-links-block {
    display: none;
    border-bottom: 1px solid #dbdbdb; } }
@media screen and (max-width: 800px) {
  .c-popular-links-block:first-child {
    border-top: 1px solid #dbdbdb; } }

.c-popular-links__heading {
  font-size: 30px;
  font-weight: 400;
  color: #a5acaf;
  padding-bottom: 60px; }
  @media screen and (max-width: 800px) {
    .c-popular-links__heading {
      padding-bottom: 20px;
      font-size: 30px; } }

.c-popular-links__title a {
  display: block;
  font-size: 20px;
  position: relative;
  color: black;
  cursor: default; }
  @media screen and (max-width: 800px) {
    .c-popular-links__title a {
      font-size: 15px;
      color: #007bc3;
      padding: 20px 0;
      cursor: pointer; } }
  .c-popular-links__title a:before {
    display: none;
    content: "\f107";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 23px;
    transition: 0.3s;
    color: #dbdbdb; }
    @media screen and (max-width: 800px) {
      .c-popular-links__title a:before {
        display: block; } }
  .c-popular-links__title a:hover, .c-popular-links__title a:focus, .c-popular-links__title a:active {
    text-decoration: none; }

.c-popular-links__title.open a:before {
  transform: rotateX(180deg);
  top: 15px; }

.c-popular-links {
  margin-top: 22px; }
  @media screen and (max-width: 800px) {
    .c-popular-links {
      display: none;
      margin: 0px;
      padding-left: 20px; } }

.c-popular-links li {
  margin-bottom: 14px; }

.c-popular-links li > a {
  font-size: 14px; }

.c-become-client {
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 109px; }
  @media screen and (max-width: 800px) {
    .c-become-client {
      margin-bottom: 40px; } }
  .c-become-client__image {
    margin-top: -90px;
    padding-left: 30px; }
    .c-become-client__image--small {
      margin-top: -55px;
      padding-left: 0; }
    @media screen and (max-width: 800px) {
      .c-become-client__image {
        margin-top: -15px; } }
  .c-become-client__content {
    display: flex;
    align-items: center;
    width: 75%; }
  @media screen and (max-width: 800px) {
    .c-become-client {
      flex-flow: column; } }
  .c-become-client__block {
    max-width: 400px; }
    @media screen and (max-width: 800px) {
      .c-become-client__block {
        max-width: initial; } }
  .c-become-client__list {
    margin-top: 48px; }
    .c-become-client__list > li {
      position: relative;
      padding-left: 72px;
      margin-bottom: 24px; }
    .c-become-client__list--title {
      letter-spacing: -0.4px;
      font-size: 18px;
      color: #007bc3;
      margin-bottom: 8px; }
    .c-become-client__list--info {
      opacity: 0.8;
      font-size: 16px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.5; }
    .c-become-client__list--btn {
      padding-left: 72px;
      margin-top: 38px; }
      @media screen and (max-width: 640px) {
        .c-become-client__list--btn {
          padding-left: 0; } }
    .c-become-client__list--image {
      position: absolute;
      top: 5px;
      left: 0;
      display: inline-block; }
      .c-become-client__list--image img {
        max-height: 48px;
        max-width: 48px;
        height: 48px; }
  .c-become-client__mockup {
    margin-top: 28px; }
    @media screen and (max-width: 480px) {
      .c-become-client__mockup img {
        margin-right: -60px;
        margin-left: -60px;
        max-width: 120vw; } }
  @media screen and (max-width: 800px) {
    .c-become-client h2 {
      margin-top: 30px; } }
  @media screen and (max-width: 640px) {
    .c-become-client h2 {
      text-align: center; } }
  .c-become-client video {
    max-width: 100%;
    height: auto !important; }

.c-become-client__left {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 80px; }
  .c-become-client__left:after {
    content: '';
    position: absolute;
    right: 0;
    display: block;
    height: 160px;
    width: 1px;
    background-color: #007bc3;
    opacity: 0.3;
    top: 50%;
    transform: translateY(-50%); }
    @media screen and (max-width: 800px) {
      .c-become-client__left:after {
        display: none; } }
  @media screen and (max-width: 800px) {
    .c-become-client__left {
      padding: 0; } }

.c-become-client__divider {
  position: relative;
  display: block;
  height: 160px;
  width: 1px;
  padding: 0 80px; }
  .c-become-client__divider:after {
    content: '';
    display: block;
    height: 100%;
    width: 1px;
    margin: 0 auto;
    background-color: #007bc3;
    opacity: 0.3; }

.c-become-client__right {
  margin-left: auto;
  padding: 30px 0; }
  @media screen and (max-width: 1440px) {
    .c-become-client__right {
      margin-left: 20px; } }
  @media screen and (max-width: 800px) {
    .c-become-client__right {
      margin: 0 auto;
      padding: 0; } }

.c-become-client__heading {
  padding-left: 80px; }
  @media screen and (max-width: 800px) {
    .c-become-client__heading {
      padding-left: 40px; } }
  @media screen and (max-width: 480px) {
    .c-become-client__heading {
      padding-left: 10px; } }

.c-become-client__heading .title {
  font-size: 55px;
  line-height: 53px;
  font-weight: 300;
  color: #007bc3;
  max-width: 440px;
  margin-bottom: 30px; }
  .c-become-client__heading .title > .name {
    font-weight: 400; }
  @media screen and (max-width: 1280px) {
    .c-become-client__heading .title {
      font-size: 36px;
      line-height: 32px; } }
  @media screen and (max-width: 800px) {
    .c-become-client__heading .title {
      font-size: 30px;
      line-height: 32px; } }

.c-become-client__contacts {
  zoom: 1;
  flex: 1;
  margin: 0 -30px; }
  .c-become-client__contacts::before, .c-become-client__contacts::after {
    content: "";
    display: table; }
  .c-become-client__contacts::after {
    clear: both; }
  @media screen and (max-width: 1024px) {
    .c-become-client__contacts {
      padding-top: 20px; } }

.c-become-client__contacts .block {
  float: left;
  padding: 0 30px; }
  .c-become-client__contacts .block__title {
    font-size: 30px;
    color: #007bc3;
    font-weight: 400;
    margin-bottom: 15px; }
  .c-become-client__contacts .block__text {
    line-height: 22px; }
  @media screen and (max-width: 800px) {
    .c-become-client__contacts .block {
      padding: 0 15px; } }
  @media screen and (max-width: 480px) {
    .c-become-client__contacts .block {
      float: none; } }

.c-become-client__wrap {
  zoom: 1;
  background-color: #eff9fc; }
  .c-become-client__wrap::before, .c-become-client__wrap::after {
    content: "";
    display: table; }
  .c-become-client__wrap::after {
    clear: both; }
  @media screen and (max-width: 800px) {
    .c-become-client__wrap {
      margin-top: 40px; } }

.c-become-client--footer {
  padding: 20px 0;
  margin-bottom: 0; }
  @media screen and (max-width: 1024px) {
    .c-become-client--footer .c-become-client__contacts {
      padding: 40px 0px; } }

.c-become-client--footer .c-become-client__left {
  padding-right: 120px; }
  @media screen and (max-width: 800px) {
    .c-become-client--footer .c-become-client__left {
      display: block;
      width: 100%;
      padding: 0px; } }
  @media screen and (max-width: 800px) {
    .c-become-client--footer .c-become-client__left .c-become-client__image,
    .c-become-client--footer .c-become-client__left .c-become-client__heading {
      display: inline-block; } }
  @media screen and (max-width: 800px) {
    .c-become-client--footer .c-become-client__left .c-become-client__image {
      margin-top: 0; } }

@media screen and (max-width: 800px) {
  .c-become-client--footer .c-become-client__right {
    display: block;
    width: 100%; } }
.c-become-client--footer .c-become-client__right .block {
  display: block;
  margin: 0 auto; }
.c-become-client--footer .c-become-client__right .c-become-client__contacts {
  margin: 0 auto; }

.c-become-client--footer .c-become-client__heading {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 0; }
  @media screen and (max-width: 1440px) {
    .c-become-client--footer .c-become-client__heading {
      padding-left: 20px;
      display: inline-block; } }

.c-become-client--footer .c-become-client__heading .title {
  font-size: 30px;
  max-width: none;
  margin-bottom: 0;
  padding: 0 40px; }
  @media screen and (max-width: 1440px) {
    .c-become-client--footer .c-become-client__heading .title {
      padding: 20px 20px 20px 0; } }

.c-editor-content.underlined {
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: none; }
  @media screen and (min-width: 800px) {
    .c-editor-content.underlined {
      border-bottom: 1px solid #e7e7e7;
      padding-left: 0;
      padding-right: 0; } }
.c-editor-content table {
  width: 100%;
  margin-top: 40px; }
  .c-editor-content table th {
    text-align: center;
    color: #868686;
    font-size: 12px;
    font-weight: 400;
    padding: 6px 0;
    border-bottom: 1px solid #a4a4a4; }
    .c-editor-content table th:first-child {
      text-align: left; }
  .c-editor-content table td {
    text-align: left;
    color: #2d2d2d;
    padding: 15px 0;
    border-bottom: 1px solid #c9c9c9; }
    .c-editor-content table td:first-child {
      padding-right: 25px; }
  .c-editor-content table tr:last-child td {
    border-bottom: none; }
.c-editor-content ol {
  display: block;
  list-style-type: decimal;
  counter-reset: item;
  margin-bottom: 20px; }
  .c-editor-content ol li {
    position: relative;
    padding-left: 30px;
    list-style-type: decimal;
    display: block;
    margin: 0 0 10px 0; }
    .c-editor-content ol li:before {
      position: absolute;
      left: 0;
      top: 0;
      content: counter(item) ". ";
      counter-increment: item;
      color: #0078d2; }
  .c-editor-content ol > ol {
    margin-top: 20px; }
.c-editor-content ul {
  margin-bottom: 20px; }
  .c-editor-content ul li {
    position: relative;
    margin: 0 0 10px 0;
    padding-left: 30px; }
    .c-editor-content ul li::before {
      position: absolute;
      left: 0;
      top: 9px;
      display: block;
      content: '';
      width: 4px;
      height: 4px;
      background-color: #0078d2;
      border-radius: 50%; }
  .c-editor-content ul > ul {
    margin-top: 20px; }
.c-editor-content p {
  margin-bottom: 20px; }
.c-editor-content h1 {
  font-size: 36px;
  font-weight: 400; }
.c-editor-content h2 {
  font-size: 30px;
  font-weight: 400; }
.c-editor-content h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600; }
.c-editor-content h4 {
  font-size: 16px;
  font-weight: 600; }
.c-editor-content h5 {
  font-size: 14px;
  font-weight: 600; }
.c-editor-content blockquote {
  position: relative;
  padding-left: 50px;
  margin: 60px 0; }
  .c-editor-content blockquote:before {
    content: "";
    background: url(../../img/curve.png) no-repeat;
    height: 176px;
    width: 30px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%); }
  .c-editor-content blockquote p {
    display: block;
    color: #0573cf;
    font-family: "Open Sans";
    font-size: 35px;
    font-weight: 400;
    line-height: 35px;
    width: 100%; }
    @media screen and (max-width: 1024px) {
      .c-editor-content blockquote p {
        font-size: 28px; } }
    @media screen and (max-width: 800px) {
      .c-editor-content blockquote p {
        font-size: 22px; } }
  .c-editor-content blockquote footer {
    color: #0078d2;
    font-size: 22px;
    display: block;
    bottom: 10px; }
    @media screen and (max-width: 1024px) {
      .c-editor-content blockquote footer {
        font-size: 18px; } }
    @media screen and (max-width: 800px) {
      .c-editor-content blockquote footer {
        font-size: 14px; } }

.c-tab-nav {
  zoom: 1;
  margin: 0 -2px;
  position: relative; }
  .c-tab-nav::before, .c-tab-nav::after {
    content: "";
    display: table; }
  .c-tab-nav::after {
    clear: both; }
  @media screen and (max-width: 800px) {
    .c-tab-nav {
      margin-bottom: 25px;
      width: 100%; } }
  @media screen and (max-width: 800px) {
    .c-tab-nav::before {
      font-family: 'coop-pank-icons';
      content: "\f107";
      position: absolute;
      right: 0;
      top: 25px;
      transform: translateY(-50%);
      font-size: 23px;
      transition: 0.3s;
      right: initial;
      right: 30px;
      color: #007bc3;
      z-index: 99; } }
  @media screen and (max-width: 800px) {
    .c-tab-nav.open .c-tab-nav__item.is-visible {
      display: block; } }
  @media screen and (max-width: 800px) {
    .c-tab-nav.open::before {
      transform: rotateX(180deg);
      top: 8px; } }

.c-tab-nav__item {
  float: left;
  padding: 0 2px;
  min-width: 174px;
  text-align: center; }
  @media screen and (max-width: 800px) {
    .c-tab-nav__item {
      width: 100%;
      min-width: 100%;
      display: none; } }
  @media screen and (max-width: 800px) {
    .c-tab-nav__item.is-active {
      display: block; } }
  .c-tab-nav__item.is-active > a {
    color: #007bc3;
    border-color: #007bc3; }

.c-tab-nav__item a {
  display: block;
  border-bottom: 4px solid #dfdfdf;
  padding: 15px 0;
  font-weight: 600;
  color: #767676;
  transition: all .2s ease-in-out; }
  .c-tab-nav__item a:hover {
    text-decoration: none;
    border-color: #7eb8e7; }

.c-tab-content {
  display: none; }
  .c-tab-content.is-visible {
    display: block; }

.c-modal {
  display: none;
  background: #fff;
  padding: 126px 98px; }
  @media print {
    .c-modal {
      padding: 0; } }
  .c-modal__title {
    margin-bottom: 40px; }
  .c-modal__info {
    margin-bottom: 15px; }
    .c-modal__info table th {
      text-align: left; }
    .c-modal__info table td {
      padding-left: 5px; }
  .c-modal__text {
    margin-bottom: 60px; }
  .c-modal#video {
    padding: 40px 0 15px; }
    .c-modal#video iframe {
      width: 800px;
      height: 450px; }
      @media screen and (max-width: 992px) {
        .c-modal#video iframe {
          width: 560px;
          height: 315px; } }
      @media screen and (max-width: 680px) {
        .c-modal#video iframe {
          width: 100%;
          height: auto; } }
    .c-modal#video .container {
      padding-left: 15px;
      padding-right: 15px; }
  .c-modal--payment-table {
    display: block; }
    .c-modal--payment-table .container {
      padding-left: 15px;
      padding-right: 15px; }
  .c-modal__print {
    position: absolute;
    left: 113px;
    top: 60px;
    text-transform: uppercase; }
    @media print {
      .c-modal__print {
        display: none; } }

a[data-toggle="tooltip"] {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #007bc3;
  border-radius: 50%; }
  a[data-toggle="tooltip"]::before {
    position: absolute;
    content: 'i';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 700; }

.tooltip__wrap {
  position: relative;
  padding-right: 25px; }

.tooltip {
  display: none;
  position: absolute;
  padding: 20px 30px;
  max-width: 300px;
  text-align: center;
  background-color: #16becf;
  z-index: 168;
  color: #fff; }
  .tooltip .arrow {
    display: block;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 8px solid #16becf; }
  .tooltip.active {
    display: block; }
  .tooltip.wide {
    max-width: inherit;
    text-align: left;
    left: 0;
    right: 0; }

.c-toggle-menu {
  display: none;
  padding-right: 43px;
  font-size: 14px; }
  .c-toggle-menu:hover, .c-toggle-menu:focus {
    color: #024c89;
    text-decoration: none; }
  @media screen and (max-width: 1024px) {
    .c-toggle-menu {
      display: flex;
      padding-right: 30px; } }
  @media screen and (max-width: 480px) {
    .c-toggle-menu {
      padding-right: 35px; } }
  .c-toggle-menu.toggled:hover {
    text-decoration: none; }

.c-toggle-menu__btn {
  display: inline-block;
  position: absolute;
  z-index: 2001;
  top: 0;
  right: 0;
  width: 24px;
  height: 20px;
  cursor: pointer;
  background: transparent;
  border: none;
  transition: .3s all ease; }

.c-toggle-menu__btn:focus {
  outline: none; }

.c-toggle-menu__btn > span {
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 24px;
  background: #007bc3;
  transition: .3s all ease; }

.c-toggle-menu.toggled .c-toggle-menu__btn > span {
  background: #007bc3; }

.c-toggle-menu__btn > span:nth-child(1) {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px); }

.c-toggle-menu__btn > span:nth-child(3) {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px); }

.c-toggle-menu:hover .c-toggle-menu__btn > span, .c-toggle-menu:focus .c-toggle-menu__btn > span {
  background-color: #024c89; }
.c-toggle-menu:hover .c-toggle-menu__btn > span:nth-child(1), .c-toggle-menu:focus .c-toggle-menu__btn > span:nth-child(1) {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px); }
.c-toggle-menu:hover .c-toggle-menu__btn > span:nth-child(3), .c-toggle-menu:focus .c-toggle-menu__btn > span:nth-child(3) {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px); }

.c-toggle-menu.toggled .c-toggle-menu__btn > span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.c-toggle-menu.toggled .c-toggle-menu__btn > span:nth-child(2) {
  opacity: 0; }

.c-toggle-menu.toggled .c-toggle-menu__btn > span:nth-child(3) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.c-fp-blog-posts__heading {
  margin-bottom: 48px;
  font-size: 30px; }
  .c-fp-blog-posts__heading > a {
    padding-left: 20px; }

.c-fp-blog-posts__item .title {
  color: #007bc3;
  margin-top: 25px; }

.c-fp-blog-posts__item .details {
  display: flex;
  align-items: center;
  margin: 15px 0; }

.c-fp-blog-posts__item .category {
  padding-left: 7px; }

.c-fp-blog-posts__item .date {
  position: relative;
  color: #7a7a7a;
  padding: 3px 25px 3px 0; }
  .c-fp-blog-posts__item .date::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #c4c4c4; }

.c-social-links__wrap {
  zoom: 1;
  display: flex;
  align-items: center; }
  .c-social-links__wrap::before, .c-social-links__wrap::after {
    content: "";
    display: table; }
  .c-social-links__wrap::after {
    clear: both; }

.c-social-links__text {
  line-height: 1.6;
  margin-right: 45px; }

.c-social-links__text h3 {
  font-weight: 600; }

.c-social-links {
  zoom: 1;
  display: inline-block;
  margin-top: 30px;
  margin: 30px -6px 0 -6px; }
  .c-social-links::before, .c-social-links::after {
    content: "";
    display: table; }
  .c-social-links::after {
    clear: both; }
  .c-social-links--article {
    margin: 0; }

.c-social-links li {
  float: left;
  padding: 0 6px; }

.c-social-links__item > a {
  position: relative;
  display: block; }
  .c-social-links__item > a:hover, .c-social-links__item > a:focus {
    text-decoration: none; }
    .c-social-links__item > a:hover::before, .c-social-links__item > a:focus::before {
      background-color: #eff9fc; }
  .c-social-links__item > a::before {
    transition: background-color .2s;
    font-size: 36px;
    border-radius: 25px; }
  .c-social-links__item > a:hover:after {
    visibility: hidden; }

.c-social-links__item--facebook > a:before {
  content: "\e901"; }

.c-social-links__item--youtube > a:before {
  content: "\e90c"; }

.c-social-links__item--linkedin > a:before {
  content: "\e904"; }

.c-social-links__item--instagram > a:before {
  content: "\e903"; }

.c-section__title {
  font-weight: 600;
  margin-bottom: 50px; }
  @media screen and (max-width: 1024px) {
    .c-section__title {
      font-size: 30px; } }
.c-section--not-found {
  text-align: center;
  padding: 100px 0 90px 0;
  background-color: #eff9fc; }
  .c-section--not-found .c-section__title {
    font-weight: normal; }
.c-section--become-client {
  margin-top: 120px; }
  @media screen and (max-width: 1024px) {
    .c-section--become-client {
      margin-top: 60px; } }
.c-section--articles {
  padding: 120px 0; }
  @media screen and (max-width: 800px) {
    .c-section--articles {
      padding: 40px 0; } }
.c-section--blog {
  padding: 0 0 128px; }
  @media screen and (max-width: 1024px) {
    .c-section--blog {
      padding: 40px 0; } }
.c-section--grey {
  background-color: #f5f5f5; }
.c-section--blue {
  background-color: #eff9fc; }
.c-section--offers {
  margin-top: 96px;
  margin-bottom: 56px; }
  @media screen and (max-width: 992px) {
    .c-section--offers {
      margin-bottom: 30px; } }
.c-section--calculator {
  padding: 90px 0;
  margin: 90px 0 0px; }
  .c-section--calculator .c-steps li:first-child {
    padding-top: 7px; }
    .c-section--calculator .c-steps li:first-child:before {
      top: 0; }
.c-section--video {
  background: #003568;
  padding-top: 105px;
  padding-bottom: 130px;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .c-section--video {
      padding-top: 95px;
      padding-bottom: 100px; } }
  .c-section--video .container {
    z-index: 100;
    position: relative; }
  .c-section--video-zindex1 {
    z-index: 1; }
  .c-section--video-higher {
    padding-top: 50px;
    padding-bottom: 40px; }
    @media screen and (min-width: 800px) {
      .c-section--video-higher {
        padding-top: 100px;
        padding-bottom: 100px; } }
    @media screen and (min-width: 1024px) {
      .c-section--video-higher {
        padding-top: 150px;
        padding-bottom: 150px; } }
    .c-section--video-higher video {
      height: 100%;
      width: auto;
      max-height: 100%;
      max-width: none; }
      @media screen and (min-width: 480px) {
        .c-section--video-higher video {
          height: auto;
          width: 100%;
          max-height: none;
          max-width: 100%; } }
    .c-section--video-higher .c-video__slogan {
      font-size: 56px; }
      @media screen and (min-width: 800px) {
        .c-section--video-higher .c-video__slogan {
          font-size: 72px; } }
    .c-section--video-higher .c-video__info p {
      font-size: 14px; }
      @media screen and (min-width: 800px) {
        .c-section--video-higher .c-video__info p {
          font-size: 16px; } }
.c-section--instagram {
  padding-top: 35px; }

.c-steps {
  counter-reset: reset; }
  .c-steps__item {
    position: relative;
    padding: 30px 0 30px 55px;
    counter-increment: item; }
    .c-steps__item::before {
      display: block;
      width: 36px;
      height: 36px;
      font-size: 18px;
      color: #fff;
      font-weight: 700;
      background-color: #007bc3;
      position: absolute;
      left: 0;
      top: 20px;
      content: counter(item);
      line-height: 36px;
      text-align: center;
      border-radius: 16px; }
    .c-steps__item table {
      width: 100%;
      margin-top: 40px; }
      .c-steps__item table th {
        text-align: center;
        color: #868686;
        font-size: 12px;
        font-weight: 400;
        padding: 6px 0;
        border-bottom: 1px solid #a4a4a4; }
        .c-steps__item table th:first-child {
          text-align: left; }
      .c-steps__item table td {
        text-align: center;
        color: #2d2d2d;
        padding: 15px 0;
        border-bottom: 1px solid #c9c9c9; }
        .c-steps__item table td:first-child {
          text-align: left; }
      .c-steps__item table tr:last-child td {
        border-bottom: none; }
    .c-steps__item ol {
      display: block;
      list-style-type: decimal;
      counter-reset: item;
      margin-bottom: 20px; }
      .c-steps__item ol li {
        list-style-type: decimal;
        display: block;
        margin: 0 0 10px 0; }
        .c-steps__item ol li:before {
          content: counter(item) ". ";
          counter-increment: item;
          color: #0078d2;
          padding-right: 16px; }
    .c-steps__item ul {
      margin-bottom: 20px; }
      .c-steps__item ul li {
        position: relative;
        margin: 0 0 10px 0;
        padding-left: 31px; }
        .c-steps__item ul li::before {
          position: absolute;
          left: 0;
          top: 9px;
          display: block;
          content: '';
          width: 4px;
          height: 4px;
          background-color: #0078d2;
          border-radius: 50%; }
    .c-steps__item p {
      margin-bottom: 20px; }
    .c-steps__item h1 {
      font-size: 36px;
      font-weight: 400; }
    .c-steps__item h2 {
      font-size: 30px;
      font-weight: 400; }
    .c-steps__item h3 {
      font-size: 20px;
      font-weight: 600; }
    .c-steps__item h4 {
      font-size: 16px;
      font-weight: 600; }
    .c-steps__item h5 {
      font-size: 14px;
      font-weight: 600; }

.c-svg-banner {
  position: relative;
  padding: 40px 0;
  max-width: 100%; }
  @media screen and (max-width: 500px) {
    .c-svg-banner {
      padding: 24px 0; } }
  .c-svg-banner svg {
    width: 100%; }
  .c-svg-banner #circle-dark-blue-animate {
    transform-origin: 341px 120px;
    animation: pulse 1.5s ease infinite; }
  .c-svg-banner #circle-light-blue-animate {
    transform-origin: 94px 94px;
    animation: pulse 1.5s ease infinite;
    animation-delay: .4s; }
  @supports (transform-box: fill-box) {
    .c-svg-banner #circle-dark-blue-animate {
      transform-origin: center center;
      transform-box: fill-box; }
    .c-svg-banner #circle-light-blue-animate {
      transform-origin: center center;
      transform-box: fill-box; } }
  .c-svg-banner__inner {
    padding: 0 40px; }
    @media screen and (max-width: 500px) {
      .c-svg-banner__inner {
        padding: 0 24px; } }
    .c-svg-banner__inner .o-btn__wrap {
      margin-top: 40px; }
      @media screen and (max-width: 1280px) {
        .c-svg-banner__inner .o-btn__wrap {
          display: block; } }
    @media screen and (max-width: 800px) {
      .c-svg-banner__inner {
        max-width: 100%; } }
  .c-svg-banner__title {
    display: inline-block;
    color: #007bc3;
    font-size: 24px;
    margin-bottom: 30px;
    padding-left: 65px;
    font-weight: 300;
    letter-spacing: -0.5px;
    position: relative; }
    @media screen and (max-width: 500px) {
      .c-svg-banner__title {
        padding-left: 60px; } }
    .c-svg-banner__title:before {
      content: "";
      background: url(../../img/cash-circle.svg) no-repeat;
      width: 50px;
      height: 50px;
      display: inline-block;
      vertical-align: middle;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translate(0, -50%); }
      @media screen and (max-width: 480px) {
        .c-svg-banner__title:before {
          width: 48px;
          height: 48px;
          background-size: contain; } }
  .c-svg-banner__tooltip {
    position: absolute;
    top: 122px;
    left: -23px;
    width: 237px;
    padding: 10px 13px 10px 43px;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 10px 61px 0 rgba(203, 203, 203, 0.5); }
    @media screen and (max-width: 800px) {
      .c-svg-banner__tooltip {
        top: 110px; } }
    @media screen and (max-width: 374px) {
      .c-svg-banner__tooltip {
        top: 117px; } }
    @media screen and (max-width: 359px) {
      .c-svg-banner__tooltip {
        top: 122px; } }
    .c-svg-banner__tooltip p {
      font-size: 12px; }
    .c-svg-banner__tooltip:before {
      content: "";
      background: url(../../img/home.svg) no-repeat;
      background-size: 24px 24px;
      width: 24px;
      height: 24px;
      display: inline-block;
      vertical-align: middle;
      position: absolute;
      left: 11px;
      top: 50%;
      transform: translate(0, -50%); }
    .c-svg-banner__tooltip-arrow {
      display: block;
      position: absolute;
      bottom: -6px;
      left: 50%;
      width: 12px;
      height: 12px;
      transform: translateX(-50%);
      z-index: 10; }
      .c-svg-banner__tooltip-arrow:after {
        content: "";
        display: block;
        right: 50%;
        width: 12px;
        height: 12px;
        transform: rotate(-135deg);
        background: white; }
      @media screen and (min-width: 1280px) {
        .c-svg-banner__tooltip-arrow {
          left: 116px; } }

@keyframes pulse {
  0% {
    -ms-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); }
  50% {
    opacity: 0.3; }
  100% {
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0; } }
.c-search-form {
  max-width: 600px;
  margin: 0 auto; }
  .c-search-form__field {
    display: flex; }
    @media screen and (max-width: 1024px) {
      .c-search-form__field {
        flex-flow: row; } }
    .c-search-form__field .icon-close:before {
      font-size: 14px;
      margin-left: 10px;
      margin-right: 0px; }
  .c-search-form__btn {
    margin-left: 5px;
    padding: 0px 31px 0px 63px;
    line-height: 32px;
    height: 40px; }
    @media screen and (max-width: 1024px) {
      .c-search-form__btn {
        margin: 20px auto; } }
    .c-search-form__btn::before {
      content: "";
      background: url(../../img/search.svg) no-repeat;
      position: absolute;
      margin-right: 10px;
      left: 24px;
      top: 50%;
      transform: translateY(-50%);
      width: 15px;
      height: 20px;
      background-size: 100%;
      background-position: top; }
    .c-search-form__btn.btn-primary {
      padding: 0px 25px 0px 55px; }
      .c-search-form__btn.btn-primary::before {
        background: url(../../img/search-white.svg) no-repeat; }
  .c-search-form--outer {
    position: relative;
    width: 22px;
    height: 22px;
    top: 10px;
    left: -55px; }
  .c-search-form--inner {
    position: absolute;
    z-index: 1200;
    background: white;
    padding: 5px 20px;
    border-radius: 20px; }

.c-search-form--expand .c-search-form__field input {
  width: 0px;
  transition: width 0.4s; }
.c-search-form--expand .c-search-form__field .close {
  display: none; }
.c-search-form--expand .c-search-form__btn {
  background: none;
  color: #007bc3;
  transition: all 0.4s;
  text-transform: capitalize;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 0;
  font-weight: normal; }
  @media screen and (max-width: 1024px) {
    .c-search-form--expand .c-search-form__btn {
      margin: 0px; } }
.c-search-form--expand.open .c-search-form__btn {
  background: #007bc3;
  color: #fff;
  font-size: 16px; }
  .c-search-form--expand.open .c-search-form__btn:hover {
    background-color: white;
    text-decoration: none;
    border-color: #007bc3; }
.c-search-form--expand.open .c-search-form__field input {
  width: 365px;
  margin-right: 10px; }
.c-search-form--expand.open .c-search-form__field .close {
  display: flex;
  padding-left: 10px; }
  .c-search-form--expand.open .c-search-form__field .close:hover {
    text-decoration: none; }

.c-footer-disclaimer {
  zoom: 1;
  padding: 30px 0 40px 0; }
  .c-footer-disclaimer::before, .c-footer-disclaimer::after {
    content: "";
    display: table; }
  .c-footer-disclaimer::after {
    clear: both; }

.c-footer-disclaimer__text {
  opacity: 0.6;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.83;
  letter-spacing: -0.3px;
  color: black; }
  @media screen and (max-width: 480px) {
    .c-footer-disclaimer__text {
      text-align: center; } }

.c-footer-disclaimer__logo {
  margin-top: 23px;
  text-align: right; }
  .c-footer-disclaimer__logo img {
    max-height: 22px; }
  @media screen and (max-width: 480px) {
    .c-footer-disclaimer__logo {
      text-align: center; } }

.c-footer-contacts {
  text-align: left; }
  @media screen and (max-width: 1024px) {
    .c-footer-contacts {
      text-align: center; } }

@media screen and (max-width: 1024px) {
  .c-footer-contacts-block {
    margin-bottom: 40px; } }
@media screen and (max-width: 800px) {
  .c-footer-contacts-block {
    margin-bottom: 0; } }

.c-footer-contacts__title {
  margin-bottom: 22px; }
  @media screen and (max-width: 991px) {
    .c-footer-contacts__title {
      margin-bottom: 10px; } }

.c-footer-contacts__text {
  font-size: 14px;
  line-height: 2.29;
  letter-spacing: -0.3px;
  color: #666666; }

.c-footer-app {
  margin-top: 30px; }
  @media screen and (max-width: 1024px) {
    .c-footer-app {
      display: inline-block; } }
  .c-footer-app > li {
    float: left; }
    .c-footer-app > li:first-child {
      margin-right: 25px; }
      @media screen and (max-width: 800px) {
        .c-footer-app > li:first-child {
          margin-right: 10px; } }
    .c-footer-app > li img {
      max-height: 38px; }

body:not(.frontpage) .c-footer {
  margin-top: 90px; }
.c-footer.c-new-footer {
  margin-top: 0 !important; }

.c-footer__top .inner-wrap {
  position: relative;
  padding: 90px 0 90px; }
  @media screen and (max-width: 1024px) {
    .c-footer__top .inner-wrap {
      padding: 40px 0 50px; } }

@media screen and (max-width: 1024px) {
  .c-footer__social-links {
    text-align: center; } }

@media screen and (max-width: 1024px) {
  .c-footer__app-links {
    text-align: center; } }

.c-footer__top {
  background-color: #fff; }
  .frontpage .c-footer__top {
    background: #f1f1f2; }

.c-footer__bottom {
  background: #f1f1f2;
  background: linear-gradient(to bottom, #f1f1f2 0%, #fff 100%); }
  .frontpage .c-footer__bottom {
    background: #fff; }

.c-slider-input {
  position: relative;
  padding: 15px 18px;
  border-radius: 3px;
  border: solid 1px #007bc3; }
  .c-slider-input__slider {
    position: absolute;
    bottom: -8px;
    left: 8px;
    right: 8px; }
  .c-slider-input__input {
    cursor: pointer; }
  .c-slider-input__field {
    border: none;
    font-family: MuseoSans;
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: -0.5px;
    color: #0078d3;
    width: 100%; }
  .c-slider-input input[type=number]::-webkit-inner-spin-button,
  .c-slider-input input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .c-slider-input input[type=number] {
    -moz-appearance: textfield; }
  .c-slider-input ::-ms-clear {
    display: none; }
  .c-slider-input__mask {
    font-family: MuseoSans;
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: -0.5px;
    color: #0078d3; }
    .c-slider-input__mask .unit {
      font-size: 16px; }
  .c-slider-input .c-form-field__label {
    margin-bottom: 3px;
    pointer-events: none; }
  .c-slider-input .slider-values {
    position: relative;
    bottom: -20px;
    overflow: visible; }
    .c-slider-input .slider-values .min {
      margin-left: -10px; }
    .c-slider-input .slider-values .max {
      margin-right: -10px; }
  .c-slider-input .ui-slider {
    margin-top: 0; }
  .c-slider-input .ui-slider-handle {
    height: 25px;
    width: 25px;
    margin-left: -12.5px;
    top: 0;
    background: url(../../img/slider-handle.svg) no-repeat center;
    background-size: 25px;
    border-radius: 0;
    transition: none; }
    .c-slider-input .ui-slider-handle.ui-state-active, .c-slider-input .ui-slider-handle.ui-state-focus, .c-slider-input .ui-slider-handle.ui-state-hover, .c-slider-input .ui-slider-handle:hover, .c-slider-input .ui-slider-handle:active, .c-slider-input .ui-slider-handle:focus {
      transform: none; }
  .c-slider-input .ui-slider-range {
    border-bottom: solid 4px #16becf;
    transition: none; }

/* New pages */
*[data-anim] {
  opacity: 0;
  -webkit-transition: all 0.6s ease-in;
  -moz-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  -ms-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in; }

img.fullwidth {
  display: block;
  width: 100%; }

.animation {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.small1 {
  font-size: 14px; }

.small2 {
  font-size: 12px; }

p.spaced {
  padding: 12px 0; }
  p.spaced-more {
    padding: 30px 0 15px; }

.blue {
  color: #007bc3; }

.mobile-center {
  text-align: center; }
  @media screen and (min-width: 800px) {
    .mobile-center {
      text-align: left; } }

a[data-toggle="tooltip"].inline-tooltip {
  position: relative;
  top: auto;
  bottom: -5px;
  right: auto;
  transform: none;
  display: inline-block; }

@media screen and (min-width: 800px) {
  h2.c-new-subpage-subheader {
    font-size: 40px;
    line-height: 40px; } }
h2.c-new-subpage-spacedtop {
  padding-top: 50px; }


html {
  height: 100%; }

body.flex-page {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%; }

.c-new-subpage-maintenance1 {
  background: url(../img/Coop-pank_vaikelaen_varvirulliga_mees.png) no-repeat right center;
  background-size: contain;
  display: flex;
  flex-direction: column;
  flex: 1;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  padding-bottom: 72px;
  padding-top: 16px; }
  @media (max-width: 767px) {
	  .c-new-subpage-maintenance1 {
	  background: none;
	  }
  }	
  @media screen and (min-width: 1024px) {
    .c-new-subpage-maintenance1 {
      padding-bottom: 96px;
      padding-top: 40px; } }
  @media screen and (min-width: 1280px) {
    .c-new-subpage-maintenance1 {
      padding-bottom: 120px;
      padding-top: 64px; } }
  .c-new-subpage-maintenance1 .container {
    max-width: 1240px;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    box-shadow: 0 10px 61px 0 rgba(203, 203, 203, 0.5);
    padding: 24px 32px 16px; }
    @media screen and (min-width: 800px) {
      .c-new-subpage-maintenance1 .container {
        width: 564px;
        padding: 64px 64px 32px; } }
  .c-new-subpage-maintenance1 .c-contact-box .c-contact-option {
    display: inline-block; }
    .c-new-subpage-maintenance1 .c-contact-box .c-contact-option + .c-contact-option {
      margin-left: 24px; }
  .c-new-subpage-maintenance1 .c-contact-box .svg-icon {
    display: inline-block; }
    .c-new-subpage-maintenance1 .c-contact-box .svg-icon svg {
      height: 24px;
      width: 24px; }
  .c-new-subpage-maintenance1 .c-contact-box .c-contact-box--link {
    display: inline-block;
    vertical-align: super; }
    @media screen and (min-width: 800px) {
      .c-new-subpage-maintenance1 .c-contact-box .c-contact-box--link {
        padding-left: 12px; } }
    .c-new-subpage-maintenance1 .c-contact-box .c-contact-box--link a {
      color: #222222; }
  .c-new-subpage-maintenance1 h2 {
    margin: 24px 0 16px; }
  .c-new-subpage-maintenance1 .separator {
    height: 1px;
    margin: 16px 0;
    background: #e7e7e7; }
    @media screen and (min-width: 800px) {
      .c-new-subpage-maintenance1 .separator {
        margin: 24px 0; } }
  .c-new-subpage-maintenance1 .btn {
    margin: 16px 4px 0; }
    @media screen and (min-width: 800px) {
      .c-new-subpage-maintenance1 .btn {
        margin: 24px 8px 0; } }
