@charset "UTF-8";
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Import */
.informe__scroll-area-container {
  width: 100vw;
  height: 100vh;
  overflow-y: hidden;
  overflow-x: scroll;
  position: absolute;
  scrollbar-width: none;
  -ms-overflow-style: none; }

::-webkit-scrollbar {
  display: none; }

.informe__scroll-area {
  display: inline-flex;
  flex-direction: row;
  height: 100vh;
  overflow: visible;
  position: absolute; }
  .informe__scroll-area.informe__scroll-area__menu {
    padding-left: 160px; }

.informe__scroll-area__section {
  width: calc(100vw - 160px);
  height: 100%;
  position: relative;
  background: #FFFFFF; }
  .informe__scroll-area__section.section__first-width {
    width: calc(100vw * 2 - 160px); }
  .informe__scroll-area__section.section__full-width {
    width: 100vw; }
  .informe__scroll-area__section.section__full-and-half {
    width: calc(100vw *1.5); }

.informe__scroll-area__section__content-wrapper {
  display: flex;
  position: relative;
  height: 100%;
  padding: 90px 150px; }

.opacity-on {
  opacity: 1 !important;
  transition: opacity 0.3s ease-in-out; }

@media only screen and (max-width: 1024px), (max-height: 700px) {
  .informe__scroll-area {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /* For WebKit implementations, provide inertia scrolling */
    -webkit-overflow-scrolling: touch;
    /* Remove the default scrollbar for WebKit implementations */ }
    .informe__scroll-area::-webkit-scrollbar {
      display: none; }
  .informe__scroll-area__section {
    width: 120vw; }
  .informe__scroll-area__section__content-wrapper {
    padding: 50px 60px; } }

/* Section elements */
.section__imagen-full-bg__wrapper {
  width: 100vw;
  height: 100%;
  overflow: hidden; }

.section-element__big-text-block {
  display: flex;
  height: 55.5vh;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0; }

.section-element__rect {
  width: 240px;
  height: 20px;
  margin-top: 50px; }

.section-element__play-btn {
  position: absolute;
  bottom: 60px;
  right: 60px; }

.section-element__numero-dato {
  width: max-content;
  height: max-content;
  line-height: 1; }
  .section-element__numero-dato .section-element__numero-dato__numero {
    font-family: "TelefonicaWeb-Regular";
    font-size: 80px; }
  .section-element__numero-dato .section-element__numero-dato__texto {
    font-family: "TelefonicaWeb-ExtraLight";
    font-size: 55px; }
  .section-element__numero-dato .odometer-formatting-mark {
    font-size: 0px; }
    .section-element__numero-dato .odometer-formatting-mark:after {
      content: ".";
      font-size: 80px;
      font-family: inherit; }

.section-element__dato-foto {
  width: 100%; }
  .section-element__dato-foto .section-element__dato-foto__foto {
    z-index: 50;
    height: 100%;
    overflow: hidden; }
    .section-element__dato-foto .section-element__dato-foto__foto img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .section-element__dato-foto .section-element__dato-foto__text {
    z-index: 25;
    height: 100%; }
  .section-element__dato-foto .section-element__dato-foto__arriba {
    display: flex;
    height: 50vh;
    width: 100%; }
    .section-element__dato-foto .section-element__dato-foto__arriba .section-element__dato-foto__text {
      display: flex;
      align-items: center;
      flex-basis: 55%;
      justify-content: center; }
      .section-element__dato-foto .section-element__dato-foto__arriba .section-element__dato-foto__text .text {
        width: 80%; }
    .section-element__dato-foto .section-element__dato-foto__arriba .section-element__dato-foto__foto {
      flex-basis: 45%; }
  .section-element__dato-foto .section-element__dato-foto__abajo {
    display: flex;
    height: 50vh;
    width: 100%; }
    .section-element__dato-foto .section-element__dato-foto__abajo .section-element__dato-foto__text {
      flex-basis: 30%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
    .section-element__dato-foto .section-element__dato-foto__abajo .section-element__dato-foto__foto {
      flex-basis: 70%; }

.section-element__texto-recuadro {
  width: 70%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  .section-element__texto-recuadro .text {
    width: 100%;
    line-height: 1.1; }
  .section-element__texto-recuadro .top-left-corner, .section-element__texto-recuadro .bottom-right-corner {
    display: block;
    position: absolute;
    width: 100px;
    height: 110px; }
    .section-element__texto-recuadro .top-left-corner img, .section-element__texto-recuadro .bottom-right-corner img {
      width: 100%;
      height: auto; }
  .section-element__texto-recuadro .top-left-corner {
    top: -70px;
    left: -80px; }
  .section-element__texto-recuadro .bottom-right-corner {
    bottom: -50px;
    right: 30px; }

.section-element__video {
  position: relative;
  width: calc(100vw - 160px);
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center; }
  .section-element__video iframe, .section-element__video object, .section-element__video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .section-element__video.video-normal {
    height: 720px;
    width: 1080px; }
  .section-element__video .section-element__play-btn-inner {
    z-index: 150; }
  .section-element__video .section-element__video-pantalla {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 100; }

/* Sections */
.section__quienes-somos {
  width: 180vw; }
  .section__quienes-somos .informe__scroll-area__section__content-wrapper {
    align-items: flex-start;
    justify-content: space-between; }
  .section__quienes-somos .section__quienes-somos__bg {
    position: absolute;
    width: 50.7%;
    bottom: -66%;
    right: 23.6%; }
    .section__quienes-somos .section__quienes-somos__bg img {
      width: 100%;
      height: auto;
      overflow: hidden; }
  .section__quienes-somos h1 {
    font-size: 8.90625vw;
    margin: 0;
    padding: 0; }
  .section__quienes-somos h3 {
    font-size: 3.125vw;
    margin: 0;
    padding: 0; }
  .section__quienes-somos .quienes-somos__heading-uno h3 {
    padding-left: 25px; }
  .section__quienes-somos .quienes-somos__heading-dos {
    position: absolute;
    right: 40%;
    opacity: 0;
    top: 140px; }
    .section__quienes-somos .quienes-somos__heading-dos h1 {
      font-size: 82px; }
    .section__quienes-somos .quienes-somos__heading-dos h3 {
      padding-top: 20px; }

.section__social-digital .informe__scroll-area__section__content-wrapper {
  align-items: center;
  padding: 90px 0;
  justify-content: center; }

.section__social-digital .text {
  text-align: right;
  width: max-content;
  padding: 0 25vw 0 0; }

.section__social-digital-video .section-element__video .section-element__video-pantalla {
  background-image: url("assets/screen_video-1.jpg"); }

.section__cumplido {
  width: 170vw; }
  .section__cumplido .informe__scroll-area__section__content-wrapper {
    align-items: center;
    padding: 0;
    justify-content: space-between; }
  .section__cumplido .section__cumplido__heading {
    padding-left: 6%;
    z-index: 1; }
    .section__cumplido .section__cumplido__heading h3 {
      font-size: 83px;
      margin: 0;
      padding: 0; }
    .section__cumplido .section__cumplido__heading h2 {
      font-size: 130px;
      font-weight: 100;
      margin: 0;
      padding: 0; }
  .section__cumplido .section__cumplido__heading-dos {
    font-size: 7vw;
    position: relative;
    right: 0;
    font-weight: 100;
    width: 30vw;
    word-break: break-word; }
    .section__cumplido .section__cumplido__heading-dos .numero {
      font-size: 17vw; }
  .section__cumplido .section-element__numero-dato {
    position: relative;
    right: 8%;
    top: -19%;
    width: 360px;
    font-size: 2.5vw; }
    .section__cumplido .section-element__numero-dato .section-element__numero-dato__numero {
      font-size: 140px; }
    .section__cumplido .section-element__numero-dato .section-element__numero-dato__texto {
      font-size: 60px; }
  .section__cumplido .section__imagen-full-bg {
    position: absolute;
    width: 100vw;
    height: 100%;
    right: 0;
    top: 0;
    background-size: cover;
    background-image: url("assets/CATHY_ONEILL_-1@2x.jpg");
    background-repeat: no-repeat;
    z-index: 0;
    z-index: 5;
    background-position-x: -270px; }

.section__quehacemos {
  width: min-content; }
  .section__quehacemos .informe__scroll-area__section__content-wrapper {
    align-items: center;
    padding: 0; }
  .section__quehacemos .section__quehacemos__heading-uno {
    padding: 0 0 0 110px; }
    .section__quehacemos .section__quehacemos__heading-uno h1 {
      font-size: 101px; }
  .section__quehacemos .section__quehacemos__texto-contenido {
    padding: 180px 200px 0 80px;
    width: 485px;
    box-sizing: content-box; }
  .section__quehacemos .section__quehacemos__texto-heading {
    font-size: 60px; }
  .section__quehacemos .section__quehacemos__texto {
    font-size: 25px;
    padding: 40px 0;
    line-height: 1.4; }
  .section__quehacemos .section__imagen-full-bg {
    position: absolute;
    width: 100vw;
    height: 100%;
    right: 0;
    top: 0;
    background-size: cover;
    background-image: url("assets/DIVT-SAN-BENILDO-5@2x.jpg");
    background-repeat: no-repeat;
    z-index: 0;
    width: 100%;
    position: relative;
    z-index: 15;
    background-position-y: center; }

.section__presentes-texto {
  width: min-content;
  width: -webkit-min-content; }
  .section__presentes-texto .informe__scroll-area__section__content-wrapper {
    align-items: center;
    padding: 0; }
  .section__presentes-texto .section__presentes__h-uno {
    width: 50vw;
    display: flex;
    align-items: center;
    justify-content: center; }

.section__presentes {
  overflow: hidden; }
  .section__presentes .informe__scroll-area__section__content-wrapper {
    align-items: center;
    padding: 0;
    justify-content: center; }
  .section__presentes .section__presentes__h-dos {
    position: absolute;
    left: 15%; }
  .section__presentes .section__presentes__h-tres {
    position: absolute;
    left: 40%;
    text-align: center; }
    .section__presentes .section__presentes__h-tres .text-xxxl {
      padding-right: 100px; }
  .section__presentes .section__imagen-full-bg {
    position: absolute;
    width: 100vw;
    height: 100%;
    right: 0;
    top: 0;
    background-size: cover;
    background-image: url("assets/tierra_night@2x.jpg");
    background-repeat: no-repeat;
    z-index: 0;
    width: 100%; }
  .section__presentes .section__presentes__heading-paises {
    line-height: 0.9;
    margin: 0;
    padding: 0; }
    .section__presentes .section__presentes__heading-paises div:nth-child(1) {
      padding-right: 16.14583vw; }
    .section__presentes .section__presentes__heading-paises div:nth-child(3) {
      padding-right: 40px; }
    .section__presentes .section__presentes__heading-paises div:nth-child(4) {
      padding-right: 19vw; }

.section__proyectos {
  width: 140vw; }
  .section__proyectos .informe__scroll-area__section__content-wrapper {
    padding: 0;
    align-items: center; }
  .section__proyectos .section__proyectos__heading-uno {
    flex-basis: 30%;
    padding-left: 150px; }
  .section__proyectos .section__proyectos__palabras {
    line-height: 0.9;
    margin-left: 100px; }
    .section__proyectos .section__proyectos__palabras .proyectos__palabra-uno {
      padding-right: 16.14583vw; }
    .section__proyectos .section__proyectos__palabras .proyectos__palabra-tres {
      padding-right: 30vw; }

.section__sociedad-video-texto .informe__scroll-area__section__content-wrapper {
  padding: 90px 150px 90px 50px; }

.section__sociedad-video-texto .text {
  width: 806px; }

.section__sociedad-video {
  width: min-content; }
  .section__sociedad-video .informe__scroll-area__section__content-wrapper {
    padding: 0; }

.section__transformacion {
  width: max-content; }
  .section__transformacion .text {
    margin-bottom: 40px;
    margin-right: 100px;
    font-size: 58px;
    width: 510px;
    margin-bottom: 220px; }
  .section__transformacion .section__cols-wrapper {
    display: flex; }
  .section__transformacion .section__col {
    max-width: 387px;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box; }
    .section__transformacion .section__col:nth-child(odd) {
      padding-top: 10vh; }
    .section__transformacion .section__col:nth-child(even) {
      padding-top: 30vh; }
    .section__transformacion .section__col:nth-child(1) .section__col-content:after {
      background: #01EDFF; }
    .section__transformacion .section__col:nth-child(2) .section__col-content:after {
      background: #01EDFF; }
    .section__transformacion .section__col:nth-child(3) .section__col-content:after {
      background: #00FF99; }
    .section__transformacion .section__col:nth-child(4) .section__col-content:after {
      background: #FF7B00; }
  .section__transformacion .section__col-img {
    margin: 0 0 3vh 0;
    /* margin: 0; */
    width: 100%;
    overflow: hidden;
    height: 25vh; }
    .section__transformacion .section__col-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      /* margin-bottom: 3vh; */
      overflow: hidden; }
  .section__transformacion .section__col-content__heading {
    font-size: 26px; }
  .section__transformacion .section__col-content__texto {
    font-size: 24px;
    padding-bottom: 20px;
    padding-right: 35px; }
  .section__transformacion .section__col-content:after {
    content: '';
    display: block;
    width: 130px;
    height: 18px; }

.section__educacion .informe__scroll-area__section__content-wrapper {
  padding: 0 0 0 60px; }

.section__educacion .section-element__big-text-block {
  padding: 80px 260px 80px 160px;
  background-color: rgba(0, 237, 255, 0.8);
  height: unset; }

.section__educacion .section__imagen-full-bg {
  position: absolute;
  width: 100vw;
  height: 100%;
  right: 0;
  top: 0;
  background-size: cover;
  background-image: url("assets/nino_tablet.jpg");
  background-repeat: no-repeat;
  z-index: 0; }

.section__educacion .section__imagen-full-bg {
  width: 79vw;
  background-size: 90%;
  background-position-x: 143px;
  background-position-y: bottom; }

.section__promovemos {
  width: 170vw; }
  .section__promovemos .informe__scroll-area__section__content-wrapper {
    padding: 0; }
  .section__promovemos .text {
    flex-basis: 30%;
    position: relative;
    padding: 0 300px 0 150px; }
  .section__promovemos .section__imagen-full-bg {
    position: absolute;
    width: 100vw;
    height: 100%;
    right: 0;
    top: 0;
    background-size: cover;
    background-image: url("assets/EDUCACION-PROFUTURO-3@2x.jpg");
    background-repeat: no-repeat;
    z-index: 0;
    width: 100%;
    position: relative; }

.section__educacion-video-texto .informe__scroll-area__section__content-wrapper {
  padding: 90px 150px 90px 50px; }

.section__educacion-video-texto .text {
  width: 63vw;
  padding-left: 60px; }

.section__educacion-video {
  width: min-content; }
  .section__educacion-video .informe__scroll-area__section__content-wrapper {
    padding: 0; }

.section__docentes {
  width: 150vw; }
  .section__docentes .informe__scroll-area__section__content-wrapper {
    padding: 0;
    flex-wrap: wrap; }
  .section__docentes .section-element__dato-foto .section-element__dato-foto__arriba .section-element__dato-foto__text {
    flex-basis: 31%;
    padding-left: 50px;
    width: 100%;
    line-height: 1.1; }
    .section__docentes .section-element__dato-foto .section-element__dato-foto__arriba .section-element__dato-foto__text .text-azul {
      font-size: 68px;
      width: 730px; }
      .section__docentes .section-element__dato-foto .section-element__dato-foto__arriba .section-element__dato-foto__text .text-azul .odometer-formatting-mark:after {
        font-size: 68px; }
  .section__docentes .section-element__dato-foto .section-element__dato-foto__arriba .section-element__dato-foto__foto {
    flex-basis: 37%; }
  .section__docentes .section-element__dato-foto .section-element__dato-foto__arriba .section-element__dato-foto__text-dos {
    flex-basis: 26%; }
    .section__docentes .section-element__dato-foto .section-element__dato-foto__arriba .section-element__dato-foto__text-dos .text {
      width: 300px; }
  .section__docentes .section-element__dato-foto .section-element__dato-foto__abajo .section-element__dato-foto__text {
    flex-basis: 20%;
    width: 100%;
    padding-left: 50px; }
  .section__docentes .section-element__dato-foto .section-element__dato-foto__abajo .section-element__dato-foto__foto {
    flex-basis: 42%; }
    .section__docentes .section-element__dato-foto .section-element__dato-foto__abajo .section-element__dato-foto__foto img {
      object-position: bottom; }
  .section__docentes .section-element__dato-foto .section-element__dato-foto__abajo .section-element__dato-foto__text-dos {
    flex-basis: 38%;
    justify-content: flex-start; }
    .section__docentes .section-element__dato-foto .section-element__dato-foto__abajo .section-element__dato-foto__text-dos .text {
      width: 500px;
      margin-left: 170px; }

.section__eje {
  width: min-content; }
  .section__eje .informe__scroll-area__section__content-wrapper {
    padding: 0; }
  .section__eje .text {
    width: 900px;
    position: relative;
    padding-left: 150px;
    font-size: 80px; }
  .section__eje .section__imagen-full-bg {
    position: absolute;
    width: 100vw;
    height: 100%;
    right: 0;
    top: 0;
    background-size: cover;
    background-image: url("assets/c2ed11e48303095e31173e9070391d2f.jpg");
    background-repeat: no-repeat;
    z-index: 0; }
  .section__eje .section__imagen-full-bg {
    background-position-y: bottom;
    width: 100%;
    position: relative;
    background-size: 75%;
    background-position-x: 0; }
  .section__eje .section__imagen-full-bg__wrapper {
    width: auto;
    padding-left: 150px; }

.section__acceso .informe__scroll-area__section__content-wrapper {
  padding: 0 150px; }

.section__acceso .section-element__texto-recuadro {
  width: 1050px; }
  .section__acceso .section-element__texto-recuadro .bottom-right-corner {
    right: -5%; }

.section__empleabilidad {
  width: min-content; }
  .section__empleabilidad .informe__scroll-area__section__content-wrapper {
    padding: 0; }
  .section__empleabilidad .section-element__big-text-block {
    width: unset;
    background-color: rgba(255, 255, 0, 0.8);
    position: relative;
    bottom: unset;
    padding: 0 90px;
    height: 42vh;
    margin-right: 1vw; }
  .section__empleabilidad .section__imagen-full-bg {
    position: absolute;
    width: 100vw;
    height: 100%;
    right: 0;
    top: 0;
    background-size: cover;
    background-image: url("assets/EMPLEO_DIGITAL_60.jpg");
    background-repeat: no-repeat;
    z-index: 0; }
  .section__empleabilidad .section__imagen-full-bg {
    width: 77vw;
    background-position-y: -100px;
    background-size: 100%; }

.section__conectamos {
  width: min-content; }
  .section__conectamos .informe__scroll-area__section__content-wrapper {
    padding: 0; }
  .section__conectamos .text {
    width: 950px;
    font-size: 120px;
    position: relative;
    padding: 0 0 0 150px; }
  .section__conectamos .section__imagen-full-bg__wrapper {
    width: calc(100vw - 160px);
    margin-left: 400px; }
    .section__conectamos .section__imagen-full-bg__wrapper img {
      object-fit: cover;
      object-position: 0 70%;
      width: 100%;
      height: 100%; }
  .section__conectamos .section__imagen-full-bg {
    position: absolute;
    width: 100vw;
    height: 100%;
    right: 0;
    top: 0;
    background-size: cover;
    background-image: url("assets/IML_7538.jpg");
    background-repeat: no-repeat;
    z-index: 0;
    width: 100%;
    position: relative;
    background-size: 87%;
    background-position-x: 0;
    background-position-y: -110px;
    right: -20px;
    background-color: #003245; }

.section__beatriz-cita .informe__scroll-area__section__content-wrapper {
  padding: 0; }

.section__beatriz-cita .section__beatriz-cita__uno {
  display: none;
  height: auto;
  align-items: flex-end;
  justify-content: center;
  flex-basis: 20%;
  padding: 60px; }

.section__beatriz-cita .section-element__play-btn {
  position: relative;
  right: unset;
  bottom: unset; }

.section__beatriz-cita .section__beatriz-cita__dos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 90px 150px;
  width: 100%; }
  .section__beatriz-cita .section__beatriz-cita__dos .section-element__texto-recuadro {
    width: 1030px;
    margin: 0 auto; }
    .section__beatriz-cita .section__beatriz-cita__dos .section-element__texto-recuadro .text {
      font-size: 70px; }
  .section__beatriz-cita .section__beatriz-cita__dos .section__beatriz-cita__autor {
    height: 25%;
    width: 1030px;
    margin: 0 auto; }
    .section__beatriz-cita .section__beatriz-cita__dos .section__beatriz-cita__autor div:not(.text-l) {
      font-size: 40px; }

.section__beatriz-cita .section-element__texto-recuadro .bottom-right-corner {
  right: -50px;
  bottom: -55px; }

.section__conecta-empleo {
  width: 150vw; }
  .section__conecta-empleo .informe__scroll-area__section__content-wrapper {
    padding: 0;
    flex-wrap: wrap; }
  .section__conecta-empleo .section-element__dato-foto .section-element__dato-foto__arriba .section-element__dato-foto__text {
    flex-basis: 35%; }
  .section__conecta-empleo .section-element__dato-foto .section-element__dato-foto__arriba .section-element__dato-foto__foto {
    flex-basis: 32%; }
  .section__conecta-empleo .section-element__dato-foto .section-element__dato-foto__arriba .section-element__dato-foto__text-dos {
    flex-basis: 33%; }
    .section__conecta-empleo .section-element__dato-foto .section-element__dato-foto__arriba .section-element__dato-foto__text-dos .text {
      width: max-content; }
  .section__conecta-empleo .section-element__dato-foto .section-element__dato-foto__abajo .section-element__dato-foto__text {
    flex-basis: 22%; }
    .section__conecta-empleo .section-element__dato-foto .section-element__dato-foto__abajo .section-element__dato-foto__text .section-element__numero-dato__numero {
      font-size: 4.5vw; }
  .section__conecta-empleo .section-element__dato-foto .section-element__dato-foto__abajo .section-element__dato-foto__foto {
    flex-basis: 46%; }
  .section__conecta-empleo .section-element__dato-foto .section-element__dato-foto__abajo .section-element__dato-foto__text-dos {
    flex-basis: 43%; }
    .section__conecta-empleo .section-element__dato-foto .section-element__dato-foto__abajo .section-element__dato-foto__text-dos .text {
      width: 650px;
      font-size: 75px; }

.section__cultura .informe__scroll-area__section__content-wrapper {
  padding: 0; }

.section__cultura .section-element__big-text-block {
  width: unset;
  background-color: rgba(0, 255, 153, 0.8);
  position: relative;
  bottom: unset;
  padding: 0 7vw;
  height: 42vh; }

.section__cultura .section__imagen-full-bg {
  position: absolute;
  width: 100vw;
  height: 100%;
  right: 0;
  top: 0;
  background-size: cover;
  background-image: url("assets/cultura@2x.jpg");
  background-repeat: no-repeat;
  z-index: 0;
  width: 75vw;
  right: unset;
  left: 0; }

.section__divulgamos {
  width: 170vw; }
  .section__divulgamos .informe__scroll-area__section__content-wrapper {
    padding: 0; }
  .section__divulgamos .divulgamos__text {
    flex-basis: 40%;
    position: relative;
    padding: 0 200px 0 150px; }
  .section__divulgamos .section__imagen-full-bg__wrapper {
    margin-left: auto; }
  .section__divulgamos .section__imagen-full-bg {
    position: absolute;
    width: 100vw;
    height: 100%;
    right: 0;
    top: 0;
    background-size: cover;
    background-image: url("assets/CULTURA-EXPOSICIONES-3.jpg");
    background-repeat: no-repeat;
    z-index: 0;
    width: 100%;
    position: relative; }
  .section__divulgamos .divulgamos__img-text {
    position: absolute;
    right: 60px;
    top: 60px;
    width: 44vw; }

.section__oferta-cultural {
  width: 100vw; }
  .section__oferta-cultural .informe__scroll-area__section__content-wrapper {
    padding: 0; }
  .section__oferta-cultural .section-element__texto-recuadro {
    width: 810px; }
    .section__oferta-cultural .section-element__texto-recuadro .text {
      font-weight: 300;
      line-height: 1.1;
      font-size: 80px; }
    .section__oferta-cultural .section-element__texto-recuadro .top-left-corner {
      top: -110px;
      left: -110px; }
    .section__oferta-cultural .section-element__texto-recuadro .bottom-right-corner {
      right: -90px;
      bottom: -100px; }

.section__asistentes {
  overflow: hidden; }
  .section__asistentes .section-element__numero-dato {
    width: 32vw; }
    .section__asistentes .section-element__numero-dato .section-element__numero-dato__texto {
      width: 550px;
      margin-top: -30px; }
  .section__asistentes .section__imagen-full-bg {
    position: absolute;
    width: 100vw;
    height: 100%;
    right: 0;
    top: 0;
    background-size: cover;
    background-image: url("assets/r2d2.jpg");
    background-repeat: no-repeat;
    z-index: 0;
    width: 100%;
    background-position-x: center;
    background-position-y: -60px; }

.section__mas-datos {
  width: 98vw; }
  .section__mas-datos .informe__scroll-area__section__content-wrapper {
    padding: 0;
    flex-wrap: wrap; }
  .section__mas-datos .section-element__dato-foto .section-element__dato-foto__foto img {
    object-position: top; }
  .section__mas-datos .section-element__dato-foto .section-element__dato-foto__arriba .section-element__dato-foto__text {
    flex-basis: 56%; }
    .section__mas-datos .section-element__dato-foto .section-element__dato-foto__arriba .section-element__dato-foto__text .text {
      width: 450px; }
  .section__mas-datos .section-element__dato-foto .section-element__dato-foto__arriba .section-element__dato-foto__foto {
    flex-basis: 44%; }
  .section__mas-datos .section-element__dato-foto .section-element__dato-foto__abajo .section-element__dato-foto__text {
    flex-basis: 41%; }
    .section__mas-datos .section-element__dato-foto .section-element__dato-foto__abajo .section-element__dato-foto__text .section-element__numero-dato {
      width: 60%; }
    .section__mas-datos .section-element__dato-foto .section-element__dato-foto__abajo .section-element__dato-foto__text .section-element__numero-dato__numero {
      font-size: 5.34066vw; }
  .section__mas-datos .section-element__dato-foto .section-element__dato-foto__abajo .section-element__dato-foto__foto {
    flex-basis: 59%; }
  .section__mas-datos .section-element__dato-foto .section-element__dato-foto__text {
    padding-left: 5vw;
    justify-content: flex-start; }
    .section__mas-datos .section-element__dato-foto .section-element__dato-foto__text .text {
      width: unset; }

.section__descargas {
  width: 100vw;
  overflow: hidden; }
  .section__descargas .section-element__numero-dato {
    width: 560px; }
    .section__descargas .section-element__numero-dato .section-element__numero-dato__numero {
      font-size: 102px;
      margin-bottom: -30px; }
    .section__descargas .section-element__numero-dato .section-element__numero-dato__texto {
      font-size: 60px; }
  .section__descargas .section__imagen-full-bg {
    position: absolute;
    width: 100vw;
    height: 100%;
    right: 0;
    top: 0;
    background-size: cover;
    background-image: url("assets/27-telos.jpg");
    background-repeat: no-repeat;
    z-index: 0;
    width: 100%;
    background-position-y: -80px; }

.section__datos-2018 {
  width: min-content; }
  .section__datos-2018 .informe__scroll-area__section__content-wrapper {
    padding: 90px 270px 90px 150px; }
  .section__datos-2018 .text {
    width: 540px; }

.section__datos-2018-img {
  width: 100vw;
  overflow: hidden; }
  .section__datos-2018-img .section-element__numero-dato {
    width: max-content;
    position: absolute; }
    .section__datos-2018-img .section-element__numero-dato .section-element__numero-dato__numero {
      font-size: 10.41667vw; }
    .section__datos-2018-img .section-element__numero-dato .section-element__numero-dato__texto {
      font-size: 60px; }
  .section__datos-2018-img .datos-2018-img-dato-1 {
    left: 180px;
    bottom: 60px; }
  .section__datos-2018-img .datos-2018-img-dato-2 {
    top: 35%;
    right: 35vw; }
  .section__datos-2018-img .datos-2018-img-dato-3 {
    right: 18%;
    bottom: 60px; }
  .section__datos-2018-img .section__imagen-full-bg {
    position: absolute;
    width: 100vw;
    height: 100%;
    right: 0;
    top: 0;
    background-size: cover;
    background-image: url("assets/astronauta.jpg");
    background-repeat: no-repeat;
    z-index: 0;
    width: 100%;
    background-position: center; }

.section__visitantes {
  overflow: hidden; }
  .section__visitantes .section-element__numero-dato {
    width: max-content;
    text-align: right;
    position: absolute;
    right: 80px;
    top: 120px; }
    .section__visitantes .section-element__numero-dato .section-element__numero-dato__texto {
      margin-top: -30px; }
  .section__visitantes .section__imagen-full-bg {
    position: absolute;
    width: 100vw;
    height: 100%;
    right: 0;
    top: 0;
    background-size: cover;
    background-image: url("assets/IML_3019.jpg");
    background-repeat: no-repeat;
    z-index: 0;
    width: 100%; }

.section__laurie {
  overflow: hidden; }
  .section__laurie .text {
    position: absolute;
    bottom: 60px;
    right: 60px; }
    .section__laurie .text .text-bold {
      font-size: 40px; }
    .section__laurie .text .text-extralight {
      font-size: 28px; }
  .section__laurie .section__imagen-full-bg {
    position: absolute;
    width: 100vw;
    height: 100%;
    right: 0;
    top: 0;
    background-size: cover;
    background-image: url("assets/CULTURA-EXPOSICIONES-4.jpg");
    background-repeat: no-repeat;
    z-index: 0;
    width: 100%;
    background-position-y: center; }

.section__voluntariado {
  width: calc(100vw - 158px + 240px); }
  .section__voluntariado .informe__scroll-area__section__content-wrapper {
    padding: 0; }
  .section__voluntariado .section-element__big-text-block {
    width: unset;
    background-color: rgba(255, 123, 0, 0.8);
    position: relative;
    bottom: unset;
    padding: 90px 100px;
    height: unset;
    font-size: 220px; }
  .section__voluntariado .section__imagen-full-bg {
    position: absolute;
    width: 100vw;
    height: 100%;
    right: 0;
    top: 0;
    background-size: cover;
    background-image: url("assets/voluntariado.jpg");
    background-repeat: no-repeat;
    z-index: 0; }
  .section__voluntariado .section__imagen-full-bg {
    width: 75vw;
    left: 240px;
    height: 98%; }

.section__familia {
  width: 150vw; }
  .section__familia .informe__scroll-area__section__content-wrapper {
    padding: 0; }
  .section__familia .text {
    flex-basis: 28%;
    position: relative;
    margin-left: 5vw; }
  .section__familia .section__imagen-full-bg__wrapper {
    z-index: 15;
    margin-left: auto; }
  .section__familia .section__imagen-full-bg {
    position: absolute;
    width: 100vw;
    height: 100%;
    right: 0;
    top: 0;
    background-size: cover;
    background-image: url("assets/18-eSPORTS.jpg");
    background-repeat: no-repeat;
    z-index: 0;
    width: 100%;
    position: relative;
    background-position-y: 95%; }

.section__voluntarios-texto {
  width: calc(100vw - 158px + 80px); }
  .section__voluntarios-texto .informe__scroll-area__section__content-wrapper {
    padding: 0; }
  .section__voluntarios-texto .section-element__texto-recuadro {
    width: 970px;
    font-size: 80px; }
    .section__voluntarios-texto .section-element__texto-recuadro .bottom-right-corner {
      right: -30px;
      bottom: -70px; }

.section__voluntarios-video .informe__scroll-area__section__content-wrapper {
  padding: 0;
  justify-content: center;
  align-items: center; }

.section__voluntarios-video .section-element__video-pantalla {
  background-image: url("assets/screen_video-2.jpg"); }

.section__numero-voluntarios {
  width: 160vw; }
  .section__numero-voluntarios .informe__scroll-area__section__content-wrapper {
    padding: 0 0 0 90px; }
  .section__numero-voluntarios .section-element__numero-dato {
    width: 300px;
    margin: 0 auto; }
    .section__numero-voluntarios .section-element__numero-dato .section-element__numero-dato__numero {
      margin: 0 auto;
      width: max-content;
      font-size: 130px; }
    .section__numero-voluntarios .section-element__numero-dato .section-element__numero-dato__texto {
      width: max-content;
      margin: 0 auto;
      font-size: 80px;
      margin-top: -40px; }
  .section__numero-voluntarios .section__imagen-full-bg {
    position: absolute;
    width: 100vw;
    height: 100%;
    right: 0;
    top: 0;
    background-size: cover;
    background-image: url("assets/20180808-VACACIONES-SOLIDARIAS_367.jpg");
    background-repeat: no-repeat;
    z-index: 0; }
  .section__numero-voluntarios .section__imagen-full-bg__wrapper {
    margin-left: auto; }
  .section__numero-voluntarios .section__imagen-full-bg {
    width: 100%;
    position: relative; }

.section__numero-voluntarios-dos {
  width: 160vw; }
  .section__numero-voluntarios-dos .informe__scroll-area__section__content-wrapper {
    padding: 0 0 0 90px; }
  .section__numero-voluntarios-dos .section-element__numero-dato {
    width: 300px;
    margin: 0 auto; }
    .section__numero-voluntarios-dos .section-element__numero-dato .section-element__numero-dato__numero {
      margin: 0 auto;
      width: max-content;
      font-size: 130px; }
    .section__numero-voluntarios-dos .section-element__numero-dato .section-element__numero-dato__texto {
      width: max-content;
      margin: 0 auto;
      font-size: 80px;
      margin-top: -40px; }
  .section__numero-voluntarios-dos .section__imagen-full-bg {
    position: absolute;
    width: 100vw;
    height: 100%;
    right: 0;
    top: 0;
    background-size: cover;
    background-image: url("assets/vacaciones_solidarias.jpg");
    background-repeat: no-repeat;
    z-index: 0; }
  .section__numero-voluntarios-dos .section__imagen-full-bg__wrapper {
    margin-left: auto; }
  .section__numero-voluntarios-dos .section__imagen-full-bg {
    width: 100%;
    position: relative; }

.section__voluntarios-datos .informe__scroll-area__section__content-wrapper {
  padding: 0;
  flex-wrap: wrap; }

.section__voluntarios-datos .section-element__dato-foto .section-element__dato-foto__arriba .section-element__dato-foto__text {
  flex-basis: 45%;
  justify-content: flex-start;
  padding-left: 90px; }

.section__voluntarios-datos .section-element__dato-foto .section-element__dato-foto__arriba .section-element__dato-foto__foto {
  flex-basis: 45%; }

.section__voluntarios-datos .section-element__dato-foto .section-element__dato-foto__arriba .section-element__numero-dato__numero {
  font-size: 7vw;
  width: unset; }

.section__voluntarios-datos .section-element__dato-foto .section-element__dato-foto__arriba .section-element__numero-dato__texto {
  font-size: 70px; }

.section__voluntarios-datos .section-element__dato-foto .section-element__dato-foto__abajo .section-element__dato-foto__text {
  flex-basis: 40%;
  justify-content: flex-start;
  padding-left: 90px; }

.section__voluntarios-datos .section-element__dato-foto .section-element__dato-foto__abajo .section-element__numero-dato {
  width: 75%; }

.section__voluntarios-datos .section-element__dato-foto .section-element__dato-foto__abajo .section-element__numero-dato__numero {
  font-size: 5.34066vw; }

.section__voluntarios-datos .section-element__dato-foto .section-element__dato-foto__abajo .section-element__numero-dato__texto {
  width: 300px; }

.section__voluntarios-datos .section-element__dato-foto .section-element__dato-foto__abajo .section-element__dato-foto__foto {
  flex-basis: 60%; }

.section__voluntariado-digital {
  width: 160vw; }
  .section__voluntariado-digital .informe__scroll-area__section__content-wrapper {
    padding: 0; }
  .section__voluntariado-digital .text {
    flex-basis: 30%;
    position: relative;
    padding-left: 160px; }
  .section__voluntariado-digital .section__imagen-full-bg__wrapper {
    margin-left: auto; }
  .section__voluntariado-digital .section__imagen-full-bg {
    position: absolute;
    width: 100vw;
    height: 100%;
    right: 0;
    top: 0;
    background-size: cover;
    background-image: url("assets/20180309-VOLUNTARIOS-PROG.-SCRATCH_092.jpg");
    background-repeat: no-repeat;
    z-index: 0; }
  .section__voluntariado-digital .section__imagen-full-bg {
    width: 100%;
    z-index: 15;
    position: relative;
    background-position-y: -120px; }

.section__voluntarios-datos-dos .informe__scroll-area__section__content-wrapper {
  padding: 0;
  flex-wrap: wrap; }

.section__voluntarios-datos-dos .section-element__dato-foto .section-element__dato-foto__arriba .section-element__numero-dato__numero {
  font-size: 102px;
  width: unset;
  margin-bottom: -30px; }

.section__voluntarios-datos-dos .section-element__dato-foto .section-element__dato-foto__arriba .section-element__numero-dato__texto {
  font-size: 60px;
  width: unset; }

.section__voluntarios-datos-dos .section-element__dato-foto .section-element__dato-foto__arriba .section-element__dato-foto__text {
  flex-basis: 42%;
  justify-content: flex-start;
  padding-left: 90px; }

.section__voluntarios-datos-dos .section-element__dato-foto .section-element__dato-foto__abajo .section-element__dato-foto__text {
  flex-basis: 40%; }
  .section__voluntarios-datos-dos .section-element__dato-foto .section-element__dato-foto__abajo .section-element__dato-foto__text .section-element__numero-dato {
    width: 75%;
    padding: 40px; }
  .section__voluntarios-datos-dos .section-element__dato-foto .section-element__dato-foto__abajo .section-element__dato-foto__text .section-element__numero-dato__numero {
    font-size: 102px;
    margin-bottom: -20px; }
  .section__voluntarios-datos-dos .section-element__dato-foto .section-element__dato-foto__abajo .section-element__dato-foto__text .section-element__numero-dato__texto {
    font-size: 64px;
    width: 360px; }

.section__voluntarios-datos-dos .section-element__dato-foto .section-element__dato-foto__abajo .section-element__dato-foto__foto {
  flex-basis: 60%; }

.section__beneficiarios-numero {
  width: min-content; }
  .section__beneficiarios-numero .informe__scroll-area__section__content-wrapper {
    padding: 0; }
  .section__beneficiarios-numero .section-element__numero-dato {
    width: 700px;
    padding-left: 100px;
    margin-right: 100px; }
    .section__beneficiarios-numero .section-element__numero-dato .section-element__numero-dato__numero {
      font-size: 130px;
      margin-bottom: -30px; }
    .section__beneficiarios-numero .section-element__numero-dato .section-element__numero-dato__texto {
      font-size: 80px; }
  .section__beneficiarios-numero .section__imagen-full-bg__wrapper {
    margin-left: auto; }
  .section__beneficiarios-numero .section__imagen-full-bg {
    position: absolute;
    width: 100vw;
    height: 100%;
    right: 0;
    top: 0;
    background-size: cover;
    background-image: url("assets/41-premios.jpg");
    background-repeat: no-repeat;
    z-index: 0; }
  .section__beneficiarios-numero .section__imagen-full-bg {
    background-position-y: -220px;
    width: 100%;
    position: relative; }

.section__titulo-final .informe__scroll-area__section__content-wrapper {
  padding: 0; }

.section__titulo-final h1 {
  font-size: 8.90625vw;
  font-weight: 100;
  margin: 0;
  padding: 0; }

.section__titulo-final h3 {
  font-size: 3.125vw;
  margin: 0;
  padding: 0; }

.section__titulo-final .section__imagen-full-bg {
  position: absolute;
  width: 100vw;
  height: 100%;
  right: 0;
  top: 0;
  background-size: cover;
  background-image: url("assets/CARTEL-HORIZONTAL-OK3ALTASIN-BLU.jpg");
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 0; }

.section__edificio {
  width: 120vw; }
  .section__edificio .informe__scroll-area__section__content-wrapper {
    padding: 0; }

.section__cierre {
  width: 110vw; }
  .section__cierre .informe__scroll-area__section__content-wrapper {
    justify-content: flex-end;
    padding: 0; }
  .section__cierre .section__cierre__bg {
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    background-image: url("assets/Group-53@2x.jpg");
    background-size: 45%;
    background-repeat: no-repeat;
    background-position-x: 26%;
    background-position-y: center; }
  .section__cierre .section__cierre__footer {
    width: 36.97917vw;
    padding: 70px 100px;
    font-family: "TelefonicaWeb-Regular";
    font-weight: 100;
    z-index: 10;
    margin-left: auto; }
    .section__cierre .section__cierre__footer h4 {
      color: #FFFFFF;
      font-size: 16px;
      text-transform: uppercase; }
    .section__cierre .section__cierre__footer a {
      color: #2593B5;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .section__cierre .section__cierre__footer a:hover {
        color: #FFFFFF; }
  .section__cierre .section__cierre__footer-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
  .section__cierre .section__cierre__footer-social {
    flex-basis: 100%; }
  .section__cierre .section__cierre__footer-social-iconos {
    display: flex;
    margin: 0;
    padding: 0; }
  .section__cierre .section__cierre__footer-social-icono {
    list-style: none;
    padding-right: 20px; }
  .section__cierre .section__cierre__footer-downloads {
    flex-basis: 100%;
    align-self: flex-start; }
  .section__cierre .section__cierre__footer-downloads-lista {
    margin: 0;
    padding: 0;
    line-height: 1.5; }
  .section__cierre .section__cierre__footer-downloads-item {
    list-style: none;
    color: #2593B5;
    font-size: 16px; }
  .section__cierre .section__cierre__legal {
    align-self: flex-end;
    font-size: 12px;
    flex-basis: 100%; }
    .section__cierre .section__cierre__legal h5 {
      color: #FFFFFF; }
  .section__cierre .section__cierre__legal-links {
    display: flex;
    margin: 0;
    padding: 0; }
  .section__cierre .section__cierre__legal-link {
    color: #2593B5;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    border-right: 1px solid #2593B5; }
    .section__cierre .section__cierre__legal-link:last-child {
      border-right: none; }

@media only screen and (max-width: 1440px) {
  .section__cumplido .section__cumplido__heading h3 {
    font-size: 4.167vw; }
  .section__cumplido .section__cumplido__heading h2 {
    font-size: 6.771vw; }
  .section__cumplido .section-element__numero-dato .section-element__numero-dato__numero {
    font-size: 7.813vw; }
  .section__cumplido .section-element__numero-dato .section-element__numero-dato__texto {
    font-size: 4.167vw; }
  .section__educacion {
    overflow: hidden; }
    .section__educacion .section-element__big-text-block {
      padding: 80px 150px 80px 160px; }
    .section__educacion .section__imagen-full-bg {
      width: 80vw;
      background-position-x: 100%; }
  .section__eje .section__imagen-full-bg__wrapper {
    width: 1620px; }
    .section__eje .section__imagen-full-bg__wrapper img {
      width: 100%;
      object-fit: cover;
      height: 100%; }
  .section__empleabilidad .section__imagen-full-bg {
    background-position-y: -50px; }
  .section__empleabilidad .section-element__big-text-block {
    font-size: 25vh; }
  .section__conecta-empleo .section-element__dato-foto .section-element__dato-foto__abajo .section-element__dato-foto__text-dos .text {
    width: 490px;
    font-size: 54px; }
  .section__beneficiarios-numero .section__imagen-full-bg {
    background-position-y: -180px; } }

@media only screen and (max-width: 1280px) {
  .section__quienes-somos {
    width: 220vw; }
    .section__quienes-somos .text:nth-child(2) {
      margin-right: -15vw; }
    .section__quienes-somos .section__quienes-somos__bg {
      bottom: unset;
      top: 30px; }
  .section__presentes .section__presentes__heading-paises {
    font-size: 12vw;
    right: 17vw; }
  .section__proyectos .section__proyectos__palabras {
    font-size: 12vw;
    right: 17vw; }
  .section-element__play-btn {
    width: 115px; }
    .section-element__play-btn img {
      width: 100%;
      height: auto; }
  .section__transformacion {
    width: 200vw; }
    .section__transformacion .text:first-child {
      flex-basis: 25%;
      margin-right: 3vw; }
    .section__transformacion .section__cols-wrapper {
      align-items: center; }
    .section__transformacion .section__col {
      max-width: 25vw;
      padding-top: 0;
      margin: 0 40px; }
      .section__transformacion .section__col:nth-child(odd) {
        padding-top: 0; }
      .section__transformacion .section__col:nth-child(even) {
        padding-top: 15vh; }
  .section__educacion {
    width: min-content;
    width: -webkit-min-content; }
    .section__educacion .section__imagen-full-bg {
      width: 100vw;
      position: relative;
      margin-left: 10vw;
      background-position-y: center; }
  .section-element__numero-dato .section-element__numero-dato__numero {
    font-size: 4.167vw; }
  .section-element__numero-dato .section-element__numero-dato__texto {
    font-size: 40px; }
  .section__eje .text {
    font-size: 60px; }
  .section__acceso {
    z-index: 100; }
    .section__acceso .section-element__texto-recuadro .bottom-right-corner {
      right: -50px;
      bottom: -80px; }
  .section__empleabilidad {
    width: 100vw; }
    .section__empleabilidad .section__imagen-full-bg {
      width: 100vw;
      background-position-y: bottom; }
    .section__empleabilidad .section-element__big-text-block {
      font-size: 20vh; }
  .section__oferta-cultural {
    width: calc(100vw - 160px); }
    .section__oferta-cultural .section-element__texto-recuadro:after {
      right: 5%; }
  .section__asistentes .section__imagen-full-bg {
    background-position-y: 0; }
  .section__beatriz-cita .section-element__texto-recuadro .bottom-right-corner {
    right: -80px;
    bottom: -75px; }
  .section__datos-2018-img .section-element__numero-dato .section-element__numero-dato__texto {
    font-size: 5vw; }
  .section__voluntariado .section-element__big-text-block {
    font-size: 180px; }
  .section__voluntarios-texto .section-element__texto-recuadro {
    width: 850px;
    font-size: 64px; }
    .section__voluntarios-texto .section-element__texto-recuadro .bottom-right-corner {
      right: -30px;
      bottom: -70px; }
  .section__voluntariado-digital .section__imagen-full-bg {
    background-position-y: 0; }
  .section__voluntarios-datos-dos .section-element__dato-foto
.section-element__dato-foto__arriba
.section-element__numero-dato__numero,
  .section__voluntarios-datos-dos .section-element__dato-foto .section-element__dato-foto__abajo .section-element__dato-foto__text .section-element__numero-dato__numero {
    font-size: 5vw;
    margin-bottom: -20px; }
  .section__voluntarios-datos-dos .section-element__dato-foto
.section-element__dato-foto__arriba
.section-element__numero-dato__texto,
  .section__voluntarios-datos-dos .section-element__dato-foto .section-element__dato-foto__abajo .section-element__dato-foto__text .section-element__numero-dato__texto {
    font-size: 4.2vw; }
  .section__voluntarios-datos-dos .section-element__dato-foto .section-element__dato-foto__arriba .section-element__dato-foto__text {
    padding-left: 30px; }
  .section__beneficiarios-numero {
    width: min-content; }
    .section__beneficiarios-numero .text .section-element__numero-dato__texto {
      font-size: 3.6vw; }
    .section__beneficiarios-numero .section__imagen-full-bg {
      position: relative;
      background-position-y: 0; } }

@media only screen and (max-width: 1024px), (max-height: 700px) {
  .section-element__numero-dato .odometer-formatting-mark:after {
    font-size: 50px; }
  .section__quienes-somos .section__quienes-somos__bg {
    top: 90px; }
  .section__quehacemos {
    width: min-content;
    width: -webkit-min-content; }
    .section__quehacemos .section__quehacemos__heading-uno, .section__quehacemos .section__quehacemos__texto-contenido {
      margin-top: -100px; }
  .section-element__video {
    width: 100vw;
    height: calc(100vh - 60px); }
  .section__transformacion {
    width: max-content;
    width: -webkit-max-content; }
    .section__transformacion .section__col {
      max-width: 387px; }
  .section__docentes .section-element__numero-dato .section-element__numero-dato__texto {
    margin-left: 0; }
  .section__docentes .section-element__dato-foto .section-element__dato-foto__abajo .section-element__dato-foto__foto img {
    object-position: 10% bottom; }
  .section__docentes .section-element__dato-foto .section-element__dato-foto__abajo .section-element__dato-foto__text {
    flex-basis: 30%;
    padding-left: 0; }
  .section__docentes .section-element__dato-foto .section-element__dato-foto__abajo .section-element__dato-foto__foto {
    flex-basis: 50%; }
  .section__docentes .section-element__dato-foto .section-element__dato-foto__abajo .section-element__dato-foto__text-dos {
    flex-basis: 20%; }
  .section__acceso {
    width: 100vw; }
  .section__conectamos .section__imagen-full-bg__wrapper {
    width: 100vw; }
  .section__beatriz-cita .section__beatriz-cita__dos .section-element__texto-recuadro {
    width: 670px; }
  .section__beatriz-cita .section__beatriz-cita__dos .section-element__texto-recuadro .text {
    font-size: 4.167vw; }
  .section__cultura {
    width: 100vw; }
  .section__promovemos {
    width: min-content;
    width: -webkit-min-content; }
  .section__presentes-texto {
    width: min-content;
    width: -webkit-min-content; }
    .section__presentes-texto .section__presentes__h-dos {
      top: 20%; }
    .section__presentes-texto .section__presentes__h-tres {
      top: 20%; }
  .section__promovemos .text {
    flex-basis: unset;
    width: min-content;
    width: -webkit-min-content; }
  .section__oferta-cultural {
    width: 100vw; }
    .section__oferta-cultural .section-element__texto-recuadro {
      width: 660px; }
    .section__oferta-cultural .section-element__texto-recuadro .text {
      font-size: 60px; }
  .section__mas-datos .section-element__numero-dato .section-element__numero-dato__texto,
  .section__mas-datos .section-element__numero-dato .section-element__numero-dato__texto {
    margin-top: -20px; }
  .section__asistentes .section__imagen-full-bg {
    background-position-y: 0; }
  .section__asistentes .section-element__numero-dato .section-element__numero-dato__texto {
    margin-top: 0; }
  .section__descargas .section-element__numero-dato .section-element__numero-dato__texto {
    font-size: 4.167vw; }
  .section__descargas .section-element__numero-dato .section-element__numero-dato__texto {
    font-size: 30px;
    margin-top: 20px; }
  .section__descargas .section__imagen-full-bg {
    background-position-y: 0; }
  .section__voluntariado .section-element__big-text-block {
    font-size: 140px; }
  .section__voluntarios-texto .section-element__texto-recuadro {
    width: 677px;
    font-size: 50px; }
  .section__numero-voluntarios .section-element__numero-dato .section-element__numero-dato__numero, .section__numero-voluntarios-dos .section-element__numero-dato .section-element__numero-dato__numero {
    font-size: 80px; }
  .section__numero-voluntarios .section-element__numero-dato .section-element__numero-dato__texto, .section__numero-voluntarios-dos .section-element__numero-dato .section-element__numero-dato__texto {
    font-size: 50px;
    margin: -20px 0 0 0; }
  .section__voluntarios-datos .section-element__dato-foto .section-element__dato-foto__arriba .section-element__dato-foto__text .text {
    width: 100% !important; }
  .section__beneficiarios-numero .section-element__numero-dato .section-element__numero-dato__numero {
    margin-bottom: -30px;
    font-size: 100px; }
  .section__beneficiarios-numero .section-element__numero-dato .section-element__numero-dato__texto {
    font-size: 50px; } }

@media only screen and (max-width: 992px) {
  .informe__scroll-area-container {
    overflow-x: hidden;
    overflow-y: scroll; }
  .informe__scroll-area {
    display: flex;
    flex-wrap: wrap;
    height: auto; }
  .informe__scroll-area__section__content-wrapper {
    flex-wrap: wrap;
    padding: 100px 60px 50px 60px; }
  .informe__scroll-area__section {
    width: 100vw;
    height: min-content;
    min-height: 50vh; }
  .section__imagen-full-bg {
    position: relative !important;
    height: 100vh !important; }
  .section-element__numero-dato .odometer-formatting-mark:after {
    font-size: 45px; }
  .section-element__video, .section-element__video.video-normal {
    padding-bottom: 56.25%;
    height: 0;
    width: 100%; }
  .section-element__video .section-element__play-btn-inner {
    position: absolute;
    top: 30%;
    width: 70px;
    height: 70px; }
    .section-element__video .section-element__play-btn-inner img {
      width: 100%;
      height: auto; }
  .section-element__video .section-element__video-pantalla {
    top: 0;
    left: 0; }
  .section-element__play-btn {
    position: relative;
    bottom: unset;
    right: unset;
    margin-left: auto;
    margin-top: 60px; }
  .text {
    line-height: 1.3;
    flex-basis: 100% !important;
    width: 100% !important; }
  .section__quienes-somos .informe__scroll-area__section__content-wrapper {
    align-items: center; }
  .section__quienes-somos .section__quienes-somos__bg {
    right: unset;
    top: unset;
    position: relative;
    order: 1;
    margin: 0 auto;
    width: 100%;
    margin-top: 50px; }
    .section__quienes-somos .section__quienes-somos__bg img {
      object-fit: cover; }
  .section__quienes-somos .quienes-somos__heading-uno {
    order: 0; }
  .section__quienes-somos .quienes-somos__heading-dos {
    text-align: right;
    position: relative;
    opacity: 1;
    right: unset;
    order: 2; }
  .section__social-digital .informe__scroll-area__section__content-wrapper {
    padding-right: 60px; }
  .section__social-digital .text {
    text-align: center;
    margin: 50px 0;
    padding: 0; }
  .section__cumplido .text {
    padding: 50px 60px; }
  .section__cumplido .section__cumplido__heading h3 {
    font-size: 6.3vw; }
  .section__cumplido .section__cumplido__heading h2 {
    font-size: 10.3vw; }
  .section__cumplido .section__cumplido__heading-dos {
    background: #003245; }
  .section__cumplido .section-element__numero-dato {
    background: #003245;
    right: unset;
    top: unset;
    text-align: center; }
  .section__cumplido .section__imagen-full-bg {
    background-position-x: 0; }
  .section__quehacemos .informe__scroll-area__section__content-wrapper {
    padding: 50px 0; }
  .section__quehacemos .section__quehacemos__texto-contenido {
    padding-right: 25vw; }
  .section__quehacemos .section__quehacemos__texto-heading {
    font-size: 3.55vw; }
  .section__quehacemos .section__quehacemos__texto {
    font-size: 20px; }
  .section__quehacemos .section__quehacemos__texto-heading {
    font-size: 25px; }
  .section__quehacemos .section__quehacemos__heading-uno, .section__quehacemos .section__quehacemos__texto-contenido {
    margin-top: 0; }
  .section__quehacemos .section__quehacemos__heading-uno {
    padding: 0 0 0 80px; }
    .section__quehacemos .section__quehacemos__heading-uno h1 {
      font-size: 71px; }
  .section__quehacemos .section__quehacemos__texto-contenido {
    padding: 0 100px 0 80px; }
  .section__presentes {
    height: 100vh; }
    .section__presentes .informe__scroll-area__section__content-wrapper {
      padding: 0; }
    .section__presentes .section__presentes__heading-paises {
      right: unset;
      left: unset;
      line-height: 1;
      position: relative;
      width: 100vw !important; }
    .section__presentes .section__presentes__h-dos {
      flex-basis: 50% !important;
      padding-left: 50px;
      position: relative;
      left: unset; }
    .section__presentes .section__presentes__h-tres {
      flex-basis: 50% !important;
      position: relative;
      left: unset; }
    .section__presentes .section__imagen-full-bg {
      width: 100%;
      position: absolute !important;
      bottom: 0; }
  .section__presentes-texto .section__presentes__h-uno {
    height: 50vh; }
  .section__proyectos .section__proyectos__heading-uno {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    margin-top: 5vh;
    height: 40vh; }
  .section__proyectos .section__proyectos__palabras {
    right: unset;
    bottom: 15vh;
    line-height: 1.3;
    width: 100vw !important; }
  .section__transformacion .text:first-child {
    font-size: 36px;
    text-align: center;
    margin: 0;
    padding: 50px 0 100px 0; }
  .section__transformacion .section__cols-wrapper {
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center; }
  .section__transformacion .section__col {
    flex-basis: 85%;
    margin: 0 20px;
    padding-bottom: 50px;
    max-width: unset; }
    .section__transformacion .section__col:nth-child(odd) {
      padding-top: 0; }
    .section__transformacion .section__col:nth-child(even) {
      padding-top: 10vh; }
  .section__transformacion .section__col-img img {
    object-position: top; }
  .section__educacion {
    height: 100vh; }
    .section__educacion .informe__scroll-area__section__content-wrapper {
      padding: 50px 0; }
    .section__educacion .section__imagen-full-bg {
      margin-left: 0;
      background-size: cover;
      background-position: center; }
    .section__educacion .section-element__big-text-block {
      font-size: 100px; }
  .section__promovemos .informe__scroll-area__section__content-wrapper, .section__conectamos .informe__scroll-area__section__content-wrapper, .section__divulgamos .informe__scroll-area__section__content-wrapper, .section__familia .informe__scroll-area__section__content-wrapper {
    padding-left: 0;
    padding-right: 0; }
  .section__promovemos .text, .section__conectamos .text, .section__divulgamos .text, .section__familia .text {
    margin-bottom: 50px;
    padding: 50px 60px; }
  .section__docentes .section-element__dato-foto .section-element__dato-foto__arriba, .section__docentes .section-element__dato-foto .section-element__dato-foto__abajo, .section__conecta-empleo .section-element__dato-foto .section-element__dato-foto__arriba, .section__conecta-empleo .section-element__dato-foto .section-element__dato-foto__abajo {
    flex-wrap: wrap;
    height: min-content; }
    .section__docentes .section-element__dato-foto .section-element__dato-foto__arriba .section-element__dato-foto__text, .section__docentes .section-element__dato-foto .section-element__dato-foto__abajo .section-element__dato-foto__text, .section__conecta-empleo .section-element__dato-foto .section-element__dato-foto__arriba .section-element__dato-foto__text, .section__conecta-empleo .section-element__dato-foto .section-element__dato-foto__abajo .section-element__dato-foto__text {
      flex-basis: 50%;
      order: 0;
      padding-top: 50px;
      padding-bottom: 50px;
      height: auto; }
    .section__docentes .section-element__dato-foto .section-element__dato-foto__arriba .section-element__dato-foto__foto, .section__docentes .section-element__dato-foto .section-element__dato-foto__abajo .section-element__dato-foto__foto, .section__conecta-empleo .section-element__dato-foto .section-element__dato-foto__arriba .section-element__dato-foto__foto, .section__conecta-empleo .section-element__dato-foto .section-element__dato-foto__abajo .section-element__dato-foto__foto {
      order: 2;
      flex-basis: 100%;
      height: 50vh; }
    .section__docentes .section-element__dato-foto .section-element__dato-foto__arriba .section-element__dato-foto__text-dos, .section__docentes .section-element__dato-foto .section-element__dato-foto__abajo .section-element__dato-foto__text-dos, .section__conecta-empleo .section-element__dato-foto .section-element__dato-foto__arriba .section-element__dato-foto__text-dos, .section__conecta-empleo .section-element__dato-foto .section-element__dato-foto__abajo .section-element__dato-foto__text-dos {
      flex-basis: 50%;
      order: 1; }
  .section__docentes .section-element__dato-foto .section-element__dato-foto__abajo .section-element__dato-foto__text .text, .section__docentes .section-element__dato-foto .section-element__dato-foto__arriba .section-element__dato-foto__text .text, .section__conecta-empleo .section-element__dato-foto .section-element__dato-foto__abajo .section-element__dato-foto__text .text, .section__conecta-empleo .section-element__dato-foto .section-element__dato-foto__arriba .section-element__dato-foto__text .text {
    padding-left: 30px;
    padding-right: 30px; }
  .section__docentes .section-element__dato-foto .section-element__dato-foto__abajo .section-element__numero-dato.text, .section__docentes .section-element__dato-foto .section-element__dato-foto__arriba .section-element__numero-dato.text, .section__conecta-empleo .section-element__dato-foto .section-element__dato-foto__abajo .section-element__numero-dato.text, .section__conecta-empleo .section-element__dato-foto .section-element__dato-foto__arriba .section-element__numero-dato.text {
    flex-basis: unset !important; }
  .section__docentes .section-element__dato-foto .section-element__dato-foto__arriba .section-element__dato-foto__text .text-azul {
    font-size: 38px;
    width: unset; }
  .section__docentes .section-element__dato-foto .section-element__dato-foto__abajo .section-element__dato-foto__text-dos .text {
    margin-left: 0; }
  .section__eje .informe__scroll-area__section__content-wrapper {
    padding: 0; }
  .section__eje .text {
    padding: 50px 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px; }
  .section__eje .section__imagen-full-bg__wrapper {
    padding-left: 0;
    width: 100%;
    height: 100vh; }
    .section__eje .section__imagen-full-bg__wrapper img {
      object-position: left; }
  .section__acceso {
    height: 100vh; }
    .section__acceso .informe__scroll-area__section__content-wrapper {
      padding: 0; }
    .section__acceso .section-element__texto-recuadro {
      width: 640px; }
      .section__acceso .section-element__texto-recuadro .top-left-corner {
        top: -55px;
        left: -50px; }
      .section__acceso .section-element__texto-recuadro .bottom-right-corner {
        bottom: -50px;
        right: -30px; }
  .section__empleabilidad .section-element__big-text-block {
    position: absolute;
    bottom: 0;
    font-size: 15vw; }
  .section__empleabilidad .section__imagen-full-bg {
    background-size: cover; }
  .section__conectamos .section__imagen-full-bg__wrapper {
    margin-left: 0;
    height: 100vh; }
  .section__promovemos .text, .section__conectamos .text, .divulgamos__text {
    font-size: 70px; }
  .section__beatriz-cita .section__beatriz-cita__uno {
    flex-basis: 100%;
    justify-content: flex-start; }
  .section__beatriz-cita .section__beatriz-cita__dos {
    padding: 150px 60px; }
    .section__beatriz-cita .section__beatriz-cita__dos .section-element__texto-recuadro {
      margin: 0 auto; }
    .section__beatriz-cita .section__beatriz-cita__dos .section__beatriz-cita__autor {
      height: unset;
      margin-top: 70px; }
  .section__conecta-empleo .section-element__dato-foto .section-element__dato-foto__abajo .section-element__dato-foto__text-dos .text {
    font-size: 30px; }
  .section__cultura .section-element__big-text-block {
    position: absolute;
    bottom: 0; }
  .section__cultura .section__imagen-full-bg {
    width: 100vw; }
  .section__divulgamos .informe__scroll-area__section__content-wrapper {
    padding: 0; }
  .section__divulgamos .text:not(.text-xl) {
    right: unset;
    top: unset;
    bottom: 0;
    font-size: 42px; }
  .section__oferta-cultural {
    height: 100vh; }
    .section__oferta-cultural .section-element__texto-recuadro {
      width: 680px; }
      .section__oferta-cultural .section-element__texto-recuadro .top-left-corner {
        top: -55px;
        left: -50px; }
      .section__oferta-cultural .section-element__texto-recuadro .bottom-right-corner {
        right: -20px;
        bottom: -50px; }
  .section__mas-datos .section-element__dato-foto .section-element__dato-foto__arriba .section-element__dato-foto__text {
    padding-right: 30px; }
  .section__asistentes .informe__scroll-area__section__content-wrapper, .section__descargas .informe__scroll-area__section__content-wrapper, .section__visitantes .informe__scroll-area__section__content-wrapper {
    padding: 0; }
  .section__asistentes .section-element__numero-dato, .section__descargas .section-element__numero-dato, .section__visitantes .section-element__numero-dato {
    position: absolute;
    top: 10vh;
    left: 60px;
    width: 540px !important; }
  .section__descargas .section-element__numero-dato {
    padding-left: 5vw; }
  .section__descargas .section-element__numero-dato .section-element__numero-dato__numero {
    font-size: 4.167vw;
    margin-bottom: 0; }
  .section__descargas .section-element__numero-dato .section-element__numero-dato__texto {
    font-size: 40px;
    margin-top: -10px; }
  .section__datos-2018 {
    height: 100vh; }
    .section__datos-2018 .text {
      font-size: 9vw; }
  .section__datos-2018-img .section-element__numero-dato {
    position: initial;
    padding-bottom: 5vh; }
  .section__datos-2018-img .section__imagen-full-bg {
    position: absolute !important; }
  .section__visitantes .section-element__numero-dato {
    text-align: left; }
  .section__visitantes .section-element__numero-dato .section-element__numero-dato__texto {
    margin-top: -20px; }
  .section__laurie .informe__scroll-area__section__content-wrapper {
    padding: 0; }
  .section__laurie .text {
    right: unset;
    left: 5vw; }
  .section__voluntariado .section-element__big-text-block {
    position: absolute;
    bottom: 0;
    font-size: 15vw; }
  .section__voluntariado .section__imagen-full-bg {
    width: 100vw;
    right: unset;
    left: unset; }
  .section__voluntarios-texto {
    height: 100vh; }
    .section__voluntarios-texto .section-element__texto-recuadro {
      width: 660px; }
      .section__voluntarios-texto .section-element__texto-recuadro .top-left-corner {
        top: -55px;
        left: -50px; }
      .section__voluntarios-texto .section-element__texto-recuadro .bottom-right-corner {
        right: -40px;
        bottom: -50px; }
  .section__voluntarios-video .informe__scroll-area__section__content-wrapper {
    padding: 0; }
  .section__numero-voluntarios .informe__scroll-area__section__content-wrapper, .section__numero-voluntarios-dos .informe__scroll-area__section__content-wrapper {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0; }
  .section__numero-voluntarios .section-element__numero-dato, .section__numero-voluntarios-dos .section-element__numero-dato {
    margin: 0 auto;
    padding: 50px 0 100px; }
  .section__numero-voluntarios .section-element__numero-dato .section-element__numero-dato__texto,
  .section__numero-voluntarios-dos .section-element__numero-dato .section-element__numero-dato__texto {
    margin-top: -30px; }
  .section__voluntariado-digital .informe__scroll-area__section__content-wrapper {
    padding: 150px 0 0 0; }
  .section__voluntariado-digital .text {
    text-align: center;
    padding-bottom: 150px;
    padding-left: 0; }
  .section__voluntariado-digital .section__imagen-full-bg {
    background-position-x: center; }
  .section__voluntarios-datos-dos .section-element__dato-foto .section-element__dato-foto__arriba .section-element__dato-foto__text {
    flex-basis: 60%;
    justify-content: flex-start;
    padding-left: 30px; }
    .section__voluntarios-datos-dos .section-element__dato-foto .section-element__dato-foto__arriba .section-element__dato-foto__text .section-element__numero-dato .section-element__numero-dato__numero {
      font-size: 5vw; }
    .section__voluntarios-datos-dos .section-element__dato-foto .section-element__dato-foto__arriba .section-element__dato-foto__text .section-element__numero-dato .section-element__numero-dato__texto {
      font-size: 50px; }
  .section__voluntarios-datos-dos .section-element__dato-foto .section-element__dato-foto__arriba .section-element__dato-foto__foto {
    flex-basis: 40%; }
  .section__voluntarios-datos-dos .section-element__dato-foto .section-element__dato-foto__abajo .section-element__dato-foto__text {
    flex-basis: 45%;
    padding-left: 30px; }
    .section__voluntarios-datos-dos .section-element__dato-foto .section-element__dato-foto__abajo .section-element__dato-foto__text .section-element__numero-dato {
      padding: 0;
      width: unset; }
  .section__voluntarios-datos-dos .section-element__dato-foto .section-element__dato-foto__abajo .section-element__dato-foto__foto {
    flex-basis: 55%; }
  .section__beneficiarios-numero .informe__scroll-area__section__content-wrapper {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0; }
  .section__beneficiarios-numero .section-element__numero-dato {
    margin: 0 auto;
    padding: 100px 0 100px 0;
    width: unset; }
  .section__titulo-final .informe__scroll-area__section__content-wrapper {
    padding: 0; }
  .section__titulo-final .text {
    height: 50vh;
    padding-top: 15vh; }
  .section__titulo-final .section__imagen-full-bg {
    background-position-x: center;
    opacity: 1; }
  .section__titulo-final .section__edificio__fondo-blanco {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, white 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0); }
  .section__cierre {
    height: 150vh; }
    .section__cierre .informe__scroll-area__section__content-wrapper {
      padding: 0;
      align-items: flex-end; }
    .section__cierre .section__cierre__bg {
      top: 50px;
      background-size: 70%;
      background-position: center center; }
    .section__cierre .section__cierre__footer {
      width: 100%; } }

@media only screen and (max-width: 768px) {
  .section-element__dato-foto .section-element__dato-foto__arriba .section-element__dato-foto__text .text {
    width: 70% !important; }
  .section-element__numero-dato .section-element__numero-dato__numero {
    font-size: 40px !important;
    margin-bottom: 0; }
  .section-element__numero-dato .section-element__numero-dato__texto {
    font-size: 24px !important;
    margin-bottom: 0; }
  .section__acceso .section-element__texto-recuadro {
    width: 360px; }
  .section__docentes .section-element__dato-foto .section-element__dato-foto__arriba .section-element__dato-foto__text .text-azul {
    font-size: 27px; }
  .section__docentes .section-element__dato-foto .section-element__dato-foto__arriba .section-element__dato-foto__text .text-azul .odometer-formatting-mark:after {
    font-size: 27px; }
  .section__docentes .section-element__dato-foto .section-element__dato-foto__arriba .section-element__numero-dato.text {
    flex-basis: 100% !important; }
  .section__beatriz-cita .section-element__texto-recuadro {
    width: 340px; }
    .section__beatriz-cita .section-element__texto-recuadro .top-left-corner {
      top: -55px;
      left: -50px; }
    .section__beatriz-cita .section-element__texto-recuadro .bottom-right-corner {
      right: -40px;
      bottom: -35px; }
  .section__oferta-cultural .section-element__texto-recuadro {
    width: 420px; }
    .section__oferta-cultural .section-element__texto-recuadro .text {
      font-size: 36px; }
  .section__laurie .section__imagen-full-bg {
    background-position-x: center; }
  .section__numero-voluntarios .section-element__numero-dato .section-element__numero-dato__texto,
  .section__numero-voluntarios-dos .section-element__numero-dato .section-element__numero-dato__texto {
    margin-top: 0; }
  .section__voluntarios-texto .section-element__texto-recuadro {
    width: 400px;
    font-size: 4.167vw; }
  .section__beneficiarios-numero .section-element__numero-dato .section-element__numero-dato__numero {
    margin-bottom: 0; }
  .section__cierre .section__cierre__bg {
    background-position: center; } }

@media only screen and (max-width: 576px) {
  .section-element__texto-recuadro .top-left-corner, .section-element__texto-recuadro .bottom-right-corner {
    width: 50px;
    height: 55px; }
  .section__quienes-somos h1 {
    font-size: 49px; }
  .section__quienes-somos h3 {
    font-size: 27px; }
  .section-element__big-text-block {
    font-size: 70px; }
  .section__sociedad-video-texto .text {
    font-size: 40px; }
  .section__sociedad-video-texto .informe__scroll-area__section__content-wrapper {
    padding: 50px; }
  .section__transformacion .informe__scroll-area__section__content-wrapper {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px; }
  .section__educacion-video-texto .text {
    padding-left: 0; }
  .section__docentes .section-element__dato-foto .section-element__dato-foto__arriba .section-element__dato-foto__text, .section__docentes .section-element__dato-foto .section-element__dato-foto__abajo .section-element__dato-foto__text, .section__conecta-empleo .section-element__dato-foto .section-element__dato-foto__arriba .section-element__dato-foto__text, .section__conecta-empleo .section-element__dato-foto .section-element__dato-foto__abajo .section-element__dato-foto__text {
    flex-basis: 100%;
    padding-left: 0; }
  .section__docentes .section-element__dato-foto .section-element__dato-foto__arriba .section-element__dato-foto__foto, .section__docentes .section-element__dato-foto .section-element__dato-foto__abajo .section-element__dato-foto__foto, .section__conecta-empleo .section-element__dato-foto .section-element__dato-foto__arriba .section-element__dato-foto__foto, .section__conecta-empleo .section-element__dato-foto .section-element__dato-foto__abajo .section-element__dato-foto__foto {
    flex-basis: 100%; }
  .section__docentes .section-element__dato-foto .section-element__dato-foto__arriba .section-element__dato-foto__text-dos, .section__docentes .section-element__dato-foto .section-element__dato-foto__abajo .section-element__dato-foto__text-dos, .section__conecta-empleo .section-element__dato-foto .section-element__dato-foto__arriba .section-element__dato-foto__text-dos, .section__conecta-empleo .section-element__dato-foto .section-element__dato-foto__abajo .section-element__dato-foto__text-dos {
    flex-basis: 100%; }
  .section__docentes .section-element__dato-foto .section-element__dato-foto__arriba .section-element__dato-foto__text {
    padding-left: 30px;
    padding-right: 30px;
    justify-content: flex-start; }
    .section__docentes .section-element__dato-foto .section-element__dato-foto__arriba .section-element__dato-foto__text .section-element__numero-dato {
      padding-left: 0; }
  .section__educacion-video-texto .informe__scroll-area__section__content-wrapper {
    padding: 50px; }
  .section__acceso .section-element__texto-recuadro {
    width: 240px; }
  .section__beatriz-cita .section__beatriz-cita__dos .section-element__texto-recuadro {
    width: 250px; }
    .section__beatriz-cita .section__beatriz-cita__dos .section-element__texto-recuadro .bottom-right-corner {
      right: -40px;
      bottom: -55px; }
  .section__oferta-cultural .section-element__texto-recuadro {
    width: 360px; }
  .section__conecta-empleo .section-element__dato-foto .section-element__dato-foto__arriba .section-element__numero-dato.text {
    flex-basis: 100% !important; }
  .section__conecta-empleo .section-element__dato-foto .section-element__dato-foto__abajo .section-element__dato-foto__text {
    justify-content: flex-start; }
  .section__mas-datos .section-element__dato-foto__arriba, .section__mas-datos .section-element__dato-foto__abajo {
    flex-wrap: wrap;
    height: auto; }
  .section__mas-datos .section-element__dato-foto .section-element__dato-foto__arriba .section-element__dato-foto__text,
  .section__mas-datos .section-element__dato-foto .section-element__dato-foto__abajo .section-element__dato-foto__text {
    flex-basis: 100%;
    padding: 50px 20px;
    height: auto; }
  .section__mas-datos .section-element__dato-foto .section-element__dato-foto__arriba .section-element__dato-foto__foto,
  .section__mas-datos .section-element__dato-foto .section-element__dato-foto__abajo .section-element__dato-foto__foto {
    flex-basis: 100% !important; }
  .section__datos-2018 {
    height: 50vh; }
    .section__datos-2018 .informe__scroll-area__section__content-wrapper {
      padding: 50px; }
  .section__voluntarios-texto .section-element__texto-recuadro {
    width: 270px;
    line-height: 1.1; }
  .section__voluntarios-datos .section-element__dato-foto .section-element__dato-foto__abajo .section-element__dato-foto__text {
    padding-left: 30px; }
  .section__familia .section__imagen-full-bg {
    background-position-x: center; }
  .section__titulo-final h1 {
    font-size: 60px; }
  .section__titulo-final h3 {
    font-size: 30px; }
  .section__cierre .section__cierre__footer {
    padding: 70px 40px; }
  .section__promovemos .text, .section__conectamos .text, .divulgamos__text {
    font-size: 55px; } }

.informe__menu {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 161px;
  height: 100vh;
  background: #003245;
  z-index: 1000;
  padding: 35px 30px;
  overflow: hidden; }

.informe__menu__hamburger {
  display: none; }

.informe__menu__bg {
  display: none; }

.informe__logo {
  display: block;
  position: relative;
  margin: 0 auto; }
  .informe__logo img {
    position: relative;
    display: block;
    width: inherit;
    max-width: 100px; }

.informe__nav-container {
  transform: rotate(270deg);
  transform-origin: 0 0;
  bottom: 2vh;
  left: 60px;
  position: absolute;
  display: flex;
  width: 80vh;
  flex-wrap: wrap; }

.informe__nav {
  display: flex;
  margin: 0;
  padding: 0;
  flex-basis: 100%; }

.informe__nav-item {
  width: max-content;
  list-style: none;
  font-family: "TelefonicaWeb-Regular";
  color: #FFFFFF;
  font-size: 14px;
  text-decoration: none;
  flex-basis: 16.666666666666667%;
  text-align: center;
  padding: 0 5px; }
  .informe__nav-item a {
    color: #FFFFFF; }
    .informe__nav-item a:hover {
      color: #FFFFFF; }
    .informe__nav-item a:visited {
      color: #FFFFFF; }

.informe__nav-item-indicator-container {
  flex-basis: 100%; }

.informe__nav-item-indicator {
  display: block;
  background: #01EDFF;
  height: 5px;
  position: absolute;
  top: 96px;
  left: 0;
  flex-basis: 16.666666666666667%;
  width: 16.666666666666667%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .informe__nav-item-indicator.item-0 {
    left: 0; }
  .informe__nav-item-indicator.item-1 {
    left: 16.666666666666667%; }
  .informe__nav-item-indicator.item-2 {
    left: 33.333333333333333%; }
  .informe__nav-item-indicator.item-3 {
    left: 50%;
    background: #FFFF00; }
  .informe__nav-item-indicator.item-4 {
    left: 66.666666666666667%;
    background: #00FF99; }
  .informe__nav-item-indicator.item-5 {
    left: 83.333333333333333%;
    background: #FF7B00; }

@media only screen and (max-width: 1024px), (max-height: 700px) {
  .informe__menu {
    display: flex;
    width: 100vw;
    height: 60px;
    padding: 25px 30px;
    align-items: center; }
  .informe__logo {
    order: 1;
    margin: 0 0 0 auto; }
    .informe__logo img {
      max-width: 70px; }
  .informe__nav-container {
    order: 0;
    position: relative;
    bottom: unset;
    left: unset;
    transform: unset;
    transform-origin: unset;
    width: unset;
    flex-basis: 85%;
    margin-left: 10px; }
  .informe__nav-item:hover:after {
    top: 18px; }
  .informe__scroll-area.informe__scroll-area__menu {
    padding-left: 0;
    padding-top: 60px; }
  .informe__nav-item-indicator {
    top: 34px;
    left: 0; } }

@media only screen and (max-width: 768px) {
  .informe__menu__hamburger {
    display: block;
    width: 30px;
    z-index: 700; }
    .informe__menu__hamburger img {
      width: 100%;
      height: auto; }
  .informe__logo {
    z-index: 700; }
  .informe__menu {
    overflow: visible; }
  .informe__menu__bg {
    background: #003245;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 500;
    display: block; }
  .informe__nav-container {
    width: 100vw;
    display: flex;
    height: 100%;
    position: absolute;
    flex-basis: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    top: -440px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .informe__nav-container.active {
      top: 0; }
  .informe__nav {
    margin: 60px 0 0 0;
    background: #01EDFF;
    width: 100%;
    left: 0;
    flex-basis: 100%;
    flex-wrap: wrap;
    padding: 20px 0;
    border-bottom: 1px solid #003245;
    z-index: 400; }
  .informe__nav-item {
    padding: 15px 0;
    flex-basis: 100%;
    font-size: 20px;
    font-family: "TelefonicaWeb-Light"; }
    .informe__nav-item a {
      color: #003245;
      border-bottom: 1px solid transparent;
      padding-bottom: 5px;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .informe__nav-item a:hover {
        color: #003245;
        border-bottom: 1px solid #003245; }
      .informe__nav-item a:visited {
        color: #003245; }
    .informe__nav-item:after {
      display: none; }
  .informe__nav-item-indicator {
    display: none; } }

@font-face {
  font-family: "DINPro-Light";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/DINPro-Light.ttf") format("truetype"); }

@font-face {
  font-family: "TelefonicaWeb-Regular";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/TelefonicaWeb-Regular.eot?") format("eot"), url("fonts/TelefonicaWeb-Regular.woff2") format("woff2"), url("fonts/TelefonicaWeb-Regular.woff") format("woff"), url("fonts/TelefonicaWeb-Regular.ttf") format("truetype"), url("fonts/TelefonicaWeb-Regular.svg#TelefonicaWeb-Regular") format("svg"); }

@font-face {
  font-family: "TelefonicaWeb-ExtraLight";
  font-style: normal;
  font-weight: 100;
  src: url("fonts/TelefonicaWeb-ExtraLight.eot?") format("eot"), url("fonts/TelefonicaWeb-ExtraLight.woff2") format("woff2"), url("fonts/TelefonicaWeb-ExtraLight.woff") format("woff"), url("fonts/TelefonicaWeb-ExtraLight.ttf") format("truetype"), url("fonts/TelefonicaWeb-ExtraLight.svg#TelefonicaWeb-ExtraLight") format("svg"); }

@font-face {
  font-family: "TelefonicaWeb-Light";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/TelefonicaWeb-Light.eot?") format("eot"), url("fonts/TelefonicaWeb-Light.woff2") format("woff2"), url("fonts/TelefonicaWeb-Light.woff") format("woff"), url("fonts/TelefonicaWeb-Light.ttf") format("truetype"), url("fonts/TelefonicaWeb-Light.svg#TelefonicaWeb-Light") format("svg"); }

@font-face {
  font-family: "TelefonicaWeb-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/TelefonicaWeb-Bold.eot?") format("eot"), url("fonts/TelefonicaWeb-Bold.woff2") format("woff2"), url("fonts/TelefonicaWeb-Bold.woff") format("woff"), url("fonts/TelefonicaWeb-Bold.ttf") format("truetype"), url("fonts/TelefonicaWeb-Bold.svg#TelefonicaWeb-Bold") format("svg"); }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer; }

a {
  text-decoration: none;
  color: #003245; }

/* Utilities */
.text {
  z-index: 10;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.vertical-center {
  align-items: center; }

.vertical-bottom {
  align-items: flex-end; }

.justify-center {
  justify-content: center; }

.justify-end {
  justify-content: flex-end; }

.display-none {
  display: none !important; }

/* Colores */
.text-blanco {
  color: #FFFFFF; }

.text-negro {
  color: #000000; }

.text-azul {
  color: #003245; }

.text-azul-claro {
  color: #48B9DE; }

.text-azul-aqua {
  color: #01EDFF; }

.text-amarillo {
  color: #FFFF00; }

.text-verde {
  color: #00FF99; }

.text-naranja {
  color: #FF7B00; }

/* Background */
.bg-blanco {
  background: #FFFFFF; }

.bg-negro {
  background: #000000; }

.bg-azul {
  background: #003245 !important; }

.bg-azul-claro {
  background: #48B9DE; }

.bg-azul-aqua {
  background: #01EDFF; }

.bg-amarillo {
  background: #FFFF00; }

.bg-verde {
  background: #00FF99; }

.bg-naranja {
  background: #FF7B00; }

/* Tipografia */
.text-regular {
  font-family: "TelefonicaWeb-Regular"; }

.text-light {
  font-family: "TelefonicaWeb-Light" !important;
  font-weight: 100; }

.text-extralight {
  font-family: "TelefonicaWeb-ExtraLight";
  font-weight: 100; }

.text-bold {
  font-family: "TelefonicaWeb-Bold"; }

/* Tamaños Texto*/
.text-l {
  font-size: 4.167vw; }

.text-xl {
  font-size: 6.771vw;
  line-height: 1; }

.text-xxl {
  font-size: 7.813vw; }

.text-xxxl {
  font-size: 27.25vh; }

/* Estilos texto */
.text-mayuscula {
  text-transform: uppercase; }

.text-frente {
  z-index: 10; }

.text-center {
  text-align: center; }

/*Animacion Fade In */
.fade-in {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 2s; }

@keyframes fadeInOpacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.modal-window__wrapper {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  opacity: 0;
  display: none; }
  .modal-window__wrapper.active {
    opacity: 1;
    display: flex; }

.modal-window {
  border: 1px solid #003245;
  width: 680px;
  padding: 80px 125px;
  z-index: 100000;
  background: #FFFFFF;
  position: relative;
  display: none; }

.modal-window__contenido {
  box-sizing: border-box; }

.modal-window__img-container {
  display: flex;
  justify-content: center;
  padding: 50px 0; }

.modal-window__img {
  margin: 0 25px; }

.modal-window__txt {
  color: #003245;
  font-size: 20px; }

.modal-window__close {
  position: absolute;
  right: 10px;
  top: 10px; }

.modal-window__bg {
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10000;
  display: none; }

@media only screen and (max-width: 992px) {
  .text-xxxl {
    font-size: 18.25vh; } }

@media only screen and (max-width: 576px) {
  .text-l {
    font-size: 28px; }
  .text-xl {
    font-size: 35px; }
  .text-xxl {
    font-size: 50px; }
  .text-xxxl {
    font-size: 90px; } }

/* Librerias */
/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

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

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

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

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

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

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

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

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

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

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

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

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

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

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

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

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

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

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: 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); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

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

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

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

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

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

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

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

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

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

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

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

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

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

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

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

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

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

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

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

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

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

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

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

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

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

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

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

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

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

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

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

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important; } }

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative; }

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block; }

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0); }

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute; }

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s; }

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  line-height: 1.1em; }

.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center; }
