/*
*Colores
*
*/
/*
*Medidas Query
*
*/
/*
*Rutas
*
*/
.header {
  z-index: 4;
}

.backimage {
  z-index: -1;
}

.loader {
  z-index: 6;
}

.slickNormal .slick-prev {
  z-index: 3;
}

.upbutton {
  z-index: 5;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Regular.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Medium.otf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Bold.otf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-ExtraBold.otf") format("opentype");
  font-weight: 800;
}
* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

html, body {
  width: 100%;
  overflow-x: hidden;
}

body {
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100vw;
  margin: 0;
  padding: 0;
}

/*Reset*/
h1, h2, h3, h4, h5 {
  margin: 0;
}

a {
  text-decoration: none;
}

ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

p {
  margin: 0;
}
p strong {
  font-weight: bold;
}

@media (max-width: 768px) {
  .wrapper {
    background: #FF9900;
  }
}

.title {
  display: block;
  margin: 0.5rem 0;
  font-size: 22px;
  font-weight: 700;
  color: #000000;
}
.title--min {
  font-size: 14px;
}

.text {
  display: block;
  margin: 0.5rem 0;
  font-size: 14px;
  color: #373430;
}
.text a {
  text-decoration: underline;
}
.text a.c-font {
  font-weight: bold;
  color: #373430;
  text-decoration: none;
}
.text--desc {
  font-size: 10px;
}
.text-center, .text--center {
  text-align: center !important;
}
.text-left, .text--left {
  text-align: left !important;
}
.text-right, .text--right {
  text-align: right !important;
}
.text-bold, .text--bold {
  font-weight: bold !important;
}
.text-italic, .text--italic {
  font-style: italic !important;
}
.text--nobreak {
  word-break: normal !important;
}

.hr {
  display: block;
  margin: 2rem auto;
  width: 24px;
  height: 5px;
  background-color: #FF9900;
  border-radius: 2px;
}

.text-danger {
  color: #E85353 !important;
}

.text-warning {
  color: #FF9900 !important;
}

.text-success {
  color: #49BA3F !important;
}

.total-item {
  display: flex;
  align-items: center;
  position: relative;
}
.total-item__text {
  width: 100%;
  padding: 15px 60px 15px 15px;
  background: #F2F2F2;
  border-radius: 15px;
  font-size: 16px;
}
.total-item__number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  position: absolute;
  border-radius: 50%;
  background-color: #FF9900;
  color: #000000;
  font-size: 20px;
  font-weight: 800;
  right: 0;
}
@media (max-width: 768px) {
  .total-item {
    margin: 0 0 1rem;
  }
}

.tooltip {
  position: relative;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 80px;
  background-color: #555;
  color: #fff;
  text-align: center;
  font-size: 0.75rem;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -40px;
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.tooltip .tooltiptext--down {
  top: 125%;
  bottom: auto;
}
.tooltip .tooltiptext--down::after {
  top: auto;
  bottom: 100%;
  border-color: transparent transparent #555 transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.logo {
  display: block;
  width: 135px;
  height: 35px;
  background: url(../img/logo.svg) no-repeat center;
  background-size: contain;
}
.logo.float {
  position: absolute;
  top: 25px;
  left: 25px;
}

.img--full {
  width: 100%;
}
.img--corners {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.img--corners img {
  width: 100%;
  object-fit: cover;
}
.img--modal {
  width: 100%;
  height: 187px;
}
.img--modal img {
  width: 100%;
  height: 100%;
}
.img img {
  width: 100%;
  object-fit: contain;
}

.tag--visits {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 219px;
  margin: 0 0 0 auto;
  background-color: #F2F2F2;
  border-radius: 15px;
  position: relative;
}
.tag--visits > span {
  padding: 13px 30px 13px 18px;
  font-size: 16px;
}
.tag--visits > span.circle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #FF9900;
  font-weight: 800;
  position: absolute;
  right: -22px;
}
@media (max-width: 768px) {
  .tag--visits {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    border-bottom-right-radius: 44px;
    border-top-right-radius: 44px;
  }
  .tag--visits > span {
    padding: 13px 60px 13px 18px;
    font-size: 16px;
  }
  .tag--visits > span.circle {
    right: 0;
  }
}

.c-yellow {
  color: #FF9900;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.d-flex {
  display: flex;
}

.d-block {
  display: block;
}

.d-none {
  display: none;
}

.noposition {
  position: inherit;
}

@media (max-width: 768px) {
  .hide-sm {
    display: none !important;
  }
}

.w-fit {
  width: fit-content !important;
}

@media (min-width: 768px) {
  .col-md-left {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 1;
  }

  .col-md-right {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 30vw;
    max-width: 30vw;
  }
}
.W100P {
  width: 100%;
}

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

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

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

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

.align-bottom {
  align-items: flex-end !important;
}

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

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

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

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

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

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

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

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

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

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

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
.select2-container {
  margin: 0.5rem 0;
  min-height: 50px;
  width: 100% !important;
}

.select2-container .select2-selection--single, .select2-container .select2-selection--multiple {
  display: flex !important;
  align-items: center;
  min-height: 50px;
  border: 1px solid #FF9900 !important;
  border-radius: 8px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered, .select2-container .select2-selection--multiple .select2-selection__rendered {
  padding-left: 18px !important;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0;
  bottom: 0;
  margin: auto;
}

.select2-container .select2-selection--multiple {
  min-height: 50px !important;
}

.select2-container.select2-container--default.select2-container--open {
  z-index: 99999;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.icon {
  display: inline-block;
}
.icon.icon--link {
  width: 12px;
  height: 12px;
  background: url(../img/icon-link.svg) no-repeat center;
  background-size: contain;
}
.icon.icon--home {
  width: 16px;
  height: 16px;
  background: url(../img/icon-home.svg) no-repeat center;
  background-size: contain;
  min-width: 16px;
  min-height: 16px;
}
.icon.icon--fate {
  width: 16px;
  height: 16px;
  background: url(../img/icon-fate.svg) no-repeat center;
  background-size: contain;
  min-width: 16px;
  min-height: 16px;
}
.icon.icon--suitcase {
  width: 16px;
  height: 16px;
  background: url(../img/icon-suitcase.svg) no-repeat center;
  background-size: contain;
  min-width: 16px;
  min-height: 16px;
}
.icon.icon--people {
  width: 16px;
  height: 16px;
  background: url(../img/icon-people.svg) no-repeat center;
  background-size: contain;
  min-width: 16px;
  min-height: 16px;
}
.icon.icon--alert {
  width: 16px;
  height: 16px;
  background: url(../img/icon-alert.svg) no-repeat center;
  background-size: contain;
  min-width: 16px;
  min-height: 16px;
}
.icon.icon--car {
  width: 16px;
  height: 16px;
  background: url(../img/icon-car.svg) no-repeat center;
  background-size: contain;
  min-width: 16px;
  min-height: 16px;
}
.icon.icon--exclamation {
  width: 16px;
  height: 16px;
  background: url(../img/icon-exclamation.svg) no-repeat center;
  background-size: contain;
  min-width: 16px;
  min-height: 16px;
}
.icon.icon--bell {
  width: 16px;
  height: 16px;
  background: url(../img/icon-bell.svg) no-repeat center;
  background-size: contain;
  min-width: 16px;
  min-height: 16px;
}
.icon.icon--menu {
  width: 25px;
  height: 25px;
  background: url(../img/icon-menu.svg) no-repeat center;
  background-size: contain;
}
.icon.icon--pencil {
  width: 15px;
  height: 15px;
  background: url(../img/icon-pencil.svg) no-repeat center;
  background-size: contain;
}
.icon.icon--eye {
  width: 15px;
  height: 15px;
  background: url(../img/icon-eye.svg) no-repeat center;
  background-size: contain;
}
.icon.icon--trash {
  width: 15px;
  height: 15px;
  background: url(../img/icon-trash.svg) no-repeat center;
  background-size: contain;
}
.icon.icon--check {
  width: 18px;
  height: 18px;
  background: url(../img/icon-check.svg) no-repeat center;
  background-size: contain;
}
.icon.icon--prev {
  width: 8px;
  height: 15px;
  background: url(../img/icon-prev.svg) no-repeat center;
  background-size: contain;
}
.icon.icon--next {
  width: 8px;
  height: 15px;
  background: url(../img/icon-next.svg) no-repeat center;
  background-size: contain;
}
.icon.icon--door {
  width: 40px;
  height: 35px;
  background: url(../img/icon-door.svg) no-repeat center;
  background-size: contain;
}
.icon.icon--check-yellow {
  width: 25px;
  height: 25px;
  background: url(../img/icon-check-yellow.svg) no-repeat center;
  background-size: contain;
}
.icon.icon--user {
  width: 38px;
  height: 38px;
  background: url(../img/icon-user.svg) no-repeat center;
  background-size: contain;
}
.icon.icon--user-circle {
  width: 30px;
  height: 30px;
  background: url(../img/icon-user.svg) no-repeat center;
  background-size: contain;
}
.icon.icon--touch {
  width: 30px;
  height: 30px;
  background: url(../img/icon-touch.svg) no-repeat center;
  background-size: contain;
}
.icon.icon--ex {
  width: 3px;
  height: 15px;
  background: url(../img/icon-ex.svg) no-repeat center;
  background-size: contain;
}
.icon.icon--loader {
  width: 25px;
  height: 25px;
  background: url(../img/icon-loader.svg) no-repeat center;
  background-size: contain;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.icon.icon--loader--yellow {
  width: 35px;
  height: 35px;
  background: url(../img/icon-loader-y.svg) no-repeat center;
  background-size: contain;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.icon.icon--close {
  width: 12px;
  height: 12px;
  background: url(../img/icon-close.svg) no-repeat center;
  background-size: contain;
}
.icon.icon--fire {
  width: 36px;
  height: 36px;
  background: url(../img/icon-fire.svg) no-repeat center;
  background-size: contain;
}
.icon.icon--hand {
  width: 36px;
  height: 36px;
  background: url(../img/icon-hand.svg) no-repeat center;
  background-size: contain;
}
.icon.icon--doctor {
  width: 36px;
  height: 36px;
  background: url(../img/icon-doctor.svg) no-repeat center;
  background-size: contain;
}
.icon.icon--megaphone {
  width: 36px;
  height: 36px;
  background: url(../img/icon-megaphone.svg) no-repeat center;
  background-size: contain;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.link {
  display: flex;
  width: fit-content;
  margin: 0.75rem 0;
  font-size: 12px;
  font-weight: 600;
  align-items: center;
  transition: all 0.4s;
}
.link--grey {
  color: #989898;
  text-decoration: underline;
  font-weight: 700;
}
.link--dark-red {
  color: #BD3563;
}
.link .icon {
  margin-right: 10px;
}
.link:hover {
  text-decoration: underline;
}

.tag {
  display: block;
  width: fit-content;
  margin: 0.5rem 0;
  padding: 7px 15px;
  background-color: #BEBEBE;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: #373430;
  border-radius: 5px;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: fit-content;
  min-height: 50px;
  margin: 0.75rem 0;
  padding: 5px 25px;
  font-size: 16px;
  font-weight: bold;
  color: #373430;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-radius: 25px;
  text-align: center;
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
}
.btn--principal {
  background: #FF9900;
  border: 2px solid #FF9900;
  color: #ffffff;
}
.btn--principal:hover {
  box-shadow: 0 3px 15px rgba(255, 153, 0, 0.55);
}
.btn--secondary {
  background: #989898;
  border: 2px solid #989898;
  color: #ffffff;
}
.btn--secondary:hover {
  background: #AEAEAE;
}
.btn--principal-variant {
  border: 2px solid #FF9900;
  color: #FF9900;
}
.btn--principal-variant:hover {
  background: rgba(255, 153, 0, 0.1);
}
.btn--blocked {
  background: #DBDADA;
  cursor: initial;
}
.btn--white {
  border: 2px solid #ffffff;
  color: #ffffff;
}
.btn--white:hover {
  border: 2px solid #FF9900;
  background: #FF9900;
}
.btn--blue {
  background: #7FB3E8;
  border: 2px solid #7FB3E8;
  color: #ffffff;
}
.btn--blue:hover {
  box-shadow: 0 3px 15px rgba(127, 179, 232, 0.55);
}
.btn--red {
  background: #E85353;
  border: 2px solid #E85353;
  color: #ffffff;
}
.btn--red:hover {
  box-shadow: 0 3px 15px rgba(232, 83, 83, 0.55);
}
.btn--small {
  padding: 5px 20px !important;
  min-height: auto;
  font-size: 14px !important;
  border-radius: 5px;
}
.btn--tag {
  width: auto;
  min-height: auto;
  font-size: 14px;
  border-radius: 25px;
  border: 2px solid #FF9900;
  color: #FF9900;
}
.btn--tag:hover, .btn--tag.active {
  background: #FF9900;
  color: #ffffff;
}
.btn--tag--red {
  background: #E85353;
  color: #ffffff !important;
  border-color: #E85353;
}
.btn--tag--red:hover {
  background: #E85353;
  color: #ffffff !important;
}
.btn--tag--yellow {
  background: #FF9900;
  color: #ffffff !important;
  border-color: #FF9900;
}
.btn--tag--yellow:hover {
  background: #FF9900;
  color: #ffffff !important;
}
.btn--tag--green {
  background: #49BA3F;
  color: #ffffff !important;
  border-color: #49BA3F;
}
.btn--tag--green:hover {
  background: #49BA3F;
  color: #ffffff !important;
}
.btn--nocursor {
  cursor: initial !important;
}
.btn--file {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.btn--box {
  width: 80px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  background-color: #ffffff;
  border: 2px solid #FF9900;
  color: #989898;
}
.btn--box-grey {
  width: 80px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  background-color: #F2F2F2;
  border: 2px solid #F2F2F2;
  color: #989898;
}
.btn--square, .btn--square-variant, .btn--square-red {
  width: 33px;
  height: 33px;
  border-radius: 5px;
  padding: 0;
  margin: 0;
  min-height: auto;
  transition: all 0.4s;
}
.btn--square .icon, .btn--square-variant .icon, .btn--square-red .icon {
  transition: all 0.4s;
}
.btn--square svg, .btn--square-variant svg, .btn--square-red svg {
  width: 18px;
  height: 18px;
}
.btn--square {
  background-color: #FF9900;
  border: 2px solid #FF9900;
  color: #ffffff;
}
.btn--square .icon {
  filter: invert(1);
}
.btn--square-variant {
  background-color: transparent;
  border: 2px solid #FF9900;
  color: #FF9900;
}
.btn--square-variant .icon {
  filter: invert(55%) sepia(99%) saturate(1148%) hue-rotate(359deg) brightness(101%) contrast(110%);
}
.btn--square-variant:hover {
  background-color: #FF9900;
  color: #ffffff;
}
.btn--square-variant:hover .icon {
  filter: invert(100%);
}
.btn--square-red {
  background-color: #E85353;
  border: 2px solid #E85353;
  color: #ffffff;
}
.btn--square-red .icon {
  filter: invert(1);
}
.btn--option {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  width: 50px;
  height: 50px;
  color: #ffffff;
  font-size: 40px;
  font-weight: 800;
  margin: 0;
  padding: 0;
  border-radius: 10px;
}
.btn--option--green {
  background-color: #49BA3F;
}
.btn--option--red {
  background-color: #E85353;
}
.btn--min {
  width: auto;
  min-height: auto;
  font-size: 14px;
  border-radius: 25px;
  padding: 5px 25px;
  border-width: 2px;
}
.btn--row {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.btn--row .btn--col {
  margin: 0 0.5rem;
  flex: 1;
}
.btn--w-auto {
  width: fit-content;
}
.btn--w-max {
  width: 200px;
}
.btn--w-100 {
  width: 100px;
  padding-left: 0;
  padding-right: 0;
}
.btn--w-150 {
  width: 150px;
}
.btn--clean {
  width: auto;
  min-height: auto;
  padding: 0;
  margin: 0;
}
.btn--card {
  display: flex;
  justify-content: flex-start;
  margin: 1rem auto;
  padding: 1rem;
  width: 100%;
  background: #F2F2F2;
  color: #ffffff;
  border-radius: 10px;
  position: relative;
}
.btn--card:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.btn--card span {
  flex: 1;
  color: #373430;
  text-align: left;
  padding: 0 45px;
}
.btn--card .btn--icon {
  width: 33px;
  height: 33px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FF9900;
  color: #ffffff;
  margin-right: 1rem;
  position: absolute;
}
.btn--card .btn--icon svg {
  width: 17px;
  height: 17px;
}
@media (max-width: 768px) {
  .btn-row {
    flex-direction: column;
  }
  .btn-row .btn {
    margin: 0 auto;
    width: 100%;
  }
}

.form__header {
  display: flex;
  align-items: center;
}
.form__header__text {
  flex: 1;
}
.form__header__actions .btn {
  width: auto;
}
.form__title {
  display: block;
  margin-bottom: 1.5rem;
  font-size: 24px;
  font-weight: 800;
  color: #5A5555;
}
.form__title--min {
  font-size: 18px;
}
.form__text {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #373430;
  margin-top: -0.35rem;
  margin-bottom: 1.5rem;
}
.form__text strong {
  color: #FF9900;
  font-weight: 700;
}
.form__row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
}
.form__row .form__item {
  flex: 1;
  margin-bottom: 0;
}
.form__row .form__item__action {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
}
.form__item {
  width: 100%;
  margin-bottom: 0.75rem;
  display: flex;
  flex-direction: column;
}
.form__item > label {
  display: inline-flex;
  align-items: center;
  margin: 0.5rem 0;
  min-height: 16.8px;
  font-size: 14px;
  font-weight: 700;
  color: #5A5555;
}
.form__item > label + .btn {
  margin-top: -4px;
}
.form__item > .btn {
  margin: 0;
}
.form__item .input, .form__item .select {
  display: block;
  width: 100%;
  min-height: 50px;
  padding: 5px 18px;
  font-size: 14px;
  font-weight: 500;
  color: #5A5555;
  background-color: #ffffff;
  border: 1px solid #BEBEBE;
  border-radius: 8px;
  transition: all 0.4s;
  appearance: none;
  resize: none;
}
.form__item .input:hover, .form__item .select:hover {
  border: 1px solid #000000;
}
.form__item .input:focus, .form__item .select:focus {
  border: 1px solid #FF9900;
}
.form__item .input--auto, .form__item .select--auto {
  width: auto;
  min-width: 160px;
}
.form__item .input--date, .form__item .select--date {
  appearance: none;
  background: url(../img/icon-calendar.svg) #ffffff no-repeat calc(100% - 15px);
}
.form__item .input--date::-webkit-inner-spin-button, .form__item .input--date::-webkit-calendar-picker-indicator, .form__item .select--date::-webkit-inner-spin-button, .form__item .select--date::-webkit-calendar-picker-indicator {
  opacity: 0;
  -webkit-appearance: none;
}
.form__item .input--search, .form__item .select--search {
  appearance: none;
  background: url(../img/icon-search.svg) #ffffff no-repeat calc(100% - 15px);
  padding-right: 50px;
}
.form__item .input--search::-webkit-inner-spin-button, .form__item .input--search::-webkit-calendar-picker-indicator, .form__item .select--search::-webkit-inner-spin-button, .form__item .select--search::-webkit-calendar-picker-indicator {
  opacity: 0;
  -webkit-appearance: none;
}
.form__item .css-yk16xz-control, .form__item .css-1pahdxg-control {
  display: flex;
  width: 100%;
  min-height: 50px;
  padding: 5px 18px;
  font-size: 14px;
  font-weight: 500;
  color: #5A5555;
  background-color: #ffffff;
  border: 1px solid #BEBEBE;
  border-radius: 8px;
  transition: all 0.4s;
  appearance: none;
  resize: none;
}
.form__item .css-yk16xz-control:hover, .form__item .css-1pahdxg-control:hover {
  border: 1px solid #000000;
}
.form__item .css-yk16xz-control:focus, .form__item .css-1pahdxg-control:focus {
  border: 1px solid #FF9900;
}
.form__item .css-yk16xz-control .css-1okebmr-indicatorSeparator, .form__item .css-1pahdxg-control .css-1okebmr-indicatorSeparator {
  display: none;
}
.form__item .textarea {
  display: block;
  width: 100%;
  min-height: 50px;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 500;
  color: #5A5555;
  background-color: #ffffff;
  border: 1px solid #BEBEBE;
  border-radius: 8px;
  transition: all 0.4s;
  appearance: none;
  resize: none;
  font-family: "Montserrat", sans-serif;
}
.form__item .select:hover {
  border-color: #FF9900;
}
.form__item .input::placeholder, .form__item .textarea::placeholder {
  color: #BEBEBE;
}
.form__item .input:not(:placeholder-shown), .form__item .textarea:not(:placeholder-shown) {
  color: #5A5555;
  border: 1px solid #FF9900;
}
.form__item .input.active, .form__item .textarea.active {
  color: #5A5555;
  border: 1px solid #FF9900;
}
.form__item .input.error, .form__item .textarea.error {
  color: #E85353;
  border: 1px solid #E85353;
}
.form__item .input.blocked, .form__item .textarea.blocked {
  background-color: #DBDADA;
  border: 1px solid #C7C7C7;
}
.form__item .select {
  background: url(../img/icon-select.svg) #ffffff no-repeat calc(100% - 15px);
  border: 1px solid #FF9900;
}
.form__item .checkbox {
  display: flex;
  align-items: center;
  margin: 1rem 0;
  cursor: pointer;
}
.form__item .checkbox__input {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  padding: 0;
}
.form__item .checkbox__checkmark {
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  margin: 0 0.5rem 0 0;
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  border: 1px solid #BEBEBE;
  border-radius: 5px;
  position: relative;
  transition: all 0.4s;
}
.form__item .checkbox__checkmark::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 3px;
  background-color: #FF9900;
  position: absolute;
  opacity: 0;
  transition: all 0.4s;
}
.form__item .checkbox__text {
  color: #5A5555;
  font-size: 14px;
  font-weight: 500;
}
.form__item .checkbox__input:checked + .checkbox__checkmark {
  border: 1px solid #FF9900;
}
.form__item .checkbox__input:checked + .checkbox__checkmark::before {
  opacity: 1;
}
.form__item .checkbox:hover .checkbox__checkmark {
  border: 1px solid #FF9900;
}
.form__item .radio {
  display: flex;
  align-items: center;
  margin: 1rem 0;
  cursor: pointer;
}
.form__item .radio__input {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  padding: 0;
}
.form__item .radio__checkmark {
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  margin: 0 0.5rem 0 0;
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  border: 1px solid #BEBEBE;
  border-radius: 50%;
  position: relative;
}
.form__item .radio__checkmark::before {
  content: "";
  display: block;
  background-color: #FF9900;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  position: absolute;
  opacity: 0;
  transition: all 0.4s;
}
.form__item .radio__text {
  color: #5A5555;
  font-size: 14px;
  font-weight: 500;
}
.form__item .radio__input:checked + .radio__checkmark::before {
  opacity: 1;
}
.form__item .file {
  display: flex;
}
.form__item .file__text {
  margin-right: 0.5rem;
  padding: 16px 18px;
  color: #5A5555;
  border: 1px solid #FF9900;
  border-radius: 8px;
  width: 100%;
}
.form__item .file__btn {
  width: fit-content;
  margin-left: 0.5rem;
  position: relative;
}
.form__item .file__btn .btn {
  padding-left: 5px;
  padding-right: 5px;
  margin: 0;
  border-radius: 15px;
}
.form__item .file__btn input[type=file] {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.form__item span.error {
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  color: #E85353;
  margin: 0.5rem 0 1rem;
}
.form__item--min .input, .form__item--min .select, .form__item--min .textarea, .form__item--min .css-yk16xz-control, .form__item--min .css-1pahdxg-control {
  min-height: 33px;
  font-size: 12px;
}
.form__item__icon {
  position: relative;
}
.form__item__icon button {
  cursor: pointer;
  transition: all 0.4s;
}
.form__item__icon button:hover {
  color: #373430;
}
.form__item__icon .input {
  padding: 5px 40px 5px 18px;
}
.form__item__icon .input__icon {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  padding: 0 10px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #BEBEBE;
}
.form__item__icon .input__icon svg {
  width: 22px;
  height: 22px;
}
.form__states {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.form__state {
  width: 100%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 6px 3px 0;
  display: flex;
}
.form__state .checkbox__input {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  padding: 0;
}
.form__state .checkbox__tag {
  width: 100%;
  display: block;
  padding: 5px 15px;
  background-color: #BEBEBE;
  border-radius: 5px;
  color: #5A5555;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.4s;
}
.form__state .checkbox__input:checked + .checkbox__tag {
  background-color: #FF9900;
  color: #ffffff;
}
.form--inner .form__item .input, .form--inner .form__item .file, .form--inner .form__item .select, .form--inner .form__item .select2-container, .form--inner .form__item .textarea, .form--inner .form__item .css-yk16xz-control, .form--inner .form__item .css-1pahdxg-control {
  max-width: 306px !important;
}
.form--inner .form__item__icon {
  max-width: 306px !important;
}
.form--inner .form__item__btn {
  max-width: 306px !important;
}
.form--min {
  max-width: 90%;
  margin: 0 auto;
}
.form--config {
  max-width: 640px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .form__header {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .form__header__text {
    flex: 0 0 100%;
    width: 100%;
  }
  .form__header__actions {
    flex: 0 0 100%;
    width: 100%;
  }
  .form__header__actions .btn {
    width: auto;
  }
  .form__item {
    margin-bottom: 1rem;
  }
  .form__item .input, .form__item .textarea, .form__item .select {
    display: flex;
    align-items: center;
  }
  .form__item .file {
    display: flex;
    flex-direction: column;
  }
  .form__item .file__text {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  .form__item .file__btn {
    width: 100%;
    margin-left: 0;
    position: relative;
  }
  .form__item .file__btn .btn {
    margin: 0;
  }
  .form__item span.error {
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    color: #E85353;
    margin: -0.5rem 0 1rem;
  }
  .form__state {
    padding: 0 6px 3px 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .form__state .checkbox__tag {
    width: 100%;
    display: block;
    padding: 8px 5px;
  }
}

.card {
  width: 100%;
  padding: 1.25rem 1.875rem;
  margin-bottom: 1.875rem;
  background-color: #ffffff;
  border-radius: 15px;
}
.card .text {
  word-break: break-all;
}
@media (max-width: 768px) {
  .card {
    padding: 1.25rem 15px;
  }
}
.card__header {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  margin-bottom: 1rem;
}
.card__header__text {
  flex: 1;
}
.card__header__img {
  width: 65px;
  height: 65px;
}
.card__footer {
  display: flex;
  width: calc(100% + 3.75rem);
  margin: 2rem -1.875rem -1.25rem -1.875rem;
  padding: 1.5rem 1rem 1rem;
  background-color: #FF9900;
  position: relative;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.card__footer__number {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background-color: #FF9900;
  font-weight: bold;
  color: #000000;
  top: -16px;
  right: 0;
  left: 0;
  margin: auto;
}
.card__footer__title {
  display: block;
  width: 100%;
  text-align: center;
  color: #000000;
  font-weight: 700;
  font-size: 14px;
}
.card__activities {
  margin-top: 1rem;
  overflow-y: auto;
  max-height: 180px;
  /* width */
  /* Track */
  /* Handle */
}
.card__activities p {
  display: block;
  margin-bottom: 0.75rem;
}
.card__activities::-webkit-scrollbar {
  width: 10px;
}
.card__activities::-webkit-scrollbar-track {
  background: #e3e3e3;
  border-radius: 5px;
}
.card__activities::-webkit-scrollbar-thumb {
  background: #eb9e21;
  border-radius: 5px;
}

.card-dashboard {
  display: block;
  padding: 1.25rem 1.25rem;
  transition: all 0.4s;
}
.card-dashboard:hover {
  box-shadow: 0 3px 3px 6px rgba(0, 0, 0, 0.1);
}
.card-dashboard .img img {
  height: 110px;
  object-fit: contain;
}
.card-dashboard .title {
  margin: 0.5rem auto 2rem;
  height: 35px;
}
.card-dashboard .card__footer {
  width: calc(100% + 2.5rem);
  margin: 2rem -1.25rem -1.25rem -1.25rem;
  padding: 1.5rem 0.5rem 1rem;
}

.card-notify {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #BEBEBE;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border: 2px solid;
  margin: 1rem auto;
  padding: 0.75rem 0;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  min-width: 150px;
  min-height: 90px;
  position: relative;
}
.card-notify__row {
  display: flex;
  flex-wrap: wrap;
}
.card-notify__col {
  flex: 0 0 31%;
  max-width: 31%;
  margin: 0.5rem auto;
}
@media (max-width: 768px) {
  .card-notify__col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.card-notify__icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background-color: #BEBEBE;
  color: #ffffff;
  top: -11px;
  right: 5px;
}
.card-notify__number {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 31px;
  font-weight: 800;
}
.card-notify__text {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 20px;
  font-weight: 800;
}
.card-notify--red {
  background-color: #E85353;
  color: #ffffff;
  border-color: #E85353;
}
.card-notify--red .card-notify__icon {
  background-color: #E85353;
}
.card-notify--yellow {
  background-color: #FF9900;
  color: #000000;
  border-color: #FF9900;
}
.card-notify--yellow .card-notify__icon {
  background-color: #FF9900;
}
.card-notify--bordered {
  background-color: transparent;
  border-color: #FF9900;
  color: #FF9900;
  transition: all 0.4s;
}
.card-notify--bordered .card-notify__number {
  transition: all 0.4s;
}
.card-notify--bordered:hover {
  background-color: #FF9900;
  color: #ffffff;
}
.card-notify--bordered:hover .card-notify__number {
  filter: brightness(0) invert(1);
}
.card-notify--green {
  background-color: #49BA3F;
  color: #ffffff;
  border-color: #49BA3F;
}
.card-notify--green .card-notify__icon {
  background-color: #49BA3F;
}

.card-steps {
  display: block;
  margin: 1rem 0;
  padding: 0.5rem 1rem;
  width: 100%;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background-color: #F2F2F2;
}
.card-steps__content {
  flex: 1;
}
.card-steps__title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin: 0.5rem 0;
  color: #000000;
}
.card-steps__text {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin: 0.5rem 0;
  color: #5A5555;
}
.card-steps.d-flex {
  align-items: center;
}

.card-inner {
  width: 100%;
  background-color: #F9F9F9;
  border-radius: 15px;
  padding: 1rem;
}
.card-inner__title {
  display: block;
  font-size: 18px;
  font-weight: 800;
  color: #FF9900;
}
.card-inner__content {
  background-color: #ffffff;
  border-radius: 15px;
  margin: 0.5rem 0 1rem;
  padding: 5px 5px;
}
.card-inner--closed .card-inner__header {
  padding-bottom: 15px;
}
.card-inner--closed .card-inner__header__close .icon.icon--minus {
  width: 21px;
  height: 21px;
  background: url(../img/icon-plus.svg) no-repeat center;
  background-size: contain;
}
.card-inner--closed .card-inner__body {
  max-height: 0px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.card-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: calc(100% - 1rem);
  padding: 1.25rem 1.875rem;
  margin-bottom: 1.875rem;
  background-color: #ffffff;
  border-radius: 15px;
}
.card-side__img {
  width: 100%;
  height: 185px;
  margin: 2rem 0;
}
.card-side__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.card-side__check {
  display: flex;
  justify-content: center;
  margin: 0.5rem 0;
}
.card-side__title {
  display: block;
  margin: 1rem 0;
  width: 100%;
  text-align: center;
  color: #000000;
  font-size: 24px;
  font-weight: 800;
}
.card-side__action {
  display: block;
  margin: 0 auto;
  width: 80%;
}

.card-change {
  width: 100%;
  margin: 1rem 0;
  padding: 15px;
  border-radius: 10px;
  background-color: rgba(153, 101, 225, 0.14);
}
.card-change__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-change__header__title {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #5A5555;
}
.card-change__header__title .icon {
  margin-right: 0.5rem;
}
.card-change__header__date {
  font-size: 12px;
  font-weight: bold;
  color: #5A5555;
}
.card-change__item {
  margin: 0.5rem 0;
  padding-left: calc(22px + .5rem);
}
.card-change__item__title {
  display: block;
  margin: 0.5rem 0 0;
  font-size: 12px;
  font-weight: bold;
  color: #5A5555;
}
.card-change__item__state {
  display: flex;
  align-items: center;
  margin: 0.25rem 0;
  font-size: 12px;
  font-weight: lighter;
  color: #5A5555;
}
.card-change__item__state .icon {
  margin: 0 0.5rem;
}
.card-change__separator {
  display: block;
  position: relative;
  width: 5px;
  height: 25px;
  margin: 15px 0 15px 25px;
  border-radius: 25px;
  background-color: rgba(153, 101, 225, 0.14);
}
.card-change__separator::before, .card-change__separator::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: rgba(153, 101, 225, 0.14);
  display: block;
  position: absolute;
}
.card-change__separator::before {
  top: -10px;
  left: 0;
}
.card-change__separator::after {
  bottom: -10px;
  left: 0;
}

.card-min {
  width: 85%;
  margin: 0 auto;
}
.card-min .input {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.card-list {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.card-list__item {
  width: 100%;
  min-width: 640px;
  margin: 0.75rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 40px;
}
.card-list__item__title {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 35%;
  flex: 0 0 35%;
  padding: 0 20px;
}
.card-list__item__title label {
  font-size: 14px;
  font-weight: 700;
  color: #9965E1;
}
.card-list__item__inputs {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 65%;
  flex: 0 0 65%;
  padding: 0 5px 0 10px;
}
.card-list__item__inputs span {
  font-size: 14px;
  font-weight: 600;
  color: #5A5555;
}
.card-list__item__inputs .form__item {
  margin-bottom: 0;
}
.card-list__item__inputs .form__item .input, .card-list__item__inputs .form__item .textarea, .card-list__item__inputs .form__item .select {
  margin: 0;
  min-height: 40px;
}
.card-list__item__inputs .btn {
  margin: 0;
  min-height: 40px;
}
.card-list__item__inputs .row {
  width: calc(100% + 30px);
}
.card-list__item__inputs .select2-container {
  min-height: 40px;
}
.card-list__item__inputs .select2-container .select2-selection--single {
  min-height: 40px !important;
}
.card-list__item.disabled {
  background-color: #ffffff;
  border-radius: 8px;
}

.card-profile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: calc(100% - 1rem);
  padding: 1.25rem 1.875rem;
  margin-bottom: 1.875rem;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.card-profile__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 2rem auto 0;
  width: 100%;
  height: 205px;
  background: url(../img/profile-back.svg) no-repeat center;
  background-size: contain;
}
.card-profile__header__img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  border-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  overflow: hidden;
  margin: auto auto 0;
}
.card-profile__header__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-profile__data__link {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: auto;
  text-align: center;
  font-size: 10px;
  color: #FF9900;
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
.card-profile__data__link:hover {
  text-decoration: underline;
}
.card-profile__data__file {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  font-size: 0;
}
.card-profile__data__file:hover + span {
  text-decoration: underline;
}
.card-profile__data .name {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 1rem;
}
.card-profile__body {
  margin: 1rem auto;
  width: 100%;
  max-width: 365px;
}

.card-link {
  width: 100%;
  display: flex;
  align-items: center;
  background: #F2F2F2;
  margin-bottom: 0.5rem;
  padding: 0 1rem;
  border-radius: 5px;
}
.card-link__img {
  width: 82px;
  height: 82px;
}
.card-link__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.card-link__content, .card-link__number {
  flex: 1;
  padding: 0 1rem;
}
.card-link__content .title, .card-link__number .title {
  display: block;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto;
}
.card-link__content .text, .card-link__number .text {
  display: block;
  color: #000000;
  font-size: 14px;
  font-weight: lighter;
  margin: 0 auto;
}
.card-link__full {
  width: calc(100% - 40px);
  padding: 1rem;
}
.card-link__full .title {
  display: block;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto;
  overflow-wrap: break-word;
}
.card-link__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #FF9900;
  color: #ffffff;
}
.card-link__icon svg {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.card-link__container {
  width: calc(100% - 1rem);
  max-width: 430px;
  margin: 1rem auto;
}
.card-link--min .card-link__content {
  width: 90px;
  flex: none;
  padding: 0;
}
.card-link--min .card-link__content .title {
  font-size: 12px;
  font-weight: lighter;
  color: #BEBEBE;
}
.card-link--min .card-link__number {
  padding: 0 0.5rem;
}
.card-link--min .card-link__number span {
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 12px;
  color: #FF9900;
  text-align: left;
}
.card-link--min .card-link__icon {
  background: transparent;
  color: #FF9900;
}
.card-link--expand {
  flex-direction: column;
}
.card-link--expand .card-link__content {
  width: 90px;
  flex: none;
  padding: 0;
}
.card-link--expand .card-link__content .title {
  font-size: 12px;
  font-weight: lighter;
  color: #989898;
}
.card-link--expand .card-link__number {
  padding: 0 0.5rem;
}
.card-link--expand .card-link__number span {
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 12px;
  color: #FF9900;
  text-align: left;
}
.card-link--expand .card-link__icon {
  background: transparent;
  color: #FF9900;
}
.card-link__header {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}
.card-link__header .card-link__icon {
  transform: rotate(90deg);
}
.card-link__body {
  width: 100%;
  max-height: 800px;
  overflow: hidden;
  transition: all 0.4s;
  margin-top: 0.5rem;
}
.card-link__body table {
  margin-top: 0;
}
.card-link__body.closed {
  max-height: 0;
}

.card-door {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  margin: 0.5rem auto;
  padding: 0.75rem 0;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  min-height: 140px;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.card-door__icon {
  display: block;
  width: 34.87px;
  height: 49px;
  margin: auto auto 1rem;
}
.card-door__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.card-door__text {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
}
.card-door__text strong {
  color: #FF9900;
}

.table {
  width: 100%;
  display: table;
  margin: 0.625rem 0;
  border-spacing: 0 10px;
}
.table__responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table__responsive .table {
  min-width: 640px;
}
.table__header {
  display: table-header-group;
}
.table__header__tr {
  display: table-row;
}
.table__header__td {
  display: table-cell;
  min-width: 110px;
  padding: 15px;
  vertical-align: middle;
  text-align: center;
}
.table__header__td span {
  display: block;
  width: 100%;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
}
.table__header__td--checkbox .form__item {
  margin: 0;
}
.table__header__td--checkbox .form__item .checkbox, .table__header__td--checkbox .form__item .radio {
  margin: 0 auto;
  width: 24px;
}
.table__header__td--checkbox .form__item .checkbox__checkmark, .table__header__td--checkbox .form__item .radio__checkmark {
  margin: 0;
}
.table__header__td--min {
  min-width: auto;
}
.table__body {
  display: table-row-group;
}
.table__body__tr {
  display: table-row;
  background-color: #F9F9F9;
  margin: 1rem 0;
}
.table__body__tr--disabled {
  background-color: #E8E8E8;
}
.table__body__tr--disabled .table__body__td span {
  color: rgba(0, 0, 0, 0.5);
}
.table__body__tr--disabled .table__body__td span strong {
  color: black;
}
.table__body__td {
  display: table-cell;
  padding: 8px 15px;
  vertical-align: middle;
  text-align: center;
}
.table__body__td:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.table__body__td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.table__body__td > span {
  display: flex;
  width: 100%;
  color: #5A5555;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  min-height: 30px;
  min-height: 30px;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.table__body__td > span.btn--tag {
  width: auto;
}
.table__body__td > span.table__body__img {
  width: 120px;
  height: 50px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.table__body__td > span.table__body__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.table__body__td > span.table__body__img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
}
.table__body__td--checkbox .form__item {
  margin: 0;
}
.table__body__td--checkbox .form__item .checkbox, .table__body__td--checkbox .form__item .radio {
  margin: 0 auto;
  width: 24px;
}
.table__body__td--checkbox .form__item .checkbox__checkmark, .table__body__td--checkbox .form__item .radio__checkmark {
  margin: 0;
}
.table__body__td--max span {
  max-width: 300px;
  word-break: break-all;
}
.table__body__td .btn {
  margin: 0 0.5rem;
}
.table__body--alternative .table__body__tr {
  background: none;
}
.table__body--alternative .table__body__td {
  display: table-cell;
  padding: 8px 15px;
  vertical-align: middle;
  text-align: center;
  background: #F2F2F2;
}
.table__body--alternative .table__body__td:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.table__body--alternative .table__body__td:nth-last-child(2) {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.table__body--alternative .table__body__td:last-child {
  background: none;
}
.table__paginate {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}
.table__paginate__prev, .table__paginate__item, .table__paginate__next {
  margin: 0 0.5rem;
}
.table__paginate__prev button, .table__paginate__prev a, .table__paginate__item button, .table__paginate__item a, .table__paginate__next button, .table__paginate__next a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 43px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}
.table__paginate__prev button, .table__paginate__prev a, .table__paginate__next button, .table__paginate__next a {
  background: transparent;
  border: none;
}
.table__paginate__prev button .icon, .table__paginate__prev a .icon, .table__paginate__next button .icon, .table__paginate__next a .icon {
  filter: invert(52%) sepia(74%) saturate(830%) hue-rotate(2deg) brightness(105%) contrast(102%);
}
.table__paginate__prev button.disabled .icon, .table__paginate__prev a.disabled .icon, .table__paginate__next button.disabled .icon, .table__paginate__next a.disabled .icon {
  filter: invert(92%) sepia(1%) saturate(271%) hue-rotate(35deg) brightness(87%) contrast(91%);
}
.table__paginate__item button, .table__paginate__item a {
  background: #EAEAEA;
  color: #373430;
  border: none;
}
.table__paginate__item.active button, .table__paginate__item.active a {
  background: #FF9900;
  color: #ffffff;
}
.table__msg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 90px;
}
.table__msg p {
  display: block;
  color: #BEBEBE;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.table__space {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 400px;
}
.table__space span {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #DDD;
}
@media (max-width: 768px) {
  .table__paginate__prev, .table__paginate__item, .table__paginate__next {
    margin: 0 0.5rem;
  }
  .table__paginate__prev button, .table__paginate__prev a, .table__paginate__item button, .table__paginate__item a, .table__paginate__next button, .table__paginate__next a {
    width: 30px;
    height: 30px;
  }
}

.dashboard__graph {
  width: 100%;
  max-width: 530px;
  height: 300px;
}
.dashboard__graph__labels {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 1.5rem;
}
.dashboard__graph__label {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.dashboard__graph__label__text {
  display: block;
  width: 200px;
  font-size: 15px;
  font-weight: 700;
  color: #5A5555;
}
.dashboard__graph__label__cant {
  display: block;
  margin: 0 0.5rem;
  color: #FF9900;
  font-size: 15px;
  font-weight: 800;
}

.dashboard-title {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  background: #ffffff;
  border-radius: 15px;
  margin: 20px 0 15px;
  padding: 15px 25px;
  align-items: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  top: -100%;
}
.dashboard-title__container {
  display: flex;
}
.dashboard-title__avatar {
  margin-right: 1rem;
  width: 84px;
  height: 84px;
}
.dashboard-title__avatar__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 2px solid #9965E1;
  overflow: hidden;
}
.dashboard-title__avatar__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dashboard-title__logo__img {
  margin-top: -13px;
}
.dashboard-title__logo__img img {
  object-fit: contain;
  width: 178px;
  height: 130px;
}
.dashboard-title__logo__icon {
  width: 30px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashboard-title__logo__icon img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.dashboard-title__content {
  display: flex;
  flex: 1;
  align-items: center;
}
.dashboard-title__content > .d-flex {
  width: 100%;
}
.dashboard-title__content__return {
  width: 27px;
  height: 27px;
  color: #CECECE;
  margin-right: 1rem;
  transition: all 0.4s;
}
.dashboard-title__content__return:hover {
  color: #989898;
}
.dashboard-title__content__title {
  display: block;
  font-size: 22px;
  font-weight: bold;
  width: 100%;
  max-width: 210px;
}
.dashboard-title__content__enclosure {
  padding-right: 4rem;
}
.dashboard-title__content__select {
  width: 430px;
}
.dashboard-title__content__select .form__item {
  margin: 0;
}
.dashboard-title__content__breadcrumb {
  display: flex;
  flex-wrap: wrap;
}
.dashboard-title__content__breadcrumb__link {
  margin-right: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: lighter;
  text-decoration: underline;
  cursor: pointer;
}
.dashboard-title__content__breadcrumb__item {
  margin-right: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: lighter;
}
.dashboard-title__content .form__item {
  margin-left: 1rem;
  max-width: 280px;
}
.dashboard-title__actions {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.dashboard-title__actions .btn {
  width: 190px;
  max-width: 100%;
}
.dashboard-title__actions a {
  width: 42px;
  height: 42px;
}
.dashboard-title__actions a img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}
.dashboard-title__actions .info {
  margin-right: 0.5rem;
}
.dashboard-title__actions .info_title {
  display: block;
  font-size: 20px;
  font-weight: bold;
}
.dashboard-title__actions .info_work {
  display: block;
  text-align: right;
  font-size: 12px;
  color: #FF9900;
}
.dashboard-title__session {
  margin-left: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 3px solid #FF9900;
  color: #FF9900;
  transition: all 0.4s;
}
.dashboard-title__session svg {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.dashboard-title__session:hover {
  background-color: #FF9900;
  color: #ffffff;
}
.dashboard-title__trigger {
  display: none;
}
@media (min-width: 769px) {
  .dashboard-title__trigger {
    width: 100vw;
    height: 100%;
    position: absolute;
    right: -1rem;
    bottom: 0;
    pointer-events: none;
    display: block;
  }
  .dashboard-title__trigger > button {
    pointer-events: all;
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #ffffff;
    border: none;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FF9900;
    cursor: pointer;
    border: 1px solid rgba(55, 52, 48, 0.2);
    transition: all 0.4s;
  }
  .dashboard-title__trigger > button svg {
    transition: all 0.4s;
    transform: rotate(180deg);
  }
  .dashboard-title__trigger > button:hover {
    background-color: #f0f0f0;
  }
  .dashboard-title__box {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    transition: all 0.4s;
  }
  .dashboard-title__box .dashboard-title {
    transition: all 0.4s;
  }
  .dashboard-title__box .dashboard-title__header {
    position: relative;
    overflow: hidden;
  }
  .dashboard-title__box.closed {
    margin-bottom: 45px;
  }
  .dashboard-title__box.closed .dashboard-title {
    margin-top: -150px;
  }
  .dashboard-title__box.closed .dashboard-title__trigger > button {
    bottom: -30px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .dashboard-title__box.closed .dashboard-title__trigger > button svg {
    transform: rotate(0deg);
  }
}
@media (max-width: 768px) {
  .dashboard-title {
    padding: 15px 15px;
    margin-top: 0;
  }
  .dashboard-title__container {
    flex-direction: column;
  }
  .dashboard-title__avatar {
    display: none;
  }
  .dashboard-title__logo {
    order: 2;
  }
  .dashboard-title__logo__img {
    margin-top: -13px;
  }
  .dashboard-title__logo__img img {
    object-fit: contain;
    width: 140px;
    height: 130px;
  }
  .dashboard-title__content {
    order: 1;
    padding-left: 0;
    width: 100%;
    flex-wrap: wrap;
  }
  .dashboard-title__content .d-flex {
    flex-direction: column;
  }
  .dashboard-title__content .form__item {
    margin-left: 0;
  }
  .dashboard-title__content__return {
    width: 27px;
    height: 27px;
    color: #CECECE;
    margin-right: auto;
    transition: all 0.4s;
    flex: 0 0 27px;
    max-width: 27px;
  }
  .dashboard-title__content__return:hover {
    color: #989898;
  }
  .dashboard-title__content__title {
    display: block;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    width: 100%;
    max-width: none;
    margin-bottom: 0.5rem;
    flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
  }
  .dashboard-title__content__select {
    width: 100%;
    flex: 0 0 calc(100% );
    max-width: calc(100% );
  }
  .dashboard-title__content__select .form__item {
    margin: 0;
    max-width: none;
  }
  .dashboard-title__actions {
    display: flex;
    align-items: center;
  }
  .dashboard-title__actions .btn {
    width: 190px;
    max-width: 100%;
  }
  .dashboard-title__session {
    display: none;
  }
}

.dashboard-card {
  width: 100%;
  padding: 1.25rem 1.875rem;
  margin-bottom: 1.875rem;
  background-color: #F6F7FB;
  border-radius: 15px;
}
.dashboard-card__name {
  display: flex;
  align-items: center;
}
.dashboard-card__name__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  background-color: #9965E1;
  margin-right: 5px;
}
.dashboard-card__name__icon .icon {
  filter: brightness(0) invert(1);
}
.dashboard-card__name span {
  font-size: 14px;
  font-weight: 700;
  color: #5A5555;
}
.dashboard-card__title {
  display: block;
  margin: 0.25rem 0;
  font-size: 36px;
  font-weight: 600;
  color: #5A5555;
}
.dashboard-card__sub {
  display: block;
  margin: 0.35rem 0;
  font-size: 12px;
  font-weight: 500;
  color: #5A5555;
}
.dashboard-card--bordered {
  border: 1px solid #E8E8E8;
}
.dashboard-card--purple {
  background-color: rgba(153, 101, 225, 0.14);
  padding: 12px 25px;
}
.dashboard-card--purple .dashboard-card__title {
  color: #9965E1;
}
@media (max-width: 768px) {
  .dashboard-card {
    padding: 1.25rem 15px;
  }
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  align-content: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99999;
}
.modal.active {
  display: flex;
}
.modal__content {
  width: 95%;
  max-width: 835px;
  margin: auto;
}
.modal__content--table {
  max-width: 720px;
  margin: auto;
}
.modal__content--md {
  max-width: 642px;
  margin: auto;
}
.modal__header {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  min-height: 70px;
  margin-bottom: -20px;
  position: relative;
}
.modal__header__img {
  display: block;
  width: 230px;
  height: 210px;
  margin: 0 auto -45px;
  transform: translateY(-20px);
  position: relative;
  z-index: 1;
}
.modal__header__img img {
  display: block;
  width: 230px;
  height: 210px;
  object-fit: contain;
}
.modal__header--success {
  background: #49BA3F;
}
.modal__header--error {
  background: #DB6C6C;
}
.modal__header .btn--close {
  position: absolute;
  top: 10px;
  right: 15px;
  width: fit-content;
  padding: 0;
  min-height: 0;
}
.modal__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 30px 20px;
  background-color: #ffffff;
  border-radius: 15px;
  min-height: 200px;
  max-height: 85vh;
  overflow: auto;
  position: relative;
}
.modal__body__title {
  display: block;
  width: 100%;
  margin: 0.5rem auto 1rem;
  color: #5A5555;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.modal__body__title--max {
  max-width: 200px;
}
.modal__body__text {
  display: block;
  width: 100%;
  margin: 0.5rem auto 0.5rem;
  color: #5A5555;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
.modal__body__text strong {
  font-weight: 700;
  color: #9965E1;
}
.modal__body__text a {
  color: #9965E1;
  font-weight: 500;
}

.alarms__item {
  display: flex;
  align-items: center;
  width: 100%;
  background: #F2F2F2;
  padding: 1rem;
  border-radius: 15px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  margin: 1rem 0;
}
.alarms__item__content {
  flex: 1;
}
.alarms__item__content .title {
  display: block;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
.alarms__item__content .text {
  display: block;
  margin: 0;
  font-size: 14px;
}
.alarms__item__action .btn {
  margin: 0 auto;
}
.alarms__cards {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 75%;
  margin: 0 auto;
}
.alarms__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: calc(25% - 1rem);
  flex: 0 0 calc(25% - 1rem);
  margin: 0.5rem;
  background: #F2F2F2;
  border-radius: 15px;
  padding: 1rem;
}
.alarms__card .icon {
  display: block;
  width: 26px;
  height: 26px;
  margin: 0.5rem 0;
  color: #FF9900;
}
.alarms__card .title {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}
.alarms__card .name {
  display: block;
  font-size: 14px;
}
@media (max-width: 768px) {
  .alarms__item__action {
    width: 96px;
  }
  .alarms__item__action .btn {
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 15px;
  }
  .alarms__cards {
    max-width: 90%;
  }
  .alarms__card {
    max-width: calc(50% - 1rem);
    flex: 0 0 calc(50% - 1rem);
  }
}

.alert__container {
  top: 0;
  right: -2px;
  position: fixed;
  padding: 10px 0 0;
  width: 95%;
  max-width: 425px;
}
.alert__item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 0.75rem auto;
  border: 2px solid #BEBEBE;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background: #BEBEBE;
  box-shadow: 0 3px 6px rgba(153, 101, 225, 0.16);
  position: relative;
}
.alert__item__icon {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 90px;
  height: 100%;
  margin: auto;
}
.alert__item__content {
  flex: 1;
  background-color: #ffffff;
  padding: 1rem 0.5rem 0;
}
.alert__item__content .btn {
  background-color: #BEBEBE;
}
.alert__item__title {
  display: block;
  margin: 0 0 0.5rem;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
}
.alert__item__text {
  display: block;
  margin: 0 0 0.5rem;
  color: #000000;
  font-size: 12px;
  font-weight: 500;
}
.alert__item__text a, .alert__item__text strong {
  font-weight: 700;
}
.alert__item__close {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #BEBEBE;
  border-radius: 50%;
  border: none;
  padding: 0;
  position: absolute;
  top: 10px;
  right: 5px;
  bottom: 0;
  margin: 0 0 auto auto;
  width: 23px;
  height: 23px;
  cursor: pointer;
}
.alert__item--danger {
  background-color: #E85353;
  border: 2px solid #E85353;
}
.alert__item--danger .alert__item__content .btn {
  background-color: #E85353;
  color: #ffffff;
}
.alert__item--danger .alert__item__close {
  background-color: #E85353;
}
.alert__item--warning {
  background-color: #FF9900;
  border: 2px solid #FF9900;
}
.alert__item--warning .alert__item__content .btn {
  background-color: #FF9900;
  color: #ffffff;
}
.alert__item--warning .alert__item__close {
  background-color: #FF9900;
}
.alert__item--soft {
  background-color: #49BA3F;
  border: 2px solid #49BA3F;
}
.alert__item--soft .alert__item__content .btn {
  background-color: #49BA3F;
  color: #ffffff;
}
.alert__item--soft .alert__item__close {
  background-color: #49BA3F;
}
@media (max-width: 768px) {
  .alert__container {
    top: 0;
    right: 0;
    position: fixed;
    padding: 85px 0 0;
  }
}

.graph__labels {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 1.5rem;
}
.graph__label {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.graph__label__text {
  display: block;
  width: 100px;
  font-size: 12px;
  font-weight: 700;
  color: #5A5555;
}
.graph__label__visits {
  width: 65px;
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 1rem;
}
.graph__label__visit {
  display: block;
  background-color: #FF9900;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 0 0.25rem;
}
.graph__label__visit__more {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 2px;
  background-color: #FF9900;
  top: 0;
  right: 0;
}
.graph__label__visit__more::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FF9900;
  transform: rotate(90deg);
}
.graph__label__cant {
  color: #FF9900;
  font-size: 12px;
  font-weight: 800;
}
.graph--pie .graph__labels {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 1.5rem;
}
.graph--pie .graph__label {
  width: 100%;
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.graph--pie .graph__label__color {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 8px;
  background-color: #5A5555;
}
.graph--pie .graph__label__color--orange {
  background-color: #D46754;
}
.graph--pie .graph__label__color--dark-red {
  background-color: #BD3563;
}
.graph--pie .graph__label__color--purple {
  background-color: #9965E1;
}
.graph--pie .graph__label__color--dark-blue {
  background-color: #162040;
}
.graph--pie .graph__label__color--green {
  background-color: #49BA3F;
}
.graph--pie .graph__label__color--soft-orange {
  background-color: #DB955D;
}
.graph--pie .graph__label__text {
  font-size: 12px;
  font-weight: 700;
  color: #5A5555;
}

.parking__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  background-color: #ffffff;
  border-radius: 15px;
  border: 1px solid #49BA3F;
  padding: 25px;
  margin-bottom: 1.5rem;
  min-height: 300px;
}
.parking__item__img {
  width: 100%;
  height: 100px;
  margin: 0;
}
.parking__item__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.parking__item__icon {
  margin: 0.5rem 0;
  display: flex;
  justify-content: center;
}
.parking__item__icon .icon {
  width: 16px;
  height: 16px;
}
.parking__item__title {
  margin: 0;
}
.parking__item__title .title {
  display: block;
  text-align: center;
  color: #000000;
  font-size: 14px;
  font-weight: 800;
}
.parking__item__title .sub {
  display: block;
  text-align: center;
  color: #000000;
  font-size: 0;
  font-weight: 500;
}
.parking__item__actions {
  margin: 0;
}
.parking__item__actions .btn {
  font-size: 12px;
  padding: 10px;
  min-height: auto;
}
.parking__item__alert {
  display: block;
  text-align: center;
  font-size: 0;
  font-weight: bold;
}
.parking__item--timeout {
  border-color: #E85353;
  position: relative;
}
.parking__item--timeout::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #E85353;
  position: absolute;
  top: 5px;
  right: 5px;
}
.parking__item--timeout .parking__item__img {
  height: 70px;
}
.parking__item--timeout .parking__item__icon .icon {
  display: none;
}
.parking__item--timeout .parking__item__title .title {
  color: #E85353;
}
.parking__item--timeout .parking__item__title .sub {
  font-size: 14px;
}
.parking__item--timeout .parking__item__alert {
  color: #E85353;
  font-size: 12px;
  height: 16.8px;
}
.parking__item--occupied {
  border-color: #E85353;
  position: relative;
}
.parking__item--occupied .parking__item__img {
  height: 70px;
}
.parking__item--occupied .parking__item__icon .icon {
  display: none;
}
.parking__item--occupied .parking__item__title .title {
  color: #E85353;
}
.parking__item--occupied .parking__item__title .sub {
  font-size: 14px;
}
.parking__item--occupied .parking__item__alert {
  height: 16.8px;
}
.parking__list {
  width: calc(100% + 2rem);
  margin-left: -1rem;
  padding: 0 1rem;
}
.parking__list::-webkit-scrollbar {
  width: 5px;
}
.parking__list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.parking__list::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.parking__list__item {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0;
  padding: 1rem 0.5rem;
  border-radius: 0.5rem;
  border: 2px solid #FF9900;
}
.parking__list__item__img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
}
.parking__list__item__img img {
  width: 100px;
  height: 60px;
  object-fit: contain;
}
.parking__list__item__content {
  flex: 0 0 calc(100% - 100px);
  max-width: calc(100% - 100px);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.parking__list__item__content span {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #373430;
  margin: 0 0 0.5rem;
}
.parking__list__item--disabled {
  background-color: #F2F2F2;
  border: 2px solid #BEBEBE;
}
.parking__list__item--disabled .parking__list__item__img {
  filter: grayscale(1);
}
.parking__list__item--disabled .parking__list__item__content {
  filter: grayscale(1);
}
.parking__list__item--disabled .parking__list__item__content .btn {
  cursor: initial;
}
.parking__list__item--select {
  border: unset;
  margin: 0.5rem -1rem;
  width: calc(100% + 2rem);
  padding: 0;
}
.parking__list__item--select .parking__list__item__content span {
  text-align: left;
}

.enclosure__items {
  width: calc(100% + 20px);
  margin: 0 -20px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.enclosure__item {
  width: 100%;
  flex: 0 0 calc(25% - 40px);
  max-width: calc(25% - 40px);
  margin: 0.75rem 20px;
  padding: 23px 0.75rem;
  background: #F2F2F2;
  position: relative;
}
.enclosure__item__title {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}
.enclosure__item__status {
  position: absolute;
  left: 0;
  bottom: 5px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  color: #E85353;
}
.enclosure__item__switch {
  position: absolute;
  display: inline-block;
  width: 35px;
  height: 10px;
  top: 0;
  bottom: 0;
  left: -15px;
  margin: auto 0;
}
.enclosure__item__switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.enclosure__item__switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}
.enclosure__item__switch .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: -2px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #989898;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
.enclosure__item__switch input:checked + .slider::before {
  background-color: #FF9900;
}
.enclosure__item__switch input:checked + .slider:before {
  transform: translateX(24px);
}
.enclosure__item.disabled {
  background: #FCDFDF;
}

.report__title {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  margin: 0.5rem 0;
}
.report__sub {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 0.75rem;
}
.report__list {
  display: block;
  margin: 2rem 0;
}
.report__list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 0;
}
.report__list__item p {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}
.report__list__item span {
  font-size: 14px;
  font-weight: bold;
  color: #FF9900;
}
.report__status {
  margin: 8rem 0 3rem;
  padding: 1rem;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background: #BEBEBE;
}
.report__status p {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin: 0.5rem 0;
}
.report__status span {
  display: block;
  width: fit-content;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin: 0.5rem auto;
  padding: 0.5rem 1rem;
  border-radius: 25px;
  color: #ffffff;
}

.actions__bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  padding: 10px;
  display: flex;
  background-color: #ffffff;
  z-index: 10;
  box-shadow: 0 5px 3px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
}
.actions__bar.closed {
  bottom: -100px;
}
.actions__bar.closed .actions__bar__trigger {
  top: -35px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.actions__bar.closed .actions__bar__trigger svg {
  transform: rotate(180deg);
}
.actions__bar__trigger {
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #ffffff;
  border: none;
  top: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FF9900;
  cursor: pointer;
  border: 1px solid rgba(55, 52, 48, 0.2);
  transition: all 0.4s;
}
.actions__bar__trigger svg {
  transition: all 0.4s;
}
.actions__bar__trigger:hover {
  background-color: #f0f0f0;
}
.actions__bar__items {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.actions__bar__item {
  width: 200px;
  margin: 0 1rem;
}
.actions__bar__item .btn--access {
  display: flex;
  padding: 10px;
  border-radius: 10px;
  background-color: #F2F2F2;
  justify-content: space-around;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
}
.actions__bar__item .btn--access:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.actions__bar__item .btn--access__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #FF9900;
  border-radius: 5px;
  color: #ffffff;
  margin-right: 10px;
}
.actions__bar__item .btn--access__icon svg {
  width: 19px;
  height: 19px;
  object-fit: contain;
}
.actions__bar__item .btn--access__text {
  width: 110px;
  font-size: 14px;
  text-align: left;
}
@media (max-width: 768px) {
  .actions__bar {
    display: none;
  }
}

.info__msg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
}
.info__msg .form {
  margin-top: -50px;
}
.info__msg.closed {
  display: none;
}

.info__msg__btn {
  position: absolute;
  bottom: 100px;
  max-width: 306px;
}

@media (max-width: 768px) {
  .info__msg .form {
    margin-top: 0;
  }
}
.outages {
  width: 100%;
}
.outages__items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.outages__item {
  width: 100%;
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  align-items: center;
  margin: 1rem 0;
}
.outages__item--full {
  flex: 0 0 100%;
  max-width: 100%;
}
.outages__item__img {
  width: 90px;
  height: 90px;
  margin-right: 1rem;
}
.outages__item__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.outages__item__profile {
  display: block;
  width: 170px;
  height: 90px;
  margin-right: 1rem;
  border-radius: 25px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border: 7px solid #F2F2F2;
  background-color: #E8E8E8;
  overflow: hidden;
}
.outages__item__profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.outages__item__content {
  flex: 1;
  padding: 0 10px;
}
.outages__item__content .title {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
.outages__item__content p {
  display: block;
  font-size: 14px;
  text-align: left;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .outages__item {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .outages__item__profile {
    width: 120px;
  }
}

.mt-auto {
  margin-top: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.mt-05 {
  margin-top: 0.5rem !important;
}

.mb-05 {
  margin-bottom: 0.5rem !important;
}

.ml-05 {
  margin-left: 0.5rem !important;
}

.mr-05 {
  margin-right: 0.5rem !important;
}

.my-05 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.mx-05 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.m-0 {
  margin: 0rem !important;
}

.m-1 {
  margin: 1rem !important;
}

.m-2 {
  margin: 2rem !important;
}

.m-3 {
  margin: 3rem !important;
}

.m-4 {
  margin: 4rem !important;
}

.mx-0 {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.mx-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-2 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.mx-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-4 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.mt-0 {
  margin-top: 0rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.ml-0 {
  margin-left: 0rem !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

.ml-2 {
  margin-left: 2rem !important;
}

.ml-3 {
  margin-left: 3rem !important;
}

.ml-4 {
  margin-left: 4rem !important;
}

.mr-0 {
  margin-right: 0rem !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.mr-2 {
  margin-right: 2rem !important;
}

.mr-3 {
  margin-right: 3rem !important;
}

.mr-4 {
  margin-right: 4rem !important;
}

.my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.mx-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

.mx-1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-2 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.mx-3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.mx-4 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pt-4 {
  padding-top: 4rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pb-4 {
  padding-bottom: 4rem !important;
}

.pl-0 {
  padding-left: 0rem !important;
}

.pl-1 {
  padding-left: 1rem !important;
}

.pl-2 {
  padding-left: 2rem !important;
}

.pl-3 {
  padding-left: 3rem !important;
}

.pl-4 {
  padding-left: 4rem !important;
}

.pr-0 {
  padding-right: 0rem !important;
}

.pr-1 {
  padding-right: 1rem !important;
}

.pr-2 {
  padding-right: 2rem !important;
}

.pr-3 {
  padding-right: 3rem !important;
}

.pr-4 {
  padding-right: 4rem !important;
}

.px-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.px-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.px-3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.px-4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.sidebar {
  width: 200px;
  height: calc(100vh - 40px);
  display: flex;
  flex-direction: column;
}
.sidebar__logo {
  background: #ffffff;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  width: 100%;
  text-align: center;
  padding: 25px 0 0 5px;
}
.sidebar__logo img {
  display: block;
  margin: auto;
  width: 120px;
  height: 30px;
  object-fit: contain;
}
.sidebar__nav {
  background: #ffffff;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: fit-content;
  padding: 15px 0 40px;
}
.sidebar__nav__item {
  width: 100%;
  margin: 4px 0;
}
.sidebar__nav__item > a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 43px;
  padding: 0 25px;
  color: #989898;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}
.sidebar__nav__item > a::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  margin: auto;
  background-color: #FF9900;
  width: 0;
  height: 100%;
  transition: all 0.4s;
}
.sidebar__nav__item > a .icon {
  margin-right: 10px;
  filter: invert(63%) sepia(4%) saturate(62%) hue-rotate(131deg) brightness(96%) contrast(86%);
}
.sidebar__nav__item:hover > a, .sidebar__nav__item.active > a {
  color: #FF9900;
  background-color: rgba(255, 153, 0, 0.1);
}
.sidebar__nav__item:hover > a .icon, .sidebar__nav__item.active > a .icon {
  filter: invert(61%) sepia(17%) saturate(5328%) hue-rotate(1deg) brightness(104%) contrast(104%);
}
.sidebar__nav__item:hover > a::before, .sidebar__nav__item.active > a::before {
  width: 5px;
}
.sidebar__nav__submenu {
  padding-left: calc(25px + 10px);
  overflow: hidden;
  max-height: 0;
  transition: all 0.4s;
}
.sidebar__nav__submenu.active {
  max-height: 800px;
}
.sidebar__nav__submenu__item a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 16px;
  color: #989898;
  font-size: 12px;
  font-weight: 600;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  opacity: 0.6;
  text-decoration: none;
}
.sidebar__nav__submenu__item:hover > a, .sidebar__nav__submenu__item.active > a {
  opacity: 1;
  color: #FF9900;
}
.sidebar__nav__submenu__item .sidebar__nav__submenu {
  padding-left: 10px;
}
.sidebar__nav__submenu__item .sidebar__nav__submenu a {
  font-size: 11px;
  font-weight: 800;
  padding: 8px 12px;
}
.sidebar__footer {
  background: #ffffff;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: auto;
  bottom: 15px;
}
.sidebar__footer__item {
  width: 100%;
  margin: 10px 0;
}
.sidebar__footer__item > a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 43px;
  padding: 0 25px;
  color: #989898;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}
.sidebar__footer__item > a .icon {
  margin-right: 10px;
  transition: all 0.4s;
  filter: invert(63%) sepia(4%) saturate(62%) hue-rotate(131deg) brightness(96%) contrast(86%);
}
.sidebar__footer__item:hover > a, .sidebar__footer__item.active > a {
  color: #FF9900;
}
.sidebar__footer__item:hover > a .icon, .sidebar__footer__item.active > a .icon {
  filter: invert(61%) sepia(17%) saturate(5328%) hue-rotate(1deg) brightness(104%) contrast(104%);
}
@media (max-width: 768px) {
  .sidebar__nav {
    background-color: transparent;
  }
  .sidebar__nav__item {
    width: 100%;
    margin: 4px 0;
  }
  .sidebar__nav__item > a {
    color: #ffffff;
  }
  .sidebar__nav__item > a .icon {
    margin-right: 10px;
    filter: brightness(0) invert(1);
  }
  .sidebar__nav__item.active {
    background-color: rgba(255, 255, 255, 0.2);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .sidebar__nav__submenu__item a {
    color: #ffffff;
  }
  .sidebar__nav__submenu__item:hover > a, .sidebar__nav__submenu__item.active > a {
    font-weight: 700;
    color: #ffffff;
  }
  .sidebar__footer {
    background: transparent;
  }
  .sidebar__footer__item {
    width: 100%;
    margin: 10px 0;
  }
  .sidebar__footer__item > a {
    color: #ffffff;
  }
  .sidebar__footer__item:hover > a, .sidebar__footer__item.active > a {
    color: #ffffff;
  }
  .sidebar__footer__item:hover > a .icon, .sidebar__footer__item.active > a .icon {
    filter: brightness(0) invert(1);
  }
}

.grid__login, .grid__404 {
  width: 100%;
  min-height: 100vh;
  display: grid;
  grid-template-columns: 40.703vw 59.297vw;
  grid-template-rows: 1fr;
  grid-gap: 0.5rem;
}
.grid__login__item, .grid__404__item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.grid__login__item .form, .grid__404__item .form {
  margin-top: 110px;
  margin-bottom: 30px;
  width: 100%;
  max-width: 306px;
}
.grid__login__item .form .form__text, .grid__404__item .form .form__text {
  margin-top: -0.75rem;
}
.grid__login__item:first-child, .grid__404__item:first-child {
  z-index: 1;
  overflow: hidden;
}
.grid__login__item:first-child::before, .grid__404__item:first-child::before {
  content: "";
  display: block;
  width: 2px;
  height: 60vh;
  background-color: #E2E2E2;
  position: absolute;
  right: -1px;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: -1;
}
.grid__login {
  background-color: #ffffff;
}
.grid__login__back {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 59.297vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
}
.grid__login__back::before {
  content: "";
  display: block;
  width: 20vw;
  height: 100vh;
  right: 3.441vw;
  top: 7.031vh;
  background: #FF9900;
  border-radius: 25px;
  position: absolute;
  z-index: -1;
}
.grid__login__back img {
  width: 47.218vw;
  height: 47.218vw;
  object-fit: contain;
  object-position: center;
}
.grid__404__back {
  display: flex;
  align-items: center;
  width: 59.297vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
}
.grid__404__back::before {
  content: "";
  display: block;
  width: 48.902vw;
  height: 100vh;
  right: 0;
  top: 0;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  position: absolute;
  z-index: -1;
}
.grid__404__back img {
  width: 40vw;
  height: 40vw;
  object-fit: contain;
  object-position: center right;
}
.grid__dashboard {
  width: 100%;
  min-height: 100vh;
  display: grid;
  grid-template-columns: 230px calc(100vw - 230px);
  grid-template-rows: auto 1fr;
  grid-gap: 0;
  background-color: #F2F2F2;
}
.grid__dashboard__sidebar {
  grid-column: 1/2;
  grid-row: 1/3;
}
.grid__dashboard__sidebar .sidebar {
  position: fixed;
  top: 20px;
  left: 15px;
}
.grid__dashboard__header {
  grid-column: 2/3;
  grid-row: 1/2;
  padding: 0;
}
.grid__dashboard__body {
  grid-column: 2/3;
  grid-row: 2/3;
  padding: 0rem 1rem 0rem;
}
.grid__info {
  width: 100%;
  min-height: 100vh;
  display: grid;
  grid-template-columns: 40.703vw 59.297vw;
  grid-template-rows: 1fr;
  grid-gap: 0.5rem;
}
.grid__info__item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.grid__info__item .form {
  margin-top: 0px;
  margin-bottom: 30px;
  width: 100%;
  max-width: 306px;
}
.grid__info__item .form .form__text {
  margin-top: -0.75rem;
}
.grid__info__item:first-child {
  z-index: 1;
  overflow: hidden;
}
.grid__info__back {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 59.297vw;
  height: 100vh;
  position: relative;
  top: 0;
  right: 0;
  z-index: 1;
}
.grid__info__back::before {
  content: "";
  display: block;
  width: 20vw;
  height: 100vh;
  right: 18.441vw;
  top: 7.031vh;
  background: #F2F2F2;
  border-radius: 25px;
  position: absolute;
  z-index: -1;
}
.grid__info__back img {
  width: 47.218vw;
  height: 47.218vw;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 768px) {
  .grid__login, .grid__404 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 260px 1fr;
    grid-gap: 0;
  }
  .grid__login__item .form, .grid__404__item .form {
    margin-top: 50px;
    width: 90%;
    max-width: 306px;
    margin-bottom: 10px;
  }
  .grid__login__item:first-child, .grid__404__item:first-child {
    grid-row: 2/3;
    position: static;
    overflow: visible;
    background: #ffffff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .grid__login__item:first-child .logo, .grid__404__item:first-child .logo {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 135px;
    height: 35px;
    background: url(../img/logo-mobile.svg) no-repeat center;
    background-size: contain;
    filter: none;
  }
  .grid__login__item:first-child::before, .grid__404__item:first-child::before {
    display: none;
  }
  .grid__login__item:last-child, .grid__404__item:last-child {
    grid-row: 1/2;
    padding-top: 55px;
    background-color: #FF9900;
  }
  .grid__login__back {
    display: block;
    width: 100%;
    max-width: 303px;
    height: 100%;
    position: static;
    z-index: auto;
  }
  .grid__login__back::before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% + 20px);
    border-radius: 0;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
  }
  .grid__login__back img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
    transform: translateY(45px);
    position: relative;
    z-index: 10;
  }
  .grid__404__back {
    display: block;
    width: 100%;
    max-width: 303px;
    height: 100%;
    position: static;
    z-index: auto;
  }
  .grid__404__back::before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% + 20px);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: absolute;
    z-index: auto;
  }
  .grid__404__back img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
    transform: translateY(45px);
    position: relative;
    z-index: 10;
  }
  .grid__info {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 260px 1fr;
    grid-gap: 0;
  }
  .grid__info__item .form {
    margin-top: 50px;
    width: 90%;
    max-width: 306px;
    margin-bottom: 10px;
  }
  .grid__info__item:first-child {
    grid-row: 2/3;
    position: static;
    overflow: visible;
    background: #ffffff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    align-items: flex-start;
  }
  .grid__info__item:first-child .logo {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .grid__info__item:first-child::before {
    display: none;
  }
  .grid__info__item:first-child::after {
    display: none;
  }
  .grid__info__item:last-child {
    grid-row: 1/2;
    padding-top: 55px;
  }
  .grid__info__item:last-child::before {
    display: none;
  }
  .grid__info__item:last-child::after {
    display: none;
  }
  .grid__info__back::before {
    display: none;
  }
  .grid__info__back::after {
    display: none;
  }
  .grid__dashboard {
    padding-top: 80px;
    width: 100%;
    min-height: calc(100vh - 80px);
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    grid-gap: 0;
    background-color: transparent;
  }
  .grid__dashboard__sidebar {
    display: flex;
    height: 100%;
    grid-column: auto;
    grid-row: auto;
    position: absolute;
    background: transparent;
    top: 0;
    bottom: 0;
    left: -100%;
    margin: auto auto auto 0;
    height: 90vh;
    transition: all 0.4s;
  }
  .grid__dashboard__sidebar .sidebar {
    position: static;
    top: 0;
    left: 0;
  }
  .grid__dashboard__header {
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 0;
    max-width: 100vw;
  }
  .grid__dashboard__body {
    grid-column: 1/2;
    grid-row: 2/3;
    padding: 0.3rem 20px 0rem;
    max-width: 100vw;
    background-color: #F2F2F2;
    transition: all 0.4s;
    min-height: calc(100vh - 80px);
  }
  .grid__dashboard.hide {
    height: 100%;
  }
  .grid__dashboard.hide .grid__dashboard__sidebar {
    left: 0%;
  }
  .grid__dashboard.hide .grid__dashboard__sidebar .sidebar {
    background: transparent;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto auto auto 0;
    height: 90vh;
  }
  .grid__dashboard.hide .grid__dashboard__sidebar .sidebar__logo {
    display: none;
  }
  .grid__dashboard.hide .grid__dashboard__sidebar .sidebar__nav__item > a {
    font-weight: 500;
  }
  .grid__dashboard.hide .grid__dashboard__sidebar .sidebar__nav__item > a::before {
    display: none;
  }
  .grid__dashboard.hide .grid__dashboard__sidebar .sidebar__nav__item:hover > a, .grid__dashboard.hide .grid__dashboard__sidebar .sidebar__nav__item.active > a {
    color: #ffffff;
    font-weight: 800;
  }
  .grid__dashboard.hide .grid__dashboard__sidebar .sidebar__nav__item:hover > a .icon, .grid__dashboard.hide .grid__dashboard__sidebar .sidebar__nav__item.active > a .icon {
    filter: brightness(0) invert(1);
  }
  .grid__dashboard.hide .grid__dashboard__header .header {
    left: calc(100vw - 60px);
    background-color: transparent;
  }
  .grid__dashboard.hide .grid__dashboard__header .header__menu .icon--menu {
    width: 25px;
    height: 25px;
    background: url(../img/icon-menu-close.svg) no-repeat center;
    background-size: contain;
    filter: brightness(0) invert(1);
  }
  .grid__dashboard.hide .grid__dashboard__body {
    pointer-events: none;
    max-height: calc(100vh - 80px);
    overflow: hidden;
    transform: scale(0.75) translateY(0) translateX(240px);
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    box-shadow: 0 0 6px 8px rgba(255, 255, 255, 0.4);
  }
}

.header {
  display: none;
}
@media (max-width: 768px) {
  .header {
    display: flex;
    position: fixed;
    width: 100%;
    height: 80px;
    top: 0;
    left: 0;
    background-color: #F2F2F2;
    transition: all 0.4s;
  }
  .header__menu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 80px;
  }
  .header__menu button {
    background: transparent;
    border: none;
  }
  .header__logo {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header__action {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 80px;
  }
  .header__action button {
    background: transparent;
    border: none;
  }
  .header__action__close {
    margin: 0 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #FF9900;
    color: #FF9900;
    transition: all 0.4s;
  }
  .header__action__close svg {
    width: 15px;
    height: 15px;
    object-fit: contain;
  }
  .header__action__close:hover {
    background-color: #FF9900;
    color: #ffffff;
  }
}
