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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  from, 11.1%, to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-timing-function: ease-in-out;
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-duration: 0.75s;
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-duration: 0.75s;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  animation-duration: 0.75s;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 2s;
  animation-name: hinge;
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

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

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

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

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

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

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

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

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

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

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

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

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.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;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -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-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  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 {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.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;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.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;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

nav.main-navbar {
  transition: background-color 150ms linear, box-shadow 150ms linear;
  background-color: transparent;
  padding-top: 10px;
  position: fixed;
  color: #fff;
  z-index: 999;
  width: 100%;
}
@media (max-width: 767.98px) {
  nav.main-navbar {
    height: 50px;
  }
}
nav.main-navbar .brand-white,
nav.main-navbar .brand-color {
  transition: opacity 300ms ease;
  position: absolute;
  width: 200px;
}
@media (max-width: 767.98px) {
  nav.main-navbar .brand-white,
  nav.main-navbar .brand-color {
    width: 150px;
  }
}
nav.main-navbar .hamburger {
  transition: right 300ms ease;
  background: transparent;
  position: absolute;
  font-size: 20px;
  border: none;
  right: -40px;
  height: 50px;
  width: 50px;
  top: 0;
}
@media (max-width: 767.98px) {
  nav.main-navbar .hamburger {
    right: 0;
  }
}
nav.main-navbar .hamburger svg path {
  fill: #fff;
}
nav.main-navbar .brand-color {
  opacity: 0;
}
nav.main-navbar ul.menu {
  list-style: none;
  padding: 5px 0 0 0;
  font-size: 13px;
}
@media (max-width: 767.98px) {
  nav.main-navbar ul.menu {
    transition: height 300ms ease, padding-top 300ms ease;
    background-color: #fff;
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 0;
    overflow: hidden;
    position: fixed;
    z-index: -1;
    height: 0;
    right: 0;
    left: 0;
    top: 0;
  }
}
nav.main-navbar ul.menu li.menu-item {
  display: inline-block;
}
nav.main-navbar ul.menu li.menu-item a {
  transition: opacity 150ms linear;
  padding: 6px 15px 5px 15px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  color: inherit;
}
nav.main-navbar ul.menu li.menu-item a:hover {
  opacity: 0.8;
}
@media (max-width: 767.98px) {
  nav.main-navbar ul.menu li.menu-item a {
    padding: 10px 15px;
  }
}
nav.main-navbar ul.menu li.menu-item.btn-style a {
  border: 2px solid #fff;
  border-radius: 50px;
  margin-left: 10px;
}
@media (max-width: 767.98px) {
  nav.main-navbar ul.menu li.menu-item.btn-style a {
    text-align: center;
    margin-top: 30px;
  }
}
nav.main-navbar ul.menu li.menu-item.btn-style a:hover {
  border-color: #0063B6;
}
nav.main-navbar ul.menu li.menu-item.btn-style-alt a {
  background-color: #fff;
  color: #0063B6;
}
nav.main-navbar ul.menu li.menu-item.btn-style-alt a:hover {
  border-color: #fff;
}
@media (max-width: 767.98px) {
  nav.main-navbar ul.menu li.menu-item {
    display: block;
  }
}
nav.main-navbar.active ul.menu {
  color: #1049B2;
  padding-top: 70px;
  height: 100vh;
}
nav.main-navbar.active ul.menu .btn-style a {
  border-color: #1049B2 !important;
}
nav.main-navbar.active .brand-white {
  opacity: 0 !important;
}
nav.main-navbar.active .brand-color {
  opacity: 1 !important;
}
nav.main-navbar.active .hamburger svg path {
  fill: #324D67 !important;
}
nav.main-navbar.background {
  box-shadow: 0 1px 2px 0 rgba(106, 130, 154, 0.2), 0 2px 10px 0 rgba(106, 130, 154, 0.05);
  background-color: #fff;
  color: #6A829A;
}
nav.main-navbar.background .brand-white {
  opacity: 0;
}
nav.main-navbar.background .brand-color {
  opacity: 1;
}
nav.main-navbar.background ul.menu li.menu-item a {
  border-color: #6A829A;
}
nav.main-navbar.background .hamburger svg path {
  fill: #324D67;
}

.fixed-actions {
  text-align: right;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 20;
}
@media (max-width: 767.98px) {
  .fixed-actions {
    bottom: 15px;
    right: 15px;
  }
}
.fixed-actions a.button {
  box-shadow: 2px 3px 20px 0 rgba(0, 0, 0, 0.2);
  transition: width 500ms cubic-bezier(0.19, 1, 0.22, 1);
  text-transform: uppercase;
  text-decoration: none;
  background: #FF535D;
  white-space: nowrap;
  padding: 0.85em 0.75em;
  border-radius: 50px;
  margin-left: auto;
  font-size: 1.4em;
  line-height: 1em;
  margin-top: 10px;
  display: block;
  color: #fff;
  height: 50px;
  width: 50px;
}
.fixed-actions a.button i {
  display: inline-block;
}
.fixed-actions a.button span {
  transition: width 500ms cubic-bezier(0.19, 1, 0.22, 1);
  display: inline-block;
  padding-left: 10px;
  text-align: left;
  overflow: hidden;
  font-size: 13px;
  width: 0;
}
.fixed-actions a.button:hover {
  width: 220px;
}
.fixed-actions a.button:hover span {
  width: 170px;
}

.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
  touch-action: auto;
}

.owl-carousel.owl-theme .owl-nav {
  padding-right: 20px;
  text-align: right;
  margin-top: 0;
}
.owl-carousel.owl-theme .owl-nav .owl-next,
.owl-carousel.owl-theme .owl-nav .owl-prev {
  transition: transform 300ms ease;
  background-color: #324D67;
  border-radius: 50px;
  font-size: 50px;
  color: #fff;
  height: 50px;
  width: 50px;
  margin-right: 0;
  margin-left: 10px;
}
.owl-carousel.owl-theme .owl-nav .owl-next:focus,
.owl-carousel.owl-theme .owl-nav .owl-prev:focus {
  outline: none;
}
.owl-carousel.owl-theme .owl-nav .owl-next span,
.owl-carousel.owl-theme .owl-nav .owl-prev span {
  display: block;
  line-height: 0;
  height: 100%;
  padding: 21px 0;
}
.owl-carousel.owl-theme .owl-nav .owl-next:hover,
.owl-carousel.owl-theme .owl-nav .owl-prev:hover {
  transform: scale(1.05);
}
.owl-carousel.owl-theme .owl-nav .owl-next span {
  transform: translateX(1px);
}
.owl-carousel.owl-theme .owl-nav .owl-prev span {
  transform: translateX(-1px);
}

footer.footer {
  background-color: #fff;
  position: relative;
  padding: 50px 0 0;
  left: 0;
}
@media (max-width: 767.98px) {
  footer.footer {
    text-align: center;
  }
}
footer.footer .menu-title {
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: bold;
  color: #324D67;
}
@media (min-width: 576px) {
  footer.footer .menu-title {
    margin-bottom: 10px;
  }
}
@media (min-width: 576px) {
  footer.footer .fm-wrapper {
    padding-right: 50px;
  }
  footer.footer .fm-wrapper:last-child {
    padding-right: 0;
  }
}
footer.footer .footer-menu {
  color: #324D67;
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  footer.footer .footer-menu {
    margin-bottom: 0;
  }
}
footer.footer .footer-menu a {
  text-decoration: none;
  color: inherit;
  display: block;
  padding: 3px 0;
}
footer.footer .footer-menu a:hover {
  color: #3179FF;
}
footer.footer .brand-wrapper {
  text-align: right;
}
@media (max-width: 767.98px) {
  footer.footer .brand-wrapper {
    text-align: center;
  }
}
footer.footer .brand {
  margin-bottom: 10px;
  width: 200px;
}
footer.footer .copyright {
  color: #324D67;
  line-height: 1.2em;
}
footer.footer .social-icons {
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  footer.footer .social-icons {
    margin-bottom: 0;
  }
}
footer.footer .social-icons a.social-link {
  display: inline-block;
  text-decoration: none;
  margin-right: 15px;
  font-size: 18px;
  text-align: center;
  height: 25px;
  width: 25px;
}
footer.footer .social-icons a.social-link svg path {
  fill: #324D67;
}
footer.footer .social-icons a.social-link:hover svg path {
  fill: #3179FF;
}
footer.footer .signature {
  background-color: #F7F9FD;
  margin-top: 50px;
  padding: 20px 0;
  color: #324D67;
}
@media (max-width: 767.98px) {
  footer.footer .signature {
    text-align: center;
  }
}

section.hero {
  position: relative;
  padding-bottom: 150px;
  padding-top: 250px;
  color: #fff;
  z-index: 1;
}
@media (max-width: 767.98px) {
  section.hero {
    background-image: linear-gradient(to right, #2659BF 0%, #3179FF 100%);
    background-repeat: repeat-x;
    padding-bottom: 50px;
    padding-top: 150px;
  }
}
section.hero .hero-image {
  position: absolute;
  width: 100%;
  z-index: 0;
  top: 0;
}
@media (max-width: 767.98px) {
  section.hero .hero-image {
    display: none;
  }
}
section.hero h1 {
  font-size: 40px;
  color: #fff;
  margin: 0;
}
@media (max-width: 767.98px) {
  section.hero h1 {
    font-size: 25px;
  }
}
section.hero .advantages {
  margin: 50px 0;
}
section.hero p {
  margin: 0;
}
section.hero .btn {
  margin-right: 20px;
}
@media (max-width: 767.98px) {
  section.hero .btn {
    display: block;
    margin-right: 0;
    margin-top: 10px;
  }
}
section.hero.hero-pages {
  background-color: #2659BF;
  padding-bottom: 100px;
  padding-top: 200px;
}
@media (max-width: 767px) {
  section.hero.hero-pages {
    padding-top: 120px;
  }
}
section.hero.hero-pages h1 {
  font-size: 30px;
}
section.hero.hero-pages .hero-image {
  left: 40%;
  width: 60%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}
section.hero.hero-pages:before {
  content: "";
  background-image: linear-gradient(to right, #2659BF 0%, rgba(49, 121, 255, 0.5) 100%);
  background-repeat: repeat-x;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  left: 40%;
  top: 0;
}
@media (max-width: 767px) {
  section.hero.hero-pages:before {
    content: none;
  }
}

@media (max-width: 767.98px) {
  .testimonials {
    padding-top: 50px;
  }
}
.testimonials .testimonial {
  box-shadow: 0 5px 50px 0 rgba(50, 77, 103, 0.15);
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  color: #6A829A;
  margin: 50px 0;
  padding: 30px;
}
.testimonials .testimonial .avatar {
  border: 5px solid #fff;
  margin: -80px auto 10px;
  border-radius: 100px;
  width: 100px;
}
.testimonials .testimonial svg path {
  fill: #FFBA00;
}
.testimonials .testimonial .text {
  margin-top: 20px;
}
.testimonials .testimonial .name {
  font-weight: bold;
  margin-bottom: 0;
}

section.features {
  padding: 100px 0;
}
@media (max-width: 767.98px) {
  section.features {
    padding-bottom: 30px;
    padding-top: 0;
  }
}
section.features .features-title {
  color: #1049B2;
  margin-bottom: 30px;
  margin-top: 0;
}
section.features .feature-title {
  font-weight: bold;
}
@media (max-width: 767.98px) {
  section.features .feature-images {
    margin: 20px 0;
  }
}
section.features .slide-image {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  section.features .slide-image {
    height: 60vw;
  }
}
section.features .owl-carousel .owl-nav {
  text-align: left;
}
section.features .owl-carousel .owl-nav .owl-next,
section.features .owl-carousel .owl-nav .owl-prev {
  border: 1px solid #6A829A;
  background-color: transparent;
  color: #6A829A;
  margin-right: 10px;
  margin-left: 0;
  height: 40px;
  width: 40px;
}
section.features .owl-carousel .owl-nav .owl-next span,
section.features .owl-carousel .owl-nav .owl-prev span {
  font-size: 40px;
  padding: 16px 0;
}

section.presentation {
  padding-bottom: 100px;
  position: relative;
}
section.presentation .presentation-title {
  font-size: 30px;
  color: #1049B2;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  section.presentation .presentation-title {
    font-size: 20px;
  }
}
section.presentation .accordion .item-title {
  padding-top: 10px;
  font-weight: bold;
}
section.presentation .accordion .item-title:first-child {
  padding-top: 0;
}
section.presentation .accordion .item-title a {
  text-decoration: none;
  color: #3179FF;
}
section.presentation .accordion .item-title a.collapsed {
  color: #324D67;
}
section.presentation:before {
  content: "";
  transform: skewY(-10deg) translateY(-95px);
  background-color: #F0F0F7;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
section.presentation .system-presentation {
  position: absolute;
  left: 50%;
  right: -30px;
  top: 0;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(50, 77, 103, 0.1);
  padding: 50px 30px 30px 30px;
  border-radius: 20px;
}
@media (max-width: 767.98px) {
  section.presentation .system-presentation {
    position: relative;
    border-radius: 10px;
    padding: 20px 10px 10px 10px;
    width: calc(100% - 30px);
    left: 15px;
  }
}
section.presentation .system-presentation:before {
  content: "...";
  position: absolute;
  font-size: 120px;
  left: 24px;
  top: -10px;
  line-height: 0;
  opacity: 0.15;
  height: 0;
}
@media (max-width: 767.98px) {
  section.presentation .system-presentation:before {
    font-size: 60px;
    left: 9px;
    top: -7px;
  }
}
section.presentation .system-presentation img {
  border: 1px solid #F0F0F7;
}
section.presentation .btn {
  margin-top: 30px;
}

section.plans {
  padding: 100px 0 50px;
}
@media (max-width: 767.98px) {
  section.plans {
    padding-top: 0;
  }
}
section.plans .section-title {
  color: #324D67;
  text-align: center;
  margin-bottom: 40px;
  font-size: 25px;
  margin-top: 0;
}
@media (max-width: 767.98px) {
  section.plans .section-title {
    font-size: 20px;
  }
}
section.plans .plans-carousel .owl-stage {
  display: flex;
  padding-bottom: 60px;
}
section.plans .plans-carousel .plan {
  box-shadow: 0 2px 5px 0 rgba(50, 77, 103, 0.15);
  background-color: #fff;
  border-radius: 20px;
  padding: 50px 30px 20px;
  margin-bottom: 30px;
  margin-top: 30px;
  height: 100%;
  position: relative;
}
section.plans .plans-carousel .plan .header {
  background-color: #1049B2;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  transform: translateY(-30px);
  text-transform: uppercase;
  padding: 17px 0 13px;
  letter-spacing: 1px;
  text-align: center;
  position: absolute;
  font-weight: bold;
  color: #fff;
  right: -2px;
  left: -2px;
  top: 0;
}
section.plans .plans-carousel .plan .header svg {
  margin-right: 10px;
}
section.plans .plans-carousel .plan .header svg path {
  fill: #FFBA00;
}
section.plans .plans-carousel .plan .plan-name {
  margin-bottom: 20px;
  text-align: center;
  color: #324D67;
  font-weight: bold;
  margin-top: 0;
}
section.plans .plans-carousel .plan .btn {
  max-width: 200px;
  border-width: 2px;
  margin: 50px auto 0;
  font-weight: bold;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
section.plans .plans-carousel .plan.featured-plan {
  box-shadow: 0 5px 40px 0 rgba(49, 121, 255, 0.2);
  border: 2px solid #1049B2;
}
section.plans .plans-carousel .plan.featured-plan .btn {
  border: none;
  background-color: #3179FF;
  color: #fff;
}
section.plans .plans-carousel .plan.featured-plan .btn:hover {
  background-color: #1049B2;
}

section.customers {
  background-color: #fff;
  padding: 50px 0;
}
section.customers .section-title {
  color: #324D67;
  margin-bottom: 50px;
  text-align: center;
  font-size: 25px;
  margin-top: 0;
}
section.customers .customers-carousel img {
  width: 100%;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

section.simulation {
  padding: 50px 0;
}
section.simulation .simulation-title {
  color: #1049B2;
  text-align: right;
  font-size: 30px;
}
@media (max-width: 767.98px) {
  section.simulation .simulation-title {
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
  }
  section.simulation .simulation-title br {
    display: none;
  }
}
section.simulation .btn {
  background-image: linear-gradient(to right, #1049B2, #3179FF 50%, #1049B2);
  background-repeat: no-repeat;
  transition: background-position 150ms ease-in-out;
  background-size: 200%;
  padding-bottom: 15px;
  padding-top: 15px;
}
section.simulation .btn:hover {
  background-position: 100%;
}

section.newsletter {
  background-image: url("/images/mulher-sorrindo.jpeg");
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: 50%;
  background-color: #2659BF;
  padding: 100px 0;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  section.newsletter {
    background-position: center;
    background-size: cover;
    padding: 50px 0;
  }
}
section.newsletter:before {
  content: "";
  background-image: linear-gradient(to right, #2659BF 0%, rgba(49, 121, 255, 0.5) 100%);
  background-repeat: repeat-x;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  left: 50%;
  top: 0;
}
@media (max-width: 767.98px) {
  section.newsletter:before {
    background-image: linear-gradient(to right, #2659BF 0%, rgba(49, 121, 255, 0.7) 100%);
    background-repeat: repeat-x;
    left: 0;
  }
}
section.newsletter .container {
  position: relative;
  z-index: 2;
}
section.newsletter .newsletter-title {
  color: #59BAFF;
  font-size: 40px;
}
@media (max-width: 767.98px) {
  section.newsletter .newsletter-title {
    font-size: 25px;
  }
}
section.newsletter p {
  margin-bottom: 50px;
  max-width: 500px;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  section.newsletter p {
    font-size: 15px;
  }
}
section.newsletter input {
  background-color: #fff;
  color: #6A829A;
  padding: 18px;
  border: none;
  margin: 0;
}
section.newsletter input[type=email] {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  width: calc(100% - 200px);
  padding-left: 30px;
}
@media (max-width: 767.98px) {
  section.newsletter input[type=email] {
    width: calc(100% - 100px);
  }
}
section.newsletter input[type=submit] {
  transition: background-color 300ms ease;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #59BAFF;
  text-transform: uppercase;
  font-weight: bold;
  margin-left: -5px;
  color: #fff;
  width: 200px;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  section.newsletter input[type=submit] {
    width: 100px;
  }
}
section.newsletter input[type=submit]:hover {
  background-color: rgb(38, 164.8012048193, 255);
}

.form-login {
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  min-width: 634px;
  min-height: 520px;
  padding: 64px 61.5px 64px 61.5px;
  align-items: center;
  z-index: 10;
  border-radius: 36px;
  box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .form-login {
    min-width: unset;
    min-height: unset;
    width: 100%;
    height: auto;
    padding: 20px;
    border-radius: 20px;
  }
}
.form-login .form-content {
  width: 100%;
}
.form-login .header {
  display: flex;
  align-items: baseline;
  border-bottom: 5px solid #EFF0F2;
  margin-bottom: 70px;
}
.form-login .header h1 {
  border-bottom: 5px solid currentColor;
  font-weight: 100;
  font-size: 30px;
  color: #3179FF;
  padding-bottom: 5px;
  margin-bottom: -5px;
}
.form-login .header > span {
  margin-left: auto;
  color: #324483;
}
.form-login .header > span a {
  display: inline-block;
  margin-left: 20px;
  color: currentColor;
}
.form-login p.tip {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 18.15px;
  padding-bottom: 3rem;
}
.form-login .btn-primary {
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
  background: #0061B9 !important;
  letter-spacing: 1px;
  font-size: 18px;
  border-radius: 6px;
  max-height: 44px;
  justify-content: center;
  display: flex;
  align-items: center;
}
.form-login .forget-password {
  text-align: center;
  color: #AEB6CE;
  margin-top: 50px;
  display: inline-block;
}

.login-cover {
  background-position: center;
  background-size: cover;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 1250px) {
  .login-cover {
    background: linear-gradient(98.73deg, rgba(0, 3, 31, 0.9), rgba(46, 47, 63, 0.9));
  }
}
.login-cover img.logo {
  left: 88%;
  position: absolute;
  min-width: 254.78px;
  min-height: 344.45px;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
.login-cover img.logo.default-logo {
  max-width: 200px;
}
@media (max-width: 1250px) {
  .login-cover img.logo {
    display: none;
  }
}
@media (max-width: 767px) {
  .login-cover {
    display: block;
  }
}
.login-cover:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-position: center;
  background-size: cover;
  opacity: 0.5;
  z-index: 0;
}

.login-container {
  display: flex;
  height: 100vh;
  background-image: url("/images/auth/LoginFundo.svg");
  background-size: cover;
  background-position: center;
}
@media (max-width: 1250px) {
  .login-container {
    background: url("/images/auth/ResetarSenhaFundo.svg");
  }
}

.auth-password {
  background-image: url("/images/auth/ResetarSenhaFundo.svg");
}

.auth-password-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 26.63px;
  text-align: center;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
