@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: 'Gotham Pro';
  src: local("Gotham Pro Bold Italic"), local("GothamPro-BoldItalic"), url(../fonts/GothamPro-BoldItalic.woff) format("woff");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Gotham Pro';
  src: local("Gotham Pro Italic"), local("GothamPro-Italic"), url(../fonts/GothamPro-Italic.woff) format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Gotham Pro';
  src: local("Gotham Pro Medium"), local("GothamPro-Medium"), url(../fonts/GothamPro-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Gotham Pro';
  src: local("Gotham Pro Black Italic"), local("GothamPro-BlackItalic"), url(../fonts/GothamPro-BlackItalic.woff) format("woff");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'Gotham Pro';
  src: local("Gotham Pro Bold"), local("GothamPro-Bold"), url(../fonts/GothamPro-Bold.woff) format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Gotham Pro Narrow';
  src: local("Gotham Pro Narrow Bold"), local("GothamProNarrow-Bold"), url(../fonts/GothamProNarrow-Bold.woff) format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Gotham Pro Narrow';
  src: local("Gotham Pro Narrow Medium"), local("GothamProNarrow-Medium"), url(../fonts/GothamProNarrow-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Gotham Pro';
  src: local("Gotham Pro Light Italic"), local("GothamPro-LightItalic"), url(../fonts/GothamPro-LightItalic.woff) format("woff");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Gotham Pro';
  src: local("Gotham Pro Light"), local("GothamPro-Light"), url(../fonts/GothamPro-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Gotham Pro';
  src: local("Gotham Pro Black"), local("GothamPro-Black"), url(../fonts/GothamPro-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Gotham Pro';
  src: local("Gotham Pro"), local("GothamPro"), url(../fonts/GothamPro.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gotham Pro';
  src: local("Gotham Pro Medium Italic"), local("GothamPro-MediumItalic"), url(../fonts/GothamPro-MediumItalic.woff) format("woff");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Bebas Neue';
  src: local("Bebas Neue Thin"), local("BebasNeue-Thin"), url(../fonts/bebasneuethin.woff2) format("woff2");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Bebas Neue';
  src: local("Bebas Neue Light"), local("BebasNeue-Light"), url(../fonts/bebasneuelight.woff2) format("woff2");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Bebas Neue';
  src: local("Bebas Neue Book"), local("BebasNeueBook"), url(../fonts/bebasneuebook.woff2) format("woff2");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Bebas Neue';
  src: local("Bebas Neue Regular"), local("BebasNeueRegular"), url(../fonts/bebasneueregular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Bebas Neue';
  src: local("Bebas Neue Bold"), local("BebasNeueBold"), url(../fonts/bebasneuebold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'DIN 2014';
  src: local("DIN 2014 Light"), local("DIN2014-Light"), url(../fonts/DIN2014-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'DIN 2014';
  src: local("DIN 2014 Light"), local("DIN2014-Light"), url(../fonts/DIN2014-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'DIN 2014';
  src: local("DIN 2014 ExtraLight"), local("DIN2014-ExtraLight"), url(../fonts/DIN2014-ExtraLight.woff) format("woff");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'DIN 2014';
  src: local("DIN 2014 ExtraBold"), local("DIN2014-ExtraBold"), url(../fonts/DIN2014-ExtraBold.woff) format("woff");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'DIN 2014';
  src: local("DIN 2014 Regular"), local("DIN2014-Regular"), url(../fonts/DIN2014-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'DIN 2014';
  src: local("DIN 2014 Bold"), local("DIN2014-Bold"), url(../fonts/DIN2014-Bold.woff) format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'DIN 2014';
  src: local("DIN 2014 DemiBold"), local("DIN2014-DemiBold"), url(../fonts/DIN2014-DemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal; }

.main-header {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0.01)), to(#000));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.01) 50%, #000 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.01) 50%, #000 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.01) 50%, #000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 50%, #000 100%);
  background-image: url(/images/akorol.jpg);
  -moz-background-size: cover;
       background-size: cover;
  background-position: top center;
  z-index: 2;
  height: 90vh; }
  @media (min-width: 768px) {
    .main-header {
      height: 100vh !important; } }
  .main-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0.01)), to(#000));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.01) 50%, #000 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.01) 50%, #000 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.01) 50%, #000 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 50%, #000 100%);
    z-index: -1; }
  .main-header .container {
    height: 100%; }
    .main-header .container .main-header__wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }

.header__logo {
  width: 2.5em;
  height: 2em;
  display: block;
  position: relative;
  z-index: 10; }
  .header__logo.black path {
    fill: black; }

.main-header__top, .header__top {
  padding: 12px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .social.main-header__social {
    display: none; }
    @media (min-width: 768px) {
      .social.main-header__social {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; } }
  .social .social__item:not(:last-child) {
    margin-right: 32px; }
  .social .social__item a svg {
    width: 23px;
    height: 23px; }
    .social .social__item a svg path {
      fill: white;
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      -moz-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
  .social .social__item a:hover path {
    fill: #f7c279; }

.header__burger-button {
  background: none;
  outline: none;
  border: none;
  position: absolute;
  top: 1.15rem;
  right: .7rem;
  z-index: 10; }
  @media (min-width: 768px) {
    .header__burger-button {
      display: none; } }
  .header__burger-button .header__burger-button-inner {
    -webkit-transition: .3s ease-in-out .3s;
    -o-transition: .3s ease-in-out .3s;
    -moz-transition: .3s ease-in-out .3s;
    transition: .3s ease-in-out .3s; }
    .header__burger-button .header__burger-button-inner span {
      height: 2px;
      width: 2em;
      background: #fff;
      display: block;
      margin-bottom: 6px; }
      .header__burger-button .header__burger-button-inner span.first {
        -webkit-transition: .4s ease-in-out;
        -o-transition: .4s ease-in-out;
        -moz-transition: .4s ease-in-out;
        transition: .4s ease-in-out; }
      .header__burger-button .header__burger-button-inner span.second {
        -webkit-transition: .3s ease-in-out .2s;
        -o-transition: .3s ease-in-out .2s;
        -moz-transition: .3s ease-in-out .2s;
        transition: .3s ease-in-out .2s; }
      .header__burger-button .header__burger-button-inner span.third {
        -webkit-transition: .4s ease-in-out;
        -o-transition: .4s ease-in-out;
        -moz-transition: .4s ease-in-out;
        transition: .4s ease-in-out; }
  .header__burger-button.show .header__burger-button-inner {
    -webkit-transform-origin: center;
       -moz-transform-origin: center;
        -ms-transform-origin: center;
         -o-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg); }
    .header__burger-button.show .header__burger-button-inner .first {
      -webkit-transform: translate3d(0, 8px, 0) rotate(-45deg);
         -moz-transform: translate3d(0, 8px, 0) rotate(-45deg);
              transform: translate3d(0, 8px, 0) rotate(-45deg); }
    .header__burger-button.show .header__burger-button-inner .second {
      opacity: 0;
      -webkit-transition: .05s ease;
      -o-transition: .05s ease;
      -moz-transition: .05s ease;
      transition: .05s ease; }
    .header__burger-button.show .header__burger-button-inner .third {
      -webkit-transform: translate3d(0, -8px, 0) rotate(45deg);
         -moz-transform: translate3d(0, -8px, 0) rotate(45deg);
              transform: translate3d(0, -8px, 0) rotate(45deg); }
  .header__burger-button.black span {
    background-color: black; }
  .header__burger-button.black.show span {
    background-color: white; }

.burger {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-transform: translate3d(-105%, 0, 0);
     -moz-transform: translate3d(-105%, 0, 0);
          transform: translate3d(-105%, 0, 0);
  opacity: 0;
  top: 0;
  left: 0;
  -webkit-transition: opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;
  transition: opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out,-o-transform .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out,transform .4s ease-in-out,-moz-transform .4s ease-in-out;
  transition: opacity .4s ease-in-out,transform .4s ease-in-out;
  transition: opacity .4s ease-in-out,transform .4s ease-in-out,-webkit-transform .4s ease-in-out,-moz-transform .4s ease-in-out,-o-transform .4s ease-in-out;
  background: #191919;
  color: #fff;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 768px) {
    .burger {
      display: none; } }
  .burger .burger__nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 45px 0px;
    width: 100%;
    height: 100%;
    min-height: 468px; }
    .burger .burger__nav-list li {
      opacity: 0;
      color: #fff;
      padding: 15px 0;
      -webkit-transition: .3s;
      -o-transition: .3s;
      -moz-transition: .3s;
      transition: .3s; }
      .burger .burger__nav-list li a {
        font-size: 18px;
        text-transform: uppercase;
        color: #fff;
        text-decoration: none;
        font-weight: 400; }
  .burger .burger__social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    margin-top: auto;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    padding: 0; }
    .burger .burger__social li {
      padding: 0 15px; }
      .burger .burger__social li a svg {
        width: 23px;
        height: 23px; }
        .burger .burger__social li a svg path {
          fill: #535353;
          -webkit-transition: .3s ease-in-out;
          -o-transition: .3s ease-in-out;
          -moz-transition: .3s ease-in-out;
          transition: .3s ease-in-out; }
      .burger .burger__social li:hover path {
        fill: #f7c279;
        -webkit-transition: .3s ease-in;
        -o-transition: .3s ease-in;
        -moz-transition: .3s ease-in;
        transition: .3s ease-in; }

.menu__open .burger.show {
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1; }
  .menu__open .burger.show .burger__nav-list li {
    -webkit-animation-name: translate;
       -moz-animation-name: translate;
            animation-name: translate;
    -webkit-animation-fill-mode: forwards;
       -moz-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: .7s;
       -moz-animation-duration: .7s;
            animation-duration: .7s;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s; }
    .menu__open .burger.show .burger__nav-list li:first-child {
      -webkit-animation-delay: .2s;
         -moz-animation-delay: .2s;
              animation-delay: .2s; }
    .menu__open .burger.show .burger__nav-list li:nth-child(2) {
      -webkit-animation-delay: .3s;
         -moz-animation-delay: .3s;
              animation-delay: .3s; }
    .menu__open .burger.show .burger__nav-list li:nth-child(3) {
      -webkit-animation-delay: .4s;
         -moz-animation-delay: .4s;
              animation-delay: .4s; }
    .menu__open .burger.show .burger__nav-list li:nth-child(4) {
      -webkit-animation-delay: .5s;
         -moz-animation-delay: .5s;
              animation-delay: .5s; }
    .menu__open .burger.show .burger__nav-list li:nth-child(5) {
      -webkit-animation-delay: .6s;
         -moz-animation-delay: .6s;
              animation-delay: .6s; }
    .menu__open .burger.show .burger__nav-list li:nth-child(6) {
      -webkit-animation-delay: .7s;
         -moz-animation-delay: .7s;
              animation-delay: .7s; }
    .menu__open .burger.show .burger__nav-list li:nth-child(7) {
      -webkit-animation-delay: .8s;
         -moz-animation-delay: .8s;
              animation-delay: .8s; }

.main-header__bottom {
  margin-top: auto; }
  .main-header__bottom h1 {
    font-size: 2.3em;
    margin-bottom: 1.5rem;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    color: white;
    z-index: 2; }
    @media (min-width: 768px) {
      .main-header__bottom h1 {
        margin-bottom: 3rem;
        font-size: 2.5em;
        text-align: left; } }
    @media (max-width: 534px) {
      .main-header__bottom h1 {
        font-size: 1.65rem; } }
    @media (max-width: 601px) {
      .main-header__bottom h1 {
        opacity: 0;
        -webkit-transition: .4s ease;
        -o-transition: .4s ease;
        -moz-transition: .4s ease;
        transition: .4s ease; } }

.header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2em;
  z-index: 2;
  width: 100%; }
  @media (min-width: 768px) {
    .header__nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin-bottom: 3em; } }
  @media (min-width: 1200px) {
    .header__nav {
      margin-bottom: 7em; } }
  @media (max-width: 601px) {
    .header__nav {
      opacity: 0;
      -webkit-transition: .4s ease;
      -o-transition: .4s ease;
      -moz-transition: .4s ease;
      transition: .4s ease; } }
  .header__nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin: 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    width: 100%;
    border: 1px solid white; }
    @media (min-width: 768px) {
      .header__nav ul {
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        width: 100%; } }
    .header__nav ul li {
      width: 33.33%;
      text-align: center;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-transition: background-color .3s;
      -o-transition: background-color .3s;
      -moz-transition: background-color .3s;
      transition: background-color .3s; }
      @media (min-width: 768px) {
        .header__nav ul li {
          width: 100%; } }
      .header__nav ul li:nth-of-type(1), .header__nav ul li:nth-of-type(2), .header__nav ul li:nth-of-type(3) {
        border-bottom: 1px solid white; }
        @media (min-width: 768px) {
          .header__nav ul li:nth-of-type(1), .header__nav ul li:nth-of-type(2), .header__nav ul li:nth-of-type(3) {
            border-bottom: none; } }
      .header__nav ul li:nth-of-type(1), .header__nav ul li:nth-of-type(2), .header__nav ul li:nth-of-type(3), .header__nav ul li:nth-of-type(4), .header__nav ul li:nth-of-type(5) {
        border-right: 1px solid white; }
      .header__nav ul li:nth-of-type(6) {
        /*display: none; */}
        @media (min-width: 768px) {
          .header__nav ul li:nth-of-type(6) {
            display: block;
            border-right: 1px solid white; } }
      .header__nav ul li.active, .header__nav ul li:hover {
        background-color: white; }
        .header__nav ul li.active a, .header__nav ul li:hover a {
          color: #282828; }
      .header__nav ul li a {
        text-transform: uppercase;
        color: white;
        text-decoration: none;
        font-weight: 300;
        display: block;
        padding: 10px 0;
        width: 100%;
        font-weight: 400;
        font-size: .9125em;
        -webkit-transition: color .3s , background .3s;
        -o-transition: color .3s , background .3s;
        -moz-transition: color .3s , background .3s;
        transition: color .3s , background .3s; }
        @media (min-width: 768px) {
          .header__nav ul li a {
            padding: .75em 0; } }

.presentation {
  background-color: black;
  padding: 8px 0 42px 0; }
  @media (min-width: 768px) {
    .presentation {
      padding: 5rem 0; } }

.presentation-slider {
  max-width: 968px; }
  .presentation-slider .presentation-slider__pagination {
    margin-top: 32px; }
  .presentation-slider .presentation-slider__navigation {
    top: 45%; }
  .presentation-slider__info.left {
    margin-right: auto; }
  .presentation-slider__info.right {
    margin-left: auto; }
  @media (max-width: 601px) {
    .presentation-slider__info.place {
      display: none; } }
  .presentation-slider-button-prev {
    margin-left: 5px; }
  .presentation-slider__navigation div svg {
    fill: #535353; }
  .presentation-slider-button-next {
    margin-right: 5px; }

.presentation-slider__item {
  position: relative;
  z-index: 1;
  max-width: 968px;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  margin-bottom: 5px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }
  @media (min-width: 768px) {
    .presentation-slider__item {
      padding: 1.5rem 1.75rem 2rem;
      height: auto; } }
  @media (max-width: 768px) {
    .presentation-slider__item {
      height: 260px; }
      .presentation-slider__item.bordered a {
        border-top: 1px solid black; } }
  @media (max-width: 601px) {
    .presentation-slider__item {
      height: 235px; } }
  .presentation-slider__item.archive_mark::after {
    color: white;
    content: "Архив";
    text-align: center;
    position: absolute;
    width: 299px;
    height: 20px;
    background: -webkit-linear-gradient(1.15deg, #0038FF 14.24%, #1371FF 92.59%);
    background: -moz-linear-gradient(1.15deg, #0038FF 14.24%, #1371FF 92.59%);
    background: -o-linear-gradient(1.15deg, #0038FF 14.24%, #1371FF 92.59%);
    background: linear-gradient(88.85deg, #0038FF 14.24%, #1371FF 92.59%);
    padding: 9px 0 5px;
    -webkit-transform: rotate(40deg);
       -moz-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
         -o-transform: rotate(40deg);
            transform: rotate(40deg);
    text-transform: uppercase;
    top: 132px;
    font-weight: 400;
    left: -114px; }
    @media (min-width: 768px) {
      .presentation-slider__item.archive_mark::after {
        right: -73px;
        top: 57px;
        left: unset; } }
  .presentation-slider__item img {
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-border-radius: inherit;
       -moz-border-radius: inherit;
            border-radius: inherit;
    top: 0;
    left: 0; }
    .presentation-slider__item img.desktop {
      display: none; }
      @media (min-width: 768px) {
        .presentation-slider__item img.desktop {
          display: block; } }
    .presentation-slider__item img.mobile {
      display: block; }
      @media (min-width: 768px) {
        .presentation-slider__item img.mobile {
          display: none; } }
  .presentation-slider__item .presentation-slider__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%;
    position: relative; }
    .presentation-slider__item .presentation-slider__inner .presentation-slider__pre-subtitle {
      margin: 0;
      z-index: 2;
      display: none; }
      .presentation-slider__item .presentation-slider__inner .presentation-slider__pre-subtitle span {
        font-size: 1.125rem;
        font-weight: 400; }
      @media (min-width: 768px) {
        .presentation-slider__item .presentation-slider__inner .presentation-slider__pre-subtitle {
          display: block;
          width: 100%;
          height: 1em;
          margin: 1rem 0; }
          .presentation-slider__item .presentation-slider__inner .presentation-slider__pre-subtitle.left {
            text-align: left; }
          .presentation-slider__item .presentation-slider__inner .presentation-slider__pre-subtitle.right {
            text-align: right; } }
    .presentation-slider__item .presentation-slider__inner h3 {
      width: 100%;
      font-family: "Bebas Neue", sans-serif;
      color: white;
      font-size: 1.5rem;
      letter-spacing: .05em;
      line-height: 1.08;
      margin-bottom: 1.75rem;
      margin-top: 2.25rem;
      z-index: 2; }
      @media (max-width: 768px) {
        .presentation-slider__item .presentation-slider__inner h3 {
          min-height: 50px;
          -webkit-box-sizing: border-box;
             -moz-box-sizing: border-box;
                  box-sizing: border-box; } }
      @media (min-width: 768px) {
        .presentation-slider__item .presentation-slider__inner h3 {
          margin: 2rem 0 3.6rem;
          font-size: 2.25rem;
          min-height: 3.35em; }
          .presentation-slider__item .presentation-slider__inner h3.left {
            text-align: left; }
          .presentation-slider__item .presentation-slider__inner h3.right {
            text-align: right; } }
      @media (min-width: 1200px) {
        .presentation-slider__item .presentation-slider__inner h3 {
          font-size: 3rem; } }
    .presentation-slider__item .presentation-slider__inner .presentation-slider__info-wrapper {
      padding: 0 16px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 768px) {
        .presentation-slider__item .presentation-slider__inner .presentation-slider__info-wrapper {
          min-height: 90px;
          -webkit-box-sizing: border-box;
             -moz-box-sizing: border-box;
                  box-sizing: border-box;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
             -moz-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      @media (max-width: 601px) {
        .presentation-slider__item .presentation-slider__inner .presentation-slider__info-wrapper {
          min-height: 40px; } }
      @media (min-width: 768px) {
        .presentation-slider__item .presentation-slider__inner .presentation-slider__info-wrapper {
          margin-top: auto;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
             -moz-box-orient: horizontal;
             -moz-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
             -moz-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          width: 100%;
          margin-bottom: 3.4rem;
          -webkit-box-sizing: border-box;
             -moz-box-sizing: border-box;
                  box-sizing: border-box; }
          .presentation-slider__item .presentation-slider__inner .presentation-slider__info-wrapper.left {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
               -moz-box-orient: vertical;
               -moz-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
               -moz-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start; }
          .presentation-slider__item .presentation-slider__inner .presentation-slider__info-wrapper.right {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
               -moz-box-orient: vertical;
               -moz-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: end;
            -webkit-align-items: flex-end;
               -moz-box-align: end;
                -ms-flex-align: end;
                    align-items: flex-end; } }
      .presentation-slider__item .presentation-slider__inner .presentation-slider__info-wrapper p {
        position: relative;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        font-weight: 400;
        font-size: 14px; }
        .presentation-slider__item .presentation-slider__inner .presentation-slider__info-wrapper p:first-child {
          margin-bottom: 12px; }
          @media (min-width: 768px) {
            .presentation-slider__item .presentation-slider__inner .presentation-slider__info-wrapper p:first-child {
              margin-bottom: 0; } }
        @media (min-width: 1200px) {
          .presentation-slider__item .presentation-slider__inner .presentation-slider__info-wrapper p:last-child {
            margin-right: 30px; } }
    .presentation-slider__item .presentation-slider__inner a {
      width: 100%;
      background-color: #fff;
      display: block;
      margin-top: auto;
      padding: 1.3rem 0 1.1rem;
      -webkit-border-radius: 0 0 8px 8px;
         -moz-border-radius: 0 0 8px 8px;
              border-radius: 0 0 8px 8px;
      font-size: 1em;
      color: black;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 400;
      letter-spacing: .1em;
      z-index: 2; }
      @media (min-width: 768px) {
        .presentation-slider__item .presentation-slider__inner a {
          background-color: transparent;
          color: white;
          -webkit-box-sizing: border-box;
             -moz-box-sizing: border-box;
                  box-sizing: border-box;
          -webkit-border-radius: 30px;
             -moz-border-radius: 30px;
                  border-radius: 30px;
          width: 100%;
          text-align: center;
          letter-spacing: .1em;
          padding: 1.3rem 0 1.1rem;
          display: block;
          color: white;
          -webkit-transition: .25s ease;
          -o-transition: .25s ease;
          -moz-transition: .25s ease;
          transition: .25s ease; }
          .presentation-slider__item .presentation-slider__inner a.left {
            -webkit-align-self: flex-start;
                -ms-flex-item-align: start;
                    align-self: flex-start;
            width: 50%; }
          .presentation-slider__item .presentation-slider__inner a.right {
            -webkit-align-self: flex-end;
                -ms-flex-item-align: end;
                    align-self: flex-end;
            width: 50%; }
          .presentation-slider__item .presentation-slider__inner a.golden {
            border: 2px solid #d7ae7e; }
            .presentation-slider__item .presentation-slider__inner a.golden:hover {
              -webkit-transition: .25s ease-in-out;
              -o-transition: .25s ease-in-out;
              -moz-transition: .25s ease-in-out;
              transition: .25s ease-in-out;
              background-color: #d7ae7e;
              color: black; }
          .presentation-slider__item .presentation-slider__inner a.white {
            border: 2px solid white; }
            .presentation-slider__item .presentation-slider__inner a.white:hover {
              -webkit-transition: .25s ease-in-out;
              -o-transition: .25s ease-in-out;
              -moz-transition: .25s ease-in-out;
              transition: .25s ease-in-out;
              background-color: white;
              color: black; } }

.books {
  background: #efefef;
  padding: 42px 0; }
  .books .container {
    overflow: hidden;
    padding-bottom: 50px; }

.books-slider {
  max-width: 968px;
  position: relative;
  overflow: hidden; }
  .books-slider .swiper-slide {

    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease; }

  .books-slider .slider-navigation {
    top: 50%; }
  .books-slider .books-slider__wrapper {
    width: auto; }
    .books-slider .books-slider__wrapper .books-slider__item {
      padding: 2em 1em;
      height: auto;
      background: #fff;
      color: #171717;
      -webkit-box-shadow: 0 7px 7px rgba(0, 0, 0, 0.07);
         -moz-box-shadow: 0 7px 7px rgba(0, 0, 0, 0.07);
              box-shadow: 0 7px 7px rgba(0, 0, 0, 0.07);
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-border-radius: 5px;
         -moz-border-radius: 5px;
              border-radius: 5px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      max-height: 786px; }
      @media (min-width: 768px) {
        .books-slider .books-slider__wrapper .books-slider__item {
          padding: 2em; } }
      @media (min-width: 1200px) {
        .books-slider .books-slider__wrapper .books-slider__item {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
             -moz-box-orient: horizontal;
             -moz-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          max-height: 450px;
          min-height: 450px; } }
      .books-slider .books-slider__wrapper .books-slider__item .books-slider__img {
        margin-bottom: 16px;
        text-align: center;
        width: 100%;
        max-height: 50%; }
        @media (min-width: 1200px) {
          .books-slider .books-slider__wrapper .books-slider__item .books-slider__img {
            max-height: 100%;
            width: 50%; } }
        @media (max-width: 534px) {
          .books-slider .books-slider__wrapper .books-slider__item .books-slider__img {
            margin-bottom: 2rem; } }
        .books-slider .books-slider__wrapper .books-slider__item .books-slider__img img {
          max-width: 14rem;
          max-height: 100%;
          -webkit-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.2);
             -moz-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.2);
                  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.2); }
          @media (max-width: 534px) {
            .books-slider .books-slider__wrapper .books-slider__item .books-slider__img img {
              max-width: 47%; } }
      .books-slider .books-slider__wrapper .books-slider__item .books-slider__inner {
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        @media (min-width: 1200px) {
          .books-slider .books-slider__wrapper .books-slider__item .books-slider__inner {
            height: auto;
            width: 50%;
            padding-right: 15px; } }
        .books-slider .books-slider__wrapper .books-slider__item .books-slider__inner h3 {
          font-family: "Bebas Neue", sans-serif;
          font-weight: 700;
          font-size: 2em;
          text-transform: uppercase;
          letter-spacing: .05em;
          display: block;
          margin-top: 0;
          margin-bottom: 1em;
          position: relative;
          text-align: center; }
          @media (min-width: 768px) {
            .books-slider .books-slider__wrapper .books-slider__item .books-slider__inner h3 {
              text-align: left; } }
          .books-slider .books-slider__wrapper .books-slider__item .books-slider__inner h3::after {
            content: "";
            position: absolute;
            width: 80%;
            height: 1px;
            background: #f0c483;
            left: 50%;
            bottom: -.5em;
            -webkit-transform: translate3d(-50%, 0, 0);
               -moz-transform: translate3d(-50%, 0, 0);
                    transform: translate3d(-50%, 0, 0); }
            @media (min-width: 768px) {
              .books-slider .books-slider__wrapper .books-slider__item .books-slider__inner h3::after {
                left: 40%; } }
        .books-slider .books-slider__wrapper .books-slider__item .books-slider__inner p {
          text-align: center;
          font-size: .875em;
          line-height: 1.5;
          margin-top: 0;
          font-weight: 400; }
          @media (min-width: 768px) {
            .books-slider .books-slider__wrapper .books-slider__item .books-slider__inner p {
              text-align: left;
              margin-bottom: 1.75em; } }
        .books-slider .books-slider__wrapper .books-slider__item .books-slider__inner .books-slider__link-wrapper {
          margin-top: auto;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .books-slider .books-slider__wrapper .books-slider__item .books-slider__inner .books-slider__link-wrapper a {
            font-size: 1em;
            font-weight: 500;
            padding: 1em 0 .85em; }
            @media (max-width: 769px) {
              .books-slider .books-slider__wrapper .books-slider__item .books-slider__inner .books-slider__link-wrapper a:first-child {
                margin-bottom: 1rem; } }
          @media (min-width: 768px) {
            .books-slider .books-slider__wrapper .books-slider__item .books-slider__inner .books-slider__link-wrapper {
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              -webkit-flex-direction: row;
                 -moz-box-orient: horizontal;
                 -moz-box-direction: normal;
                  -ms-flex-direction: row;
                      flex-direction: row; }
              .books-slider .books-slider__wrapper .books-slider__item .books-slider__inner .books-slider__link-wrapper a {
                min-width: -webkit-max-content;
                min-width: -moz-max-content;
                min-width: max-content; }
                .books-slider .books-slider__wrapper .books-slider__item .books-slider__inner .books-slider__link-wrapper a:first-child {
                  padding: 1em 41px .85em;
                  margin-right: 30px; } }
          .books-slider .books-slider__wrapper .books-slider__item .books-slider__inner .books-slider__link-wrapper a:first-child:hover {
            color: white; }
          .books-slider .books-slider__wrapper .books-slider__item .books-slider__inner .books-slider__link-wrapper a:last-child {
            font-weight: 500; }
            .books-slider .books-slider__wrapper .books-slider__item .books-slider__inner .books-slider__link-wrapper a:last-child:hover {
              color: black; }
  .books-slider .books-slider__pagination {
    margin-top: 16px;
    position: absolute;
    bottom: -35px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.draft {
  background-color: #252525;
  padding: 2rem 0; }
  @media (min-width: 768px) {
    .draft {
      padding: 4rem 0 2rem; } }
  @media (min-width: 768px) {
    .draft h2 {
      margin-bottom: 30px; } }

.draft-slider {
  position: relative; }
  .draft-slider .draft-slider__navigation {
    z-index: 5;
    top: 45%; }
    .draft-slider .draft-slider__navigation div:first-child {
      margin-left: -6px; }
    .draft-slider .draft-slider__navigation div:last-child {
      margin-right: -6px; }
  @media (min-width: 768px) {
    .draft-slider::before {
      content: "";
      position: absolute;
      height: 100%;
      width: 5.5em;
      background: -webkit-gradient(linear, left top, right top, color-stop(39%, #252525), to(rgba(37, 37, 37, 0)));
      background: -webkit-linear-gradient(left, #252525 39%, rgba(37, 37, 37, 0) 100%);
      background: -moz-linear-gradient(left, #252525 39%, rgba(37, 37, 37, 0) 100%);
      background: -o-linear-gradient(left, #252525 39%, rgba(37, 37, 37, 0) 100%);
      background: linear-gradient(to right, #252525 39%, rgba(37, 37, 37, 0) 100%);
      top: 0;
      left: 0;
      z-index: 4; }
    .draft-slider::after {
      content: "";
      position: absolute;
      height: 100%;
      width: 5.5em;
      background: -webkit-gradient(linear, right top, left top, color-stop(39%, #252525), to(rgba(37, 37, 37, 0)));
      background: -webkit-linear-gradient(right, #252525 39%, rgba(37, 37, 37, 0) 100%);
      background: -moz-linear-gradient(right, #252525 39%, rgba(37, 37, 37, 0) 100%);
      background: -o-linear-gradient(right, #252525 39%, rgba(37, 37, 37, 0) 100%);
      background: linear-gradient(to left, #252525 39%, rgba(37, 37, 37, 0) 100%);
      top: 0;
      right: 0;
      z-index: 4; } }

.draft-slider.swiper-container {
  padding-bottom: 3rem;
  position: relative; }
  @media (min-width: 768px) {
    .draft-slider.swiper-container {
      padding-bottom: 5rem; } }
  @media (min-width: 768px) {
    .draft-slider.swiper-container .draft-slider__wrapper {
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      min-height: 250px; } }
  @media (min-width: 900px) {
    .draft-slider.swiper-container .draft-slider__wrapper {
      min-height: 253px; } }

.draft-slider__item a {
  display: block; }
  .draft-slider__item a img {
    width: 100%;
    -webkit-transform: translate3d(-13px, 2rem, 0) scale(0.9);
       -moz-transform: translate3d(-13px, 2rem, 0) scale(0.9);
            transform: translate3d(-13px, 2rem, 0) scale(0.9);
    -webkit-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    -moz-transition: .4s ease-out;
    transition: .4s ease-out;
    max-width: 340px; }
    @media (min-width: 768px) {
      .draft-slider__item a img {
        -webkit-transform: translate3d(-13px, 2rem, 0) scale(1.1);
           -moz-transform: translate3d(-13px, 2rem, 0) scale(1.1);
                transform: translate3d(-13px, 2rem, 0) scale(1.1); } }
    @media (min-width: 800px) {
      .draft-slider__item a img {
        -webkit-transform: translate3d(-13px, 2rem, 0) scale(1);
           -moz-transform: translate3d(-13px, 2rem, 0) scale(1);
                transform: translate3d(-13px, 2rem, 0) scale(1); } }

.draft-slider__item.active a img {
  -webkit-transform: translate3d(-15px, 2rem, 0) scale(1.2);
     -moz-transform: translate3d(-15px, 2rem, 0) scale(1.2);
          transform: translate3d(-15px, 2rem, 0) scale(1.2);
  -webkit-filter: brightness(1.39) contrast(1.26);
          filter: brightness(1.39) contrast(1.26);
  -webkit-transition: .4s ease-out;
  -o-transition: .4s ease-out;
  -moz-transition: .4s ease-out;
  transition: .4s ease-out; }
  @media (min-width: 768px) {
    .draft-slider__item.active a img {
      -webkit-transform: translate3d(-15px, 2rem, 0) scale(1.4);
         -moz-transform: translate3d(-15px, 2rem, 0) scale(1.4);
              transform: translate3d(-15px, 2rem, 0) scale(1.4); } }

.draft-slider__item:hover img {
  -webkit-transform: translate3d(-15px, 2rem, 0) scale(1.05);
     -moz-transform: translate3d(-15px, 2rem, 0) scale(1.05);
          transform: translate3d(-15px, 2rem, 0) scale(1.05);
  -webkit-filter: brightness(1.39) contrast(1.26);
          filter: brightness(1.39) contrast(1.26); }

.draft-subslider .draft-subslider__pagination {
  margin-top: 8px; }

.draft-subslider__inner + p {
  margin-top: 31px; }

.draft-subslider__text + .draft-subslider__inner {
  margin-top: auto;
  margin-bottom: 24px}

.draft-subslider__item {
  margin-top: 20px;
  background-color: #252525;
  opacity: 0;
  display: flex;
  flex-direction: column;
  height: auto;
  position: relative;
  visibility: hidden; }
  .draft-subslider__item.active {
    z-index: 2;
    visibility: visible; }
  .draft-subslider__item .draft-subslider__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    margin-top: auto;
    margin-bottom: 24px;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .draft-subslider__item .draft-subslider__inner a {
      border: 1px solid #f7c279;
      -webkit-border-radius: 8px;
         -moz-border-radius: 8px;
              border-radius: 8px;
      width: 148px;
      font-size: 14px;
      font-weight: 400;
      color: #f7c279;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      letter-spacing: .05em;
      cursor: pointer;
      text-decoration: none;
      padding: .9em 1.1em 1em;
      text-align: center; }
      .draft-subslider__item .draft-subslider__inner a:first-child {
        margin-right: 15px; }
      .draft-subslider__item .draft-subslider__inner a.book-icon {
        position: relative;
        padding-left: 2em; }
        .draft-subslider__item .draft-subslider__inner a.book-icon::before {
          position: absolute;
          content: url(/icons/iBooks.svg);
          width: 20px;
          height: 17px;
          margin-right: 5px;
          left: 15%; }
  .draft-subslider__item p {
    font-size: .9125em;
    color: white;
    text-align: center;
    font-weight: 400;
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.6;
    margin-bottom: 24px;
  }

.about {
  padding: 3em 0 4.5em;
  background-color: #535353; }
  .about h2 {
    margin-bottom: 1.25em;
    margin-top: 1em; }
  .about .about__video {
    position: relative;
    width: 100%;
    padding-bottom: 50%;
    height: 0; }
    .about .about__video:last-child {
      margin-top: 2rem; }
      @media (min-width: 768px) {
        .about .about__video:last-child {
          display: none; } }
    .about .about__video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.club {
  padding: 4rem 0;
  position: relative;
  background-color: #273629;
  z-index: 1; }
  .club .club__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/images/club-bg.png);
    -moz-background-size: cover;
         background-size: cover;
    opacity: .3;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1; }
  .club .club__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 1; }
    .club .club__wrapper .club__inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (min-width: 768px) {
        .club .club__wrapper .club__inner {
          margin-bottom: 3rem;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
             -moz-box-orient: horizontal;
             -moz-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
      .club .club__wrapper .club__inner .club__text-inner {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
           -moz-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
        @media (min-width: 768px) {
          .club .club__wrapper .club__inner .club__text-inner {
            -webkit-box-ordinal-group: unset;
            -webkit-order: unset;
               -moz-box-ordinal-group: unset;
                -ms-flex-order: unset;
                    order: unset;
            max-width: 60%; } }
        .club .club__wrapper .club__inner .club__text-inner h2 {
          font-family: "Bebas Neue", sans-serif;
          letter-spacing: .1em;
          text-transform: uppercase;
          font-size: 2.25em;
          line-height: 1.25;
          text-align: center;
          font-weight: 400; }
          @media (min-width: 768px) {
            .club .club__wrapper .club__inner .club__text-inner h2 {
              text-align: left; } }
        .club .club__wrapper .club__inner .club__text-inner p {
          font-size: .9125em;
          text-align: center;
          color: white;
          font-weight: 400;
          line-height: 1.6; }
          @media (min-width: 768px) {
            .club .club__wrapper .club__inner .club__text-inner p {
              text-align: left; } }
      .club .club__wrapper .club__inner img {
        max-width: 60%;
        -webkit-align-self: center;
            -ms-flex-item-align: center;
                align-self: center;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
           -moz-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0; }
        @media (min-width: 768px) {
          .club .club__wrapper .club__inner img {
            max-width: 25%;
            margin: auto; } }
    .club .club__wrapper a {
      margin-top: 15px;
      color: #f7c279; }
      @media (min-width: 768px) {
        .club .club__wrapper a {
          margin: 0 auto;
          min-width: 280px;
          font-weight: 400;
          padding: 15px 50px 12px; } }

.contacts {
  background-color: #252525;
  color: #f7c279;
  padding: 42px 0; }
  .contacts .contacts__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 1200px) {
      .contacts .contacts__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .contacts .contacts__wrapper img {
      width: 28%;
      display: block;
      margin: auto;
      padding-top: 1.5em;
      -o-object-fit: contain;
         object-fit: contain; }
      @media (min-width: 1200px) {
        .contacts .contacts__wrapper img {
          margin: 0;
          width: 30%;
          margin-right: 180px; } }
    .contacts .contacts__wrapper .contacts__inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .contacts .contacts__wrapper .contacts__inner h2 {
        font-weight: 300;
        line-height: 1.4;
        margin: 20px 0;
        font-size: 1.25em; }
        @media (min-width: 768px) {
          .contacts .contacts__wrapper .contacts__inner h2 {
            font-size: 1.5em; } }
        @media (min-width: 1200px) {
          .contacts .contacts__wrapper .contacts__inner h2 {
            text-align: left; } }
      .contacts .contacts__wrapper .contacts__inner p {
        text-align: center;
        font-size: .9125em;
        font-weight: 400;
        line-height: 1.6; }
        @media (min-width: 768px) {
          .contacts .contacts__wrapper .contacts__inner p {
            font-size: .875em;
            max-width: 65%;
            -webkit-align-self: center;
                -ms-flex-item-align: center;
                    align-self: center; } }
        @media (min-width: 1200px) {
          .contacts .contacts__wrapper .contacts__inner p {
            text-align: left;
            -webkit-align-self: unset;
                -ms-flex-item-align: unset;
                    align-self: unset; } }
      .contacts .contacts__wrapper .contacts__inner .contacts__link-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        @media (min-width: 768px) {
          .contacts .contacts__wrapper .contacts__inner .contacts__link-wrapper {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
               -moz-box-orient: horizontal;
               -moz-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-pack: space-evenly;
            -webkit-justify-content: space-evenly;
               -moz-box-pack: space-evenly;
                -ms-flex-pack: space-evenly;
                    justify-content: space-evenly; } }
  @media (min-width: 768px) and (min-width: 1200px) {
    .contacts .contacts__wrapper .contacts__inner .contacts__link-wrapper {
      -webkit-box-pack: unset;
      -webkit-justify-content: unset;
         -moz-box-pack: unset;
          -ms-flex-pack: unset;
              justify-content: unset; } }
        .contacts .contacts__wrapper .contacts__inner .contacts__link-wrapper a {
          font-weight: 400;
          color: #f7c279;
          -webkit-transition: .25s ease;
          -o-transition: .25s ease;
          -moz-transition: .25s ease;
          transition: .25s ease;
          padding: 1.2em 1em 1em; }
          .contacts .contacts__wrapper .contacts__inner .contacts__link-wrapper a:first-child {
            margin-bottom: 1.5em; }
            @media (min-width: 768px) {
              .contacts .contacts__wrapper .contacts__inner .contacts__link-wrapper a:first-child {
                margin-bottom: 0; } }
            .contacts .contacts__wrapper .contacts__inner .contacts__link-wrapper a:first-child:hover {
              color: white;
              -webkit-transition: .25s ease;
              -o-transition: .25s ease;
              -moz-transition: .25s ease;
              transition: .25s ease; }
          @media (min-width: 768px) {
            .contacts .contacts__wrapper .contacts__inner .contacts__link-wrapper a {
              border: none; } }
          @media (min-width: 1200px) {
            .contacts .contacts__wrapper .contacts__inner .contacts__link-wrapper a {
              margin-right: 50px;
              padding-left: 0; } }
          .contacts .contacts__wrapper .contacts__inner .contacts__link-wrapper a:last-child:hover {
            color: black; }
            @media (min-width: 768px) {
              .contacts .contacts__wrapper .contacts__inner .contacts__link-wrapper a:last-child:hover {
                color: white;
                background: transparent; } }

.archive {
  background-color: white;
  padding: 30px 0;
  font-family: "DIN 2014"; }

    .archive {
      height: auto !important; }
  .archive .container {
    margin: 0 auto;
    max-width: 600px; }
    .archive .container .archive__link {
      text-align: center;
      padding: 1em 2em 1em;
      -webkit-border-radius: 5px;
         -moz-border-radius: 5px;
              border-radius: 5px;
      display: block;
      font-family: "Gotham Pro", sans-serif;
      text-transform: uppercase;
      letter-spacing: .1em;
      font-size: 1em;
      color: black;
      border: 2px solid black;
      font-weight: 400;
      text-decoration: none;
      -webkit-transition: .25s ease;
      -o-transition: .25s ease;
      -moz-transition: .25s ease;
      transition: .25s ease;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box; }
      @media (min-width: 1200px) {
        .archive .container .archive__link {
          margin-top: 30px; } }
    .archive .container .archive__list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-left: 0;
      padding-top: 5px;
      -webkit-margin-before: 0;
              margin-block-start: 0; }
      @media (min-width: 1200px) {
        .archive .container .archive__list li {
          padding-top: 10px; } }
      .archive .container .archive__list li a {
        text-decoration: none; }
        .archive .container .archive__list li a .archive__item-wrapper {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .archive .container .archive__list li a .archive__item-wrapper h3 {
            margin-bottom: 12px;
            font-size: 18px;
            line-height: 1.1;
            font-weight: 600;
            text-transform: uppercase;
            color: black; }
            .archive .container .archive__list li a .archive__item-wrapper h3.desktop {
              display: none; }
              @media (min-width: 1200px) {
                .archive .container .archive__list li a .archive__item-wrapper h3.desktop {
                  display: block;
                  margin-top: 0; } }
            .archive .container .archive__list li a .archive__item-wrapper h3.mobile {
              display: block; }
              @media (min-width: 1200px) {
                .archive .container .archive__list li a .archive__item-wrapper h3.mobile {
                  display: none; } }
          .archive .container .archive__list li a .archive__item-wrapper .archive__item-inner {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex; }
            .archive .container .archive__list li a .archive__item-wrapper .archive__item-inner p {
              color: black;
              margin-top: 0;
              margin-right: 20px; }
            .archive .container .archive__list li a .archive__item-wrapper .archive__item-inner img {
              width: 46%;
              -webkit-align-self: flex-start;
                  -ms-flex-item-align: start;
                      align-self: flex-start; }
      .archive .container .archive__list li:not(:last-child) {
        padding-bottom: 10px;
        border-bottom: 1px solid #b3b3b3; }


@-webkit-keyframes translate {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-moz-keyframes translate {
  0% {
    opacity: 0;
    -moz-transform: translateY(50px);
         transform: translateY(50px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0); } }

@keyframes translate {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
       -moz-transform: translateY(50px);
         -o-transform: translateY(50px);
            transform: translateY(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); } }

.container {
  padding: 0 10px; }
  @media (min-width: 1200px) {
    .container {
      width: 1120px;
      padding: 0 40px;
      margin: 0 auto; } }

ul {
  list-style: none; }

body {
  font-family: "Gotham Pro", sans-serif;
  font-weight: 300;
  position: relative;
  font-size: 13px; }
  @media (min-width: 400px) {
    body {
      font-size: 14px; } }
  @media (min-width: 600px) {
    body {
      font-size: 15px; } }
  @media (min-width: 800px) {
    body {
      font-size: 16px; } }

html, body {
  height: 100%; }

.gm-style-cc {
  display: none; }

.scroll-anchor {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%; }

.menu__open {
  overflow: hidden; }

.subtitle {
  color: #f7c279;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .1em;
  line-height: 1.4;
  font-size: 1.5em;
  font-weight: 300; }
  @media (min-width: 768px) {
    .subtitle {
      font-size: 1.5em; } }

.slider-navigation {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  z-index: 2;
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (min-width: 1200px) {
    .slider-navigation {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
      .slider-navigation div {
        cursor: pointer;
        outline: none; }
        .slider-navigation div svg {
          width: 28px;
          height: 28px; }
          .slider-navigation div svg path {
            -webkit-transition: .3s ease-in;
            -o-transition: .3s ease-in;
            -moz-transition: .3s ease-in;
            transition: .3s ease-in; }
          .slider-navigation div svg:hover path {
            -webkit-transition: .3s ease-in-out;
            -o-transition: .3s ease-in-out;
            -moz-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
            fill: #f7c279; } }

.link {
  font-weight: 500;
  text-align: center;
  padding: 1em 0 .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  text-decoration: none;
  font-size: 1em;
  -webkit-transition: .25s ease;
  -o-transition: .25s ease;
  -moz-transition: .25s ease;
  transition: .25s ease;
  cursor: pointer;
  font-weight: 400;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }
  .link.square {
    border: 2px solid; }
  .link.golden {
    color: #f0c483; }

.link.square.golden {
  -webkit-transition: .25s ease;
  -o-transition: .25s ease;
  -moz-transition: .25s ease;
  transition: .25s ease;
  padding: 1.35em 2em .8em; }
  .link.square.golden:hover {
    background-color: #f0c483;
    color: black;
    border-color: #f0c483;
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }

.date {
  padding-left: 35px;
  position: relative; }
  .date::before {
    position: absolute;
    content: url(/icons/date-icon.svg);
    left: 0;
    top: -2px; }

.place {
  padding-left: 35px;
  position: relative; }
  .place::before {
    position: absolute;
    content: url(/icons/place-icon.svg);
    left: 0;
    top: -2px; }

.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer; }
  .close-button svg {
    width: 38px;
    height: 38px; }

.golden {
  color: #f7c279; }

.white {
  color: white; }

.black {
  color: #171717; }

.slider-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.bullet-white {
  background-color: white;
  width: 8px;
  opacity: .15;
  height: 8px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: opacity .15s, background-color .25s;
  -o-transition: opacity .15s, background-color .25s;
  -moz-transition: opacity .15s, background-color .25s;
  transition: opacity .15s, background-color .25s;
  outline: none;
  cursor: pointer; }
  .bullet-white:not(:last-child) {
    margin-right: 20px; }

.bullet-black {
  background-color: black;
  width: 8px;
  opacity: .15;
  height: 8px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: opacity .15s, background-color .25s;
  -o-transition: opacity .15s, background-color .25s;
  -moz-transition: opacity .15s, background-color .25s;
  transition: opacity .15s, background-color .25s;
  outline: none;
  cursor: pointer; }
  .bullet-black:not(:last-child) {
    margin-right: 20px; }

.bullet-black_active {
  -webkit-transition: opacity .35s, background-color .15s;
  -o-transition: opacity .35s, background-color .15s;
  -moz-transition: opacity .35s, background-color .15s;
  transition: opacity .35s, background-color .15s;
  opacity: 1; }

.bullet-white_active {
  background-color: #f7c279;
  color: #f7c279;
  -webkit-transition: opacity .35s, background-color .15s;
  -o-transition: opacity .35s, background-color .15s;
  -moz-transition: opacity .35s, background-color .15s;
  transition: opacity .35s, background-color .15s;
  opacity: 1; }

.bullet-orange_active {
  background-color: #d3652a;
  color: #d3652a;
  -webkit-transition: opacity .35s, background-color .15s;
  -o-transition: opacity .35s, background-color .15s;
  -moz-transition: opacity .35s, background-color .15s;
  transition: opacity .35s, background-color .15s;
  opacity: 1; }

@media (min-width: 1200px) {
  .block {
    /*height: 100vh;*/
    min-height: 80vh;
    height: max-content;
    padding: 40px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    }
    .block:last-child {
      height: -webkit-calc(100vh - 140px);
      height: -moz-calc(100vh - 140px);
      height: calc(100vh - 140px); } }


@media (min-width: 1800px){

  .block:last-child {
    height: -webkit-calc(80vh - 140px);
    height: -moz-calc(80vh - 140px);
    height: calc(80vh - 140px); } }
  /*.block {*/
  /*  height: 80vh;*/
  /*}*/



@media (min-width: 1921px){

  /*.block {*/
  /*  height: 75vh;*/
  /*}*/
  .block:last-child {
    height: -webkit-calc(75vh - 140px);
    height: -moz-calc(75vh - 140px);
    height: calc(75vh - 140px); } }


.block-pagination {
  position: fixed;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 50%;
  z-index: 100;
  right: 15px; }
  @media (min-width: 1200px) {
    .block-pagination {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; } }

.block-pagination__link {
  margin: 6px; }

.block-pagination__bullet {
  background-color: #333;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  display: block;
  -webkit-transition: background-color .25s;
  -o-transition: background-color .25s;
  -moz-transition: background-color .25s;
  transition: background-color .25s;
  outline: none; }
  .block-pagination__bullet.active {
    -webkit-transition-delay: .1s;
       -moz-transition-delay: .1s;
         -o-transition-delay: .1s;
            transition-delay: .1s; }
    .block-pagination__bullet.active.white {
      background-color: #fff; }
    .block-pagination__bullet.active.golden {
      background-color: #f0c483; }
    .block-pagination__bullet.active.orange {
      background-color: #d3652a; }

.form {
  max-width: 680px;
  margin: 0 auto;
  transition: opacity .5s ease, visibility 0s linear .5s, width 0s linear .5s;
  visibility: visible;
  opacity: 1;

}
  .form.hidden{
    /*visibility: hidden;*/
    /*opacity: 0;*/
    /*transition-delay: 0s;*/
    /*overflow: hidden;*/
    /*width: 1px;*/

    display: none;
  }
  .form .form__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .form .form__wrapper .form__inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 14px; }
      @media (min-width: 768px) {
        .form .form__wrapper .form__inner {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
             -moz-box-orient: horizontal;
             -moz-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
             -moz-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          .form .form__wrapper .form__inner label {
            width: 48%; }
          .form .form__wrapper .form__inner:last-child {
            margin-top: 24px; }
            .form .form__wrapper .form__inner:last-child label:first-child {
              width: -webkit-max-content;
              width: -moz-max-content;
              width: max-content; } }
  .form .form__input {
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    color: #e1e1e1;
    background-color: #222;
    outline: none;
    border: none;
    margin-bottom: 14px;
    padding: 14px;
    border-bottom: 1px solid #222;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    transition: .2s ease-in-out; }
    .form .form__input:focus {
      border-bottom: 1px solid #f7c279; }
    .form .form__input.form__input_textarea {
      resize: none;
      min-height: 6em; }
  .form span {
    color: #636363;
    font-size: 12px;
    font-weight: 300;
    vertical-align: middle; }
    .form span a {
      -webkit-transition: .25s ease;
      -o-transition: .25s ease;
      -moz-transition: .25s ease;
      transition: .25s ease;
      color: #636363; }
      .form span a:hover {
        -webkit-transition: .25s ease;
        -o-transition: .25s ease;
        -moz-transition: .25s ease;
        transition: .25s ease;
        color: white; }
  .form button.square.link {
    background: transparent;
    margin-top: 32px;
    font-weight: 400; }
    @media (min-width: 768px) {
      .form button.square.link {
        font-size: 16px;
        margin-top: unset;
        border: none;
        padding: 0; }
        .form button.square.link:hover {
          background: transparent;
          color: white; } }

.label_checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 20px; }
.label_checkbox .custom-checkbox__wrapper {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  position: relative; }
.label_checkbox .custom-checkbox__wrapper .custom-checkbox {
  opacity: 0;
  position: relative;
  margin-right: 25px;
  border: none;
  background: transparent;
  height: 20px;
  width: 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }
.label_checkbox .custom-checkbox__wrapper .custom-checkbox + div {
  cursor: pointer; }
.label_checkbox .custom-checkbox__wrapper .custom-checkbox + div:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background-color: #171717;
  cursor: pointer;
  top: -3px; }
.label_checkbox .custom-checkbox__wrapper .custom-checkbox + div:before {
  top: 2px;
  left: 5px;
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #f7c279;
  z-index: 2;
  opacity: 0;
  -webkit-transition: .18s ease-in-out;
  -o-transition: .18s ease-in-out;
  -moz-transition: .18s ease-in-out;
  transition: .18s ease-in-out; }
.label_checkbox .custom-checkbox__wrapper .custom-checkbox:checked + div:before {
  -webkit-transition: .18s ease-in-out;
  -o-transition: .18s ease-in-out;
  -moz-transition: .18s ease-in-out;
  transition: .18s ease-in-out;
  opacity: 1; }

.modal__politic, .modal__offer {
  position: fixed;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #171717;
  z-index: 12;
  height: 100vh;
  overflow-y: auto;
  -webkit-transition: visibility 0s linear .3s, opacity .3s ease;
  -o-transition: visibility 0s linear .3s, opacity .3s ease;
  -moz-transition: visibility 0s linear .3s, opacity .3s ease;
  transition: visibility 0s linear .3s, opacity .3s ease;
  padding: 2em;
  opacity: 0;
  visibility: hidden; }
  .modal__politic.show, .modal__offer.show {
    pointer-events: all;
    visibility: visible;
    opacity: 1;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
    -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s; }
  .modal__politic .modal-politic__container, .modal__politic .modal-offer__container, .modal__offer .modal-politic__container, .modal__offer .modal-offer__container {
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 60px; }
  .modal__politic p, .modal__offer p {
    color: white;
    font-size: 12px;
    line-height: 1.5; }
    .modal__politic p.modal-politic__text, .modal__offer p.modal-politic__text {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  .modal__politic a, .modal__offer a {
    color: #f7c279; }
  .modal__politic h3:not(:first-child), .modal__offer h3:not(:first-child) {
    text-align: left; }

.modal__offer .modal-offer__close {
  position: fixed;
  right: 18px; }

.modal__offer .modal-offer__container {
  padding-bottom: 160px; }
  .modal__offer .modal-offer__container h3 {
    text-align: center; }

.modal__offer .modal-offer__bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  padding: 1.5em;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #f7c279;
  text-align: center;
  background: #171717; }
.modal__offer .modal-offer__bottom .modal-offer__label {
  line-height: 1.4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #f7c279;
  padding: 1em 3em;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 10px;
  font-weight: 400;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto; }
.modal__offer .modal-offer__bottom .modal-offer__label:hover {
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  background-color: #f7c279; }
.modal__offer .modal-offer__bottom .modal-offer__label:hover span {
  color: #171717; }
.modal__offer .modal-offer__bottom .modal-offer__label .custom-checkbox__wrapper {
  margin-right: 30px; }
.modal__offer .modal-offer__bottom .modal-offer__label .custom-checkbox__wrapper input {
  width: 0px;
  height: 0px;
  margin-right: 0; }
.modal__offer .modal-offer__bottom .modal-offer__label .custom-checkbox__wrapper input + div::after {
  background-color: #080808; }
.modal__offer .modal-offer__bottom .modal-offer__label span {
  color: #f7c279;
  display: block; }

@media (min-width: 768px) {
  .alt-header__top {
    padding: 0; }
    .alt-header__top .header__logo, .alt-header__top .header__burger-button, .alt-header__top .header__burger {
      display: none; } }

.cluster div {
  top: 35%; }

@media (max-width: 600px) {
  .mobile-hidden {
    visibility: hidden !important;
    position: absolute !important; } }

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1; }

.animate__animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
       animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  -moz-animation-duration: var(--animate-duration);
       animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
       animation-fill-mode: both; }

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
       animation-iteration-count: infinite; }

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
       animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  -moz-animation-iteration-count: var(--animate-repeat);
       animation-iteration-count: var(--animate-repeat); }

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: -webkit-calc(1 * 2);
  -moz-animation-iteration-count: -moz-calc(1 * 2);
       animation-iteration-count: calc(1 * 2);
  -webkit-animation-iteration-count: -webkit-calc(var(--animate-repeat) * 2);
  -moz-animation-iteration-count: -moz-calc(var(--animate-repeat) * 2);
       animation-iteration-count: calc(var(--animate-repeat) * 2); }

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: -webkit-calc(1 * 3);
  -moz-animation-iteration-count: -moz-calc(1 * 3);
       animation-iteration-count: calc(1 * 3);
  -webkit-animation-iteration-count: -webkit-calc(var(--animate-repeat) * 3);
  -moz-animation-iteration-count: -moz-calc(var(--animate-repeat) * 3);
       animation-iteration-count: calc(var(--animate-repeat) * 3); }

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
       animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  -moz-animation-delay: var(--animate-delay);
       animation-delay: var(--animate-delay); }

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: -webkit-calc(1s * 2);
  -moz-animation-delay: -moz-calc(1s * 2);
       animation-delay: calc(1s * 2);
  -webkit-animation-delay: -webkit-calc(var(--animate-delay) * 2);
  -moz-animation-delay: -moz-calc(var(--animate-delay) * 2);
       animation-delay: calc(var(--animate-delay) * 2); }

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: -webkit-calc(1s * 3);
  -moz-animation-delay: -moz-calc(1s * 3);
       animation-delay: calc(1s * 3);
  -webkit-animation-delay: -webkit-calc(var(--animate-delay) * 3);
  -moz-animation-delay: -moz-calc(var(--animate-delay) * 3);
       animation-delay: calc(var(--animate-delay) * 3); }

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: -webkit-calc(1s * 4);
  -moz-animation-delay: -moz-calc(1s * 4);
       animation-delay: calc(1s * 4);
  -webkit-animation-delay: -webkit-calc(var(--animate-delay) * 4);
  -moz-animation-delay: -moz-calc(var(--animate-delay) * 4);
       animation-delay: calc(var(--animate-delay) * 4); }

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: -webkit-calc(1s * 5);
  -moz-animation-delay: -moz-calc(1s * 5);
       animation-delay: calc(1s * 5);
  -webkit-animation-delay: -webkit-calc(var(--animate-delay) * 5);
  -moz-animation-delay: -moz-calc(var(--animate-delay) * 5);
       animation-delay: calc(var(--animate-delay) * 5); }

.animate__animated.animate__faster {
  -webkit-animation-duration: -webkit-calc(1s / 2);
  -moz-animation-duration: -moz-calc(1s / 2);
       animation-duration: calc(1s / 2);
  -webkit-animation-duration: -webkit-calc(var(--animate-duration) / 2);
  -moz-animation-duration: -moz-calc(var(--animate-duration) / 2);
       animation-duration: calc(var(--animate-duration) / 2); }

.animate__animated.animate__fast {
  -webkit-animation-duration: -webkit-calc(1s * 0.8);
  -moz-animation-duration: -moz-calc(1s * 0.8);
       animation-duration: calc(1s * 0.8);
  -webkit-animation-duration: -webkit-calc(var(--animate-duration) * 0.8);
  -moz-animation-duration: -moz-calc(var(--animate-duration) * 0.8);
       animation-duration: calc(var(--animate-duration) * 0.8); }

.animate__animated.animate__slow {
  -webkit-animation-duration: -webkit-calc(1s * 2);
  -moz-animation-duration: -moz-calc(1s * 2);
       animation-duration: calc(1s * 2);
  -webkit-animation-duration: -webkit-calc(var(--animate-duration) * 2);
  -moz-animation-duration: -moz-calc(var(--animate-duration) * 2);
       animation-duration: calc(var(--animate-duration) * 2); }

.animate__animated.animate__slower {
  -webkit-animation-duration: -webkit-calc(1s * 3);
  -moz-animation-duration: -moz-calc(1s * 3);
       animation-duration: calc(1s * 3);
  -webkit-animation-duration: -webkit-calc(var(--animate-duration) * 3);
  -moz-animation-duration: -moz-calc(var(--animate-duration) * 3);
       animation-duration: calc(var(--animate-duration) * 3); }

@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    -moz-animation-duration: 1ms !important;
         animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    -moz-transition-duration: 1ms !important;
      -o-transition-duration: 1ms !important;
         transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    -moz-animation-iteration-count: 1 !important;
         animation-iteration-count: 1 !important; }
  .animate__animated[class*='Out'] {
    opacity: 0; } }

/* Attention seekers  */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  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) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1); }
  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) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05); }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02); } }

@-moz-keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-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);
    -moz-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);
    -moz-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) scaleY(1.1);
    -moz-transform: translate3d(0, -30px, 0) scaleY(1.1);
         transform: translate3d(0, -30px, 0) scaleY(1.1); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-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) scaleY(1.05);
    -moz-transform: translate3d(0, -15px, 0) scaleY(1.05);
         transform: translate3d(0, -15px, 0) scaleY(1.05); }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
         transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    -moz-transform: translate3d(0, 0, 0) scaleY(0.95);
         transform: translate3d(0, 0, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    -moz-transform: translate3d(0, -4px, 0) scaleY(1.02);
         transform: translate3d(0, -4px, 0) scaleY(1.02); } }

@keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-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);
    -moz-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);
    -moz-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) scaleY(1.1);
    -moz-transform: translate3d(0, -30px, 0) scaleY(1.1);
         transform: translate3d(0, -30px, 0) scaleY(1.1); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-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) scaleY(1.05);
    -moz-transform: translate3d(0, -15px, 0) scaleY(1.05);
         transform: translate3d(0, -15px, 0) scaleY(1.05); }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
         transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    -moz-transform: translate3d(0, 0, 0) scaleY(0.95);
         transform: translate3d(0, 0, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    -moz-transform: translate3d(0, -4px, 0) scaleY(1.02);
         transform: translate3d(0, -4px, 0) scaleY(1.02); } }

.animate__bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
       animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
   -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
       transform-origin: center bottom; }

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@-moz-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.animate__flash {
  -webkit-animation-name: flash;
  -moz-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); } }

@-moz-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -moz-transform: scale3d(1.05, 1.05, 1.05);
         transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -moz-transform: scale3d(1.05, 1.05, 1.05);
         transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1); } }

.animate__pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
       animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
       animation-timing-function: ease-in-out; }

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

@-moz-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -moz-transform: scale3d(1.25, 0.75, 1);
         transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -moz-transform: scale3d(0.75, 1.25, 1);
         transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -moz-transform: scale3d(1.15, 0.85, 1);
         transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -moz-transform: scale3d(0.95, 1.05, 1);
         transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -moz-transform: scale3d(1.05, 0.95, 1);
         transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -moz-transform: scale3d(1.25, 0.75, 1);
         transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -moz-transform: scale3d(0.75, 1.25, 1);
         transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -moz-transform: scale3d(1.15, 0.85, 1);
         transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -moz-transform: scale3d(0.95, 1.05, 1);
         transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -moz-transform: scale3d(1.05, 0.95, 1);
         transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1); } }

.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  -moz-animation-name: rubberBand;
       animation-name: rubberBand; }

@-webkit-keyframes shakeX {
  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); } }

@-moz-keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -moz-transform: translate3d(-10px, 0, 0);
         transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -moz-transform: translate3d(10px, 0, 0);
         transform: translate3d(10px, 0, 0); } }

@keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -moz-transform: translate3d(-10px, 0, 0);
         transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -moz-transform: translate3d(10px, 0, 0);
         transform: translate3d(10px, 0, 0); } }

.animate__shakeX {
  -webkit-animation-name: shakeX;
  -moz-animation-name: shakeX;
       animation-name: shakeX; }

@-webkit-keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }

@-moz-keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
         transform: translate3d(0, -10px, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
         transform: translate3d(0, 10px, 0); } }

@keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
         transform: translate3d(0, -10px, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
         transform: translate3d(0, 10px, 0); } }

.animate__shakeY {
  -webkit-animation-name: shakeY;
  -moz-animation-name: shakeY;
       animation-name: shakeY; }

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

@-moz-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
         transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    -moz-transform: translateX(-6px) rotateY(-9deg);
         transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    -moz-transform: translateX(5px) rotateY(7deg);
         transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    -moz-transform: translateX(-3px) rotateY(-5deg);
         transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    -moz-transform: translateX(2px) rotateY(3deg);
         transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
         transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
      -o-transform: translateX(0);
         transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    -moz-transform: translateX(-6px) rotateY(-9deg);
         transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    -moz-transform: translateX(5px) rotateY(7deg);
         transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    -moz-transform: translateX(-3px) rotateY(-5deg);
         transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    -moz-transform: translateX(2px) rotateY(3deg);
         transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
      -o-transform: translateX(0);
         transform: translateX(0); } }

.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
       animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  -moz-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); } }

@-moz-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -moz-transform: rotate3d(0, 0, 1, 15deg);
         transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -moz-transform: rotate3d(0, 0, 1, -10deg);
         transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -moz-transform: rotate3d(0, 0, 1, 5deg);
         transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -moz-transform: rotate3d(0, 0, 1, -5deg);
         transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -moz-transform: rotate3d(0, 0, 1, 0deg);
         transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -moz-transform: rotate3d(0, 0, 1, 15deg);
         transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -moz-transform: rotate3d(0, 0, 1, -10deg);
         transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -moz-transform: rotate3d(0, 0, 1, 5deg);
         transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -moz-transform: rotate3d(0, 0, 1, -5deg);
         transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -moz-transform: rotate3d(0, 0, 1, 0deg);
         transform: rotate3d(0, 0, 1, 0deg); } }

.animate__swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
   -ms-transform-origin: top center;
    -o-transform-origin: top center;
       transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-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); } }

@-moz-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1); } }

.animate__tada {
  -webkit-animation-name: tada;
  -moz-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); } }

@-moz-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); } }

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); } }

.animate__wobble {
  -webkit-animation-name: wobble;
  -moz-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.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@-moz-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
         transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
         transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
         transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
         transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
         transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    -moz-transform: skewX(0.39062deg) skewY(0.39062deg);
         transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    -moz-transform: skewX(-0.19531deg) skewY(-0.19531deg);
         transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
      -o-transform: skewX(-12.5deg) skewY(-12.5deg);
         transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
      -o-transform: skewX(6.25deg) skewY(6.25deg);
         transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
      -o-transform: skewX(-3.125deg) skewY(-3.125deg);
         transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
      -o-transform: skewX(1.5625deg) skewY(1.5625deg);
         transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
      -o-transform: skewX(-0.78125deg) skewY(-0.78125deg);
         transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    -moz-transform: skewX(0.39062deg) skewY(0.39062deg);
      -o-transform: skewX(0.39062deg) skewY(0.39062deg);
         transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    -moz-transform: skewX(-0.19531deg) skewY(-0.19531deg);
      -o-transform: skewX(-0.19531deg) skewY(-0.19531deg);
         transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.animate__jello {
  -webkit-animation-name: jello;
  -moz-animation-name: jello;
       animation-name: jello;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
   -ms-transform-origin: center;
    -o-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); } }

@-moz-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
         transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
         transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
         transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
         transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
         transform: scale(1); } }

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
      -o-transform: scale(1);
         transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
      -o-transform: scale(1.3);
         transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
      -o-transform: scale(1);
         transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
      -o-transform: scale(1.3);
         transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
      -o-transform: scale(1);
         transform: scale(1); } }

.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  -moz-animation-name: heartBeat;
       animation-name: heartBeat;
  -webkit-animation-duration: -webkit-calc(1s * 1.3);
  -moz-animation-duration: -moz-calc(1s * 1.3);
       animation-duration: calc(1s * 1.3);
  -webkit-animation-duration: -webkit-calc(var(--animate-duration) * 1.3);
  -moz-animation-duration: -moz-calc(var(--animate-duration) * 1.3);
       animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
       animation-timing-function: ease-in-out; }

/* Back entrances */
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@-moz-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    -moz-transform: translateY(-1200px) scale(0.7);
         transform: translateY(-1200px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    -moz-transform: translateY(0px) scale(0.7);
         transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
         transform: scale(1);
    opacity: 1; } }

@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    -moz-transform: translateY(-1200px) scale(0.7);
      -o-transform: translateY(-1200px) scale(0.7);
         transform: translateY(-1200px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    -moz-transform: translateY(0px) scale(0.7);
      -o-transform: translateY(0px) scale(0.7);
         transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
      -o-transform: scale(1);
         transform: scale(1);
    opacity: 1; } }

.animate__backInDown {
  -webkit-animation-name: backInDown;
  -moz-animation-name: backInDown;
       animation-name: backInDown; }

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@-moz-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    -moz-transform: translateX(-2000px) scale(0.7);
         transform: translateX(-2000px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    -moz-transform: translateX(0px) scale(0.7);
         transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
         transform: scale(1);
    opacity: 1; } }

@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    -moz-transform: translateX(-2000px) scale(0.7);
      -o-transform: translateX(-2000px) scale(0.7);
         transform: translateX(-2000px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    -moz-transform: translateX(0px) scale(0.7);
      -o-transform: translateX(0px) scale(0.7);
         transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
      -o-transform: scale(1);
         transform: scale(1);
    opacity: 1; } }

.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  -moz-animation-name: backInLeft;
       animation-name: backInLeft; }

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@-moz-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    -moz-transform: translateX(2000px) scale(0.7);
         transform: translateX(2000px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    -moz-transform: translateX(0px) scale(0.7);
         transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
         transform: scale(1);
    opacity: 1; } }

@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    -moz-transform: translateX(2000px) scale(0.7);
      -o-transform: translateX(2000px) scale(0.7);
         transform: translateX(2000px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    -moz-transform: translateX(0px) scale(0.7);
      -o-transform: translateX(0px) scale(0.7);
         transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
      -o-transform: scale(1);
         transform: scale(1);
    opacity: 1; } }

.animate__backInRight {
  -webkit-animation-name: backInRight;
  -moz-animation-name: backInRight;
       animation-name: backInRight; }

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@-moz-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    -moz-transform: translateY(1200px) scale(0.7);
         transform: translateY(1200px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    -moz-transform: translateY(0px) scale(0.7);
         transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
         transform: scale(1);
    opacity: 1; } }

@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    -moz-transform: translateY(1200px) scale(0.7);
      -o-transform: translateY(1200px) scale(0.7);
         transform: translateY(1200px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    -moz-transform: translateY(0px) scale(0.7);
      -o-transform: translateY(0px) scale(0.7);
         transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
      -o-transform: scale(1);
         transform: scale(1);
    opacity: 1; } }

.animate__backInUp {
  -webkit-animation-name: backInUp;
  -moz-animation-name: backInUp;
       animation-name: backInUp; }

/* Back exits */
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7; } }

@-moz-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
         transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    -moz-transform: translateY(0px) scale(0.7);
         transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    -moz-transform: translateY(700px) scale(0.7);
         transform: translateY(700px) scale(0.7);
    opacity: 0.7; } }

@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
      -o-transform: scale(1);
         transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    -moz-transform: translateY(0px) scale(0.7);
      -o-transform: translateY(0px) scale(0.7);
         transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    -moz-transform: translateY(700px) scale(0.7);
      -o-transform: translateY(700px) scale(0.7);
         transform: translateY(700px) scale(0.7);
    opacity: 0.7; } }

.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  -moz-animation-name: backOutDown;
       animation-name: backOutDown; }

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7; } }

@-moz-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
         transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    -moz-transform: translateX(0px) scale(0.7);
         transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    -moz-transform: translateX(-2000px) scale(0.7);
         transform: translateX(-2000px) scale(0.7);
    opacity: 0.7; } }

@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
      -o-transform: scale(1);
         transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    -moz-transform: translateX(0px) scale(0.7);
      -o-transform: translateX(0px) scale(0.7);
         transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    -moz-transform: translateX(-2000px) scale(0.7);
      -o-transform: translateX(-2000px) scale(0.7);
         transform: translateX(-2000px) scale(0.7);
    opacity: 0.7; } }

.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  -moz-animation-name: backOutLeft;
       animation-name: backOutLeft; }

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7; } }

@-moz-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
         transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    -moz-transform: translateX(0px) scale(0.7);
         transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    -moz-transform: translateX(2000px) scale(0.7);
         transform: translateX(2000px) scale(0.7);
    opacity: 0.7; } }

@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
      -o-transform: scale(1);
         transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    -moz-transform: translateX(0px) scale(0.7);
      -o-transform: translateX(0px) scale(0.7);
         transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    -moz-transform: translateX(2000px) scale(0.7);
      -o-transform: translateX(2000px) scale(0.7);
         transform: translateX(2000px) scale(0.7);
    opacity: 0.7; } }

.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  -moz-animation-name: backOutRight;
       animation-name: backOutRight; }

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7; } }

@-moz-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
         transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    -moz-transform: translateY(0px) scale(0.7);
         transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    -moz-transform: translateY(-700px) scale(0.7);
         transform: translateY(-700px) scale(0.7);
    opacity: 0.7; } }

@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
      -o-transform: scale(1);
         transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    -moz-transform: translateY(0px) scale(0.7);
      -o-transform: translateY(0px) scale(0.7);
         transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    -moz-transform: translateY(-700px) scale(0.7);
      -o-transform: translateY(-700px) scale(0.7);
         transform: translateY(-700px) scale(0.7);
    opacity: 0.7; } }

.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  -moz-animation-name: backOutUp;
       animation-name: backOutUp; }

/* Bouncing entrances  */
@-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); } }

@-moz-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1); } }

.animate__bounceIn {
  -webkit-animation-duration: -webkit-calc(1s * 0.75);
  -moz-animation-duration: -moz-calc(1s * 0.75);
       animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: -webkit-calc(var(--animate-duration) * 0.75);
  -moz-animation-duration: -moz-calc(var(--animate-duration) * 0.75);
       animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  -moz-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) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-moz-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-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) scaleY(3);
    -moz-transform: translate3d(0, -3000px, 0) scaleY(3);
         transform: translate3d(0, -3000px, 0) scaleY(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    -moz-transform: translate3d(0, 25px, 0) scaleY(0.9);
         transform: translate3d(0, 25px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    -moz-transform: translate3d(0, -10px, 0) scaleY(0.95);
         transform: translate3d(0, -10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    -moz-transform: translate3d(0, 5px, 0) scaleY(0.985);
         transform: translate3d(0, 5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-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);
    -moz-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) scaleY(3);
    -moz-transform: translate3d(0, -3000px, 0) scaleY(3);
         transform: translate3d(0, -3000px, 0) scaleY(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    -moz-transform: translate3d(0, 25px, 0) scaleY(0.9);
         transform: translate3d(0, 25px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    -moz-transform: translate3d(0, -10px, 0) scaleY(0.95);
         transform: translate3d(0, -10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    -moz-transform: translate3d(0, 5px, 0) scaleY(0.985);
         transform: translate3d(0, 5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); } }

.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-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) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-moz-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-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) scaleX(3);
    -moz-transform: translate3d(-3000px, 0, 0) scaleX(3);
         transform: translate3d(-3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    -moz-transform: translate3d(25px, 0, 0) scaleX(1);
         transform: translate3d(25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    -moz-transform: translate3d(-10px, 0, 0) scaleX(0.98);
         transform: translate3d(-10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    -moz-transform: translate3d(5px, 0, 0) scaleX(0.995);
         transform: translate3d(5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-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);
    -moz-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) scaleX(3);
    -moz-transform: translate3d(-3000px, 0, 0) scaleX(3);
         transform: translate3d(-3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    -moz-transform: translate3d(25px, 0, 0) scaleX(1);
         transform: translate3d(25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    -moz-transform: translate3d(-10px, 0, 0) scaleX(0.98);
         transform: translate3d(-10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    -moz-transform: translate3d(5px, 0, 0) scaleX(0.995);
         transform: translate3d(5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); } }

.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-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) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-moz-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-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) scaleX(3);
    -moz-transform: translate3d(3000px, 0, 0) scaleX(3);
         transform: translate3d(3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    -moz-transform: translate3d(-25px, 0, 0) scaleX(1);
         transform: translate3d(-25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    -moz-transform: translate3d(10px, 0, 0) scaleX(0.98);
         transform: translate3d(10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    -moz-transform: translate3d(-5px, 0, 0) scaleX(0.995);
         transform: translate3d(-5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-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);
    -moz-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) scaleX(3);
    -moz-transform: translate3d(3000px, 0, 0) scaleX(3);
         transform: translate3d(3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    -moz-transform: translate3d(-25px, 0, 0) scaleX(1);
         transform: translate3d(-25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    -moz-transform: translate3d(10px, 0, 0) scaleX(0.98);
         transform: translate3d(10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    -moz-transform: translate3d(-5px, 0, 0) scaleX(0.995);
         transform: translate3d(-5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); } }

.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-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) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-moz-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-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) scaleY(5);
    -moz-transform: translate3d(0, 3000px, 0) scaleY(5);
         transform: translate3d(0, 3000px, 0) scaleY(5); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    -moz-transform: translate3d(0, -20px, 0) scaleY(0.9);
         transform: translate3d(0, -20px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    -moz-transform: translate3d(0, 10px, 0) scaleY(0.95);
         transform: translate3d(0, 10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    -moz-transform: translate3d(0, -5px, 0) scaleY(0.985);
         transform: translate3d(0, -5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-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);
    -moz-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) scaleY(5);
    -moz-transform: translate3d(0, 3000px, 0) scaleY(5);
         transform: translate3d(0, 3000px, 0) scaleY(5); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    -moz-transform: translate3d(0, -20px, 0) scaleY(0.9);
         transform: translate3d(0, -20px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    -moz-transform: translate3d(0, 10px, 0) scaleY(0.95);
         transform: translate3d(0, 10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    -moz-transform: translate3d(0, -5px, 0) scaleY(0.985);
         transform: translate3d(0, -5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); } }

.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
       animation-name: bounceInUp; }

/* Bouncing exits  */
@-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); } }

@-moz-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
         transform: scale3d(0.3, 0.3, 0.3); } }

.animate__bounceOut {
  -webkit-animation-duration: -webkit-calc(1s * 0.75);
  -moz-animation-duration: -moz-calc(1s * 0.75);
       animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: -webkit-calc(var(--animate-duration) * 0.75);
  -moz-animation-duration: -moz-calc(var(--animate-duration) * 0.75);
       animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
       animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3); } }

@-moz-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    -moz-transform: translate3d(0, 10px, 0) scaleY(0.985);
         transform: translate3d(0, 10px, 0) scaleY(0.985); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    -moz-transform: translate3d(0, -20px, 0) scaleY(0.9);
         transform: translate3d(0, -20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    -moz-transform: translate3d(0, 2000px, 0) scaleY(3);
         transform: translate3d(0, 2000px, 0) scaleY(3); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    -moz-transform: translate3d(0, 10px, 0) scaleY(0.985);
         transform: translate3d(0, 10px, 0) scaleY(0.985); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    -moz-transform: translate3d(0, -20px, 0) scaleY(0.9);
         transform: translate3d(0, -20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    -moz-transform: translate3d(0, 2000px, 0) scaleY(3);
         transform: translate3d(0, 2000px, 0) scaleY(3); } }

.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
       animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2); } }

@-moz-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    -moz-transform: translate3d(20px, 0, 0) scaleX(0.9);
         transform: translate3d(20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    -moz-transform: translate3d(-2000px, 0, 0) scaleX(2);
         transform: translate3d(-2000px, 0, 0) scaleX(2); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    -moz-transform: translate3d(20px, 0, 0) scaleX(0.9);
         transform: translate3d(20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    -moz-transform: translate3d(-2000px, 0, 0) scaleX(2);
         transform: translate3d(-2000px, 0, 0) scaleX(2); } }

.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
       animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2); } }

@-moz-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    -moz-transform: translate3d(-20px, 0, 0) scaleX(0.9);
         transform: translate3d(-20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    -moz-transform: translate3d(2000px, 0, 0) scaleX(2);
         transform: translate3d(2000px, 0, 0) scaleX(2); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    -moz-transform: translate3d(-20px, 0, 0) scaleX(0.9);
         transform: translate3d(-20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    -moz-transform: translate3d(2000px, 0, 0) scaleX(2);
         transform: translate3d(2000px, 0, 0) scaleX(2); } }

.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
       animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3); } }

@-moz-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    -moz-transform: translate3d(0, -10px, 0) scaleY(0.985);
         transform: translate3d(0, -10px, 0) scaleY(0.985); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    -moz-transform: translate3d(0, 20px, 0) scaleY(0.9);
         transform: translate3d(0, 20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    -moz-transform: translate3d(0, -2000px, 0) scaleY(3);
         transform: translate3d(0, -2000px, 0) scaleY(3); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    -moz-transform: translate3d(0, -10px, 0) scaleY(0.985);
         transform: translate3d(0, -10px, 0) scaleY(0.985); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    -moz-transform: translate3d(0, 20px, 0) scaleY(0.9);
         transform: translate3d(0, 20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    -moz-transform: translate3d(0, -2000px, 0) scaleY(3);
         transform: translate3d(0, -2000px, 0) scaleY(3); } }

.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
       animation-name: bounceOutUp; }

/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-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); } }

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

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

.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-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); } }

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

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

.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-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); } }

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

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

.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-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); } }

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

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

.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-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); } }

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

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

.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-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); } }

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

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

.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-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); } }

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

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

.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-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); } }

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

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

.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
       animation-name: fadeInUpBig; }

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

@-moz-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    -moz-transform: translate3d(-100%, -100%, 0);
         transform: translate3d(-100%, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); } }

@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    -moz-transform: translate3d(-100%, -100%, 0);
         transform: translate3d(-100%, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); } }

.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  -moz-animation-name: fadeInTopLeft;
       animation-name: fadeInTopLeft; }

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

@-moz-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    -moz-transform: translate3d(100%, -100%, 0);
         transform: translate3d(100%, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); } }

@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    -moz-transform: translate3d(100%, -100%, 0);
         transform: translate3d(100%, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); } }

.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  -moz-animation-name: fadeInTopRight;
       animation-name: fadeInTopRight; }

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

@-moz-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    -moz-transform: translate3d(-100%, 100%, 0);
         transform: translate3d(-100%, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); } }

@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    -moz-transform: translate3d(-100%, 100%, 0);
         transform: translate3d(-100%, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); } }

.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  -moz-animation-name: fadeInBottomLeft;
       animation-name: fadeInBottomLeft; }

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

@-moz-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    -moz-transform: translate3d(100%, 100%, 0);
         transform: translate3d(100%, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); } }

@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    -moz-transform: translate3d(100%, 100%, 0);
         transform: translate3d(100%, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); } }

.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  -moz-animation-name: fadeInBottomRight;
       animation-name: fadeInBottomRight; }

/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-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); } }

@-moz-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
         transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
         transform: translate3d(0, 100%, 0); } }

.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-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); } }

@-moz-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -moz-transform: translate3d(0, 2000px, 0);
         transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -moz-transform: translate3d(0, 2000px, 0);
         transform: translate3d(0, 2000px, 0); } }

.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-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); } }

@-moz-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
         transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
         transform: translate3d(-100%, 0, 0); } }

.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-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); } }

@-moz-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -moz-transform: translate3d(-2000px, 0, 0);
         transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -moz-transform: translate3d(-2000px, 0, 0);
         transform: translate3d(-2000px, 0, 0); } }

.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-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); } }

@-moz-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
         transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
         transform: translate3d(100%, 0, 0); } }

.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-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); } }

@-moz-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -moz-transform: translate3d(2000px, 0, 0);
         transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -moz-transform: translate3d(2000px, 0, 0);
         transform: translate3d(2000px, 0, 0); } }

.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-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); } }

@-moz-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
         transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
         transform: translate3d(0, -100%, 0); } }

.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-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); } }

@-moz-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
         transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
         transform: translate3d(0, -2000px, 0); } }

.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
       animation-name: fadeOutUpBig; }

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

@-moz-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    -moz-transform: translate3d(-100%, -100%, 0);
         transform: translate3d(-100%, -100%, 0); } }

@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    -moz-transform: translate3d(-100%, -100%, 0);
         transform: translate3d(-100%, -100%, 0); } }

.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  -moz-animation-name: fadeOutTopLeft;
       animation-name: fadeOutTopLeft; }

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

@-moz-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    -moz-transform: translate3d(100%, -100%, 0);
         transform: translate3d(100%, -100%, 0); } }

@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    -moz-transform: translate3d(100%, -100%, 0);
         transform: translate3d(100%, -100%, 0); } }

.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  -moz-animation-name: fadeOutTopRight;
       animation-name: fadeOutTopRight; }

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

@-moz-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    -moz-transform: translate3d(100%, 100%, 0);
         transform: translate3d(100%, 100%, 0); } }

@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    -moz-transform: translate3d(100%, 100%, 0);
         transform: translate3d(100%, 100%, 0); } }

.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  -moz-animation-name: fadeOutBottomRight;
       animation-name: fadeOutBottomRight; }

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

@-moz-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    -moz-transform: translate3d(-100%, 100%, 0);
         transform: translate3d(-100%, 100%, 0); } }

@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    -moz-transform: translate3d(-100%, 100%, 0);
         transform: translate3d(-100%, 100%, 0); } }

.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  -moz-animation-name: fadeOutBottomLeft;
       animation-name: fadeOutBottomLeft; }

/* Flippers */
@-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; } }

@-moz-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -moz-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;
    -moz-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);
    -moz-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;
    -moz-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);
    -moz-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;
    -moz-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);
    -moz-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;
    -moz-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);
    -moz-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;
    -moz-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);
    -moz-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;
    -moz-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);
    -moz-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;
    -moz-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);
    -moz-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;
    -moz-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);
    -moz-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;
    -moz-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);
    -moz-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;
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in; } }

.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
       backface-visibility: visible;
  -webkit-animation-name: flip;
  -moz-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); } }

@-moz-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
         transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
         transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -moz-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);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
         transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
         transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
         transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
         transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -moz-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);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
         transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
         transform: perspective(400px); } }

.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
       backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-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); } }

@-moz-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
         transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
         transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -moz-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);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
         transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
         transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
         transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
         transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -moz-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);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
         transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
         transform: perspective(400px); } }

.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
       backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-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; } }

@-moz-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
         transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -moz-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);
    -moz-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);
    -moz-transform: perspective(400px);
         transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -moz-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);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
         transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.animate__flipOutX {
  -webkit-animation-duration: -webkit-calc(1s * 0.75);
  -moz-animation-duration: -moz-calc(1s * 0.75);
       animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: -webkit-calc(var(--animate-duration) * 0.75);
  -moz-animation-duration: -moz-calc(var(--animate-duration) * 0.75);
       animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  -moz-animation-name: flipOutX;
       animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-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; } }

@-moz-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
         transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -moz-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);
    -moz-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);
    -moz-transform: perspective(400px);
         transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -moz-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);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
         transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.animate__flipOutY {
  -webkit-animation-duration: -webkit-calc(1s * 0.75);
  -moz-animation-duration: -moz-calc(1s * 0.75);
       animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: -webkit-calc(var(--animate-duration) * 0.75);
  -moz-animation-duration: -moz-calc(var(--animate-duration) * 0.75);
       animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
       backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-animation-name: flipOutY;
       animation-name: flipOutY; }

/* Lightspeed */
@-webkit-keyframes lightSpeedInRight {
  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); } }

@-moz-keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -moz-transform: translate3d(100%, 0, 0) skewX(-30deg);
         transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    -moz-transform: skewX(20deg);
         transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    -moz-transform: skewX(-5deg);
         transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); } }

@keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -moz-transform: translate3d(100%, 0, 0) skewX(-30deg);
         transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    -moz-transform: skewX(20deg);
      -o-transform: skewX(20deg);
         transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    -moz-transform: skewX(-5deg);
      -o-transform: skewX(-5deg);
         transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); } }

.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  -moz-animation-name: lightSpeedInRight;
       animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
       animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedInLeft {
  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); } }

@-moz-keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    -moz-transform: translate3d(-100%, 0, 0) skewX(30deg);
         transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
         transform: skewX(-20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(5deg);
    -moz-transform: skewX(5deg);
         transform: skewX(5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); } }

@keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    -moz-transform: translate3d(-100%, 0, 0) skewX(30deg);
         transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
      -o-transform: skewX(-20deg);
         transform: skewX(-20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(5deg);
    -moz-transform: skewX(5deg);
      -o-transform: skewX(5deg);
         transform: skewX(5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); } }

.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  -moz-animation-name: lightSpeedInLeft;
       animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
       animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@-moz-keyframes lightSpeedOutRight {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    -moz-transform: translate3d(100%, 0, 0) skewX(30deg);
         transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOutRight {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    -moz-transform: translate3d(100%, 0, 0) skewX(30deg);
         transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  -moz-animation-name: lightSpeedOutRight;
       animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
       animation-timing-function: ease-in; }

@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0; } }

@-moz-keyframes lightSpeedOutLeft {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    -moz-transform: translate3d(-100%, 0, 0) skewX(-30deg);
         transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0; } }

@keyframes lightSpeedOutLeft {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    -moz-transform: translate3d(-100%, 0, 0) skewX(-30deg);
         transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0; } }

.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  -moz-animation-name: lightSpeedOutLeft;
       animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
       animation-timing-function: ease-in; }

/* Rotating entrances */
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-moz-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -moz-transform: rotate3d(0, 0, 1, -200deg);
         transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -moz-transform: rotate3d(0, 0, 1, -200deg);
         transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
    opacity: 1; } }

.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
       animation-name: rotateIn;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
   -ms-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-moz-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
         transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
         transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
    opacity: 1; } }

.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
       animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
   -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-moz-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
         transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
         transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
    opacity: 1; } }

.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
       animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
   -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-moz-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
         transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
         transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
    opacity: 1; } }

.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
       animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
   -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-moz-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -moz-transform: rotate3d(0, 0, 1, -90deg);
         transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -moz-transform: rotate3d(0, 0, 1, -90deg);
         transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
    opacity: 1; } }

.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
       animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
   -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom; }

/* Rotating exits */
@-webkit-keyframes rotateOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@-moz-keyframes rotateOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -moz-transform: rotate3d(0, 0, 1, 200deg);
         transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -moz-transform: rotate3d(0, 0, 1, 200deg);
         transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
       animation-name: rotateOut;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
   -ms-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@-moz-keyframes rotateOutDownLeft {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
         transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
         transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
       animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
   -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom; }

@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@-moz-keyframes rotateOutDownRight {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
         transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
         transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
       animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
   -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@-moz-keyframes rotateOutUpLeft {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
         transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
         transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
       animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
   -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom; }

@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutUpRight {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -moz-transform: rotate3d(0, 0, 1, 90deg);
         transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -moz-transform: rotate3d(0, 0, 1, 90deg);
         transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
       animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
   -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom; }

/* Specials */
@-webkit-keyframes hinge {
  0% {
    -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-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-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; } }

@-moz-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
         animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    -moz-transform: rotate3d(0, 0, 1, 80deg);
         transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
         animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -moz-transform: rotate3d(0, 0, 1, 60deg);
         transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
         animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    -moz-transform: translate3d(0, 700px, 0);
         transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
         animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    -moz-transform: rotate3d(0, 0, 1, 80deg);
         transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
         animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -moz-transform: rotate3d(0, 0, 1, 60deg);
         transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
         animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    -moz-transform: translate3d(0, 700px, 0);
         transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.animate__hinge {
  -webkit-animation-duration: -webkit-calc(1s * 2);
  -moz-animation-duration: -moz-calc(1s * 2);
       animation-duration: calc(1s * 2);
  -webkit-animation-duration: -webkit-calc(var(--animate-duration) * 2);
  -moz-animation-duration: -moz-calc(var(--animate-duration) * 2);
       animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
       animation-name: hinge;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
   -ms-transform-origin: top left;
    -o-transform-origin: top left;
       transform-origin: top left; }

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

@-moz-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    -moz-transform: scale(0.1) rotate(30deg);
         transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
         transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
         transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
         transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
         transform: scale(1); } }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    -moz-transform: scale(0.1) rotate(30deg);
      -o-transform: scale(0.1) rotate(30deg);
         transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
      -o-transform-origin: center bottom;
         transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
      -o-transform: rotate(-10deg);
         transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
      -o-transform: rotate(3deg);
         transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
      -o-transform: scale(1);
         transform: scale(1); } }

.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  -moz-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); } }

@-moz-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); } }

.animate__rollIn {
  -webkit-animation-name: rollIn;
  -moz-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); } }

@-moz-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    -moz-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);
    -moz-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
         transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.animate__rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
       animation-name: rollOut; }

/* Zooming entrances */
@-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; } }

@-moz-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-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);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
         transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  -moz-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); } }

@-moz-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
         animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  -moz-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); } }

@-moz-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
         animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  -moz-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); } }

@-moz-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
         animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  -moz-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); } }

@-moz-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
         animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  -moz-animation-name: zoomInUp;
       animation-name: zoomInUp; }

/* Zooming exits */
@-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; } }

@-moz-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-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);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
         transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  -moz-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-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-moz-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-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);
    -moz-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);
    -moz-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-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
         animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  -moz-animation-name: zoomOutDown;
       animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
   -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
       transform-origin: center bottom; }

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

@-moz-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -moz-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);
    -moz-transform: scale(0.1) translate3d(-2000px, 0, 0);
         transform: scale(0.1) translate3d(-2000px, 0, 0); } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -moz-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);
    -moz-transform: scale(0.1) translate3d(-2000px, 0, 0);
         transform: scale(0.1) translate3d(-2000px, 0, 0); } }

.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  -moz-animation-name: zoomOutLeft;
       animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
   -ms-transform-origin: left center;
    -o-transform-origin: left center;
       transform-origin: left center; }

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

@-moz-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -moz-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);
    -moz-transform: scale(0.1) translate3d(2000px, 0, 0);
         transform: scale(0.1) translate3d(2000px, 0, 0); } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -moz-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);
    -moz-transform: scale(0.1) translate3d(2000px, 0, 0);
         transform: scale(0.1) translate3d(2000px, 0, 0); } }

.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  -moz-animation-name: zoomOutRight;
       animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
   -ms-transform-origin: right center;
    -o-transform-origin: right center;
       transform-origin: right center; }

@-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-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-moz-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-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);
    -moz-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);
    -moz-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-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
         animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  -moz-animation-name: zoomOutUp;
       animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
   -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
       transform-origin: center bottom; }

/* Sliding entrances */
@-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); } }

@-moz-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
         transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
         transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); } }

.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  -moz-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); } }

@-moz-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
         transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
         transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); } }

.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  -moz-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); } }

@-moz-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
         transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
         transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); } }

.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  -moz-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); } }

@-moz-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
         transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
         transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); } }

.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  -moz-animation-name: slideInUp;
       animation-name: slideInUp; }

/* Sliding exits */
@-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); } }

@-moz-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
         transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
         transform: translate3d(0, 100%, 0); } }

.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  -moz-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); } }

@-moz-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
         transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
         transform: translate3d(-100%, 0, 0); } }

.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  -moz-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); } }

@-moz-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
         transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
         transform: translate3d(100%, 0, 0); } }

.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  -moz-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); } }

@-moz-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
         transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
         transform: translate3d(0, -100%, 0); } }

.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  -moz-animation-name: slideOutUp;
       animation-name: slideOutUp; }

@media (min-width: 768px) {
  .books__header {
    height: 100vh; } }

.books__header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }

.books__header.dark {
  background-color: #111; }

@media (min-width: 768px) {
  .books__header .books-header__top {
    padding: 0; } }

.books-header__nav {
  display: none; }
  @media (min-width: 768px) {
    .books-header__nav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      margin-top: 3.5em;
      margin-bottom: 0; }
      .books-header__nav ul {
        border-color: black; }
        .books-header__nav ul li {
          border-color: black; }
          .books-header__nav ul li.active, .books-header__nav ul li:hover {
            background: #454545; }
            .books-header__nav ul li.active a, .books-header__nav ul li:hover a {
              color: white; }
          .books-header__nav ul li:not(:last-child) {
            border-right: none; }
          .books-header__nav ul li a {
            color: black; } }

.books-header__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto; }
  @media (min-width: 768px) {
    .books-header__bottom {
      margin-top: 2em; } }
  @media (min-width: 1200px) {
    .books-header__bottom {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin: auto;
      padding: 60px 0; } }
  .books-header__bottom .books-header__img {
    margin-bottom: 2em;
    text-align: center; }
    @media (min-width: 1200px) {
      .books-header__bottom .books-header__img {
        width: 50%; } }
    .books-header__bottom .books-header__img img {
      width: 100%;
      height: 100%;
      margin: 0 auto;
      max-width: 600px; }
      @media (min-width: 768px) {
        .books-header__bottom .books-header__img img {
          width: 80%; } }
      @media (min-width: 1200px) {
        .books-header__bottom .books-header__img img {
          width: 100%; } }
  .books-header__bottom .books-header__text-wrapper h1 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 2em;
    text-transform: uppercase;
    letter-spacing: .05em;
    display: block;
    margin-top: 0;
    margin-bottom: 3em;
    position: relative;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    position: relative; }
    @media (min-width: 768px) {
      .books-header__bottom .books-header__text-wrapper h1 {
        font-size: 30px; } }
    @media (min-width: 1200px) {
      .books-header__bottom .books-header__text-wrapper h1 {
        font-size: 2em;
        text-align: left;
        margin-top: 1rem; } }
    .books-header__bottom .books-header__text-wrapper h1::after {
      position: absolute;
      content: '';
      background-image: url(/icons/paradox-title-img.svg);
      -moz-background-size: contain;
           background-size: contain;
      height: 3em;
      right: .75em;
      bottom: -3em;
      background-repeat: no-repeat;
      width: 60%; }
      @media (min-width: 768px) {
        .books-header__bottom .books-header__text-wrapper h1::after {
          width: 50%; } }
  @media (min-width: 1200px) {
    .books-header__bottom .books-header__text-wrapper {
      width: 50%;
      margin-top: 4em; } }

.books-presentation {
  padding: 24px 0;
  background-color: #CCA435;
  overflow: hidden; }
  @media (min-width: 1200px) {
    .books-presentation {
      padding: 0; } }
  @media (min-width: 768px) {
    .books-presentation .books-presentation__wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 1200px) {
    .books-presentation .books-presentation__wrapper {
      -webkit-box-pack: space-evenly;
      -webkit-justify-content: space-evenly;
         -moz-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly; } }
  .books-presentation .books-presentation__wrapper .books-presentation__img-wrapper {
    margin-bottom: 16px;
    text-align: center;
    width: 100%;
    max-height: 50%; }
    @media (min-width: 768px) {
      .books-presentation .books-presentation__wrapper .books-presentation__img-wrapper {
        width: 40%;
        max-height: 400px;
        margin-bottom: 0;
        margin: auto; } }
    @media (min-width: 1200px) {
      .books-presentation .books-presentation__wrapper .books-presentation__img-wrapper {
        max-height: 110%;
        width: 50%; } }
    .books-presentation .books-presentation__wrapper .books-presentation__img-wrapper .books-presentation__img {
      width: 70%;
      max-width: 360px;
      position: relative;
      margin: 0 auto;
      z-index: 1; }
      @media (min-width: 1200px) {
        .books-presentation .books-presentation__wrapper .books-presentation__img-wrapper .books-presentation__img {
          width: 100%; } }
      .books-presentation .books-presentation__wrapper .books-presentation__img-wrapper .books-presentation__img::after {
        content: '';
        opacity: 1;
        -webkit-transition: opacity .15s;
        -o-transition: opacity .15s;
        -moz-transition: opacity .15s;
        transition: opacity .15s;
        background-image: url(/images/shadow.png);
        position: absolute;
        z-index: -1;
        width: 100%;
        -moz-background-size: contain;
             background-size: contain;
        height: 50px;
        background-repeat: no-repeat;
        bottom: -10px;
        right: -50%; }
        @media (min-width: 400px) {
          .books-presentation .books-presentation__wrapper .books-presentation__img-wrapper .books-presentation__img::after {
            bottom: -5px; } }
        @media (min-width: 768px) {
          .books-presentation .books-presentation__wrapper .books-presentation__img-wrapper .books-presentation__img::after {
            bottom: -15px; } }
        @media (min-width: 900px) {
          .books-presentation .books-presentation__wrapper .books-presentation__img-wrapper .books-presentation__img::after {
            bottom: -10px; } }
        @media (min-width: 1000px) {
          .books-presentation .books-presentation__wrapper .books-presentation__img-wrapper .books-presentation__img::after {
            bottom: -5px; } }
      .books-presentation .books-presentation__wrapper .books-presentation__img-wrapper .books-presentation__img:hover::after {
        opacity: 0;
        -webkit-transition: opacity .15s;
        -o-transition: opacity .15s;
        -moz-transition: opacity .15s;
        transition: opacity .15s; }
      .books-presentation .books-presentation__wrapper .books-presentation__img-wrapper .books-presentation__img img {
        width: 100%;
        max-width: 300px; }
        @media (min-width: 768px) {
          .books-presentation .books-presentation__wrapper .books-presentation__img-wrapper .books-presentation__img img {
            max-width: 260px; } }
        @media (min-width: 1200px) {
          .books-presentation .books-presentation__wrapper .books-presentation__img-wrapper .books-presentation__img img {
            max-width: 350px; } }
  @media (min-width: 768px) {
    .books-presentation .books-presentation__wrapper .books-presentation__inner {
      width: 60%;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      margin: auto; } }
  @media (min-width: 1200px) {
    .books-presentation .books-presentation__wrapper .books-presentation__inner {
      width: 50%;
      margin: auto 0; } }
  .books-presentation .books-presentation__wrapper .books-presentation__inner h2 {
    display: none; }
    @media (min-width: 768px) {
      .books-presentation .books-presentation__wrapper .books-presentation__inner h2 {
        display: block;
        font-family: "Bebas Neue", sans-serif;
        letter-spacing: .1em;
        text-transform: uppercase;
        font-size: 2.25em;
        line-height: 1.25;
        color: white;
        font-weight: 500;
        margin-top: 0; } }
  .books-presentation .books-presentation__wrapper .books-presentation__inner p {
    color: white;
    font-weight: 400;
    line-height: 1.6;
    font-size: 1.075em;
    margin-bottom: 1.5rem; }
    @media (min-width: 768px) {
      .books-presentation .books-presentation__wrapper .books-presentation__inner p {
        margin-bottom: 2.5rem;
        font-size: .875rem; } }
  .books-presentation .books-presentation__wrapper .books-presentation__inner .books-presentation__links-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 768px) {
      .books-presentation .books-presentation__wrapper .books-presentation__inner .books-presentation__links-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .books-presentation .books-presentation__wrapper .books-presentation__inner .books-presentation__links-wrapper a:last-child {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
         -moz-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0;
      color: #fff;
      display: block;
      font-weight: 400;
      margin-bottom: 1.5rem; }
      @media (min-width: 768px) {
        .books-presentation .books-presentation__wrapper .books-presentation__inner .books-presentation__links-wrapper a:last-child {
          min-width: -webkit-max-content;
          min-width: -moz-max-content;
          min-width: max-content;
          -webkit-box-ordinal-group: unset;
          -webkit-order: unset;
             -moz-box-ordinal-group: unset;
              -ms-flex-order: unset;
                  order: unset; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .books-presentation .books-presentation__wrapper .books-presentation__inner .books-presentation__links-wrapper a:last-child {
      margin-bottom: 0; } }
    .books-presentation .books-presentation__wrapper .books-presentation__inner .books-presentation__links-wrapper a:first-child {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
         -moz-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      color: black;
      background-color: white;
      width: 100%;
      font-weight: 400;
      z-index: 2; }
      @media (min-width: 768px) {
        .books-presentation .books-presentation__wrapper .books-presentation__inner .books-presentation__links-wrapper a:first-child {
          padding: 16px 32px;
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          -webkit-box-ordinal-group: unset;
          -webkit-order: unset;
             -moz-box-ordinal-group: unset;
              -ms-flex-order: unset;
                  order: unset;
          margin-right: 32px; } }

.review {
  padding: 48px 0;
  background: #efefef; }
  @media (min-width: 1200px) {
    .review {
      padding: 0; } }
  .review h2 {
    font-size: 1.75rem;
    font-family: "Bebas Neue", sans-serif;
    color: #171717;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: 1.4;
    text-transform: uppercase;
    text-align: center; }
    @media (min-width: 768px) {
      .review h2 {
        font-size: 2.5em;
        margin-bottom: 3rem; } }

.review-slider {
  overflow: hidden;
  max-width: 990px;
  margin: 0 auto;
  position: relative; }
  @media (min-width: 768px) {
    .review-slider .review-slider__wrapper .review-slider__item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; } }
  .review-slider .review-slider__wrapper .review-slider__item .review-slider-item__img {
    width: 100%;
    text-align: center; }
    @media (min-width: 768px) {
      .review-slider .review-slider__wrapper .review-slider__item .review-slider-item__img {
        width: 192px;
        margin: 0 32px; } }
    @media (min-width: 1200px) {
      .review-slider .review-slider__wrapper .review-slider__item .review-slider-item__img {
        margin: 0 70px; } }
    .review-slider .review-slider__wrapper .review-slider__item .review-slider-item__img img {
      -webkit-border-radius: 100%;
         -moz-border-radius: 100%;
              border-radius: 100%;
      width: 35%; }
      @media (min-width: 768px) {
        .review-slider .review-slider__wrapper .review-slider__item .review-slider-item__img img {
          width: 100%; } }
  @media (min-width: 768px) {
    .review-slider .review-slider__wrapper .review-slider__item .review-slider-item__inner {
      width: 65%; } }
  @media (min-width: 1200px) {
    .review-slider .review-slider__wrapper .review-slider__item .review-slider-item__inner {
      padding-right: 25px; } }
  .review-slider .review-slider__wrapper .review-slider__item .review-slider-item__inner h3 {
    color: #916e0e;
    font-weight: 400;
    text-decoration: underline;
    text-align: center;
    font-size: 1.125rem; }
    @media (min-width: 768px) {
      .review-slider .review-slider__wrapper .review-slider__item .review-slider-item__inner h3 {
        text-align: left;
        margin-top: 0; } }
    @media (min-width: 1200px) {
      .review-slider .review-slider__wrapper .review-slider__item .review-slider-item__inner h3 {
        margin-bottom: 32px; } }
  .review-slider .review-slider__wrapper .review-slider__item .review-slider-item__inner p {
    font-size: .9125em;
    color: #171717;
    line-height: 1.6;
    font-weight: 400; }
    @media (min-width: 1200px) {
      .review-slider .review-slider__wrapper .review-slider__item .review-slider-item__inner p {
        font-size: 14px; } }
  .review-slider .review-slider__pagination {
    margin-bottom: 20px;
    margin-top: 10px; }
  .review-slider a {
    color: #916e0e;
    font-size: 1em;
    font-weight: 400;
    text-align: center;
    display: block; }
  .review-slider .review-slider__navigation {
    top: 25%; }

.online-presentation {
  text-align: center;
  padding: 3rem 0; }
  @media (min-width: 1200px) {
    .online-presentation {
      padding: 0; } }
  .online-presentation h2 {
    font-family: "Bebas Neue";
    font-size: 2.5em;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .online-presentation h2 {
        font-size: 3.25em; } }
    @media (min-width: 1200px) {
      .online-presentation h2 {
        font-size: 4em; } }
  .online-presentation p {
    font-size: 1em;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-weight: 400; }
  .online-presentation .online-presentation__img {
    margin-top: 20px;
    width: 100%; }
    .online-presentation .online-presentation__img img {
      width: 60%; }
      @media (min-width: 1200px) {
        .online-presentation .online-presentation__img img {
          width: 30%; } }

.review-form {
  background: #252525;
  padding: 4em 0; }
  @media (min-width: 1200px) {
    .review-form {
      padding: 0; } }
  .review-form h2 {
    font-weight: 300;
    margin-bottom: 24px; }

.modal__review {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  bottom: 0;
  pointer-events: none;
  z-index: 199;
  padding: 0 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition: visibility .4s linear .0s ,opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
  transition: visibility .4s linear .0s ,opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
  -o-transition: visibility .4s linear .0s ,opacity .4s ease-in-out, -o-transform .4s ease-in-out;
  -moz-transition: visibility .4s linear .0s ,opacity .4s ease-in-out, transform .4s ease-in-out ,-moz-transform .4s ease-in-out;
  transition: visibility .4s linear .0s ,opacity .4s ease-in-out, transform .4s ease-in-out;
  transition: visibility .4s linear .0s ,opacity .4s ease-in-out, transform .4s ease-in-out ,-webkit-transform .4s ease-in-out ,-moz-transform .4s ease-in-out ,-o-transform .4s ease-in-out;
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
  background: #171717;
  padding: 15% 16px; }
  @media (min-width: 768px) {
    .modal__review {
      padding: 20% 10%; } }
  .modal__review.show {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    padding: 15% 16px;
    -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s; }
  .modal__review h2 {
    margin-bottom: 16px;
    color: #f7c279; }
  .modal__review .modal-review__form {
    margin: 0 auto; }
    .modal__review .modal-review__form .form__inner:last-child label {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      cursor: pointer; }
      .modal__review .modal-review__form .form__inner:last-child label .form__file {
        opacity: 0;
        width: 0px; }
      .modal__review .modal-review__form .form__inner:last-child label span {
        display: block;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        text-decoration: underline;
        font-size: 14px;
        color: #f7c279;
        position: relative;
        padding-left: 30px;
        font-weight: 400; }
        .modal__review .modal-review__form .form__inner:last-child label span::before {
          position: absolute;
          content: url(/icons/file.svg);
          left: 0; }
    .modal__review .modal-review__form .form__inner:last-child button {
      color: #f7c279; }

.contacts__wrap {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .contacts__wrap .contacts__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .contacts__wrap .footer {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }

.contacts__header {
  background-color: #252525; }

.contacts__content {
  background-color: #252525; }

.contacts-header__nav {
  display: none; }
  @media (min-width: 768px) {
    .contacts-header__nav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      margin-top: 60px; } }

.contact {
  padding: 6% 0 12% 0; }
  .contact .contact__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 768px) {
      .contact .contact__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media (min-width: 768px) {
      .contact .contact__wrapper .contact__inner {
        width: 43%; } }
    .contact .contact__wrapper .contact__inner h2 {
      text-align: left; }
    .contact .contact__wrapper .contact__inner p {
      color: white;
      font-size: 12px;
      font-weight: 400;
      margin-bottom: 24px;
      line-height: 1.6;
    }
      @media (min-width: 768px) {
        .contact .contact__wrapper .contact__inner p {
          font-size: 14px; } }
      @media (min-width: 1200px) {
        .contact .contact__wrapper .contact__inner p {
          margin-top: 30px; } }
  .contact .contact__form {
    margin: unset; }
    @media (min-width: 768px) {
      .contact .contact__form {
        width: 53%; } }
    .contact .contact__form .form__wrapper .form__inner:last-child label {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
      .contact .contact__form .form__wrapper .form__inner:last-child label span {
        display: block; }

.corridor__header {
  background-color: #111;
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .corridor__header {
      height: 100vh; } }
  @media (min-width: 100px) {
    .corridor__header {
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box; } }
  @media (min-width: 1200px) {
    .corridor__header {
      padding-bottom: 0;
      overflow: hidden; } }
  @media (min-width: 768px) {
    .corridor__header .container {
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.corridor-header__nav {
  display: none; }
  @media (min-width: 768px) {
    .corridor-header__nav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      padding: 3.5em 0 1.3em; } }
  @media (min-width: 1200px) {
    .corridor-header__nav {
      margin-bottom: 4em; } }

@media (min-width: 768px) {
  .corridor-header__bottom {
    height: 100%; } }

@media (min-width: 1000px) {
  .corridor-header__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; } }

.corridor-header__bottom .corridor-header__parallax {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }
  @media (min-width: 1000px) {
    .corridor-header__bottom .corridor-header__parallax {
      overflow: unset;
      position: relative;
      width: 50%;
      height: unset;
      top: unset;
      left: unset; } }
  .corridor-header__bottom .corridor-header__parallax .corridor-header__parallax-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    top: 8%; }
    @media (min-width: 1200px) {
      .corridor-header__bottom .corridor-header__parallax .corridor-header__parallax-img {
        top: -10%;
        height: 100%; } }
    @media (min-width: 1400px) {
      .corridor-header__bottom .corridor-header__parallax .corridor-header__parallax-img {
        top: unset;
        bottom: 0;
        height: 90%; } }
    .corridor-header__bottom .corridor-header__parallax .corridor-header__parallax-img img:first-child {
      width: inherit;
      position: absolute;
      z-index: 2;
      width: 55%;
      margin: 0 auto; }
      @media (min-width: 1200px) {
        .corridor-header__bottom .corridor-header__parallax .corridor-header__parallax-img img:first-child {
          width: 65%; } }
    .corridor-header__bottom .corridor-header__parallax .corridor-header__parallax-img img:last-child {
      position: absolute;
      top: -700%;
      left: 0;
      width: 50%;
      z-index: 1;
      margin-left: 22%; }

.corridor-header__bottom .corridor-header__content {
  position: relative;
  z-index: 2;
  padding-top: 31vh;
  text-align: center; }
  @media (min-width: 768px) {
    .corridor-header__bottom .corridor-header__content {
      padding-top: 10vh; } }
  @media (min-width: 1000px) {
    .corridor-header__bottom .corridor-header__content {
      text-align: left;
      width: 50%;
      padding-top: 0;
      margin: auto; } }
  .corridor-header__bottom .corridor-header__content .corridor-header__title-wrapper {
    margin-bottom: 24px; }
    .corridor-header__bottom .corridor-header__content .corridor-header__title-wrapper h1 {
      font-size: 3em;
      font-family: "Bebas Neue", sans-serif;
      letter-spacing: .05em;
      text-transform: uppercase;
      position: relative;
      color: white;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      font-weight: 400;
      text-align: center;
      margin: 0 auto;
      margin-top: 30px;
      padding-bottom: 10px; }
      @media (min-width: 768px) {
        .corridor-header__bottom .corridor-header__content .corridor-header__title-wrapper h1 {
          font-size: 2em; } }
      @media (min-width: 1000px) {
        .corridor-header__bottom .corridor-header__content .corridor-header__title-wrapper h1 {
          text-align: left;
          margin-left: 0; } }
      @media (min-width: 1200px) {
        .corridor-header__bottom .corridor-header__content .corridor-header__title-wrapper h1 {
          font-size: 3em; } }
      .corridor-header__bottom .corridor-header__content .corridor-header__title-wrapper h1::after {
        position: absolute;
        content: '';
        width: 101%;
        height: 2px;
        left: 0;
        bottom: 0;
        background: #d3652a; }
    .corridor-header__bottom .corridor-header__content .corridor-header__title-wrapper p {
      color: #d3652a;
      font-size: 1em;
      font-weight: 400;
      max-width: 80%;
      margin: 0 auto;
      margin-top: 16px;
      line-height: 1.6; }
      @media (min-width: 768px) {
        .corridor-header__bottom .corridor-header__content .corridor-header__title-wrapper p {
          font-size: .875em; } }
      @media (min-width: 1000px) {
        .corridor-header__bottom .corridor-header__content .corridor-header__title-wrapper p {
          text-align: left;
          margin-left: 0; } }
  .corridor-header__bottom .corridor-header__content .corridor-header__text-wrapper p {
    color: white;
    font-size: 1em;
    font-weight: 400;
    text-align: left;
    margin: 0;
    line-height: 1.6; }
    @media (min-width: 768px) {
      .corridor-header__bottom .corridor-header__content .corridor-header__text-wrapper p {
        text-align: center;
        font-size: .75rem; } }
    @media (min-width: 1000px) {
      .corridor-header__bottom .corridor-header__content .corridor-header__text-wrapper p {
        text-align: left; } }
  .corridor-header__bottom .corridor-header__content .corridor-header__text-wrapper br {
    display: none; }
    @media (min-width: 768px) {
      .corridor-header__bottom .corridor-header__content .corridor-header__text-wrapper br {
        display: block; } }
  .corridor-header__bottom .corridor-header__content h3 {
    position: relative;
    color: #d3652a;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    position: relative;
    margin-bottom: 16px;
    text-align: left; }
    @media (min-width: 768px) {
      .corridor-header__bottom .corridor-header__content h3 {
        text-align: center; } }
    @media (min-width: 1000px) {
      .corridor-header__bottom .corridor-header__content h3 {
        text-align: left; } }
    .corridor-header__bottom .corridor-header__content h3::after {
      content: '“';
      right: 0;
      color: #242424;
      position: absolute;
      -webkit-transform: rotate(180deg);
         -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
           -o-transform: rotate(180deg);
              transform: rotate(180deg);
      font-size: 18rem;
      top: 0;
      z-index: -1;
      line-height: 0;
      bottom: 50px; }
  .corridor-header__bottom .corridor-header__content .corridor-header__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
    @media (min-width: 768px) {
      .corridor-header__bottom .corridor-header__content .corridor-header__inner {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .corridor-header__bottom .corridor-header__content .corridor-header__inner ul {
      padding-left: 0;
      margin: 0;
      display: none; }
      @media (min-width: 768px) {
        .corridor-header__bottom .corridor-header__content .corridor-header__inner ul {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex; } }
      .corridor-header__bottom .corridor-header__content .corridor-header__inner ul li a svg {
        opacity: 0.4; }
    .corridor-header__bottom .corridor-header__content .corridor-header__inner .corridor-header__sign {
      max-width: 50%;
      text-align: left; }
      .corridor-header__bottom .corridor-header__content .corridor-header__inner .corridor-header__sign img {
        max-width: 60%; }

.corridor__books-presentation {
  background: -webkit-linear-gradient(273.39deg, #d3652a 59.53%, #b54c14 82.15%);
  background: -moz-linear-gradient(273.39deg, #d3652a 59.53%, #b54c14 82.15%);
  background: -o-linear-gradient(273.39deg, #d3652a 59.53%, #b54c14 82.15%);
  background: linear-gradient(176.61deg, #d3652a 59.53%, #b54c14 82.15%); }

.corridor-header__video-button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer; }
  @media (min-width: 1000px) {
    .corridor-header__video-button.mobile {
      display: none; } }
  .corridor-header__video-button.desktop {
    display: none; }
    @media (min-width: 1000px) {
      .corridor-header__video-button.desktop {
        display: block;
        position: absolute;
        top: 45%;
        left: 40%;
        z-index: 3; } }
  .corridor-header__video-button:hover svg {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    .corridor-header__video-button:hover svg path {
      fill: #d3652a; }
  .corridor-header__video-button svg {
    width: inherit;
    width: 44px;
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    @media (min-width: 768px) {
      .corridor-header__video-button svg {
        width: 66px;
        margin-bottom: 1.25rem; } }
  .corridor-header__video-button span {
    display: block;
    color: white;
    text-align: center;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: 12px; }

.pages {
  padding: 24px 0; }
  @media (min-width: 1200px) {
    .pages {
      padding: 0; } }
  .pages .pages-slider .pages-slider__wrapper .pages-slider__item {
    text-align: center;
    width: 100%; }
    .pages .pages-slider .pages-slider__wrapper .pages-slider__item img {
      width: 100%;
      max-width: 900px; }

.corridor__review .review-slider a {
  color: #d3652a; }

.corridor__review .review-slider .review-slider__pagination .bullet-white_active {
  background-color: #d3652a; }

.corridor__review .review-slider .review-slider__wrapper .review-slider__item .review-slider-item__inner h3 {
  color: #d3652a; }

.corridor-presentation {
  padding: 3rem 0;
  background: url(/images/corridor-presentation-bg.jpeg) no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  background-position: 75% 50%; }
  @media (min-width: 768px) {
    .corridor-presentation {
      padding: 5rem 0; } }
  @media (min-width: 1200px) {
    .corridor-presentation {
      padding: 0; } }
  .corridor-presentation .corridor-presentation__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem 0; }
    @media (min-width: 768px) {
      .corridor-presentation .corridor-presentation__wrapper {
        padding: 5rem 0; } }
    .corridor-presentation .corridor-presentation__wrapper .corridor-presentation__pre-subtitle {
      color: #d7ae7e;
      font-size: 1.25rem;
      margin: 20px 0 0 0;
      display: none;
      font-weight: 400; }
      @media (min-width: 768px) {
        .corridor-presentation .corridor-presentation__wrapper .corridor-presentation__pre-subtitle {
          display: block; } }
      @media (min-width: 1200px) {
        .corridor-presentation .corridor-presentation__wrapper .corridor-presentation__pre-subtitle {
          font-size: 1.5rem; } }
    .corridor-presentation .corridor-presentation__wrapper h3 {
      font-family: "Bebas Neue", sans-serif;
      letter-spacing: .05em;
      color: #f3f3f3;
      font-size: 2.75rem;
      margin-bottom: .5em;
      font-weight: 700;
      line-height: 1.08; }
      @media (min-width: 768px) {
        .corridor-presentation .corridor-presentation__wrapper h3 {
          font-size: 3.25rem;
          margin: 2rem 0 3.6rem; } }
      @media (min-width: 1200px) {
        .corridor-presentation .corridor-presentation__wrapper h3 {
          font-size: 4.625rem; } }
    .corridor-presentation .corridor-presentation__wrapper .corridor-presentation__info-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 1.5rem; }
      @media (min-width: 768px) {
        .corridor-presentation .corridor-presentation__wrapper .corridor-presentation__info-wrapper {
          margin-bottom: 3.4rem; } }
      .corridor-presentation .corridor-presentation__wrapper .corridor-presentation__info-wrapper p {
        color: #fff;
        font-size: 1em;
        font-weight: 400;
        text-align: center;
        margin: 0;
        margin-bottom: 16px; }
        @media (min-width: 768px) {
          .corridor-presentation .corridor-presentation__wrapper .corridor-presentation__info-wrapper p {
            margin-bottom: 0; } }
    .corridor-presentation .corridor-presentation__wrapper a {
      font-weight: 400;
      color: #1a1a1a;
      text-transform: uppercase;
      background: #f0c483;
      border: 2px solid #f0c483;
      -webkit-border-radius: 30px;
         -moz-border-radius: 30px;
              border-radius: 30px;
      width: 100%;
      text-align: center;
      padding: 1.3rem 0 1.1rem;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box; }
      @media (min-width: 768px) {
        .corridor-presentation .corridor-presentation__wrapper a {
          background: transparent;
          color: white;
          border: 2px solid #d7ae7e; }
          .corridor-presentation .corridor-presentation__wrapper a:hover {
            background: #f0c483;
            color: #1a1a1a; } }

.modal__video {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 199;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
  background: #000;
  padding: 25% 0; }
  @media (min-width: 568px) {
    .modal__video {
      padding: unset; } }
  .modal__video iframe {
    width: 100%;
    height: 100%; }
  .modal__video.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1); }

.corridor-presentation_header {
  padding-top: 0;
  background-position: right;
  padding-bottom: 16px;
  position: relative; }
  @media (min-width: 768px) {
    .corridor-presentation_header {
      padding-bottom: 6.7rem; } }
  .corridor-presentation_header::after {
    position: absolute;
    content: '';
    opacity: 1;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #1a1a1a), color-stop(80.32%, rgba(26, 26, 26, 0)));
    background: -webkit-linear-gradient(bottom, #1a1a1a 40%, rgba(26, 26, 26, 0) 80.32%);
    background: -moz-linear-gradient(bottom, #1a1a1a 40%, rgba(26, 26, 26, 0) 80.32%);
    background: -o-linear-gradient(bottom, #1a1a1a 40%, rgba(26, 26, 26, 0) 80.32%);
    background: linear-gradient(360deg, #1a1a1a 40%, rgba(26, 26, 26, 0) 80.32%);
    width: 100%;
    left: 0;
    bottom: 0;
    height: 100%;
    z-index: 1; }
    @media (min-width: 768px) {
      .corridor-presentation_header::after {
        display: none; } }
  .corridor-presentation_header .header__top {
    margin-bottom: 27vh; }
    @media (min-width: 768px) {
      .corridor-presentation_header .header__top {
        margin-bottom: 5rem; } }
  .corridor-presentation_header .corridor-presentation__wrapper {
    padding: 0; }
    .corridor-presentation_header .corridor-presentation__wrapper .corridor-presentation__title-wrapper {
      z-index: 2;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (min-width: 768px) {
        .corridor-presentation_header .corridor-presentation__wrapper .corridor-presentation__title-wrapper h3 {
          margin-bottom: 3.6rem;
          margin-top: 2rem; } }
      @media (min-width: 1200px) {
        .corridor-presentation_header .corridor-presentation__wrapper .corridor-presentation__title-wrapper h3 {
          font-size: 74px; } }
      .corridor-presentation_header .corridor-presentation__wrapper .corridor-presentation__title-wrapper p {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
           -moz-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        margin-top: 0;
        display: block;
        font-size: 1rem;
        margin-bottom: 2em; }
        @media (min-width: 768px) {
          .corridor-presentation_header .corridor-presentation__wrapper .corridor-presentation__title-wrapper p {
            -webkit-box-ordinal-group: unset;
            -webkit-order: unset;
               -moz-box-ordinal-group: unset;
                -ms-flex-order: unset;
                    order: unset;
            font-size: 1.25rem;
            margin-bottom: 0;
            margin: 1em 0; } }
        @media (min-width: 1200px) {
          .corridor-presentation_header .corridor-presentation__wrapper .corridor-presentation__title-wrapper p {
            margin-bottom: 0;
            font-size: 1.5rem; } }
    .corridor-presentation_header .corridor-presentation__wrapper .corridor-presentation__info-wrapper {
      z-index: 2;
      margin-bottom: 1.5rem; }
      .corridor-presentation_header .corridor-presentation__wrapper .corridor-presentation__info-wrapper p {
        font-size: 1rem; }
      @media (min-width: 768px) {
        .corridor-presentation_header .corridor-presentation__wrapper .corridor-presentation__info-wrapper {
          margin-bottom: 3.4rem; } }
    .corridor-presentation_header .corridor-presentation__wrapper a {
      z-index: 2; }

.corridor-presentation__video {
  padding: 16px 0;
  background: #1a1a1a; }
  @media (min-width: 768px) {
    .corridor-presentation__video {
      padding: 80px 0;
      background: white; } }
  .corridor-presentation__video .corridor-presentation__video-wrapper {
    position: relative;
    padding-bottom: 55%; }
    @media (min-width: 768px) {
      .corridor-presentation__video .corridor-presentation__video-wrapper {
        max-width: 88%;
        margin: 0 auto; } }
    @media (min-width: 768px) {
      .corridor-presentation__video .corridor-presentation__video-wrapper {
        padding-bottom: 48%; } }
    .corridor-presentation__video .corridor-presentation__video-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 2px solid #f7c279;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box; }
      @media (min-width: 768px) {
        .corridor-presentation__video .corridor-presentation__video-wrapper iframe {
          padding: .875rem; } }

.corridor-presentation__schedule {
  background: #1a1a1a;
  padding: 16px 0 32px 0;
  position: relative; }
  @media (min-width: 768px) {
    .corridor-presentation__schedule {
      padding: 44px 0 54px; } }
  @media (min-width: 768px) {
    .corridor-presentation__schedule .corridor-presentation__schedule-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; } }
  .corridor-presentation__schedule .corridor-presentation__schedule-wrapper .corridor-presentation__schedule-img {
    display: none; }
    @media (min-width: 768px) {
      .corridor-presentation__schedule .corridor-presentation__schedule-wrapper .corridor-presentation__schedule-img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        display: block;
        width: 50%;
        background: url(/images/presentation-tile-img-9.jpeg) no-repeat center center/cover; } }
  .corridor-presentation__schedule .corridor-presentation__schedule-wrapper .corridor-presentation__schedule-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 768px) {
      .corridor-presentation__schedule .corridor-presentation__schedule-wrapper .corridor-presentation__schedule-inner {
        width: 50%;
        padding-left: 55%; } }
    .corridor-presentation__schedule .corridor-presentation__schedule-wrapper .corridor-presentation__schedule-inner h3 {
      max-width: 70%;
      text-align: center;
      font-weight: 400;
      color: #fff;
      text-transform: uppercase;
      font-size: 1.25em;
      margin: 0 auto;
      letter-spacing: .1em;
      ine-height: 1.4; }
      @media (min-width: 768px) {
        .corridor-presentation__schedule .corridor-presentation__schedule-wrapper .corridor-presentation__schedule-inner h3 {
          font-size: 24px;
          margin: 1.125rem 0 2.7rem 0;
          max-width: unset;
          text-align: left; } }
    .corridor-presentation__schedule .corridor-presentation__schedule-wrapper .corridor-presentation__schedule-inner ul {
      padding: 0;
      margin: 0; }
      .corridor-presentation__schedule .corridor-presentation__schedule-wrapper .corridor-presentation__schedule-inner ul li {
        position: relative;
        padding-left: 36px;
        margin-bottom: 24px; }
        @media (min-width: 768px) {
          .corridor-presentation__schedule .corridor-presentation__schedule-wrapper .corridor-presentation__schedule-inner ul li {
            margin-bottom: 1.5rem;
            margin-top: 1rem; } }
        .corridor-presentation__schedule .corridor-presentation__schedule-wrapper .corridor-presentation__schedule-inner ul li:first-child::before {
          position: absolute;
          left: 0;
          content: url(/icons/corridor-presentation-icon-1.svg); }
        .corridor-presentation__schedule .corridor-presentation__schedule-wrapper .corridor-presentation__schedule-inner ul li:nth-child(2)::before {
          position: absolute;
          top: -5px;
          left: 0;
          content: url(/icons/corridor-presentation-icon-2.svg); }
        .corridor-presentation__schedule .corridor-presentation__schedule-wrapper .corridor-presentation__schedule-inner ul li:nth-child(3)::before {
          position: absolute;
          top: -5px;
          left: 0;
          content: url(/icons/corridor-presentation-icon-3.svg); }
        .corridor-presentation__schedule .corridor-presentation__schedule-wrapper .corridor-presentation__schedule-inner ul li:last-child::before {
          position: absolute;
          top: -5px;
          left: 0;
          content: url(/icons/corridor-presentation-icon-4.svg); }
        .corridor-presentation__schedule .corridor-presentation__schedule-wrapper .corridor-presentation__schedule-inner ul li p {
          font-size: 18px;
          color: white;
          font-weight: 400; }
    .corridor-presentation__schedule .corridor-presentation__schedule-wrapper .corridor-presentation__schedule-inner p {
      color: #F7C279;
      font-size: 16px;
      font-weight: 400; }
      @media (min-width: 768px) {
        .corridor-presentation__schedule .corridor-presentation__schedule-wrapper .corridor-presentation__schedule-inner p {
          margin-top: 1.8rem; } }

.corridor-presentation__information {
  padding: 83px 0 16px 0;
  background: #1f2432;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .corridor-presentation__information {
      padding: 72px 0 65px 0; } }
  @media (min-width: 1200px) {
    .corridor-presentation__information {
      padding: 113px 0 65px 0; } }
  .corridor-presentation__information .corridor-presentation__map {
    height: 110%;
    width: 100%;
    position: absolute;
    top: 0; }

.corridor-presentation__information-slider {
  height: 100%; }

.corridor-presentation__information-wrapper {
  margin-bottom: 48px; }
  @media (min-width: 768px) {
    .corridor-presentation__information-wrapper {
      margin-bottom: 10px; } }

.corridor-presentation__information-item .corridor-presentation__information-img {
  width: 40px;
  margin: 0 auto 32px auto;
  height: 53px; }
  .corridor-presentation__information-item .corridor-presentation__information-img img {
    width: 100%; }

.corridor-presentation__information-item span {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  color: white;
  line-height: 24px; }

.corridor-presentation__books-presentation {
  padding: 24px 0;
  background: white; }
  .corridor-presentation__books-presentation .books-presentation__wrapper .books-presentation__inner h2 {
    color: #333333; }
  .corridor-presentation__books-presentation .books-presentation__wrapper .books-presentation__inner p {
    color: #333333; }
  .corridor-presentation__books-presentation .books-presentation__wrapper .books-presentation__inner .books-presentation__links-wrapper a:first-child {
    width: 100%;
    color: #d7ae7e;
    border-color: #d7ae7e;
    -webkit-transition: .25s;
    -o-transition: .25s;
    -moz-transition: .25s;
    transition: .25s; }
    @media (min-width: 768px) {
      .corridor-presentation__books-presentation .books-presentation__wrapper .books-presentation__inner .books-presentation__links-wrapper a:first-child {
        width: 50%; } }
    .corridor-presentation__books-presentation .books-presentation__wrapper .books-presentation__inner .books-presentation__links-wrapper a:first-child:hover {
      background: #d7ae7e;
      color: white; }

.corridor-presentation__tile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background: #000; }
  .corridor-presentation__tile a {
    display: block;
    width: 30%;
    padding-top: 22%;
    position: relative; }
    .corridor-presentation__tile a:nth-child(10), .corridor-presentation__tile a:nth-child(15), .corridor-presentation__tile a:nth-child(3), .corridor-presentation__tile a:nth-child(4), .corridor-presentation__tile a:nth-child(8) {
      width: 40%; }
    @media (min-width: 1200px) {
      .corridor-presentation__tile a {
        width: 19%;
        padding-top: 12%; }
        .corridor-presentation__tile a:nth-child(12), .corridor-presentation__tile a:nth-child(3), .corridor-presentation__tile a:nth-child(9) {
          width: 24%; }
        .corridor-presentation__tile a:nth-child(10), .corridor-presentation__tile a:nth-child(15), .corridor-presentation__tile a:nth-child(4), .corridor-presentation__tile a:nth-child(8) {
          width: 19%; } }
    .corridor-presentation__tile a img {
      top: 0;
      left: 0;
      position: absolute;
      display: block;
      width: 100%;
      height: 100%; }

.modal__slider {
  position: fixed;
  background: black;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 20;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  -moz-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: .1s;
     -moz-transition-delay: .1s;
       -o-transition-delay: .1s;
          transition-delay: .1s; }
  .modal__slider.show {
    visibility: visible;
    opacity: 1; }

.modal-slider__slider {
  position: absolute;
  top: 50%;
  margin-top: -35%; }

.modal-slider__top-bar {
  width: 100%;
  height: 47px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 12px 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.45); }

.modal-slider__close svg {
  height: 38px;
  width: 38px; }

.modal-slider__pagination {
  color: #999; }

.modal-slider__item img {
  width: 100vw;
  max-height: 100%; }

.club__header {
  -moz-background-size: 100% 50%;
       background-size: 100% 50%;
  background-position: top;
  z-index: 2;
  position: relative;
  padding: 0em 0 .3em;
  overflow: hidden; }
  .club__header::before {
    background: url(/images/club-bg-img.jpg) no-repeat 85%/cover;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 59%;
    z-index: -1; }
  .club__header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 54%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 37, 37, 0)), color-stop(20%, #252525));
    background: -webkit-linear-gradient(top, rgba(37, 37, 37, 0) 0%, #252525 20%);
    background: -moz-linear-gradient(top, rgba(37, 37, 37, 0) 0%, #252525 20%);
    background: -o-linear-gradient(top, rgba(37, 37, 37, 0) 0%, #252525 20%);
    background: linear-gradient(to bottom, rgba(37, 37, 37, 0) 0%, #252525 20%);
    z-index: -1; }
  @media (min-width: 768px) {
    .club__header {
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      padding: 3.5em 0 1.3em;
      height: 100vh;
      background: url(/images/club-bg-img.jpg) no-repeat;
      background-position: center;
      -moz-background-size: cover;
           background-size: cover; }
      .club__header::after, .club__header::before {
        display: none; } }
  .club__header .club__glitch {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100vh;
    display: none; }
    @media (min-width: 1200px) {
      .club__header .club__glitch {
        display: block; } }
  @media (min-width: 768px) {
    .club__header .container {
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .club__header .container .club-header__top .club-header__nav {
    display: none; }
    @media (min-width: 768px) {
      .club__header .container .club-header__top .club-header__nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; } }
  .club__header .container .club-header__bottom {
    z-index: 2;
    margin-top: 285px; }
    @media (min-width: 768px) {
      .club__header .container .club-header__bottom {
        margin-top: auto; } }
    @media (min-width: 1200px) {
      .club__header .container .club-header__bottom {
        width: 50%;
        margin: auto 0; } }
    .club__header .container .club-header__bottom h1 {
      text-align: center;
      font-family: "Bebas Neue",sans-serif;
      text-transform: uppercase;
      color: #fafafa;
      font-size: 2.5rem;
      font-weight: 400;
      width: 90%;
      margin: 0 auto 24px auto; }
      @media (min-width: 768px) {
        .club__header .container .club-header__bottom h1 {
          font-size: 4.5rem;
          font-weight: 600;
          text-align: left;
          margin-left: 0; } }
      @media (min-width: 1200px) {
        .club__header .container .club-header__bottom h1 {
          max-width: 560px; } }
    .club__header .container .club-header__bottom p {
      font-size: .9125em;
      text-align: center;
      color: #fafafa;
      margin-bottom: 2rem;
      font-weight: 400;
      line-height: 1.6; }
      .club__header .container .club-header__bottom p br {
        display: none; }
      @media (min-width: 768px) {
        .club__header .container .club-header__bottom p {
          text-align: left;
          margin-bottom: 3rem; }
          .club__header .container .club-header__bottom p br {
            display: block; } }
    .club__header .container .club-header__bottom a {
      width: 100%;
      display: block;
      color: #f7c279;
      border-color: #f7c279;
      font-weight: 400;
      font-size: 13px;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      min-width: 280px;
      margin-bottom: 2rem; }
      .club__header .container .club-header__bottom a:hover {
        background-color: #f7c279; }
      @media (min-width: 768px) {
        .club__header .container .club-header__bottom a {
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          font-size: 1rem;
          margin-right: auto; } }
      @media (min-width: 1200px) {
        .club__header .container .club-header__bottom a {
          margin: 0 auto 2rem 0; } }

.club__advantages {
  padding: 48px 0; }
  .club__advantages .club-advantages__slider-pagination {
    margin-top: 1rem; }

.club-advantages__card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center; }
  @media (min-width: 1200px) {
    .club-advantages__card {
      width: 270px; } }
  .club-advantages__card .club-advantages__img {
    width: 50%;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    height: 10rem; }
    .club-advantages__card .club-advantages__img img {
      width: auto; }
  .club-advantages__card h3 {
    color: #273629;
    font-size: 1.125em;
    font-weight: 400;
    text-align: center;
    line-height: 1.4;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin: 0; }
    @media (min-width: 1200px) {
      .club-advantages__card h3 {
        max-width: 270px;
        margin: 0 auto; } }
  .club-advantages__card p {
    font-size: .75rem;
    line-height: 1.6;
    color: #171717;
    font-weight: 400; }
    @media (min-width: 1200px) {
      .club-advantages__card p {
        max-width: 270px;
        margin: 0 auto;
        text-align: center;
        margin-top: 1em; } }

.club__description {
  background: #171717; }
  @media (min-width: 1200px) {
    .club__description {
      background: url(/images/club-bg.png) #252525;
      background-attachment: fixed; } }
  .club__description .container {
    height: 100%; }
    .club__description .container .club-description__wrapper {
      padding: 48px 0;
      background: #171717; }
      @media (min-width: 1200px) {
        .club__description .container .club-description__wrapper {
          padding: 0;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          height: 100%; } }
      .club__description .container .club-description__wrapper .club-description__inner {
        max-width: 890px;
        margin: auto; }
        .club__description .container .club-description__wrapper .club-description__inner .club-description__img {
          width: 75%;
          margin: 0 auto;
          text-align: center;
          max-width: 360px; }
          .club__description .container .club-description__wrapper .club-description__inner .club-description__img img {
            width: 50%;
            max-width: 150px; }
        .club__description .container .club-description__wrapper .club-description__inner .club-description__title {
          text-align: center;
          position: relative;
          z-index: 1; }
          .club__description .container .club-description__wrapper .club-description__inner .club-description__title h2 {
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            letter-spacing: .1em;
            text-transform: uppercase;
            color: #fff;
            font-size: 24px;
            font-family: "Bebas Neue", sans-serif;
            margin: 16px auto 32px auto;
            font-weight: 400;
            background-color: #171717;
            position: relative;
            z-index: 2;
            padding: 0 .5em; }
            @media (min-width: 768px) {
              .club__description .container .club-description__wrapper .club-description__inner .club-description__title h2 {
                padding: 0 1.5em;
                font-size: 2.25rem; } }
          .club__description .container .club-description__wrapper .club-description__inner .club-description__title::before {
            content: '';
            z-index: 1;
            width: 100%;
            width: 97%;
            height: 2px;
            position: absolute;
            top: 42%;
            left: 50%;
            -webkit-transform: translate3d(-50%, -50%, 0);
               -moz-transform: translate3d(-50%, -50%, 0);
                    transform: translate3d(-50%, -50%, 0);
            background: #f7c279; }
        .club__description .container .club-description__wrapper .club-description__inner p {
          color: #8f8f8f;
          font-size: 12px;
          margin: 0;
          font-weight: 400;
          line-height: 1.6; }
          .club__description .container .club-description__wrapper .club-description__inner p br {
            display: none; }
          @media (min-width: 768px) {
            .club__description .container .club-description__wrapper .club-description__inner p {
              font-size: .875em; }
              .club__description .container .club-description__wrapper .club-description__inner p br {
                display: block; } }

.club__seasons {
  padding: 48px 0;
  background-color: #252525; }
  .club__seasons h2 {
    font-weight: 300;
    letter-spacing: .1em;
    line-height: 1.4;
    margin-bottom: 24px; }

.club-seasons__slider .club-seasons__slider-item {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 380px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  background-color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px 0 12px 0;
  overflow: hidden; }
  .club-seasons__slider .club-seasons__slider-item .club-seasons__bg-img {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    width: 100%; }
    .club-seasons__slider .club-seasons__slider-item .club-seasons__bg-img img {
      max-width: 100%;
      -webkit-border-radius: 5px;
         -moz-border-radius: 5px;
              border-radius: 5px; }
  .club-seasons__slider .club-seasons__slider-item p {
    z-index: 1;
    display: block;
    margin: 0;
    text-shadow: 0 4px 4px black;
    color: #fff;
    font-family: 'Bebas Neue',sans-serif;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    font-size: 1.125em; }
  .club-seasons__slider .club-seasons__slider-item h3 {
    color: #fff;
    font-family: 'Bebas Neue',sans-serif;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.5em;
    margin-top: auto; }
  .club-seasons__slider .club-seasons__slider-item a {
    width: 90%;
    margin: 0 auto;
    display: block;
    color: #f7c279;
    border-color: #f7c279;
    font-weight: 400;
    font-size: 1em;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box; }
    .club-seasons__slider .club-seasons__slider-item a:hover {
      background-color: #f7c279; }

.club-seasons__slider .club-seasons__slider-pagination {
  margin-top: 12px; }

.club__presentation {
  background: #252525;
  padding: 16px 0; }
  @media (min-width: 1200px) {
    .club__presentation {
      background: url(/images/presentation-slider-8.jpg) no-repeat;
      -moz-background-size: cover;
           background-size: cover; } }
  .club__presentation .club-presentation__block {
    background: url(/images/presentation-slider-8.jpg) no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding-top: 36px;
    -webkit-border-radius: 7px;
       -moz-border-radius: 7px;
            border-radius: 7px; }
    @media (min-width: 768px) {
      .club__presentation .club-presentation__block {
        padding: 60px 16px 35px 16px; } }
    @media (min-width: 1200px) {
      .club__presentation .club-presentation__block {
        background: transparent;
        padding: 0; } }
    .club__presentation .club-presentation__block h2 {
      font-family: "Bebas Neue",sans-serif;
      letter-spacing: .05em;
      color: #f3f3f3;
      text-align: center;
      margin: 0;
      font-size: 1.5rem;
      margin-bottom: 1.75rem; }
      @media (min-width: 768px) {
        .club__presentation .club-presentation__block h2 {
          margin-bottom: 5.75rem;
          font-size: 2.25rem;
          text-align: left;
          margin-top: 0.83em; } }
      .club__presentation .club-presentation__block h2 span {
        display: block;
        margin-top: 16px;
        font-size: 16px;
        font-weight: 400; }
        @media (min-width: 768px) {
          .club__presentation .club-presentation__block h2 span {
            margin-top: 0;
            font-size: 2.25rem;
            font-size: inherit;
            font-weight: inherit; } }
    .club__presentation .club-presentation__block p {
      font-size: 1rem;
      color: white;
      font-weight: 400;
      margin: 0 auto 40px auto;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
      @media (min-width: 768px) {
        .club__presentation .club-presentation__block p {
          margin: 0;
          margin-bottom: 2.4rem; } }
    .club__presentation .club-presentation__block a {
      width: 100%;
      background-color: #fff;
      display: block;
      margin-top: auto;
      padding: 15px 0;
      -webkit-border-radius: 0 0 7px 7px;
         -moz-border-radius: 0 0 7px 7px;
              border-radius: 0 0 7px 7px;
      font-size: 1em;
      color: black;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 400;
      letter-spacing: .1em; }
      @media (min-width: 768px) {
        .club__presentation .club-presentation__block a {
          border: 2px solid #d7ae7e;
          -webkit-border-radius: 30px;
             -moz-border-radius: 30px;
                  border-radius: 30px;
          width: 100%;
          background: transparent;
          color: #f7c279; }
          .club__presentation .club-presentation__block a:hover {
            color: #000;
            background: #f7c279; } }

.club__review {
  background: white; }
  .club__review .review-slider .review-slider__wrapper .review-slider__item h3 {
    color: #dbac67; }
  .club__review .review-slider .review-slider__wrapper .review-slider__item p {
    font-weight: 400; }
  .club__review a {
    color: #dbac67; }

.club__map {
  position: relative;
  display: block; }
  .club__map::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(13.35%, #262626), color-stop(43.32%, rgba(37, 37, 37, 0)));
    background: -webkit-linear-gradient(top, #262626 13.35%, rgba(37, 37, 37, 0) 43.32%);
    background: -moz-linear-gradient(top, #262626 13.35%, rgba(37, 37, 37, 0) 43.32%);
    background: -o-linear-gradient(top, #262626 13.35%, rgba(37, 37, 37, 0) 43.32%);
    background: linear-gradient(180deg, #262626 13.35%, rgba(37, 37, 37, 0) 43.32%);
    display: block;
    pointer-events: none; }
  .club__map .club-map__top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2; }
    .club__map .club-map__top h2 {
      margin-top: 24px;
      line-height: 1.4;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: #f7c279;
      font-family: "Bebas Neue", sans-serif;
      font-size: 1.25rem;
      text-align: center;
      font-weight: 400; }
      @media (min-width: 768px) {
        .club__map .club-map__top h2 {
          font-size: 3em; } }
  .club__map #clubMap {
    height: 75vh; }
    @media (min-width: 1200px) {
      .club__map #clubMap {
        height: 100vh; }
    }
  @media (min-width: 1800px) {
    .club__map #clubMap {
      height:80vh; }
  }
  @media (min-width: 1921px) {
    .club__map #clubMap {
      height:75vh; }
  }


.footer {
  background-color: #171717;
  padding: 1.5em 0; }
  @media (min-width: 768px) {
    .footer {
      padding: 2.5em 0; } }
  .footer .footer__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .footer .footer__wrapper .footer__inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: space-evenly;
      -webkit-justify-content: space-evenly;
         -moz-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly; }
      @media (min-width: 768px) {
        .footer .footer__wrapper .footer__inner {
          width: 33%; } }
      .footer .footer__wrapper .footer__inner:first-child {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
           -moz-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        width: 33%; }
        @media (min-width: 768px) {
          .footer .footer__wrapper .footer__inner:first-child {
            -webkit-box-ordinal-group: 1;
            -webkit-order: 0;
               -moz-box-ordinal-group: 1;
                -ms-flex-order: 0;
                    order: 0; } }
      @media (min-width: 768px) {
        .footer .footer__wrapper .footer__inner:last-child {
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
             -moz-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2;
          -webkit-box-align: end;
          -webkit-align-items: flex-end;
             -moz-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end; } }
      .footer .footer__wrapper .footer__inner .footer__social-list {
        display: none;
        padding-left: 0;
        margin: 0; }
        @media (min-width: 768px) {
          .footer .footer__wrapper .footer__inner .footer__social-list {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            height: 30px; }
            .footer .footer__wrapper .footer__inner .footer__social-list li {
              height: -webkit-min-content;
              height: -moz-min-content;
              height: min-content;
              padding: 0 10px; }
              .footer .footer__wrapper .footer__inner .footer__social-list li:first-child {
                -webkit-align-self: center;
                    -ms-flex-item-align: center;
                        align-self: center; }
              .footer .footer__wrapper .footer__inner .footer__social-list li:nth-child(3) {
                -webkit-align-self: center;
                    -ms-flex-item-align: center;
                        align-self: center; }
              .footer .footer__wrapper .footer__inner .footer__social-list li a {
                display: block;
                height: 23px; }
                .footer .footer__wrapper .footer__inner .footer__social-list li a svg {
                  width: 23px;
                  height: 23px; }
                  .footer .footer__wrapper .footer__inner .footer__social-list li a svg path {
                    fill: #f7c279;
                    -webkit-transition: .3s ease-in-out;
                    -o-transition: .3s ease-in-out;
                    -moz-transition: .3s ease-in-out;
                    transition: .3s ease-in-out; }
                  .footer .footer__wrapper .footer__inner .footer__social-list li a svg:hover path {
                    fill: white;
                    -webkit-transition: .3s ease-in-out;
                    -o-transition: .3s ease-in-out;
                    -moz-transition: .3s ease-in-out;
                    transition: .3s ease-in-out; } }
        .footer .footer__wrapper .footer__inner .footer__social-list.mobile {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
             -moz-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          -webkit-box-ordinal-group: 1;
          -webkit-order: 0;
             -moz-box-ordinal-group: 1;
              -ms-flex-order: 0;
                  order: 0; }
          @media (min-width: 768px) {
            .footer .footer__wrapper .footer__inner .footer__social-list.mobile {
              display: none; } }
          .footer .footer__wrapper .footer__inner .footer__social-list.mobile li {
            height: 20px;
            padding: 0 10px; }
            .footer .footer__wrapper .footer__inner .footer__social-list.mobile li:first-child {
              height: 15px;
              -webkit-align-self: center;
                  -ms-flex-item-align: center;
                      align-self: center; }
            .footer .footer__wrapper .footer__inner .footer__social-list.mobile li:last-child {
              padding-right: 0; }
            .footer .footer__wrapper .footer__inner .footer__social-list.mobile li a {
              display: block; }
              .footer .footer__wrapper .footer__inner .footer__social-list.mobile li a svg {
                width: 20px;
                height: 20px; }
                .footer .footer__wrapper .footer__inner .footer__social-list.mobile li a svg path {
                  -webkit-transition: .3s ease-in-out;
                  -o-transition: .3s ease-in-out;
                  -moz-transition: .3s ease-in-out;
                  transition: .3s ease-in-out;
                  fill: #535353; }
            .footer .footer__wrapper .footer__inner .footer__social-list.mobile li:hover path {
              fill: #f7c279;
              -webkit-transition: .3s ease-in-out;
              -o-transition: .3s ease-in-out;
              -moz-transition: .3s ease-in-out;
              transition: .3s ease-in-out; }
      .footer .footer__wrapper .footer__inner .footer__studio-link {
        display: none; }
        @media (min-width: 768px) {
          .footer .footer__wrapper .footer__inner .footer__studio-link {
            opacity: 0.7;
            display: block; } }
      .footer .footer__wrapper .footer__inner .footer__privacy-link {
        display: none; }
        @media (min-width: 768px) {
          .footer .footer__wrapper .footer__inner .footer__privacy-link {
            display: block;
            color: #636363;
            font-weight: 300;
            font-size: 14px;
            -webkit-transition: .25s ease;
            -o-transition: .25s ease;
            -moz-transition: .25s ease;
            transition: .25s ease;
            text-decoration: none; }
            .footer .footer__wrapper .footer__inner .footer__privacy-link:hover {
              -webkit-transition: .25s ease;
              -o-transition: .25s ease;
              -moz-transition: .25s ease;
              transition: .25s ease;
              color: #f7c279; } }
      .footer .footer__wrapper .footer__inner .footer__tel-link {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
           -moz-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        font-weight: 400;
        color: #535353;
        font-size: 13px;
        width:max-content;
        text-decoration: none;
        -webkit-align-self: flex-end;
            -ms-flex-item-align: end;
                align-self: flex-end; }
        @media (min-width: 768px) {
          .footer .footer__wrapper .footer__inner .footer__tel-link {
            margin-bottom: 1rem;
            -webkit-box-ordinal-group: 1;
            -webkit-order: 0;
               -moz-box-ordinal-group: 1;
                -ms-flex-order: 0;
                    order: 0;
            -webkit-align-self: flex-start;
                -ms-flex-item-align: start;
                    align-self: flex-start;
            font-size: 20px;
            font-weight: 500;
            color: #f7c279;
            -webkit-transition: .3s ease-in-out;
            -o-transition: .3s ease-in-out;
            -moz-transition: .3s ease-in-out;
            transition: .3s ease-in-out; }
            .footer .footer__wrapper .footer__inner .footer__tel-link:hover {
              -webkit-transition: .3s ease-in-out;
              -o-transition: .3s ease-in-out;
              -moz-transition: .3s ease-in-out;
              transition: .3s ease-in-out;
              color: white; } }
    .footer .footer__wrapper .footer__logo {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
         -moz-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0;
      width: 60px;
      height: 60px; }
      .footer .footer__wrapper .footer__logo path {
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        transition: .3s ease-in-out; }
      .footer .footer__wrapper .footer__logo:hover path {
        fill: white;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        -moz-transition: .3s ease;
        transition: .3s ease; }
      @media (min-width: 768px) {
        .footer .footer__wrapper .footer__logo {
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
             -moz-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; } }

.site-login {
  background-color: #252525;
  height: -webkit-calc(100vh - 151px);
  height: -moz-calc(100vh - 151px);
  height: calc(100vh - 151px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .site-login .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto; }
    .site-login .container button {
      width: 100%;
      -webkit-border-radius: 0px;
         -moz-border-radius: 0px;
              border-radius: 0px;
      background: transparent;
      margin-bottom: 20px; }
    .site-login .container label {
      color: white; }
  .site-login h1 {
    color: #f7c279;
    text-align: center; }
  .site-login p {
    color: white; }
  .site-login input[type='text'], .site-login input[type='password'] {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    color: #e1e1e1;
    background-color: #222;
    outline: none;
    border: none;
    padding: 14px;
    margin-top: 6px;
    border: 1px solid white; }

.main__services {
  background-color: #252525; }

@media (min-width: 1200px) {
  .header__nav_services {
    margin-top: 47px;
    margin-bottom: 4em; } }

.service {
  padding: 3em 0; }
@media (min-width: 768px) {
  .service {
    padding: 4em 0; } }
.service .service__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
.service .service__img {
  display: none; }
@media (min-width: 768px) {
  .service .service__img {
    display: block;
    width: 25%;
    padding-top: 3.5em;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .service .service__img img {
    width: 50%; } }
@media (min-width: 768px) {
  .service .service__content {
    width: 70%; } }
@media (min-width: 900px) {
  .service .service__content {
    width: 65.5%; } }
.service .service__content .service__title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2em; }
@media (min-width: 768px) {
  .service .service__content .service__title-wrapper {
    margin-top: 1em; } }
.service .service__content .service__title-wrapper h2 {
  width: 68%;
  text-align: left;
  letter-spacing: .1em;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.4;
  text-transform: uppercase; }
@media (min-width: 400px) {
  .service .service__content .service__title-wrapper h2 {
    font-size: 1.5em;
    text-align: left;
    margin-top: 1em; } }
@media (min-width: 768px) {
  .service .service__content .service__title-wrapper h2 {
    margin: 0 auto 0  0;
    width: 90%; } }
.service .service__content .service__title-wrapper .service__img_mobile {
  margin-right: 10%;
  width: 20%; }
@media (min-width: 768px) {
  .service .service__content .service__title-wrapper .service__img_mobile {
    display: none; } }
.service .service__content .service__title-wrapper .service__img_mobile img {
  max-width: 70px;
  width: 80%; }
.service .service__content .services__text {
  font-size: .875em;
  line-height: 1.6;
  color: #fff;
  margin: 0;
  margin-bottom: 1.4em;
  margin-top: 1em; }
.service .service__content .services__text a {
  color: #f7c279;
  text-decoration: none; }
.service .service__content .service__text_golden {
  padding: .675em 0;
  color: #f7c279;
  font-size: 1.25em;
  margin: 0;
  text-align: right; }
@media (min-width: 768px) {
  .service .service__content .service__text_golden {
    text-align: left; } }
.service .service__content .service__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
@media (min-width: 768px) {
  .service .service__content .service__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; } }
.service .service__content .service__inner .service__link_more {
  border: none;
  font-size: .9em;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  padding: 1.2em 0; }
.service .service__content .service__inner .service__link_more:hover {
  background: none;
  color: white; }
@media (min-width: 400px) {
  .service .service__content .service__inner .service__link_more {
    font-size: 1em;
    padding: .9em 0; } }
.service.grey {
  background-color: #31383b; }
.service.brown {
  background-color: #615142; }
.service.blue {
  background-color: #212831; }
.service.grey-blue {
  background-color: #545966; }
.service.green {
  background-color: #363e35; }


.wrap_404 {
  position: relative; }
.wrap_404::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 23, 23, 0)), to(#171717));
  background: -webkit-linear-gradient(top, rgba(23, 23, 23, 0) 0%, #171717 100%);
  background: -moz-linear-gradient(top, rgba(23, 23, 23, 0) 0%, #171717 100%);
  background: -o-linear-gradient(top, rgba(23, 23, 23, 0) 0%, #171717 100%);
  background: linear-gradient(to bottom, rgba(23, 23, 23, 0) 0%, #171717 100%);
  height: 100%; }
.wrap_404 .contacts__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.wrap_404 footer {
  z-index: 2; }

.content__404 {
  position: relative;
  z-index: 2; }
.content__404 h1 {
  color: #f7c279;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 2.5em;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  font-weight: 300;
  display: block;
  line-height: 1.35; }
.content__404 span {
  font-size: 18em;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: "Bebas Neue";
  font-weight: 500;
  color: #171717;
  margin: 0 auto;
  padding: 0;
  display: block; }

.club__mp-btn.archive_embed_button{
  display: none;
}
#archive_embed.archive{
  padding: 20px 0 !important;
  box-shadow: none !important;
}
/*# sourceMappingURL=index.css.map*/