@charset "UTF-8";.bottom-nav[data-v-66289a6f] {
  position: fixed;
  z-index: var(--mt-client-bottom-nav-z-index);
  bottom: max(10px, var(--mt-content-safe-area-bottom));
  left: 50%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(calc(100% - 48px), var(--mt-client-bottom-nav-width));
  height: var(--mt-client-bottom-nav-height);
  padding: 5px;
  overflow: hidden;
  border: var(--mt-border-width) solid var(--mt-client-bottom-nav-border);
  border-radius: var(--mt-client-radius-full);
  background: var(--mt-client-bottom-nav-background);
  box-shadow: var(--mt-client-bottom-nav-shadow);
  backdrop-filter: blur(24px) saturate(1.35);
  transform: translateX(-50%);
}
.bottom-nav[data-v-66289a6f]::before {
  content: '';
  pointer-events: none;
  position: absolute;
  inset: 0 10% auto;
  height: 1px;
  background: var(--mt-client-bottom-nav-highlight);
}
.bottom-nav__item[data-v-66289a6f] {
  position: relative;
  z-index: 1;
  display: grid;
  min-width: 0;
  place-items: center;
  border: var(--mt-border-width) solid transparent;
  border-radius: var(--mt-client-radius-full);
  color: var(--mt-client-muted);
  text-decoration: none;
  transition: color var(--mt-client-dur-micro) ease, border-color var(--mt-client-dur-micro) ease, background var(--mt-client-dur-micro) ease, box-shadow var(--mt-client-dur-micro) ease, transform var(--mt-client-dur-micro) ease;
}
.bottom-nav__item.is-active[data-v-66289a6f] {
  border-color: var(--mt-client-bottom-nav-active-border);
  color: var(--mt-client-text);
  background: var(--mt-client-bottom-nav-active-background);
  box-shadow: var(--mt-client-bottom-nav-active-shadow);
}
.bottom-nav__item[data-v-66289a6f]:active {
  transform: scale(0.93);
}
.bottom-nav__icon[data-v-66289a6f] {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.18));
  transition: fill var(--mt-client-dur-micro) ease, stroke-width var(--mt-client-dur-micro) ease, transform var(--mt-client-dur-micro) ease;
}
.bottom-nav__item.is-active .bottom-nav__icon[data-v-66289a6f] {
  stroke-width: 2;
  transform: translateY(-1px);
}
.bottom-nav__item.is-active .bottom-nav__icon--home[data-v-66289a6f] {
  fill: currentColor;
}
.nav-bar[data-v-db4e0ed1] {
  width: 100%;
}
.nav-bar__bar[data-v-db4e0ed1] {
  position: fixed;
  top: var(--mt-content-safe-area-top);
  left: 0;
  right: 0;
  z-index: var(--mt-navbar-z-index);
  height: var(--mt-navbar-height);
  max-width: var(--mt-max-screen-width);
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  isolation: isolate;
  padding: 0 var(--mt-padding-xs);
  background: transparent;
  transition: background-color var(--mt-client-dur-standard) var(--mt-client-ease-standard);
}
.nav-bar__scrim[data-v-db4e0ed1] {
  position: absolute;
  top: calc(-1 * var(--mt-content-safe-area-top));
  right: 0;
  bottom: calc(-1 * var(--mt-navbar-gradient-extend));
  left: 0;
  z-index: -1;
  pointer-events: none;
  background-image: var(--mt-client-navbar-gradient);
  transition: opacity var(--mt-client-dur-standard) var(--mt-client-ease-standard);
}
.nav-bar--opaque .nav-bar__bar[data-v-db4e0ed1] {
  background: var(--mt-client-navbar-bg);
}
.nav-bar--opaque .nav-bar__scrim[data-v-db4e0ed1] {
  opacity: 0;
}
.nav-bar__placeholder[data-v-db4e0ed1] {
  height: var(--mt-navbar-height);
}
.nav-bar__side[data-v-db4e0ed1] {
  position: relative;
  z-index: 1;
  flex: 0 0 var(--mt-navbar-side-width);
  min-width: 0;
  display: flex;
  align-items: center;
}
.nav-bar__side--left[data-v-db4e0ed1] {
  justify-content: flex-start;
}
.nav-bar__side--right[data-v-db4e0ed1] {
  justify-content: flex-end;
}
.nav-bar__title[data-v-db4e0ed1] {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  min-width: 0;
  text-align: center;
  color: var(--mt-client-navbar-icon-color);
  font-size: var(--mt-client-fs-body);
  font-weight: var(--mt-client-fw-strong);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav-bar__icon-btn[data-v-db4e0ed1] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--mt-client-icon-container-sm);
  height: var(--mt-client-icon-container-sm);
  padding: 0;
  border: none;
  background: transparent;
  color: var(--mt-client-navbar-icon-color);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.nav-bar__icon-btn .iconfont[data-v-db4e0ed1] {
  font-size: var(--mt-navbar-icon-size);
}
.nav-bar__icon-btn[data-v-db4e0ed1]:active {
  opacity: var(--mt-active-opacity);
}
.layout[data-v-d4e12dea] {
  width: 100%;
  min-height: var(--mt-viewport-height);
  padding: var(--mt-content-safe-area-top) var(--mt-content-safe-area-right) var(--mt-content-safe-area-bottom) var(--mt-content-safe-area-left);
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.layout[data-v-d4e12dea]::-webkit-scrollbar {
  display: none;
}
.layout__page[data-v-d4e12dea] {
  flex: 1 0 auto;
  min-height: var(--mt-content-height);
}
.layout--immersive[data-v-d4e12dea] {
  padding: 0;
}
.layout--with-bottom-nav .layout__page[data-v-d4e12dea] {
  padding-bottom: var(--mt-client-bottom-nav-total-height);
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}
.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(1 * 2);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(1 * 3);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-2s {
  -webkit-animation-delay: calc(1s * 2);
  animation-delay: calc(1s * 2);
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}
.animate__animated.animate__delay-3s {
  -webkit-animation-delay: calc(1s * 3);
  animation-delay: calc(1s * 3);
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}
.animate__animated.animate__delay-4s {
  -webkit-animation-delay: calc(1s * 4);
  animation-delay: calc(1s * 4);
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}
.animate__animated.animate__delay-5s {
  -webkit-animation-delay: calc(1s * 5);
  animation-delay: calc(1s * 5);
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}
.animate__animated.animate__faster {
  -webkit-animation-duration: calc(1s / 2);
  animation-duration: calc(1s / 2);
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}
.animate__animated.animate__fast {
  -webkit-animation-duration: calc(1s * 0.8);
  animation-duration: calc(1s * 0.8);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animate__animated.animate__slow {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}
.animate__animated.animate__slower {
  -webkit-animation-duration: calc(1s * 3);
  animation-duration: calc(1s * 3);
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}
@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }

  .animate__animated[class*='Out'] {
    opacity: 0;
  }
}
/* Attention seekers  */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__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;
  }
}
.animate__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);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@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);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

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

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}
@-webkit-keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

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

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__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);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: calc(1s * 1.3);
  animation-duration: calc(1s * 1.3);
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
/* Back entrances */
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

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

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}
@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

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

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}
@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

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

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}
@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

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

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}
/* Back exits */
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

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

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}
@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

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

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}
@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

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

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}
@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

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

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}
/* Bouncing entrances  */
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@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);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -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) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }

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

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__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) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

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

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__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) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

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

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__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) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }

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

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
/* Bouncing exits  */
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@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);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

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

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }

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

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

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }

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

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

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

  to {
    opacity: 1;
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}
@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}
@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}
@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}
/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

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

  to {
    opacity: 0;
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}
@-webkit-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}
@-webkit-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}
@-webkit-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}
/* Flippers */
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@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;
  }
}
.animate__animated.animate__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);
  }
}
.animate__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);
  }
}
.animate__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;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -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;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
/* Lightspeed */
@-webkit-keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

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

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }

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

  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }

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

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }

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

  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/* Rotating entrances */
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

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

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

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

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

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
/* Rotating exits */
@-webkit-keyframes rotateOut {
  from {
    opacity: 1;
  }

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

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

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

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

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

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

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

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

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

  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
/* Specials */
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
/* Zooming entrances */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
@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;
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
/* Zooming exits */
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}
@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;
  }
}
.animate__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-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-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@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);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@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);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

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

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
/* Sliding entrances */
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
/* Sliding exits */
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@font-face {
  font-family: "iconfont"; /* Project id 5209417 */
  src: url('/assets/iconfont-CukQJk54.woff2?t=1783952473005') format('woff2'),
       url('/assets/iconfont-D-9z6JRF.woff?t=1783952473005') format('woff'),
       url('/assets/iconfont-CgWeSt6x.ttf?t=1783952473005') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-CallForward:before {
  content: "\e6ed";
}

.icon-Filter-1:before {
  content: "\e7ed";
}

.icon-PageView-1:before {
  content: "\e8ed";
}

.icon-WeatherRainShowersDay-1:before {
  content: "\e9ed";
}

.icon-WeatherMoon:before {
  content: "\eaed";
}

.icon-CallInbound-1:before {
  content: "\e6ee";
}

.icon-Filter:before {
  content: "\e7ee";
}

.icon-Open:before {
  content: "\e8ee";
}

.icon-PhoneError-1:before {
  content: "\e9ee";
}

.icon-Unlock-1:before {
  content: "\eaee";
}

.icon-CalendarEmpty-1:before {
  content: "\e6ef";
}

.icon-FastAcceleration-1:before {
  content: "\e7ef";
}

.icon-Patient-1:before {
  content: "\e8ef";
}

.icon-USBStick:before {
  content: "\e9ef";
}

.icon-TripleColumn-1:before {
  content: "\eaef";
}

.icon-Camera:before {
  content: "\e6f0";
}

.icon-FitWidth-1:before {
  content: "\e7f0";
}

.icon-Patient:before {
  content: "\e8f0";
}

.icon-TabInPrivate:before {
  content: "\e9f0";
}

.icon-Mail:before {
  content: "\eaf0";
}

.icon-CallMissed:before {
  content: "\e6f1";
}

.icon-Flag:before {
  content: "\e7f1";
}

.icon-Payment:before {
  content: "\e8f1";
}

.icon-WeatherRainSnow-1:before {
  content: "\e9f1";
}

.icon-TextLineSpacing-1:before {
  content: "\eaf1";
}

.icon-CallInbound:before {
  content: "\e6f2";
}

.icon-FitWidth:before {
  content: "\e7f2";
}

.icon-Pause:before {
  content: "\e8f2";
}

.icon-VideoPlayPause-1:before {
  content: "\e9f2";
}

.icon-ViewDesktop-1:before {
  content: "\eaf2";
}

.icon-CallMissed-1:before {
  content: "\e6f3";
}

.icon-Flag-1:before {
  content: "\e7f3";
}

.icon-Payment-1:before {
  content: "\e8f3";
}

.icon-WeatherThunderstorm:before {
  content: "\e9f3";
}

.icon-TableAdd-1:before {
  content: "\eaf3";
}

.icon-Cast-1:before {
  content: "\e6f4";
}

.icon-Fingerprint:before {
  content: "\e7f4";
}

.icon-Pair-1:before {
  content: "\e8f4";
}

.icon-Weekend-1:before {
  content: "\e9f4";
}

.icon-MoviesandTV-1:before {
  content: "\eaf4";
}

.icon-Cellular4G:before {
  content: "\e6f5";
}

.icon-FlashOn-1:before {
  content: "\e7f5";
}

.icon-Pair:before {
  content: "\e8f5";
}

.icon-WeatherHailNight-1:before {
  content: "\e9f5";
}

.icon-TimeAndWeather:before {
  content: "\eaf5";
}

.icon-CallAdd:before {
  content: "\e6f6";
}

.icon-DataArea-1:before {
  content: "\e7f6";
}

.icon-PenSettings-1:before {
  content: "\e8f6";
}

.icon-Weekend:before {
  content: "\e9f6";
}

.icon-Translate-1:before {
  content: "\eaf6";
}

.icon-CellularData2:before {
  content: "\e6f7";
}

.icon-FlashOn:before {
  content: "\e7f7";
}

.icon-PeopleCommunity-1:before {
  content: "\e8f7";
}

.icon-WiFi4-1:before {
  content: "\e9f7";
}

.icon-WeatherSnowflake:before {
  content: "\eaf7";
}

.icon-Cellular3G:before {
  content: "\e6f8";
}

.icon-FlashOff:before {
  content: "\e7f8";
}

.icon-PeopleCommunityAdd-1:before {
  content: "\e8f8";
}

.icon-TabTrackingPrevention:before {
  content: "\e9f8";
}

.icon-Wallpaper-1:before {
  content: "\eaf8";
}

.icon-CellularData1-1:before {
  content: "\e6f9";
}

.icon-FlashAuto-1:before {
  content: "\e7f9";
}

.icon-PeopleAdd:before {
  content: "\e8f9";
}

.icon-WeatherSnowShowerNight-1:before {
  content: "\e9f9";
}

.icon-ThumbDislike-1:before {
  content: "\eaf9";
}

.icon-CallForward-1:before {
  content: "\e6fa";
}

.icon-FlashAuto:before {
  content: "\e7fa";
}

.icon-PeopleAdd-1:before {
  content: "\e8fa";
}

.icon-WiFi3:before {
  content: "\e9fa";
}

.icon-TabNew:before {
  content: "\eafa";
}

.icon-Cellular3G-1:before {
  content: "\e6fb";
}

.icon-PhoneUpdate:before {
  content: "\e7fb";
}

.icon-PenSettings:before {
  content: "\e8fb";
}

.icon-PSTNCall-1:before {
  content: "\e9fb";
}

.icon-Thinking-1:before {
  content: "\eafb";
}

.icon-CellularData1:before {
  content: "\e6fc";
}

.icon-Flashlight-1:before {
  content: "\e7fc";
}

.icon-PeopleCommunityAdd:before {
  content: "\e8fc";
}

.icon-Shield-1:before {
  content: "\e9fc";
}

.icon-TextQuote-1:before {
  content: "\eafc";
}

.icon-ClipboardText:before {
  content: "\e6fd";
}

.icon-FolderJunk:before {
  content: "\e7fd";
}

.icon-People-1:before {
  content: "\e8fd";
}

.icon-WindowDevTools:before {
  content: "\e9fd";
}

.icon-TextUnderline-1:before {
  content: "\eafd";
}

.icon-CellularData5-1:before {
  content: "\e6fe";
}

.icon-FlashlightOff:before {
  content: "\e7fe";
}

.icon-People:before {
  content: "\e8fe";
}

.icon-SelectAllOff:before {
  content: "\e9fe";
}

.icon-TextItalic:before {
  content: "\eafe";
}

.icon-CellularData4-1:before {
  content: "\e6ff";
}

.icon-FolderAdd-1:before {
  content: "\e7ff";
}

.icon-ErrorCircle:before {
  content: "\e8ff";
}

.icon-ShareScreen-1:before {
  content: "\e9ff";
}

.icon-TextFont-1:before {
  content: "\eaff";
}

.icon-CellularData3:before {
  content: "\e700";
}

.icon-Phone:before {
  content: "\e800";
}

.icon-PeopleTeam:before {
  content: "\e900";
}

.icon-FontSpaceTrackingIn:before {
  content: "\ea00";
}

.icon-Ticket:before {
  content: "\eb00";
}

.icon-CellularData2-1:before {
  content: "\e701";
}

.icon-FlagOff:before {
  content: "\e801";
}

.icon-PeopleCommunity:before {
  content: "\e901";
}

.icon-Rewind:before {
  content: "\ea01";
}

.icon-MoviesandTV:before {
  content: "\eb01";
}

.icon-CellularData3-1:before {
  content: "\e702";
}

.icon-FolderLink-1:before {
  content: "\e802";
}

.icon-PeopleSearch:before {
  content: "\e902";
}

.icon-RadioButton:before {
  content: "\ea02";
}

.icon-UninstallApp:before {
  content: "\eb02";
}

.icon-Accessibility:before {
  content: "\e603";
}

.icon-CellularData5:before {
  content: "\e703";
}

.icon-PlayCircle:before {
  content: "\e803";
}

.icon-ExtendedDock:before {
  content: "\e903";
}

.icon-ReadAloud-1:before {
  content: "\ea03";
}

.icon-TabNew-1:before {
  content: "\eb03";
}

.icon-shenglve:before {
  content: "\e604";
}

.icon-CellularOff-1:before {
  content: "\e704";
}

.icon-FolderMove:before {
  content: "\e804";
}

.icon-PersonBlock:before {
  content: "\e904";
}

.icon-Presenter-1:before {
  content: "\ea04";
}

.icon-WeatherSnowShowerDay-1:before {
  content: "\eb04";
}

.icon-Accessibility-1:before {
  content: "\e605";
}

.icon-CellularUnavailable:before {
  content: "\e705";
}

.icon-FolderLink:before {
  content: "\e805";
}

.icon-PersonAdd-1:before {
  content: "\e905";
}

.icon-Predictions-1:before {
  content: "\ea05";
}

.icon-TextAlignLeft-1:before {
  content: "\eb05";
}

.icon-AccessTime-1:before {
  content: "\e606";
}

.icon-CellularOff:before {
  content: "\e706";
}

.icon-FolderOpen-1:before {
  content: "\e806";
}

.icon-PersonAvailable-1:before {
  content: "\e906";
}

.icon-PPTOutline:before {
  content: "\ea06";
}

.icon-AddCircle:before {
  content: "\e607";
}

.icon-CellularUnavailable-1:before {
  content: "\e707";
}

.icon-FolderOpen:before {
  content: "\e807";
}

.icon-PersonDelete-1:before {
  content: "\e907";
}

.icon-PPTOutline-1:before {
  content: "\ea07";
}

.icon-AccessTime:before {
  content: "\e608";
}

.icon-CalendarDay-1:before {
  content: "\e708";
}

.icon-Folder:before {
  content: "\e808";
}

.icon-PersonAccounts:before {
  content: "\e908";
}

.icon-Premium:before {
  content: "\ea08";
}

.icon-AddCircle-1:before {
  content: "\e609";
}

.icon-Cast:before {
  content: "\e709";
}

.icon-FontDecrease-1:before {
  content: "\e809";
}

.icon-PersonAvailable:before {
  content: "\e909";
}

.icon-FlashlightOff-1:before {
  content: "\ea09";
}

.icon-Activity-1:before {
  content: "\e60a";
}

.icon-ChannelNotifications:before {
  content: "\e70a";
}

.icon-FontIncrease:before {
  content: "\e80a";
}

.icon-EyeHide-1:before {
  content: "\e90a";
}

.icon-WiFi2:before {
  content: "\ea0a";
}

.icon-Activity:before {
  content: "\e60b";
}

.icon-ChannelUnfollow:before {
  content: "\e70b";
}

.icon-Folder-1:before {
  content: "\e80b";
}

.icon-PersonFeedback:before {
  content: "\e90b";
}

.icon-XboxConsole:before {
  content: "\ea0b";
}

.icon-Add:before {
  content: "\e60c";
}

.icon-ChevronRight-1:before {
  content: "\e70c";
}

.icon-FontDecrease:before {
  content: "\e80c";
}

.icon-PersonLeave-1:before {
  content: "\e90c";
}

.icon-ReOrder:before {
  content: "\ea0c";
}

.icon-AddressBookNumber:before {
  content: "\e60d";
}

.icon-ChannelUnfollow-1:before {
  content: "\e70d";
}

.icon-FontSpaceTrackingIn-1:before {
  content: "\e80d";
}

.icon-PersonTentative:before {
  content: "\e90d";
}

.icon-Tab-1:before {
  content: "\ea0d";
}

.icon-AddressBookNumber-1:before {
  content: "\e60e";
}

.icon-ChevronRight:before {
  content: "\e70e";
}

.icon-Food-1:before {
  content: "\e80e";
}

.icon-PersonLeave:before {
  content: "\e90e";
}

.icon-TextFont:before {
  content: "\ea0e";
}

.icon-Airplane-1:before {
  content: "\e60f";
}

.icon-Channel:before {
  content: "\e70f";
}

.icon-Food:before {
  content: "\e80f";
}

.icon-PersonTentative-1:before {
  content: "\e90f";
}

.icon-WindowDevTools-1:before {
  content: "\ea0f";
}

.icon-Add-1:before {
  content: "\e610";
}

.icon-ChevronUp-1:before {
  content: "\e710";
}

.icon-FontSpaceTrackingOut-1:before {
  content: "\e810";
}

.icon-PersonDelete:before {
  content: "\e910";
}

.icon-TabSweep:before {
  content: "\ea10";
}

.icon-AlertOff-1:before {
  content: "\e611";
}

.icon-ChevronUp:before {
  content: "\e711";
}

.icon-FontSpaceTrackingOut:before {
  content: "\e811";
}

.icon-PersonFeedback-1:before {
  content: "\e911";
}

.icon-WiFi4:before {
  content: "\ea11";
}

.icon-AlertOn-1:before {
  content: "\e612";
}

.icon-Class-1:before {
  content: "\e712";
}

.icon-FullScreenZoom-1:before {
  content: "\e812";
}

.icon-PhoneAddNewApp:before {
  content: "\e912";
}

.icon-ReadingModeMobile:before {
  content: "\ea12";
}

.icon-AlertSnooze-1:before {
  content: "\e613";
}

.icon-Class:before {
  content: "\e713";
}

.icon-Gesture-1:before {
  content: "\e813";
}

.icon-Person-1:before {
  content: "\e913";
}

.icon-Shifts-1:before {
  content: "\ea13";
}

.icon-AlertOff:before {
  content: "\e614";
}

.icon-ClipboardPaste-1:before {
  content: "\e714";
}

.icon-Games:before {
  content: "\e814";
}

.icon-Person:before {
  content: "\e914";
}

.icon-Save-1:before {
  content: "\ea14";
}

.icon-Airplane:before {
  content: "\e615";
}

.icon-Cellular4G-1:before {
  content: "\e715";
}

.icon-Games-1:before {
  content: "\e815";
}

.icon-FastMode-1:before {
  content: "\e915";
}

.icon-SlideAdd:before {
  content: "\ea15";
}

.icon-AlertSnooze:before {
  content: "\e616";
}

.icon-CellularData4:before {
  content: "\e716";
}

.icon-FullScreenZoom:before {
  content: "\e816";
}

.icon-PersonVoice:before {
  content: "\e916";
}

.icon-WiFi5:before {
  content: "\ea16";
}

.icon-AppGeneric:before {
  content: "\e617";
}

.icon-Certificate:before {
  content: "\e717";
}

.icon-FPS240:before {
  content: "\e817";
}

.icon-PhoneDesktop:before {
  content: "\e917";
}

.icon-QRCode-1:before {
  content: "\ea17";
}

.icon-Alert:before {
  content: "\e618";
}

.icon-ClipboardPaste:before {
  content: "\e718";
}

.icon-Gift-1:before {
  content: "\e818";
}

.icon-PhoneHomeLock-1:before {
  content: "\e918";
}

.icon-Premium-1:before {
  content: "\ea18";
}

.icon-Alert-1:before {
  content: "\e619";
}

.icon-Classification-1:before {
  content: "\e719";
}

.icon-GIF-1:before {
  content: "\e819";
}

.icon-PhoneLaptop:before {
  content: "\e919";
}

.icon-ShiftsTeam-1:before {
  content: "\ea19";
}

.icon-AlertUrgent:before {
  content: "\e61a";
}

.icon-Certificate-1:before {
  content: "\e71a";
}

.icon-Glance-1:before {
  content: "\e81a";
}

.icon-PhoneHomeLock:before {
  content: "\e91a";
}

.icon-PSTNCall:before {
  content: "\ea1a";
}

.icon-AppGeneric-1:before {
  content: "\e61b";
}

.icon-ChannelFollow-1:before {
  content: "\e71b";
}

.icon-Gesture:before {
  content: "\e81b";
}

.icon-PhoneError:before {
  content: "\e91b";
}

.icon-Remove:before {
  content: "\ea1b";
}

.icon-AlertUrgent-1:before {
  content: "\e61c";
}

.icon-CallPark-1:before {
  content: "\e71c";
}

.icon-Gift:before {
  content: "\e81c";
}

.icon-PhoneLinkSetup-1:before {
  content: "\e91c";
}

.icon-Print-1:before {
  content: "\ea1c";
}

.icon-AppSpan:before {
  content: "\e61d";
}

.icon-Clock-1:before {
  content: "\e71d";
}

.icon-FPS960-1:before {
  content: "\e81d";
}

.icon-FlagOff-1:before {
  content: "\e91d";
}

.icon-ShareCloseTray-1:before {
  content: "\ea1d";
}

.icon-AppRecent:before {
  content: "\e61e";
}

.icon-ClosedCaption-1:before {
  content: "\e71e";
}

.icon-GlobeDesktop:before {
  content: "\e81e";
}

.icon-Fingerprint-1:before {
  content: "\e91e";
}

.icon-PhoneStatusBar:before {
  content: "\ea1e";
}

.icon-AppTitle:before {
  content: "\e61f";
}

.icon-CallOutbound-1:before {
  content: "\e71f";
}

.icon-GlobeAdd:before {
  content: "\e81f";
}

.icon-PhoneScreenTime:before {
  content: "\e91f";
}

.icon-Sleep-1:before {
  content: "\ea1f";
}

.icon-AppFolder-1:before {
  content: "\e620";
}

.icon-CallOutbound:before {
  content: "\e720";
}

.icon-FontIncrease-1:before {
  content: "\e820";
}

.icon-PhonePageHeader:before {
  content: "\e920";
}

.icon-Presenter:before {
  content: "\ea20";
}

.icon-Archive-1:before {
  content: "\e621";
}

.icon-Clock:before {
  content: "\e721";
}

.icon-GlobeDesktop-1:before {
  content: "\e821";
}

.icon-PhonePageHeader-1:before {
  content: "\e921";
}

.icon-Print:before {
  content: "\ea21";
}

.icon-Archive:before {
  content: "\e622";
}

.icon-ClosedCaption:before {
  content: "\e722";
}

.icon-GlobeAdd-1:before {
  content: "\e822";
}

.icon-PhoneMobile-1:before {
  content: "\e922";
}

.icon-ShiftsTeam:before {
  content: "\ea22";
}

.icon-AppUnspan-1:before {
  content: "\e623";
}

.icon-CallPark:before {
  content: "\e723";
}

.icon-GIF:before {
  content: "\e823";
}

.icon-PhoneStatusBar-1:before {
  content: "\e923";
}

.icon-WiFiProtected-1:before {
  content: "\ea23";
}

.icon-AppsAddIn:before {
  content: "\e624";
}

.icon-Channel-1:before {
  content: "\e724";
}

.icon-Globe:before {
  content: "\e824";
}

.icon-PhonePagination-1:before {
  content: "\e924";
}

.icon-Power:before {
  content: "\ea24";
}

.icon-AppsList:before {
  content: "\e625";
}

.icon-ChatHelp-1:before {
  content: "\e725";
}

.icon-GlobeVideo:before {
  content: "\e825";
}

.icon-PhoneScreenTime-1:before {
  content: "\e925";
}

.icon-PhoneUpdate-1:before {
  content: "\ea25";
}

.icon-AppSpan-1:before {
  content: "\e626";
}

.icon-Chat-1:before {
  content: "\e726";
}

.icon-Globe-1:before {
  content: "\e826";
}

.icon-PhoneDesktop-1:before {
  content: "\e926";
}

.icon-RadioButton-1:before {
  content: "\ea26";
}

.icon-AppsList-1:before {
  content: "\e627";
}

.icon-CheckboxChecked-1:before {
  content: "\e727";
}

.icon-Grid:before {
  content: "\e827";
}

.icon-PhoneLinkSetup:before {
  content: "\e927";
}

.icon-PhoneVibrate-1:before {
  content: "\ea27";
}

.icon-AppUnspan:before {
  content: "\e628";
}

.icon-ChatHelp:before {
  content: "\e728";
}

.icon-GlobeLocation:before {
  content: "\e828";
}

.icon-PhoneMobile:before {
  content: "\e928";
}

.icon-XboxConsole-1:before {
  content: "\ea28";
}

.icon-Apps:before {
  content: "\e629";
}

.icon-Chat:before {
  content: "\e729";
}

.icon-GlobeLocation-1:before {
  content: "\e829";
}

.icon-FlashOff-1:before {
  content: "\e929";
}

.icon-WiFi3-1:before {
  content: "\ea29";
}

.icon-AppRecent-1:before {
  content: "\e62a";
}

.icon-CheckboxChecked:before {
  content: "\e72a";
}

.icon-GroupList-1:before {
  content: "\e82a";
}

.icon-PhoneVerticalScroll-1:before {
  content: "\e92a";
}

.icon-VideoClip-1:before {
  content: "\ea2a";
}

.icon-AppTitle-1:before {
  content: "\e62b";
}

.icon-ChevronDownCircle:before {
  content: "\e72b";
}

.icon-GroupList:before {
  content: "\e82b";
}

.icon-PhoneToPC-1:before {
  content: "\e92b";
}

.icon-QRCode:before {
  content: "\ea2b";
}

.icon-ArrowClockwise:before {
  content: "\e62c";
}

.icon-Checkmark:before {
  content: "\e72c";
}

.icon-Guest-1:before {
  content: "\e82c";
}

.icon-PhoneTablet-1:before {
  content: "\e92c";
}

.icon-WiFi1-1:before {
  content: "\ea2c";
}

.icon-ArrowDownRightCircle:before {
  content: "\e62d";
}

.icon-ChevronDownCircle-1:before {
  content: "\e72d";
}

.icon-Headphones:before {
  content: "\e82d";
}

.icon-PhoneVerticalScroll:before {
  content: "\e92d";
}

.icon-Whiteboard:before {
  content: "\ea2d";
}

.icon-ArrowCounterclockwise-1:before {
  content: "\e62e";
}

.icon-ChevronLeft:before {
  content: "\e72e";
}

.icon-Guest:before {
  content: "\e82e";
}

.icon-Flashlight:before {
  content: "\e92e";
}

.icon-ReOrder-1:before {
  content: "\ea2e";
}

.icon-ArrowDownRightCircle-1:before {
  content: "\e62f";
}

.icon-ChevronLeft2:before {
  content: "\e72f";
}

.icon-Headphones-1:before {
  content: "\e82f";
}

.icon-WiFiProtected:before {
  content: "\e92f";
}

.icon-Voicemail-1:before {
  content: "\ea2f";
}

.icon-ArrowDownLeft:before {
  content: "\e630";
}

.icon-Checkmark-1:before {
  content: "\e730";
}

.icon-Collections:before {
  content: "\e830";
}

.icon-PhoneToPC:before {
  content: "\e930";
}

.icon-WeatherBlowingSnow:before {
  content: "\ea30";
}

.icon-ArrowCounterclockwise:before {
  content: "\e631";
}

.icon-ChevronDown-1:before {
  content: "\e731";
}

.icon-Headset:before {
  content: "\e831";
}

.icon-PhotoRotate-1:before {
  content: "\e931";
}

.icon-WeatherRain:before {
  content: "\ea31";
}

.icon-AppsAddIn-1:before {
  content: "\e632";
}

.icon-CloudBackup:before {
  content: "\e732";
}

.icon-HeadsetVR-1:before {
  content: "\e832";
}

.icon-FolderAdd:before {
  content: "\e932";
}

.icon-Tablet:before {
  content: "\ea32";
}

.icon-ArrowDownload:before {
  content: "\e633";
}

.icon-ChevronDown:before {
  content: "\e733";
}

.icon-Headset-1:before {
  content: "\e833";
}

.icon-FolderJunk-1:before {
  content: "\e933";
}

.icon-WeatherSunny-1:before {
  content: "\ea33";
}

.icon-ArrowDown:before {
  content: "\e634";
}

.icon-CloudBackup-1:before {
  content: "\e734";
}

.icon-HDR:before {
  content: "\e834";
}

.icon-PhotoFilter:before {
  content: "\e934";
}

.icon-VideoSecurity-1:before {
  content: "\ea34";
}

.icon-ArrowForward:before {
  content: "\e635";
}

.icon-CloudDownload-1:before {
  content: "\e735";
}

.icon-HelpCircle-1:before {
  content: "\e835";
}

.icon-PhotoRotate:before {
  content: "\e935";
}

.icon-WeatherHailDay:before {
  content: "\ea35";
}

.icon-ArrowDownload-1:before {
  content: "\e636";
}

.icon-CloudOff-1:before {
  content: "\e736";
}

.icon-Heart-1:before {
  content: "\e836";
}

.icon-Phone-1:before {
  content: "\e936";
}

.icon-WeatherSnowShowerDay:before {
  content: "\ea36";
}

.icon-Apps-1:before {
  content: "\e637";
}

.icon-CommentNext:before {
  content: "\e737";
}

.icon-HelpCircle:before {
  content: "\e837";
}

.icon-PhoneTablet:before {
  content: "\e937";
}

.icon-ResizeImage-1:before {
  content: "\ea37";
}

.icon-ArrowEnter:before {
  content: "\e638";
}

.icon-CloudOffline-1:before {
  content: "\e738";
}

.icon-Heart:before {
  content: "\e838";
}

.icon-PhotoFilter-1:before {
  content: "\e938";
}

.icon-GlobeVideo-1:before {
  content: "\ea38";
}

.icon-ArrowForward-1:before {
  content: "\e639";
}

.icon-CommentNext-1:before {
  content: "\e739";
}

.icon-HeadsetVR:before {
  content: "\e839";
}

.icon-PinOff-1:before {
  content: "\e939";
}

.icon-PlayCircle-1:before {
  content: "\ea39";
}

.icon-ArrowExpand-1:before {
  content: "\e63a";
}

.icon-CommentDelete-1:before {
  content: "\e73a";
}

.icon-DataPie:before {
  content: "\e83a";
}

.icon-Play-1:before {
  content: "\e93a";
}

.icon-Settings-1:before {
  content: "\ea3a";
}

.icon-ArrowExport:before {
  content: "\e63b";
}

.icon-CommentDelete:before {
  content: "\e73b";
}

.icon-History-1:before {
  content: "\e83b";
}

.icon-Play:before {
  content: "\e93b";
}

.icon-WeatherCloudy:before {
  content: "\ea3b";
}

.icon-ArrowExpand:before {
  content: "\e63c";
}

.icon-CloudOffline:before {
  content: "\e73c";
}

.icon-Highlight:before {
  content: "\e83c";
}

.icon-PhoneVibrate:before {
  content: "\e93c";
}

.icon-TextAlignJustify:before {
  content: "\ea3c";
}

.icon-ArrowDown-1:before {
  content: "\e63d";
}

.icon-CloudSyncComplete-1:before {
  content: "\e73d";
}

.icon-HideSlide:before {
  content: "\e83d";
}

.icon-Pin:before {
  content: "\e93d";
}

.icon-WeatherSnowShowerNight:before {
  content: "\ea3d";
}

.icon-ArrowClockwise-1:before {
  content: "\e63e";
}

.icon-CloudOff:before {
  content: "\e73e";
}

.icon-HomeAdd-1:before {
  content: "\e83e";
}

.icon-PointScan-1:before {
  content: "\e93e";
}

.icon-WeatherSnow-1:before {
  content: "\ea3e";
}

.icon-ArrowLeft-1:before {
  content: "\e63f";
}

.icon-CameraAdd:before {
  content: "\e73f";
}

.icon-DataSunburst:before {
  content: "\e83f";
}

.icon-Pin-1:before {
  content: "\e93f";
}

.icon-TextFirstLine-1:before {
  content: "\ea3f";
}

.icon-ArrowImport:before {
  content: "\e640";
}

.icon-CameraAdd-1:before {
  content: "\e740";
}

.icon-Hub:before {
  content: "\e840";
}

.icon-FolderMove-1:before {
  content: "\e940";
}

.icon-Predictions:before {
  content: "\ea40";
}

.icon-ArrowMinimize:before {
  content: "\e641";
}

.icon-CloudDownload:before {
  content: "\e741";
}

.icon-History:before {
  content: "\e841";
}

.icon-PinOff:before {
  content: "\e941";
}

.icon-TextEditStyle-1:before {
  content: "\ea41";
}

.icon-ArrowLeft:before {
  content: "\e642";
}

.icon-Calendar:before {
  content: "\e742";
}

.icon-SiteBlocked-1:before {
  content: "\e842";
}

.icon-Poll-1:before {
  content: "\e942";
}

.icon-TextBold-1:before {
  content: "\ea42";
}

.icon-ArrowMaximize:before {
  content: "\e643";
}

.icon-Clipboard-1:before {
  content: "\e743";
}

.icon-Home-1:before {
  content: "\e843";
}

.icon-PointScan:before {
  content: "\e943";
}

.icon-TextEditStyle:before {
  content: "\ea43";
}

.icon-ArrowExport-1:before {
  content: "\e644";
}

.icon-ChannelFollow:before {
  content: "\e744";
}

.icon-ImageAdd:before {
  content: "\e844";
}

.icon-ReadOnly-1:before {
  content: "\e944";
}

.icon-TextAlignDistributed:before {
  content: "\ea44";
}

.icon-ArrowEnter-1:before {
  content: "\e645";
}

.icon-CameraSwitch:before {
  content: "\e745";
}

.icon-ImageAdd-1:before {
  content: "\e845";
}

.icon-Power-1:before {
  content: "\e945";
}

.icon-TextAdd:before {
  content: "\ea45";
}

.icon-ArrowMinimize-1:before {
  content: "\e646";
}

.icon-ChannelNotifications-1:before {
  content: "\e746";
}

.icon-ImageLibrary:before {
  content: "\e846";
}

.icon-ReadOnly:before {
  content: "\e946";
}

.icon-TextDescription:before {
  content: "\ea46";
}

.icon-ArrowNext:before {
  content: "\e647";
}

.icon-Camera-1:before {
  content: "\e747";
}

.icon-Highlight-1:before {
  content: "\e847";
}

.icon-Poll:before {
  content: "\e947";
}

.icon-TableEdit:before {
  content: "\ea47";
}

.icon-ArrowDownLeft-1:before {
  content: "\e648";
}

.icon-Clipboard:before {
  content: "\e748";
}

.icon-ImmersiveReader-1:before {
  content: "\e848";
}

.icon-ReadAloud:before {
  content: "\e948";
}

.icon-WeatherRain-1:before {
  content: "\ea48";
}

.icon-ArrowPrevious:before {
  content: "\e649";
}

.icon-CommentResolve-1:before {
  content: "\e749";
}

.icon-Image-1:before {
  content: "\e849";
}

.icon-ReadingListAdd-1:before {
  content: "\e949";
}

.icon-TextFontSize-1:before {
  content: "\ea49";
}

.icon-ArrowRedo:before {
  content: "\e64a";
}

.icon-CommentResolve:before {
  content: "\e74a";
}

.icon-ImmersiveReader:before {
  content: "\e84a";
}

.icon-ReadingList-1:before {
  content: "\e94a";
}

.icon-Temperature:before {
  content: "\ea4a";
}

.icon-ArrowRepeatAllOff:before {
  content: "\e64b";
}

.icon-CommentPrevious-1:before {
  content: "\e74b";
}

.icon-Important-1:before {
  content: "\e84b";
}

.icon-ReadingList:before {
  content: "\e94b";
}

.icon-WeatherRainShowersNight-1:before {
  content: "\ea4b";
}

.icon-ArrowPrevious-1:before {
  content: "\e64c";
}

.icon-CommentPrevious:before {
  content: "\e74c";
}

.icon-Incognito-1:before {
  content: "\e84c";
}

.icon-ReadingListAdd:before {
  content: "\e94c";
}

.icon-WiFi1:before {
  content: "\ea4c";
}

.icon-AlertOn:before {
  content: "\e64d";
}

.icon-Comment-1:before {
  content: "\e74d";
}

.icon-DataWaterfall-1:before {
  content: "\e84d";
}

.icon-ReadingModeMobile-1:before {
  content: "\e94d";
}

.icon-WeatherCloudy-1:before {
  content: "\ea4d";
}

.icon-ArrowImport-1:before {
  content: "\e64e";
}

.icon-Comment:before {
  content: "\e74e";
}

.icon-Incognito:before {
  content: "\e84e";
}

.icon-FPS240-1:before {
  content: "\e94e";
}

.icon-MailInbox-1:before {
  content: "\ea4e";
}

.icon-ArrowRepeatAllOff-1:before {
  content: "\e64f";
}

.icon-Compose-1:before {
  content: "\e74f";
}

.icon-IncomingVideoOff:before {
  content: "\e84f";
}

.icon-Remove-1:before {
  content: "\e94f";
}

.icon-TabTrackingPrevention-1:before {
  content: "\ea4f";
}

.icon-ArrowMaximize-1:before {
  content: "\e650";
}

.icon-ContactCard:before {
  content: "\e750";
}

.icon-IncomingVideo:before {
  content: "\e850";
}

.icon-ReadingMode-1:before {
  content: "\e950";
}

.icon-PersonBlock-1:before {
  content: "\ea50";
}

.icon-ArrowReply-1:before {
  content: "\e651";
}

.icon-Compose:before {
  content: "\e751";
}

.icon-Home:before {
  content: "\e851";
}

.icon-FPS960:before {
  content: "\e951";
}

.icon-Location-1:before {
  content: "\ea51";
}

.icon-ArrowRight-1:before {
  content: "\e652";
}

.icon-ContactCard-1:before {
  content: "\e752";
}

.icon-Info-1:before {
  content: "\e852";
}

.icon-ReadingMode:before {
  content: "\e952";
}

.icon-WeatherPartlyCloudyNight:before {
  content: "\ea52";
}

.icon-AppFolder:before {
  content: "\e653";
}

.icon-CheckboxUnchecked:before {
  content: "\e753";
}

.icon-Info:before {
  content: "\e853";
}

.icon-Recommended:before {
  content: "\e953";
}

.icon-WeatherRainShowersNight:before {
  content: "\ea53";
}

.icon-ArrowRight:before {
  content: "\e654";
}

.icon-CheckboxUnchecked-1:before {
  content: "\e754";
}

.icon-Important:before {
  content: "\e854";
}

.icon-Recommended-1:before {
  content: "\e954";
}

.icon-Table:before {
  content: "\ea54";
}

.icon-ArrowRightCircle:before {
  content: "\e655";
}

.icon-Contacts:before {
  content: "\e755";
}

.icon-IncomingVideo-1:before {
  content: "\e855";
}

.icon-RemoveRecent:before {
  content: "\e955";
}

.icon-TextFontSize:before {
  content: "\ea55";
}

.icon-ArrowNext-1:before {
  content: "\e656";
}

.icon-CheckmarkCircle:before {
  content: "\e756";
}

.icon-InPrivateAccount-1:before {
  content: "\e856";
}

.icon-RemoveRecent-1:before {
  content: "\e956";
}

.icon-Voicemail:before {
  content: "\ea56";
}

.icon-ArrowSort:before {
  content: "\e657";
}

.icon-Contacts-1:before {
  content: "\e757";
}

.icon-InkingTool:before {
  content: "\e857";
}

.icon-Rename:before {
  content: "\e957";
}

.icon-TestCall-1:before {
  content: "\ea57";
}

.icon-ArrowReplyAll-1:before {
  content: "\e658";
}

.icon-Document:before {
  content: "\e758";
}

.icon-Key:before {
  content: "\e858";
}

.icon-Reward:before {
  content: "\e958";
}

.icon-WeatherPartlyCloudyNight-1:before {
  content: "\ea58";
}

.icon-ArrowRightCircle-1:before {
  content: "\e659";
}

.icon-CheckmarkSquare-1:before {
  content: "\e759";
}

.icon-InkingTool-1:before {
  content: "\e859";
}

.icon-Rename-1:before {
  content: "\e959";
}

.icon-TextAlignRight:before {
  content: "\ea59";
}

.icon-ArrowReply:before {
  content: "\e65a";
}

.icon-CheckmarkSquare:before {
  content: "\e75a";
}

.icon-ImageLibrary-1:before {
  content: "\e85a";
}

.icon-Reward-1:before {
  content: "\e95a";
}

.icon-Pause-1:before {
  content: "\ea5a";
}

.icon-ArrowSwap-1:before {
  content: "\e65b";
}

.icon-ConvertToTable-1:before {
  content: "\e75b";
}

.icon-Key-1:before {
  content: "\e85b";
}

.icon-Rewind-1:before {
  content: "\e95b";
}

.icon-Tag-1:before {
  content: "\ea5b";
}

.icon-ArrowReplyAll:before {
  content: "\e65c";
}

.icon-ConvertToTable:before {
  content: "\e75c";
}

.icon-KeyboardDock-1:before {
  content: "\e85c";
}

.icon-Router:before {
  content: "\e95c";
}

.icon-TextFirstLine:before {
  content: "\ea5c";
}

.icon-ArrowSort-1:before {
  content: "\e65d";
}

.icon-Cookies-1:before {
  content: "\e75d";
}

.icon-InPrivateAccount:before {
  content: "\e85d";
}

.icon-ResizeVideo:before {
  content: "\e95d";
}

.icon-Teddy:before {
  content: "\ea5d";
}

.icon-ArrowTrending-1:before {
  content: "\e65e";
}

.icon-ConvertToText-1:before {
  content: "\e75e";
}

.icon-iOSArrowLeft-1:before {
  content: "\e85e";
}

.icon-Router-1:before {
  content: "\e95e";
}

.icon-MailAllAccounts-1:before {
  content: "\ea5e";
}

.icon-ArrowSync:before {
  content: "\e65f";
}

.icon-Cookies:before {
  content: "\e75f";
}

.icon-KeyboardLayoutOneHandedLeft-1:before {
  content: "\e85f";
}

.icon-ResizeImage:before {
  content: "\e95f";
}

.icon-VideoClip:before {
  content: "\ea5f";
}

.icon-ArrowSync-1:before {
  content: "\e660";
}

.icon-CopyImage-1:before {
  content: "\e760";
}

.icon-KeyboardLayoutFloat:before {
  content: "\e860";
}

.icon-ResizeVideo-1:before {
  content: "\e960";
}

.icon-MagicWand:before {
  content: "\ea60";
}

.icon-ArrowUndo:before {
  content: "\e661";
}

.icon-CopyImage:before {
  content: "\e761";
}

.icon-KeyboardLayoutFloat-1:before {
  content: "\e861";
}

.icon-Safe:before {
  content: "\e961";
}

.icon-MatchAppLayout:before {
  content: "\ea61";
}

.icon-ArrowSwap:before {
  content: "\e662";
}

.icon-CopyLink-1:before {
  content: "\e762";
}

.icon-KeyboardLayoutResize-1:before {
  content: "\e862";
}

.icon-SaveCopy-1:before {
  content: "\e962";
}

.icon-WeatherThunderstorm-1:before {
  content: "\ea62";
}

.icon-ArrowTrending:before {
  content: "\e663";
}

.icon-Copy-1:before {
  content: "\e763";
}

.icon-KeyboardLayoutSplit:before {
  content: "\e863";
}

.icon-SaveCopy:before {
  content: "\e963";
}

.icon-Tablet-1:before {
  content: "\ea63";
}

.icon-ArrowSyncCircle:before {
  content: "\e664";
}

.icon-CopyLink:before {
  content: "\e764";
}

.icon-KeyboardLayoutSplit-1:before {
  content: "\e864";
}

.icon-Safe-1:before {
  content: "\e964";
}

.icon-TableSettings-1:before {
  content: "\ea64";
}

.icon-ArrowUndo-1:before {
  content: "\e665";
}

.icon-Copy:before {
  content: "\e765";
}

.icon-KeyboardShiftUppercase-1:before {
  content: "\e865";
}

.icon-Save:before {
  content: "\e965";
}

.icon-TextAlignCenter:before {
  content: "\ea65";
}

.icon-ArrowRedo-1:before {
  content: "\e666";
}

.icon-CopyMove:before {
  content: "\e766";
}

.icon-KeyboardLayoutResize:before {
  content: "\e866";
}

.icon-SaveAs:before {
  content: "\e966";
}

.icon-Teddy-1:before {
  content: "\ea66";
}

.icon-ArrowUpLeft:before {
  content: "\e667";
}

.icon-CropInterimOff-1:before {
  content: "\e767";
}

.icon-DeviceEQ:before {
  content: "\e867";
}

.icon-Glance:before {
  content: "\e967";
}

.icon-TestCall:before {
  content: "\ea67";
}

.icon-ArrowUp:before {
  content: "\e668";
}

.icon-CropInterim-1:before {
  content: "\e768";
}

.icon-KeyboardTab-1:before {
  content: "\e868";
}

.icon-SaveAs-1:before {
  content: "\e968";
}

.icon-TableSettings:before {
  content: "\ea68";
}

.icon-ArrowSyncCircle-1:before {
  content: "\e669";
}

.icon-CropInterimOff:before {
  content: "\e769";
}

.icon-DeviceEQ-1:before {
  content: "\e869";
}

.icon-Scan-1:before {
  content: "\e969";
}

.icon-TapDouble:before {
  content: "\ea69";
}

.icon-ArrowUp-1:before {
  content: "\e66a";
}

.icon-Crop-1:before {
  content: "\e76a";
}

.icon-KeyboardShift:before {
  content: "\e86a";
}

.icon-Screenshot:before {
  content: "\e96a";
}

.icon-TeamDelete-1:before {
  content: "\ea6a";
}

.icon-ArrowUpRight:before {
  content: "\e66b";
}

.icon-Crop:before {
  content: "\e76b";
}

.icon-KeyboardShiftUppercase:before {
  content: "\e86b";
}

.icon-Grid-1:before {
  content: "\e96b";
}

.icon-Warning-1:before {
  content: "\ea6b";
}

.icon-ArrowUpload:before {
  content: "\e66c";
}

.icon-Currency-1:before {
  content: "\e76c";
}

.icon-DialpadOff-1:before {
  content: "\e86c";
}

.icon-SearchSquare-1:before {
  content: "\e96c";
}

.icon-TeamDelete:before {
  content: "\ea6c";
}

.icon-ArrowUpRight-1:before {
  content: "\e66d";
}

.icon-DataArea:before {
  content: "\e76d";
}

.icon-KeyboardShift-1:before {
  content: "\e86d";
}

.icon-Screenshot-1:before {
  content: "\e96d";
}

.icon-Tag:before {
  content: "\ea6d";
}

.icon-ArrowsBidirectional:before {
  content: "\e66e";
}

.icon-DarkTheme-1:before {
  content: "\e76e";
}

.icon-Laptop-1:before {
  content: "\e86e";
}

.icon-Scratchpad:before {
  content: "\e96e";
}

.icon-Table-1:before {
  content: "\ea6e";
}

.icon-ArrowUpload-1:before {
  content: "\e66f";
}

.icon-DarkTheme:before {
  content: "\e76f";
}

.icon-Keyboard-1:before {
  content: "\e86f";
}

.icon-Scratchpad-1:before {
  content: "\e96f";
}

.icon-WeatherPartlyCloudyDay-1:before {
  content: "\ea6f";
}

.icon-ArrowsBidirectional-1:before {
  content: "\e670";
}

.icon-CropInterim:before {
  content: "\e770";
}

.icon-SwipeRight:before {
  content: "\e870";
}

.icon-Scan:before {
  content: "\e970";
}

.icon-TextAlignRight-1:before {
  content: "\ea70";
}

.icon-Assignments-1:before {
  content: "\e671";
}

.icon-DataBarHorizontal:before {
  content: "\e771";
}

.icon-Keyboard:before {
  content: "\e871";
}

.icon-SelectAllOff-1:before {
  content: "\e971";
}

.icon-PeopleTeam-1:before {
  content: "\ea71";
}

.icon-AttachWithText:before {
  content: "\e672";
}

.icon-DataBarVertical-1:before {
  content: "\e772";
}

.icon-Laptop:before {
  content: "\e872";
}

.icon-SearchSquare:before {
  content: "\e972";
}

.icon-TextBulletListSquare-1:before {
  content: "\ea72";
}

.icon-ArrowUpLeft-1:before {
  content: "\e673";
}

.icon-DataBarHorizontal-1:before {
  content: "\e773";
}

.icon-Directions:before {
  content: "\e873";
}

.icon-Search:before {
  content: "\e973";
}

.icon-TextBold:before {
  content: "\ea73";
}

.icon-Attach:before {
  content: "\e674";
}

.icon-Currency:before {
  content: "\e774";
}

.icon-Layer-1:before {
  content: "\e874";
}

.icon-Search-1:before {
  content: "\e974";
}

.icon-PersonVoice-1:before {
  content: "\ea74";
}

.icon-Autocorrect:before {
  content: "\e675";
}

.icon-DataBarVertical:before {
  content: "\e775";
}

.icon-Library-1:before {
  content: "\e875";
}

.icon-SendLogging-1:before {
  content: "\e975";
}

.icon-VideoOff:before {
  content: "\ea75";
}

.icon-Autocorrect-1:before {
  content: "\e676";
}

.icon-DataFunnel-1:before {
  content: "\e776";
}

.icon-LauncherSettings-1:before {
  content: "\e876";
}

.icon-SelectAll-1:before {
  content: "\e976";
}

.icon-Tabs-1:before {
  content: "\ea76";
}

.icon-Attach-1:before {
  content: "\e677";
}

.icon-DataFunnel:before {
  content: "\e777";
}

.icon-Lasso:before {
  content: "\e877";
}

.icon-SelectAll:before {
  content: "\e977";
}

.icon-Target:before {
  content: "\ea77";
}

.icon-AttachWithText-1:before {
  content: "\e678";
}

.icon-DataHistogram:before {
  content: "\e778";
}

.icon-Layer:before {
  content: "\e878";
}

.icon-SendCopy-1:before {
  content: "\e978";
}

.icon-TextAlignDistributed-1:before {
  content: "\ea78";
}

.icon-BackgroundEffect-1:before {
  content: "\e679";
}

.icon-DataHistogram-1:before {
  content: "\e779";
}

.icon-List-1:before {
  content: "\e879";
}

.icon-SendCopy:before {
  content: "\e979";
}

.icon-SwitchVideo-1:before {
  content: "\ea79";
}

.icon-BackgroundEffect:before {
  content: "\e67a";
}

.icon-Cloud-1:before {
  content: "\e77a";
}

.icon-DividerShort:before {
  content: "\e87a";
}

.icon-SettingsDev-1:before {
  content: "\e97a";
}

.icon-TextItalic-1:before {
  content: "\ea7a";
}

.icon-Battery1:before {
  content: "\e67b";
}

.icon-Code:before {
  content: "\e77b";
}

.icon-Lightbulb-1:before {
  content: "\e87b";
}

.icon-Send:before {
  content: "\e97b";
}

.icon-WeatherSnow:before {
  content: "\ea7b";
}

.icon-Backspace-1:before {
  content: "\e67c";
}

.icon-Cloud:before {
  content: "\e77c";
}

.icon-LightbulbCircle-1:before {
  content: "\e87c";
}

.icon-SettingsDev:before {
  content: "\e97c";
}

.icon-TextIndentIncrease:before {
  content: "\ea7c";
}

.icon-Battery0:before {
  content: "\e67d";
}

.icon-DataLine-1:before {
  content: "\e77d";
}

.icon-Lasso-1:before {
  content: "\e87d";
}

.icon-SendLogging:before {
  content: "\e97d";
}

.icon-TextStrikethrough:before {
  content: "\ea7d";
}

.icon-Battery2-1:before {
  content: "\e67e";
}

.icon-Code-1:before {
  content: "\e77e";
}

.icon-List:before {
  content: "\e87e";
}

.icon-SettingMic-1:before {
  content: "\e97e";
}

.icon-WeatherSqualls-1:before {
  content: "\ea7e";
}

.icon-Battery2:before {
  content: "\e67f";
}

.icon-CloudSyncComplete:before {
  content: "\e77f";
}

.icon-Library:before {
  content: "\e87f";
}

.icon-SettingMic:before {
  content: "\e97f";
}

.icon-TextLineSpacing:before {
  content: "\ea7f";
}

.icon-Assignments:before {
  content: "\e680";
}

.icon-ClipboardText-1:before {
  content: "\e780";
}

.icon-Lightbulb:before {
  content: "\e880";
}

.icon-Send-1:before {
  content: "\e980";
}

.icon-TextNumberListLTR:before {
  content: "\ea80";
}

.icon-Battery6-1:before {
  content: "\e681";
}

.icon-ClearFormatting-1:before {
  content: "\e781";
}

.icon-Link:before {
  content: "\e881";
}

.icon-ShareAndroid-1:before {
  content: "\e981";
}

.icon-Text:before {
  content: "\ea81";
}

.icon-Battery4-1:before {
  content: "\e682";
}

.icon-ClearFormatting:before {
  content: "\e782";
}

.icon-LightbulbCircle:before {
  content: "\e882";
}

.icon-Settings:before {
  content: "\e982";
}

.icon-TextAlignLeft:before {
  content: "\ea82";
}

.icon-Badge-1:before {
  content: "\e683";
}

.icon-Classification:before {
  content: "\e783";
}

.icon-LocalLanguage-1:before {
  content: "\e883";
}

.icon-ShareDesktop:before {
  content: "\e983";
}

.icon-TimeAndWeather-1:before {
  content: "\ea83";
}

.icon-Badge:before {
  content: "\e684";
}

.icon-Color-1:before {
  content: "\e784";
}

.icon-Live-1:before {
  content: "\e884";
}

.icon-ShareCloseTray:before {
  content: "\e984";
}

.icon-TableDelete-1:before {
  content: "\ea84";
}

.icon-Battery6:before {
  content: "\e685";
}

.icon-HDR-1:before {
  content: "\e785";
}

.icon-Location:before {
  content: "\e885";
}

.icon-Shapes-1:before {
  content: "\e985";
}

.icon-Unsave-1:before {
  content: "\ea85";
}

.icon-Battery5:before {
  content: "\e686";
}

.icon-Collections-1:before {
  content: "\e786";
}

.icon-LocationNotFound-1:before {
  content: "\e886";
}

.icon-ShareAndroid:before {
  content: "\e986";
}

.icon-TimePicker:before {
  content: "\ea86";
}

.icon-Battery3-1:before {
  content: "\e687";
}

.icon-CommentAdd:before {
  content: "\e787";
}

.icon-DockRow:before {
  content: "\e887";
}

.icon-ShareiOS-1:before {
  content: "\e987";
}

.icon-TimerOff:before {
  content: "\ea87";
}

.icon-Battery0-1:before {
  content: "\e688";
}

.icon-DataPie-1:before {
  content: "\e788";
}

.icon-LocalLanguage:before {
  content: "\e888";
}

.icon-ShareDesktop-1:before {
  content: "\e988";
}

.icon-Translate:before {
  content: "\ea88";
}

.icon-Battery1-1:before {
  content: "\e689";
}

.icon-CommentAdd-1:before {
  content: "\e789";
}

.icon-Lock-1:before {
  content: "\e889";
}

.icon-ShareStop:before {
  content: "\e989";
}

.icon-TableAdd:before {
  content: "\ea89";
}

.icon-Battery5-1:before {
  content: "\e68a";
}

.icon-DataLine:before {
  content: "\e78a";
}

.icon-MailAdd-1:before {
  content: "\e88a";
}

.icon-ShareStop-1:before {
  content: "\e98a";
}

.icon-WeatherHailNight:before {
  content: "\ea8a";
}

.icon-Battery7:before {
  content: "\e68b";
}

.icon-Color:before {
  content: "\e78b";
}

.icon-TeamAdd-1:before {
  content: "\e88b";
}

.icon-ShareiOS:before {
  content: "\e98b";
}

.icon-ThumbLike:before {
  content: "\ea8b";
}

.icon-Battery3:before {
  content: "\e68c";
}

.icon-DataScatter:before {
  content: "\e78c";
}

.icon-LockShield-1:before {
  content: "\e88c";
}

.icon-Share-1:before {
  content: "\e98c";
}

.icon-UninstallApp-1:before {
  content: "\ea8c";
}

.icon-Battery4:before {
  content: "\e68d";
}

.icon-DataTreemap-1:before {
  content: "\e78d";
}

.icon-MagicWand-1:before {
  content: "\e88d";
}

.icon-ShareScreen:before {
  content: "\e98d";
}

.icon-USBPort-1:before {
  content: "\ea8d";
}

.icon-Battery9:before {
  content: "\e68e";
}

.icon-DataTreemap:before {
  content: "\e78e";
}

.icon-LocationNotFound:before {
  content: "\e88e";
}

.icon-Share:before {
  content: "\e98e";
}

.icon-Timer10-1:before {
  content: "\ea8e";
}

.icon-BatteryFull-1:before {
  content: "\e68f";
}

.icon-DataScatter-1:before {
  content: "\e78f";
}

.icon-MailAllAccounts:before {
  content: "\e88f";
}

.icon-HideSlide-1:before {
  content: "\e98f";
}

.icon-TableDelete:before {
  content: "\ea8f";
}

.icon-Battery7-1:before {
  content: "\e690";
}

.icon-DataSunburst-1:before {
  content: "\e790";
}

.icon-MailAll-1:before {
  content: "\e890";
}

.icon-Shield:before {
  content: "\e990";
}

.icon-TopSpeed:before {
  content: "\ea90";
}

.icon-Battery8:before {
  content: "\e691";
}

.icon-DataWaterfall:before {
  content: "\e791";
}

.icon-MailAll:before {
  content: "\e891";
}

.icon-HomeAdd:before {
  content: "\e991";
}

.icon-None:before {
  content: "\ea91";
}

.icon-Backspace:before {
  content: "\e692";
}

.icon-DataWhisker-1:before {
  content: "\e792";
}

.icon-MailRead-1:before {
  content: "\e892";
}

.icon-ShiftsPending-1:before {
  content: "\e992";
}

.icon-Timeline:before {
  content: "\ea92";
}

.icon-Battery9-1:before {
  content: "\e693";
}

.icon-DataWhisker:before {
  content: "\e793";
}

.icon-Lock:before {
  content: "\e893";
}

.icon-Shifts:before {
  content: "\e993";
}

.icon-TimerOff-1:before {
  content: "\ea93";
}

.icon-BatteryCharge-1:before {
  content: "\e694";
}

.icon-DataUsage-1:before {
  content: "\e794";
}

.icon-MailOutbox:before {
  content: "\e894";
}

.icon-SignOut-1:before {
  content: "\e994";
}

.icon-VideoPlayPause:before {
  content: "\ea94";
}

.icon-BatteryFull:before {
  content: "\e695";
}

.icon-DataUsage:before {
  content: "\e795";
}

.icon-MailMoveToFocussed-1:before {
  content: "\e895";
}

.icon-SignOut:before {
  content: "\e995";
}

.icon-LockShield:before {
  content: "\ea95";
}

.icon-BatterySaver-1:before {
  content: "\e696";
}

.icon-DeleteForever-1:before {
  content: "\e796";
}

.icon-MailAdd:before {
  content: "\e896";
}

.icon-ShiftsPending:before {
  content: "\e996";
}

.icon-ViewDesktop:before {
  content: "\ea96";
}

.icon-Battery8-1:before {
  content: "\e697";
}

.icon-DeleteForever:before {
  content: "\e797";
}

.icon-MailOutbox-1:before {
  content: "\e897";
}

.icon-Signature-1:before {
  content: "\e997";
}

.icon-Timer2:before {
  content: "\ea97";
}

.icon-BatteryCharge:before {
  content: "\e698";
}

.icon-CameraSwitch-1:before {
  content: "\e798";
}

.icon-MailMoveToFocussed:before {
  content: "\e898";
}

.icon-Hub-1:before {
  content: "\e998";
}

.icon-ViewDesktopMobile-1:before {
  content: "\ea98";
}

.icon-Bed-1:before {
  content: "\e699";
}

.icon-Delete-1:before {
  content: "\e799";
}

.icon-MailUnread-1:before {
  content: "\e899";
}

.icon-SiteBlocked:before {
  content: "\e999";
}

.icon-Timer2-1:before {
  content: "\ea99";
}

.icon-Block-1:before {
  content: "\e69a";
}

.icon-Desktop-1:before {
  content: "\e79a";
}

.icon-MalwareDetected:before {
  content: "\e89a";
}

.icon-Signature:before {
  content: "\e99a";
}

.icon-TextBulletList:before {
  content: "\ea9a";
}

.icon-Block:before {
  content: "\e69b";
}

.icon-DeleteOff:before {
  content: "\e79b";
}

.icon-MailUnsubscribe:before {
  content: "\e89b";
}

.icon-Signed:before {
  content: "\e99b";
}

.icon-Timer-1:before {
  content: "\ea9b";
}

.icon-Bed:before {
  content: "\e69c";
}

.icon-Desktop:before {
  content: "\e79c";
}

.icon-MailInbox:before {
  content: "\e89c";
}

.icon-SiteWarning-1:before {
  content: "\e99c";
}

.icon-TextAdd-1:before {
  content: "\ea9c";
}

.icon-BatteryWarning:before {
  content: "\e69d";
}

.icon-DeveloperBoard-1:before {
  content: "\e79d";
}

.icon-MailRead:before {
  content: "\e89d";
}

.icon-SlideAdd-1:before {
  content: "\e99d";
}

.icon-TimePicker-1:before {
  content: "\ea9d";
}

.icon-BatterySaver:before {
  content: "\e69e";
}

.icon-DeleteOff-1:before {
  content: "\e79e";
}

.icon-TextBulletList-1:before {
  content: "\e89e";
}

.icon-Sleep:before {
  content: "\e99e";
}

.icon-Timer10:before {
  content: "\ea9e";
}

.icon-BluetoothConnected-1:before {
  content: "\e69f";
}

.icon-DeveloperBoard:before {
  content: "\e79f";
}

.icon-MailUnread:before {
  content: "\e89f";
}

.icon-SiteWarning:before {
  content: "\e99f";
}

.icon-TopSpeed-1:before {
  content: "\ea9f";
}

.icon-BluetoothConnected:before {
  content: "\e6a0";
}

.icon-Delete:before {
  content: "\e7a0";
}

.icon-Manufacturer-1:before {
  content: "\e8a0";
}

.icon-SlowMode:before {
  content: "\e9a0";
}

.icon-WeatherSqualls:before {
  content: "\eaa0";
}

.icon-Bluetooth:before {
  content: "\e6a1";
}

.icon-Dialpad:before {
  content: "\e7a1";
}

.icon-MalwareDetected-1:before {
  content: "\e8a1";
}

.icon-SlowMode-1:before {
  content: "\e9a1";
}

.icon-TextColor-1:before {
  content: "\eaa1";
}

.icon-BookFormulaCompatibility:before {
  content: "\e6a2";
}

.icon-Dialpad-1:before {
  content: "\e7a2";
}

.icon-MatchAppLayout-1:before {
  content: "\e8a2";
}

.icon-Snooze-1:before {
  content: "\e9a2";
}

.icon-TextNumberListRTL-1:before {
  content: "\eaa2";
}

.icon-Board-1:before {
  content: "\e6a3";
}

.icon-DialpadOff:before {
  content: "\e7a3";
}

.icon-Map:before {
  content: "\e8a3";
}

.icon-Image:before {
  content: "\e9a3";
}

.icon-WeatherBlowingSnow-1:before {
  content: "\eaa3";
}

.icon-BluetoothDisabled:before {
  content: "\e6a4";
}

.icon-Directions-1:before {
  content: "\e7a4";
}

.icon-MarkUnread-1:before {
  content: "\e8a4";
}

.icon-Spacebar-1:before {
  content: "\e9a4";
}

.icon-Mail-1:before {
  content: "\eaa4";
}

.icon-BluetoothDisabled-1:before {
  content: "\e6a5";
}

.icon-Dismiss:before {
  content: "\e7a5";
}

.icon-MarkRead:before {
  content: "\e8a5";
}

.icon-Speaker1-1:before {
  content: "\e9a5";
}

.icon-TextUnderline:before {
  content: "\eaa5";
}

.icon-Bluetooth-1:before {
  content: "\e6a6";
}

.icon-DividerTall-1:before {
  content: "\e7a6";
}

.icon-Manufacturer:before {
  content: "\e8a6";
}

.icon-Speaker0:before {
  content: "\e9a6";
}

.icon-WeatherHailDay-1:before {
  content: "\eaa6";
}

.icon-BookFormulaCompatibility-1:before {
  content: "\e6a7";
}

.icon-DismissCircle:before {
  content: "\e7a7";
}

.icon-MeetNow-1:before {
  content: "\e8a7";
}

.icon-Spacebar:before {
  content: "\e9a7";
}

.icon-SpeakerBluetooth-1:before {
  content: "\eaa7";
}

.icon-BluetoothSearching-1:before {
  content: "\e6a8";
}

.icon-Dismiss-1:before {
  content: "\e7a8";
}

.icon-MegaphoneOff:before {
  content: "\e8a8";
}

.icon-Speaker0-1:before {
  content: "\e9a8";
}

.icon-TextStrikethrough-1:before {
  content: "\eaa8";
}

.icon-BluetoothSearching:before {
  content: "\e6a9";
}

.icon-DividerShort-1:before {
  content: "\e7a9";
}

.icon-ConferenceRoom-1:before {
  content: "\e8a9";
}

.icon-SpeakerBluetooth:before {
  content: "\e9a9";
}

.icon-Notepad-1:before {
  content: "\eaa9";
}

.icon-Board:before {
  content: "\e6aa";
}

.icon-DismissCircle-1:before {
  content: "\e7aa";
}

.icon-MailUnsubscribe-1:before {
  content: "\e8aa";
}

.icon-Snooze:before {
  content: "\e9aa";
}

.icon-Timeline-1:before {
  content: "\eaaa";
}

.icon-BookFormulaDatabase-1:before {
  content: "\e6ab";
}

.icon-Link-1:before {
  content: "\e7ab";
}

.icon-Mention-1:before {
  content: "\e8ab";
}

.icon-SpeakerNone:before {
  content: "\e9ab";
}

.icon-Tab:before {
  content: "\eaab";
}

.icon-BookFormulaDate:before {
  content: "\e6ac";
}

.icon-DockLeft-1:before {
  content: "\e7ac";
}

.icon-Map-1:before {
  content: "\e8ac";
}

.icon-SoundSource-1:before {
  content: "\e9ac";
}

.icon-None-1:before {
  content: "\eaac";
}

.icon-BookFormulaDate-1:before {
  content: "\e6ad";
}

.icon-DividerTall:before {
  content: "\e7ad";
}

.icon-Connector:before {
  content: "\e8ad";
}

.icon-SpeakerNone-1:before {
  content: "\e9ad";
}

.icon-Ticket-1:before {
  content: "\eaad";
}

.icon-BookFormulaDatabase:before {
  content: "\e6ae";
}

.icon-DockLeft:before {
  content: "\e7ae";
}

.icon-Mention:before {
  content: "\e8ae";
}

.icon-SpeakerOff-1:before {
  content: "\e9ae";
}

.icon-Notebook:before {
  content: "\eaae";
}

.icon-BookFormulaFinancial-1:before {
  content: "\e6af";
}

.icon-Dock-1:before {
  content: "\e7af";
}

.icon-MeetNow:before {
  content: "\e8af";
}

.icon-SpeakerOff:before {
  content: "\e9af";
}

.icon-Notepad:before {
  content: "\eaaf";
}

.icon-BookFormulaEngineering-1:before {
  content: "\e6b0";
}

.icon-Connector-1:before {
  content: "\e7b0";
}

.icon-MicOn-1:before {
  content: "\e8b0";
}

.icon-IncomingVideoOff-1:before {
  content: "\e9b0";
}

.icon-TapSingle:before {
  content: "\eab0";
}

.icon-BookFormulaInformation-1:before {
  content: "\e6b1";
}

.icon-ConferenceRoom:before {
  content: "\e7b1";
}

.icon-Megaphone:before {
  content: "\e8b1";
}

.icon-StarAdd-1:before {
  content: "\e9b1";
}

.icon-Trophy:before {
  content: "\eab1";
}

.icon-BookFormulaFinancial:before {
  content: "\e6b2";
}

.icon-Dock:before {
  content: "\e7b2";
}

.icon-MicOn:before {
  content: "\e8b2";
}

.icon-SpeakerSettings:before {
  content: "\e9b2";
}

.icon-Timer:before {
  content: "\eab2";
}

.icon-BookFormulaEngineering:before {
  content: "\e6b3";
}

.icon-DocumentAutosave-1:before {
  content: "\e7b3";
}

.icon-MissingMetadata-1:before {
  content: "\e8b3";
}

.icon-Speaker-1:before {
  content: "\e9b3";
}

.icon-Unlock:before {
  content: "\eab3";
}

.icon-BookFormulaLogical:before {
  content: "\e6b4";
}

.icon-DocumentAutosave:before {
  content: "\e7b4";
}

.icon-MissingMetadata:before {
  content: "\e8b4";
}

.icon-StarOff-1:before {
  content: "\e9b4";
}

.icon-TripleColumn:before {
  content: "\eab4";
}

.icon-BookFormulaLogical-1:before {
  content: "\e6b5";
}

.icon-ContactCardGroup-1:before {
  content: "\e7b5";
}

.icon-MegaphoneOff-1:before {
  content: "\e8b5";
}

.icon-iOSArrowLeft:before {
  content: "\e9b5";
}

.icon-Upgrade:before {
  content: "\eab5";
}

.icon-BookFormulaMath-1:before {
  content: "\e6b6";
}

.icon-DocumentCatchUp:before {
  content: "\e7b6";
}

.icon-Megaphone-1:before {
  content: "\e8b6";
}

.icon-Star:before {
  content: "\e9b6";
}

.icon-Upgrade-1:before {
  content: "\eab6";
}

.icon-BookFormulaMath:before {
  content: "\e6b7";
}

.icon-DocumentDiscard-1:before {
  content: "\e7b7";
}

.icon-MicOff:before {
  content: "\e8b7";
}

.icon-StarOff:before {
  content: "\e9b7";
}

.icon-VideoSecurity:before {
  content: "\eab7";
}

.icon-BookFormulaStatistics:before {
  content: "\e6b8";
}

.icon-DocumentCatchUp-1:before {
  content: "\e7b8";
}

.icon-Midi-1:before {
  content: "\e8b8";
}

.icon-Status-1:before {
  content: "\e9b8";
}

.icon-Unsave:before {
  content: "\eab8";
}

.icon-Bookmark:before {
  content: "\e6b9";
}

.icon-MoreVertical:before {
  content: "\e7b9";
}

.icon-MarkUnread:before {
  content: "\e8b9";
}

.icon-Status:before {
  content: "\e9b9";
}

.icon-WeatherMoon-1:before {
  content: "\eab9";
}

.icon-BookFormulaRecent-1:before {
  content: "\e6ba";
}

.icon-DocumentCopy:before {
  content: "\e7ba";
}

.icon-More:before {
  content: "\e8ba";
}

.icon-StickerAdd:before {
  content: "\e9ba";
}

.icon-Owner-1:before {
  content: "\eaba";
}

.icon-Bookmark-1:before {
  content: "\e6bb";
}

.icon-DocumentCopy-1:before {
  content: "\e7bb";
}

.icon-DocumentDiscard:before {
  content: "\e8bb";
}

.icon-Sticker:before {
  content: "\e9bb";
}

.icon-Thinking:before {
  content: "\eabb";
}

.icon-BookFormulaText:before {
  content: "\e6bc";
}

.icon-Document-1:before {
  content: "\e7bc";
}

.icon-Text-1:before {
  content: "\e8bc";
}

.icon-Storage-1:before {
  content: "\e9bc";
}

.icon-TextAlignCenter-1:before {
  content: "\eabc";
}

.icon-Branch-1:before {
  content: "\e6bd";
}

.icon-DocumentSearch-1:before {
  content: "\e7bd";
}

.icon-Music:before {
  content: "\e8bd";
}

.icon-StarAdd:before {
  content: "\e9bd";
}

.icon-PhoneAddNewApp-1:before {
  content: "\eabd";
}

.icon-Branch:before {
  content: "\e6be";
}

.icon-DocumentPDF:before {
  content: "\e7be";
}

.icon-Multiselect:before {
  content: "\e8be";
}

.icon-Sticker-1:before {
  content: "\e9be";
}

.icon-Tabs:before {
  content: "\eabe";
}

.icon-BroadActivityFeed-1:before {
  content: "\e6bf";
}

.icon-DocumentSearch:before {
  content: "\e7bf";
}

.icon-MoreVertical-1:before {
  content: "\e8bf";
}

.icon-Star-1:before {
  content: "\e9bf";
}

.icon-NotebookSync:before {
  content: "\eabf";
}

.icon-Bot:before {
  content: "\e6c0";
}

.icon-DoubleSwipeDown:before {
  content: "\e7c0";
}

.icon-Multiselect-1:before {
  content: "\e8c0";
}

.icon-SpeakerSettings-1:before {
  content: "\e9c0";
}

.icon-Wallpaper:before {
  content: "\eac0";
}

.icon-BroadActivityFeed:before {
  content: "\e6c1";
}

.icon-CheckmarkCircle-1:before {
  content: "\e7c1";
}

.icon-Navigation:before {
  content: "\e8c1";
}

.icon-Shapes:before {
  content: "\e9c1";
}

.icon-TableEdit-1:before {
  content: "\eac1";
}

.icon-BookFormulaRecent:before {
  content: "\e6c2";
}

.icon-DoubleSwipeDown-1:before {
  content: "\e7c2";
}

.icon-New:before {
  content: "\e8c2";
}

.icon-Storage:before {
  content: "\e9c2";
}

.icon-Warning:before {
  content: "\eac2";
}

.icon-BotAdd:before {
  content: "\e6c3";
}

.icon-DoubleTapSwipeDown:before {
  content: "\e7c3";
}

.icon-New-1:before {
  content: "\e8c3";
}

.icon-StickerAdd-1:before {
  content: "\e9c3";
}

.icon-PersonAdd:before {
  content: "\eac3";
}

.icon-BotAdd-1:before {
  content: "\e6c4";
}

.icon-DoubleSwipeUp:before {
  content: "\e7c4";
}

.icon-Music-1:before {
  content: "\e8c4";
}

.icon-Subway-1:before {
  content: "\e9c4";
}

.icon-Live:before {
  content: "\eac4";
}

.icon-Calendar3Day-1:before {
  content: "\e6c5";
}

.icon-DoubleSwipeUp-1:before {
  content: "\e7c5";
}

.icon-Midi:before {
  content: "\e8c5";
}

.icon-StyleGuide-1:before {
  content: "\e9c5";
}

.icon-WeatherSunny:before {
  content: "\eac5";
}

.icon-Building:before {
  content: "\e6c6";
}

.icon-DoubleTapSwipeUp-1:before {
  content: "\e7c6";
}

.icon-NetworkCheck:before {
  content: "\e8c6";
}

.icon-KeyboardLayoutOneHandedLeft:before {
  content: "\e9c6";
}

.icon-TextAlignJustify-1:before {
  content: "\eac6";
}

.icon-CalendarAdd:before {
  content: "\e6c7";
}

.icon-DoubleTapSwipeDown-1:before {
  content: "\e7c7";
}

.icon-MyLocation-1:before {
  content: "\e8c7";
}

.icon-SubGrid-1:before {
  content: "\e9c7";
}

.icon-Video:before {
  content: "\eac7";
}

.icon-Bot-1:before {
  content: "\e6c8";
}

.icon-Drafts:before {
  content: "\e7c8";
}

.icon-MobileOptimized:before {
  content: "\e8c8";
}

.icon-Store-1:before {
  content: "\e9c8";
}

.icon-PhonePagination:before {
  content: "\eac8";
}

.icon-CalendarAdd-1:before {
  content: "\e6c9";
}

.icon-Drafts-1:before {
  content: "\e7c9";
}

.icon-Note:before {
  content: "\e8c9";
}

.icon-StyleGuide:before {
  content: "\e9c9";
}

.icon-WeatherPartlyCloudyDay:before {
  content: "\eac9";
}

.icon-Briefcase-1:before {
  content: "\e6ca";
}

.icon-Drink-1:before {
  content: "\e7ca";
}

.icon-MyLocation:before {
  content: "\e8ca";
}

.icon-Store:before {
  content: "\e9ca";
}

.icon-TapSingle-1:before {
  content: "\eaca";
}

.icon-CalendarAgenda-1:before {
  content: "\e6cb";
}

.icon-Drag:before {
  content: "\e7cb";
}

.icon-News:before {
  content: "\e8cb";
}

.icon-KeyboardDock:before {
  content: "\e9cb";
}

.icon-Whiteboard-1:before {
  content: "\eacb";
}

.icon-BookFormulaStatistics-1:before {
  content: "\e6cc";
}

.icon-DriveMode-1:before {
  content: "\e7cc";
}

.icon-More-1:before {
  content: "\e8cc";
}

.icon-Subway:before {
  content: "\e9cc";
}

.icon-USBStick-1:before {
  content: "\eacc";
}

.icon-Briefcase:before {
  content: "\e6cd";
}

.icon-ConvertToText:before {
  content: "\e7cd";
}

.icon-NetworkCheck-1:before {
  content: "\e8cd";
}

.icon-SubGrid:before {
  content: "\e9cd";
}

.icon-Target-1:before {
  content: "\eacd";
}

.icon-CalendarCancel-1:before {
  content: "\e6ce";
}

.icon-DockRow-1:before {
  content: "\e7ce";
}

.icon-NotebookError-1:before {
  content: "\e8ce";
}

.icon-SurfaceHub:before {
  content: "\e9ce";
}

.icon-WeatherSnowflake-1:before {
  content: "\eace";
}

.icon-BookFormulaLookup-1:before {
  content: "\e6cf";
}

.icon-EmojiSad:before {
  content: "\e7cf";
}

.icon-News-1:before {
  content: "\e8cf";
}

.icon-Suggestion:before {
  content: "\e9cf";
}

.icon-LauncherSettings:before {
  content: "\eacf";
}

.icon-Building-1:before {
  content: "\e6d0";
}

.icon-EmojiAngry:before {
  content: "\e7d0";
}

.icon-Drag-1:before {
  content: "\e8d0";
}

.icon-Signed-1:before {
  content: "\e9d0";
}

.icon-TextQuote:before {
  content: "\ead0";
}

.icon-BookFormulaText-1:before {
  content: "\e6d1";
}

.icon-ContactCardGroup:before {
  content: "\e7d1";
}

.icon-NotebookError:before {
  content: "\e8d1";
}

.icon-SurfaceHub-1:before {
  content: "\e9d1";
}

.icon-WeatherRainSnow:before {
  content: "\ead1";
}

.icon-CalendarCancel:before {
  content: "\e6d2";
}

.icon-EmojiSad-1:before {
  content: "\e7d2";
}

.icon-NotebookSection:before {
  content: "\e8d2";
}

.icon-SurfaceEarbuds-1:before {
  content: "\e9d2";
}

.icon-MobileOptimized-1:before {
  content: "\ead2";
}

.icon-CalendarRecurring-1:before {
  content: "\e6d3";
}

.icon-Edit-1:before {
  content: "\e7d3";
}

.icon-DoubleTapSwipeUp:before {
  content: "\e8d3";
}

.icon-SurfaceEarbuds:before {
  content: "\e9d3";
}

.icon-WeatherRainShowersDay:before {
  content: "\ead3";
}

.icon-BugReport-1:before {
  content: "\e6d4";
}

.icon-EmojiAngry-1:before {
  content: "\e7d4";
}

.icon-NotebookQuestionMark-1:before {
  content: "\e8d4";
}

.icon-Suggestion-1:before {
  content: "\e9d4";
}

.icon-SwitchVideo:before {
  content: "\ead4";
}

.icon-CalendarStarred:before {
  content: "\e6d5";
}

.icon-EmojiAdd:before {
  content: "\e7d5";
}

.icon-NotebookLightning-1:before {
  content: "\e8d5";
}

.icon-SwipeDown-1:before {
  content: "\e9d5";
}

.icon-SwipeRight-1:before {
  content: "\ead5";
}

.icon-Calendar-1:before {
  content: "\e6d6";
}

.icon-DriveMode:before {
  content: "\e7d6";
}

.icon-NotebookSection-1:before {
  content: "\e8d6";
}

.icon-TabInPrivate-1:before {
  content: "\e9d6";
}

.icon-System:before {
  content: "\ead6";
}

.icon-CalendarAvailability-1:before {
  content: "\e6d7";
}

.icon-EmojiSurprise-1:before {
  content: "\e7d7";
}

.icon-NotebookQuestionMark:before {
  content: "\e8d7";
}

.icon-SwipeUp:before {
  content: "\e9d7";
}

.icon-TabSweep-1:before {
  content: "\ead7";
}

.icon-BugReport:before {
  content: "\e6d8";
}

.icon-EraserTool-1:before {
  content: "\e7d8";
}

.icon-NotebookLightning:before {
  content: "\e8d8";
}

.icon-SwipeUp-1:before {
  content: "\e9d8";
}

.icon-Symbols-1:before {
  content: "\ead8";
}

.icon-Calendar3Day:before {
  content: "\e6d9";
}

.icon-Emoji-1:before {
  content: "\e7d9";
}

.icon-Edit:before {
  content: "\e8d9";
}

.icon-System-1:before {
  content: "\e9d9";
}

.icon-TextNumberListRTL:before {
  content: "\ead9";
}

.icon-CalendarAgenda:before {
  content: "\e6da";
}

.icon-Emoji:before {
  content: "\e7da";
}

.icon-Drink:before {
  content: "\e8da";
}

.icon-KeyboardTab:before {
  content: "\e9da";
}

.icon-SoundSource:before {
  content: "\eada";
}

.icon-CalendarDate-1:before {
  content: "\e6db";
}

.icon-Erase:before {
  content: "\e7db";
}

.icon-EmojiAdd-1:before {
  content: "\e8db";
}

.icon-SwipeDown:before {
  content: "\e9db";
}

.icon-TextIndentIncrease-1:before {
  content: "\eadb";
}

.icon-CalendarMonth:before {
  content: "\e6dc";
}

.icon-CopyMove-1:before {
  content: "\e7dc";
}

.icon-NumberRow-1:before {
  content: "\e8dc";
}

.icon-Symbols:before {
  content: "\e9dc";
}

.icon-TextNumberListLTR-1:before {
  content: "\eadc";
}

.icon-CalendarStarred-1:before {
  content: "\e6dd";
}

.icon-Erase-1:before {
  content: "\e7dd";
}

.icon-NotebookSync-1:before {
  content: "\e8dd";
}

.icon-WeatherFog-1:before {
  content: "\e9dd";
}

.icon-TextHanging-1:before {
  content: "\eadd";
}

.icon-BookFormulaInformation:before {
  content: "\e6de";
}

.icon-ErrorCircle-1:before {
  content: "\e7de";
}

.icon-Notebook-1:before {
  content: "\e8de";
}

.icon-Trophy-1:before {
  content: "\e9de";
}

.icon-WeatherDuststorm:before {
  content: "\eade";
}

.icon-CalendarWeekNumbers-1:before {
  content: "\e6df";
}

.icon-PeopleSearch-1:before {
  content: "\e7df";
}

.icon-NumberRow:before {
  content: "\e8df";
}

.icon-WeatherDuststorm-1:before {
  content: "\e9df";
}

.icon-DocumentPDF-1:before {
  content: "\eadf";
}

.icon-CalendarMonth-1:before {
  content: "\e6e0";
}

.icon-PersonAccounts-1:before {
  content: "\e7e0";
}

.icon-OfficeApps-1:before {
  content: "\e8e0";
}

.icon-TextHanging:before {
  content: "\e9e0";
}

.icon-VideoOff-1:before {
  content: "\eae0";
}

.icon-CalendarAvailability:before {
  content: "\e6e1";
}

.icon-ExtendedDock-1:before {
  content: "\e7e1";
}

.icon-NumberSymbol:before {
  content: "\e8e1";
}

.icon-TextIndentDecrease-1:before {
  content: "\e9e1";
}

.icon-WiFi2-1:before {
  content: "\eae1";
}

.icon-CalendarEmpty:before {
  content: "\e6e2";
}

.icon-EraserTool:before {
  content: "\e7e2";
}

.icon-EmojiSurprise:before {
  content: "\e8e2";
}

.icon-MarkRead-1:before {
  content: "\e9e2";
}

.icon-TextBulletListSquare:before {
  content: "\eae2";
}

.icon-CalendarDate:before {
  content: "\e6e3";
}

.icon-Extension-1:before {
  content: "\e7e3";
}

.icon-NumberSymbol-1:before {
  content: "\e8e3";
}

.icon-USBPort:before {
  content: "\e9e3";
}

.icon-TeamAdd:before {
  content: "\eae3";
}

.icon-CallEnd-1:before {
  content: "\e6e4";
}

.icon-EyeShow-1:before {
  content: "\e7e4";
}

.icon-OfficeApps:before {
  content: "\e8e4";
}

.icon-TextColor:before {
  content: "\e9e4";
}

.icon-Speaker1:before {
  content: "\eae4";
}

.icon-CalendarRecurring:before {
  content: "\e6e5";
}

.icon-EyeShow:before {
  content: "\e7e5";
}

.icon-OpenFolder-1:before {
  content: "\e8e5";
}

.icon-ThumbLike-1:before {
  content: "\e9e5";
}

.icon-Navigation-1:before {
  content: "\eae5";
}

.icon-CallEnd:before {
  content: "\e6e6";
}

.icon-EyeHide:before {
  content: "\e7e6";
}

.icon-OpenInBrowser-1:before {
  content: "\e8e6";
}

.icon-ThumbDislike:before {
  content: "\e9e6";
}

.icon-Video-1:before {
  content: "\eae6";
}

.icon-CallAdd-1:before {
  content: "\e6e7";
}

.icon-ChevronLeft-1:before {
  content: "\e7e7";
}

.icon-Open-1:before {
  content: "\e8e7";
}

.icon-TextDescription-1:before {
  content: "\e9e7";
}

.icon-MicOff-1:before {
  content: "\eae7";
}

.icon-CalendarWeekStart-1:before {
  content: "\e6e8";
}

.icon-FastForward:before {
  content: "\e7e8";
}

.icon-OpenFolder:before {
  content: "\e8e8";
}

.icon-TextIndentDecrease:before {
  content: "\e9e8";
}

.icon-OpenInBrowser:before {
  content: "\eae8";
}

.icon-BookFormulaLookup:before {
  content: "\e6e9";
}

.icon-Extension:before {
  content: "\e7e9";
}

.icon-OrganizationChart-1:before {
  content: "\e8e9";
}

.icon-WebAsset-1:before {
  content: "\e9e9";
}

.icon-Note-1:before {
  content: "\eae9";
}

.icon-CalendarWeekNumbers:before {
  content: "\e6ea";
}

.icon-FastAcceleration:before {
  content: "\e7ea";
}

.icon-Owner:before {
  content: "\e8ea";
}

.icon-WebAsset:before {
  content: "\e9ea";
}

.icon-Speaker:before {
  content: "\eaea";
}

.icon-CalendarDay:before {
  content: "\e6eb";
}

.icon-FastForward-1:before {
  content: "\e7eb";
}

.icon-OrganizationChart:before {
  content: "\e8eb";
}

.icon-PhoneLaptop-1:before {
  content: "\e9eb";
}

.icon-WeatherFog:before {
  content: "\eaeb";
}

.icon-CalendarWeekStart:before {
  content: "\e6ec";
}

.icon-FastMode:before {
  content: "\e7ec";
}

.icon-PageView:before {
  content: "\e8ec";
}

.icon-Temperature-1:before {
  content: "\e9ec";
}

.icon-ViewDesktopMobile:before {
  content: "\eaec";
}

@font-face {
  font-family: "logofont"; /* Project id 5214055 */
  src: url('/assets/iconfont-B8qtHrSH.woff2?t=1784643558290') format('woff2'),
       url('/assets/iconfont-DuR9WmvV.woff?t=1784643558290') format('woff'),
       url('/assets/iconfont-DDs_3-1F.ttf?t=1784643558290') format('truetype'),
       url('/assets/iconfont-DNUfGy_-.svg?t=1784643558290#logofont') format('svg');
}

.logofont {
  font-family: "logofont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconmeiyanxiangji:before {
  content: "\e777";
}

.iconprocesson:before {
  content: "\e778";
}

.iconxmind:before {
  content: "\e779";
}

.iconwangyiyouxiang-2:before {
  content: "\e77a";
}

.iconyinxiangbiji:before {
  content: "\e77b";
}

.iconcanva-kehua-2:before {
  content: "\e77c";
}

.iconwps-office:before {
  content: "\e77d";
}

.iconxunlei:before {
  content: "\e77e";
}

.iconwangyiyouxiang:before {
  content: "\e77f";
}

.icondota2:before {
  content: "\e768";
}

.iconelemo:before {
  content: "\e769";
}

.iconbaiduditu:before {
  content: "\e76a";
}

.iconxianyu-fish:before {
  content: "\e76b";
}

.iconjingdongdaojia:before {
  content: "\e76c";
}

.iconmeituan:before {
  content: "\e76d";
}

.iconmeituxiuxiu:before {
  content: "\e76e";
}

.iconshimowendang:before {
  content: "\e76f";
}

.iconsuningyigou-2:before {
  content: "\e770";
}

.icondazhongdianping:before {
  content: "\e771";
}

.iconbijian:before {
  content: "\e772";
}

.iconyoudaoyunbiji:before {
  content: "\e773";
}

.iconxiechenglvhang:before {
  content: "\e774";
}

.iconyingxionglianmeng:before {
  content: "\e775";
}

.iconmubu:before {
  content: "\e776";
}

.iconshoujitaobao:before {
  content: "\e764";
}

.iconweipinhui-small:before {
  content: "\e765";
}

.iconjingdong:before {
  content: "\e767";
}

.iconapple-fill:before {
  content: "\e759";
}

.icontengxunyouxi:before {
  content: "\e75a";
}

.iconmeituanwaimai:before {
  content: "\e75b";
}

.iconelemo-2:before {
  content: "\e75c";
}

.iconzhangyue:before {
  content: "\e75d";
}

.iconpinduoduo:before {
  content: "\e75e";
}

.iconkuakeliulanqi:before {
  content: "\e75f";
}

.iconcanva-kehua:before {
  content: "\e760";
}

.iconjianying:before {
  content: "\e761";
}

.iconweipinhui1:before {
  content: "\e762";
}

.icontongchenglvhang:before {
  content: "\e763";
}

.iconmeituan-2:before {
  content: "\e68d";
}

.iconsuningyigou:before {
  content: "\e74b";
}

.iconjingdong-2:before {
  content: "\e74c";
}

.icontaobao:before {
  content: "\e74d";
}

.iconbaidu:before {
  content: "\e74e";
}

.iconmenghuanxiyou2:before {
  content: "\e74f";
}

.iconwangyiyunyinle-logo:before {
  content: "\e750";
}

.iconleague-of-legends:before {
  content: "\e751";
}

.iconb612-kaji:before {
  content: "\e752";
}

.iconmiguyinle:before {
  content: "\e753";
}

.iconzhifubao:before {
  content: "\e754";
}

.iconkuake:before {
  content: "\e755";
}

.iconwangzherongyao:before {
  content: "\e756";
}

.iconvalorant:before {
  content: "\e757";
}

.iconhema:before {
  content: "\e758";
}

.iconkuaiying:before {
  content: "\e68c";
}

.iconstripe:before {
  content: "\e73b";
}

.iconjuediqiusheng:before {
  content: "\e73c";
}

.iconqq-yinle:before {
  content: "\e73d";
}

.iconsanjiaozhou:before {
  content: "\e73e";
}

.icondoubao:before {
  content: "\e73f";
}

.iconaws:before {
  content: "\e740";
}

.iconpinduoduo-block:before {
  content: "\e741";
}

.iconwangyiyunyinle-2:before {
  content: "\e742";
}

.iconsquare-k:before {
  content: "\e743";
}

.icongaodeditu:before {
  content: "\e744";
}

.iconxianyu1:before {
  content: "\e68e";
}

.iconqq-yuedu:before {
  content: "\e745";
}

.iconbodianyinle:before {
  content: "\e746";
}

.iconopenai:before {
  content: "\e747";
}

.iconhepingjingying:before {
  content: "\e748";
}

.iconxiguashipin:before {
  content: "\e749";
}

.iconyunshanfu:before {
  content: "\e74a";
}

.iconmicrosoft:before {
  content: "\e72c";
}

.iconapple-music:before {
  content: "\e72d";
}

.iconbinance-coin-outline:before {
  content: "\e72e";
}

.iconmangguo-tv:before {
  content: "\e72f";
}

.iconyoukushipin:before {
  content: "\e730";
}

.iconjingdong-shu:before {
  content: "\e731";
}

.iconchuanyuehuoxian:before {
  content: "\e732";
}

.iconmouse-select-cursor:before {
  content: "\e733";
}

.icondouyin:before {
  content: "\e734";
}

.iconkuwoyinle:before {
  content: "\e735";
}

.iconcloudflare:before {
  content: "\e737";
}

.icondeepseek:before {
  content: "\e738";
}

.iconkugouyinle:before {
  content: "\e739";
}

.icontianmao:before {
  content: "\e68f";
}

.iconyouxi:before {
  content: "\e690";
}

.iconsuningjinrong:before {
  content: "\e73a";
}

.iconquanminkge:before {
  content: "\e71c";
}

.iconlizhi:before {
  content: "\e71d";
}

.iconmigushipin:before {
  content: "\e71e";
}

.icontengxunyuanbao:before {
  content: "\e71f";
}

.iconqidiandushu:before {
  content: "\e720";
}

.iconebay:before {
  content: "\e721";
}

.iconwangyiyunyinle:before {
  content: "\e722";
}

.iconkimi:before {
  content: "\e723";
}

.iconzhipuqingyan-01:before {
  content: "\e724";
}

.iconliujianfang:before {
  content: "\e725";
}

.iconclaude:before {
  content: "\e726";
}

.icongoogle-cloud:before {
  content: "\e727";
}

.iconqishuiyinle:before {
  content: "\e728";
}

.iconkuaishou:before {
  content: "\e729";
}

.iconvisa:before {
  content: "\e72a";
}

.iconkuwoyinle-2:before {
  content: "\e72b";
}

.iconyoutube-fill-round:before {
  content: "\e70a";
}

.icontengxunwendang:before {
  content: "\e70b";
}

.icontengxunhuiyi:before {
  content: "\e70c";
}

.icontengxunshipin:before {
  content: "\e70d";
}

.iconchrome:before {
  content: "\e70e";
}

.iconshimozhidemai-01:before {
  content: "\e70f";
}

.iconduolingo:before {
  content: "\e711";
}

.iconwodechangchang-quanminkge:before {
  content: "\e712";
}

.iconbilibili-2:before {
  content: "\e713";
}

.iconcoursera:before {
  content: "\e714";
}

.iconmaoer-fm:before {
  content: "\e715";
}

.iconqianqianyinle:before {
  content: "\e716";
}

.iconqianwen:before {
  content: "\e717";
}

.iconvlc:before {
  content: "\e718";
}

.iconkuaishoujisuban:before {
  content: "\e719";
}

.icondisney:before {
  content: "\e71a";
}

.iconyouku:before {
  content: "\e71b";
}

.iconspotify:before {
  content: "\e6f9";
}

.iconfanqiexiaoshuo:before {
  content: "\e6fa";
}

.iconvscode:before {
  content: "\e6fb";
}

.iconubisoft:before {
  content: "\e6fc";
}

.iconpatreon:before {
  content: "\e6fd";
}

.icondouban:before {
  content: "\e6fe";
}

.iconbehance-circle-fill:before {
  content: "\e6ff";
}

.iconcrunchyroll:before {
  content: "\e700";
}

.icondribbble:before {
  content: "\e701";
}

.iconbilibili1:before {
  content: "\e702";
}

.icontaptap:before {
  content: "\e703";
}

.iconshopify:before {
  content: "\e704";
}

.iconyy:before {
  content: "\e705";
}

.iconlofter:before {
  content: "\e706";
}

.iconletterboxd:before {
  content: "\e707";
}

.iconlipinka:before {
  content: "\e691";
}

.iconxbox:before {
  content: "\e708";
}

.iconmidjourney:before {
  content: "\e709";
}

.iconbluesky-fill:before {
  content: "\e6e6";
}

.iconparler:before {
  content: "\e6e7";
}

.iconhello:before {
  content: "\e6e8";
}

.iconjianshu-2:before {
  content: "\e6e9";
}

.iconacfun:before {
  content: "\e6ea";
}

.iconfujinyueliao:before {
  content: "\e6eb";
}

.iconguge:before {
  content: "\e6ec";
}

.iconmipei:before {
  content: "\e6ed";
}

.iconxiaoheihe:before {
  content: "\e6ee";
}

.iconjike-2:before {
  content: "\e6ef";
}

.iconshimozhidemai:before {
  content: "\e6f0";
}

.iconamazon-circle-fill:before {
  content: "\e6f1";
}

.iconyouwan:before {
  content: "\e6f2";
}

.iconuber:before {
  content: "\e6f3";
}

.icondouyinjisuban:before {
  content: "\e693";
}

.iconbaiduzhidaojingyan:before {
  content: "\e6f4";
}

.iconnetflix:before {
  content: "\e6f5";
}

.iconv2ex:before {
  content: "\e6f6";
}

.iconkugou:before {
  content: "\e6f7";
}

.iconmaimai:before {
  content: "\e6f8";
}

.iconzhihu:before {
  content: "\e6d4";
}

.iconmedium:before {
  content: "\e6d5";
}

.iconviber:before {
  content: "\e6d6";
}

.iconzalo:before {
  content: "\e697";
}

.iconhupu:before {
  content: "\e6d7";
}

.icontwitch:before {
  content: "\e6d8";
}

.icontashequ:before {
  content: "\e6d9";
}

.icongitlab-fill:before {
  content: "\e6da";
}

.iconlangrensha:before {
  content: "\e6db";
}

.iconcsdn:before {
  content: "\e6dc";
}

.icontaptap-logo:before {
  content: "\e6dd";
}

.icontt-yuyin:before {
  content: "\e6de";
}

.iconkook:before {
  content: "\e6df";
}

.iconchangba:before {
  content: "\e6e0";
}

.iconpotato-im:before {
  content: "\e6e1";
}

.iconbaiduwangpan:before {
  content: "\e6e2";
}

.iconsteam:before {
  content: "\e6e3";
}

.iconjianshu:before {
  content: "\e6e4";
}

.iconproduct:before {
  content: "\e6e5";
}

.iconbumble-1:before {
  content: "\e6c5";
}

.iconmeetup:before {
  content: "\e698";
}

.iconmastodon:before {
  content: "\e6c6";
}

.iconbilibili:before {
  content: "\e6c7";
}

.iconweibo:before {
  content: "\e6c8";
}

.iconlinkedin:before {
  content: "\e6c9";
}

.icontelegram:before {
  content: "\e6ca";
}

.iconuc-liulanqi:before {
  content: "\e692";
}

.icontanuki:before {
  content: "\e6cb";
}

.iconline:before {
  content: "\e6cc";
}

.iconjike:before {
  content: "\e6cd";
}

.iconpinterest-2:before {
  content: "\e6ce";
}

.iconbaiduwenku:before {
  content: "\e696";
}

.iconthreads-fill:before {
  content: "\e6cf";
}

.iconhupu-2:before {
  content: "\e6d0";
}

.iconsignal-messenger:before {
  content: "\e6d1";
}

.iconwechat-fill:before {
  content: "\e6d2";
}

.iconquora:before {
  content: "\e6d3";
}

.iconweixin:before {
  content: "\e6b2";
}

.iconudemy:before {
  content: "\e694";
}

.iconzheli:before {
  content: "\e6b3";
}

.iconxiangyin:before {
  content: "\e6b4";
}

.iconxianyu:before {
  content: "\e6b5";
}

.icontuite1:before {
  content: "\e6b6";
}

.iconzuiyou:before {
  content: "\e6b7";
}

.iconxiaohongshu1:before {
  content: "\e6b8";
}

.iconbereal:before {
  content: "\e6b9";
}

.iconkakao-talk-fill:before {
  content: "\e6ba";
}

.iconbaidutieba:before {
  content: "\e6bb";
}

.iconxinyu:before {
  content: "\e6bc";
}

.iconskype-fill:before {
  content: "\e6bd";
}

.iconqianshou:before {
  content: "\e6be";
}

.icongithub-fill:before {
  content: "\e6bf";
}

.iconlianaiji:before {
  content: "\e6c0";
}

.icondingding:before {
  content: "\e6c1";
}

.iconweipinhui:before {
  content: "\e6c2";
}

.iconyingkezhibo:before {
  content: "\e695";
}

.iconvk:before {
  content: "\e6c3";
}

.iconhezi:before {
  content: "\e6c4";
}

.iconinstagram-one:before {
  content: "\e6a1";
}

.icontiktok:before {
  content: "\e6a2";
}

.iconyibanhunlian:before {
  content: "\e69a";
}

.iconsoul:before {
  content: "\e6a3";
}

.iconinstagram:before {
  content: "\e6a4";
}

.iconxinlangweibo:before {
  content: "\e6a5";
}

.iconwhatsapp:before {
  content: "\e6a6";
}

.iconpaypal:before {
  content: "\e699";
}

.icondewu:before {
  content: "\e6a7";
}

.icondiscord:before {
  content: "\e6a8";
}

.iconmomo:before {
  content: "\e6a9";
}

.icontumblr:before {
  content: "\e6aa";
}

.iconmessenger-line:before {
  content: "\e6ab";
}

.iconfacebook:before {
  content: "\e6ac";
}

.iconfeishu:before {
  content: "\e6ad";
}

.iconqiyeweixin:before {
  content: "\e6ae";
}

.iconqq:before {
  content: "\e6af";
}

.iconxiaohongshu:before {
  content: "\e6b0";
}

.icontantan:before {
  content: "\e6b1";
}

.icontuite:before {
  content: "\e69f";
}

.iconbaidutieba-2:before {
  content: "\e69d";
}

.iconsnapchat:before {
  content: "\e69e";
}

.iconreddit:before {
  content: "\e6a0";
}

.icontengxunhuiyi-2:before {
  content: "\e69b";
}

.iconpinterest:before {
  content: "\e69c";
}

:root {
  --mt-max-screen-width: 920px;
  --tg-viewport-height: 100dvh;
  --tg-viewport-stable-height: 100dvh;
  --tg-safe-area-top: env(safe-area-inset-top, 0px);
  --tg-safe-area-right: env(safe-area-inset-right, 0px);
  --tg-safe-area-bottom: env(safe-area-inset-bottom, 0px);
  --tg-safe-area-left: env(safe-area-inset-left, 0px);
  --tg-content-safe-area-top: var(--tg-safe-area-top);
  --tg-content-safe-area-right: var(--tg-safe-area-right);
  --tg-content-safe-area-bottom: var(--tg-safe-area-bottom);
  --tg-content-safe-area-left: var(--tg-safe-area-left);
  --tg-safe-height: calc(var(--tg-viewport-height) - var(--tg-safe-area-top) - var(--tg-safe-area-bottom));
  --tg-content-height: calc(var(--tg-viewport-height) - var(--tg-content-safe-area-top) - var(--tg-content-safe-area-bottom));
  --mt-viewport-height: var(--tg-viewport-height);
  --mt-viewport-stable-height: var(--tg-viewport-stable-height);
  --mt-safe-height: var(--tg-safe-height);
  --mt-content-height: var(--tg-content-height);
  --mt-safe-area-top: var(--tg-safe-area-top);
  --mt-safe-area-right: var(--tg-safe-area-right);
  --mt-safe-area-bottom: var(--tg-safe-area-bottom);
  --mt-safe-area-left: var(--tg-safe-area-left);
  --mt-content-safe-area-top: var(--tg-content-safe-area-top);
  --mt-content-safe-area-right: var(--tg-content-safe-area-right);
  --mt-content-safe-area-bottom: var(--tg-content-safe-area-bottom);
  --mt-content-safe-area-left: var(--tg-content-safe-area-left);
  --mt-white: #fff;
  --mt-gray-1: #f7f8fa;
  --mt-gray-2: #f2f3f5;
  --mt-gray-3: #ebedf0;
  --mt-gray-4: #dcdee0;
  --mt-gray-5: #c8c9cc;
  --mt-gray-6: #969799;
  --mt-gray-7: #646566;
  --mt-gray-8: #323233;
  --mt-black: #101010;
  --mt-red: #ee0a24;
  --mt-blue: #1e5edc;
  --mt-green: #07c160;
  --mt-orange: #ff976a;
  --mt-primary-color: var(--mt-blue);
  --mt-success-color: var(--mt-green);
  --mt-danger-color: var(--mt-red);
  --mt-warning-color: var(--mt-orange);
  --mt-text-color: var(--mt-black);
  --mt-text-color-2: var(--mt-gray-8);
  --mt-text-color-3: var(--mt-gray-6);
  --mt-active-color: var(--mt-gray-4);
  --mt-background: var(--mt-gray-1);
  --mt-app-background: #0a0f18;
  --mt-active-opacity: 0.6;
  --mt-disabled-opacity: 0.5;
  --mt-padding-xs: 8px;
  --mt-padding-sm: 12px;
  --mt-padding-md: 16px;
  --mt-padding-lg: 24px;
  --mt-padding-xl: 32px;
  --mt-font-ui: "Noto Sans SC", Inter, system-ui, -apple-system, "PingFang SC", sans-serif;
  --mt-font-number: var(--mt-font-ui);
  --mt-base-font: var(--mt-font-ui);
  --mt-price-font: var(--mt-font-number);
  --mt-font-size-label: 10px;
  --mt-font-size-caption: 11px;
  --mt-font-size-body: 13px;
  --mt-font-size-h2: 16px;
  --mt-font-size-h1: 18px;
  --mt-font-size-display: 22px;
  --mt-font-size-hero: 30px;
  --mt-font-weight-faint: 350;
  --mt-font-weight-body: 450;
  --mt-font-weight-strong: 600;
  --mt-font-weight-number: 750;
  --mt-line-height-label: 14px;
  --mt-line-height-caption: 15px;
  --mt-line-height-body: 18px;
  --mt-line-height-h2: 22px;
  --mt-line-height-h1: 24px;
  --mt-line-height-display: 28px;
  --mt-line-height-hero: 36px;
  --mt-line-height-tight: 1.15;
  --mt-font-size-xs: var(--mt-font-size-label);
  --mt-font-size-sm: var(--mt-font-size-caption);
  --mt-font-size-md: var(--mt-font-size-body);
  --mt-font-size-lg: var(--mt-font-size-h2);
  --mt-font-weight-xs: var(--mt-font-weight-faint);
  --mt-font-weight-sm: var(--mt-font-weight-faint);
  --mt-font-weight-md: var(--mt-font-weight-body);
  --mt-font-weight-lg: var(--mt-font-weight-strong);
  --mt-line-height-xs: var(--mt-line-height-label);
  --mt-line-height-sm: var(--mt-line-height-caption);
  --mt-line-height-md: var(--mt-line-height-body);
  --mt-line-height-lg: var(--mt-line-height-h2);
  --mt-border-width: 1px;
  --mt-radius-xs: 4px;
  --mt-radius-sm: 6px;
  --mt-radius-md: 12px;
  --mt-radius-lg: 20px;
  --mt-radius-max: 999px;
  --mt-scrollbar-size: 4px;
  --mt-scrollbar-thumb-color: rgba(148, 163, 184, 0.35);
  --mt-scrollbar-thumb-hover-color: rgba(148, 163, 184, 0.6);
  --mt-navbar-height: 44px;
  --mt-navbar-side-width: 64px;
  --mt-navbar-z-index: 100;
  --mt-navbar-icon-size: 14px;
  --mt-navbar-gradient-extend: 32px;
}

:root {
  --mt-client-background: #0a0f18;
  --mt-client-surface: #182131;
  --mt-client-elevated: #1e293b;
  --mt-client-text: #fff;
  --mt-client-muted: #94a3b8;
  --mt-client-accent: #ffb86b;
  --mt-client-blue: #3b82f6;
  --mt-client-divider: rgba(255, 255, 255, 0.06);
  --mt-client-accent-soft: rgba(255, 184, 107, 0.14);
  --mt-client-blue-soft: rgba(59, 130, 246, 0.14);
  --mt-client-state-accent: #239c86;
  --mt-client-state-soft: rgba(35, 156, 134, 0.15);
  --mt-client-mint-bright: #7ee2c4;
  --mt-client-mint-soft: #9fe8d6;
  --mt-client-teal-mid: #2ea889;
  --mt-client-teal-deep: #15c8b5;
  --mt-client-teal-dark: #1b7b69;
  --mt-client-icon-container-sm: 36px;
  --mt-client-icon-container-md: 44px;
  --mt-client-icon-container-lg: 52px;
  --mt-client-font-ui: var(--mt-font-ui);
  --mt-client-font-number: var(--mt-font-number);
  --mt-client-fs-hero: var(--mt-font-size-hero);
  --mt-client-lh-hero: var(--mt-line-height-hero);
  --mt-client-fs-display: var(--mt-font-size-display);
  --mt-client-lh-display: var(--mt-line-height-display);
  --mt-client-fs-h1: var(--mt-font-size-h1);
  --mt-client-lh-h1: var(--mt-line-height-h1);
  --mt-client-fs-h2: var(--mt-font-size-h2);
  --mt-client-lh-h2: var(--mt-line-height-h2);
  --mt-client-fs-body: var(--mt-font-size-body);
  --mt-client-lh-body: var(--mt-line-height-body);
  --mt-client-fs-caption: var(--mt-font-size-caption);
  --mt-client-lh-caption: var(--mt-line-height-caption);
  --mt-client-fs-label: var(--mt-font-size-label);
  --mt-client-lh-label: var(--mt-line-height-label);
  --mt-client-lh-tight: var(--mt-line-height-tight);
  --mt-client-fw-number: var(--mt-font-weight-number);
  --mt-client-fw-strong: var(--mt-font-weight-strong);
  --mt-client-fw-body: var(--mt-font-weight-body);
  --mt-client-fw-faint: var(--mt-font-weight-faint);
  --mt-client-header-safe: max(50px, env(safe-area-inset-top));
  --mt-client-hero-card-lift: 18px;
  --mt-client-bottom-safe: max(24px, env(safe-area-inset-bottom));
  --mt-client-bottom-nav-width: 184px;
  --mt-client-bottom-nav-height: 56px;
  --mt-client-bottom-nav-total-height: calc(var(--mt-client-bottom-nav-height) / 2 + max(20px, var(--mt-content-safe-area-bottom)));
  --mt-client-bottom-nav-z-index: 90;
  --mt-client-bottom-nav-border: color-mix(in srgb, var(--mt-client-text) 18%, transparent);
  --mt-client-bottom-nav-background: linear-gradient(145deg, color-mix(in srgb, var(--mt-client-text) 10%, transparent), color-mix(in srgb, var(--mt-client-surface) 70%, transparent));
  --mt-client-bottom-nav-highlight: linear-gradient(90deg, transparent, color-mix(in srgb, var(--mt-client-text) 34%, transparent), transparent);
  --mt-client-bottom-nav-shadow: inset 0 1px 0 color-mix(in srgb, var(--mt-client-text) 8%, transparent), 0 16px 42px rgba(2, 6, 14, 0.42);
  --mt-client-bottom-nav-active-border: color-mix(in srgb, var(--mt-client-text) 10%, transparent);
  --mt-client-bottom-nav-active-background: linear-gradient(145deg, color-mix(in srgb, var(--mt-client-text) 17%, transparent), color-mix(in srgb, var(--mt-client-elevated) 72%, transparent));
  --mt-client-bottom-nav-active-shadow: inset 0 1px 0 color-mix(in srgb, var(--mt-client-text) 10%, transparent), 0 8px 22px rgba(2, 6, 14, 0.28);
  --mt-client-radius-xs: 8px;
  --mt-client-radius-sm: 12px;
  --mt-client-radius-md: 16px;
  --mt-client-radius-lg: 24px;
  --mt-client-radius-full: 999px;
  --mt-client-ease-standard: cubic-bezier(0.22, 0.78, 0.24, 1);
  --mt-client-ease-spring: cubic-bezier(0.34, 1.4, 0.64, 1);
  --mt-client-dur-micro: 0.14s;
  --mt-client-dur-standard: 0.2s;
  --mt-client-dur-panel: 0.42s;
  --mt-client-dur-theme: 0.6s;
  --mt-client-hairline: rgba(255, 255, 255, 0.06);
  --mt-client-border-soft: rgba(255, 255, 255, 0.08);
  --mt-client-border-strong: rgba(255, 255, 255, 0.16);
  --mt-client-overlay-1: rgba(255, 255, 255, 0.035);
  --mt-client-overlay-2: rgba(255, 255, 255, 0.07);
  --mt-client-overlay-3: rgba(255, 255, 255, 0.12);
  --mt-client-scrim: rgba(4, 8, 15, 0.55);
  --mt-client-elev-sm: 0 1px 2px rgba(0, 0, 0, 0.24), 0 2px 8px rgba(2, 6, 14, 0.2);
  --mt-client-elev-md: 0 2px 5px rgba(0, 0, 0, 0.22), 0 8px 20px rgba(2, 6, 14, 0.32);
  --mt-client-elev-lg: 0 6px 14px rgba(0, 0, 0, 0.3), 0 16px 38px rgba(2, 6, 14, 0.46);
  --mt-client-navbar-icon-color: var(--mt-client-text);
  --mt-client-navbar-bg: var(--mt-client-background);
  --mt-client-navbar-gradient: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.55) 55%, transparent 100%);
  --mt-client-tg-header-color: var(--mt-client-background);
  --mt-client-tg-bottom-bar-color: var(--mt-client-background);
}

.mt-client-theme {
  --mt-client-state-accent-strong: color-mix(in srgb, var(--mt-client-state-accent) 82%, white 18%);
  --mt-client-state-glow: 0 6px 16px color-mix(in srgb, var(--mt-client-state-accent) 38%, transparent);
  --mt-client-accent-fill-faint: color-mix(in srgb, var(--mt-client-state-accent) 9%, transparent);
  --mt-client-accent-fill-soft: color-mix(in srgb, var(--mt-client-state-accent) 12%, transparent);
  --mt-client-accent-fill-medium: color-mix(in srgb, var(--mt-client-state-accent) 20%, transparent);
  --mt-client-accent-border-soft: color-mix(in srgb, var(--mt-client-state-accent) 32%, transparent);
  --mt-client-accent-border: color-mix(in srgb, var(--mt-client-state-accent) 42%, transparent);
  --mt-client-accent-border-strong: color-mix(in srgb, var(--mt-client-state-accent) 55%, transparent);
  --mt-client-accent-ring: color-mix(in srgb, var(--mt-client-state-accent) 9%, transparent);
  --mt-client-accent-label: color-mix(in srgb, var(--mt-client-state-accent) 72%, white 28%);
  --mt-client-accent-label-bright: color-mix(in srgb, var(--mt-client-state-accent) 50%, white 50%);
  --mt-client-accent-label-strong: color-mix(in srgb, var(--mt-client-state-accent) 60%, white 40%);
  --mt-client-accent-text-muted: color-mix(in srgb, var(--mt-client-state-accent) 60%, black 40%);
}

@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanssc/v40/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG9_EnYw.ttf) format('truetype');
}

@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanssc/v40/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG1_FnYw.ttf) format('truetype');
}

@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanssc/v40/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG4HFnYw.ttf) format('truetype');
}

@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanssc/v40/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG9_FnYw.ttf) format('truetype');
}

@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanssc/v40/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG-3FnYw.ttf) format('truetype');
}

@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanssc/v40/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaGwHCnYw.ttf) format('truetype');
}

@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanssc/v40/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaGzjCnYw.ttf) format('truetype');
}

@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanssc/v40/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG1_CnYw.ttf) format('truetype');
}

@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanssc/v40/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG3bCnYw.ttf) format('truetype');
}

* {
  box-sizing: border-box;
  font-family: var(--mt-base-font);
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
}

::-webkit-scrollbar {
  width: var(--mt-scrollbar-size);
  height: var(--mt-scrollbar-size);
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: var(--mt-scrollbar-thumb-color);
  border-radius: var(--mt-radius-max);
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--mt-scrollbar-thumb-hover-color);
}

::-webkit-scrollbar-corner {
  background: transparent;
}

@supports not selector(::-webkit-scrollbar) {
  * {
    scrollbar-width: thin;
    scrollbar-color: var(--mt-scrollbar-thumb-color) transparent;
  }
}

html,
body {
  background-color: var(--mt-app-background);
  min-height: var(--mt-viewport-height);
  justify-content: center;
  display: flex;
  width: 100%;
}

#app {
  min-height: var(--mt-viewport-height);
  background-color: var(--mt-app-background);
  max-width: var(--mt-max-screen-width);
  width: 100%;
}

#app .container {
  padding: var(--mt-padding-md);
}
