@charset "UTF-8";
@-webkit-keyframes bounce {
  0%,
  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: translateZ(0);
    transform: translateZ(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 {
  0%,
  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: translateZ(0);
    transform: translateZ(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 {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(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: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(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: scaleX(1);
    transform: scaleX(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0%,
  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: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%,
  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: scaleX(1);
    transform: scaleX(1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0%,
  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: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInDown {
  0%,
  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: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  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: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInLeft {
  0%,
  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: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  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: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInRight {
  0%,
  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: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  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, -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: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%,
  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, -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: translateZ(0);
    transform: translateZ(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 {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    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 {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0)
      rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
      rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
      rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
      translateZ(0) rotateY(0);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0)
      rotateY(0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0)
      rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
      rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
      rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
      translateZ(0) rotateY(0);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0)
      rotateY(0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
    -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 {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-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 {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-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 {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(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 {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(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 {
  0% {
    -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: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedIn {
  0% {
    -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: translateZ(0);
    transform: translateZ(0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    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 {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(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: rotate(80deg);
    transform: rotate(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: rotate(60deg);
    transform: rotate(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: rotate(80deg);
    transform: rotate(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: rotate(60deg);
    transform: rotate(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 {
  0% {
    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 {
  0% {
    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;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(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: 0.8s;
  animation-duration: 0.8s;
}
.animated.faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (prefers-reduced-motion: reduce), (print) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-auto {
  position: relative;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 768px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1280px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1440px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.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: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 768px) {
  .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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1280px) {
  .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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1440px) {
  .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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -webkit-align-content: flex-start !important;
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -webkit-align-content: flex-end !important;
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -webkit-align-content: space-between !important;
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -webkit-align-content: space-around !important;
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -webkit-align-content: stretch !important;
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -webkit-align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 768px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1280px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1440px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1280px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1280px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #0056b3 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #494f54 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #19692c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #ba8b00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #a71d2a !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #121416 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger-box {
  width: 28px;
  height: 21px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
  width: 28px;
  height: 3px;
  background-color: #222;
  border-radius: 2px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.hamburger-inner::after,
.hamburger-inner::before {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -9px;
}
.hamburger-inner::after {
  bottom: -9px;
}
.hamburger--3dx .hamburger-box {
  -webkit-perspective: 56px;
  perspective: 56px;
}
.hamburger--3dx .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s
      cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::after,
.hamburger--3dx .hamburger-inner::before {
  -webkit-transition: -webkit-transform 0s 0.1s
    cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
  transform: translate3d(0, 9px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
  transform: translate3d(0, -9px, 0) rotate(-45deg);
}
.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 56px;
  perspective: 56px;
}
.hamburger--3dx-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s
      cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::after,
.hamburger--3dx-r .hamburger-inner::before {
  -webkit-transition: -webkit-transform 0s 0.1s
    cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
  transform: translate3d(0, 9px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
  transform: translate3d(0, -9px, 0) rotate(-45deg);
}
.hamburger--3dy .hamburger-box {
  -webkit-perspective: 56px;
  perspective: 56px;
}
.hamburger--3dy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s
      cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::after,
.hamburger--3dy .hamburger-inner::before {
  -webkit-transition: -webkit-transform 0s 0.1s
    cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
  transform: translate3d(0, 9px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
  transform: translate3d(0, -9px, 0) rotate(-45deg);
}
.hamburger--3dy-r .hamburger-box {
  -webkit-perspective: 56px;
  perspective: 56px;
}
.hamburger--3dy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s
      cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::after,
.hamburger--3dy-r .hamburger-inner::before {
  -webkit-transition: -webkit-transform 0s 0.1s
    cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
  transform: translate3d(0, 9px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
  transform: translate3d(0, -9px, 0) rotate(-45deg);
}
.hamburger--3dxy .hamburger-box {
  -webkit-perspective: 56px;
  perspective: 56px;
}
.hamburger--3dxy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s
      cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::after,
.hamburger--3dxy .hamburger-inner::before {
  -webkit-transition: -webkit-transform 0s 0.1s
    cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg) rotateY(180deg);
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
  transform: translate3d(0, 9px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
  transform: translate3d(0, -9px, 0) rotate(-45deg);
}
.hamburger--3dxy-r .hamburger-box {
  -webkit-perspective: 56px;
  perspective: 56px;
}
.hamburger--3dxy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s
      cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::after,
.hamburger--3dxy-r .hamburger-inner::before {
  -webkit-transition: -webkit-transform 0s 0.1s
    cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
  transform: translate3d(0, 9px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
  transform: translate3d(0, -9px, 0) rotate(-45deg);
}
.hamburger--arrow.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-5.6px, 0, 0) rotate(-45deg) scale(0.7, 1);
  transform: translate3d(-5.6px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-5.6px, 0, 0) rotate(45deg) scale(0.7, 1);
  transform: translate3d(-5.6px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(5.6px, 0, 0) rotate(45deg) scale(0.7, 1);
  transform: translate3d(5.6px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(5.6px, 0, 0) rotate(-45deg) scale(0.7, 1);
  transform: translate3d(5.6px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowalt .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease,
    -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease,
    -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: top 0.1s 0.1s ease,
    transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease,
    transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease,
    transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease,
    -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease,
    -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: bottom 0.1s 0.1s ease,
    transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease,
    transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease,
    transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(-5.6px, -7px, 0) rotate(-45deg) scale(0.7, 1);
  transform: translate3d(-5.6px, -7px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease,
    -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease,
    -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: top 0.1s ease,
    transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease,
    transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease,
    transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22),
    -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(-5.6px, 7px, 0) rotate(45deg) scale(0.7, 1);
  transform: translate3d(-5.6px, 7px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease,
    -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease,
    -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: bottom 0.1s ease,
    transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease,
    transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease,
    transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22),
    -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease,
    -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease,
    -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: top 0.1s 0.1s ease,
    transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease,
    transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease,
    transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease,
    -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease,
    -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: bottom 0.1s 0.1s ease,
    transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease,
    transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease,
    transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(5.6px, -7px, 0) rotate(45deg) scale(0.7, 1);
  transform: translate3d(5.6px, -7px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease,
    -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease,
    -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: top 0.1s ease,
    transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease,
    transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease,
    transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22),
    -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(5.6px, 7px, 0) rotate(-45deg) scale(0.7, 1);
  transform: translate3d(5.6px, 7px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease,
    -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease,
    -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: bottom 0.1s ease,
    transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease,
    transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease,
    transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22),
    -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowturn.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::after,
.hamburger--boring .hamburger-inner::before {
  -webkit-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
  -o-transition-duration: 0.13s;
  transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
  -o-transition-delay: 0.13s;
  transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -18px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    opacity 0.1s linear;
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
  transform: translate3d(0, -9px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
  -o-transition-delay: 0.22s;
  transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0.1s 0.22s linear;
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
  -o-transition-duration: 0.13s;
  transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
  -o-transition-delay: 0.13s;
  transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -18px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    opacity 0.1s linear;
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -9px, 0) rotate(45deg);
  transform: translate3d(0, -9px, 0) rotate(45deg);
  -webkit-transition-delay: 0.22s;
  -o-transition-delay: 0.22s;
  transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0.1s 0.22s linear;
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--elastic .hamburger-inner {
  top: 1.5px;
  -webkit-transition-duration: 275ms;
  -o-transition-duration: 275ms;
  transition-duration: 275ms;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 9px;
  -webkit-transition: opacity 125ms 275ms ease;
  -o-transition: opacity 125ms 275ms ease;
  transition: opacity 125ms 275ms ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 18px;
  -webkit-transition: -webkit-transform 275ms
    cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 275ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: transform 275ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 275ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 275ms cubic-bezier(0.68, -0.55, 0.265, 1.55),
    -webkit-transform 275ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 9px, 0) rotate(135deg);
  transform: translate3d(0, 9px, 0) rotate(135deg);
  -webkit-transition-delay: 75ms;
  -o-transition-delay: 75ms;
  transition-delay: 75ms;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -18px, 0) rotate(-270deg);
  transform: translate3d(0, -18px, 0) rotate(-270deg);
  -webkit-transition-delay: 75ms;
  -o-transition-delay: 75ms;
  transition-delay: 75ms;
}
.hamburger--elastic-r .hamburger-inner {
  top: 1.5px;
  -webkit-transition-duration: 275ms;
  -o-transition-duration: 275ms;
  transition-duration: 275ms;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 9px;
  -webkit-transition: opacity 125ms 275ms ease;
  -o-transition: opacity 125ms 275ms ease;
  transition: opacity 125ms 275ms ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 18px;
  -webkit-transition: -webkit-transform 275ms
    cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 275ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: transform 275ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 275ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 275ms cubic-bezier(0.68, -0.55, 0.265, 1.55),
    -webkit-transform 275ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 9px, 0) rotate(-135deg);
  transform: translate3d(0, 9px, 0) rotate(-135deg);
  -webkit-transition-delay: 75ms;
  -o-transition-delay: 75ms;
  transition-delay: 75ms;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -18px, 0) rotate(270deg);
  transform: translate3d(0, -18px, 0) rotate(270deg);
  -webkit-transition-delay: 75ms;
  -o-transition-delay: 75ms;
  transition-delay: 75ms;
}
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  -webkit-transition: background-color 125ms 175ms ease-in;
  -o-transition: background-color 125ms 175ms ease-in;
  transition: background-color 125ms 175ms ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 50ms 125ms linear, left 125ms 175ms ease-in,
    -webkit-transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 50ms 125ms linear, left 125ms 175ms ease-in,
    -webkit-transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 50ms 125ms linear, left 125ms 175ms ease-in;
  transition: transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 50ms 125ms linear, left 125ms 175ms ease-in;
  transition: transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 50ms 125ms linear, left 125ms 175ms ease-in,
    -webkit-transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic .hamburger-inner::after {
  top: 9px;
  right: 0;
  -webkit-transition: top 50ms 125ms linear, right 125ms 175ms ease-in,
    -webkit-transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 50ms 125ms linear, right 125ms 175ms ease-in,
    -webkit-transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 50ms 125ms linear, right 125ms 175ms ease-in;
  transition: transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 50ms 125ms linear, right 125ms 175ms ease-in;
  transition: transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 50ms 125ms linear, right 125ms 175ms ease-in,
    -webkit-transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -56px;
  top: -56px;
  -webkit-transform: translate3d(56px, 56px, 0) rotate(45deg);
  transform: translate3d(56px, 56px, 0) rotate(45deg);
  -webkit-transition: left 125ms ease-out, top 50ms 125ms linear,
    -webkit-transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 125ms ease-out, top 50ms 125ms linear,
    -webkit-transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: left 125ms ease-out, top 50ms 125ms linear,
    transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 125ms ease-out, top 50ms 125ms linear,
    transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 125ms ease-out, top 50ms 125ms linear,
    transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1),
    -webkit-transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -56px;
  top: -56px;
  -webkit-transform: translate3d(-56px, 56px, 0) rotate(-45deg);
  transform: translate3d(-56px, 56px, 0) rotate(-45deg);
  -webkit-transition: right 125ms ease-out, top 50ms 125ms linear,
    -webkit-transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 125ms ease-out, top 50ms 125ms linear,
    -webkit-transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: right 125ms ease-out, top 50ms 125ms linear,
    transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 125ms ease-out, top 50ms 125ms linear,
    transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 125ms ease-out, top 50ms 125ms linear,
    transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1),
    -webkit-transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  -webkit-transition: background-color 125ms 175ms ease-in;
  -o-transition: background-color 125ms 175ms ease-in;
  transition: background-color 125ms 175ms ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 50ms 125ms linear, left 125ms 175ms ease-in,
    -webkit-transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 50ms 125ms linear, left 125ms 175ms ease-in,
    -webkit-transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 50ms 125ms linear, left 125ms 175ms ease-in;
  transition: transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 50ms 125ms linear, left 125ms 175ms ease-in;
  transition: transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 50ms 125ms linear, left 125ms 175ms ease-in,
    -webkit-transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 9px;
  right: 0;
  -webkit-transition: top 50ms 125ms linear, right 125ms 175ms ease-in,
    -webkit-transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 50ms 125ms linear, right 125ms 175ms ease-in,
    -webkit-transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 50ms 125ms linear, right 125ms 175ms ease-in;
  transition: transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 50ms 125ms linear, right 125ms 175ms ease-in;
  transition: transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 50ms 125ms linear, right 125ms 175ms ease-in,
    -webkit-transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -56px;
  top: 56px;
  -webkit-transform: translate3d(56px, -56px, 0) rotate(-45deg);
  transform: translate3d(56px, -56px, 0) rotate(-45deg);
  -webkit-transition: left 125ms ease-out, top 50ms 125ms linear,
    -webkit-transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 125ms ease-out, top 50ms 125ms linear,
    -webkit-transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: left 125ms ease-out, top 50ms 125ms linear,
    transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 125ms ease-out, top 50ms 125ms linear,
    transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 125ms ease-out, top 50ms 125ms linear,
    transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1),
    -webkit-transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -56px;
  top: 56px;
  -webkit-transform: translate3d(-56px, -56px, 0) rotate(45deg);
  transform: translate3d(-56px, -56px, 0) rotate(45deg);
  -webkit-transition: right 125ms ease-out, top 50ms 125ms linear,
    -webkit-transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 125ms ease-out, top 50ms 125ms linear,
    -webkit-transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: right 125ms ease-out, top 50ms 125ms linear,
    transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 125ms ease-out, top 50ms 125ms linear,
    transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 125ms ease-out, top 50ms 125ms linear,
    transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1),
    -webkit-transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--minus .hamburger-inner::after,
.hamburger--minus .hamburger-inner::before {
  -webkit-transition: bottom 80ms 0s ease-out, top 80ms 0s ease-out,
    opacity 0s linear;
  -o-transition: bottom 80ms 0s ease-out, top 80ms 0s ease-out,
    opacity 0s linear;
  transition: bottom 80ms 0s ease-out, top 80ms 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::after,
.hamburger--minus.is-active .hamburger-inner::before {
  opacity: 0;
  -webkit-transition: bottom 80ms ease-out, top 80ms ease-out,
    opacity 0s 80ms linear;
  -o-transition: bottom 80ms ease-out, top 80ms ease-out, opacity 0s 80ms linear;
  transition: bottom 80ms ease-out, top 80ms ease-out, opacity 0s 80ms linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}
.hamburger--slider .hamburger-inner {
  top: 1.5px;
}
.hamburger--slider .hamburger-inner::before {
  top: 9px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 18px;
}
.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
  transform: translate3d(0, 9px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-4px, -6px, 0);
  transform: rotate(-45deg) translate3d(-4px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -18px, 0) rotate(-90deg);
  transform: translate3d(0, -18px, 0) rotate(-90deg);
}
.hamburger--slider-r .hamburger-inner {
  top: 1.5px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 9px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 18px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 9px, 0) rotate(-45deg);
  transform: translate3d(0, 9px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  -webkit-transform: rotate(45deg) translate3d(4px, -6px, 0);
  transform: rotate(45deg) translate3d(4px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -18px, 0) rotate(90deg);
  transform: translate3d(0, -18px, 0) rotate(90deg);
}
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
  -o-transition-duration: 0.22s;
  transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in,
    -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in,
    -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.25s ease-in,
    transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in,
    transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in,
    transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out,
    -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out,
    -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease-out,
    transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out,
    transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out,
    transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r .hamburger-inner {
  -webkit-transition-duration: 0.22s;
  -o-transition-duration: 0.22s;
  transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in,
    -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in,
    -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.25s ease-in,
    transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in,
    transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in,
    transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: bottom 0.1s ease-out,
    -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out,
    -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease-out,
    transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out,
    transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out,
    transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring .hamburger-inner {
  top: 1.5px;
  -webkit-transition: background-color 0s 0.13s linear;
  -o-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 9px;
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 18px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
  -o-transition-delay: 0.22s;
  transition-delay: 0.22s;
  background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
  transform: translate3d(0, 9px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 9px, 0) rotate(-45deg);
  transform: translate3d(0, 9px, 0) rotate(-45deg);
}
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
  -o-transition-duration: 0.13s;
  transition-duration: 0.13s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -18px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    opacity 0s linear;
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    opacity 0s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
  transform: translate3d(0, -9px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
  -o-transition-delay: 0.22s;
  transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0s 0.22s linear;
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand .hamburger-inner {
  -webkit-transition: background-color 0s 75ms linear,
    -webkit-transform 75ms 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 75ms linear,
    -webkit-transform 75ms 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: transform 75ms 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    background-color 0s 75ms linear;
  transition: transform 75ms 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    background-color 0s 75ms linear;
  transition: transform 75ms 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    background-color 0s 75ms linear,
    -webkit-transform 75ms 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::before {
  -webkit-transition: top 75ms 75ms ease-in,
    -webkit-transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 75ms 75ms ease-in,
    -webkit-transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 75ms 75ms ease-in,
    transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 75ms 75ms ease-in,
    transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 75ms 75ms ease-in,
    transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  -webkit-transition: bottom 75ms 75ms ease-in,
    -webkit-transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms 75ms ease-in,
    -webkit-transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 75ms 75ms ease-in,
    transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms 75ms ease-in,
    transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms 75ms ease-in,
    transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: transparent;
  -webkit-transition: background-color 0s 0.15s linear,
    -webkit-transform 75ms 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear,
    -webkit-transform 75ms 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 75ms 0s cubic-bezier(0.215, 0.61, 0.355, 1),
    background-color 0s 0.15s linear;
  transition: transform 75ms 0s cubic-bezier(0.215, 0.61, 0.355, 1),
    background-color 0s 0.15s linear;
  transition: transform 75ms 0s cubic-bezier(0.215, 0.61, 0.355, 1),
    background-color 0s 0.15s linear,
    -webkit-transform 75ms 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: top 75ms 0.1s ease-out,
    -webkit-transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 75ms 0.1s ease-out,
    -webkit-transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 75ms 0.1s ease-out,
    transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 75ms 0.1s ease-out,
    transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 75ms 0.1s ease-out,
    transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: bottom 75ms 0.1s ease-out,
    -webkit-transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 75ms 0.1s ease-out,
    -webkit-transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 75ms 0.1s ease-out,
    transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 75ms 0.1s ease-out,
    transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 75ms 0.1s ease-out,
    transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r .hamburger-inner {
  -webkit-transition: background-color 0s 75ms linear,
    -webkit-transform 75ms 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 75ms linear,
    -webkit-transform 75ms 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: transform 75ms 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    background-color 0s 75ms linear;
  transition: transform 75ms 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    background-color 0s 75ms linear;
  transition: transform 75ms 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    background-color 0s 75ms linear,
    -webkit-transform 75ms 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::before {
  -webkit-transition: top 75ms 75ms ease-in,
    -webkit-transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 75ms 75ms ease-in,
    -webkit-transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 75ms 75ms ease-in,
    transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 75ms 75ms ease-in,
    transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 75ms 75ms ease-in,
    transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  -webkit-transition: bottom 75ms 75ms ease-in,
    -webkit-transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms 75ms ease-in,
    -webkit-transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 75ms 75ms ease-in,
    transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms 75ms ease-in,
    transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms 75ms ease-in,
    transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-color: transparent;
  -webkit-transition: background-color 0s 0.15s linear,
    -webkit-transform 75ms 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear,
    -webkit-transform 75ms 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 75ms 0s cubic-bezier(0.215, 0.61, 0.355, 1),
    background-color 0s 0.15s linear;
  transition: transform 75ms 0s cubic-bezier(0.215, 0.61, 0.355, 1),
    background-color 0s 0.15s linear;
  transition: transform 75ms 0s cubic-bezier(0.215, 0.61, 0.355, 1),
    background-color 0s 0.15s linear,
    -webkit-transform 75ms 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: top 75ms 0.1s ease-out,
    -webkit-transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 75ms 0.1s ease-out,
    -webkit-transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 75ms 0.1s ease-out,
    transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 75ms 0.1s ease-out,
    transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 75ms 0.1s ease-out,
    transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: bottom 75ms 0.1s ease-out,
    -webkit-transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 75ms 0.1s ease-out,
    -webkit-transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 75ms 0.1s ease-out,
    transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 75ms 0.1s ease-out,
    transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 75ms 0.1s ease-out,
    transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 75ms;
  -o-transition-duration: 75ms;
  transition-duration: 75ms;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  -o-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 75ms 0.12s ease,
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms 0.12s ease,
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 75ms 0.12s ease,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms 0.12s ease,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms 0.12s ease,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  -o-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 75ms ease,
    -webkit-transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 75ms ease,
    -webkit-transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 75ms ease,
    transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 75ms ease,
    transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 75ms ease,
    transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--vortex .hamburger-inner {
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::after,
.hamburger--vortex .hamburger-inner::before {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  -o-transition-property: top, opacity;
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  -o-transition-property: bottom, transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transform: rotate(765deg);
  -ms-transform: rotate(765deg);
  transform: rotate(765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::after,
.hamburger--vortex.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::after,
.hamburger--vortex-r .hamburger-inner::before {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  -o-transition-property: top, opacity;
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  -o-transition-property: bottom, transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-765deg);
  -ms-transform: rotate(-765deg);
  transform: rotate(-765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::after,
.hamburger--vortex-r.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger-box {
  width: 28px;
  height: 21px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
  width: 28px;
  height: 3px;
  background-color: #222;
  border-radius: 2px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.hamburger-inner::after,
.hamburger-inner::before {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -9px;
}
.hamburger-inner::after {
  bottom: -9px;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  -o-transition: transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-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;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  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;
}
.slick-loading .slick-list {
  background: #fff url(ajax-loader.gif) center center no-repeat;
}
@font-face {
  font-family: slick;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format("embedded-opentype"),
    url(fonts/slick.woff) format("woff"),
    url(fonts/slick.ttf) format("truetype"),
    url(fonts/slick.svg#slick) format("svg");
  font-weight: 400;
  font-style: normal;
}
.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  outline: 0;
  background: 0 0;
  color: transparent;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s, visibility 0s linear 0.25s;
  -o-transition: opacity 0.25s, visibility 0s linear 0.25s;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity 0.25s, visibility 0s;
  -o-transition: opacity 0.25s, visibility 0s;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px 6px 0;
}
.fancybox-slide--iframe {
  padding: 44px 44px 0;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: 0 0;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}
.fancybox-iframe,
.fancybox-video {
  background: 0 0;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  vertical-align: top;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: 0;
  padding: 10px;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}
.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}
.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
  display: none;
}
.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}
.fancybox-button--share svg path {
  stroke-width: 1;
}
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity 0.25s, visibility 0s, color 0.25s;
  -o-transition: opacity 0.25s, visibility 0s, color 0.25s;
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}
.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}
.fancybox-close-small {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}
.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke 0.1s;
  -o-transition: stroke 0.1s;
  transition: stroke 0.1s;
}
.fancybox-close-small:focus {
  outline: 0;
}
.fancybox-close-small:hover svg {
  opacity: 1;
}
.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}
.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
  background: 0 0;
  color: #fff;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
}
.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}
.fancybox-caption:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  -webkit-animation: a 0.8s infinite linear;
  animation: a 0.8s infinite linear;
  background: 0 0;
  border: 6px solid rgba(99, 99, 99, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}
@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  -ms-transform: rotate(-1turn);
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  -ms-transform: rotate(1turn);
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: 0 0;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: 0;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x > ul {
  overflow: hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
.svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.svg-adv1 {
  font-size: 2.25rem;
  width: 1em;
}
.svg-adv2 {
  font-size: 2.25rem;
  width: 1em;
}
.svg-adv3 {
  font-size: 2.25rem;
  width: 1em;
}
.svg-adv4 {
  font-size: 2.25rem;
  width: 1em;
}
.svg-angle-double-right {
  font-size: 1.125rem;
  width: 0.61111em;
}
.svg-arrow-expand {
  font-size: 0.6875rem;
  width: 1.63636em;
}
.svg-arrow-right {
  font-size: 0.75rem;
  width: 1.41667em;
}
.svg-arrow-select {
  font-size: 0.6875rem;
  width: 1.63636em;
}
.svg-arrow_right {
  font-size: 0.75rem;
  width: 1.41667em;
}
.svg-btnarrow {
  font-size: 0.75rem;
  width: 1.91667em;
}
.svg-facebook {
  font-size: 5.625rem;
  width: 1em;
}
.svg-instagram {
  font-size: 32rem;
  width: 1em;
}
.svg-key {
  font-size: 2rem;
  width: 1em;
}
.svg-keyLight {
  font-size: 1.5rem;
  width: 1em;
}
.svg-location {
  font-size: 1.875rem;
  width: 0.76667em;
}
.svg-phone {
  font-size: 1.875rem;
  width: 1em;
}
.svg-price-left {
  font-size: 1.625rem;
  width: 0.57692em;
}
.svg-price-right {
  font-size: 1.625rem;
  width: 0.57692em;
}
.svg-review-left {
  font-size: 3.5rem;
  width: 0.57143em;
}
.svg-review-right {
  font-size: 3.5rem;
  width: 0.57143em;
}
.svg-telegram {
  font-size: 32rem;
  width: 0.875em;
}
.svg-time {
  font-size: 1.875rem;
  width: 1em;
}
.svg-viber {
  font-size: 32rem;
  width: 1em;
}
.svg-whatsapp {
  font-size: 32rem;
  width: 0.875em;
}
body,
html {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  overflow-x: hidden;
}
body.noscroll,
html.noscroll {
  height: 100%;
  width: 100%;
  position: fixed;
  background-color: #fff;
  overflow: hidden;
}
.header--shadow {
  position: relative;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
}
.parralax-window {
  z-index: -100;
}
.expand-wrapper.opened .expand-clicker {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion-wrapper .accordion-content {
  display: none;
}
.accordion-wrapper.opened .accordion-opener {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mobile-navigation {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  z-index: 100;
}
.mobile-navigation__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-y: auto;
}
.nav-bar--scroll {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 12;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  transform: translateY(-150%);
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  -o-transition: transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}
.nav-bar--scroll.is-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.otherpage-content .content-wrapper h1 {
  font-family: Lato-ex, Arial, Helvetica, sans-serif;
  font-size: 3.5rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.otherpage-content .content-wrapper h2 {
  font-family: Lato-ex, Arial, Helvetica, sans-serif;
  font-size: 2.5rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.otherpage-content .content-wrapper h3 {
  font-family: Lato-ex, Arial, Helvetica, sans-serif;
  font-size: 2rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.otherpage-content .content-wrapper h4 {
  font-family: Lato-ex, Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.otherpage-content .content-wrapper h5 {
  font-family: Lato-ex, Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.otherpage-content .content-wrapper p {
  margin-bottom: 1rem;
}
.otherpage-content .content-wrapper p b,
.otherpage-content .content-wrapper p strong {
  font-family: Lato-ex, Arial, Helvetica, sans-serif;
}
.otherpage-content .content-wrapper ol,
.otherpage-content .content-wrapper ul {
  padding-left: 1.25rem;
  margin-bottom: 1.5rem;
}
.otherpage-content .content-wrapper li {
  margin-bottom: 0.25rem;
}
.otherpage-content .content-wrapper a {
  text-decoration: underline;
  color: #2c9f4b;
  -webkit-text-decoration-color: #2c9f4b;
  text-decoration-color: #2c9f4b;
}
.otherpage-content .content-wrapper blockquote {
  margin-top: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  padding-left: 3rem;
  padding-right: 3rem;
  background-image: url(../images/dots2.svg);
  background-repeat: no-repeat;
  position: relative;
}
.otherpage-content .content-wrapper blockquote p {
  margin-bottom: 0;
}
.otherpage-content .content-wrapper b,
.otherpage-content .content-wrapper strong {
  font-weight: 700;
}
.otherpage-content .content-wrapper table {
  width: 100%;
  margin-top: 2rem;
}
.otherpage-content .content-wrapper table p {
  margin-bottom: 0;
}
.otherpage-content .content-wrapper table thead tr:first-child {
  background-color: #1247a0;
}
.otherpage-content .content-wrapper table tr td,
.otherpage-content .content-wrapper table tr th {
  border-bottom: none;
}
.otherpage-content .content-wrapper table tr td:first-child {
  width: 50%;
}
.otherpage-content .content-wrapper table tr td,
.otherpage-content .content-wrapper table tr th {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-bottom: 1px solid #a1a1a1;
}
.otherpage-content .content-wrapper table tr td strong,
.otherpage-content .content-wrapper table tr th strong {
  font-family: Lato-ex, Arial, Helvetica, sans-serif;
}
.addDesc-content p {
  margin-bottom: 1rem;
}
.pagination {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.pagination li {
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 1.125rem;
}
.pagination li.active a {
  color: #1346a1;
}
.pagination__item {
  color: #222;
}
.page-wrapper .owl-carousel .owl-dots {
  text-align: center;
  margin-top: 1.25rem !important;
}
.page-wrapper .owl-carousel .owl-dots .owl-dot {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.page-wrapper .owl-carousel .owl-dots .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #a1a1a1;
  margin: 0;
  opacity: 0.5;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.page-wrapper .owl-carousel .owl-dots .owl-dot.active span {
  background: #2c9f4b;
  opacity: 1;
}
.title-slide__image {
  opacity: 0;
}
.fade-box {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.fade-box.lazyloaded {
  opacity: 1;
}
@font-face {
  font-family: Lato-ex;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Lato/Lato-Regular.eot);
  src: url(../fonts/Lato/Lato-Regular.eot?#iefix) format("embedded-opentype"),
    url(../fonts/Lato/Lato-Regular.ttf) format("truetype");
}
@font-face {
  font-family: Lato-ex;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Lato/Lato-Medium.eot);
  src: url(../fonts/Lato/Lato-Medium.eot?#iefix) format("embedded-opentype"),
    url(../fonts/Lato/Lato-Medium.ttf) format("truetype");
}
@font-face {
  font-family: Lato-ex;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Lato/Lato-Semibold.eot);
  src: url(../fonts/Lato/Lato-Semibold.eot?#iefix) format("embedded-opentype"),
    url(../fonts/Lato/Lato-Semibold.ttf) format("truetype");
}
@font-face {
  font-family: Lato-ex;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Lato/Lato-Bold.eot);
  src: url(../fonts/Lato/Lato-Bold.eot?#iefix) format("embedded-opentype"),
    url(../fonts/Lato/Lato-Bold.ttf) format("truetype");
}
@font-face {
  font-family: Lato-ex;
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Lato/Lato-Heavy.eot);
  src: url(../fonts/Lato/Lato-Heavy.eot?#iefix) format("embedded-opentype"),
    url(../fonts/Lato/Lato-Heavy.ttf) format("truetype");
}
.bgc-t {
  background-color: transparent;
}
.bgc-1,
.otherpage-content .content-wrapper blockquote {
  background-color: #edf7ff;
}
.bgc-2 {
  background-color: #1247a0;
}
.bgc-3 {
  background-color: #2c9f4b;
}
.bgc-acc-1 {
  background-color: #1346a1;
}
.bgc-acc-2 {
  background-color: #2c9f4b;
}
.bgc-acc-3 {
  background-color: #333;
}
.bgc-wh {
  background-color: #fff;
}
.bgc-gr-1 {
  background: #3394f5;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(10%, #3394f5),
    to(#84c1ff)
  );
  background: -o-linear-gradient(left, #3394f5 10%, #84c1ff 100%);
  background: linear-gradient(90deg, #3394f5 10%, #84c1ff 100%);
}
.bg-cc {
  background-size: cover;
  background-position: center;
}
.bg-filter-after,
.bg-filter-after-10,
.bg-filter-after-100,
.bg-filter-after-20,
.bg-filter-after-30,
.bg-filter-after-40,
.bg-filter-after-50,
.bg-filter-after-60,
.bg-filter-after-70,
.bg-filter-after-80,
.bg-filter-after-90 {
  position: relative;
}
.bg-filter-after-100:after,
.bg-filter-after-10:after,
.bg-filter-after-20:after,
.bg-filter-after-30:after,
.bg-filter-after-40:after,
.bg-filter-after-50:after,
.bg-filter-after-60:after,
.bg-filter-after-70:after,
.bg-filter-after-80:after,
.bg-filter-after-90:after,
.bg-filter-after:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
}
.bg-filter-after-10:after {
  background: rgba(0, 0, 0, 0.1);
}
.bg-filter-after-20:after {
  background: rgba(0, 0, 0, 0.2);
}
.bg-filter-after-30:after {
  background: rgba(0, 0, 0, 0.3);
}
.bg-filter-after-40:after {
  background: rgba(0, 0, 0, 0.4);
}
.bg-filter-after-50:after {
  background: rgba(0, 0, 0, 0.5);
}
.bg-filter-after-60:after {
  background: rgba(0, 0, 0, 0.6);
}
.bg-filter-after-70:after {
  background: rgba(0, 0, 0, 0.7);
}
.bg-filter-after-80:after {
  background: rgba(0, 0, 0, 0.8);
}
.bg-filter-after-90:after {
  background: rgba(0, 0, 0, 0.9);
}
.bg-filter-after-100:after {
  background: #000;
}
.bg-filter-dark {
  background: rgba(0, 0, 0, 0.35);
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
}
.bg-filter-dark-10 {
  background: rgba(0, 0, 0, 0.1);
}
.bg-filter-dark-20 {
  background: rgba(0, 0, 0, 0.2);
}
.bg-filter-dark-30 {
  background: rgba(0, 0, 0, 0.3);
}
.bg-filter-dark-40 {
  background: rgba(0, 0, 0, 0.4);
}
.bg-filter-dark-50 {
  background: rgba(0, 0, 0, 0.5);
}
.bg-filter-dark-60 {
  background: rgba(0, 0, 0, 0.6);
}
.bg-filter-dark-70 {
  background: rgba(0, 0, 0, 0.7);
}
.bg-filter-dark-80 {
  background: rgba(0, 0, 0, 0.8);
}
.bg-filter-dark-90 {
  background: rgba(0, 0, 0, 0.9);
}
.bg-filter-dark-100 {
  background: #000;
}
.btn {
  font-size: 0.875rem;
  font-family: Lato-ex, Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-decoration: none;
  padding: 1rem 2rem 1.125rem 2rem;
  border-radius: 0;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.btn:hover {
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  text-decoration: none;
}
.btn svg {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 0.175rem;
}
.btn:active i,
.btn:active svg,
.btn:focus i,
.btn:focus svg,
.btn:hover i,
.btn:hover svg {
  -webkit-transform: translate3d(0.5rem, 0, 0);
  transform: translate3d(0.5rem, 0, 0);
}
.btn-bgc-t {
  background-color: transparent;
}
.btn-bgc-1 {
  background-color: #222;
}
.btn-bgc-2 {
  background-color: #a1a1a1;
}
.btn-bgc-3 {
  background-color: #e4e4e4;
}
.btn-bgc-acc-1 {
  background-color: #1346a1;
}
.btn-bgc-acc-2 {
  background-color: #2c9f4b;
}
.btn-bgc-acc-3 {
  background-color: #333;
}
.btn-bgc-wh {
  background-color: #fff;
}
.btn-bgc-gr {
  background: #1766c9;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1766c9),
    to(#27b7f5)
  );
  background: -o-linear-gradient(left, #1766c9 0, #27b7f5 100%);
  background: linear-gradient(90deg, #1766c9 0, #27b7f5 100%);
}
.btn-bc-t {
  border-color: transparent;
}
.btn-bc-1 {
  border-color: #222;
}
.btn-bc-2 {
  border-color: #a1a1a1;
}
.btn-bc-3 {
  border-color: #e4e4e4;
}
.btn-bc-acc-1 {
  border-color: #1346a1;
}
.btn-bc-acc-2 {
  border-color: #2c9f4b;
}
.btn-bc-acc-3 {
  border-color: #333;
}
.btn-bc-wh {
  border-color: #fff;
}
.btn--border {
  border: 1px solid #222;
}
.btn--border-2 {
  border: 2px solid #222;
}
.btn--border-3 {
  border: 3px solid #222;
}
.btn--noborder {
  border: none;
}
.btn-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.875rem;
}
.btn-arrow span {
  padding-bottom: 0.1rem;
}
.btn-arrow i {
  font-size: 1.25rem;
  margin-left: 0.5rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-arrow svg {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-arrow:active i,
.btn-arrow:active svg,
.btn-arrow:focus i,
.btn-arrow:focus svg,
.btn-arrow:hover i,
.btn-arrow:hover svg {
  -webkit-transform: translate3d(0.5rem, 0, 0);
  transform: translate3d(0.5rem, 0, 0);
}
.dec-line,
.dec-line-bottom,
.dec-line-bottom-full,
.dec-line-left,
.dec-line-top,
.dec-line-top-full,
.dec-line-top-medium,
.dec-line-top-short {
  position: relative;
}
.dec-line-top-full:before,
.dec-line-top-medium:before,
.dec-line-top-short:before,
.dec-line-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 1px;
  background-color: #222;
}
.dec-line-top-medium:before {
  width: 3rem;
}
.dec-line-top-short:before {
  width: 2rem;
}
.dec-line-top-full:before {
  width: 100%;
}
.dec-line-left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #222;
}
.dec-line-bottom-full:before,
.dec-line-bottom:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5rem;
  height: 1px;
  background-color: #222;
}
.dec-line-bottom-full:before {
  width: 100%;
}
.dec-color-t:after,
.dec-color-t:before {
  background-color: transparent;
}
.dec-color-1:after,
.dec-color-1:before {
  background-color: #222;
}
.dec-color-2:after,
.dec-color-2:before {
  background-color: #a1a1a1;
}
.dec-color-3:after,
.dec-color-3:before {
  background-color: #e4e4e4;
}
.dec-color-acc-1:after,
.dec-color-acc-1:before {
  background-color: #1346a1;
}
.dec-color-acc-2:after,
.dec-color-acc-2:before {
  background-color: #2c9f4b;
}
.dec-color-acc-3:after,
.dec-color-acc-3:before {
  background-color: #333;
}
.dec-color-wh:after,
.dec-color-wh:before {
  background-color: #fff;
}
.dec-list-arrow {
  position: relative;
  list-style-type: none;
}
.dec-list-arrow:before {
  content: ">";
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dec-list-circle {
  position: relative;
  list-style-type: none;
}
.dec-list-circle:before {
  content: "•";
  position: absolute;
  color: #1346a1;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-shadow {
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.br-50p {
  border-radius: 50%;
}
.br-125 {
  border-radius: 0.125rem;
}
.br-25 {
  border-radius: 0.25rem;
}
.br-50 {
  border-radius: 0.5rem;
}
.br-75 {
  border-radius: 0.75rem;
}
.br-100 {
  border-radius: 1rem;
}
.br-200 {
  border-radius: 2rem;
}
.br-300 {
  border-radius: 3rem;
}
.br-400 {
  border-radius: 4rem;
}
.op-1 {
  opacity: 0.1;
}
.op-2 {
  opacity: 0.2;
}
.op-3 {
  opacity: 0.3;
}
.op-4 {
  opacity: 0.4;
}
.op-5 {
  opacity: 0.5;
}
.op-6 {
  opacity: 0.6;
}
.op-7 {
  opacity: 0.7;
}
.op-8 {
  opacity: 0.8;
}
.op-9 {
  opacity: 0.9;
}
.container-fluid {
  max-width: 1344px;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.container-fluid--special {
  max-width: 1800px;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.container-fluid--full {
  max-width: 100%;
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.container-fluid--middle {
  max-width: 1060px;
}
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}
.col-five,
.col-lg-five,
.col-md-five,
.col-sm-five,
.col-xl-five {
  position: relative;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
}
.col-five {
  width: 20%;
  float: left;
}
.col-xl-five {
  width: 20%;
  float: left;
}
.h-fc,
.h-fc-acc-1.active a,
.h-fc-acc-1.active i,
.h-fc-acc-1.active span,
.h-fc-acc-1.active:before,
.h-fc-acc-1.is-active a,
.h-fc-acc-1.is-active i,
.h-fc-acc-1.is-active span,
.h-fc-acc-1.is-active:before,
.h-fc-acc-1:active a,
.h-fc-acc-1:active i,
.h-fc-acc-1:active span,
.h-fc-acc-1:active:before,
.h-fc-acc-1:focus a,
.h-fc-acc-1:focus i,
.h-fc-acc-1:focus span,
.h-fc-acc-1:focus:before,
.h-fc-acc-1:hover a,
.h-fc-acc-1:hover i,
.h-fc-acc-1:hover span,
.h-fc-acc-1:hover:before {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.h-fc-1.active,
.h-fc-1.is-active,
.h-fc-1:active,
.h-fc-1:focus,
.h-fc-1:hover {
  color: #222;
}
.h-fc-2.active,
.h-fc-2.is-active,
.h-fc-2:active,
.h-fc-2:focus,
.h-fc-2:hover {
  color: #a1a1a1;
}
.h-fc-3.active,
.h-fc-3.is-active,
.h-fc-3:active,
.h-fc-3:focus,
.h-fc-3:hover {
  color: #e4e4e4;
}
.h-fc-acc-1.active,
.h-fc-acc-1.is-active,
.h-fc-acc-1:active,
.h-fc-acc-1:focus,
.h-fc-acc-1:hover {
  color: #1346a1;
}
.h-fc-acc-1.active a,
.h-fc-acc-1.active i,
.h-fc-acc-1.active span,
.h-fc-acc-1.is-active a,
.h-fc-acc-1.is-active i,
.h-fc-acc-1.is-active span,
.h-fc-acc-1:active a,
.h-fc-acc-1:active i,
.h-fc-acc-1:active span,
.h-fc-acc-1:focus a,
.h-fc-acc-1:focus i,
.h-fc-acc-1:focus span,
.h-fc-acc-1:hover a,
.h-fc-acc-1:hover i,
.h-fc-acc-1:hover span {
  color: #1346a1;
}
.h-fc-acc-1.active:before,
.h-fc-acc-1.is-active:before,
.h-fc-acc-1:active:before,
.h-fc-acc-1:focus:before,
.h-fc-acc-1:hover:before {
  color: #1346a1;
}
.h-fc-acc-2.active,
.h-fc-acc-2.is-active,
.h-fc-acc-2:active,
.h-fc-acc-2:focus,
.h-fc-acc-2:hover {
  color: #2c9f4b;
}
.h-fc-acc-3.active,
.h-fc-acc-3.is-active,
.h-fc-acc-3:active,
.h-fc-acc-3:focus,
.h-fc-acc-3:hover {
  color: #333;
}
.h-fc-wh.active,
.h-fc-wh.is-active,
.h-fc-wh:active,
.h-fc-wh:focus,
.h-fc-wh:hover {
  color: #fff;
}
.h-bgc {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.h-bgc.is-active,
.h-bgc:active,
.h-bgc:focus,
.h-bgc:hover {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.h-bgc-1.is-active,
.h-bgc-1:active,
.h-bgc-1:focus,
.h-bgc-1:hover {
  background-color: #222;
}
.h-bgc-2.is-active,
.h-bgc-2:active,
.h-bgc-2:focus,
.h-bgc-2:hover {
  background-color: #a1a1a1;
}
.h-bgc-3.is-active,
.h-bgc-3:active,
.h-bgc-3:focus,
.h-bgc-3:hover {
  background-color: #e4e4e4;
}
.h-bgc-acc-1.is-active,
.h-bgc-acc-1:active,
.h-bgc-acc-1:focus,
.h-bgc-acc-1:hover {
  background-color: #1346a1;
}
.h-bgc-acc-2.is-active,
.h-bgc-acc-2:active,
.h-bgc-acc-2:focus,
.h-bgc-acc-2:hover {
  background-color: #2c9f4b;
}
.h-bgc-acc-3.is-active,
.h-bgc-acc-3:active,
.h-bgc-acc-3:focus,
.h-bgc-acc-3:hover {
  background-color: #333;
}
.h-bgc-wh.is-active,
.h-bgc-wh:active,
.h-bgc-wh:focus,
.h-bgc-wh:hover {
  background-color: #fff;
}
.h-bc {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.h-bc.is-active,
.h-bc:active,
.h-bc:focus,
.h-bc:hover {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.h-bc-1.is-active,
.h-bc-1:active,
.h-bc-1:focus,
.h-bc-1:hover {
  border-color: #222;
}
.h-bc-2.is-active,
.h-bc-2:active,
.h-bc-2:focus,
.h-bc-2:hover {
  border-color: #a1a1a1;
}
.h-bc-3.is-active,
.h-bc-3:active,
.h-bc-3:focus,
.h-bc-3:hover {
  border-color: #e4e4e4;
}
.h-bc-acc-1.is-active,
.h-bc-acc-1:active,
.h-bc-acc-1:focus,
.h-bc-acc-1:hover {
  border-color: #1346a1;
}
.h-bc-acc-2.is-active,
.h-bc-acc-2:active,
.h-bc-acc-2:focus,
.h-bc-acc-2:hover {
  border-color: #2c9f4b;
}
.h-bc-acc-3.is-active,
.h-bc-acc-3:active,
.h-bc-acc-3:focus,
.h-bc-acc-3:hover {
  border-color: #333;
}
.h-bc-wh.is-active,
.h-bc-wh:active,
.h-bc-wh:focus,
.h-bc-wh:hover {
  border-color: #fff;
}
.h-fx-opener {
  position: relative;
}
.h-fx-opener .h-fx-drop {
  display: none;
  position: absolute;
  top: 100%;
  left: -1.5rem;
  z-index: 1000;
}
.h-fx-opener:hover .h-fx-opener:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 3rem;
}
.h-fx-opener:hover .h-fx-drop {
  display: block;
}
.h-fx-item,
.ovfl-h {
  overflow: hidden;
}
.h-fx-item__img {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  -o-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.h-fx-item__text .first-line {
  -webkit-transform: translate3d(0, 3.5rem, 0);
  transform: translate3d(0, 3.5rem, 0);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.h-fx-item__text .second-line {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease, opacity 0.5s ease;
  transition: transform 0.4s ease, opacity 0.5s ease;
  transition: transform 0.4s ease, opacity 0.5s ease,
    -webkit-transform 0.4s ease;
  -webkit-transform: translate3d(0, 3.5rem, 0);
  transform: translate3d(0, 3.5rem, 0);
}
.h-fx-item:hover .h-fx-item__img,
.ovfl-h:hover .h-fx-item__img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.h-fx-item:hover .h-fx-item__text .first-line,
.ovfl-h:hover .h-fx-item__text .first-line {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.h-fx-item:hover .h-fx-item__text .second-line,
.ovfl-h:hover .h-fx-item__text .second-line {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.h-fx-underline {
  position: relative;
  z-index: 1;
}
.h-fx-underline:before {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background-color: #2c9f4b;
  opacity: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.h-fx-underline.active:before,
.h-fx-underline.is-active:before,
.h-fx-underline:hover:before {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.h-fx-underline-5:before {
  height: 5px;
  bottom: 5px;
}
.h-fx-underline-10:before {
  height: 10px;
}
.h-fx-underline-start:before {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 3px;
  z-index: 1;
  background-color: #2c9f4b;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.h-fx-underline-start.active:before,
.h-fx-underline-start.is-active:before,
.h-fx-underline-start:hover:before {
  opacity: 1;
  width: 3rem;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.h-fx-underline-color-1:before {
  background-color: #222;
}
.h-fx-underline-color-2:before {
  background-color: #a1a1a1;
}
.h-fx-underline-color-3:before {
  background-color: #e4e4e4;
}
.h-fx-underline-color-acc-1:before {
  background-color: #1346a1;
}
.h-fx-underline-color-acc-2:before {
  background-color: #2c9f4b;
}
.h-fx-underline-color-acc-3:before {
  background-color: #333;
}
.h-fx-underline-color-wh:before {
  background-color: #fff;
}
.h-fx-opacity,
.h-fx-opacity-1,
.h-fx-opacity-2,
.h-fx-opacity-3,
.h-fx-opacity-4,
.h-fx-opacity-5,
.h-fx-opacity-6,
.h-fx-opacity-7,
.h-fx-opacity-8,
.h-fx-opacity-9 {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.h-fx-opacity-1:active,
.h-fx-opacity-1:focus,
.h-fx-opacity-1:hover,
.h-fx-opacity-2:active,
.h-fx-opacity-2:focus,
.h-fx-opacity-2:hover,
.h-fx-opacity-3:active,
.h-fx-opacity-3:focus,
.h-fx-opacity-3:hover,
.h-fx-opacity-4:active,
.h-fx-opacity-4:focus,
.h-fx-opacity-4:hover,
.h-fx-opacity-5:active,
.h-fx-opacity-5:focus,
.h-fx-opacity-5:hover,
.h-fx-opacity-6:active,
.h-fx-opacity-6:focus,
.h-fx-opacity-6:hover,
.h-fx-opacity-7:active,
.h-fx-opacity-7:focus,
.h-fx-opacity-7:hover,
.h-fx-opacity-8:active,
.h-fx-opacity-8:focus,
.h-fx-opacity-8:hover,
.h-fx-opacity-9:active,
.h-fx-opacity-9:focus,
.h-fx-opacity-9:hover,
.h-fx-opacity.is-active,
.h-fx-opacity:active,
.h-fx-opacity:focus,
.h-fx-opacity:hover,
.is-active.h-fx-opacity-1,
.is-active.h-fx-opacity-2,
.is-active.h-fx-opacity-3,
.is-active.h-fx-opacity-4,
.is-active.h-fx-opacity-5,
.is-active.h-fx-opacity-6,
.is-active.h-fx-opacity-7,
.is-active.h-fx-opacity-8,
.is-active.h-fx-opacity-9 {
  opacity: 0.5;
}
.h-fx-opacity-1.is-active,
.h-fx-opacity-1:active,
.h-fx-opacity-1:focus,
.h-fx-opacity-1:hover {
  opacity: 0.1;
}
.h-fx-opacity-2.is-active,
.h-fx-opacity-2:active,
.h-fx-opacity-2:focus,
.h-fx-opacity-2:hover {
  opacity: 0.2;
}
.h-fx-opacity-3.is-active,
.h-fx-opacity-3:active,
.h-fx-opacity-3:focus,
.h-fx-opacity-3:hover {
  opacity: 0.3;
}
.h-fx-opacity-4.is-active,
.h-fx-opacity-4:active,
.h-fx-opacity-4:focus,
.h-fx-opacity-4:hover {
  opacity: 0.4;
}
.h-fx-opacity-5.is-active,
.h-fx-opacity-5:active,
.h-fx-opacity-5:focus,
.h-fx-opacity-5:hover {
  opacity: 0.5;
}
.h-fx-opacity-6.is-active,
.h-fx-opacity-6:active,
.h-fx-opacity-6:focus,
.h-fx-opacity-6:hover {
  opacity: 0.6;
}
.h-fx-opacity-7.is-active,
.h-fx-opacity-7:active,
.h-fx-opacity-7:focus,
.h-fx-opacity-7:hover {
  opacity: 0.7;
}
.h-fx-opacity-8.is-active,
.h-fx-opacity-8:active,
.h-fx-opacity-8:focus,
.h-fx-opacity-8:hover {
  opacity: 0.8;
}
.h-fx-opacity-9.is-active,
.h-fx-opacity-9:active,
.h-fx-opacity-9:focus,
.h-fx-opacity-9:hover {
  opacity: 0.9;
}
.h-fx-shadow {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.h-fx-shadow.is-active,
.h-fx-shadow:active,
.h-fx-shadow:focus,
.h-fx-shadow:hover {
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
}
.h-fx-gray {
  -webkit-transition: -webkit-filter 0.3s ease-in-out;
  transition: -webkit-filter 0.3s ease-in-out;
  -o-transition: filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.h-fx-gray.is-active,
.h-fx-gray:active,
.h-fx-gray:focus,
.h-fx-gray:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.pos-r {
  position: relative;
}
.pos-a {
  position: absolute;
}
.pos-f {
  position: fixed;
}
.trbl-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.t-0 {
  top: 0;
}
.r-0 {
  right: 0;
}
.l-0 {
  left: 0;
}
.b-0 {
  bottom: 0;
}
.no-link {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cur-p {
  cursor: pointer;
}
.img-resp {
  display: block;
  max-width: 100%;
  height: auto;
}
.flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.dn-i {
  display: none !important;
}
.zi-1 {
  z-index: 1;
}
.zi-2 {
  z-index: 2;
}
.zi-3 {
  z-index: 3;
}
.zi-4 {
  z-index: 4;
}
.zi-5 {
  z-index: 5;
}
.zi-6 {
  z-index: 6;
}
.zi-7 {
  z-index: 7;
}
.zi-8 {
  z-index: 8;
}
.zi-9 {
  z-index: 9;
}
.zi-10 {
  z-index: 10;
}
.zi-11 {
  z-index: 11;
}
.zi--1 {
  z-index: -1;
}
.zi--2 {
  z-index: -2;
}
.of-c {
  -o-object-fit: cover;
  object-fit: cover;
}
.br-50p {
  border-radius: 50%;
}
.p-25p {
  padding: 25%;
}
.pt-25p {
  padding-top: 25%;
}
.pb-25p {
  padding-bottom: 25%;
}
.ptb-25p {
  padding-top: 25%;
  padding-bottom: 25%;
}
.pl-25p {
  padding-left: 25%;
}
.pr-25p {
  padding-right: 25%;
}
.plr-25p {
  padding-left: 25%;
  padding-right: 25%;
}
.p-35p {
  padding: 35%;
}
.pt-35p {
  padding-top: 35%;
}

.ptb-35p {
  padding-top: 35%;
  padding-bottom: 35%;
}
.pl-35p {
  padding-left: 35%;
}
.pr-35p {
  padding-right: 35%;
}
.plr-35p {
  padding-left: 35%;
  padding-right: 35%;
}
.p-50p {
  padding: 50%;
}
.pt-50p {
  padding-top: 50%;
}
.pb-50p {
  padding-bottom: 50%;
}
.ptb-50p {
  padding-top: 50%;
  padding-bottom: 50%;
}
.pl-50p {
  padding-left: 50%;
}
.pr-50p {
  padding-right: 50%;
}
.plr-50p {
  padding-left: 50%;
  padding-right: 50%;
}
.p-56p {
  padding: 56.25%;
}
.pt-56p {
  padding-top: 56.25%;
}
.pb-56p {
  padding-bottom: 56.25%;
}
.ptb-56p {
  padding-top: 56.25%;
  padding-bottom: 56.25%;
}
.pl-56p {
  padding-left: 56.25%;
}
.pr-56p {
  padding-right: 56.25%;
}
.plr-56p {
  padding-left: 56.25%;
  padding-right: 56.25%;
}
.p-66p {
  padding: 66.66%;
}
.pt-66p {
  padding-top: 66.66%;
}
.pb-66p {
  padding-bottom: 66.66%;
}
.ptb-66p {
  padding-top: 66.66%;
  padding-bottom: 66.66%;
}
.pl-66p {
  padding-left: 66.66%;
}
.pr-66p {
  padding-right: 66.66%;
}
.plr-66p {
  padding-left: 66.66%;
  padding-right: 66.66%;
}
.p-75p {
  padding: 75%;
}
.pt-75p {
  padding-top: 75%;
}
.pb-75p {
  padding-bottom: 75%;
}
.ptb-75p {
  padding-top: 75%;
  padding-bottom: 75%;
}
.pl-75p {
  padding-left: 75%;
}
.pr-75p {
  padding-right: 75%;
}
.plr-75p {
  padding-left: 75%;
  padding-right: 75%;
}
.p-100p {
  padding: 100%;
}
.pt-100p {
  padding-top: 100%;
}
.pb-100p {
  padding-bottom: 100%;
}
.ptb-100p {
  padding-top: 100%;
  padding-bottom: 100%;
}
.pl-100p {
  padding-left: 100%;
}
.pr-100p {
  padding-right: 100%;
}
.plr-100p {
  padding-left: 100%;
  padding-right: 100%;
}
.p-133p {
  padding: 133%;
}
.pt-133p {
  padding-top: 133%;
}
.pb-133p {
  padding-bottom: 133%;
}
.ptb-133p {
  padding-top: 133%;
  padding-bottom: 133%;
}
.pl-133p {
  padding-left: 133%;
}
.pr-133p {
  padding-right: 133%;
}
.plr-133p {
  padding-left: 133%;
  padding-right: 133%;
}
.p-0 {
  padding: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.ptb-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.plr-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.p-25 {
  padding: 0.25rem;
}
.pt-25 {
  padding-top: 0.25rem;
}
.pb-25 {
  padding-bottom: 0.25rem;
}
.ptb-25 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.pl-25 {
  padding-left: 0.25rem;
}
.pr-25 {
  padding-right: 0.25rem;
}
.plr-25 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.p-35 {
  padding: 0.35rem;
}
.pt-35 {
  padding-top: 0.35rem;
}
.pb-35 {
  padding-bottom: 0.35rem;
}
.ptb-35 {
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}
.pl-35 {
  padding-left: 0.35rem;
}
.pr-35 {
  padding-right: 0.35rem;
}
.plr-35 {
  padding-left: 0.35rem;
  padding-right: 0.35rem;
}
.p-50 {
  padding: 0.5rem;
}
.pt-50 {
  padding-top: 0.5rem;
}
.pb-50 {
  padding-bottom: 0.5rem;
}
.ptb-50 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.pl-50 {
  padding-left: 0.5rem;
}
.pr-50 {
  padding-right: 0.5rem;
}
.plr-50 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.p-75 {
  padding: 0.75rem;
}
.pt-75 {
  padding-top: 0.75rem;
}
.pb-75 {
  padding-bottom: 0.75rem;
}
.ptb-75 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.pl-75 {
  padding-left: 0.75rem;
}
.pr-75 {
  padding-right: 0.75rem;
}
.plr-75 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.p-875 {
  padding: 0.875rem;
}
.pt-875 {
  padding-top: 0.875rem;
}
.pb-875 {
  padding-bottom: 0.875rem;
}
.ptb-875 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.pl-875 {
  padding-left: 0.875rem;
}
.pr-875 {
  padding-right: 0.875rem;
}
.plr-875 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.p-100 {
  padding: 1rem;
}
.pt-100 {
  padding-top: 1rem;
}
.pb-100 {
  padding-bottom: 1rem;
}
.ptb-100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pl-100 {
  padding-left: 1rem;
}
.pr-100 {
  padding-right: 1rem;
}
.plr-100 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.p-1125 {
  padding: 1.125rem;
}
.pt-1125 {
  padding-top: 1.125rem;
}
.pb-1125 {
  padding-bottom: 1.125rem;
}
.ptb-1125 {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}
.pl-1125 {
  padding-left: 1.125rem;
}
.pr-1125 {
  padding-right: 1.125rem;
}
.plr-1125 {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}
.p-125 {
  padding: 1.25rem;
}
.pt-125 {
  padding-top: 1.25rem;
}
.pb-125 {
  padding-bottom: 1.25rem;
}
.ptb-125 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.pl-125 {
  padding-left: 1.25rem;
}
.pr-125 {
  padding-right: 1.25rem;
}
.plr-125 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.p-150 {
  padding: 1.5rem;
}
.pt-150 {
  padding-top: 1.5rem;
}
.pb-150 {
  padding-bottom: 1.5rem;
}
.ptb-150 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pl-150 {
  padding-left: 1.5rem;
}
.pr-150 {
  padding-right: 1.5rem;
}
.plr-150 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.p-175 {
  padding: 1.75rem;
}
.pt-175 {
  padding-top: 1.75rem;
}
.pb-175 {
  padding-bottom: 1.75rem;
}
.ptb-175 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.pl-175 {
  padding-left: 1.75rem;
}
.pr-175 {
  padding-right: 1.75rem;
}
.plr-175 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.p-200 {
  padding: 2rem;
}
.pt-200 {
  padding-top: 2rem;
}
.pb-200 {
  padding-bottom: 2rem;
}
.ptb-200 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pl-200 {
  padding-left: 2rem;
}
.pr-200 {
  padding-right: 2rem;
}
.plr-200 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.p-250 {
  padding: 2.5rem;
}
.pt-250 {
  padding-top: 2.5rem;
}
.pb-250 {
  padding-bottom: 2.5rem;
}
.ptb-250 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.pl-250 {
  padding-left: 2.5rem;
}
.pr-250 {
  padding-right: 2.5rem;
}
.plr-250 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.p-300 {
  padding: 3rem;
}
.pt-300 {
  padding-top: 3rem;
}
.pb-300 {
  padding-bottom: 3rem;
}
.ptb-300 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.pl-300 {
  padding-left: 3rem;
}
.pr-300 {
  padding-right: 3rem;
}
.plr-300 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.p-350 {
  padding: 3.5rem;
}
.pt-350 {
  padding-top: 3.5rem;
}
.pb-350 {
  padding-bottom: 3.5rem;
}
.ptb-350 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.pl-350 {
  padding-left: 3.5rem;
}
.pr-350 {
  padding-right: 3.5rem;
}
.plr-350 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.p-375 {
  padding: 3.75rem;
}
.pt-375 {
  padding-top: 3.75rem;
}
.pb-375 {
  padding-bottom: 3.75rem;
}
.ptb-375 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.pl-375 {
  padding-left: 3.75rem;
}
.pr-375 {
  padding-right: 3.75rem;
}
.plr-375 {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}
.p-400 {
  padding: 4rem;
}
.pt-400 {
  padding-top: 4rem;
}
.pb-400 {
  padding-bottom: 4rem;
}
.ptb-400 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.pl-400 {
  padding-left: 4rem;
}
.pr-400 {
  padding-right: 4rem;
}
.plr-400 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.p-450 {
  padding: 4.5rem;
}
.pt-450 {
  padding-top: 4.5rem;
}
.pb-450 {
  padding-bottom: 4.5rem;
}
.ptb-450 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
.pl-450 {
  padding-left: 4.5rem;
}
.pr-450 {
  padding-right: 4.5rem;
}
.plr-450 {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}
.p-500 {
  padding: 5rem;
}
.pt-500 {
  padding-top: 5rem;
}
.pb-500 {
  padding-bottom: 5rem;
}
.ptb-500 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.pl-500 {
  padding-left: 5rem;
}
.pr-500 {
  padding-right: 5rem;
}
.plr-500 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.p-600 {
  padding: 6rem;
}
.pt-600 {
  padding-top: 6rem;
}
.pb-600 {
  padding-bottom: 6rem;
}
.ptb-600 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.pl-600 {
  padding-left: 6rem;
}
.pr-600 {
  padding-right: 6rem;
}
.plr-600 {
  padding-left: 6rem;
  padding-right: 6rem;
}
.p-700 {
  padding: 7rem;
}
.pt-700 {
  padding-top: 7rem;
}
.pb-700 {
  padding-bottom: 7rem;
}
.ptb-700 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.pl-700 {
  padding-left: 7rem;
}
.pr-700 {
  padding-right: 7rem;
}
.plr-700 {
  padding-left: 7rem;
  padding-right: 7rem;
}
.p-800 {
  padding: 8rem;
}
.pt-800 {
  padding-top: 8rem;
}
.pb-800 {
  padding-bottom: 8rem;
}
.ptb-800 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.pl-800 {
  padding-left: 8rem;
}
.pr-800 {
  padding-right: 8rem;
}
.plr-800 {
  padding-left: 8rem;
  padding-right: 8rem;
}
.p-900 {
  padding: 9rem;
}
.pt-900 {
  padding-top: 9rem;
}
.pb-900 {
  padding-bottom: 9rem;
}
.ptb-900 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}
.pl-900 {
  padding-left: 9rem;
}
.pr-900 {
  padding-right: 9rem;
}
.plr-900 {
  padding-left: 9rem;
  padding-right: 9rem;
}
.p-1000 {
  padding: 10rem;
}
.pt-1000 {
  padding-top: 10rem;
}
.pb-1000 {
  padding-bottom: 10rem;
}
.ptb-1000 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.pl-1000 {
  padding-left: 10rem;
}
.pr-1000 {
  padding-right: 10rem;
}
.plr-1000 {
  padding-left: 10rem;
  padding-right: 10rem;
}
.m-25p {
  margin: 25%;
}
.mt-25p {
  margin-top: 25%;
}
.mb-25p {
  margin-bottom: 25%;
}
.mtb-25p {
  margin-top: 25%;
  margin-bottom: 25%;
}
.ml-25p {
  margin-left: 25%;
}
.mr-25p {
  margin-right: 25%;
}
.mlr-25p {
  margin-left: 25%;
  margin-right: 25%;
}
.m-35p {
  margin: 35%;
}
.mt-35p {
  margin-top: 35%;
}
.mb-35p {
  margin-bottom: 35%;
}
.mtb-35p {
  margin-top: 35%;
  margin-bottom: 35%;
}
.ml-35p {
  margin-left: 35%;
}
.mr-35p {
  margin-right: 35%;
}
.mlr-35p {
  margin-left: 35%;
  margin-right: 35%;
}
.m-50p {
  margin: 50%;
}
.mt-50p {
  margin-top: 50%;
}
.mb-50p {
  margin-bottom: 50%;
}
.mtb-50p {
  margin-top: 50%;
  margin-bottom: 50%;
}
.ml-50p {
  margin-left: 50%;
}
.mr-50p {
  margin-right: 50%;
}
.mlr-50p {
  margin-left: 50%;
  margin-right: 50%;
}
.m-56p {
  margin: 56.25%;
}
.mt-56p {
  margin-top: 56.25%;
}
.mb-56p {
  margin-bottom: 56.25%;
}
.mtb-56p {
  margin-top: 56.25%;
  margin-bottom: 56.25%;
}
.ml-56p {
  margin-left: 56.25%;
}
.mr-56p {
  margin-right: 56.25%;
}
.mlr-56p {
  margin-left: 56.25%;
  margin-right: 56.25%;
}
.m-66p {
  margin: 66.66%;
}
.mt-66p {
  margin-top: 66.66%;
}
.mb-66p {
  margin-bottom: 66.66%;
}
.mtb-66p {
  margin-top: 66.66%;
  margin-bottom: 66.66%;
}
.ml-66p {
  margin-left: 66.66%;
}
.mr-66p {
  margin-right: 66.66%;
}
.mlr-66p {
  margin-left: 66.66%;
  margin-right: 66.66%;
}
.m-75p {
  margin: 75%;
}
.mt-75p {
  margin-top: 75%;
}
.mb-75p {
  margin-bottom: 75%;
}
.mtb-75p {
  margin-top: 75%;
  margin-bottom: 75%;
}
.ml-75p {
  margin-left: 75%;
}
.mr-75p {
  margin-right: 75%;
}
.mlr-75p {
  margin-left: 75%;
  margin-right: 75%;
}
.m-100p {
  margin: 100%;
}
.mt-100p {
  margin-top: 100%;
}
.mb-100p {
  margin-bottom: 100%;
}
.mtb-100p {
  margin-top: 100%;
  margin-bottom: 100%;
}
.ml-100p {
  margin-left: 100%;
}
.mr-100p {
  margin-right: 100%;
}
.mlr-100p {
  margin-left: 100%;
  margin-right: 100%;
}
.m-133p {
  margin: 133%;
}
.mt-133p {
  margin-top: 133%;
}
.mb-133p {
  margin-bottom: 133%;
}
.mtb-133p {
  margin-top: 133%;
  margin-bottom: 133%;
}
.ml-133p {
  margin-left: 133%;
}
.mr-133p {
  margin-right: 133%;
}
.mlr-133p {
  margin-left: 133%;
  margin-right: 133%;
}
.m-0 {
  margin: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mtb-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mlr-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.m-25 {
  margin: 0.25rem;
}
.mt-25 {
  margin-top: 0.25rem;
}
.mb-25 {
  margin-bottom: 0.25rem;
}
.mtb-25 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.ml-25 {
  margin-left: 0.25rem;
}
.mr-25 {
  margin-right: 0.25rem;
}
.mlr-25 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.m-35 {
  margin: 0.35rem;
}
.mt-35 {
  margin-top: 0.35rem;
}
.mb-35 {
  margin-bottom: 0.35rem;
}
.mtb-35 {
  margin-top: 0.35rem;
  margin-bottom: 0.35rem;
}
.ml-35 {
  margin-left: 0.35rem;
}
.mr-35 {
  margin-right: 0.35rem;
}
.mlr-35 {
  margin-left: 0.35rem;
  margin-right: 0.35rem;
}
.m-50 {
  margin: 0.5rem;
}
.mt-50 {
  margin-top: 0.5rem;
}
.mb-50 {
  margin-bottom: 0.5rem;
}
.mtb-50 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.ml-50 {
  margin-left: 0.5rem;
}
.mr-50 {
  margin-right: 0.5rem;
}
.mlr-50 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.m-75 {
  margin: 0.75rem;
}
.mt-75 {
  margin-top: 0.75rem;
}
.mb-75 {
  margin-bottom: 0.75rem;
}
.mtb-75 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.ml-75 {
  margin-left: 0.75rem;
}
.max-img {
  max-width: 20px;
}
.mr-75 {
  margin-right: 0.75rem;
}
.mlr-75 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.m-875 {
  margin: 0.875rem;
}
.mt-875 {
  margin-top: 0.875rem;
}
.mb-875 {
  margin-bottom: 0.875rem;
}
.mtb-875 {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}
.ml-875 {
  margin-left: 0.875rem;
}
.mr-875 {
  margin-right: 0.875rem;
}
.mlr-875 {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}
.m-100 {
  margin: 1rem;
}
.mt-100 {
  margin-top: 1rem;
}
.mb-100 {
  margin-bottom: 1rem;
}
.mtb-100 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.ml-100 {
  margin-left: 1rem;
}
.mr-100 {
  margin-right: 1rem;
}
.mlr-100 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.m-1125 {
  margin: 1.125rem;
}
.mt-1125 {
  margin-top: 1.125rem;
}
.mb-1125 {
  margin-bottom: 1.125rem;
}
.mtb-1125 {
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
}
.ml-1125 {
  margin-left: 1.125rem;
}
.mr-1125 {
  margin-right: 1.125rem;
}
.mlr-1125 {
  margin-left: 1.125rem;
  margin-right: 1.125rem;
}
.m-125 {
  margin: 1.25rem;
}
.mt-125 {
  margin-top: 1.25rem;
}
.mb-125 {
  margin-bottom: 1.25rem;
}
.mtb-125 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.ml-125 {
  margin-left: 1.25rem;
}
.mr-125 {
  margin-right: 1.25rem;
}
.mlr-125 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.m-150 {
  margin: 1.5rem;
}
.mt-150 {
  margin-top: 1.5rem;
}
.addDesc-content h1,
.addDesc-content h2,
.addDesc-content h3,
.addDesc-content h4,
.addDesc-content h5,
.mb-150 {
  margin-bottom: 1.5rem;
}
.mtb-150 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.ml-150 {
  margin-left: 1.5rem;
}
.mr-150 {
  margin-right: 1.5rem;
}
.mlr-150 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.m-175 {
  margin: 1.75rem;
}
.mt-175 {
  margin-top: 1.75rem;
}
.mb-175 {
  margin-bottom: 1.75rem;
}
.mtb-175 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.ml-175 {
  margin-left: 1.75rem;
}
.mr-175 {
  margin-right: 1.75rem;
}
.mlr-175 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}
.m-200 {
  margin: 2rem;
}
.mt-200 {
  margin-top: 2rem;
}
.mb-200 {
  margin-bottom: 2rem;
}
.mtb-200 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ml-200 {
  margin-left: 2rem;
}
.mr-200 {
  margin-right: 2rem;
}
.mlr-200 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.m-250 {
  margin: 2.5rem;
}
.mt-250 {
  margin-top: 2.5rem;
}
.mb-250 {
  margin-bottom: 2.5rem;
}
.mtb-250 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.ml-250 {
  margin-left: 2.5rem;
}
.mr-250 {
  margin-right: 2.5rem;
}
.mlr-250 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.m-300 {
  margin: 3rem;
}
.mt-300 {
  margin-top: 3rem;
}
.mb-300 {
  margin-bottom: 3rem;
}
.mtb-300 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.ml-300 {
  margin-left: 3rem;
}
.mr-300 {
  margin-right: 3rem;
}
.mlr-300 {
  margin-left: 3rem;
  margin-right: 3rem;
}
.m-350 {
  margin: 3.5rem;
}
.mt-350 {
  margin-top: 3.5rem;
}
.mb-350 {
  margin-bottom: 3.5rem;
}
.mtb-350 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.ml-350 {
  margin-left: 3.5rem;
}
.mr-350 {
  margin-right: 3.5rem;
}
.mlr-350 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}
.m-375 {
  margin: 3.75rem;
}
.mt-375 {
  margin-top: 3.75rem;
}
.mb-375 {
  margin-bottom: 3.75rem;
}
.mtb-375 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
.ml-375 {
  margin-left: 3.75rem;
}
.mr-375 {
  margin-right: 3.75rem;
}
.mlr-375 {
  margin-left: 3.75rem;
  margin-right: 3.75rem;
}
.m-400 {
  margin: 4rem;
}
.mt-400 {
  margin-top: 4rem;
}
.mb-400 {
  margin-bottom: 4rem;
}
.mtb-400 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.ml-400 {
  margin-left: 4rem;
}
.mr-400 {
  margin-right: 4rem;
}
.mlr-400 {
  margin-left: 4rem;
  margin-right: 4rem;
}
.m-450 {
  margin: 4.5rem;
}
.mt-450 {
  margin-top: 4.5rem;
}
.mb-450 {
  margin-bottom: 4.5rem;
}
.mtb-450 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}
.ml-450 {
  margin-left: 4.5rem;
}
.mr-450 {
  margin-right: 4.5rem;
}
.mlr-450 {
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}
.m-500 {
  margin: 5rem;
}
.mt-500 {
  margin-top: 5rem;
}
.mb-500 {
  margin-bottom: 5rem;
}
.mtb-500 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.ml-500 {
  margin-left: 5rem;
}
.mr-500 {
  margin-right: 5rem;
}
.mlr-500 {
  margin-left: 5rem;
  margin-right: 5rem;
}
.m-600 {
  margin: 6rem;
}
.mt-600 {
  margin-top: 6rem;
}
.mb-600 {
  margin-bottom: 6rem;
}
.mtb-600 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.ml-600 {
  margin-left: 6rem;
}
.mr-600 {
  margin-right: 6rem;
}
.mlr-600 {
  margin-left: 6rem;
  margin-right: 6rem;
}
.m-700 {
  margin: 7rem;
}
.mt-700 {
  margin-top: 7rem;
}
.mb-700 {
  margin-bottom: 7rem;
}
.mtb-700 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}
.ml-700 {
  margin-left: 7rem;
}
.mr-700 {
  margin-right: 7rem;
}
.mlr-700 {
  margin-left: 7rem;
  margin-right: 7rem;
}
.m-800 {
  margin: 8rem;
}
.mt-800 {
  margin-top: 8rem;
}
.mb-800 {
  margin-bottom: 8rem;
}
.mtb-800 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.ml-800 {
  margin-left: 8rem;
}
.mr-800 {
  margin-right: 8rem;
}
.mlr-800 {
  margin-left: 8rem;
  margin-right: 8rem;
}
.m-900 {
  margin: 9rem;
}
.mt-900 {
  margin-top: 9rem;
}
.mb-900 {
  margin-bottom: 9rem;
}
.mtb-900 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}
.ml-900 {
  margin-left: 9rem;
}
.mr-900 {
  margin-right: 9rem;
}
.mlr-900 {
  margin-left: 9rem;
  margin-right: 9rem;
}
.m-1000 {
  margin: 10rem;
}
.mt-1000 {
  margin-top: 10rem;
}
.mb-1000 {
  margin-bottom: 10rem;
}
.mtb-1000 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.ml-1000 {
  margin-left: 10rem;
}
.mr-1000 {
  margin-right: 10rem;
}
.mlr-1000 {
  margin-left: 10rem;
  margin-right: 10rem;
}
.mlm-0i {
  margin-left: 0 !important;
}
.mlm-0 {
  margin-left: 0;
}
.mlm-1 {
  margin-left: -1px;
}
.mlm-2 {
  margin-left: -2px;
}
.mlm-3 {
  margin-left: -3px;
}
.mlm-4 {
  margin-left: -4px;
}
.w-auto {
  width: auto;
}
.w-100p {
  width: 100%;
}
.w-100pi {
  width: 100% !important;
}
.w-90p {
  width: 90%;
}
.w-80p {
  width: 80%;
}
.w-75p {
  width: 75%;
}
.w-70p {
  width: 70%;
}
.w-60p {
  width: 60%;
}
.w-50p {
  width: 50%;
}
.w-40p {
  width: 40%;
}
.w-30p {
  width: 30%;
}
.w-20p {
  width: 20%;
}
.w-10p {
  width: 10%;
}
.w-100vw {
  width: 100vw;
}
.w-0 {
  width: 0;
}
.w-25 {
  width: 0.25rem;
}
.w-50 {
  width: 0.5rem;
}
.w-75 {
  width: 0.75rem;
}
.w-100 {
  width: 1rem;
}
.w-125 {
  width: 1.25rem;
}
.w-150 {
  width: 1.5rem;
}
.w-175 {
  width: 1.75rem;
}
.w-200 {
  width: 2rem;
}
.w-250 {
  width: 2.5rem;
}
.w-300 {
  width: 3rem;
}
.w-350 {
  width: 3.5rem;
}
.w-400 {
  width: 4rem;
}
.w-500 {
  width: 5rem;
}
.w-600 {
  width: 6rem;
}
.w-700 {
  width: 7rem;
}
.w-800 {
  width: 8rem;
}
.w-900 {
  width: 9rem;
}
.w-1000 {
  width: 10rem;
}
.h-auto {
  height: auto;
}
.h-100p {
  height: 100%;
}
.h-100pi {
  height: 100% !important;
}
.h-80p {
  height: 80%;
}
.h-75p {
  height: 75%;
}
.h-60p {
  height: 60%;
}
.h-50p {
  height: 50%;
}
.h-20p {
  height: 20%;
}
.h-25vh {
  height: 25vh;
}
.h-50vh {
  height: 50vh;
}
.h-75vh {
  height: 75vh;
}
.h-85vh {
  height: 85vh;
}
.h-90vh {
  height: 90vh;
}
.h-100vh {
  height: 100vh;
}
.h-0 {
  height: 0;
}
.h-25 {
  height: 0.25rem;
}
.h-50 {
  height: 0.5rem;
}
.h-75 {
  height: 0.75rem;
}
.h-100 {
  height: 1rem;
}
.h-125 {
  height: 1.25rem;
}
.h-150 {
  height: 1.5rem;
}
.h-175 {
  height: 1.75rem;
}
.h-200 {
  height: 2rem;
}
.h-250 {
  height: 2.5rem;
}
.h-300 {
  height: 3rem;
}
.h-350 {
  height: 3.5rem;
}
.h-400 {
  height: 4rem;
}
.h-500 {
  height: 5rem;
}
.h-600 {
  height: 6rem;
}
.h-700 {
  height: 7rem;
}
.h-800 {
  height: 8rem;
}
.h-900 {
  height: 9rem;
}
.h-1000 {
  height: 10rem;
}
.mn-h-auto {
  min-height: auto;
}
.mx-h-auto {
  max-height: auto;
}
.mn-h-100p {
  min-height: 100%;
}
.mx-h-100p {
  max-height: 100%;
}
.mn-h-100pi {
  min-height: 100% !important;
}
.mx-h-100pi {
  max-height: 100% !important;
}
.mn-h-80p {
  min-height: 80%;
}
.mx-h-80p {
  max-height: 80%;
}
.mn-h-75p {
  min-height: 75%;
}
.mx-h-75p {
  max-height: 75%;
}
.mn-h-60p {
  min-height: 60%;
}
.mx-h-60p {
  max-height: 60%;
}
.mn-h-50p {
  min-height: 50%;
}
.mx-h-50p {
  max-height: 50%;
}
.mn-h-20p {
  min-height: 20%;
}
.mx-h-20p {
  max-height: 20%;
}
.mn-h-25vh {
  min-height: 25vh;
}
.mx-h-25vh {
  max-height: 25vh;
}
.mn-h-50vh {
  min-height: 50vh;
}
.mx-h-50vh {
  max-height: 50vh;
}
.mn-h-75vh {
  min-height: 75vh;
}
.mx-h-75vh {
  max-height: 75vh;
}
.mn-h-85vh {
  min-height: 85vh;
}
.mx-h-85vh {
  max-height: 85vh;
}
.mn-h-90vh {
  min-height: 90vh;
}
.mx-h-90vh {
  max-height: 90vh;
}
.mn-h-100vh {
  min-height: 100vh;
}
.mx-h-100vh {
  max-height: 100vh;
}
.mn-h-0 {
  min-height: 0;
}
.mx-h-0 {
  max-height: 0;
}
.mn-h-25 {
  min-height: 0.25rem;
}
.mx-h-25 {
  max-height: 0.25rem;
}
.mn-h-50 {
  min-height: 0.5rem;
}
.mx-h-50 {
  max-height: 0.5rem;
}
.mn-h-75 {
  min-height: 0.75rem;
}
.mx-h-75 {
  max-height: 0.75rem;
}
.mn-h-100 {
  min-height: 1rem;
}
.mx-h-100 {
  max-height: 1rem;
}
.mn-h-125 {
  min-height: 1.25rem;
}
.mx-h-125 {
  max-height: 1.25rem;
}
.mn-h-150 {
  min-height: 1.5rem;
}
.mx-h-150 {
  max-height: 1.5rem;
}
.mn-h-175 {
  min-height: 1.75rem;
}
.mx-h-175 {
  max-height: 1.75rem;
}
.mn-h-200 {
  min-height: 2rem;
}
.mx-h-200 {
  max-height: 2rem;
}
.mn-h-250 {
  min-height: 2.5rem;
}
.mx-h-250 {
  max-height: 2.5rem;
}
.mn-h-300 {
  min-height: 3rem;
}
.mx-h-300 {
  max-height: 3rem;
}
.mn-h-350 {
  min-height: 3.5rem;
}
.mx-h-350 {
  max-height: 3.5rem;
}
.mn-h-400 {
  min-height: 4rem;
}
.mx-h-400 {
  max-height: 100px;
}
.mn-h-500 {
  min-height: 5rem;
}
.mx-h-500 {
  max-height: 5rem;
}
.mn-h-600 {
  min-height: 6rem;
}
.mx-h-600 {
  max-height: 6rem;
}
.mn-h-700 {
  min-height: 7rem;
}
.mx-h-700 {
  max-height: 7rem;
}
.mn-h-800 {
  min-height: 8rem;
}
.mx-h-800 {
  max-height: 8rem;
}
.mn-h-900 {
  min-height: 9rem;
}
.mx-h-900 {
  max-height: 9rem;
}
.mn-h-1000 {
  min-height: 10rem;
}
.mx-h-1000 {
  max-height: 10rem;
}
.mn-w-auto {
  min-width: auto;
}
.mx-w-auto {
  max-width: auto;
}
.mn-w-100p {
  min-width: 100%;
}
.mx-w-100p {
  max-width: 100%;
}
.mn-w-100pi {
  min-width: 100% !important;
}
.mx-w-100pi {
  max-width: 100% !important;
}
.mn-w-90p {
  min-width: 90%;
}
.mx-w-90p {
  max-width: 90%;
}
.mn-w-80p {
  min-width: 80%;
}
.mx-w-80p {
  max-width: 80%;
}
.mn-w-75p {
  min-width: 75%;
}
.mx-w-75p {
  max-width: 75%;
}
.mn-w-70p {
  min-width: 70%;
}
.mx-w-70p {
  max-width: 70%;
}
.mn-w-60p {
  min-width: 60%;
}
.mx-w-60p {
  max-width: 60%;
}
.mn-w-50p {
  min-width: 50%;
}
.mx-w-50p {
  max-width: 50%;
}
.mn-w-40p {
  min-width: 40%;
}
.mx-w-40p {
  max-width: 40%;
}
.mn-w-30p {
  min-width: 30%;
}
.mx-w-30p {
  max-width: 30%;
}
.mn-w-20p {
  min-width: 20%;
}
.mx-w-20p {
  max-width: 20%;
}
.mn-w-10p {
  min-width: 10%;
}
.mx-w-10p {
  max-width: 10%;
}
.mn-w-100vw {
  min-width: 100vw;
}
.mx-w-100vw {
  max-width: 100vw;
}
.mn-w-0 {
  min-width: 0;
}
.mx-w-0 {
  max-width: 0;
}
.mn-w-25 {
  min-width: 0.25rem;
}
.mx-w-25 {
  max-width: 0.25rem;
}
.mn-w-50 {
  min-width: 0.5rem;
}
.mx-w-50 {
  max-width: 0.5rem;
}
.mn-w-75 {
  min-width: 0.75rem;
}
.mx-w-75 {
  max-width: 0.75rem;
}
.mn-w-100 {
  min-width: 1rem;
}
.mx-w-100 {
  max-width: 1rem;
}
.mn-w-125 {
  min-width: 1.25rem;
}
.mx-w-125 {
  max-width: 1.25rem;
}
.mn-w-150 {
  min-width: 1.5rem;
}
.mx-w-150 {
  max-width: 1.5rem;
}
.mn-w-175 {
  min-width: 1.75rem;
}
.mx-w-175 {
  max-width: 1.75rem;
}
.mn-w-200 {
  min-width: 2rem;
}
.mx-w-200 {
  max-width: 2rem;
}
.mn-w-250 {
  min-width: 2.5rem;
}
.mx-w-250 {
  max-width: 2.5rem;
}
.mn-w-300 {
  min-width: 3rem;
}
.mx-w-300 {
  max-width: 3rem;
}
.mn-w-350 {
  min-width: 3.5rem;
}
.mx-w-350 {
  max-width: 3.5rem;
}
.mn-w-400 {
  min-width: 4rem;
}
.mx-w-400 {
  max-width: 4rem;
}
.mn-w-500 {
  min-width: 5rem;
}
.mx-w-500 {
  max-width: 5rem;
}
.mn-w-600 {
  min-width: 6rem;
}
.mx-w-600 {
  max-width: 6rem;
}
.mn-w-700 {
  min-width: 7rem;
}
.mx-w-700 {
  max-width: 7rem;
}
.mn-w-800 {
  min-width: 8rem;
}
.mx-w-800 {
  max-width: 8rem;
}
.mn-w-900 {
  min-width: 9rem;
}
.mx-w-900 {
  max-width: 9rem;
}
.mn-w-1000 {
  min-width: 10rem;
}
.mx-w-1000 {
  max-width: 10rem;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0;
  padding: 0;
  line-height: 1;
}
body a {
  color: #222;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body a:active,
body a:focus,
body a:hover {
  color: #1346a1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
}
body p {
  margin-bottom: 1rem;
}
body * {
  outline: 0 !important;
}
.addDesc-content h1,
.addDesc-content h2,
.addDesc-content h3,
.addDesc-content h4,
.addDesc-content h5,
.ff-1 {
  font-family: Lato-ex, Arial, Helvetica, sans-serif;
}
.ff-2 {
  font-family: Lato-ex, Arial, Helvetica, sans-serif;
}
.fz-50 {
  font-size: 0.5rem;
}
.fz-625 {
  font-size: 0.625rem;
}
.fz-75 {
  font-size: 0.75rem;
}
.fz-875 {
  font-size: 0.875rem;
}
.fz-100 {
  font-size: 1rem;
}
.addDesc-content p,
.fz-1125 {
  font-size: 1.125rem;
}
.fz-125 {
  font-size: 1.25rem;
}
.fz-1375 {
  font-size: 1.375rem;
}
.addDesc-content h1,
.addDesc-content h2,
.addDesc-content h3,
.addDesc-content h4,
.addDesc-content h5,
.fz-150 {
  font-size: 1.5rem;
}
.fz-175 {
  font-size: 1.75rem;
}
.fz-200 {
  font-size: 2rem;
}
.fz-225 {
  font-size: 2.25rem;
}
.fz-250 {
  font-size: 2.5rem;
}
.fz-300 {
  font-size: 3rem;
}
.fz-350 {
  font-size: 3.5rem;
}
.fz-375 {
  font-size: 3.75rem;
}
.fz-400 {
  font-size: 4rem;
}
.fz-450 {
  font-size: 4.5rem;
}
.fz-500 {
  font-size: 5rem;
}
.fz-600 {
  font-size: 6rem;
}
.fz-700 {
  font-size: 7rem;
}
.fz-800 {
  font-size: 8rem;
}
.fz-900 {
  font-size: 9rem;
}
.fz-1000 {
  font-size: 10rem;
}
.fw-100 {
  font-weight: 100;
}
.fw-200 {
  font-weight: 200;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.addDesc-content h1,
.addDesc-content h2,
.addDesc-content h3,
.addDesc-content h4,
.addDesc-content h5,
.addDesc-content p b,
.addDesc-content p strong,
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.fw-900 {
  font-weight: 900;
}
.lh-1 {
  line-height: 1;
}
.lh-11 {
  line-height: 1.1;
}
.lh-12 {
  line-height: 1.2;
}
.lh-13 {
  line-height: 1.3;
}
.lh-14 {
  line-height: 1.4;
}
.lh-15 {
  line-height: 1.5;
}
.lh-16 {
  line-height: 1.6;
}
.lh-17 {
  line-height: 1.7;
}
.lh-18 {
  line-height: 1.8;
}
.lh-19 {
  line-height: 1.9;
}
.lh-20 {
  line-height: 2;
}
.ls-0 {
  letter-spacing: 1px;
}
.ls-1 {
  letter-spacing: 0.1px;
}
.ls-2 {
  letter-spacing: 0.2px;
}
.ls-3 {
  letter-spacing: 0.3px;
}
.ls-4 {
  letter-spacing: 0.4px;
}
.ls-5 {
  letter-spacing: 0.5px;
}
.ls-6 {
  letter-spacing: 0.6px;
}
.ls-7 {
  letter-spacing: 0.7px;
}
.ls-8 {
  letter-spacing: 0.8px;
}
.ls-9 {
  letter-spacing: 0.9px;
}
.ls-10 {
  letter-spacing: 1px;
}
.ls-20 {
  letter-spacing: 2px;
}
.ls-30 {
  letter-spacing: 3px;
}
.ls-40 {
  letter-spacing: 4px;
}
.fc-1 {
  color: #222;
}
.fc-2 {
  color: #a1a1a1;
}
.fc-3 {
  color: #e4e4e4;
}
.fc-acc-1 {
  color: #1346a1;
}
.fc-acc-2 {
  color: #2c9f4b;
}
.fc-acc-3 {
  color: #333;
}
.fc-wh {
  color: #fff;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tt-u {
  text-transform: uppercase;
}
.tt-l {
  text-transform: lowercase;
}
.td-n {
  text-decoration: none !important;
}
.td-u {
  text-decoration: underline !important;
}
.td-o {
  text-decoration: overline !important;
}
.td-lh {
  text-decoration: line-through !important;
}
.ws-nw {
  white-space: nowrap;
}
.lst-none {
  list-style-type: none;
}
.form {
  position: relative;
}
.form input,
.form textarea {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 2px solid #a1a1a1;
  border-radius: 0;
  resize: none;
  background-color: transparent;
}
.form input:focus,
.form textarea:focus {
  border-bottom: 2px solid #222 !important;
}
.form input:required:valid,
.form textarea:required:valid {
  border-bottom: 2px solid #1346a1 !important;
}
.form ::-webkit-input-placeholder {
  color: #222;
}
.form :-moz-placeholder {
  color: #222;
}
.form ::-moz-placeholder {
  color: #222;
}
.form :-ms-input-placeholder {
  color: #222;
}
.form .form__error,
.form .form__success {
  display: none;
  position: absolute;
  z-index: 11;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form .form__error ~ *,
.form .form__success ~ * {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form .form__error.is-active,
.form .form__success.is-active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form .form__error.is-active ~ *,
.form .form__success.is-active ~ * {
  opacity: 0.5;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.form__dentlux-contacts {
  position: relative;
}
.form__dentlux-contacts input,
.form__dentlux-contacts textarea {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #222;
  border-radius: 0;
  resize: none;
  background-color: transparent !important;
}
.form__dentlux-contacts input:focus,
.form__dentlux-contacts textarea:focus {
  border-bottom: 1px solid #1346a1 !important;
  background-color: transparent !important;
}
.form__dentlux-contacts input:required:valid,
.form__dentlux-contacts textarea:required:valid {
  border-bottom: 1px solid #1346a1 !important;
  background-color: transparent !important;
}
.form__dentlux-contacts ::-webkit-input-placeholder {
  color: #222;
}
.form__dentlux-contacts :-moz-placeholder {
  color: #222;
}
.form__dentlux-contacts ::-moz-placeholder {
  color: #222;
}
.form__dentlux-contacts :-ms-input-placeholder {
  color: #222;
}
.form__dentlux-contacts .form__error,
.form__dentlux-contacts .form__success {
  display: none;
  position: absolute;
  z-index: 11;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__dentlux-contacts .form__error ~ *,
.form__dentlux-contacts .form__success ~ * {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__dentlux-contacts .form__error.is-active,
.form__dentlux-contacts .form__success.is-active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__dentlux-contacts .form__error.is-active ~ *,
.form__dentlux-contacts .form__success.is-active ~ * {
  opacity: 0.5;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.form__dentlux input,
.form__dentlux textarea {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  resize: none;
  background-color: transparent !important;
}
.form__dentlux input:focus,
.form__dentlux textarea:focus {
  border-bottom: 1px solid #fff !important;
  background-color: transparent !important;
}
.form__dentlux input:required:valid,
.form__dentlux textarea:required:valid {
  border-bottom: 1px solid #fff !important;
  background-color: transparent !important;
}
.form__dentlux ::-webkit-input-placeholder {
  color: #fff;
}
.form__dentlux :-moz-placeholder {
  color: #fff;
}
.form__dentlux ::-moz-placeholder {
  color: #fff;
}
.form__dentlux :-ms-input-placeholder {
  color: #fff;
}
.form__dentlux .form__error,
.form__dentlux .form__success {
  display: none;
  position: absolute;
  z-index: 11;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__dentlux .form__error ~ *,
.form__dentlux .form__success ~ * {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__dentlux .form__error.is-active,
.form__dentlux .form__success.is-active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__dentlux .form__error.is-active ~ *,
.form__dentlux .form__success.is-active ~ * {
  opacity: 0.5;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.form__dentlux input,
.form__dentlux textarea {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  resize: none;
  background-color: transparent !important;
}
.form__dentlux input:focus,
.form__dentlux textarea:focus {
  border-bottom: 1px solid #fff !important;
  background-color: transparent !important;
}
.form__dentlux input:required:valid,
.form__dentlux textarea:required:valid {
  border-bottom: 1px solid #fff !important;
  background-color: transparent !important;
}
.form__dentlux ::-webkit-input-placeholder {
  color: #fff;
}
.form__dentlux :-moz-placeholder {
  color: #fff;
}
.form__dentlux ::-moz-placeholder {
  color: #fff;
}
.form__dentlux :-ms-input-placeholder {
  color: #fff;
}
.form__dentlux .form__error,
.form__dentlux .form__success {
  display: none;
  position: absolute;
  z-index: 11;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__dentlux .form__error ~ *,
.form__dentlux .form__success ~ * {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__dentlux .form__error.is-active,
.form__dentlux .form__success.is-active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__dentlux .form__error.is-active ~ *,
.form__dentlux .form__success.is-active ~ * {
  opacity: 0.5;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.form-wh {
  position: relative;
  color: #a1a1a1;
}
.form-wh input,
.form-wh select,
.form-wh textarea {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: none;
  border-radius: 0;
  resize: none;
  background-color: #fff;
}
.form-wh input:focus,
.form-wh select:focus,
.form-wh textarea:focus {
  background-color: #fff;
}
.form-wh input:required:valid,
.form-wh select:required:valid,
.form-wh textarea:required:valid {
  background-color: #fff;
}
.form-wh input:-webkit-autofill,
.form-wh select:-webkit-autofill,
.form-wh textarea:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #fff !important;
  -webkit-text-fill-color: #444 !important;
  color: #444 !important;
}
.form-wh select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border: none;
  background: #fff;
  border-radius: 0;
  position: relative;
  background: url(../img/svg/arrow-select.svg) 96%/3.5% no-repeat #fff;
}
.form-wh ::-webkit-input-placeholder {
  color: #a1a1a1;
}
.form-wh :-moz-placeholder {
  color: #a1a1a1;
}
.form-wh ::-moz-placeholder {
  color: #a1a1a1;
}
.form-wh :-ms-input-placeholder {
  color: #a1a1a1;
}
.form-wh .form__error,
.form-wh .form__success {
  display: none;
  position: absolute;
  z-index: 11;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form-wh .form__error ~ *,
.form-wh .form__success ~ * {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form-wh .form__error.is-active,
.form-wh .form__success.is-active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form-wh .form__error.is-active ~ *,
.form-wh .form__success.is-active ~ * {
  opacity: 0.5;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.form-wh--new {
  position: relative;
  color: #a1a1a1;
}
.form-wh--new input,
.form-wh--new select,
.form-wh--new textarea {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: none;
  padding-left: 0;
  border-radius: 0;
  resize: none;
  background-color: transparent;
  border-bottom: 2px solid #222;
  color: #a1a1a1;
}
.form-wh--new input:-webkit-autofill,
.form-wh--new select:-webkit-autofill,
.form-wh--new textarea:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #fff !important;
  -webkit-text-fill-color: #444 !important;
  color: #222 !important;
}
.form-wh--new select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border: none;
  background: #fff;
  border-radius: 0;
  position: relative;
  border-bottom: 2px solid #222;
  background: url(../img/svg/arrow-select.svg) 96%/3.5% no-repeat #fff;
}
.form-wh--new ::-webkit-input-placeholder {
  color: #222;
}
.form-wh--new :-moz-placeholder {
  color: #222;
}
.form-wh--new ::-moz-placeholder {
  color: #222;
}
.form-wh--new :-ms-input-placeholder {
  color: #222;
}
.form-wh--new .form__error,
.form-wh--new .form__success {
  display: none;
  position: absolute;
  z-index: 11;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form-wh--new .form__error ~ *,
.form-wh--new .form__success ~ * {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form-wh--new .form__error.is-active,
.form-wh--new .form__success.is-active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form-wh--new .form__error.is-active ~ *,
.form-wh--new .form__success.is-active ~ * {
  opacity: 0.5;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.form-gray {
  position: relative;
  color: #222;
}
.form-gray input,
.form-gray select,
.form-gray textarea {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: none;
  border-radius: 0;
  resize: none;
  background-color: #edf7ff;
}
.form-gray input:focus,
.form-gray select:focus,
.form-gray textarea:focus {
  background-color: #edf7ff;
}
.form-gray input:required:valid,
.form-gray select:required:valid,
.form-gray textarea:required:valid {
  background-color: #edf7ff;
}
.form-gray input:-webkit-autofill,
.form-gray select:-webkit-autofill,
.form-gray textarea:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #f7f7f9 !important;
  -webkit-text-fill-color: #444 !important;
  color: #444 !important;
}
.form-gray select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border: none;
  background: #fff;
  border-radius: 0;
  position: relative;
  background: url(../img/svg/arrow-select.svg) 96%/3.5% no-repeat #edf7ff;
}
.form-gray ::-webkit-input-placeholder {
  color: #222;
}
.form-gray :-moz-placeholder {
  color: #222;
}
.form-gray ::-moz-placeholder {
  color: #222;
}
.form-gray :-ms-input-placeholder {
  color: #222;
}
.form-gray .form__error,
.form-gray .form__success {
  display: none;
  position: absolute;
  z-index: 11;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form-gray .form__error ~ *,
.form-gray .form__success ~ * {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form-gray .form__error.is-active,
.form-gray .form__success.is-active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form-gray .form__error.is-active ~ *,
.form-gray .form__success.is-active ~ * {
  opacity: 0.5;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.form .half,
.form-gray .half,
.form-wh .half {
  width: calc(50% - 0.375rem);
}
.modal__overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  z-index: 100;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.modal__wrapper {
  visibility: hidden;
  opacity: 0;
  z-index: 101;
  position: fixed;
  background-clip: padding-box;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1439.98px) {
  .p-lg-25p {
    padding: 25%;
  }
  .pt-lg-25p {
    padding-top: 25%;
  }
  .pb-lg-25p {
    padding-bottom: 25%;
  }
  .ptb-lg-25p {
    padding-top: 25%;
    padding-bottom: 25%;
  }
  .pl-lg-25p {
    padding-left: 25%;
  }
  .pr-lg-25p {
    padding-right: 25%;
  }
  .plr-lg-25p {
    padding-left: 25%;
    padding-right: 25%;
  }
  .p-lg-35p {
    padding: 35%;
  }
  .pt-lg-35p {
    padding-top: 35%;
  }
  .pb-lg-35p {
    padding-bottom: 35%;
  }
  .ptb-lg-35p {
    padding-top: 35%;
    padding-bottom: 35%;
  }
  .pl-lg-35p {
    padding-left: 35%;
  }
  .pr-lg-35p {
    padding-right: 35%;
  }
  .plr-lg-35p {
    padding-left: 35%;
    padding-right: 35%;
  }
  .p-lg-50p {
    padding: 50%;
  }
  .pt-lg-50p {
    padding-top: 50%;
  }
  .pb-lg-50p {
    padding-bottom: 50%;
  }
  .ptb-lg-50p {
    padding-top: 50%;
    padding-bottom: 50%;
  }
  .pl-lg-50p {
    padding-left: 50%;
  }
  .pr-lg-50p {
    padding-right: 50%;
  }
  .plr-lg-50p {
    padding-left: 50%;
    padding-right: 50%;
  }
  .p-lg-56p {
    padding: 56.25%;
  }
  .pt-lg-56p {
    padding-top: 56.25%;
  }
  .pb-lg-56p {
    padding-bottom: 56.25%;
  }
  .ptb-lg-56p {
    padding-top: 56.25%;
    padding-bottom: 56.25%;
  }
  .pl-lg-56p {
    padding-left: 56.25%;
  }
  .pr-lg-56p {
    padding-right: 56.25%;
  }
  .plr-lg-56p {
    padding-left: 56.25%;
    padding-right: 56.25%;
  }
  .p-lg-66p {
    padding: 66.66%;
  }
  .pt-lg-66p {
    padding-top: 66.66%;
  }
  .pb-lg-66p {
    padding-bottom: 66.66%;
  }
  .ptb-lg-66p {
    padding-top: 66.66%;
    padding-bottom: 66.66%;
  }
  .pl-lg-66p {
    padding-left: 66.66%;
  }
  .pr-lg-66p {
    padding-right: 66.66%;
  }
  .plr-lg-66p {
    padding-left: 66.66%;
    padding-right: 66.66%;
  }
  .p-lg-75p {
    padding: 75%;
  }
  .pt-lg-75p {
    padding-top: 75%;
  }
  .pb-lg-75p {
    padding-bottom: 75%;
  }
  .ptb-lg-75p {
    padding-top: 75%;
    padding-bottom: 75%;
  }
  .pl-lg-75p {
    padding-left: 75%;
  }
  .pr-lg-75p {
    padding-right: 75%;
  }
  .plr-lg-75p {
    padding-left: 75%;
    padding-right: 75%;
  }
  .p-lg-100p {
    padding: 100%;
  }
  .pt-lg-100p {
    padding-top: 100%;
  }
  .pb-lg-100p {
    padding-bottom: 100%;
  }
  .ptb-lg-100p {
    padding-top: 100%;
    padding-bottom: 100%;
  }
  .pl-lg-100p {
    padding-left: 100%;
  }
  .pr-lg-100p {
    padding-right: 100%;
  }
  .plr-lg-100p {
    padding-left: 100%;
    padding-right: 100%;
  }
  .p-lg-133p {
    padding: 133%;
  }
  .pt-lg-133p {
    padding-top: 133%;
  }
  .pb-lg-133p {
    padding-bottom: 133%;
  }
  .ptb-lg-133p {
    padding-top: 133%;
    padding-bottom: 133%;
  }
  .pl-lg-133p {
    padding-left: 133%;
  }
  .pr-lg-133p {
    padding-right: 133%;
  }
  .plr-lg-133p {
    padding-left: 133%;
    padding-right: 133%;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .ptb-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .plr-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .p-lg-25 {
    padding: 0.25rem;
  }
  .pt-lg-25 {
    padding-top: 0.25rem;
  }
  .pb-lg-25 {
    padding-bottom: 0.25rem;
  }
  .ptb-lg-25 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .pl-lg-25 {
    padding-left: 0.25rem;
  }
  .pr-lg-25 {
    padding-right: 0.25rem;
  }
  .plr-lg-25 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .p-lg-35 {
    padding: 0.35rem;
  }
  .pt-lg-35 {
    padding-top: 0.35rem;
  }
  .pb-lg-35 {
    padding-bottom: 0.35rem;
  }
  .ptb-lg-35 {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
  }
  .pl-lg-35 {
    padding-left: 0.35rem;
  }
  .pr-lg-35 {
    padding-right: 0.35rem;
  }
  .plr-lg-35 {
    padding-left: 0.35rem;
    padding-right: 0.35rem;
  }
  .p-lg-50 {
    padding: 0.5rem;
  }
  .pt-lg-50 {
    padding-top: 0.5rem;
  }
  .pb-lg-50 {
    padding-bottom: 0.5rem;
  }
  .ptb-lg-50 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .pl-lg-50 {
    padding-left: 0.5rem;
  }
  .pr-lg-50 {
    padding-right: 0.5rem;
  }
  .plr-lg-50 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .p-lg-75 {
    padding: 0.75rem;
  }
  .pt-lg-75 {
    padding-top: 0.75rem;
  }
  .pb-lg-75 {
    padding-bottom: 0.75rem;
  }
  .ptb-lg-75 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .pl-lg-75 {
    padding-left: 0.75rem;
  }
  .pr-lg-75 {
    padding-right: 0.75rem;
  }
  .plr-lg-75 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .p-lg-875 {
    padding: 0.875rem;
  }
  .pt-lg-875 {
    padding-top: 0.875rem;
  }
  .pb-lg-875 {
    padding-bottom: 0.875rem;
  }
  .ptb-lg-875 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .pl-lg-875 {
    padding-left: 0.875rem;
  }
  .pr-lg-875 {
    padding-right: 0.875rem;
  }
  .plr-lg-875 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
  .p-lg-100 {
    padding: 1rem;
  }
  .pt-lg-100 {
    padding-top: 1rem;
  }
  .pb-lg-100 {
    padding-bottom: 1rem;
  }
  .ptb-lg-100 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .pl-lg-100 {
    padding-left: 1rem;
  }
  .pr-lg-100 {
    padding-right: 1rem;
  }
  .plr-lg-100 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .p-lg-1125 {
    padding: 1.125rem;
  }
  .pt-lg-1125 {
    padding-top: 1.125rem;
  }
  .pb-lg-1125 {
    padding-bottom: 1.125rem;
  }
  .ptb-lg-1125 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
  .pl-lg-1125 {
    padding-left: 1.125rem;
  }
  .pr-lg-1125 {
    padding-right: 1.125rem;
  }
  .plr-lg-1125 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .p-lg-125 {
    padding: 1.25rem;
  }
  .pt-lg-125 {
    padding-top: 1.25rem;
  }
  .pb-lg-125 {
    padding-bottom: 1.25rem;
  }
  .ptb-lg-125 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .pl-lg-125 {
    padding-left: 1.25rem;
  }
  .pr-lg-125 {
    padding-right: 1.25rem;
  }
  .plr-lg-125 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .p-lg-150 {
    padding: 1.5rem;
  }
  .pt-lg-150 {
    padding-top: 1.5rem;
  }
  .pb-lg-150 {
    padding-bottom: 1.5rem;
  }
  .ptb-lg-150 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .pl-lg-150 {
    padding-left: 1.5rem;
  }
  .pr-lg-150 {
    padding-right: 1.5rem;
  }
  .plr-lg-150 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .p-lg-175 {
    padding: 1.75rem;
  }
  .pt-lg-175 {
    padding-top: 1.75rem;
  }
  .pb-lg-175 {
    padding-bottom: 1.75rem;
  }
  .ptb-lg-175 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .pl-lg-175 {
    padding-left: 1.75rem;
  }
  .pr-lg-175 {
    padding-right: 1.75rem;
  }
  .plr-lg-175 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .p-lg-200 {
    padding: 2rem;
  }
  .pt-lg-200 {
    padding-top: 2rem;
  }
  .pb-lg-200 {
    padding-bottom: 2rem;
  }
  .ptb-lg-200 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .pl-lg-200 {
    padding-left: 2rem;
  }
  .pr-lg-200 {
    padding-right: 2rem;
  }
  .plr-lg-200 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .p-lg-250 {
    padding: 2.5rem;
  }
  .pt-lg-250 {
    padding-top: 2.5rem;
  }
  .pb-lg-250 {
    padding-bottom: 2.5rem;
  }
  .ptb-lg-250 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .pl-lg-250 {
    padding-left: 2.5rem;
  }
  .pr-lg-250 {
    padding-right: 2.5rem;
  }
  .plr-lg-250 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .p-lg-300 {
    padding: 3rem;
  }
  .pt-lg-300 {
    padding-top: 3rem;
  }
  .pb-lg-300 {
    padding-bottom: 3rem;
  }
  .ptb-lg-300 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .pl-lg-300 {
    padding-left: 3rem;
  }
  .pr-lg-300 {
    padding-right: 3rem;
  }
  .plr-lg-300 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .p-lg-350 {
    padding: 3.5rem;
  }
  .pt-lg-350 {
    padding-top: 3.5rem;
  }
  .pb-lg-350 {
    padding-bottom: 3.5rem;
  }
  .ptb-lg-350 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .pl-lg-350 {
    padding-left: 3.5rem;
  }
  .pr-lg-350 {
    padding-right: 3.5rem;
  }
  .plr-lg-350 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .p-lg-375 {
    padding: 3.75rem;
  }
  .pt-lg-375 {
    padding-top: 3.75rem;
  }
  .pb-lg-375 {
    padding-bottom: 3.75rem;
  }
  .ptb-lg-375 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .pl-lg-375 {
    padding-left: 3.75rem;
  }
  .pr-lg-375 {
    padding-right: 3.75rem;
  }
  .plr-lg-375 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .p-lg-400 {
    padding: 4rem;
  }
  .pt-lg-400 {
    padding-top: 4rem;
  }
  .pb-lg-400 {
    padding-bottom: 4rem;
  }
  .ptb-lg-400 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .pl-lg-400 {
    padding-left: 4rem;
  }
  .pr-lg-400 {
    padding-right: 4rem;
  }
  .plr-lg-400 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .p-lg-450 {
    padding: 4.5rem;
  }
  .pt-lg-450 {
    padding-top: 4.5rem;
  }
  .pb-lg-450 {
    padding-bottom: 4.5rem;
  }
  .ptb-lg-450 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .pl-lg-450 {
    padding-left: 4.5rem;
  }
  .pr-lg-450 {
    padding-right: 4.5rem;
  }
  .plr-lg-450 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
  .p-lg-500 {
    padding: 5rem;
  }
  .pt-lg-500 {
    padding-top: 5rem;
  }
  .pb-lg-500 {
    padding-bottom: 5rem;
  }
  .ptb-lg-500 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .pl-lg-500 {
    padding-left: 5rem;
  }
  .pr-lg-500 {
    padding-right: 5rem;
  }
  .plr-lg-500 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .p-lg-600 {
    padding: 6rem;
  }
  .pt-lg-600 {
    padding-top: 6rem;
  }
  .pb-lg-600 {
    padding-bottom: 6rem;
  }
  .ptb-lg-600 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .pl-lg-600 {
    padding-left: 6rem;
  }
  .pr-lg-600 {
    padding-right: 6rem;
  }
  .plr-lg-600 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .p-lg-700 {
    padding: 7rem;
  }
  .pt-lg-700 {
    padding-top: 7rem;
  }
  .pb-lg-700 {
    padding-bottom: 7rem;
  }
  .ptb-lg-700 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .pl-lg-700 {
    padding-left: 7rem;
  }
  .pr-lg-700 {
    padding-right: 7rem;
  }
  .plr-lg-700 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .p-lg-800 {
    padding: 8rem;
  }
  .pt-lg-800 {
    padding-top: 8rem;
  }
  .pb-lg-800 {
    padding-bottom: 8rem;
  }
  .ptb-lg-800 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .pl-lg-800 {
    padding-left: 8rem;
  }
  .pr-lg-800 {
    padding-right: 8rem;
  }
  .plr-lg-800 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .p-lg-900 {
    padding: 9rem;
  }
  .pt-lg-900 {
    padding-top: 9rem;
  }
  .pb-lg-900 {
    padding-bottom: 9rem;
  }
  .ptb-lg-900 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .pl-lg-900 {
    padding-left: 9rem;
  }
  .pr-lg-900 {
    padding-right: 9rem;
  }
  .plr-lg-900 {
    padding-left: 9rem;
    padding-right: 9rem;
  }
  .p-lg-1000 {
    padding: 10rem;
  }
  .pt-lg-1000 {
    padding-top: 10rem;
  }
  .pb-lg-1000 {
    padding-bottom: 10rem;
  }
  .ptb-lg-1000 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .pl-lg-1000 {
    padding-left: 10rem;
  }
  .pr-lg-1000 {
    padding-right: 10rem;
  }
  .plr-lg-1000 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .m-lg-25p {
    margin: 25%;
  }
  .mt-lg-25p {
    margin-top: 25%;
  }
  .mb-lg-25p {
    margin-bottom: 25%;
  }
  .mtb-lg-25p {
    margin-top: 25%;
    margin-bottom: 25%;
  }
  .ml-lg-25p {
    margin-left: 25%;
  }
  .mr-lg-25p {
    margin-right: 25%;
  }
  .mlr-lg-25p {
    margin-left: 25%;
    margin-right: 25%;
  }
  .m-lg-35p {
    margin: 35%;
  }
  .mt-lg-35p {
    margin-top: 35%;
  }
  .mb-lg-35p {
    margin-bottom: 35%;
  }
  .mtb-lg-35p {
    margin-top: 35%;
    margin-bottom: 35%;
  }
  .ml-lg-35p {
    margin-left: 35%;
  }
  .mr-lg-35p {
    margin-right: 35%;
  }
  .mlr-lg-35p {
    margin-left: 35%;
    margin-right: 35%;
  }
  .m-lg-50p {
    margin: 50%;
  }
  .mt-lg-50p {
    margin-top: 50%;
  }
  .mb-lg-50p {
    margin-bottom: 50%;
  }
  .mtb-lg-50p {
    margin-top: 50%;
    margin-bottom: 50%;
  }
  .ml-lg-50p {
    margin-left: 50%;
  }
  .mr-lg-50p {
    margin-right: 50%;
  }
  .mlr-lg-50p {
    margin-left: 50%;
    margin-right: 50%;
  }
  .m-lg-56p {
    margin: 56.25%;
  }
  .mt-lg-56p {
    margin-top: 56.25%;
  }
  .mb-lg-56p {
    margin-bottom: 56.25%;
  }
  .mtb-lg-56p {
    margin-top: 56.25%;
    margin-bottom: 56.25%;
  }
  .ml-lg-56p {
    margin-left: 56.25%;
  }
  .mr-lg-56p {
    margin-right: 56.25%;
  }
  .mlr-lg-56p {
    margin-left: 56.25%;
    margin-right: 56.25%;
  }
  .m-lg-66p {
    margin: 66.66%;
  }
  .mt-lg-66p {
    margin-top: 66.66%;
  }
  .mb-lg-66p {
    margin-bottom: 66.66%;
  }
  .mtb-lg-66p {
    margin-top: 66.66%;
    margin-bottom: 66.66%;
  }
  .ml-lg-66p {
    margin-left: 66.66%;
  }
  .mr-lg-66p {
    margin-right: 66.66%;
  }
  .mlr-lg-66p {
    margin-left: 66.66%;
    margin-right: 66.66%;
  }
  .m-lg-75p {
    margin: 75%;
  }
  .mt-lg-75p {
    margin-top: 75%;
  }
  .mb-lg-75p {
    margin-bottom: 75%;
  }
  .mtb-lg-75p {
    margin-top: 75%;
    margin-bottom: 75%;
  }
  .ml-lg-75p {
    margin-left: 75%;
  }
  .mr-lg-75p {
    margin-right: 75%;
  }
  .mlr-lg-75p {
    margin-left: 75%;
    margin-right: 75%;
  }
  .m-lg-100p {
    margin: 100%;
  }
  .mt-lg-100p {
    margin-top: 100%;
  }
  .mb-lg-100p {
    margin-bottom: 100%;
  }
  .mtb-lg-100p {
    margin-top: 100%;
    margin-bottom: 100%;
  }
  .ml-lg-100p {
    margin-left: 100%;
  }
  .mr-lg-100p {
    margin-right: 100%;
  }
  .mlr-lg-100p {
    margin-left: 100%;
    margin-right: 100%;
  }
  .m-lg-133p {
    margin: 133%;
  }
  .mt-lg-133p {
    margin-top: 133%;
  }
  .mb-lg-133p {
    margin-bottom: 133%;
  }
  .mtb-lg-133p {
    margin-top: 133%;
    margin-bottom: 133%;
  }
  .ml-lg-133p {
    margin-left: 133%;
  }
  .mr-lg-133p {
    margin-right: 133%;
  }
  .mlr-lg-133p {
    margin-left: 133%;
    margin-right: 133%;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mtb-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mlr-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .m-lg-25 {
    margin: 0.25rem;
  }
  .mt-lg-25 {
    margin-top: 0.25rem;
  }
  .mb-lg-25 {
    margin-bottom: 0.25rem;
  }
  .mtb-lg-25 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .ml-lg-25 {
    margin-left: 0.25rem;
  }
  .mr-lg-25 {
    margin-right: 0.25rem;
  }
  .mlr-lg-25 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .m-lg-35 {
    margin: 0.35rem;
  }
  .mt-lg-35 {
    margin-top: 0.35rem;
  }
  .mb-lg-35 {
    margin-bottom: 0.35rem;
  }
  .mtb-lg-35 {
    margin-top: 0.35rem;
    margin-bottom: 0.35rem;
  }
  .ml-lg-35 {
    margin-left: 0.35rem;
  }
  .mr-lg-35 {
    margin-right: 0.35rem;
  }
  .mlr-lg-35 {
    margin-left: 0.35rem;
    margin-right: 0.35rem;
  }
  .m-lg-50 {
    margin: 0.5rem;
  }
  .mt-lg-50 {
    margin-top: 0.5rem;
  }
  .mb-lg-50 {
    margin-bottom: 0.5rem;
  }
  .mtb-lg-50 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .ml-lg-50 {
    margin-left: 0.5rem;
  }
  .mr-lg-50 {
    margin-right: 0.5rem;
  }
  .mlr-lg-50 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .m-lg-75 {
    margin: 0.75rem;
  }
  .mt-lg-75 {
    margin-top: 0.75rem;
  }
  .mb-lg-75 {
    margin-bottom: 0.75rem;
  }
  .mtb-lg-75 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .ml-lg-75 {
    margin-left: 0.75rem;
  }
  .mr-lg-75 {
    margin-right: 0.75rem;
  }
  .mlr-lg-75 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .m-lg-875 {
    margin: 0.875rem;
  }
  .mt-lg-875 {
    margin-top: 0.875rem;
  }
  .mb-lg-875 {
    margin-bottom: 0.875rem;
  }
  .mtb-lg-875 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
  .ml-lg-875 {
    margin-left: 0.875rem;
  }
  .mr-lg-875 {
    margin-right: 0.875rem;
  }
  .mlr-lg-875 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }
  .m-lg-100 {
    margin: 1rem;
  }
  .mt-lg-100 {
    margin-top: 1rem;
  }
  .mb-lg-100 {
    margin-bottom: 1rem;
  }
  .mtb-lg-100 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .ml-lg-100 {
    margin-left: 1rem;
  }
  .mr-lg-100 {
    margin-right: 1rem;
  }
  .mlr-lg-100 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .m-lg-1125 {
    margin: 1.125rem;
  }
  .mt-lg-1125 {
    margin-top: 1.125rem;
  }
  .mb-lg-1125 {
    margin-bottom: 1.125rem;
  }
  .mtb-lg-1125 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }
  .ml-lg-1125 {
    margin-left: 1.125rem;
  }
  .mr-lg-1125 {
    margin-right: 1.125rem;
  }
  .mlr-lg-1125 {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }
  .m-lg-125 {
    margin: 1.25rem;
  }
  .mt-lg-125 {
    margin-top: 1.25rem;
  }
  .mb-lg-125 {
    margin-bottom: 1.25rem;
  }
  .mtb-lg-125 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .ml-lg-125 {
    margin-left: 1.25rem;
  }
  .mr-lg-125 {
    margin-right: 1.25rem;
  }
  .mlr-lg-125 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .m-lg-150 {
    margin: 1.5rem;
  }
  .mt-lg-150 {
    margin-top: 1.5rem;
  }
  .mb-lg-150 {
    margin-bottom: 1.5rem;
  }
  .mtb-lg-150 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .ml-lg-150 {
    margin-left: 1.5rem;
  }
  .mr-lg-150 {
    margin-right: 1.5rem;
  }
  .mlr-lg-150 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .m-lg-175 {
    margin: 1.75rem;
  }
  .mt-lg-175 {
    margin-top: 1.75rem;
  }
  .mb-lg-175 {
    margin-bottom: 1.75rem;
  }
  .mtb-lg-175 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .ml-lg-175 {
    margin-left: 1.75rem;
  }
  .mr-lg-175 {
    margin-right: 1.75rem;
  }
  .mlr-lg-175 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }
  .m-lg-200 {
    margin: 2rem;
  }
  .mt-lg-200 {
    margin-top: 2rem;
  }
  .mb-lg-200 {
    margin-bottom: 2rem;
  }
  .mtb-lg-200 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .ml-lg-200 {
    margin-left: 2rem;
  }
  .mr-lg-200 {
    margin-right: 2rem;
  }
  .mlr-lg-200 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .m-lg-250 {
    margin: 2.5rem;
  }
  .mt-lg-250 {
    margin-top: 2.5rem;
  }
  .mb-lg-250 {
    margin-bottom: 2.5rem;
  }
  .mtb-lg-250 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .ml-lg-250 {
    margin-left: 2.5rem;
  }
  .mr-lg-250 {
    margin-right: 2.5rem;
  }
  .mlr-lg-250 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .m-lg-300 {
    margin: 3rem;
  }
  .mt-lg-300 {
    margin-top: 3rem;
  }
  .mb-lg-300 {
    margin-bottom: 3rem;
  }
  .mtb-lg-300 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .ml-lg-300 {
    margin-left: 3rem;
  }
  .mr-lg-300 {
    margin-right: 3rem;
  }
  .mlr-lg-300 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .m-lg-350 {
    margin: 3.5rem;
  }
  .mt-lg-350 {
    margin-top: 3.5rem;
  }
  .mb-lg-350 {
    margin-bottom: 3.5rem;
  }
  .mtb-lg-350 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .ml-lg-350 {
    margin-left: 3.5rem;
  }
  .mr-lg-350 {
    margin-right: 3.5rem;
  }
  .mlr-lg-350 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
  .m-lg-375 {
    margin: 3.75rem;
  }
  .mt-lg-375 {
    margin-top: 3.75rem;
  }
  .mb-lg-375 {
    margin-bottom: 3.75rem;
  }
  .mtb-lg-375 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  .ml-lg-375 {
    margin-left: 3.75rem;
  }
  .mr-lg-375 {
    margin-right: 3.75rem;
  }
  .mlr-lg-375 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }
  .m-lg-400 {
    margin: 4rem;
  }
  .mt-lg-400 {
    margin-top: 4rem;
  }
  .mb-lg-400 {
    margin-bottom: 4rem;
  }
  .mtb-lg-400 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .ml-lg-400 {
    margin-left: 4rem;
  }
  .mr-lg-400 {
    margin-right: 4rem;
  }
  .mlr-lg-400 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .m-lg-450 {
    margin: 4.5rem;
  }
  .mt-lg-450 {
    margin-top: 4.5rem;
  }
  .mb-lg-450 {
    margin-bottom: 4.5rem;
  }
  .mtb-lg-450 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
  .ml-lg-450 {
    margin-left: 4.5rem;
  }
  .mr-lg-450 {
    margin-right: 4.5rem;
  }
  .mlr-lg-450 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }
  .m-lg-500 {
    margin: 5rem;
  }
  .mt-lg-500 {
    margin-top: 5rem;
  }
  .mb-lg-500 {
    margin-bottom: 5rem;
  }
  .mtb-lg-500 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .ml-lg-500 {
    margin-left: 5rem;
  }
  .mr-lg-500 {
    margin-right: 5rem;
  }
  .mlr-lg-500 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .m-lg-600 {
    margin: 6rem;
  }
  .mt-lg-600 {
    margin-top: 6rem;
  }
  .mb-lg-600 {
    margin-bottom: 6rem;
  }
  .mtb-lg-600 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .ml-lg-600 {
    margin-left: 6rem;
  }
  .mr-lg-600 {
    margin-right: 6rem;
  }
  .mlr-lg-600 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .m-lg-700 {
    margin: 7rem;
  }
  .mt-lg-700 {
    margin-top: 7rem;
  }
  .mb-lg-700 {
    margin-bottom: 7rem;
  }
  .mtb-lg-700 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .ml-lg-700 {
    margin-left: 7rem;
  }
  .mr-lg-700 {
    margin-right: 7rem;
  }
  .mlr-lg-700 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .m-lg-800 {
    margin: 8rem;
  }
  .mt-lg-800 {
    margin-top: 8rem;
  }
  .mb-lg-800 {
    margin-bottom: 8rem;
  }
  .mtb-lg-800 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .ml-lg-800 {
    margin-left: 8rem;
  }
  .mr-lg-800 {
    margin-right: 8rem;
  }
  .mlr-lg-800 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .m-lg-900 {
    margin: 9rem;
  }
  .mt-lg-900 {
    margin-top: 9rem;
  }
  .mb-lg-900 {
    margin-bottom: 9rem;
  }
  .mtb-lg-900 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }
  .ml-lg-900 {
    margin-left: 9rem;
  }
  .mr-lg-900 {
    margin-right: 9rem;
  }
  .mlr-lg-900 {
    margin-left: 9rem;
    margin-right: 9rem;
  }
  .m-lg-1000 {
    margin: 10rem;
  }
  .mt-lg-1000 {
    margin-top: 10rem;
  }
  .mb-lg-1000 {
    margin-bottom: 10rem;
  }
  .mtb-lg-1000 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .ml-lg-1000 {
    margin-left: 10rem;
  }
  .mr-lg-1000 {
    margin-right: 10rem;
  }
  .mlr-lg-1000 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .mlm-lg-0i {
    margin-left: 0 !important;
  }
  .mlm-lg-0 {
    margin-left: 0;
  }
  .mlm-lg-1 {
    margin-left: -1px;
  }
  .mlm-lg-2 {
    margin-left: -2px;
  }
  .mlm-lg-3 {
    margin-left: -3px;
  }
  .mlm-lg-4 {
    margin-left: -4px;
  }
  .fz-lg-50 {
    font-size: 0.5rem;
  }
  .fz-lg-625 {
    font-size: 0.625rem;
  }
  .fz-lg-75 {
    font-size: 0.75rem;
  }
  .fz-lg-875 {
    font-size: 0.875rem;
  }
  .fz-lg-100 {
    font-size: 1rem;
  }
  .fz-lg-1125 {
    font-size: 1.125rem;
  }
  .fz-lg-125 {
    font-size: 1.25rem;
  }
  .fz-lg-1375 {
    font-size: 1.375rem;
  }
  .fz-lg-150 {
    font-size: 1.5rem;
  }
  .fz-lg-175 {
    font-size: 1.75rem;
  }
  .fz-lg-200 {
    font-size: 2rem;
  }
  .fz-lg-225 {
    font-size: 2.25rem;
  }
  .fz-lg-250 {
    font-size: 2.5rem;
  }
  .fz-lg-300 {
    font-size: 3rem;
  }
  .fz-lg-350 {
    font-size: 3.5rem;
  }
  .fz-lg-375 {
    font-size: 3.75rem;
  }
  .fz-lg-400 {
    font-size: 4rem;
  }
  .fz-lg-450 {
    font-size: 4.5rem;
  }
  .fz-lg-500 {
    font-size: 5rem;
  }
  .fz-lg-600 {
    font-size: 6rem;
  }
  .fz-lg-700 {
    font-size: 7rem;
  }
  .fz-lg-800 {
    font-size: 8rem;
  }
  .fz-lg-900 {
    font-size: 9rem;
  }
  .fz-lg-1000 {
    font-size: 10rem;
  }
  .lh-lg-1 {
    line-height: 1;
  }
  .lh-lg-11 {
    line-height: 1.1;
  }
  .lh-lg-12 {
    line-height: 1.2;
  }
  .lh-lg-13 {
    line-height: 1.3;
  }
  .lh-lg-14 {
    line-height: 1.4;
  }
  .lh-lg-15 {
    line-height: 1.5;
  }
  .lh-lg-16 {
    line-height: 1.6;
  }
  .lh-lg-17 {
    line-height: 1.7;
  }
  .lh-lg-18 {
    line-height: 1.8;
  }
  .lh-lg-19 {
    line-height: 1.9;
  }
  .lh-lg-20 {
    line-height: 2;
  }
  .w-lg-auto {
    width: auto;
  }
  .w-lg-100p {
    width: 100%;
  }
  .w-lg-100pi {
    width: 100% !important;
  }
  .w-lg-90p {
    width: 90%;
  }
  .w-lg-80p {
    width: 80%;
  }
  .w-lg-75p {
    width: 75%;
  }
  .w-lg-70p {
    width: 70%;
  }
  .w-lg-60p {
    width: 60%;
  }
  .w-lg-50p {
    width: 50%;
  }
  .w-lg-40p {
    width: 40%;
  }
  .w-lg-30p {
    width: 30%;
  }
  .w-lg-20p {
    width: 20%;
  }
  .w-lg-10p {
    width: 10%;
  }
  .w-lg-100vw {
    width: 100vw;
  }
  .w-lg-0 {
    width: 0;
  }
  .w-lg-25 {
    width: 0.25rem;
  }
  .w-lg-50 {
    width: 0.5rem;
  }
  .w-lg-75 {
    width: 0.75rem;
  }
  .w-lg-100 {
    width: 1rem;
  }
  .w-lg-125 {
    width: 1.25rem;
  }
  .w-lg-150 {
    width: 1.5rem;
  }
  .w-lg-175 {
    width: 1.75rem;
  }
  .w-lg-200 {
    width: 2rem;
  }
  .w-lg-250 {
    width: 2.5rem;
  }
  .w-lg-300 {
    width: 3rem;
  }
  .w-lg-350 {
    width: 3.5rem;
  }
  .w-lg-400 {
    width: 4rem;
  }
  .w-lg-500 {
    width: 5rem;
  }
  .w-lg-600 {
    width: 6rem;
  }
  .w-lg-700 {
    width: 7rem;
  }
  .w-lg-800 {
    width: 8rem;
  }
  .w-lg-900 {
    width: 9rem;
  }
  .w-lg-1000 {
    width: 10rem;
  }
  .h-lg-auto {
    height: auto;
  }
  .h-lg-100p {
    height: 100%;
  }
  .h-lg-100pi {
    height: 100% !important;
  }
  .h-lg-80p {
    height: 80%;
  }
  .h-lg-75p {
    height: 75%;
  }
  .h-lg-60p {
    height: 60%;
  }
  .h-lg-50p {
    height: 50%;
  }
  .h-lg-20p {
    height: 20%;
  }
  .h-lg-25vh {
    height: 25vh;
  }
  .h-lg-50vh {
    height: 50vh;
  }
  .h-lg-75vh {
    height: 75vh;
  }
  .h-lg-85vh {
    height: 85vh;
  }
  .h-lg-90vh {
    height: 90vh;
  }
  .h-lg-100vh {
    height: 100vh;
  }
  .h-lg-0 {
    height: 0;
  }
  .h-lg-25 {
    height: 0.25rem;
  }
  .h-lg-50 {
    height: 0.5rem;
  }
  .h-lg-75 {
    height: 0.75rem;
  }
  .h-lg-100 {
    height: 1rem;
  }
  .h-lg-125 {
    height: 1.25rem;
  }
  .h-lg-150 {
    height: 1.5rem;
  }
  .h-lg-175 {
    height: 1.75rem;
  }
  .h-lg-200 {
    height: 2rem;
  }
  .h-lg-250 {
    height: 2.5rem;
  }
  .h-lg-300 {
    height: 3rem;
  }
  .h-lg-350 {
    height: 3.5rem;
  }
  .h-lg-400 {
    height: 4rem;
  }
  .h-lg-500 {
    height: 5rem;
  }
  .h-lg-600 {
    height: 6rem;
  }
  .h-lg-700 {
    height: 7rem;
  }
  .h-lg-800 {
    height: 8rem;
  }
  .h-lg-900 {
    height: 9rem;
  }
  .h-lg-1000 {
    height: 10rem;
  }
  .mn-h-lg-auto {
    min-height: auto;
  }
  .mx-h-lg-auto {
    max-height: auto;
  }
  .mn-h-lg-100p {
    min-height: 100%;
  }
  .mx-h-lg-100p {
    max-height: 100%;
  }
  .mn-h-lg-100pi {
    min-height: 100% !important;
  }
  .mx-h-lg-100pi {
    max-height: 100% !important;
  }
  .mn-h-lg-80p {
    min-height: 80%;
  }
  .mx-h-lg-80p {
    max-height: 80%;
  }
  .mn-h-lg-75p {
    min-height: 75%;
  }
  .mx-h-lg-75p {
    max-height: 75%;
  }
  .mn-h-lg-60p {
    min-height: 60%;
  }
  .mx-h-lg-60p {
    max-height: 60%;
  }
  .mn-h-lg-50p {
    min-height: 50%;
  }
  .mx-h-lg-50p {
    max-height: 50%;
  }
  .mn-h-lg-20p {
    min-height: 20%;
  }
  .mx-h-lg-20p {
    max-height: 20%;
  }
  .mn-h-lg-25vh {
    min-height: 25vh;
  }
  .mx-h-lg-25vh {
    max-height: 25vh;
  }
  .mn-h-lg-50vh {
    min-height: 50vh;
  }
  .mx-h-lg-50vh {
    max-height: 50vh;
  }
  .mn-h-lg-75vh {
    min-height: 75vh;
  }
  .mx-h-lg-75vh {
    max-height: 75vh;
  }
  .mn-h-lg-85vh {
    min-height: 85vh;
  }
  .mx-h-lg-85vh {
    max-height: 85vh;
  }
  .mn-h-lg-90vh {
    min-height: 90vh;
  }
  .mx-h-lg-90vh {
    max-height: 90vh;
  }
  .mn-h-lg-100vh {
    min-height: 100vh;
  }
  .mx-h-lg-100vh {
    max-height: 100vh;
  }
  .mn-h-lg-0 {
    min-height: 0;
  }
  .mx-h-lg-0 {
    max-height: 0;
  }
  .mn-h-lg-25 {
    min-height: 0.25rem;
  }
  .mx-h-lg-25 {
    max-height: 0.25rem;
  }
  .mn-h-lg-50 {
    min-height: 0.5rem;
  }
  .mx-h-lg-50 {
    max-height: 0.5rem;
  }
  .mn-h-lg-75 {
    min-height: 0.75rem;
  }
  .mx-h-lg-75 {
    max-height: 0.75rem;
  }
  .mn-h-lg-100 {
    min-height: 1rem;
  }
  .mx-h-lg-100 {
    max-height: 1rem;
  }
  .mn-h-lg-125 {
    min-height: 1.25rem;
  }
  .mx-h-lg-125 {
    max-height: 1.25rem;
  }
  .mn-h-lg-150 {
    min-height: 1.5rem;
  }
  .mx-h-lg-150 {
    max-height: 1.5rem;
  }
  .mn-h-lg-175 {
    min-height: 1.75rem;
  }
  .mx-h-lg-175 {
    max-height: 1.75rem;
  }
  .mn-h-lg-200 {
    min-height: 2rem;
  }
  .mx-h-lg-200 {
    max-height: 2rem;
  }
  .mn-h-lg-250 {
    min-height: 2.5rem;
  }
  .mx-h-lg-250 {
    max-height: 2.5rem;
  }
  .mn-h-lg-300 {
    min-height: 3rem;
  }
  .mx-h-lg-300 {
    max-height: 3rem;
  }
  .mn-h-lg-350 {
    min-height: 3.5rem;
  }
  .mx-h-lg-350 {
    max-height: 3.5rem;
  }
  .mn-h-lg-400 {
    min-height: 4rem;
  }
  .mx-h-lg-400 {
    max-height: 4rem;
  }
  .mn-h-lg-500 {
    min-height: 5rem;
  }
  .mx-h-lg-500 {
    max-height: 5rem;
  }
  .mn-h-lg-600 {
    min-height: 6rem;
  }
  .mx-h-lg-600 {
    max-height: 6rem;
  }
  .mn-h-lg-700 {
    min-height: 7rem;
  }
  .mx-h-lg-700 {
    max-height: 7rem;
  }
  .mn-h-lg-800 {
    min-height: 8rem;
  }
  .mx-h-lg-800 {
    max-height: 8rem;
  }
  .mn-h-lg-900 {
    min-height: 9rem;
  }
  .mx-h-lg-900 {
    max-height: 9rem;
  }
  .mn-h-lg-1000 {
    min-height: 10rem;
  }
  .mx-h-lg-1000 {
    max-height: 10rem;
  }
  .mn-w-lg-auto {
    min-width: auto;
  }
  .mx-w-lg-auto {
    max-width: auto;
  }
  .mn-w-lg-100p {
    min-width: 100%;
  }
  .mx-w-lg-100p {
    max-width: 100%;
  }
  .mn-w-lg-100pi {
    min-width: 100% !important;
  }
  .mx-w-lg-100pi {
    max-width: 100% !important;
  }
  .mn-w-lg-90p {
    min-width: 90%;
  }
  .mx-w-lg-90p {
    max-width: 90%;
  }
  .mn-w-lg-80p {
    min-width: 80%;
  }
  .mx-w-lg-80p {
    max-width: 80%;
  }
  .mn-w-lg-75p {
    min-width: 75%;
  }
  .mx-w-lg-75p {
    max-width: 75%;
  }
  .mn-w-lg-70p {
    min-width: 70%;
  }
  .mx-w-lg-70p {
    max-width: 70%;
  }
  .mn-w-lg-60p {
    min-width: 60%;
  }
  .mx-w-lg-60p {
    max-width: 60%;
  }
  .mn-w-lg-50p {
    min-width: 50%;
  }
  .mx-w-lg-50p {
    max-width: 50%;
  }
  .mn-w-lg-40p {
    min-width: 40%;
  }
  .mx-w-lg-40p {
    max-width: 40%;
  }
  .mn-w-lg-30p {
    min-width: 30%;
  }
  .mx-w-lg-30p {
    max-width: 30%;
  }
  .mn-w-lg-20p {
    min-width: 20%;
  }
  .mx-w-lg-20p {
    max-width: 20%;
  }
  .mn-w-lg-10p {
    min-width: 10%;
  }
  .mx-w-lg-10p {
    max-width: 10%;
  }
  .mn-w-lg-100vw {
    min-width: 100vw;
  }
  .mx-w-lg-100vw {
    max-width: 100vw;
  }
  .mn-w-lg-0 {
    min-width: 0;
  }
  .mx-w-lg-0 {
    max-width: 0;
  }
  .mn-w-lg-25 {
    min-width: 0.25rem;
  }
  .mx-w-lg-25 {
    max-width: 0.25rem;
  }
  .mn-w-lg-50 {
    min-width: 0.5rem;
  }
  .mx-w-lg-50 {
    max-width: 0.5rem;
  }
  .mn-w-lg-75 {
    min-width: 0.75rem;
  }
  .mx-w-lg-75 {
    max-width: 0.75rem;
  }
  .mn-w-lg-100 {
    min-width: 1rem;
  }
  .mx-w-lg-100 {
    max-width: 1rem;
  }
  .mn-w-lg-125 {
    min-width: 1.25rem;
  }
  .mx-w-lg-125 {
    max-width: 1.25rem;
  }
  .mn-w-lg-150 {
    min-width: 1.5rem;
  }
  .mx-w-lg-150 {
    max-width: 1.5rem;
  }
  .mn-w-lg-175 {
    min-width: 1.75rem;
  }
  .mx-w-lg-175 {
    max-width: 1.75rem;
  }
  .mn-w-lg-200 {
    min-width: 2rem;
  }
  .mx-w-lg-200 {
    max-width: 2rem;
  }
  .mn-w-lg-250 {
    min-width: 2.5rem;
  }
  .mx-w-lg-250 {
    max-width: 2.5rem;
  }
  .mn-w-lg-300 {
    min-width: 3rem;
  }
  .mx-w-lg-300 {
    max-width: 3rem;
  }
  .mn-w-lg-350 {
    min-width: 3.5rem;
  }
  .mx-w-lg-350 {
    max-width: 3.5rem;
  }
  .mn-w-lg-400 {
    min-width: 4rem;
  }
  .mx-w-lg-400 {
    max-width: 4rem;
  }
  .mn-w-lg-500 {
    min-width: 5rem;
  }
  .mx-w-lg-500 {
    max-width: 5rem;
  }
  .mn-w-lg-600 {
    min-width: 6rem;
  }
  .mx-w-lg-600 {
    max-width: 6rem;
  }
  .mn-w-lg-700 {
    min-width: 7rem;
  }
  .mx-w-lg-700 {
    max-width: 7rem;
  }
  .mn-w-lg-800 {
    min-width: 8rem;
  }
  .mx-w-lg-800 {
    max-width: 8rem;
  }
  .mn-w-lg-900 {
    min-width: 9rem;
  }
  .mx-w-lg-900 {
    max-width: 9rem;
  }
  .mn-w-lg-1000 {
    min-width: 10rem;
  }
  .mx-w-lg-1000 {
    max-width: 10rem;
  }
  .lh-lg-1 {
    line-height: 1;
  }
  .lh-lg-11 {
    line-height: 1.1;
  }
  .lh-lg-12 {
    line-height: 1.2;
  }
  .lh-lg-13 {
    line-height: 1.3;
  }
  .lh-lg-14 {
    line-height: 1.4;
  }
  .lh-lg-15 {
    line-height: 1.5;
  }
  .lh-lg-16 {
    line-height: 1.6;
  }
  .lh-lg-17 {
    line-height: 1.7;
  }
  .lh-lg-18 {
    line-height: 1.8;
  }
  .lh-lg-19 {
    line-height: 1.9;
  }
  .lh-lg-20 {
    line-height: 2;
  }
}
@media (max-width: 1279.98px) {
  .container-fluid--special {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .p-md-25p {
    padding: 25%;
  }
  .pt-md-25p {
    padding-top: 25%;
  }
  .pb-md-25p {
    padding-bottom: 25%;
  }
  .ptb-md-25p {
    padding-top: 25%;
    padding-bottom: 25%;
  }
  .pl-md-25p {
    padding-left: 25%;
  }
  .pr-md-25p {
    padding-right: 25%;
  }
  .plr-md-25p {
    padding-left: 25%;
    padding-right: 25%;
  }
  .p-md-35p {
    padding: 35%;
  }
  .pt-md-35p {
    padding-top: 35%;
  }
  .pb-md-35p {
    padding-bottom: 35%;
  }
  .ptb-md-35p {
    padding-top: 35%;
    padding-bottom: 35%;
  }
  .pl-md-35p {
    padding-left: 35%;
  }
  .pr-md-35p {
    padding-right: 35%;
  }
  .plr-md-35p {
    padding-left: 35%;
    padding-right: 35%;
  }
  .p-md-50p {
    padding: 50%;
  }
  .pt-md-50p {
    padding-top: 50%;
  }
  .pb-md-50p {
    padding-bottom: 50%;
  }
  .ptb-md-50p {
    padding-top: 50%;
    padding-bottom: 50%;
  }
  .pl-md-50p {
    padding-left: 50%;
  }
  .pr-md-50p {
    padding-right: 50%;
  }
  .plr-md-50p {
    padding-left: 50%;
    padding-right: 50%;
  }
  .p-md-56p {
    padding: 56.25%;
  }
  .pt-md-56p {
    padding-top: 56.25%;
  }
  .pb-md-56p {
    padding-bottom: 56.25%;
  }
  .ptb-md-56p {
    padding-top: 56.25%;
    padding-bottom: 56.25%;
  }
  .pl-md-56p {
    padding-left: 56.25%;
  }
  .pr-md-56p {
    padding-right: 56.25%;
  }
  .plr-md-56p {
    padding-left: 56.25%;
    padding-right: 56.25%;
  }
  .p-md-66p {
    padding: 66.66%;
  }
  .pt-md-66p {
    padding-top: 66.66%;
  }
  .pb-md-66p {
    padding-bottom: 66.66%;
  }
  .ptb-md-66p {
    padding-top: 66.66%;
    padding-bottom: 66.66%;
  }
  .pl-md-66p {
    padding-left: 66.66%;
  }
  .pr-md-66p {
    padding-right: 66.66%;
  }
  .plr-md-66p {
    padding-left: 66.66%;
    padding-right: 66.66%;
  }
  .p-md-75p {
    padding: 75%;
  }
  .pt-md-75p {
    padding-top: 75%;
  }
  .pb-md-75p {
    padding-bottom: 75%;
  }
  .ptb-md-75p {
    padding-top: 75%;
    padding-bottom: 75%;
  }
  .pl-md-75p {
    padding-left: 75%;
  }
  .pr-md-75p {
    padding-right: 75%;
  }
  .plr-md-75p {
    padding-left: 75%;
    padding-right: 75%;
  }
  .p-md-100p {
    padding: 100%;
  }
  .pt-md-100p {
    padding-top: 100%;
  }
  .pb-md-100p {
    padding-bottom: 100%;
  }
  .ptb-md-100p {
    padding-top: 100%;
    padding-bottom: 100%;
  }
  .pl-md-100p {
    padding-left: 100%;
  }
  .pr-md-100p {
    padding-right: 100%;
  }
  .plr-md-100p {
    padding-left: 100%;
    padding-right: 100%;
  }
  .p-md-133p {
    padding: 133%;
  }
  .pt-md-133p {
    padding-top: 133%;
  }
  .pb-md-133p {
    padding-bottom: 133%;
  }
  .ptb-md-133p {
    padding-top: 133%;
    padding-bottom: 133%;
  }
  .pl-md-133p {
    padding-left: 133%;
  }
  .pr-md-133p {
    padding-right: 133%;
  }
  .plr-md-133p {
    padding-left: 133%;
    padding-right: 133%;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .ptb-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .plr-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .p-md-25 {
    padding: 0.25rem;
  }
  .pt-md-25 {
    padding-top: 0.25rem;
  }
  .pb-md-25 {
    padding-bottom: 0.25rem;
  }
  .ptb-md-25 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .pl-md-25 {
    padding-left: 0.25rem;
  }
  .pr-md-25 {
    padding-right: 0.25rem;
  }
  .plr-md-25 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .p-md-35 {
    padding: 0.35rem;
  }
  .pt-md-35 {
    padding-top: 0.35rem;
  }
  .pb-md-35 {
    padding-bottom: 0.35rem;
  }
  .ptb-md-35 {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
  }
  .pl-md-35 {
    padding-left: 0.35rem;
  }
  .pr-md-35 {
    padding-right: 0.35rem;
  }
  .plr-md-35 {
    padding-left: 0.35rem;
    padding-right: 0.35rem;
  }
  .p-md-50 {
    padding: 0.5rem;
  }
  .pt-md-50 {
    padding-top: 0.5rem;
  }
  .pb-md-50 {
    padding-bottom: 0.5rem;
  }
  .ptb-md-50 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .pl-md-50 {
    padding-left: 0.5rem;
  }
  .pr-md-50 {
    padding-right: 0.5rem;
  }
  .plr-md-50 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .p-md-75 {
    padding: 0.75rem;
  }
  .pt-md-75 {
    padding-top: 0.75rem;
  }
  .pb-md-75 {
    padding-bottom: 0.75rem;
  }
  .ptb-md-75 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .pl-md-75 {
    padding-left: 0.75rem;
  }
  .pr-md-75 {
    padding-right: 0.75rem;
  }
  .plr-md-75 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .p-md-875 {
    padding: 0.875rem;
  }
  .pt-md-875 {
    padding-top: 0.875rem;
  }
  .pb-md-875 {
    padding-bottom: 0.875rem;
  }
  .ptb-md-875 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .pl-md-875 {
    padding-left: 0.875rem;
  }
  .pr-md-875 {
    padding-right: 0.875rem;
  }
  .plr-md-875 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
  .p-md-100 {
    padding: 1rem;
  }
  .pt-md-100 {
    padding-top: 1rem;
  }
  .pb-md-100 {
    padding-bottom: 1rem;
  }
  .ptb-md-100 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .pl-md-100 {
    padding-left: 1rem;
  }
  .pr-md-100 {
    padding-right: 1rem;
  }
  .plr-md-100 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .p-md-1125 {
    padding: 1.125rem;
  }
  .pt-md-1125 {
    padding-top: 1.125rem;
  }
  .pb-md-1125 {
    padding-bottom: 1.125rem;
  }
  .ptb-md-1125 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
  .pl-md-1125 {
    padding-left: 1.125rem;
  }
  .pr-md-1125 {
    padding-right: 1.125rem;
  }
  .plr-md-1125 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .p-md-125 {
    padding: 1.25rem;
  }
  .pt-md-125 {
    padding-top: 1.25rem;
  }
  .pb-md-125 {
    padding-bottom: 1.25rem;
  }
  .ptb-md-125 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .pl-md-125 {
    padding-left: 1.25rem;
  }
  .pr-md-125 {
    padding-right: 1.25rem;
  }
  .plr-md-125 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .p-md-150 {
    padding: 1.5rem;
  }
  .pt-md-150 {
    padding-top: 1.5rem;
  }
  .pb-md-150 {
    padding-bottom: 1.5rem;
  }
  .ptb-md-150 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .pl-md-150 {
    padding-left: 1.5rem;
  }
  .pr-md-150 {
    padding-right: 1.5rem;
  }
  .plr-md-150 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .p-md-175 {
    padding: 1.75rem;
  }
  .pt-md-175 {
    padding-top: 1.75rem;
  }
  .pb-md-175 {
    padding-bottom: 1.75rem;
  }
  .ptb-md-175 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .pl-md-175 {
    padding-left: 1.75rem;
  }
  .pr-md-175 {
    padding-right: 1.75rem;
  }
  .plr-md-175 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .p-md-200 {
    padding: 2rem;
  }
  .pt-md-200 {
    padding-top: 2rem;
  }
  .pb-md-200 {
    padding-bottom: 2rem;
  }
  .ptb-md-200 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .pl-md-200 {
    padding-left: 2rem;
  }
  .pr-md-200 {
    padding-right: 2rem;
  }
  .plr-md-200 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .p-md-250 {
    padding: 2.5rem;
  }
  .pt-md-250 {
    padding-top: 2.5rem;
  }
  .pb-md-250 {
    padding-bottom: 2.5rem;
  }
  .ptb-md-250 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .pl-md-250 {
    padding-left: 2.5rem;
  }
  .pr-md-250 {
    padding-right: 2.5rem;
  }
  .plr-md-250 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .p-md-300 {
    padding: 3rem;
  }
  .pt-md-300 {
    padding-top: 3rem;
  }
  .pb-md-300 {
    padding-bottom: 3rem;
  }
  .ptb-md-300 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .pl-md-300 {
    padding-left: 3rem;
  }
  .pr-md-300 {
    padding-right: 3rem;
  }
  .plr-md-300 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .p-md-350 {
    padding: 3.5rem;
  }
  .pt-md-350 {
    padding-top: 3.5rem;
  }
  .pb-md-350 {
    padding-bottom: 3.5rem;
  }
  .ptb-md-350 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .pl-md-350 {
    padding-left: 3.5rem;
  }
  .pr-md-350 {
    padding-right: 3.5rem;
  }
  .plr-md-350 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .p-md-375 {
    padding: 3.75rem;
  }
  .pt-md-375 {
    padding-top: 3.75rem;
  }
  .pb-md-375 {
    padding-bottom: 3.75rem;
  }
  .ptb-md-375 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .pl-md-375 {
    padding-left: 3.75rem;
  }
  .pr-md-375 {
    padding-right: 3.75rem;
  }
  .plr-md-375 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .p-md-400 {
    padding: 4rem;
  }
  .pt-md-400 {
    padding-top: 4rem;
  }
  .pb-md-400 {
    padding-bottom: 4rem;
  }
  .ptb-md-400 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .pl-md-400 {
    padding-left: 4rem;
  }
  .pr-md-400 {
    padding-right: 4rem;
  }
  .plr-md-400 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .p-md-450 {
    padding: 4.5rem;
  }
  .pt-md-450 {
    padding-top: 4.5rem;
  }
  .pb-md-450 {
    padding-bottom: 4.5rem;
  }
  .ptb-md-450 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .pl-md-450 {
    padding-left: 4.5rem;
  }
  .pr-md-450 {
    padding-right: 4.5rem;
  }
  .plr-md-450 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
  .p-md-500 {
    padding: 5rem;
  }
  .pt-md-500 {
    padding-top: 5rem;
  }
  .pb-md-500 {
    padding-bottom: 5rem;
  }
  .ptb-md-500 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .pl-md-500 {
    padding-left: 5rem;
  }
  .pr-md-500 {
    padding-right: 5rem;
  }
  .plr-md-500 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .p-md-600 {
    padding: 6rem;
  }
  .pt-md-600 {
    padding-top: 6rem;
  }
  .pb-md-600 {
    padding-bottom: 6rem;
  }
  .ptb-md-600 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .pl-md-600 {
    padding-left: 6rem;
  }
  .pr-md-600 {
    padding-right: 6rem;
  }
  .plr-md-600 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .p-md-700 {
    padding: 7rem;
  }
  .pt-md-700 {
    padding-top: 7rem;
  }
  .pb-md-700 {
    padding-bottom: 7rem;
  }
  .ptb-md-700 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .pl-md-700 {
    padding-left: 7rem;
  }
  .pr-md-700 {
    padding-right: 7rem;
  }
  .plr-md-700 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .p-md-800 {
    padding: 8rem;
  }
  .pt-md-800 {
    padding-top: 8rem;
  }
  .pb-md-800 {
    padding-bottom: 8rem;
  }
  .ptb-md-800 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .pl-md-800 {
    padding-left: 8rem;
  }
  .pr-md-800 {
    padding-right: 8rem;
  }
  .plr-md-800 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .p-md-900 {
    padding: 9rem;
  }
  .pt-md-900 {
    padding-top: 9rem;
  }
  .pb-md-900 {
    padding-bottom: 9rem;
  }
  .ptb-md-900 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .pl-md-900 {
    padding-left: 9rem;
  }
  .pr-md-900 {
    padding-right: 9rem;
  }
  .plr-md-900 {
    padding-left: 9rem;
    padding-right: 9rem;
  }
  .p-md-1000 {
    padding: 10rem;
  }
  .pt-md-1000 {
    padding-top: 10rem;
  }
  .pb-md-1000 {
    padding-bottom: 10rem;
  }
  .ptb-md-1000 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .pl-md-1000 {
    padding-left: 10rem;
  }
  .pr-md-1000 {
    padding-right: 10rem;
  }
  .plr-md-1000 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .m-md-25p {
    margin: 25%;
  }
  .mt-md-25p {
    margin-top: 25%;
  }
  .mb-md-25p {
    margin-bottom: 25%;
  }
  .mtb-md-25p {
    margin-top: 25%;
    margin-bottom: 25%;
  }
  .ml-md-25p {
    margin-left: 25%;
  }
  .mr-md-25p {
    margin-right: 25%;
  }
  .mlr-md-25p {
    margin-left: 25%;
    margin-right: 25%;
  }
  .m-md-35p {
    margin: 35%;
  }
  .mt-md-35p {
    margin-top: 35%;
  }
  .mb-md-35p {
    margin-bottom: 35%;
  }
  .mtb-md-35p {
    margin-top: 35%;
    margin-bottom: 35%;
  }
  .ml-md-35p {
    margin-left: 35%;
  }
  .mr-md-35p {
    margin-right: 35%;
  }
  .mlr-md-35p {
    margin-left: 35%;
    margin-right: 35%;
  }
  .m-md-50p {
    margin: 50%;
  }
  .mt-md-50p {
    margin-top: 50%;
  }
  .mb-md-50p {
    margin-bottom: 50%;
  }
  .mtb-md-50p {
    margin-top: 50%;
    margin-bottom: 50%;
  }
  .ml-md-50p {
    margin-left: 50%;
  }
  .mr-md-50p {
    margin-right: 50%;
  }
  .mlr-md-50p {
    margin-left: 50%;
    margin-right: 50%;
  }
  .m-md-56p {
    margin: 56.25%;
  }
  .mt-md-56p {
    margin-top: 56.25%;
  }
  .mb-md-56p {
    margin-bottom: 56.25%;
  }
  .mtb-md-56p {
    margin-top: 56.25%;
    margin-bottom: 56.25%;
  }
  .ml-md-56p {
    margin-left: 56.25%;
  }
  .mr-md-56p {
    margin-right: 56.25%;
  }
  .mlr-md-56p {
    margin-left: 56.25%;
    margin-right: 56.25%;
  }
  .m-md-66p {
    margin: 66.66%;
  }
  .mt-md-66p {
    margin-top: 66.66%;
  }
  .mb-md-66p {
    margin-bottom: 66.66%;
  }
  .mtb-md-66p {
    margin-top: 66.66%;
    margin-bottom: 66.66%;
  }
  .ml-md-66p {
    margin-left: 66.66%;
  }
  .mr-md-66p {
    margin-right: 66.66%;
  }
  .mlr-md-66p {
    margin-left: 66.66%;
    margin-right: 66.66%;
  }
  .m-md-75p {
    margin: 75%;
  }
  .mt-md-75p {
    margin-top: 75%;
  }
  .mb-md-75p {
    margin-bottom: 75%;
  }
  .mtb-md-75p {
    margin-top: 75%;
    margin-bottom: 75%;
  }
  .ml-md-75p {
    margin-left: 75%;
  }
  .mr-md-75p {
    margin-right: 75%;
  }
  .mlr-md-75p {
    margin-left: 75%;
    margin-right: 75%;
  }
  .m-md-100p {
    margin: 100%;
  }
  .mt-md-100p {
    margin-top: 100%;
  }
  .mb-md-100p {
    margin-bottom: 100%;
  }
  .mtb-md-100p {
    margin-top: 100%;
    margin-bottom: 100%;
  }
  .ml-md-100p {
    margin-left: 100%;
  }
  .mr-md-100p {
    margin-right: 100%;
  }
  .mlr-md-100p {
    margin-left: 100%;
    margin-right: 100%;
  }
  .m-md-133p {
    margin: 133%;
  }
  .mt-md-133p {
    margin-top: 133%;
  }
  .mb-md-133p {
    margin-bottom: 133%;
  }
  .mtb-md-133p {
    margin-top: 133%;
    margin-bottom: 133%;
  }
  .ml-md-133p {
    margin-left: 133%;
  }
  .mr-md-133p {
    margin-right: 133%;
  }
  .mlr-md-133p {
    margin-left: 133%;
    margin-right: 133%;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mtb-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mlr-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .m-md-25 {
    margin: 0.25rem;
  }
  .mt-md-25 {
    margin-top: 0.25rem;
  }
  .mb-md-25 {
    margin-bottom: 0.25rem;
  }
  .mtb-md-25 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .ml-md-25 {
    margin-left: 0.25rem;
  }
  .mr-md-25 {
    margin-right: 0.25rem;
  }
  .mlr-md-25 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .m-md-35 {
    margin: 0.35rem;
  }
  .mt-md-35 {
    margin-top: 0.35rem;
  }
  .mb-md-35 {
    margin-bottom: 0.35rem;
  }
  .mtb-md-35 {
    margin-top: 0.35rem;
    margin-bottom: 0.35rem;
  }
  .ml-md-35 {
    margin-left: 0.35rem;
  }
  .mr-md-35 {
    margin-right: 0.35rem;
  }
  .mlr-md-35 {
    margin-left: 0.35rem;
    margin-right: 0.35rem;
  }
  .m-md-50 {
    margin: 0.5rem;
  }
  .mt-md-50 {
    margin-top: 0.5rem;
  }
  .mb-md-50 {
    margin-bottom: 0.5rem;
  }
  .mtb-md-50 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .ml-md-50 {
    margin-left: 0.5rem;
  }
  .mr-md-50 {
    margin-right: 0.5rem;
  }
  .mlr-md-50 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .m-md-75 {
    margin: 0.75rem;
  }
  .mt-md-75 {
    margin-top: 0.75rem;
  }
  .mb-md-75 {
    margin-bottom: 0.75rem;
  }
  .mtb-md-75 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .ml-md-75 {
    margin-left: 0.75rem;
  }
  .mr-md-75 {
    margin-right: 0.75rem;
  }
  .mlr-md-75 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .m-md-875 {
    margin: 0.875rem;
  }
  .mt-md-875 {
    margin-top: 0.875rem;
  }
  .mb-md-875 {
    margin-bottom: 0.875rem;
  }
  .mtb-md-875 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
  .ml-md-875 {
    margin-left: 0.875rem;
  }
  .mr-md-875 {
    margin-right: 0.875rem;
  }
  .mlr-md-875 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }
  .m-md-100 {
    margin: 1rem;
  }
  .mt-md-100 {
    margin-top: 1rem;
  }
  .mb-md-100 {
    margin-bottom: 1rem;
  }
  .mtb-md-100 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .ml-md-100 {
    margin-left: 1rem;
  }
  .mr-md-100 {
    margin-right: 1rem;
  }
  .mlr-md-100 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .m-md-1125 {
    margin: 1.125rem;
  }
  .mt-md-1125 {
    margin-top: 1.125rem;
  }
  .mb-md-1125 {
    margin-bottom: 1.125rem;
  }
  .mtb-md-1125 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }
  .ml-md-1125 {
    margin-left: 1.125rem;
  }
  .mr-md-1125 {
    margin-right: 1.125rem;
  }
  .mlr-md-1125 {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }
  .m-md-125 {
    margin: 1.25rem;
  }
  .mt-md-125 {
    margin-top: 1.25rem;
  }
  .mb-md-125 {
    margin-bottom: 1.25rem;
  }
  .mtb-md-125 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .ml-md-125 {
    margin-left: 1.25rem;
  }
  .mr-md-125 {
    margin-right: 1.25rem;
  }
  .mlr-md-125 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .m-md-150 {
    margin: 1.5rem;
  }
  .mt-md-150 {
    margin-top: 1.5rem;
  }
  .mb-md-150 {
    margin-bottom: 1.5rem;
  }
  .mtb-md-150 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .ml-md-150 {
    margin-left: 1.5rem;
  }
  .mr-md-150 {
    margin-right: 1.5rem;
  }
  .mlr-md-150 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .m-md-175 {
    margin: 1.75rem;
  }
  .mt-md-175 {
    margin-top: 1.75rem;
  }
  .mb-md-175 {
    margin-bottom: 1.75rem;
  }
  .mtb-md-175 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .ml-md-175 {
    margin-left: 1.75rem;
  }
  .mr-md-175 {
    margin-right: 1.75rem;
  }
  .mlr-md-175 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }
  .m-md-200 {
    margin: 2rem;
  }
  .mt-md-200 {
    margin-top: 2rem;
  }
  .mb-md-200 {
    margin-bottom: 2rem;
  }
  .mtb-md-200 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .ml-md-200 {
    margin-left: 2rem;
  }
  .mr-md-200 {
    margin-right: 2rem;
  }
  .mlr-md-200 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .m-md-250 {
    margin: 2.5rem;
  }
  .mt-md-250 {
    margin-top: 2.5rem;
  }
  .mb-md-250 {
    margin-bottom: 2.5rem;
  }
  .mtb-md-250 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .ml-md-250 {
    margin-left: 2.5rem;
  }
  .mr-md-250 {
    margin-right: 2.5rem;
  }
  .mlr-md-250 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .m-md-300 {
    margin: 3rem;
  }
  .mt-md-300 {
    margin-top: 3rem;
  }
  .mb-md-300 {
    margin-bottom: 3rem;
  }
  .mtb-md-300 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .ml-md-300 {
    margin-left: 3rem;
  }
  .mr-md-300 {
    margin-right: 3rem;
  }
  .mlr-md-300 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .m-md-350 {
    margin: 3.5rem;
  }
  .mt-md-350 {
    margin-top: 3.5rem;
  }
  .mb-md-350 {
    margin-bottom: 3.5rem;
  }
  .mtb-md-350 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .ml-md-350 {
    margin-left: 3.5rem;
  }
  .mr-md-350 {
    margin-right: 3.5rem;
  }
  .mlr-md-350 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
  .m-md-375 {
    margin: 3.75rem;
  }
  .mt-md-375 {
    margin-top: 3.75rem;
  }
  .mb-md-375 {
    margin-bottom: 3.75rem;
  }
  .mtb-md-375 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  .ml-md-375 {
    margin-left: 3.75rem;
  }
  .mr-md-375 {
    margin-right: 3.75rem;
  }
  .mlr-md-375 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }
  .m-md-400 {
    margin: 4rem;
  }
  .mt-md-400 {
    margin-top: 4rem;
  }
  .mb-md-400 {
    margin-bottom: 4rem;
  }
  .mtb-md-400 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .ml-md-400 {
    margin-left: 4rem;
  }
  .mr-md-400 {
    margin-right: 4rem;
  }
  .mlr-md-400 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .m-md-450 {
    margin: 4.5rem;
  }
  .mt-md-450 {
    margin-top: 4.5rem;
  }
  .mb-md-450 {
    margin-bottom: 4.5rem;
  }
  .mtb-md-450 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
  .ml-md-450 {
    margin-left: 4.5rem;
  }
  .mr-md-450 {
    margin-right: 4.5rem;
  }
  .mlr-md-450 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }
  .m-md-500 {
    margin: 5rem;
  }
  .mt-md-500 {
    margin-top: 5rem;
  }
  .mb-md-500 {
    margin-bottom: 5rem;
  }
  .mtb-md-500 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .ml-md-500 {
    margin-left: 5rem;
  }
  .mr-md-500 {
    margin-right: 5rem;
  }
  .mlr-md-500 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .m-md-600 {
    margin: 6rem;
  }
  .mt-md-600 {
    margin-top: 6rem;
  }
  .mb-md-600 {
    margin-bottom: 6rem;
  }
  .mtb-md-600 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .ml-md-600 {
    margin-left: 6rem;
  }
  .mr-md-600 {
    margin-right: 6rem;
  }
  .mlr-md-600 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .m-md-700 {
    margin: 7rem;
  }
  .mt-md-700 {
    margin-top: 7rem;
  }
  .mb-md-700 {
    margin-bottom: 7rem;
  }
  .mtb-md-700 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .ml-md-700 {
    margin-left: 7rem;
  }
  .mr-md-700 {
    margin-right: 7rem;
  }
  .mlr-md-700 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .m-md-800 {
    margin: 8rem;
  }
  .mt-md-800 {
    margin-top: 8rem;
  }
  .mb-md-800 {
    margin-bottom: 8rem;
  }
  .mtb-md-800 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .ml-md-800 {
    margin-left: 8rem;
  }
  .mr-md-800 {
    margin-right: 8rem;
  }
  .mlr-md-800 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .m-md-900 {
    margin: 9rem;
  }
  .mt-md-900 {
    margin-top: 9rem;
  }
  .mb-md-900 {
    margin-bottom: 9rem;
  }
  .mtb-md-900 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }
  .ml-md-900 {
    margin-left: 9rem;
  }
  .mr-md-900 {
    margin-right: 9rem;
  }
  .mlr-md-900 {
    margin-left: 9rem;
    margin-right: 9rem;
  }
  .m-md-1000 {
    margin: 10rem;
  }
  .mt-md-1000 {
    margin-top: 10rem;
  }
  .mb-md-1000 {
    margin-bottom: 10rem;
  }
  .mtb-md-1000 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .ml-md-1000 {
    margin-left: 10rem;
  }
  .mr-md-1000 {
    margin-right: 10rem;
  }
  .mlr-md-1000 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .mlm-md-0i {
    margin-left: 0 !important;
  }
  .mlm-md-0 {
    margin-left: 0;
  }
  .mlm-md-1 {
    margin-left: -1px;
  }
  .mlm-md-2 {
    margin-left: -2px;
  }
  .mlm-md-3 {
    margin-left: -3px;
  }
  .mlm-md-4 {
    margin-left: -4px;
  }
  .fz-md-50 {
    font-size: 0.5rem;
  }
  .fz-md-625 {
    font-size: 0.625rem;
  }
  .fz-md-75 {
    font-size: 0.75rem;
  }
  .fz-md-875 {
    font-size: 0.875rem;
  }
  .fz-md-100 {
    font-size: 1rem;
  }
  .fz-md-1125 {
    font-size: 1.125rem;
  }
  .fz-md-125 {
    font-size: 1.25rem;
  }
  .fz-md-1375 {
    font-size: 1.375rem;
  }
  .fz-md-150 {
    font-size: 1.5rem;
  }
  .fz-md-175 {
    font-size: 1.75rem;
  }
  .fz-md-200 {
    font-size: 2rem;
  }
  .fz-md-225 {
    font-size: 2.25rem;
  }
  .fz-md-250 {
    font-size: 2.5rem;
  }
  .fz-md-300 {
    font-size: 3rem;
  }
  .fz-md-350 {
    font-size: 3.5rem;
  }
  .fz-md-375 {
    font-size: 3.75rem;
  }
  .fz-md-400 {
    font-size: 4rem;
  }
  .fz-md-450 {
    font-size: 4.5rem;
  }
  .fz-md-500 {
    font-size: 5rem;
  }
  .fz-md-600 {
    font-size: 6rem;
  }
  .fz-md-700 {
    font-size: 7rem;
  }
  .fz-md-800 {
    font-size: 8rem;
  }
  .fz-md-900 {
    font-size: 9rem;
  }
  .fz-md-1000 {
    font-size: 10rem;
  }
  .lh-md-1 {
    line-height: 1;
  }
  .lh-md-11 {
    line-height: 1.1;
  }
  .lh-md-12 {
    line-height: 1.2;
  }
  .lh-md-13 {
    line-height: 1.3;
  }
  .lh-md-14 {
    line-height: 1.4;
  }
  .lh-md-15 {
    line-height: 1.5;
  }
  .lh-md-16 {
    line-height: 1.6;
  }
  .lh-md-17 {
    line-height: 1.7;
  }
  .lh-md-18 {
    line-height: 1.8;
  }
  .lh-md-19 {
    line-height: 1.9;
  }
  .lh-md-20 {
    line-height: 2;
  }
  .w-md-auto {
    width: auto;
  }
  .w-md-100p {
    width: 100%;
  }
  .w-md-100pi {
    width: 100% !important;
  }
  .w-md-90p {
    width: 90%;
  }
  .w-md-80p {
    width: 80%;
  }
  .w-md-75p {
    width: 75%;
  }
  .w-md-70p {
    width: 70%;
  }
  .w-md-60p {
    width: 60%;
  }
  .w-md-50p {
    width: 50%;
  }
  .w-md-40p {
    width: 40%;
  }
  .w-md-30p {
    width: 30%;
  }
  .w-md-20p {
    width: 20%;
  }
  .w-md-10p {
    width: 10%;
  }
  .w-md-100vw {
    width: 100vw;
  }
  .w-md-0 {
    width: 0;
  }
  .w-md-25 {
    width: 0.25rem;
  }
  .w-md-50 {
    width: 0.5rem;
  }
  .w-md-75 {
    width: 0.75rem;
  }
  .w-md-100 {
    width: 1rem;
  }
  .w-md-125 {
    width: 1.25rem;
  }
  .w-md-150 {
    width: 1.5rem;
  }
  .w-md-175 {
    width: 1.75rem;
  }
  .w-md-200 {
    width: 2rem;
  }
  .w-md-250 {
    width: 2.5rem;
  }
  .w-md-300 {
    width: 3rem;
  }
  .w-md-350 {
    width: 3.5rem;
  }
  .w-md-400 {
    width: 4rem;
  }
  .w-md-500 {
    width: 5rem;
  }
  .w-md-600 {
    width: 6rem;
  }
  .w-md-700 {
    width: 7rem;
  }
  .w-md-800 {
    width: 8rem;
  }
  .w-md-900 {
    width: 9rem;
  }
  .w-md-1000 {
    width: 10rem;
  }
  .h-md-auto {
    height: auto;
  }
  .h-md-100p {
    height: 100%;
  }
  .h-md-100pi {
    height: 100% !important;
  }
  .h-md-80p {
    height: 80%;
  }
  .h-md-75p {
    height: 75%;
  }
  .h-md-60p {
    height: 60%;
  }
  .h-md-50p {
    height: 50%;
  }
  .h-md-20p {
    height: 20%;
  }
  .h-md-25vh {
    height: 25vh;
  }
  .h-md-50vh {
    height: 50vh;
  }
  .h-md-75vh {
    height: 75vh;
  }
  .h-md-85vh {
    height: 85vh;
  }
  .h-md-90vh {
    height: 90vh;
  }
  .h-md-100vh {
    height: 100vh;
  }
  .h-md-0 {
    height: 0;
  }
  .h-md-25 {
    height: 0.25rem;
  }
  .h-md-50 {
    height: 0.5rem;
  }
  .h-md-75 {
    height: 0.75rem;
  }
  .h-md-100 {
    height: 1rem;
  }
  .h-md-125 {
    height: 1.25rem;
  }
  .h-md-150 {
    height: 1.5rem;
  }
  .h-md-175 {
    height: 1.75rem;
  }
  .h-md-200 {
    height: 2rem;
  }
  .h-md-250 {
    height: 2.5rem;
  }
  .h-md-300 {
    height: 3rem;
  }
  .h-md-350 {
    height: 3.5rem;
  }
  .h-md-400 {
    height: 4rem;
  }
  .h-md-500 {
    height: 5rem;
  }
  .h-md-600 {
    height: 6rem;
  }
  .h-md-700 {
    height: 7rem;
  }
  .h-md-800 {
    height: 8rem;
  }
  .h-md-900 {
    height: 9rem;
  }
  .h-md-1000 {
    height: 10rem;
  }
  .mn-h-md-auto {
    min-height: auto;
  }
  .mx-h-md-auto {
    max-height: auto;
  }
  .mn-h-md-100p {
    min-height: 100%;
  }
  .mx-h-md-100p {
    max-height: 100%;
  }
  .mn-h-md-100pi {
    min-height: 100% !important;
  }
  .mx-h-md-100pi {
    max-height: 100% !important;
  }
  .mn-h-md-80p {
    min-height: 80%;
  }
  .mx-h-md-80p {
    max-height: 80%;
  }
  .mn-h-md-75p {
    min-height: 75%;
  }
  .mx-h-md-75p {
    max-height: 75%;
  }
  .mn-h-md-60p {
    min-height: 60%;
  }
  .mx-h-md-60p {
    max-height: 60%;
  }
  .mn-h-md-50p {
    min-height: 50%;
  }
  .mx-h-md-50p {
    max-height: 50%;
  }
  .mn-h-md-20p {
    min-height: 20%;
  }
  .mx-h-md-20p {
    max-height: 20%;
  }
  .mn-h-md-25vh {
    min-height: 25vh;
  }
  .mx-h-md-25vh {
    max-height: 25vh;
  }
  .mn-h-md-50vh {
    min-height: 50vh;
  }
  .mx-h-md-50vh {
    max-height: 50vh;
  }
  .mn-h-md-75vh {
    min-height: 75vh;
  }
  .mx-h-md-75vh {
    max-height: 75vh;
  }
  .mn-h-md-85vh {
    min-height: 85vh;
  }
  .mx-h-md-85vh {
    max-height: 85vh;
  }
  .mn-h-md-90vh {
    min-height: 90vh;
  }
  .mx-h-md-90vh {
    max-height: 90vh;
  }
  .mn-h-md-100vh {
    min-height: 100vh;
  }
  .mx-h-md-100vh {
    max-height: 100vh;
  }
  .mn-h-md-0 {
    min-height: 0;
  }
  .mx-h-md-0 {
    max-height: 0;
  }
  .mn-h-md-25 {
    min-height: 0.25rem;
  }
  .mx-h-md-25 {
    max-height: 0.25rem;
  }
  .mn-h-md-50 {
    min-height: 0.5rem;
  }
  .mx-h-md-50 {
    max-height: 0.5rem;
  }
  .mn-h-md-75 {
    min-height: 0.75rem;
  }
  .mx-h-md-75 {
    max-height: 0.75rem;
  }
  .mn-h-md-100 {
    min-height: 1rem;
  }
  .mx-h-md-100 {
    max-height: 1rem;
  }
  .mn-h-md-125 {
    min-height: 1.25rem;
  }
  .mx-h-md-125 {
    max-height: 1.25rem;
  }
  .mn-h-md-150 {
    min-height: 1.5rem;
  }
  .mx-h-md-150 {
    max-height: 1.5rem;
  }
  .mn-h-md-175 {
    min-height: 1.75rem;
  }
  .mx-h-md-175 {
    max-height: 1.75rem;
  }
  .mn-h-md-200 {
    min-height: 2rem;
  }
  .mx-h-md-200 {
    max-height: 2rem;
  }
  .mn-h-md-250 {
    min-height: 2.5rem;
  }
  .mx-h-md-250 {
    max-height: 2.5rem;
  }
  .mn-h-md-300 {
    min-height: 3rem;
  }
  .mx-h-md-300 {
    max-height: 3rem;
  }
  .mn-h-md-350 {
    min-height: 3.5rem;
  }
  .mx-h-md-350 {
    max-height: 3.5rem;
  }
  .mn-h-md-400 {
    min-height: 4rem;
  }
  .mx-h-md-400 {
    max-height: 4rem;
  }
  .mn-h-md-500 {
    min-height: 5rem;
  }
  .mx-h-md-500 {
    max-height: 5rem;
  }
  .mn-h-md-600 {
    min-height: 6rem;
  }
  .mx-h-md-600 {
    max-height: 6rem;
  }
  .mn-h-md-700 {
    min-height: 7rem;
  }
  .mx-h-md-700 {
    max-height: 7rem;
  }
  .mn-h-md-800 {
    min-height: 8rem;
  }
  .mx-h-md-800 {
    max-height: 8rem;
  }
  .mn-h-md-900 {
    min-height: 9rem;
  }
  .mx-h-md-900 {
    max-height: 9rem;
  }
  .mn-h-md-1000 {
    min-height: 10rem;
  }
  .mx-h-md-1000 {
    max-height: 10rem;
  }
  .mn-w-md-auto {
    min-width: auto;
  }
  .mx-w-md-auto {
    max-width: auto;
  }
  .mn-w-md-100p {
    min-width: 100%;
  }
  .mx-w-md-100p {
    max-width: 100%;
  }
  .mn-w-md-100pi {
    min-width: 100% !important;
  }
  .mx-w-md-100pi {
    max-width: 100% !important;
  }
  .mn-w-md-90p {
    min-width: 90%;
  }
  .mx-w-md-90p {
    max-width: 90%;
  }
  .mn-w-md-80p {
    min-width: 80%;
  }
  .mx-w-md-80p {
    max-width: 80%;
  }
  .mn-w-md-75p {
    min-width: 75%;
  }
  .mx-w-md-75p {
    max-width: 75%;
  }
  .mn-w-md-70p {
    min-width: 70%;
  }
  .mx-w-md-70p {
    max-width: 70%;
  }
  .mn-w-md-60p {
    min-width: 60%;
  }
  .mx-w-md-60p {
    max-width: 60%;
  }
  .mn-w-md-50p {
    min-width: 50%;
  }
  .mx-w-md-50p {
    max-width: 50%;
  }
  .mn-w-md-40p {
    min-width: 40%;
  }
  .mx-w-md-40p {
    max-width: 40%;
  }
  .mn-w-md-30p {
    min-width: 30%;
  }
  .mx-w-md-30p {
    max-width: 30%;
  }
  .mn-w-md-20p {
    min-width: 20%;
  }
  .mx-w-md-20p {
    max-width: 20%;
  }
  .mn-w-md-10p {
    min-width: 10%;
  }
  .mx-w-md-10p {
    max-width: 10%;
  }
  .mn-w-md-100vw {
    min-width: 100vw;
  }
  .mx-w-md-100vw {
    max-width: 100vw;
  }
  .mn-w-md-0 {
    min-width: 0;
  }
  .mx-w-md-0 {
    max-width: 0;
  }
  .mn-w-md-25 {
    min-width: 0.25rem;
  }
  .mx-w-md-25 {
    max-width: 0.25rem;
  }
  .mn-w-md-50 {
    min-width: 0.5rem;
  }
  .mx-w-md-50 {
    max-width: 0.5rem;
  }
  .mn-w-md-75 {
    min-width: 0.75rem;
  }
  .mx-w-md-75 {
    max-width: 0.75rem;
  }
  .mn-w-md-100 {
    min-width: 1rem;
  }
  .mx-w-md-100 {
    max-width: 1rem;
  }
  .mn-w-md-125 {
    min-width: 1.25rem;
  }
  .mx-w-md-125 {
    max-width: 1.25rem;
  }
  .mn-w-md-150 {
    min-width: 1.5rem;
  }
  .mx-w-md-150 {
    max-width: 1.5rem;
  }
  .mn-w-md-175 {
    min-width: 1.75rem;
  }
  .mx-w-md-175 {
    max-width: 1.75rem;
  }
  .mn-w-md-200 {
    min-width: 2rem;
  }
  .mx-w-md-200 {
    max-width: 2rem;
  }
  .mn-w-md-250 {
    min-width: 2.5rem;
  }
  .mx-w-md-250 {
    max-width: 2.5rem;
  }
  .mn-w-md-300 {
    min-width: 3rem;
  }
  .mx-w-md-300 {
    max-width: 3rem;
  }
  .mn-w-md-350 {
    min-width: 3.5rem;
  }
  .mx-w-md-350 {
    max-width: 3.5rem;
  }
  .mn-w-md-400 {
    min-width: 4rem;
  }
  .mx-w-md-400 {
    max-width: 4rem;
  }
  .mn-w-md-500 {
    min-width: 5rem;
  }
  .mx-w-md-500 {
    max-width: 5rem;
  }
  .mn-w-md-600 {
    min-width: 6rem;
  }
  .mx-w-md-600 {
    max-width: 6rem;
  }
  .mn-w-md-700 {
    min-width: 7rem;
  }
  .mx-w-md-700 {
    max-width: 7rem;
  }
  .mn-w-md-800 {
    min-width: 8rem;
  }
  .mx-w-md-800 {
    max-width: 8rem;
  }
  .mn-w-md-900 {
    min-width: 9rem;
  }
  .mx-w-md-900 {
    max-width: 9rem;
  }
  .mn-w-md-1000 {
    min-width: 10rem;
  }
  .mx-w-md-1000 {
    max-width: 10rem;
  }
  .lh-md-1 {
    line-height: 1;
  }
  .lh-md-11 {
    line-height: 1.1;
  }
  .lh-md-12 {
    line-height: 1.2;
  }
  .lh-md-13 {
    line-height: 1.3;
  }
  .lh-md-14 {
    line-height: 1.4;
  }
  .lh-md-15 {
    line-height: 1.5;
  }
  .lh-md-16 {
    line-height: 1.6;
  }
  .lh-md-17 {
    line-height: 1.7;
  }
  .lh-md-18 {
    line-height: 1.8;
  }
  .lh-md-19 {
    line-height: 1.9;
  }
  .lh-md-20 {
    line-height: 2;
  }
}
@media (max-width: 991.98px) {
  .container-fluid {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .p-sm-25p {
    padding: 25%;
  }
  .pt-sm-25p {
    padding-top: 25%;
  }
  .pb-sm-25p {
    padding-bottom: 25%;
  }
  .ptb-sm-25p {
    padding-top: 25%;
    padding-bottom: 25%;
  }
  .pl-sm-25p {
    padding-left: 25%;
  }
  .pr-sm-25p {
    padding-right: 25%;
  }
  .plr-sm-25p {
    padding-left: 25%;
    padding-right: 25%;
  }
  .p-sm-35p {
    padding: 35%;
  }
  .pt-sm-35p {
    padding-top: 35%;
  }
  .pb-sm-35p {
    padding-bottom: 35%;
  }
  .ptb-sm-35p {
    padding-top: 35%;
    padding-bottom: 35%;
  }
  .pl-sm-35p {
    padding-left: 35%;
  }
  .pr-sm-35p {
    padding-right: 35%;
  }
  .plr-sm-35p {
    padding-left: 35%;
    padding-right: 35%;
  }
  .p-sm-50p {
    padding: 50%;
  }
  .pt-sm-50p {
    padding-top: 50%;
  }
  .pb-sm-50p {
    padding-bottom: 50%;
  }
  .ptb-sm-50p {
    padding-top: 50%;
    padding-bottom: 50%;
  }
  .pl-sm-50p {
    padding-left: 50%;
  }
  .pr-sm-50p {
    padding-right: 50%;
  }
  .plr-sm-50p {
    padding-left: 50%;
    padding-right: 50%;
  }
  .p-sm-56p {
    padding: 56.25%;
  }
  .pt-sm-56p {
    padding-top: 56.25%;
  }
  .pb-sm-56p {
    padding-bottom: 56.25%;
  }
  .ptb-sm-56p {
    padding-top: 56.25%;
    padding-bottom: 56.25%;
  }
  .pl-sm-56p {
    padding-left: 56.25%;
  }
  .pr-sm-56p {
    padding-right: 56.25%;
  }
  .plr-sm-56p {
    padding-left: 56.25%;
    padding-right: 56.25%;
  }
  .p-sm-66p {
    padding: 66.66%;
  }
  .pt-sm-66p {
    padding-top: 66.66%;
  }
  .pb-sm-66p {
    padding-bottom: 66.66%;
  }
  .ptb-sm-66p {
    padding-top: 66.66%;
    padding-bottom: 66.66%;
  }
  .pl-sm-66p {
    padding-left: 66.66%;
  }
  .pr-sm-66p {
    padding-right: 66.66%;
  }
  .plr-sm-66p {
    padding-left: 66.66%;
    padding-right: 66.66%;
  }
  .p-sm-75p {
    padding: 75%;
  }
  .pt-sm-75p {
    padding-top: 75%;
  }
  .pb-sm-75p {
    padding-bottom: 75%;
  }
  .ptb-sm-75p {
    padding-top: 75%;
    padding-bottom: 75%;
  }
  .pl-sm-75p {
    padding-left: 75%;
  }
  .pr-sm-75p {
    padding-right: 75%;
  }
  .plr-sm-75p {
    padding-left: 75%;
    padding-right: 75%;
  }
  .p-sm-100p {
    padding: 100%;
  }
  .pt-sm-100p {
    padding-top: 100%;
  }
  .pb-sm-100p {
    padding-bottom: 100%;
  }
  .ptb-sm-100p {
    padding-top: 100%;
    padding-bottom: 100%;
  }
  .pl-sm-100p {
    padding-left: 100%;
  }
  .pr-sm-100p {
    padding-right: 100%;
  }
  .plr-sm-100p {
    padding-left: 100%;
    padding-right: 100%;
  }
  .p-sm-133p {
    padding: 133%;
  }
  .pt-sm-133p {
    padding-top: 133%;
  }
  .pb-sm-133p {
    padding-bottom: 133%;
  }
  .ptb-sm-133p {
    padding-top: 133%;
    padding-bottom: 133%;
  }
  .pl-sm-133p {
    padding-left: 133%;
  }
  .pr-sm-133p {
    padding-right: 133%;
  }
  .plr-sm-133p {
    padding-left: 133%;
    padding-right: 133%;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .ptb-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .plr-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .p-sm-25 {
    padding: 0.25rem;
  }
  .pt-sm-25 {
    padding-top: 0.25rem;
  }
  .pb-sm-25 {
    padding-bottom: 0.25rem;
  }
  .ptb-sm-25 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .pl-sm-25 {
    padding-left: 0.25rem;
  }
  .pr-sm-25 {
    padding-right: 0.25rem;
  }
  .plr-sm-25 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .p-sm-35 {
    padding: 0.35rem;
  }
  .pt-sm-35 {
    padding-top: 0.35rem;
  }
  .pb-sm-35 {
    padding-bottom: 0.35rem;
  }
  .ptb-sm-35 {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
  }
  .pl-sm-35 {
    padding-left: 0.35rem;
  }
  .pr-sm-35 {
    padding-right: 0.35rem;
  }
  .plr-sm-35 {
    padding-left: 0.35rem;
    padding-right: 0.35rem;
  }
  .p-sm-50 {
    padding: 0.5rem;
  }
  .pt-sm-50 {
    padding-top: 0.5rem;
  }
  .pb-sm-50 {
    padding-bottom: 0.5rem;
  }
  .ptb-sm-50 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .pl-sm-50 {
    padding-left: 0.5rem;
  }
  .pr-sm-50 {
    padding-right: 0.5rem;
  }
  .plr-sm-50 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .p-sm-75 {
    padding: 0.75rem;
  }
  .pt-sm-75 {
    padding-top: 0.75rem;
  }
  .pb-sm-75 {
    padding-bottom: 0.75rem;
  }
  .ptb-sm-75 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .pl-sm-75 {
    padding-left: 0.75rem;
  }
  .pr-sm-75 {
    padding-right: 0.75rem;
  }
  .plr-sm-75 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .p-sm-875 {
    padding: 0.875rem;
  }
  .pt-sm-875 {
    padding-top: 0.875rem;
  }
  .pb-sm-875 {
    padding-bottom: 0.875rem;
  }
  .ptb-sm-875 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .pl-sm-875 {
    padding-left: 0.875rem;
  }
  .pr-sm-875 {
    padding-right: 0.875rem;
  }
  .plr-sm-875 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
  .p-sm-100 {
    padding: 1rem;
  }
  .pt-sm-100 {
    padding-top: 1rem;
  }
  .pb-sm-100 {
    padding-bottom: 1rem;
  }
  .ptb-sm-100 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .pl-sm-100 {
    padding-left: 1rem;
  }
  .pr-sm-100 {
    padding-right: 1rem;
  }
  .plr-sm-100 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .p-sm-1125 {
    padding: 1.125rem;
  }
  .pt-sm-1125 {
    padding-top: 1.125rem;
  }
  .pb-sm-1125 {
    padding-bottom: 1.125rem;
  }
  .ptb-sm-1125 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
  .pl-sm-1125 {
    padding-left: 1.125rem;
  }
  .pr-sm-1125 {
    padding-right: 1.125rem;
  }
  .plr-sm-1125 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .p-sm-125 {
    padding: 1.25rem;
  }
  .pt-sm-125 {
    padding-top: 1.25rem;
  }
  .pb-sm-125 {
    padding-bottom: 1.25rem;
  }
  .ptb-sm-125 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .pl-sm-125 {
    padding-left: 1.25rem;
  }
  .pr-sm-125 {
    padding-right: 1.25rem;
  }
  .plr-sm-125 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .p-sm-150 {
    padding: 1.5rem;
  }
  .pt-sm-150 {
    padding-top: 1.5rem;
  }
  .pb-sm-150 {
    padding-bottom: 1.5rem;
  }
  .ptb-sm-150 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .pl-sm-150 {
    padding-left: 1.5rem;
  }
  .pr-sm-150 {
    padding-right: 1.5rem;
  }
  .plr-sm-150 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .p-sm-175 {
    padding: 1.75rem;
  }
  .pt-sm-175 {
    padding-top: 1.75rem;
  }
  .pb-sm-175 {
    padding-bottom: 1.75rem;
  }
  .ptb-sm-175 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .pl-sm-175 {
    padding-left: 1.75rem;
  }
  .pr-sm-175 {
    padding-right: 1.75rem;
  }
  .plr-sm-175 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .p-sm-200 {
    padding: 2rem;
  }
  .pt-sm-200 {
    padding-top: 2rem;
  }
  .pb-sm-200 {
    padding-bottom: 2rem;
  }
  .ptb-sm-200 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .pl-sm-200 {
    padding-left: 2rem;
  }
  .pr-sm-200 {
    padding-right: 2rem;
  }
  .plr-sm-200 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .p-sm-250 {
    padding: 2.5rem;
  }
  .pt-sm-250 {
    padding-top: 2.5rem;
  }
  .pb-sm-250 {
    padding-bottom: 2.5rem;
  }
  .ptb-sm-250 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .pl-sm-250 {
    padding-left: 2.5rem;
  }
  .pr-sm-250 {
    padding-right: 2.5rem;
  }
  .plr-sm-250 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .p-sm-300 {
    padding: 3rem;
  }
  .pt-sm-300 {
    padding-top: 3rem;
  }
  .pb-sm-300 {
    padding-bottom: 3rem;
  }
  .ptb-sm-300 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .pl-sm-300 {
    padding-left: 3rem;
  }
  .pr-sm-300 {
    padding-right: 3rem;
  }
  .plr-sm-300 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .p-sm-350 {
    padding: 3.5rem;
  }
  .pt-sm-350 {
    padding-top: 3.5rem;
  }
  .pb-sm-350 {
    padding-bottom: 3.5rem;
  }
  .ptb-sm-350 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .pl-sm-350 {
    padding-left: 3.5rem;
  }
  .pr-sm-350 {
    padding-right: 3.5rem;
  }
  .plr-sm-350 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .p-sm-375 {
    padding: 3.75rem;
  }
  .pt-sm-375 {
    padding-top: 3.75rem;
  }
  .pb-sm-375 {
    padding-bottom: 3.75rem;
  }
  .ptb-sm-375 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .pl-sm-375 {
    padding-left: 3.75rem;
  }
  .pr-sm-375 {
    padding-right: 3.75rem;
  }
  .plr-sm-375 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .p-sm-400 {
    padding: 4rem;
  }
  .pt-sm-400 {
    padding-top: 4rem;
  }
  .pb-sm-400 {
    padding-bottom: 4rem;
  }
  .ptb-sm-400 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .pl-sm-400 {
    padding-left: 4rem;
  }
  .pr-sm-400 {
    padding-right: 4rem;
  }
  .plr-sm-400 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .p-sm-450 {
    padding: 4.5rem;
  }
  .pt-sm-450 {
    padding-top: 4.5rem;
  }
  .pb-sm-450 {
    padding-bottom: 4.5rem;
  }
  .ptb-sm-450 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .pl-sm-450 {
    padding-left: 4.5rem;
  }
  .pr-sm-450 {
    padding-right: 4.5rem;
  }
  .plr-sm-450 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
  .p-sm-500 {
    padding: 5rem;
  }
  .pt-sm-500 {
    padding-top: 5rem;
  }
  .pb-sm-500 {
    padding-bottom: 5rem;
  }
  .ptb-sm-500 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .pl-sm-500 {
    padding-left: 5rem;
  }
  .pr-sm-500 {
    padding-right: 5rem;
  }
  .plr-sm-500 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .p-sm-600 {
    padding: 6rem;
  }
  .pt-sm-600 {
    padding-top: 6rem;
  }
  .pb-sm-600 {
    padding-bottom: 6rem;
  }
  .ptb-sm-600 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .pl-sm-600 {
    padding-left: 6rem;
  }
  .pr-sm-600 {
    padding-right: 6rem;
  }
  .plr-sm-600 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .p-sm-700 {
    padding: 7rem;
  }
  .pt-sm-700 {
    padding-top: 7rem;
  }
  .pb-sm-700 {
    padding-bottom: 7rem;
  }
  .ptb-sm-700 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .pl-sm-700 {
    padding-left: 7rem;
  }
  .pr-sm-700 {
    padding-right: 7rem;
  }
  .plr-sm-700 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .p-sm-800 {
    padding: 8rem;
  }
  .pt-sm-800 {
    padding-top: 8rem;
  }
  .pb-sm-800 {
    padding-bottom: 8rem;
  }
  .ptb-sm-800 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .pl-sm-800 {
    padding-left: 8rem;
  }
  .pr-sm-800 {
    padding-right: 8rem;
  }
  .plr-sm-800 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .p-sm-900 {
    padding: 9rem;
  }
  .pt-sm-900 {
    padding-top: 9rem;
  }
  .pb-sm-900 {
    padding-bottom: 9rem;
  }
  .ptb-sm-900 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .pl-sm-900 {
    padding-left: 9rem;
  }
  .pr-sm-900 {
    padding-right: 9rem;
  }
  .plr-sm-900 {
    padding-left: 9rem;
    padding-right: 9rem;
  }
  .p-sm-1000 {
    padding: 10rem;
  }
  .pt-sm-1000 {
    padding-top: 10rem;
  }
  .pb-sm-1000 {
    padding-bottom: 10rem;
  }
  .ptb-sm-1000 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .pl-sm-1000 {
    padding-left: 10rem;
  }
  .pr-sm-1000 {
    padding-right: 10rem;
  }
  .plr-sm-1000 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .m-sm-25p {
    margin: 25%;
  }
  .mt-sm-25p {
    margin-top: 25%;
  }
  .mb-sm-25p {
    margin-bottom: 25%;
  }
  .mtb-sm-25p {
    margin-top: 25%;
    margin-bottom: 25%;
  }
  .ml-sm-25p {
    margin-left: 25%;
  }
  .mr-sm-25p {
    margin-right: 25%;
  }
  .mlr-sm-25p {
    margin-left: 25%;
    margin-right: 25%;
  }
  .m-sm-35p {
    margin: 35%;
  }
  .mt-sm-35p {
    margin-top: 35%;
  }
  .mb-sm-35p {
    margin-bottom: 35%;
  }
  .mtb-sm-35p {
    margin-top: 35%;
    margin-bottom: 35%;
  }
  .ml-sm-35p {
    margin-left: 35%;
  }
  .mr-sm-35p {
    margin-right: 35%;
  }
  .mlr-sm-35p {
    margin-left: 35%;
    margin-right: 35%;
  }
  .m-sm-50p {
    margin: 50%;
  }
  .mt-sm-50p {
    margin-top: 50%;
  }
  .mb-sm-50p {
    margin-bottom: 50%;
  }
  .mtb-sm-50p {
    margin-top: 50%;
    margin-bottom: 50%;
  }
  .ml-sm-50p {
    margin-left: 50%;
  }
  .mr-sm-50p {
    margin-right: 50%;
  }
  .mlr-sm-50p {
    margin-left: 50%;
    margin-right: 50%;
  }
  .m-sm-56p {
    margin: 56.25%;
  }
  .mt-sm-56p {
    margin-top: 56.25%;
  }
  .mb-sm-56p {
    margin-bottom: 56.25%;
  }
  .mtb-sm-56p {
    margin-top: 56.25%;
    margin-bottom: 56.25%;
  }
  .ml-sm-56p {
    margin-left: 56.25%;
  }
  .mr-sm-56p {
    margin-right: 56.25%;
  }
  .mlr-sm-56p {
    margin-left: 56.25%;
    margin-right: 56.25%;
  }
  .m-sm-66p {
    margin: 66.66%;
  }
  .mt-sm-66p {
    margin-top: 66.66%;
  }
  .mb-sm-66p {
    margin-bottom: 66.66%;
  }
  .mtb-sm-66p {
    margin-top: 66.66%;
    margin-bottom: 66.66%;
  }
  .ml-sm-66p {
    margin-left: 66.66%;
  }
  .mr-sm-66p {
    margin-right: 66.66%;
  }
  .mlr-sm-66p {
    margin-left: 66.66%;
    margin-right: 66.66%;
  }
  .m-sm-75p {
    margin: 75%;
  }
  .mt-sm-75p {
    margin-top: 75%;
  }
  .mb-sm-75p {
    margin-bottom: 75%;
  }
  .mtb-sm-75p {
    margin-top: 75%;
    margin-bottom: 75%;
  }
  .ml-sm-75p {
    margin-left: 75%;
  }
  .mr-sm-75p {
    margin-right: 75%;
  }
  .mlr-sm-75p {
    margin-left: 75%;
    margin-right: 75%;
  }
  .m-sm-100p {
    margin: 100%;
  }
  .mt-sm-100p {
    margin-top: 100%;
  }
  .mb-sm-100p {
    margin-bottom: 100%;
  }
  .mtb-sm-100p {
    margin-top: 100%;
    margin-bottom: 100%;
  }
  .ml-sm-100p {
    margin-left: 100%;
  }
  .mr-sm-100p {
    margin-right: 100%;
  }
  .mlr-sm-100p {
    margin-left: 100%;
    margin-right: 100%;
  }
  .m-sm-133p {
    margin: 133%;
  }
  .mt-sm-133p {
    margin-top: 133%;
  }
  .mb-sm-133p {
    margin-bottom: 133%;
  }
  .mtb-sm-133p {
    margin-top: 133%;
    margin-bottom: 133%;
  }
  .ml-sm-133p {
    margin-left: 133%;
  }
  .mr-sm-133p {
    margin-right: 133%;
  }
  .mlr-sm-133p {
    margin-left: 133%;
    margin-right: 133%;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mtb-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mlr-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .m-sm-25 {
    margin: 0.25rem;
  }
  .mt-sm-25 {
    margin-top: 0.25rem;
  }
  .mb-sm-25 {
    margin-bottom: 0.25rem;
  }
  .mtb-sm-25 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .ml-sm-25 {
    margin-left: 0.25rem;
  }
  .mr-sm-25 {
    margin-right: 0.25rem;
  }
  .mlr-sm-25 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .m-sm-35 {
    margin: 0.35rem;
  }
  .mt-sm-35 {
    margin-top: 0.35rem;
  }
  .mb-sm-35 {
    margin-bottom: 0.35rem;
  }
  .mtb-sm-35 {
    margin-top: 0.35rem;
    margin-bottom: 0.35rem;
  }
  .ml-sm-35 {
    margin-left: 0.35rem;
  }
  .mr-sm-35 {
    margin-right: 0.35rem;
  }
  .mlr-sm-35 {
    margin-left: 0.35rem;
    margin-right: 0.35rem;
  }
  .m-sm-50 {
    margin: 0.5rem;
  }
  .mt-sm-50 {
    margin-top: 0.5rem;
  }
  .mb-sm-50 {
    margin-bottom: 0.5rem;
  }
  .mtb-sm-50 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .ml-sm-50 {
    margin-left: 0.5rem;
  }
  .mr-sm-50 {
    margin-right: 0.5rem;
  }
  .mlr-sm-50 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .m-sm-75 {
    margin: 0.75rem;
  }
  .mt-sm-75 {
    margin-top: 0.75rem;
  }
  .mb-sm-75 {
    margin-bottom: 0.75rem;
  }
  .mtb-sm-75 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .ml-sm-75 {
    margin-left: 0.75rem;
  }
  .mr-sm-75 {
    margin-right: 0.75rem;
  }
  .mlr-sm-75 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .m-sm-875 {
    margin: 0.875rem;
  }
  .mt-sm-875 {
    margin-top: 0.875rem;
  }
  .mb-sm-875 {
    margin-bottom: 0.875rem;
  }
  .mtb-sm-875 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
  .ml-sm-875 {
    margin-left: 0.875rem;
  }
  .mr-sm-875 {
    margin-right: 0.875rem;
  }
  .mlr-sm-875 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }
  .m-sm-100 {
    margin: 1rem;
  }
  .mt-sm-100 {
    margin-top: 1rem;
  }
  .mb-sm-100 {
    margin-bottom: 1rem;
  }
  .mtb-sm-100 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .ml-sm-100 {
    margin-left: 1rem;
  }
  .mr-sm-100 {
    margin-right: 1rem;
  }
  .mlr-sm-100 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .m-sm-1125 {
    margin: 1.125rem;
  }
  .mt-sm-1125 {
    margin-top: 1.125rem;
  }
  .mb-sm-1125 {
    margin-bottom: 1.125rem;
  }
  .mtb-sm-1125 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }
  .ml-sm-1125 {
    margin-left: 1.125rem;
  }
  .mr-sm-1125 {
    margin-right: 1.125rem;
  }
  .mlr-sm-1125 {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }
  .m-sm-125 {
    margin: 1.25rem;
  }
  .mt-sm-125 {
    margin-top: 1.25rem;
  }
  .mb-sm-125 {
    margin-bottom: 1.25rem;
  }
  .mtb-sm-125 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .ml-sm-125 {
    margin-left: 1.25rem;
  }
  .mr-sm-125 {
    margin-right: 1.25rem;
  }
  .mlr-sm-125 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .m-sm-150 {
    margin: 1.5rem;
  }
  .mt-sm-150 {
    margin-top: 1.5rem;
  }
  .mb-sm-150 {
    margin-bottom: 1.5rem;
  }
  .mtb-sm-150 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .ml-sm-150 {
    margin-left: 1.5rem;
  }
  .mr-sm-150 {
    margin-right: 1.5rem;
  }
  .mlr-sm-150 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .m-sm-175 {
    margin: 1.75rem;
  }
  .mt-sm-175 {
    margin-top: 1.75rem;
  }
  .mb-sm-175 {
    margin-bottom: 1.75rem;
  }
  .mtb-sm-175 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .ml-sm-175 {
    margin-left: 1.75rem;
  }
  .mr-sm-175 {
    margin-right: 1.75rem;
  }
  .mlr-sm-175 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }
  .m-sm-200 {
    margin: 2rem;
  }
  .mt-sm-200 {
    margin-top: 2rem;
  }
  .mb-sm-200 {
    margin-bottom: 2rem;
  }
  .mtb-sm-200 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .ml-sm-200 {
    margin-left: 2rem;
  }
  .mr-sm-200 {
    margin-right: 2rem;
  }
  .mlr-sm-200 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .m-sm-250 {
    margin: 2.5rem;
  }
  .mt-sm-250 {
    margin-top: 2.5rem;
  }
  .mb-sm-250 {
    margin-bottom: 2.5rem;
  }
  .mtb-sm-250 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .ml-sm-250 {
    margin-left: 2.5rem;
  }
  .mr-sm-250 {
    margin-right: 2.5rem;
  }
  .mlr-sm-250 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .m-sm-300 {
    margin: 3rem;
  }
  .mt-sm-300 {
    margin-top: 3rem;
  }
  .mb-sm-300 {
    margin-bottom: 3rem;
  }
  .mtb-sm-300 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .ml-sm-300 {
    margin-left: 3rem;
  }
  .mr-sm-300 {
    margin-right: 3rem;
  }
  .mlr-sm-300 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .m-sm-350 {
    margin: 3.5rem;
  }
  .mt-sm-350 {
    margin-top: 3.5rem;
  }
  .mb-sm-350 {
    margin-bottom: 3.5rem;
  }
  .mtb-sm-350 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .ml-sm-350 {
    margin-left: 3.5rem;
  }
  .mr-sm-350 {
    margin-right: 3.5rem;
  }
  .mlr-sm-350 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
  .m-sm-375 {
    margin: 3.75rem;
  }
  .mt-sm-375 {
    margin-top: 3.75rem;
  }
  .mb-sm-375 {
    margin-bottom: 3.75rem;
  }
  .mtb-sm-375 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  .ml-sm-375 {
    margin-left: 3.75rem;
  }
  .mr-sm-375 {
    margin-right: 3.75rem;
  }
  .mlr-sm-375 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }
  .m-sm-400 {
    margin: 4rem;
  }
  .mt-sm-400 {
    margin-top: 4rem;
  }
  .mb-sm-400 {
    margin-bottom: 4rem;
  }
  .mtb-sm-400 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .ml-sm-400 {
    margin-left: 4rem;
  }
  .mr-sm-400 {
    margin-right: 4rem;
  }
  .mlr-sm-400 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .m-sm-450 {
    margin: 4.5rem;
  }
  .mt-sm-450 {
    margin-top: 4.5rem;
  }
  .mb-sm-450 {
    margin-bottom: 4.5rem;
  }
  .mtb-sm-450 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
  .ml-sm-450 {
    margin-left: 4.5rem;
  }
  .mr-sm-450 {
    margin-right: 4.5rem;
  }
  .mlr-sm-450 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }
  .m-sm-500 {
    margin: 5rem;
  }
  .mt-sm-500 {
    margin-top: 5rem;
  }
  .mb-sm-500 {
    margin-bottom: 5rem;
  }
  .mtb-sm-500 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .ml-sm-500 {
    margin-left: 5rem;
  }
  .mr-sm-500 {
    margin-right: 5rem;
  }
  .mlr-sm-500 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .m-sm-600 {
    margin: 6rem;
  }
  .mt-sm-600 {
    margin-top: 6rem;
  }
  .mb-sm-600 {
    margin-bottom: 6rem;
  }
  .mtb-sm-600 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .ml-sm-600 {
    margin-left: 6rem;
  }
  .mr-sm-600 {
    margin-right: 6rem;
  }
  .mlr-sm-600 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .m-sm-700 {
    margin: 7rem;
  }
  .mt-sm-700 {
    margin-top: 7rem;
  }
  .mb-sm-700 {
    margin-bottom: 7rem;
  }
  .mtb-sm-700 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .ml-sm-700 {
    margin-left: 7rem;
  }
  .mr-sm-700 {
    margin-right: 7rem;
  }
  .mlr-sm-700 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .m-sm-800 {
    margin: 8rem;
  }
  .mt-sm-800 {
    margin-top: 8rem;
  }
  .mb-sm-800 {
    margin-bottom: 8rem;
  }
  .mtb-sm-800 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .ml-sm-800 {
    margin-left: 8rem;
  }
  .mr-sm-800 {
    margin-right: 8rem;
  }
  .mlr-sm-800 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .m-sm-900 {
    margin: 9rem;
  }
  .mt-sm-900 {
    margin-top: 9rem;
  }
  .mb-sm-900 {
    margin-bottom: 9rem;
  }
  .mtb-sm-900 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }
  .ml-sm-900 {
    margin-left: 9rem;
  }
  .mr-sm-900 {
    margin-right: 9rem;
  }
  .mlr-sm-900 {
    margin-left: 9rem;
    margin-right: 9rem;
  }
  .m-sm-1000 {
    margin: 10rem;
  }
  .mt-sm-1000 {
    margin-top: 10rem;
  }
  .mb-sm-1000 {
    margin-bottom: 10rem;
  }
  .mtb-sm-1000 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .ml-sm-1000 {
    margin-left: 10rem;
  }
  .mr-sm-1000 {
    margin-right: 10rem;
  }
  .mlr-sm-1000 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .mlm-sm-0i {
    margin-left: 0 !important;
  }
  .mlm-sm-0 {
    margin-left: 0;
  }
  .mlm-sm-1 {
    margin-left: -1px;
  }
  .mlm-sm-2 {
    margin-left: -2px;
  }
  .mlm-sm-3 {
    margin-left: -3px;
  }
  .mlm-sm-4 {
    margin-left: -4px;
  }
  .fz-sm-50 {
    font-size: 0.5rem;
  }
  .fz-sm-625 {
    font-size: 0.625rem;
  }
  .fz-sm-75 {
    font-size: 0.75rem;
  }
  .fz-sm-875 {
    font-size: 0.875rem;
  }
  .fz-sm-100 {
    font-size: 1rem;
  }
  .fz-sm-1125 {
    font-size: 1.125rem;
  }
  .fz-sm-125 {
    font-size: 1.25rem;
  }
  .fz-sm-1375 {
    font-size: 1.375rem;
  }
  .fz-sm-150 {
    font-size: 1.5rem;
  }
  .fz-sm-175 {
    font-size: 1.75rem;
  }
  .fz-sm-200 {
    font-size: 2rem;
  }
  .fz-sm-225 {
    font-size: 2.25rem;
  }
  .fz-sm-250 {
    font-size: 2.5rem;
  }
  .fz-sm-300 {
    font-size: 3rem;
  }
  .fz-sm-350 {
    font-size: 3.5rem;
  }
  .fz-sm-375 {
    font-size: 3.75rem;
  }
  .fz-sm-400 {
    font-size: 4rem;
  }
  .fz-sm-450 {
    font-size: 4.5rem;
  }
  .fz-sm-500 {
    font-size: 5rem;
  }
  .fz-sm-600 {
    font-size: 6rem;
  }
  .fz-sm-700 {
    font-size: 7rem;
  }
  .fz-sm-800 {
    font-size: 8rem;
  }
  .fz-sm-900 {
    font-size: 9rem;
  }
  .fz-sm-1000 {
    font-size: 10rem;
  }
  .lh-sm-1 {
    line-height: 1;
  }
  .lh-sm-11 {
    line-height: 1.1;
  }
  .lh-sm-12 {
    line-height: 1.2;
  }
  .lh-sm-13 {
    line-height: 1.3;
  }
  .lh-sm-14 {
    line-height: 1.4;
  }
  .lh-sm-15 {
    line-height: 1.5;
  }
  .lh-sm-16 {
    line-height: 1.6;
  }
  .lh-sm-17 {
    line-height: 1.7;
  }
  .lh-sm-18 {
    line-height: 1.8;
  }
  .lh-sm-19 {
    line-height: 1.9;
  }
  .lh-sm-20 {
    line-height: 2;
  }
  .w-sm-auto {
    width: auto;
  }
  .w-sm-100p {
    width: 100%;
  }
  .w-sm-100pi {
    width: 100% !important;
  }
  .w-sm-90p {
    width: 90%;
  }
  .w-sm-80p {
    width: 80%;
  }
  .w-sm-75p {
    width: 75%;
  }
  .w-sm-70p {
    width: 70%;
  }
  .w-sm-60p {
    width: 60%;
  }
  .w-sm-50p {
    width: 50%;
  }
  .w-sm-40p {
    width: 40%;
  }
  .w-sm-30p {
    width: 30%;
  }
  .w-sm-20p {
    width: 20%;
  }
  .w-sm-10p {
    width: 10%;
  }
  .w-sm-100vw {
    width: 100vw;
  }
  .w-sm-0 {
    width: 0;
  }
  .w-sm-25 {
    width: 0.25rem;
  }
  .w-sm-50 {
    width: 0.5rem;
  }
  .w-sm-75 {
    width: 0.75rem;
  }
  .w-sm-100 {
    width: 1rem;
  }
  .w-sm-125 {
    width: 1.25rem;
  }
  .w-sm-150 {
    width: 1.5rem;
  }
  .w-sm-175 {
    width: 1.75rem;
  }
  .w-sm-200 {
    width: 2rem;
  }
  .w-sm-250 {
    width: 2.5rem;
  }
  .w-sm-300 {
    width: 3rem;
  }
  .w-sm-350 {
    width: 3.5rem;
  }
  .w-sm-400 {
    width: 4rem;
  }
  .w-sm-500 {
    width: 5rem;
  }
  .w-sm-600 {
    width: 6rem;
  }
  .w-sm-700 {
    width: 7rem;
  }
  .w-sm-800 {
    width: 8rem;
  }
  .w-sm-900 {
    width: 9rem;
  }
  .w-sm-1000 {
    width: 10rem;
  }
  .h-sm-auto {
    height: auto;
  }
  .h-sm-100p {
    height: 100%;
  }
  .h-sm-100pi {
    height: 100% !important;
  }
  .h-sm-80p {
    height: 80%;
  }
  .h-sm-75p {
    height: 75%;
  }
  .h-sm-60p {
    height: 60%;
  }
  .h-sm-50p {
    height: 50%;
  }
  .h-sm-20p {
    height: 20%;
  }
  .h-sm-25vh {
    height: 25vh;
  }
  .h-sm-50vh {
    height: 50vh;
  }
  .h-sm-75vh {
    height: 75vh;
  }
  .h-sm-85vh {
    height: 85vh;
  }
  .h-sm-90vh {
    height: 90vh;
  }
  .h-sm-100vh {
    height: 100vh;
  }
  .h-sm-0 {
    height: 0;
  }
  .h-sm-25 {
    height: 0.25rem;
  }
  .h-sm-50 {
    height: 0.5rem;
  }
  .h-sm-75 {
    height: 0.75rem;
  }
  .h-sm-100 {
    height: 1rem;
  }
  .h-sm-125 {
    height: 1.25rem;
  }
  .h-sm-150 {
    height: 1.5rem;
  }
  .h-sm-175 {
    height: 1.75rem;
  }
  .h-sm-200 {
    height: 2rem;
  }
  .h-sm-250 {
    height: 2.5rem;
  }
  .h-sm-300 {
    height: 3rem;
  }
  .h-sm-350 {
    height: 3.5rem;
  }
  .h-sm-400 {
    height: 4rem;
  }
  .h-sm-500 {
    height: 5rem;
  }
  .h-sm-600 {
    height: 6rem;
  }
  .h-sm-700 {
    height: 7rem;
  }
  .h-sm-800 {
    height: 8rem;
  }
  .h-sm-900 {
    height: 9rem;
  }
  .h-sm-1000 {
    height: 10rem;
  }
  .mn-h-sm-auto {
    min-height: auto;
  }
  .mx-h-sm-auto {
    max-height: auto;
  }
  .mn-h-sm-100p {
    min-height: 100%;
  }
  .mx-h-sm-100p {
    max-height: 100%;
  }
  .mn-h-sm-100pi {
    min-height: 100% !important;
  }
  .mx-h-sm-100pi {
    max-height: 100% !important;
  }
  .mn-h-sm-80p {
    min-height: 80%;
  }
  .mx-h-sm-80p {
    max-height: 80%;
  }
  .mn-h-sm-75p {
    min-height: 75%;
  }
  .mx-h-sm-75p {
    max-height: 75%;
  }
  .mn-h-sm-60p {
    min-height: 60%;
  }
  .mx-h-sm-60p {
    max-height: 60%;
  }
  .mn-h-sm-50p {
    min-height: 50%;
  }
  .mx-h-sm-50p {
    max-height: 50%;
  }
  .mn-h-sm-20p {
    min-height: 20%;
  }
  .mx-h-sm-20p {
    max-height: 20%;
  }
  .mn-h-sm-25vh {
    min-height: 25vh;
  }
  .mx-h-sm-25vh {
    max-height: 25vh;
  }
  .mn-h-sm-50vh {
    min-height: 50vh;
  }
  .mx-h-sm-50vh {
    max-height: 50vh;
  }
  .mn-h-sm-75vh {
    min-height: 75vh;
  }
  .mx-h-sm-75vh {
    max-height: 75vh;
  }
  .mn-h-sm-85vh {
    min-height: 85vh;
  }
  .mx-h-sm-85vh {
    max-height: 85vh;
  }
  .mn-h-sm-90vh {
    min-height: 90vh;
  }
  .mx-h-sm-90vh {
    max-height: 90vh;
  }
  .mn-h-sm-100vh {
    min-height: 100vh;
  }
  .mx-h-sm-100vh {
    max-height: 100vh;
  }
  .mn-h-sm-0 {
    min-height: 0;
  }
  .mx-h-sm-0 {
    max-height: 0;
  }
  .mn-h-sm-25 {
    min-height: 0.25rem;
  }
  .mx-h-sm-25 {
    max-height: 0.25rem;
  }
  .mn-h-sm-50 {
    min-height: 0.5rem;
  }
  .mx-h-sm-50 {
    max-height: 0.5rem;
  }
  .mn-h-sm-75 {
    min-height: 0.75rem;
  }
  .mx-h-sm-75 {
    max-height: 0.75rem;
  }
  .mn-h-sm-100 {
    min-height: 1rem;
  }
  .mx-h-sm-100 {
    max-height: 1rem;
  }
  .mn-h-sm-125 {
    min-height: 1.25rem;
  }
  .mx-h-sm-125 {
    max-height: 1.25rem;
  }
  .mn-h-sm-150 {
    min-height: 1.5rem;
  }
  .mx-h-sm-150 {
    max-height: 1.5rem;
  }
  .mn-h-sm-175 {
    min-height: 1.75rem;
  }
  .mx-h-sm-175 {
    max-height: 1.75rem;
  }
  .mn-h-sm-200 {
    min-height: 2rem;
  }
  .mx-h-sm-200 {
    max-height: 2rem;
  }
  .mn-h-sm-250 {
    min-height: 2.5rem;
  }
  .mx-h-sm-250 {
    max-height: 2.5rem;
  }
  .mn-h-sm-300 {
    min-height: 3rem;
  }
  
  .mn-h-sm-350 {
    min-height: 3.5rem;
  }
  .mx-h-sm-350 {
    max-height: 3.5rem;
  }
  .mn-h-sm-400 {
    min-height: 4rem;
  }
  .mx-h-sm-400 {
    max-height: 4rem;
  }
  .mn-h-sm-500 {
    min-height: 5rem;
  }
  .mx-h-sm-500 {
    max-height: 5rem;
  }
  .mn-h-sm-600 {
    min-height: 6rem;
  }
  .mx-h-sm-600 {
    max-height: 6rem;
  }
  .mn-h-sm-700 {
    min-height: 7rem;
  }
  .mx-h-sm-700 {
    max-height: 7rem;
  }
  .mn-h-sm-800 {
    min-height: 8rem;
  }
  .mx-h-sm-800 {
    max-height: 8rem;
  }
  .mn-h-sm-900 {
    min-height: 9rem;
  }
  .mx-h-sm-900 {
    max-height: 9rem;
  }
  .mn-h-sm-1000 {
    min-height: 10rem;
  }
  .mx-h-sm-1000 {
    max-height: 10rem;
  }
  .mn-w-sm-auto {
    min-width: auto;
  }
  .mx-w-sm-auto {
    max-width: auto;
  }
  .mn-w-sm-100p {
    min-width: 100%;
  }
  .mx-w-sm-100p {
    max-width: 100%;
  }
  .mn-w-sm-100pi {
    min-width: 100% !important;
  }
  .mx-w-sm-100pi {
    max-width: 100% !important;
  }
  .mn-w-sm-90p {
    min-width: 90%;
  }
  .mx-w-sm-90p {
    max-width: 90%;
  }
  .mn-w-sm-80p {
    min-width: 80%;
  }
  .mx-w-sm-80p {
    max-width: 80%;
  }
  .mn-w-sm-75p {
    min-width: 75%;
  }
  .mx-w-sm-75p {
    max-width: 75%;
  }
  .mn-w-sm-70p {
    min-width: 70%;
  }
  .mx-w-sm-70p {
    max-width: 70%;
  }
  .mn-w-sm-60p {
    min-width: 60%;
  }
  .mx-w-sm-60p {
    max-width: 60%;
  }
  .mn-w-sm-50p {
    min-width: 50%;
  }
  .mx-w-sm-50p {
    max-width: 50%;
  }
  .mn-w-sm-40p {
    min-width: 40%;
  }
  .mx-w-sm-40p {
    max-width: 40%;
  }
  .mn-w-sm-30p {
    min-width: 30%;
  }
  .mx-w-sm-30p {
    max-width: 30%;
  }
  .mn-w-sm-20p {
    min-width: 20%;
  }
  .mx-w-sm-20p {
    max-width: 20%;
  }
  .mn-w-sm-10p {
    min-width: 10%;
  }
  .mx-w-sm-10p {
    max-width: 10%;
  }
  .mn-w-sm-100vw {
    min-width: 100vw;
  }
  .mx-w-sm-100vw {
    max-width: 100vw;
  }
  .mn-w-sm-0 {
    min-width: 0;
  }
  .mx-w-sm-0 {
    max-width: 0;
  }
  .mn-w-sm-25 {
    min-width: 0.25rem;
  }
  .mx-w-sm-25 {
    max-width: 0.25rem;
  }
  .mn-w-sm-50 {
    min-width: 0.5rem;
  }
  .mx-w-sm-50 {
    max-width: 0.5rem;
  }
  .mn-w-sm-75 {
    min-width: 0.75rem;
  }
  .mx-w-sm-75 {
    max-width: 0.75rem;
  }
  .mn-w-sm-100 {
    min-width: 1rem;
  }
  .mx-w-sm-100 {
    max-width: 1rem;
  }
  .mn-w-sm-125 {
    min-width: 1.25rem;
  }
  .mx-w-sm-125 {
    max-width: 1.25rem;
  }
  .mn-w-sm-150 {
    min-width: 1.5rem;
  }
  .mx-w-sm-150 {
    max-width: 1.5rem;
  }
  .mn-w-sm-175 {
    min-width: 1.75rem;
  }
  .mx-w-sm-175 {
    max-width: 1.75rem;
  }
  .mn-w-sm-200 {
    min-width: 2rem;
  }
  .mx-w-sm-200 {
    max-width: 2rem;
  }
  .mn-w-sm-250 {
    min-width: 2.5rem;
  }
  .mx-w-sm-250 {
    max-width: 2.5rem;
  }
  .mn-w-sm-300 {
    min-width: 3rem;
  }
  .mx-w-sm-300 {
    max-width: 3rem;
  }
  .mn-w-sm-350 {
    min-width: 3.5rem;
  }
  .mx-w-sm-350 {
    max-width: 3.5rem;
  }
  .mn-w-sm-400 {
    min-width: 4rem;
  }
  .mx-w-sm-400 {
    max-width: 4rem;
  }
  .mn-w-sm-500 {
    min-width: 5rem;
  }
  .mx-w-sm-500 {
    max-width: 5rem;
  }
  .mn-w-sm-600 {
    min-width: 6rem;
  }
  .mx-w-sm-600 {
    max-width: 6rem;
  }
  .mn-w-sm-700 {
    min-width: 7rem;
  }
  .mx-w-sm-700 {
    max-width: 7rem;
  }
  .mn-w-sm-800 {
    min-width: 8rem;
  }
  .mx-w-sm-800 {
    max-width: 8rem;
  }
  .mn-w-sm-900 {
    min-width: 9rem;
  }
  .mx-w-sm-900 {
    max-width: 9rem;
  }
  .mn-w-sm-1000 {
    min-width: 10rem;
  }
  .mx-w-sm-1000 {
    max-width: 10rem;
  }
  .lh-sm-1 {
    line-height: 1;
  }
  .lh-sm-11 {
    line-height: 1.1;
  }
  .lh-sm-12 {
    line-height: 1.2;
  }
  .lh-sm-13 {
    line-height: 1.3;
  }
  .lh-sm-14 {
    line-height: 1.4;
  }
  .lh-sm-15 {
    line-height: 1.5;
  }
  .lh-sm-16 {
    line-height: 1.6;
  }
  .lh-sm-17 {
    line-height: 1.7;
  }
  .lh-sm-18 {
    line-height: 1.8;
  }
  .lh-sm-19 {
    line-height: 1.9;
  }
  .lh-sm-20 {
    line-height: 2;
  }
}
@media (max-width: 767.98px) {
  .expand-wrapper .expand-content {
    display: none;
  }
  .p-xs-25p {
    padding: 25%;
  }
  .pt-xs-25p {
    padding-top: 25%;
  }
  .pb-xs-25p {
    padding-bottom: 25%;
  }
  .ptb-xs-25p {
    padding-top: 25%;
    padding-bottom: 25%;
  }
  .pl-xs-25p {
    padding-left: 25%;
  }
  .pr-xs-25p {
    padding-right: 25%;
  }
  .plr-xs-25p {
    padding-left: 25%;
    padding-right: 25%;
  }
  .p-xs-35p {
    padding: 35%;
  }
  .pt-xs-35p {
    padding-top: 35%;
  }
  .pb-xs-35p {
    padding-bottom: 35%;
  }
  .ptb-xs-35p {
    padding-top: 35%;
    padding-bottom: 35%;
  }
  .pl-xs-35p {
    padding-left: 35%;
  }
  .pr-xs-35p {
    padding-right: 35%;
  }
  .plr-xs-35p {
    padding-left: 35%;
    padding-right: 35%;
  }
  .p-xs-50p {
    padding: 50%;
  }
  .pt-xs-50p {
    padding-top: 50%;
  }
  .pb-xs-50p {
    padding-bottom: 50%;
  }
  .ptb-xs-50p {
    padding-top: 50%;
    padding-bottom: 50%;
  }
  .pl-xs-50p {
    padding-left: 50%;
  }
  .pr-xs-50p {
    padding-right: 50%;
  }
  .plr-xs-50p {
    padding-left: 50%;
    padding-right: 50%;
  }
  .p-xs-56p {
    padding: 56.25%;
  }
  .pt-xs-56p {
    padding-top: 56.25%;
  }
  .pb-xs-56p {
    padding-bottom: 56.25%;
  }
  .ptb-xs-56p {
    padding-top: 56.25%;
    padding-bottom: 56.25%;
  }
  .pl-xs-56p {
    padding-left: 56.25%;
  }
  .pr-xs-56p {
    padding-right: 56.25%;
  }
  .plr-xs-56p {
    padding-left: 56.25%;
    padding-right: 56.25%;
  }
  .p-xs-66p {
    padding: 66.66%;
  }
  .pt-xs-66p {
    padding-top: 66.66%;
  }
  .pb-xs-66p {
    padding-bottom: 66.66%;
  }
  .ptb-xs-66p {
    padding-top: 66.66%;
    padding-bottom: 66.66%;
  }
  .pl-xs-66p {
    padding-left: 66.66%;
  }
  .pr-xs-66p {
    padding-right: 66.66%;
  }
  .plr-xs-66p {
    padding-left: 66.66%;
    padding-right: 66.66%;
  }
  .p-xs-75p {
    padding: 75%;
  }
  .pt-xs-75p {
    padding-top: 75%;
  }
  .pb-xs-75p {
    padding-bottom: 75%;
  }
  .ptb-xs-75p {
    padding-top: 75%;
    padding-bottom: 75%;
  }
  .pl-xs-75p {
    padding-left: 75%;
  }
  .pr-xs-75p {
    padding-right: 75%;
  }
  .plr-xs-75p {
    padding-left: 75%;
    padding-right: 75%;
  }
  .p-xs-100p {
    padding: 100%;
  }
  .pt-xs-100p {
    padding-top: 100%;
  }
  .pb-xs-100p {
    padding-bottom: 100%;
  }
  .ptb-xs-100p {
    padding-top: 100%;
    padding-bottom: 100%;
  }
  .pl-xs-100p {
    padding-left: 100%;
  }
  .pr-xs-100p {
    padding-right: 100%;
  }
  .plr-xs-100p {
    padding-left: 100%;
    padding-right: 100%;
  }
  .p-xs-133p {
    padding: 133%;
  }
  .pt-xs-133p {
    padding-top: 133%;
  }
  .pb-xs-133p {
    padding-bottom: 133%;
  }
  .ptb-xs-133p {
    padding-top: 133%;
    padding-bottom: 133%;
  }
  .pl-xs-133p {
    padding-left: 133%;
  }
  .pr-xs-133p {
    padding-right: 133%;
  }
  .plr-xs-133p {
    padding-left: 133%;
    padding-right: 133%;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .pt-xs-0 {
    padding-top: 0 !important;
  }
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }
  .ptb-xs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .pl-xs-0 {
    padding-left: 0 !important;
  }
  .pr-xs-0 {
    padding-right: 0 !important;
  }
  .plr-xs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .p-xs-25 {
    padding: 0.25rem;
  }
  .pt-xs-25 {
    padding-top: 0.25rem;
  }
  .pb-xs-25 {
    padding-bottom: 0.25rem;
  }
  .ptb-xs-25 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .pl-xs-25 {
    padding-left: 0.25rem;
  }
  .pr-xs-25 {
    padding-right: 0.25rem;
  }
  .plr-xs-25 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .p-xs-35 {
    padding: 0.35rem;
  }
  .pt-xs-35 {
    padding-top: 0.35rem;
  }
  .pb-xs-35 {
    padding-bottom: 0.35rem;
  }
  .ptb-xs-35 {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
  }
  .pl-xs-35 {
    padding-left: 0.35rem;
  }
  .pr-xs-35 {
    padding-right: 0.35rem;
  }
  .plr-xs-35 {
    padding-left: 0.35rem;
    padding-right: 0.35rem;
  }
  .p-xs-50 {
    padding: 0.5rem;
  }
  .pt-xs-50 {
    padding-top: 0.5rem;
  }
  .pb-xs-50 {
    padding-bottom: 0.5rem;
  }
  .ptb-xs-50 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .pl-xs-50 {
    padding-left: 0.5rem;
  }
  .pr-xs-50 {
    padding-right: 0.5rem;
  }
  .plr-xs-50 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .p-xs-75 {
    padding: 0.75rem;
  }
  .pt-xs-75 {
    padding-top: 0.75rem;
  }
  .pb-xs-75 {
    padding-bottom: 0.75rem;
  }
  .ptb-xs-75 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .pl-xs-75 {
    padding-left: 0.75rem;
  }
  .pr-xs-75 {
    padding-right: 0.75rem;
  }
  .plr-xs-75 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .p-xs-875 {
    padding: 0.875rem;
  }
  .pt-xs-875 {
    padding-top: 0.875rem;
  }
  .pb-xs-875 {
    padding-bottom: 0.875rem;
  }
  .ptb-xs-875 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .pl-xs-875 {
    padding-left: 0.875rem;
  }
  .pr-xs-875 {
    padding-right: 0.875rem;
  }
  .plr-xs-875 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
  .p-xs-100 {
    padding: 1rem;
  }
  .pt-xs-100 {
    padding-top: 1rem;
  }
  .pb-xs-100 {
    padding-bottom: 1rem;
  }
  .ptb-xs-100 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .pl-xs-100 {
    padding-left: 1rem;
  }
  .pr-xs-100 {
    padding-right: 1rem;
  }
  .plr-xs-100 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .p-xs-1125 {
    padding: 1.125rem;
  }
  .pt-xs-1125 {
    padding-top: 1.125rem;
  }
  .pb-xs-1125 {
    padding-bottom: 1.125rem;
  }
  .ptb-xs-1125 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
  .pl-xs-1125 {
    padding-left: 1.125rem;
  }
  .pr-xs-1125 {
    padding-right: 1.125rem;
  }
  .plr-xs-1125 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .p-xs-125 {
    padding: 1.25rem;
  }
  .pt-xs-125 {
    padding-top: 1.25rem;
  }
  .pb-xs-125 {
    padding-bottom: 1.25rem;
  }
  .ptb-xs-125 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .pl-xs-125 {
    padding-left: 1.25rem;
  }
  .pr-xs-125 {
    padding-right: 1.25rem;
  }
  .plr-xs-125 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .p-xs-150 {
    padding: 1.5rem;
  }
  .pt-xs-150 {
    padding-top: 1.5rem;
  }
  .pb-xs-150 {
    padding-bottom: 1.5rem;
  }
  .ptb-xs-150 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .pl-xs-150 {
    padding-left: 1.5rem;
  }
  .pr-xs-150 {
    padding-right: 1.5rem;
  }
  .plr-xs-150 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .p-xs-175 {
    padding: 1.75rem;
  }
  .pt-xs-175 {
    padding-top: 1.75rem;
  }
  .pb-xs-175 {
    padding-bottom: 1.75rem;
  }
  .ptb-xs-175 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .pl-xs-175 {
    padding-left: 1.75rem;
  }
  .pr-xs-175 {
    padding-right: 1.75rem;
  }
  .plr-xs-175 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .p-xs-200 {
    padding: 2rem;
  }
  .pt-xs-200 {
    padding-top: 2rem;
  }
  .pb-xs-200 {
    padding-bottom: 2rem;
  }
  .ptb-xs-200 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .pl-xs-200 {
    padding-left: 2rem;
  }
  .pr-xs-200 {
    padding-right: 2rem;
  }
  .plr-xs-200 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .p-xs-250 {
    padding: 2.5rem;
  }
  .pt-xs-250 {
    padding-top: 2.5rem;
  }
  .pb-xs-250 {
    padding-bottom: 2.5rem;
  }
  .ptb-xs-250 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .pl-xs-250 {
    padding-left: 2.5rem;
  }
  .pr-xs-250 {
    padding-right: 2.5rem;
  }
  .plr-xs-250 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .p-xs-300 {
    padding: 3rem;
  }
  .pt-xs-300 {
    padding-top: 3rem;
  }
  .pb-xs-300 {
    padding-bottom: 3rem;
  }
  .ptb-xs-300 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .pl-xs-300 {
    padding-left: 3rem;
  }
  .pr-xs-300 {
    padding-right: 3rem;
  }
  .plr-xs-300 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .p-xs-350 {
    padding: 3.5rem;
  }
  .pt-xs-350 {
    padding-top: 3.5rem;
  }
  .pb-xs-350 {
    padding-bottom: 3.5rem;
  }
  .ptb-xs-350 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .pl-xs-350 {
    padding-left: 3.5rem;
  }
  .pr-xs-350 {
    padding-right: 3.5rem;
  }
  .plr-xs-350 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .p-xs-375 {
    padding: 3.75rem;
  }
  .pt-xs-375 {
    padding-top: 3.75rem;
  }
  .pb-xs-375 {
    padding-bottom: 3.75rem;
  }
  .ptb-xs-375 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .pl-xs-375 {
    padding-left: 3.75rem;
  }
  .pr-xs-375 {
    padding-right: 3.75rem;
  }
  .plr-xs-375 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .p-xs-400 {
    padding: 4rem;
  }
  .pt-xs-400 {
    padding-top: 4rem;
  }
  .pb-xs-400 {
    padding-bottom: 4rem;
  }
  .ptb-xs-400 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .pl-xs-400 {
    padding-left: 4rem;
  }
  .pr-xs-400 {
    padding-right: 4rem;
  }
  .plr-xs-400 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .p-xs-450 {
    padding: 4.5rem;
  }
  .pt-xs-450 {
    padding-top: 4.5rem;
  }
  .pb-xs-450 {
    padding-bottom: 4.5rem;
  }
  .ptb-xs-450 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .pl-xs-450 {
    padding-left: 4.5rem;
  }
  .pr-xs-450 {
    padding-right: 4.5rem;
  }
  .plr-xs-450 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
  .p-xs-500 {
    padding: 5rem;
  }
  .pt-xs-500 {
    padding-top: 5rem;
  }
  .pb-xs-500 {
    padding-bottom: 5rem;
  }
  .ptb-xs-500 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .pl-xs-500 {
    padding-left: 5rem;
  }
  .pr-xs-500 {
    padding-right: 5rem;
  }
  .plr-xs-500 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .p-xs-600 {
    padding: 6rem;
  }
  .pt-xs-600 {
    padding-top: 6rem;
  }
  .pb-xs-600 {
    padding-bottom: 6rem;
  }
  .ptb-xs-600 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .pl-xs-600 {
    padding-left: 6rem;
  }
  .pr-xs-600 {
    padding-right: 6rem;
  }
  .plr-xs-600 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .p-xs-700 {
    padding: 7rem;
  }
  .pt-xs-700 {
    padding-top: 7rem;
  }
  .pb-xs-700 {
    padding-bottom: 7rem;
  }
  .ptb-xs-700 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .pl-xs-700 {
    padding-left: 7rem;
  }
  .pr-xs-700 {
    padding-right: 7rem;
  }
  .plr-xs-700 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .p-xs-800 {
    padding: 8rem;
  }
  .pt-xs-800 {
    padding-top: 8rem;
  }
  .pb-xs-800 {
    padding-bottom: 8rem;
  }
  .ptb-xs-800 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .pl-xs-800 {
    padding-left: 8rem;
  }
  .pr-xs-800 {
    padding-right: 8rem;
  }
  .plr-xs-800 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .p-xs-900 {
    padding: 9rem;
  }
  .pt-xs-900 {
    padding-top: 9rem;
  }
  .pb-xs-900 {
    padding-bottom: 9rem;
  }
  .ptb-xs-900 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .pl-xs-900 {
    padding-left: 9rem;
  }
  .pr-xs-900 {
    padding-right: 9rem;
  }
  .plr-xs-900 {
    padding-left: 9rem;
    padding-right: 9rem;
  }
  .p-xs-1000 {
    padding: 10rem;
  }
  .pt-xs-1000 {
    padding-top: 10rem;
  }
  .pb-xs-1000 {
    padding-bottom: 10rem;
  }
  .ptb-xs-1000 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .pl-xs-1000 {
    padding-left: 10rem;
  }
  .pr-xs-1000 {
    padding-right: 10rem;
  }
  .plr-xs-1000 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .m-xs-25p {
    margin: 25%;
  }
  .mt-xs-25p {
    margin-top: 25%;
  }
  .mb-xs-25p {
    margin-bottom: 25%;
  }
  .mtb-xs-25p {
    margin-top: 25%;
    margin-bottom: 25%;
  }
  .ml-xs-25p {
    margin-left: 25%;
  }
  .mr-xs-25p {
    margin-right: 25%;
  }
  .mlr-xs-25p {
    margin-left: 25%;
    margin-right: 25%;
  }
  .m-xs-35p {
    margin: 35%;
  }
  .mt-xs-35p {
    margin-top: 35%;
  }
  .mb-xs-35p {
    margin-bottom: 35%;
  }
  .mtb-xs-35p {
    margin-top: 35%;
    margin-bottom: 35%;
  }
  .ml-xs-35p {
    margin-left: 35%;
  }
  .mr-xs-35p {
    margin-right: 35%;
  }
  .mlr-xs-35p {
    margin-left: 35%;
    margin-right: 35%;
  }
  .m-xs-50p {
    margin: 50%;
  }
  .mt-xs-50p {
    margin-top: 50%;
  }
  .mb-xs-50p {
    margin-bottom: 50%;
  }
  .mtb-xs-50p {
    margin-top: 50%;
    margin-bottom: 50%;
  }
  .ml-xs-50p {
    margin-left: 50%;
  }
  .mr-xs-50p {
    margin-right: 50%;
  }
  .mlr-xs-50p {
    margin-left: 50%;
    margin-right: 50%;
  }
  .m-xs-56p {
    margin: 56.25%;
  }
  .mt-xs-56p {
    margin-top: 56.25%;
  }
  .mb-xs-56p {
    margin-bottom: 56.25%;
  }
  .mtb-xs-56p {
    margin-top: 56.25%;
    margin-bottom: 56.25%;
  }
  .ml-xs-56p {
    margin-left: 56.25%;
  }
  .mr-xs-56p {
    margin-right: 56.25%;
  }
  .mlr-xs-56p {
    margin-left: 56.25%;
    margin-right: 56.25%;
  }
  .m-xs-66p {
    margin: 66.66%;
  }
  .mt-xs-66p {
    margin-top: 66.66%;
  }
  .mb-xs-66p {
    margin-bottom: 66.66%;
  }
  .mtb-xs-66p {
    margin-top: 66.66%;
    margin-bottom: 66.66%;
  }
  .ml-xs-66p {
    margin-left: 66.66%;
  }
  .mr-xs-66p {
    margin-right: 66.66%;
  }
  .mlr-xs-66p {
    margin-left: 66.66%;
    margin-right: 66.66%;
  }
  .m-xs-75p {
    margin: 75%;
  }
  .mt-xs-75p {
    margin-top: 75%;
  }
  .mb-xs-75p {
    margin-bottom: 75%;
  }
  .mtb-xs-75p {
    margin-top: 75%;
    margin-bottom: 75%;
  }
  .ml-xs-75p {
    margin-left: 75%;
  }
  .mr-xs-75p {
    margin-right: 75%;
  }
  .mlr-xs-75p {
    margin-left: 75%;
    margin-right: 75%;
  }
  .m-xs-100p {
    margin: 100%;
  }
  .mt-xs-100p {
    margin-top: 100%;
  }
  .mb-xs-100p {
    margin-bottom: 100%;
  }
  .mtb-xs-100p {
    margin-top: 100%;
    margin-bottom: 100%;
  }
  .ml-xs-100p {
    margin-left: 100%;
  }
  .mr-xs-100p {
    margin-right: 100%;
  }
  .mlr-xs-100p {
    margin-left: 100%;
    margin-right: 100%;
  }
  .m-xs-133p {
    margin: 133%;
  }
  .mt-xs-133p {
    margin-top: 133%;
  }
  .mb-xs-133p {
    margin-bottom: 133%;
  }
  .mtb-xs-133p {
    margin-top: 133%;
    margin-bottom: 133%;
  }
  .ml-xs-133p {
    margin-left: 133%;
  }
  .mr-xs-133p {
    margin-right: 133%;
  }
  .mlr-xs-133p {
    margin-left: 133%;
    margin-right: 133%;
  }
  .m-xs-0 {
    margin: 0 !important;
  }
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mtb-xs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .ml-xs-0 {
    margin-left: 0 !important;
  }
  .mr-xs-0 {
    margin-right: 0 !important;
  }
  .mlr-xs-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .m-xs-25 {
    margin: 0.25rem;
  }
  .mt-xs-25 {
    margin-top: 0.25rem;
  }
  .mb-xs-25 {
    margin-bottom: 0.25rem;
  }
  .mtb-xs-25 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .ml-xs-25 {
    margin-left: 0.25rem;
  }
  .mr-xs-25 {
    margin-right: 0.25rem;
  }
  .mlr-xs-25 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .m-xs-35 {
    margin: 0.35rem;
  }
  .mt-xs-35 {
    margin-top: 0.35rem;
  }
  .mb-xs-35 {
    margin-bottom: 0.35rem;
  }
  .mtb-xs-35 {
    margin-top: 0.35rem;
    margin-bottom: 0.35rem;
  }
  .ml-xs-35 {
    margin-left: 0.35rem;
  }
  .mr-xs-35 {
    margin-right: 0.35rem;
  }
  .mlr-xs-35 {
    margin-left: 0.35rem;
    margin-right: 0.35rem;
  }
  .m-xs-50 {
    margin: 0.5rem;
  }
  .mt-xs-50 {
    margin-top: 0.5rem;
  }
  .mb-xs-50 {
    margin-bottom: 0.5rem;
  }
  .mtb-xs-50 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .ml-xs-50 {
    margin-left: 0.5rem;
  }
  .mr-xs-50 {
    margin-right: 0.5rem;
  }
  .mlr-xs-50 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .m-xs-75 {
    margin: 0.75rem;
  }
  .mt-xs-75 {
    margin-top: 0.75rem;
  }
  .mb-xs-75 {
    margin-bottom: 0.75rem;
  }
  .mtb-xs-75 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .ml-xs-75 {
    margin-left: 0.75rem;
  }
  .mr-xs-75 {
    margin-right: 0.75rem;
  }
  .mlr-xs-75 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .m-xs-875 {
    margin: 0.875rem;
  }
  .mt-xs-875 {
    margin-top: 0.875rem;
  }
  .mb-xs-875 {
    margin-bottom: 0.875rem;
  }
  .mtb-xs-875 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
  .ml-xs-875 {
    margin-left: 0.875rem;
  }
  .mr-xs-875 {
    margin-right: 0.875rem;
  }
  .mlr-xs-875 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }
  .m-xs-100 {
    margin: 1rem;
  }
  .mt-xs-100 {
    margin-top: 1rem;
  }
  .mb-xs-100 {
    margin-bottom: 1rem;
  }
  .mtb-xs-100 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .ml-xs-100 {
    margin-left: 1rem;
  }
  .mr-xs-100 {
    margin-right: 1rem;
  }
  .mlr-xs-100 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .m-xs-1125 {
    margin: 1.125rem;
  }
  .mt-xs-1125 {
    margin-top: 1.125rem;
  }
  .mb-xs-1125 {
    margin-bottom: 1.125rem;
  }
  .mtb-xs-1125 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }
  .ml-xs-1125 {
    margin-left: 1.125rem;
  }
  .mr-xs-1125 {
    margin-right: 1.125rem;
  }
  .mlr-xs-1125 {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }
  .m-xs-125 {
    margin: 1.25rem;
  }
  .mt-xs-125 {
    margin-top: 1.25rem;
  }
  .mb-xs-125 {
    margin-bottom: 1.25rem;
  }
  .mtb-xs-125 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .ml-xs-125 {
    margin-left: 1.25rem;
  }
  .mr-xs-125 {
    margin-right: 1.25rem;
  }
  .mlr-xs-125 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .m-xs-150 {
    margin: 1.5rem;
  }
  .mt-xs-150 {
    margin-top: 1.5rem;
  }
  .mb-xs-150 {
    margin-bottom: 1.5rem;
  }
  .mtb-xs-150 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .ml-xs-150 {
    margin-left: 1.5rem;
  }
  .mr-xs-150 {
    margin-right: 1.5rem;
  }
  .mlr-xs-150 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .m-xs-175 {
    margin: 1.75rem;
  }
  .mt-xs-175 {
    margin-top: 1.75rem;
  }
  .mb-xs-175 {
    margin-bottom: 1.75rem;
  }
  .mtb-xs-175 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .ml-xs-175 {
    margin-left: 1.75rem;
  }
  .mr-xs-175 {
    margin-right: 1.75rem;
  }
  .mlr-xs-175 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }
  .m-xs-200 {
    margin: 2rem;
  }
  .mt-xs-200 {
    margin-top: 2rem;
  }
  .mb-xs-200 {
    margin-bottom: 2rem;
  }
  .mtb-xs-200 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .ml-xs-200 {
    margin-left: 2rem;
  }
  .mr-xs-200 {
    margin-right: 2rem;
  }
  .mlr-xs-200 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .m-xs-250 {
    margin: 2.5rem;
  }
  .mt-xs-250 {
    margin-top: 2.5rem;
  }
  .mb-xs-250 {
    margin-bottom: 2.5rem;
  }
  .mtb-xs-250 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .ml-xs-250 {
    margin-left: 2.5rem;
  }
  .mr-xs-250 {
    margin-right: 2.5rem;
  }
  .mlr-xs-250 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .m-xs-300 {
    margin: 3rem;
  }
  .mt-xs-300 {
    margin-top: 3rem;
  }
  .mb-xs-300 {
    margin-bottom: 3rem;
  }
  .mtb-xs-300 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .ml-xs-300 {
    margin-left: 3rem;
  }
  .mr-xs-300 {
    margin-right: 3rem;
  }
  .mlr-xs-300 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .m-xs-350 {
    margin: 3.5rem;
  }
  .mt-xs-350 {
    margin-top: 3.5rem;
  }
  .mb-xs-350 {
    margin-bottom: 3.5rem;
  }
  .mtb-xs-350 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .ml-xs-350 {
    margin-left: 3.5rem;
  }
  .mr-xs-350 {
    margin-right: 3.5rem;
  }
  .mlr-xs-350 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
  .m-xs-375 {
    margin: 3.75rem;
  }
  .mt-xs-375 {
    margin-top: 3.75rem;
  }
  .mb-xs-375 {
    margin-bottom: 3.75rem;
  }
  .mtb-xs-375 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  .ml-xs-375 {
    margin-left: 3.75rem;
  }
  .mr-xs-375 {
    margin-right: 3.75rem;
  }
  .mlr-xs-375 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }
  .m-xs-400 {
    margin: 4rem;
  }
  .mt-xs-400 {
    margin-top: 4rem;
  }
  .mb-xs-400 {
    margin-bottom: 4rem;
  }
  .mtb-xs-400 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .ml-xs-400 {
    margin-left: 4rem;
  }
  .mr-xs-400 {
    margin-right: 4rem;
  }
  .mlr-xs-400 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .m-xs-450 {
    margin: 4.5rem;
  }
  .mt-xs-450 {
    margin-top: 4.5rem;
  }
  .mb-xs-450 {
    margin-bottom: 4.5rem;
  }
  .mtb-xs-450 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
  .ml-xs-450 {
    margin-left: 4.5rem;
  }
  .mr-xs-450 {
    margin-right: 4.5rem;
  }
  .mlr-xs-450 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }
  .m-xs-500 {
    margin: 5rem;
  }
  .mt-xs-500 {
    margin-top: 5rem;
  }
  .mb-xs-500 {
    margin-bottom: 5rem;
  }
  .mtb-xs-500 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .ml-xs-500 {
    margin-left: 5rem;
  }
  .mr-xs-500 {
    margin-right: 5rem;
  }
  .mlr-xs-500 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .m-xs-600 {
    margin: 6rem;
  }
  .mt-xs-600 {
    margin-top: 6rem;
  }
  .mb-xs-600 {
    margin-bottom: 6rem;
  }
  .mtb-xs-600 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .ml-xs-600 {
    margin-left: 6rem;
  }
  .mr-xs-600 {
    margin-right: 6rem;
  }
  .mlr-xs-600 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .m-xs-700 {
    margin: 7rem;
  }
  .mt-xs-700 {
    margin-top: 7rem;
  }
  .mb-xs-700 {
    margin-bottom: 7rem;
  }
  .mtb-xs-700 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .ml-xs-700 {
    margin-left: 7rem;
  }
  .mr-xs-700 {
    margin-right: 7rem;
  }
  .mlr-xs-700 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .m-xs-800 {
    margin: 8rem;
  }
  .mt-xs-800 {
    margin-top: 8rem;
  }
  .mb-xs-800 {
    margin-bottom: 8rem;
  }
  .mtb-xs-800 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .ml-xs-800 {
    margin-left: 8rem;
  }
  .mr-xs-800 {
    margin-right: 8rem;
  }
  .mlr-xs-800 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
  .m-xs-900 {
    margin: 9rem;
  }
  .mt-xs-900 {
    margin-top: 9rem;
  }
  .mb-xs-900 {
    margin-bottom: 9rem;
  }
  .mtb-xs-900 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }
  .ml-xs-900 {
    margin-left: 9rem;
  }
  .mr-xs-900 {
    margin-right: 9rem;
  }
  .mlr-xs-900 {
    margin-left: 9rem;
    margin-right: 9rem;
  }
  .m-xs-1000 {
    margin: 10rem;
  }
  .mt-xs-1000 {
    margin-top: 10rem;
  }
  .mb-xs-1000 {
    margin-bottom: 10rem;
  }
  .mtb-xs-1000 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .ml-xs-1000 {
    margin-left: 10rem;
  }
  .mr-xs-1000 {
    margin-right: 10rem;
  }
  .mlr-xs-1000 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .mlm-xs-0i {
    margin-left: 0 !important;
  }
  .mlm-xs-0 {
    margin-left: 0;
  }
  .mlm-xs-1 {
    margin-left: -1px;
  }
  .mlm-xs-2 {
    margin-left: -2px;
  }
  .mlm-xs-3 {
    margin-left: -3px;
  }
  .mlm-xs-4 {
    margin-left: -4px;
  }
  .fz-xs-50 {
    font-size: 0.5rem;
  }
  .fz-xs-625 {
    font-size: 0.625rem;
  }
  .fz-xs-75 {
    font-size: 0.75rem;
  }
  .fz-xs-875 {
    font-size: 0.875rem;
  }
  .fz-xs-100 {
    font-size: 1rem;
  }
  .fz-xs-1125 {
    font-size: 1.125rem;
  }
  .fz-xs-125 {
    font-size: 1.25rem;
  }
  .fz-xs-1375 {
    font-size: 1.375rem;
  }
  .fz-xs-150 {
    font-size: 1.5rem;
  }
  .fz-xs-175 {
    font-size: 1.75rem;
  }
  .fz-xs-200 {
    font-size: 2rem;
  }
  .fz-xs-225 {
    font-size: 2.25rem;
  }
  .fz-xs-250 {
    font-size: 2.5rem;
  }
  .fz-xs-300 {
    font-size: 3rem;
  }
  .fz-xs-350 {
    font-size: 3.5rem;
  }
  .fz-xs-375 {
    font-size: 3.75rem;
  }
  .fz-xs-400 {
    font-size: 4rem;
  }
  .fz-xs-450 {
    font-size: 4.5rem;
  }
  .fz-xs-500 {
    font-size: 5rem;
  }
  .fz-xs-600 {
    font-size: 6rem;
  }
  .fz-xs-700 {
    font-size: 7rem;
  }
  .fz-xs-800 {
    font-size: 8rem;
  }
  .fz-xs-900 {
    font-size: 9rem;
  }
  .fz-xs-1000 {
    font-size: 10rem;
  }
  .lh-xs-1 {
    line-height: 1;
  }
  .lh-xs-11 {
    line-height: 1.1;
  }
  .lh-xs-12 {
    line-height: 1.2;
  }
  .lh-xs-13 {
    line-height: 1.3;
  }
  .lh-xs-14 {
    line-height: 1.4;
  }
  .lh-xs-15 {
    line-height: 1.5;
  }
  .lh-xs-16 {
    line-height: 1.6;
  }
  .lh-xs-17 {
    line-height: 1.7;
  }
  .lh-xs-18 {
    line-height: 1.8;
  }
  .lh-xs-19 {
    line-height: 1.9;
  }
  .lh-xs-20 {
    line-height: 2;
  }
  .w-xs-auto {
    width: auto;
  }
  .w-xs-100p {
    width: 100%;
  }
  .w-xs-100pi {
    width: 100% !important;
  }
  .w-xs-90p {
    width: 90%;
  }
  .w-xs-80p {
    width: 80%;
  }
  .w-xs-75p {
    width: 75%;
  }
  .w-xs-70p {
    width: 70%;
  }
  .w-xs-60p {
    width: 60%;
  }
  .w-xs-50p {
    width: 50%;
  }
  .w-xs-40p {
    width: 40%;
  }
  .w-xs-30p {
    width: 30%;
  }
  .w-xs-20p {
    width: 20%;
  }
  .w-xs-10p {
    width: 10%;
  }
  .w-xs-100vw {
    width: 100vw;
  }
  .w-xs-0 {
    width: 0;
  }
  .w-xs-25 {
    width: 0.25rem;
  }
  .w-xs-50 {
    width: 0.5rem;
  }
  .w-xs-75 {
    width: 0.75rem;
  }
  .w-xs-100 {
    width: 1rem;
  }
  .w-xs-125 {
    width: 1.25rem;
  }
  .w-xs-150 {
    width: 1.5rem;
  }
  .w-xs-175 {
    width: 1.75rem;
  }
  .w-xs-200 {
    width: 2rem;
  }
  .w-xs-250 {
    width: 2.5rem;
  }
  .w-xs-300 {
    width: 3rem;
  }
  .w-xs-350 {
    width: 3.5rem;
  }
  .w-xs-400 {
    width: 4rem;
  }
  .w-xs-500 {
    width: 5rem;
  }
  .w-xs-600 {
    width: 6rem;
  }
  .w-xs-700 {
    width: 7rem;
  }
  .w-xs-800 {
    width: 8rem;
  }
  .w-xs-900 {
    width: 9rem;
  }
  .w-xs-1000 {
    width: 10rem;
  }
  .h-xs-auto {
    height: auto;
  }
  .h-xs-100p {
    height: 100%;
  }
  .h-xs-100pi {
    height: 100% !important;
  }
  .h-xs-80p {
    height: 80%;
  }
  .h-xs-75p {
    height: 75%;
  }
  .h-xs-60p {
    height: 60%;
  }
  .h-xs-50p {
    height: 50%;
  }
  .h-xs-20p {
    height: 20%;
  }
  .h-xs-25vh {
    height: 25vh;
  }
  .h-xs-50vh {
    height: 50vh;
  }
  .h-xs-75vh {
    height: 75vh;
  }
  .h-xs-85vh {
    height: 85vh;
  }
  .h-xs-90vh {
    height: 90vh;
  }
  .h-xs-100vh {
    height: 100vh;
  }
  .h-xs-0 {
    height: 0;
  }
  .h-xs-25 {
    height: 0.25rem;
  }
  .h-xs-50 {
    height: 0.5rem;
  }
  .h-xs-75 {
    height: 0.75rem;
  }
  .h-xs-100 {
    height: 1rem;
  }
  .h-xs-125 {
    height: 1.25rem;
  }
  .h-xs-150 {
    height: 1.5rem;
  }
  .h-xs-175 {
    height: 1.75rem;
  }
  .h-xs-200 {
    height: 2rem;
  }
  .h-xs-250 {
    height: 2.5rem;
  }
  .h-xs-300 {
    height: 3rem;
  }
  .h-xs-350 {
    height: 3.5rem;
  }
  .h-xs-400 {
    height: 4rem;
  }
  .h-xs-500 {
    height: 5rem;
  }
  .h-xs-600 {
    height: 6rem;
  }
  .h-xs-700 {
    height: 7rem;
  }
  .h-xs-800 {
    height: 8rem;
  }
  .h-xs-900 {
    height: 9rem;
  }
  .h-xs-1000 {
    height: 10rem;
  }
  .mn-h-xs-auto {
    min-height: auto;
  }
  .mx-h-xs-auto {
    max-height: auto;
  }
  .mn-h-xs-100p {
    min-height: 100%;
  }
  .mx-h-xs-100p {
    max-height: 100%;
  }
  .mn-h-xs-100pi {
    min-height: 100% !important;
  }
  .mx-h-xs-100pi {
    max-height: 100% !important;
  }
  .mn-h-xs-80p {
    min-height: 80%;
  }
  .mx-h-xs-80p {
    max-height: 80%;
  }
  .mn-h-xs-75p {
    min-height: 75%;
  }
  .mx-h-xs-75p {
    max-height: 75%;
  }
  .mn-h-xs-60p {
    min-height: 60%;
  }
  .mx-h-xs-60p {
    max-height: 60%;
  }
  .mn-h-xs-50p {
    min-height: 50%;
  }
  .mx-h-xs-50p {
    max-height: 50%;
  }
  .mn-h-xs-20p {
    min-height: 20%;
  }
  .mx-h-xs-20p {
    max-height: 20%;
  }
  .mn-h-xs-25vh {
    min-height: 25vh;
  }
  .mx-h-xs-25vh {
    max-height: 25vh;
  }
  .mn-h-xs-50vh {
    min-height: 50vh;
  }
  .mx-h-xs-50vh {
    max-height: 50vh;
  }
  .mn-h-xs-75vh {
    min-height: 75vh;
  }
  .mx-h-xs-75vh {
    max-height: 75vh;
  }
  .mn-h-xs-85vh {
    min-height: 85vh;
  }
  .mx-h-xs-85vh {
    max-height: 85vh;
  }
  .mn-h-xs-90vh {
    min-height: 90vh;
  }
  .mx-h-xs-90vh {
    max-height: 90vh;
  }
  .mn-h-xs-100vh {
    min-height: 100vh;
  }
  .mx-h-xs-100vh {
    max-height: 100vh;
  }
  .mn-h-xs-0 {
    min-height: 0;
  }
  .mx-h-xs-0 {
    max-height: 0;
  }
  .mn-h-xs-25 {
    min-height: 0.25rem;
  }
  .mx-h-xs-25 {
    max-height: 0.25rem;
  }
  .mn-h-xs-50 {
    min-height: 0.5rem;
  }
  .mx-h-xs-50 {
    max-height: 0.5rem;
  }
  .mn-h-xs-75 {
    min-height: 0.75rem;
  }
  .mx-h-xs-75 {
    max-height: 0.75rem;
  }
  .mn-h-xs-100 {
    min-height: 1rem;
  }
  .mx-h-xs-100 {
    max-height: 1rem;
  }
  .mn-h-xs-125 {
    min-height: 1.25rem;
  }
  .mx-h-xs-125 {
    max-height: 1.25rem;
  }
  .mn-h-xs-150 {
    min-height: 1.5rem;
  }
  .mx-h-xs-150 {
    max-height: 1.5rem;
  }
  .mn-h-xs-175 {
    min-height: 1.75rem;
  }
  .mx-h-xs-175 {
    max-height: 1.75rem;
  }
  .mn-h-xs-200 {
    min-height: 2rem;
  }
  .mx-h-xs-200 {
    max-height: 2rem;
  }
  .mn-h-xs-250 {
    min-height: 2.5rem;
  }
  .mx-h-xs-250 {
    max-height: 2.5rem;
  }
  .mn-h-xs-300 {
    min-height: 3rem;
  }
  .mx-h-xs-300 {
    max-height: 3rem;
  }
  .mn-h-xs-350 {
    min-height: 3.5rem;
  }
  .mx-h-xs-350 {
    max-height: 3.5rem;
  }
  .mn-h-xs-400 {
    min-height: 4rem;
  }
  .mx-h-xs-400 {
    max-height: 4rem;
  }
  .mn-h-xs-500 {
    min-height: 5rem;
  }
  .mx-h-xs-500 {
    max-height: 5rem;
  }
  .mn-h-xs-600 {
    min-height: 6rem;
  }
  .mx-h-xs-600 {
    max-height: 6rem;
  }
  .mn-h-xs-700 {
    min-height: 7rem;
  }
  .mx-h-xs-700 {
    max-height: 7rem;
  }
  .mn-h-xs-800 {
    min-height: 8rem;
  }
  .mx-h-xs-800 {
    max-height: 8rem;
  }
  .mn-h-xs-900 {
    min-height: 9rem;
  }
  .mx-h-xs-900 {
    max-height: 9rem;
  }
  .mn-h-xs-1000 {
    min-height: 10rem;
  }
  .mx-h-xs-1000 {
    max-height: 10rem;
  }
  .mn-w-xs-auto {
    min-width: auto;
  }
  .mx-w-xs-auto {
    max-width: auto;
  }
  .mn-w-xs-100p {
    min-width: 100%;
  }
  .mx-w-xs-100p {
    max-width: 100%;
  }
  .mn-w-xs-100pi {
    min-width: 100% !important;
  }
  .mx-w-xs-100pi {
    max-width: 100% !important;
  }
  .mn-w-xs-90p {
    min-width: 90%;
  }
  .mx-w-xs-90p {
    max-width: 90%;
  }
  .mn-w-xs-80p {
    min-width: 80%;
  }
  .mx-w-xs-80p {
    max-width: 80%;
  }
  .mn-w-xs-75p {
    min-width: 75%;
  }
  .mx-w-xs-75p {
    max-width: 75%;
  }
  .mn-w-xs-70p {
    min-width: 70%;
  }
  .mx-w-xs-70p {
    max-width: 70%;
  }
  .mn-w-xs-60p {
    min-width: 60%;
  }
  .mx-w-xs-60p {
    max-width: 60%;
  }
  .mn-w-xs-50p {
    min-width: 50%;
  }
  .mx-w-xs-50p {
    max-width: 50%;
  }
  .mn-w-xs-40p {
    min-width: 40%;
  }
  .mx-w-xs-40p {
    max-width: 40%;
  }
  .mn-w-xs-30p {
    min-width: 30%;
  }
  .mx-w-xs-30p {
    max-width: 30%;
  }
  .mn-w-xs-20p {
    min-width: 20%;
  }
  .mx-w-xs-20p {
    max-width: 20%;
  }
  .mn-w-xs-10p {
    min-width: 10%;
  }
  .mx-w-xs-10p {
    max-width: 10%;
  }
  .mn-w-xs-100vw {
    min-width: 100vw;
  }
  .mx-w-xs-100vw {
    max-width: 100vw;
  }
  .mn-w-xs-0 {
    min-width: 0;
  }
  .mx-w-xs-0 {
    max-width: 0;
  }
  .mn-w-xs-25 {
    min-width: 0.25rem;
  }
  .mx-w-xs-25 {
    max-width: 0.25rem;
  }
  .mn-w-xs-50 {
    min-width: 0.5rem;
  }
  .mx-w-xs-50 {
    max-width: 0.5rem;
  }
  .mn-w-xs-75 {
    min-width: 0.75rem;
  }
  .mx-w-xs-75 {
    max-width: 0.75rem;
  }
  .mn-w-xs-100 {
    min-width: 1rem;
  }
  .mx-w-xs-100 {
    max-width: 1rem;
  }
  .mn-w-xs-125 {
    min-width: 1.25rem;
  }
  .mx-w-xs-125 {
    max-width: 1.25rem;
  }
  .mn-w-xs-150 {
    min-width: 1.5rem;
  }
  .mx-w-xs-150 {
    max-width: 1.5rem;
  }
  .mn-w-xs-175 {
    min-width: 1.75rem;
  }
  .mx-w-xs-175 {
    max-width: 1.75rem;
  }
  .mn-w-xs-200 {
    min-width: 2rem;
  }
  .mx-w-xs-200 {
    max-width: 2rem;
  }
  .mn-w-xs-250 {
    min-width: 2.5rem;
  }
  .mx-w-xs-250 {
    max-width: 2.5rem;
  }
  .mn-w-xs-300 {
    min-width: 3rem;
  }
  .mx-w-xs-300 {
    max-width: 3rem;
  }
  .mn-w-xs-350 {
    min-width: 3.5rem;
  }
  .mx-w-xs-350 {
    max-width: 3.5rem;
  }
  .mn-w-xs-400 {
    min-width: 4rem;
  }
  .mx-w-xs-400 {
    max-width: 4rem;
  }
  .mn-w-xs-500 {
    min-width: 5rem;
  }
  .mx-w-xs-500 {
    max-width: 5rem;
  }
  .mn-w-xs-600 {
    min-width: 6rem;
  }
  .mx-w-xs-600 {
    max-width: 6rem;
  }
  .mn-w-xs-700 {
    min-width: 7rem;
  }
  .mx-w-xs-700 {
    max-width: 7rem;
  }
  .mn-w-xs-800 {
    min-width: 8rem;
  }
  .mx-w-xs-800 {
    max-width: 8rem;
  }
  .mn-w-xs-900 {
    min-width: 9rem;
  }
  .mx-w-xs-900 {
    max-width: 9rem;
  }
  .mn-w-xs-1000 {
    min-width: 10rem;
  }
  .mx-w-xs-1000 {
    max-width: 10rem;
  }
  .lh-xs-1 {
    line-height: 1;
  }
  .lh-xs-11 {
    line-height: 1.1;
  }
  .lh-xs-12 {
    line-height: 1.2;
  }
  .lh-xs-13 {
    line-height: 1.3;
  }
  .lh-xs-14 {
    line-height: 1.4;
  }
  .lh-xs-15 {
    line-height: 1.5;
  }
  .lh-xs-16 {
    line-height: 1.6;
  }
  .lh-xs-17 {
    line-height: 1.7;
  }
  .lh-xs-18 {
    line-height: 1.8;
  }
  .lh-xs-19 {
    line-height: 1.9;
  }
  .lh-xs-20 {
    line-height: 2;
  }
}
@media (min-width: 768px) {
  .col-five {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px) {
  .col-sm-five {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1280px) {
  .col-md-five {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1440px) {
  .col-lg-five {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
body .page-wrapper {
  max-width: 1920px;
  margin: 0 auto;
}
body .page-wrapper--main {
  background: url(../images/Background.svg);
  background-position: top;
  background-repeat: no-repeat;
}
.header {
  position: relative;
}
.header__bcg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
}
.header .nav-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.header .nav-bar__logo-place {
  position: absolute;
  top: 2rem;
  left: 0;
}
.header .nav-bar__right {
  position: absolute;
  right: 0;
  top: 2rem;
}
.hamburger-wrapper {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.nav-tabs {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.nav-tabs .nav-item {
  display: inline-block;
  width: 49%;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
.price-item__price table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.5rem;
}
.price-item__price table tr {
  margin-bottom: 0.5rem;
}
.price-item__price table tr td {
  padding: 1.125rem 2rem 1.125rem 2rem;
}
.price-item__price table tr td:first-child {
  background-color: #edf7ff;
}
.price-item__price table tr td:nth-child(2) {
  width: 30%;
  background-color: #2c9f4b;
  text-align: center;
}
.price-item__price.price-white table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.5rem;
}
.price-item__price.price-white table tr {
  margin-bottom: 0.5rem;
}
.price-item__price.price-white table tr td {
  padding: 1.125rem 2rem 1.125rem 2rem;
}
.price-item__price.price-white table tr td:first-child {
  background-color: #fff;
}
.price-item__price.price-white table tr td:nth-child(2) {
  width: 30%;
  background-color: #2c9f4b;
  text-align: center;
}
.team-row .team-item {
  min-height: 16.5rem;
}
.review-item {
  position: relative;
  margin-top: 1.5rem;
  height: 100%;
}
.review-item__title {
  position: absolute;
  top: -1.5rem;
  left: 2rem;
  right: 3rem;
  z-index: 11;
}
.review-item__title .image {
  margin-bottom: 1rem;
  border: 0.5rem solid #fff;
}
.review-item__text {
  position: relative;
  padding-top: 5.5rem;
  z-index: 11;
}
.review-item__bcg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.callback-section__wrapper {
  z-index: 11;
}
.callback-section__wrapper:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 96%;
  bottom: 1px;
  left: 0;
  opacity: 0.5;
  -webkit-box-shadow: 0 0 20px 4px #4f5e72;
  box-shadow: 0 0 20px 4px #4f5e72;
}
.footer--mainpage {
  margin-top: -3rem;
}
@media (max-width: 991.98px) {
  body .page-wrapper--main {
    background: url(../images/Background_990.svg);
    background-position: top;
    background-repeat: no-repeat;
  }
  .nav-bar__wrapper:before {
    background-color: transparent;
  }
  .main-slide__bottom {
    position: relative;
  }
  .main-slide__smile {
    text-align: center;
  }
  .main-slide__smile img {
    max-width: 320px;
    height: inherit;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-bottom: 0;
  }
  .price-item__price table tr td {
    font-size: 1rem;
    padding: 1rem;
  }
  .price-item__price table tr td:nth-child(2) {
    width: 35%;
  }
  .team-item__img {
    right: -2rem;
  }
  .team-item__crown img {
    max-height: 90%;
    margin-right: -2rem;
  }
  .review-item {
    margin-top: 3.5rem;
  }
  .review-item__title {
    position: absolute;
    top: -3.5rem;
    left: 1.5rem;
    right: 1.5rem;
  }
  .review-item__title .image {
    margin-bottom: 0;
    border: 0.5rem solid #fff;
  }
  .review-item__text {
    position: relative;
    padding-top: 7rem;
    z-index: 11;
  }
  .review-item__bcg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
  .callback-section_image {
    z-index: 1;
  }
  .callback-section_image img {
    margin-right: -50px;
    margin-bottom: -1px;
  }
  .callback-section form {
    position: relative;
    z-index: 2;
  }
}
