/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/ .mac .animated, .win .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.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s
}
.animated.bounceIn, .animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s
}
.animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s
}
@-webkit-keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .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%, 100%, 20%, 53%, 80% {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .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%, 100%, 50% {
    opacity: 1
  }
  25%, 75% {
    opacity: 0
  }
}
@keyframes flash {
  0%, 100%, 50% {
    opacity: 1
  }
  25%, 75% {
    opacity: 0
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1)
  }
  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1)
  }
  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1)
  }
  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1)
  }
  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1)
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1)
  }
  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1)
  }
  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1)
  }
  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1)
  }
  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1)
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand
}
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg)
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg)
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg)
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg)
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg)
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg)
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg)
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg)
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg)
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg)
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
  }
  100% {
    -webkit-transform: none;
    transform: none
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
  }
  100% {
    -webkit-transform: none;
    transform: none
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble
}
@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none
  }
  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(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(.39063deg) skewY(.39063deg);
    transform: skewX(.39063deg) skewY(.39063deg)
  }
  88.8% {
    -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
    transform: skewX(-.19531deg) skewY(-.19531deg)
  }
  100% {
    -webkit-transform: none;
    transform: none
  }
}
@keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none
  }
  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(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(.39063deg) skewY(.39063deg);
    transform: skewX(.39063deg) skewY(.39063deg)
  }
  88.8% {
    -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
    transform: skewX(-.19531deg) skewY(-.19531deg)
  }
  100% {
    -webkit-transform: none;
    transform: none
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center
}
@-webkit-keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }
  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .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(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}
@keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }
  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .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(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn
}
@-webkit-keyframes bounceInDown {
  0%, 100%, 60%, 75%, 90% {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .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)
  }
  100% {
    -webkit-transform: none;
    transform: none
  }
}
@keyframes bounceInDown {
  0%, 100%, 60%, 75%, 90% {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .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)
  }
  100% {
    -webkit-transform: none;
    transform: none
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown
}
@-webkit-keyframes bounceInLeft {
  0%, 100%, 60%, 75%, 90% {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .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)
  }
  100% {
    -webkit-transform: none;
    transform: none
  }
}
@keyframes bounceInLeft {
  0%, 100%, 60%, 75%, 90% {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .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)
  }
  100% {
    -webkit-transform: none;
    transform: none
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft
}
@-webkit-keyframes bounceInRight {
  0%, 100%, 60%, 75%, 90% {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .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)
  }
  100% {
    -webkit-transform: none;
    transform: none
  }
}
@keyframes bounceInRight {
  0%, 100%, 60%, 75%, 90% {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .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)
  }
  100% {
    -webkit-transform: none;
    transform: none
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight
}
@-webkit-keyframes bounceInUp {
  0%, 100%, 60%, 75%, 90% {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .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)
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
@keyframes bounceInUp {
  0%, 100%, 60%, 75%, 90% {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .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)
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
}
.bounceOut {
  -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)
  }
  100% {
    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)
  }
  100% {
    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)
  }
  100% {
    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)
  }
  100% {
    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)
  }
  100% {
    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)
  }
  100% {
    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)
  }
  100% {
    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)
  }
  100% {
    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
  }
  100% {
    opacity: 1
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
.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)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
.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)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
.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)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
.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)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1
  }
  100% {
    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
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1
  }
  100% {
    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
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1
  }
  100% {
    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
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1
  }
  100% {
    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
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1
  }
  100% {
    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
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1
  }
  100% {
    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
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1
  }
  100% {
    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
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1
  }
  100% {
    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) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -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) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
  }
  100% {
    -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) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
  }
  100% {
    -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) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0
  }
}
.flipOutX {
  -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) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0
  }
}
.flipOutY {
  -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);
    opacity: 1
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}
@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);
    opacity: 1
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}
.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
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1
  }
  100% {
    -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: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    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: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    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: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    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: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    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: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
  }
}
@keyframes rollOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
  50% {
    opacity: 1
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
  50% {
    opacity: 1
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
  100% {
    opacity: 0
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
  100% {
    opacity: 0
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.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(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.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(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .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
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  100% {
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  100% {
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  100% {
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp
}
.mac .animate, .win .animate {
  opacity: 0
}
.ie8 .animate, .ie9 .animate {
  opacity: 1
}
@font-face {
  font-family: osulent_signatureregular;
  src: url(/ResourcePackages/dutco/assets/fonts/osulent_signature-webfont.woff2) format("woff2"), url(/ResourcePackages/dutco/assets/fonts/osulent_signature-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: dutco-web;
  src: url(../fonts/dutco-web.eot);
  src: url(../fonts/dutco-web.eot?#iefix) format("embedded-opentype"), url(../fonts/dutco-web.woff) format("woff"), url(../fonts/dutco-web.ttf) format("truetype"), url(../fonts/dutco-web.svg#dutco-web) format("svg");
  font-weight: 400;
  font-style: normal
}
[data-icon]:before {
  font-family: dutco-web !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
[class*=" icon-"]:before, [class^=icon-]:before {
  font-family: dutco-web !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.icon-search-1:before {
  content: "\62"
}
.icon-arrow-01:before {
  content: "\61"
}
.icon-home:before {
  content: "\63"
}
.icon-quote-01:before {
  content: "\64"
}
.icon-facebook:before {
  content: "\65"
}
.icon-twitter:before {
  content: "\66"
}
.icon-play:before {
  content: "\67"
}
.icon-caret-up:before {
  content: "\68"
}
.icon-phone:before {
  content: "\69"
}
.icon-map-pin-streamline:before {
  content: "\6a"
}
.icon-pin:before {
  content: "\6b"
}
.icon-latitude:before {
  content: "\6c"
}
.icon-longitude:before {
  content: "\6d"
}
.icon-email:before {
  content: "\6e"
}
.icon-lightbulb-shine:before {
  content: "\6f"
}
.icon-population-and-benchmarks-icon-final:before {
  content: "\70"
}
.icon-provide:before {
  content: "\71"
}
.icon-home-1:before {
  content: "\72"
}
.icon-cross:before {
  content: "\73"
}
.icon-global-4:before {
  content: "\74"
}
.icon-global-3:before {
  content: "\75"
}
.icon-global-2:before {
  content: "\76"
}
.icon-global-1:before {
  content: "\77"
}
.icon-menu:before {
  content: "\78"
}
.icon-left-arrow:before {
  content: "\79"
}
.icon-right-arrow:before {
  content: "\7a"
}
.icon-vision1:before {
  content: "\41"
}
.icon-vision2:before {
  content: "\42"
}
.icon-vision3:before {
  content: "\43"
}
.icon-placepin:before {
  content: "\44"
}
.icon-hospitality:before {
  content: "\45"
}
.icon-real-estate:before {
  content: "\46"
}
.icon-trading:before {
  content: "\47"
}
.icon-construction:before {
  content: "\48"
}
.icon-oil:before {
  content: "\49"
}
.icon-who-2:before {
  content: "\4a"
}
.icon-who-3:before {
  content: "\4b"
}
.icon-who-4:before {
  content: "\4c"
}
.icon-who-5:before {
  content: "\4d"
}
.icon-brand-arrow:before {
  content: "\4e"
}
.icon-brand-arrow-right:before {
  content: "\4f"
}
.icon-office-ico-n:before {
  content: "\50"
}
.icon-email-ico-n:before {
  content: "\51"
}
.icon-tel-ico-n:before {
  content: "\52"
}
.icon-fax:before {
  content: "\53"
}
.icon-dots-arrow-right:before {
  content: "\54"
}
.icon-caret-down:before {
  content: "\55"
}
.icon-close:before {
  content: "\56"
}
.icon-mouse:before {
  content: "\57"
}
.icon-plus:before {
  content: "\58"
}
.icon-dev-icon:before {
  content: "\59"
}
.icon-health-safety-01:before {
  content: "\5a"
}
.icon-hm-countries:before {
  content: "\30"
}
.icon-hm-countries-02:before {
  content: "\31"
}
.icon-fax-ico-n:before {
  content: "\32"
}
.icon-android-add:before {
  content: "\33"
}
.icon-android-remove:before {
  content: "\34"
}
.lead {
  line-height: 1.375em
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block
}

[tabindex="-1"]:focus {
  outline: 0 !important
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  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: .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: -.25em
}
sup {
  top: -.5em
}
a {
  color: #212e8a;
  text-decoration: none;
  background-color: transparent
}
a:hover {
  color: #12194c;
  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: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom
}
th {
  text-align: inherit
}
label {
  display: inline-block;
  margin-bottom: .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] {
  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: .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
}


.lead {
  font-size: 1.5em;
  font-weight: 500
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1)
}
.small, small {
  font-size: 80%;
  font-weight: 400
}
.mark, mark {
  padding: .2em;
  background-color: #fcf8e3
}
.list-unstyled {
  padding-left: 0;
  list-style: none
}
.list-inline {
  padding-left: 0;
  list-style: none
}
.list-inline-item {
  display: inline-block
}
.list-inline-item:not(:last-child) {
  margin-right: .5rem
}
.initialism {
  font-size: 90%;
  text-transform: uppercase
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d
}
.blockquote-footer::before {
  content: "\2014\00A0"
}
.img-fluid {
  max-width: 100%;
  height: auto
}
.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto
}
.figure {
  display: inline-block
}
.figure-img {
  margin-bottom: .5rem;
  line-height: 1
}
.figure-caption {
  font-size: 90%;
  color: #6c757d
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word
}
a > code {
  color: inherit
}
kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #343434;
  border-radius: .2rem
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700
}
pre {
  display: block;
  font-size: 87.5%;
  color: #343434
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll
}

@media (min-width:576px) {
 
}
@media (min-width:768px) {
 
}
@media (min-width:992px) {

}
@media (min-width:1200px) {

}


.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: 15px;
  padding-left: 15px
}
/*.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%
}*/
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%
}
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%
}
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%
}
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%
}
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%
}
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%
}
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%
}
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%
}
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%
}
.order-first {
  order: -1
}
.order-last {
  order: 13
}
.order-0 {
  order: 0
}
.order-1 {
  order: 1
}
.order-2 {
  order: 2
}
.order-3 {
  order: 3
}
.order-4 {
  order: 4
}
.order-5 {
  order: 5
}
.order-6 {
  order: 6
}
.order-7 {
  order: 7
}
.order-8 {
  order: 8
}
.order-9 {
  order: 9
}
.order-10 {
  order: 10
}
.order-11 {
  order: 11
}
.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:576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-sm-first {
    order: -1
  }
  .order-sm-last {
    order: 13
  }
  .order-sm-0 {
    order: 0
  }
  .order-sm-1 {
    order: 1
  }
  .order-sm-2 {
    order: 2
  }
  .order-sm-3 {
    order: 3
  }
  .order-sm-4 {
    order: 4
  }
  .order-sm-5 {
    order: 5
  }
  .order-sm-6 {
    order: 6
  }
  .order-sm-7 {
    order: 7
  }
  .order-sm-8 {
    order: 8
  }
  .order-sm-9 {
    order: 9
  }
  .order-sm-10 {
    order: 10
  }
  .order-sm-11 {
    order: 11
  }
  .order-sm-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:768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-md-first {
    order: -1
  }
  .order-md-last {
    order: 13
  }
  .order-md-0 {
    order: 0
  }
  .order-md-1 {
    order: 1
  }
  .order-md-2 {
    order: 2
  }
  .order-md-3 {
    order: 3
  }
  .order-md-4 {
    order: 4
  }
  .order-md-5 {
    order: 5
  }
  .order-md-6 {
    order: 6
  }
  .order-md-7 {
    order: 7
  }
  .order-md-8 {
    order: 8
  }
  .order-md-9 {
    order: 9
  }
  .order-md-10 {
    order: 10
  }
  .order-md-11 {
    order: 11
  }
  .order-md-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:992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }
  .col-lg-2 {
   flex: 0 0 19.667%;
    max-width: 19.667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-lg-first {
    order: -1
  }
  .order-lg-last {
    order: 13
  }
  .order-lg-0 {
    order: 0
  }
  .order-lg-1 {
    order: 1
  }
  .order-lg-2 {
    order: 2
  }
  .order-lg-3 {
    order: 3
  }
  .order-lg-4 {
    order: 4
  }
  .order-lg-5 {
    order: 5
  }
  .order-lg-6 {
    order: 6
  }
  .order-lg-7 {
    order: 7
  }
  .order-lg-8 {
    order: 8
  }
  .order-lg-9 {
    order: 9
  }
  .order-lg-10 {
    order: 10
  }
  .order-lg-11 {
    order: 11
  }
  .order-lg-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:1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-xl-first {
    order: -1
  }
  .order-xl-last {
    order: 13
  }
  .order-xl-0 {
    order: 0
  }
  .order-xl-1 {
    order: 1
  }
  .order-xl-2 {
    order: 2
  }
  .order-xl-3 {
    order: 3
  }
  .order-xl-4 {
    order: 4
  }
  .order-xl-5 {
    order: 5
  }
  .order-xl-6 {
    order: 6
  }
  .order-xl-7 {
    order: 7
  }
  .order-xl-8 {
    order: 8
  }
  .order-xl-9 {
    order: 9
  }
  .order-xl-10 {
    order: 10
  }
  .order-xl-11 {
    order: 11
  }
  .order-xl-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%
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #343434
}
.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6
}
.table-sm td, .table-sm th {
  padding: .3rem
}
.table-bordered {
  border: 1px solid #dee2e6
}
.table-bordered td, .table-bordered th {
  border: 1px solid #dee2e6
}
.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 2px
}
.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
  border: 0
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, .05)
}
.table-hover tbody tr:hover {
  color: #343434;
  background-color: rgba(0, 0, 0, .075)
}
.table-primary, .table-primary > td, .table-primary > th {
  background-color: #c1c4de
}
.table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
  border-color: #8c92c2
}
.table-hover .table-primary:hover {
  background-color: #b0b4d5
}
.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #b0b4d5
}
.table-secondary, .table-secondary > td, .table-secondary > th {
  background-color: #d6d8db
}
.table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
  border-color: #b3b7bb
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf
}
.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf
}
.table-success, .table-success > td, .table-success > th {
  background-color: #c3e6cb
}
.table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
  border-color: #8fd19e
}
.table-hover .table-success:hover {
  background-color: #b1dfbb
}
.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #b1dfbb
}
.table-info, .table-info > td, .table-info > th {
  background-color: #b8dff7
}
.table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
  border-color: #7ac3ef
}
.table-hover .table-info:hover {
  background-color: #a1d5f4
}
.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #a1d5f4
}
.table-warning, .table-warning > td, .table-warning > th {
  background-color: #fdf4b8
}
.table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
  border-color: #fbea7a
}
.table-hover .table-warning:hover {
  background-color: #fcf09f
}
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #fcf09f
}
.table-danger, .table-danger > td, .table-danger > th {
  background-color: #f5c6cb
}
.table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
  border-color: #ed969e
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7
}
.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #f1b0b7
}
.table-light, .table-light > td, .table-light > th {
  background-color: #fdfdfe
}
.table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
  border-color: #fbfcfc
}
.table-hover .table-light:hover {
  background-color: #ececf6
}
.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #ececf6
}
.table-dark, .table-dark > td, .table-dark > th {
  background-color: #c6c8ca
}
.table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
  border-color: #95999c
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe
}
.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b9bbbe
}
.table-active, .table-active > td, .table-active > th {
  background-color: rgba(0, 0, 0, .075)
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, .075)
}
.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, .075)
}
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6
}
.table-dark {
  color: #fff;
  background-color: #343a40
}
.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #454d55
}
.table-dark.table-bordered {
  border: 0
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, .05)
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .075)
}
@media (max-width:575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
  .table-responsive-sm > .table-bordered {
    border: 0
  }
}
@media (max-width:767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
  .table-responsive-md > .table-bordered {
    border: 0
  }
}
@media (max-width:991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
  .table-responsive-lg > .table-bordered {
    border: 0
  }
}
@media (max-width:1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
  .table-responsive-xl > .table-bordered {
    border: 0
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}
.table-responsive > .table-bordered {
  border: 0
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 0px);
  padding: .375rem 1.875em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid #ced4da;
  border-radius: 0;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
  .form-control {
    transition: none
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #5464d6;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(33, 46, 138, .25)
}
.form-control::placeholder {
  color: #64666e;
  opacity: 1
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff
}
.form-control-file, .form-control-range {
  display: block;
  width: 100%
}
.col-form-label {
  padding-top: calc(.375rem + 0px);
  padding-bottom: calc(.375rem + 0px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5
}
.col-form-label-lg {
  padding-top: calc(.5rem + 0px);
  padding-bottom: calc(.5rem + 0px);
  font-size: 1.25rem;
  line-height: 1.5
}
.col-form-label-sm {
  padding-top: calc(.25rem + 0px);
  padding-bottom: calc(.25rem + 0px);
  font-size: .875rem;
  line-height: 1.5
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: .375rem;
  padding-bottom: .375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #343434;
  background-color: transparent;
  border: solid transparent;
  border-width: 0 0
}
.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0
}
.form-control-sm {
  height: calc(1.5em + .5rem + 0px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}
.form-control-lg {
  height: calc(1.5em + 1rem + 0px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}
select.form-control[multiple], select.form-control[size] {
  height: auto
}
textarea.form-control {
  height: auto
}
.form-group {
  margin-bottom: 1rem
}
.form-text {
  display: block;
  margin-top: .25rem
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px
}
.form-row > .col, .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem
}
.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d
}
.form-check-label {
  margin-bottom: 0
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #28a745
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, .9);
  border-radius: .25rem
}
.form-control.is-valid, .was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}
.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
  display: block
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}
.custom-select.is-valid, .was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc((1em + .75rem) * 3 / 4 + 1.875em1rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.875em center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.875em1rem/calc(.75em + .375rem) calc(.75em + .375rem)
}
.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip {
  display: block
}
.form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block
}
.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745
}
.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block
}
.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745
}
.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
  border-color: #28a745
}
.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57
}
.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745
}
.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745
}
.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block
}
.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, .9);
  border-radius: .25rem
}
.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}
.form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}
.custom-select.is-invalid, .was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc((1em + .75rem) * 3 / 4 + 1.875em1rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.875em center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.875em1rem/calc(.75em + .375rem) calc(.75em + .375rem)
}
.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}
.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip {
  display: block
}
.form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block
}
.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545
}
.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block
}
.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545
}
.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  border-color: #dc3545
}
.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block
}
.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d
}
.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545
}
.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545
}
.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block
}
.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center
}
.form-inline .form-check {
  width: 100%
}
@media (min-width:576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }
  .form-inline .form-control-plaintext {
    display: inline-block
  }
  .form-inline .custom-select, .form-inline .input-group {
    width: auto
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center
  }
  .form-inline .custom-control-label {
    margin-bottom: 0
  }
}

@media (prefers-reduced-motion:reduce) {
 
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62
}
.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34
}
.btn-success.focus, .btn-success:focus {
  box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430
}
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}
.btn-info {
  color: #fff;
  background-color: #008ce1;
  border-color: #008ce1
}
.btn-info:hover {
  color: #fff;
  background-color: #0074bb;
  border-color: #006cae
}
.btn-info.focus, .btn-info:focus {
  box-shadow: 0 0 0 .2rem rgba(38, 157, 230, .5)
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #008ce1;
  border-color: #008ce1
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #006cae;
  border-color: #0064a1
}
.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(38, 157, 230, .5)
}
.btn-warning {
  color: #343434;
  background-color: #f7d600;
  border-color: #f7d600
}
.btn-warning:hover {
  color: #343434;
  background-color: #d1b500;
  border-color: #c4aa00
}
.btn-warning.focus, .btn-warning:focus {
  box-shadow: 0 0 0 .2rem rgba(218, 190, 8, .5)
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #343434;
  background-color: #f7d600;
  border-color: #f7d600
}
.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  color: #343434;
  background-color: #c4aa00;
  border-color: #b79f00
}
.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(218, 190, 8, .5)
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130
}
.btn-danger.focus, .btn-danger:focus {
  box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d
}
.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}
.btn-light {
  color: #343434;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}
.btn-light:hover {
  color: #343434;
  background-color: #e2e6ea;
  border-color: #dae0e5
}
.btn-light.focus, .btn-light:focus {
  box-shadow: 0 0 0 .2rem rgba(219, 219, 220, .5)
}
.btn-light.disabled, .btn-light:disabled {
  color: #343434;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #343434;
  background-color: #dae0e5;
  border-color: #d3d9df
}
.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(219, 219, 220, .5)
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124
}
.btn-dark.focus, .btn-dark:focus {
  box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}
.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d
}
.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}
.btn-outline-primary {
  color: #212e8a;
  border-color: #212e8a
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #212e8a;
  border-color: #212e8a
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(33, 46, 138, .5)
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #212e8a;
  background-color: transparent
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #212e8a;
  border-color: #212e8a
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(33, 46, 138, .5)
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}
.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent
}
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}
.btn-outline-success {
  color: #28a745;
  border-color: #28a745
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}
.btn-outline-success.focus, .btn-outline-success:focus {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent
}
.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}
.btn-outline-info {
  color: #008ce1;
  border-color: #008ce1
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #008ce1;
  border-color: #008ce1
}
.btn-outline-info.focus, .btn-outline-info:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 140, 225, .5)
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #008ce1;
  background-color: transparent
}
.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #008ce1;
  border-color: #008ce1
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 140, 225, .5)
}
.btn-outline-warning {
  color: #f7d600;
  border-color: #f7d600
}
.btn-outline-warning:hover {
  color: #343434;
  background-color: #f7d600;
  border-color: #f7d600
}
.btn-outline-warning.focus, .btn-outline-warning:focus {
  box-shadow: 0 0 0 .2rem rgba(247, 214, 0, .5)
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #f7d600;
  background-color: transparent
}
.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
  color: #343434;
  background-color: #f7d600;
  border-color: #f7d600
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(247, 214, 0, .5)
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}
.btn-outline-danger.focus, .btn-outline-danger:focus {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent
}
.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa
}
.btn-outline-light:hover {
  color: #343434;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}
.btn-outline-light.focus, .btn-outline-light:focus {
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent
}
.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
  color: #343434;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}
.btn-outline-dark.focus, .btn-outline-dark:focus {
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent
}
.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}
.btn-link {
  font-weight: 400;
  color: #212e8a;
  text-decoration: none
}
.btn-link:hover {
  color: #12194c;
  text-decoration: underline
}
.btn-link.focus, .btn-link:focus {
  text-decoration: underline;
  box-shadow: none
}
.btn-link.disabled, .btn-link:disabled {
  color: #6c757d;
  pointer-events: none
}
.btn-group-lg > .btn, .btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}
.btn-group-sm > .btn, .btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}
.btn-block {
  display: block;
  width: 100%
}
.btn-block + .btn-block {
  margin-top: .5rem
}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%
}
.fade {
  transition: opacity .15s linear
}
@media (prefers-reduced-motion:reduce) {
  .fade {
    transition: none
  }
}
.fade:not(.show) {
  opacity: 0
}
.collapse:not(.show) {
  display: none
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease
}
@media (prefers-reduced-motion:reduce) {
  .collapsing {
    transition: none
  }
}
.dropdown, .dropleft, .dropright, .dropup {
  position: relative
}
.dropdown-toggle {
  white-space: nowrap
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent
}
.dropdown-toggle:empty::after {
  margin-left: 0
}
.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #343434;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem
}
.sub-menu-left {
  right: auto;
  left: 0
}
.sub-menu-right {
  right: 0;
  left: auto
}
@media (min-width:576px) {
  .sub-menu-sm-left {
    right: auto;
    left: 0
  }
  .sub-menu-sm-right {
    right: 0;
    left: auto
  }
}
@media (min-width:768px) {
  .sub-menu-md-left {
    right: auto;
    left: 0
  }
  .sub-menu-md-right {
    right: 0;
    left: auto
  }
}
@media (min-width:992px) {
  .sub-menu-lg-left {
    right: auto;
    left: 0
  }
  .sub-menu-lg-right {
    right: 0;
    left: auto
  }
}
@media (min-width:1200px) {
  .sub-menu-xl-left {
    right: auto;
    left: 0
  }
  .sub-menu-xl-right {
    right: 0;
    left: auto
  }
}
.dropup .sub-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0
}
.dropright .sub-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0
}
.dropright .dropdown-toggle::after {
  vertical-align: 0
}
.dropleft .sub-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: ""
}
.dropleft .dropdown-toggle::after {
  display: none
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0
}
.sub-menu[x-placement^=bottom], .sub-menu[x-placement^=left], .sub-menu[x-placement^=right], .sub-menu[x-placement^=top] {
  right: auto;
  bottom: auto
}
.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #343434;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #272727;
  text-decoration: none;
  background-color: #f8f9fa
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #212e8a
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent
}
.sub-menu.show {
  display: block
}
.dropdown-header {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap
}
.dropdown-item-text {
  display: block;
  padding: .25rem 1.5rem;
  color: #343434
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle
}
.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  flex: 1 1 auto
}
.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
  z-index: 1
}
.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
  z-index: 1
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start
}
.btn-toolbar .input-group {
  width: auto
}
.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
  margin-left: 0
}
.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}
.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}
.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem
}
.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
  margin-left: 0
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0
}
.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem
}
.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center
}
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  width: 100%
}
.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
  margin-top: 0
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0
}
.btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%
}
.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0
}
.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control {
  margin-left: 0
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
  z-index: 3
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4
}
.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}
.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}
.input-group > .custom-file {
  display: flex;
  align-items: center
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}
.input-group-append, .input-group-prepend {
  display: flex
}
.input-group-append .btn, .input-group-prepend .btn {
  position: relative;
  z-index: 2
}
.input-group-append .btn:focus, .input-group-prepend .btn:focus {
  z-index: 3
}
.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
  margin-left: 0
}
.input-group-prepend {
  margin-right: 0
}
.input-group-append {
  margin-left: 0
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem 1.875em;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 0 solid #ced4da;
  border-radius: 0
}
.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
  margin-top: 0
}
.input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 0px)
}
.input-group-lg > .custom-select, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}
.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + .5rem + 0px)
}
.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}
.input-group-lg > .custom-select, .input-group-sm > .custom-select {
  padding-right: 1.875em1rem
}
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}
.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #212e8a;
  background-color: #212e8a
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(33, 46, 138, .25)
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #5464d6
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #7d8ae0;
  border-color: #7d8ae0
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top
}
.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 0
}
.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%
}
.custom-checkbox .custom-control-label::before {
  border-radius: .25rem
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #212e8a;
  background-color: #212e8a
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(33, 46, 138, .5)
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(33, 46, 138, .5)
}
.custom-radio .custom-control-label::before {
  border-radius: 50%
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(33, 46, 138, .5)
}
.custom-switch {
  padding-left: 2.25rem
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: .5rem
}
.custom-switch .custom-control-label::after {
  top: calc(.25rem + 0px);
  left: calc(-2.25rem + 0px);
  width: calc(1rem - 0px);
  height: calc(1rem - 0px);
  background-color: #adb5bd;
  border-radius: .5rem;
  transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
  .custom-switch .custom-control-label::after {
    transition: none
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(.75rem)
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(33, 46, 138, .5)
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 0px);
  padding: .375rem 1.875em1rem .375rem 1.875em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.875em center/8px 10px;
  background-color: #fff;
  border: 0 solid #ced4da;
  border-radius: .25rem;
  appearance: none
}
.custom-select:focus {
  border-color: #5464d6;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(33, 46, 138, .25)
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1.875em;
  background-image: none
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef
}
.custom-select::-ms-expand {
  display: none
}
.custom-select-sm {
  height: calc(1.5em + .5rem + 0px);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 0px);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 0px);
  margin-bottom: 0
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + .75rem + 0px);
  margin: 0;
  opacity: 0
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #5464d6;
  box-shadow: 0 0 0 .2rem rgba(33, 46, 138, .25)
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse"
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse)
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + .75rem + 0px);
  padding: .375rem 1.875em;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 0 solid #ced4da;
  border-radius: 0
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + .75rem);
  padding: .375rem 1.875em;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0
}
.custom-range {
  width: 100%;
  height: calc(1rem + .4rem);
  padding: 0;
  background-color: transparent;
  appearance: none
}
.custom-range:focus {
  outline: 0
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(33, 46, 138, .25)
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(33, 46, 138, .25)
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(33, 46, 138, .25)
}
.custom-range::-moz-focus-outer {
  border: 0
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #212e8a;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none
}
@media (prefers-reduced-motion:reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #7d8ae0
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #212e8a;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none
}
@media (prefers-reduced-motion:reduce) {
  .custom-range::-moz-range-thumb {
    transition: none
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #7d8ae0
}
.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .2rem;
  margin-left: .2rem;
  background-color: #212e8a;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none
}
@media (prefers-reduced-motion:reduce) {
  .custom-range::-ms-thumb {
    transition: none
  }
}
.custom-range::-ms-thumb:active {
  background-color: #7d8ae0
}
.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .5rem
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd
}
.custom-range:disabled::-moz-range-track {
  cursor: default
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd
}
.custom-control-label::before, .custom-file-label, .custom-select {
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
  .custom-control-label::before, .custom-file-label, .custom-select {
    transition: none
  }
}
.nav {

  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}
.nav-link {
  display: block;
  padding: .5rem 1rem
}
.nav-link:focus, .nav-link:hover {
  text-decoration: none
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6
}
.nav-tabs .nav-item {
  margin-bottom: -1px
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff
}
.nav-tabs .sub-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.nav-pills .nav-link {
  border-radius: .25rem
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #212e8a
}
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center
}
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center
}
.tab-content > .tab-pane {
  display: none
}
.tab-content > .active {
  display: block
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: .5rem 1rem
}
.navbar > .container, .navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between
}
.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap
}
.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0
}
.navbar-nav .sub-menu {
  position: static;
  float: none
}
.navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center
}
.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0
}
.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%
}
@media (max-width:575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0
  }
}
@media (min-width:576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row
  }
  .navbar-expand-sm .navbar-nav .sub-menu {
    position: absolute
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }
  .navbar-expand-sm .navbar-toggler {
    display: none
  }
}
@media (max-width:767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0
  }
}
@media (min-width:768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row
  }
  .navbar-expand-md .navbar-nav .sub-menu {
    position: absolute
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }
  .navbar-expand-md .navbar-toggler {
    display: none
  }
}
@media (max-width:991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0
  }
}
@media (min-width:992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row
  }
  .navbar-expand-lg .navbar-nav .sub-menu {
    position: absolute
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }
  .navbar-expand-lg .navbar-toggler {
    display: none
  }
}
@media (max-width:1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0
  }
}
@media (min-width:1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row
  }
  .navbar-expand-xl .navbar-nav .sub-menu {
    position: absolute
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }
  .navbar-expand-xl .navbar-toggler {
    display: none
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start
}
.navbar-expand > .container, .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0
}
.navbar-expand .navbar-nav {
  flex-direction: row
}
.navbar-expand .navbar-nav .sub-menu {
  position: absolute
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem
}
.navbar-expand > .container, .navbar-expand > .container-fluid {
  flex-wrap: nowrap
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto
}
.navbar-expand .navbar-toggler {
  display: none
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, .9)
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, .9)
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, .5)
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, .7)
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, .3)
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, .9)
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .5);
  border-color: rgba(0, 0, 0, .1)
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, .5)
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, .9)
}
.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, .9)
}
.navbar-dark .navbar-brand {
  color: #fff
}
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, .5)
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, .75)
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, .25)
}
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, .5);
  border-color: rgba(255, 255, 255, .1)
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, .5)
}
.navbar-dark .navbar-text a {
  color: #fff
}
.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem
}
.card > hr {
  margin-right: 0;
  margin-left: 0
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem
}
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem
}
.card-title {
  margin-bottom: .75rem
}
.card-subtitle {
  margin-top: -.375rem;
  margin-bottom: 0
}
.card-text:last-child {
  margin-bottom: 0
}
.card-link:hover {
  text-decoration: none
}
.card-link + .card-link {
  margin-left: 1.25rem
}
.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .125)
}
.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0
}
.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, .03);
  border-top: 1px solid rgba(0, 0, 0, .125)
}
.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}
.card-header-tabs {
  margin-right: -.625rem;
  margin-bottom: -.75rem;
  margin-left: -.625rem;
  border-bottom: 0
}
.card-header-pills {
  margin-right: -.625rem;
  margin-left: -.625rem
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem
}
.card-img {
  width: 100%;
  border-radius: calc(.25rem - 1px)
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px)
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px)
}
.card-deck {
  display: flex;
  flex-direction: column
}
.card-deck .card {
  margin-bottom: 15px
}
@media (min-width:576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px
  }
}
.card-group {
  display: flex;
  flex-direction: column
}
.card-group > .card {
  margin-bottom: 15px
}
@media (min-width:576px) {
  .card-group {
    flex-flow: row wrap
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }
  .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0
  }
  .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }
  .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0
  }
  .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0
  }
}
.card-columns .card {
  margin-bottom: .75rem
}
@media (min-width:576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1
  }
  .card-columns .card {
    display: inline-block;
    width: 100%
  }
}
.accordion > .card {
  overflow: hidden
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0
}
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.accordion > .card .card-header {
  margin-bottom: -1px
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #6c757d;
  content: "/"
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none
}
.breadcrumb-item.active {
  color: #6c757d
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem
}
.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #212e8a;
  background-color: #fff;
  border: 1px solid #dee2e6
}
.page-link:hover {
  z-index: 2;
  color: #12194c;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(33, 46, 138, .25)
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem
}
.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #212e8a;
  border-color: #212e8a
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6
}
.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem
}
.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem
}
.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
  .badge {
    transition: none
  }
}
a.badge:focus, a.badge:hover {
  text-decoration: none
}
.badge:empty {
  display: none
}
.btn .badge {
  position: relative;
  top: -1px
}
.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem
}
.badge-primary {
  color: #fff;
  background-color: #212e8a
}
a.badge-primary:focus, a.badge-primary:hover {
  color: #fff;
  background-color: #172061
}
a.badge-primary.focus, a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(33, 46, 138, .5)
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d
}
a.badge-secondary:focus, a.badge-secondary:hover {
  color: #fff;
  background-color: #545b62
}
a.badge-secondary.focus, a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}
.badge-success {
  color: #fff;
  background-color: #28a745
}
a.badge-success:focus, a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34
}
a.badge-success.focus, a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}
.badge-info {
  color: #fff;
  background-color: #008ce1
}
a.badge-info:focus, a.badge-info:hover {
  color: #fff;
  background-color: #006cae
}
a.badge-info.focus, a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 140, 225, .5)
}
.badge-warning {
  color: #343434;
  background-color: #f7d600
}
a.badge-warning:focus, a.badge-warning:hover {
  color: #343434;
  background-color: #c4aa00
}
a.badge-warning.focus, a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(247, 214, 0, .5)
}
.badge-danger {
  color: #fff;
  background-color: #dc3545
}
a.badge-danger:focus, a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130
}
a.badge-danger.focus, a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}
.badge-light {
  color: #343434;
  background-color: #f8f9fa
}
a.badge-light:focus, a.badge-light:hover {
  color: #343434;
  background-color: #dae0e5
}
a.badge-light.focus, a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}
.badge-dark {
  color: #fff;
  background-color: #343a40
}
a.badge-dark:focus, a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124
}
a.badge-dark.focus, a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem
}
@media (min-width:576px) {
  .jumbotron {
    padding: 4rem 2rem
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0
}
.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem
}
.alert-heading {
  color: inherit
}
.alert-link {
  font-weight: 700
}
.alert-dismissible {
  padding-right: 4rem
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem 1.25rem;
  color: inherit
}
.alert-primary {
  color: #111848;
  background-color: #d3d5e8;
  border-color: #c1c4de
}
.alert-primary hr {
  border-top-color: #b0b4d5
}
.alert-primary .alert-link {
  color: #070a1f
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db
}
.alert-secondary hr {
  border-top-color: #c8cbcf
}
.alert-secondary .alert-link {
  color: #202326
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb
}
.alert-success hr {
  border-top-color: #b1dfbb
}
.alert-success .alert-link {
  color: #0b2e13
}
.alert-info {
  color: #004975;
  background-color: #cce8f9;
  border-color: #b8dff7
}
.alert-info hr {
  border-top-color: #a1d5f4
}
.alert-info .alert-link {
  color: #002942
}
.alert-warning {
  color: #806f00;
  background-color: #fdf7cc;
  border-color: #fdf4b8
}
.alert-warning hr {
  border-top-color: #fcf09f
}
.alert-warning .alert-link {
  color: #4d4300
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb
}
.alert-danger hr {
  border-top-color: #f1b0b7
}
.alert-danger .alert-link {
  color: #491217
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe
}
.alert-light hr {
  border-top-color: #ececf6
}
.alert-light .alert-link {
  color: #686868
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca
}
.alert-dark hr {
  border-top-color: #b9bbbe
}
.alert-dark .alert-link {
  color: #040505
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0
  }
  to {
    background-position: 0 0
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #212e8a;
  transition: width .6s ease
}
@media (prefers-reduced-motion:reduce) {
  .progress-bar {
    transition: none
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem
}
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite
}
@media (prefers-reduced-motion:reduce) {
  .progress-bar-animated {
    animation: none
  }
}
.media {
  display: flex;
  align-items: flex-start
}
.media-body {
  flex: 1
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit
}
.list-group-item-action:focus, .list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa
}
.list-group-item-action:active {
  color: #343434;
  background-color: #e9ecef
}
.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125)
}
.list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #212e8a;
  border-color: #212e8a
}
.list-group-horizontal {
  flex-direction: row
}
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0
}
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: 0
}
@media (min-width:576px) {
  .list-group-horizontal-sm {
    flex-direction: row
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0
  }
}
@media (min-width:768px) {
  .list-group-horizontal-md {
    flex-direction: row
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0
  }
}
@media (min-width:992px) {
  .list-group-horizontal-lg {
    flex-direction: row
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0
  }
}
@media (min-width:1200px) {
  .list-group-horizontal-xl {
    flex-direction: row
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0
}
.list-group-item-primary {
  color: #111848;
  background-color: #c1c4de
}
.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  color: #111848;
  background-color: #b0b4d5
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #111848;
  border-color: #111848
}
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db
}
.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41
}
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb
}
.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724
}
.list-group-item-info {
  color: #004975;
  background-color: #b8dff7
}
.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  color: #004975;
  background-color: #a1d5f4
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #004975;
  border-color: #004975
}
.list-group-item-warning {
  color: #806f00;
  background-color: #fdf4b8
}
.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  color: #806f00;
  background-color: #fcf09f
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #806f00;
  border-color: #806f00
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb
}
.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe
}
.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca
}
.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5
}
.close:hover {
  color: #000;
  text-decoration: none
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: .75
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none
}
a.close.disabled {
  pointer-events: none
}
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: .875rem;
  background-color: rgba(255, 255, 255, .85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .1);
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: .25rem
}
.toast:not(:last-child) {
  margin-bottom: .75rem
}
.toast.showing {
  opacity: 1
}
.toast.show {
  display: block;
  opacity: 1
}
.toast.hide {
  display: none
}
.toast-header {
  display: flex;
  align-items: center;
  padding: .25rem .75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, .85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, .05)
}
.toast-body {
  padding: .75rem
}
.modal-open {
  overflow: hidden
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none
}
.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -50px)
}
@media (prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
    transition: none
  }
}
.modal.show .modal-dialog {
  transform: none
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem)
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden
}
.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
  flex-shrink: 0
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem)
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: ""
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000
}
.modal-backdrop.fade {
  opacity: 0
}
.modal-backdrop.show {
  opacity: .5
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem
}
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: .3rem;
  border-bottom-left-radius: .3rem
}
.modal-footer > :not(:first-child) {
  margin-left: .25rem
}
.modal-footer > :not(:last-child) {
  margin-right: .25rem
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}
@media (min-width:576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem)
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem)
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem)
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem)
  }
  .modal-sm {
    max-width: 300px
  }
}
@media (min-width:992px) {
  .modal-lg, .modal-xl {
    max-width: 800px
  }
}
@media (min-width:1200px) {
  .modal-xl {
    max-width: 1140px
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Montserrat, Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0
}
.tooltip.show {
  opacity: .9
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid
}
.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
  padding: .4rem 0
}
.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
  bottom: 0
}
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000
}
.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
  padding: 0 .4rem
}
.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
  left: 0;
  width: .4rem;
  height: .8rem
}
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000
}
.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
  padding: .4rem 0
}
.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
  top: 0
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000
}
.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
  padding: 0 .4rem
}
.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
  right: 0;
  width: .4rem;
  height: .8rem
}
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000
}
.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: Montserrat, Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem
}
.popover .arrow::after, .popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid
}
.bs-popover-auto[x-placement^=top], .bs-popover-top {
  margin-bottom: .5rem
}
.bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
  bottom: calc((.5rem + 1px) * -1)
}
.bs-popover-auto[x-placement^=top] > .arrow::before, .bs-popover-top > .arrow::before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: rgba(0, 0, 0, .25)
}
.bs-popover-auto[x-placement^=top] > .arrow::after, .bs-popover-top > .arrow::after {
  bottom: 1px;
  border-width: .5rem .5rem 0;
  border-top-color: #fff
}
.bs-popover-auto[x-placement^=right], .bs-popover-right {
  margin-left: .5rem
}
.bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-right > .arrow {
  left: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0
}
.bs-popover-auto[x-placement^=right] > .arrow::before, .bs-popover-right > .arrow::before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: rgba(0, 0, 0, .25)
}
.bs-popover-auto[x-placement^=right] > .arrow::after, .bs-popover-right > .arrow::after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff
}
.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
  margin-top: .5rem
}
.bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
  top: calc((.5rem + 1px) * -1)
}
.bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::before {
  top: 0;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: rgba(0, 0, 0, .25)
}
.bs-popover-auto[x-placement^=bottom] > .arrow::after, .bs-popover-bottom > .arrow::after {
  top: 1px;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #fff
}
.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7
}
.bs-popover-auto[x-placement^=left], .bs-popover-left {
  margin-right: .5rem
}
.bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-left > .arrow {
  right: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0
}
.bs-popover-auto[x-placement^=left] > .arrow::before, .bs-popover-left > .arrow::before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: rgba(0, 0, 0, .25)
}
.bs-popover-auto[x-placement^=left] > .arrow::after, .bs-popover-left > .arrow::after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff
}
.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px)
}
.popover-header:empty {
  display: none
}
.popover-body {
  padding: .5rem .75rem;
  color: #343434
}
.carousel {
  position: relative
}
.carousel.pointer-event {
  touch-action: pan-y
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: ""
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
  .carousel-item {
    transition: none
  }
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block
}
.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
  transform: translateX(100%)
}
.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
  transform: translateX(-100%)
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s .6s opacity
}
@media (prefers-reduced-motion:reduce) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    transition: none
  }
}
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
  transition: opacity .15s ease
}
@media (prefers-reduced-motion:reduce) {
  .carousel-control-next, .carousel-control-prev {
    transition: none
  }
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9
}
.carousel-control-prev {
  left: 0
}
.carousel-control-next {
  right: 0
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease
}
@media (prefers-reduced-motion:reduce) {
  .carousel-indicators li {
    transition: none
  }
}
.carousel-indicators .active {
  opacity: 1
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg)
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em
}
@keyframes spinner-grow {
  0% {
    transform: scale(0)
  }
  50% {
    opacity: 1
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem
}
.align-baseline {
  vertical-align: baseline !important
}
.align-top {
  vertical-align: top !important
}
.align-middle {
  vertical-align: middle !important
}
.align-bottom {
  vertical-align: bottom !important
}
.align-text-bottom {
  vertical-align: text-bottom !important
}
.align-text-top {
  vertical-align: text-top !important
}
.bg-primary {
  background-color: #212e8a !important
}
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #172061 !important
}
.bg-secondary {
  background-color: #6c757d !important
}
a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
  background-color: #545b62 !important
}
.bg-success {
  background-color: #28a745 !important
}
a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
  background-color: #1e7e34 !important
}
.bg-info {
  background-color: #008ce1 !important
}
a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
  background-color: #006cae !important
}
.bg-warning {
  background-color: #f7d600 !important
}
a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
  background-color: #c4aa00 !important
}
.bg-danger {
  background-color: #dc3545 !important
}
a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
  background-color: #bd2130 !important
}
.bg-light {
  background-color: #f8f9fa !important
}
a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
  background-color: #dae0e5 !important
}
.bg-dark {
  background-color: #343a40 !important
}
a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
  background-color: #1d2124 !important
}
.bg-white {
  background-color: #fff !important
}
.bg-transparent {
  background-color: transparent !important
}
.border {
  border: 1px solid #dee2e6 !important
}
.border-top {
  border-top: 1px solid #dee2e6 !important
}
.border-right {
  border-right: 1px solid #dee2e6 !important
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important
}
.border-left {
  border-left: 1px solid #dee2e6 !important
}
.border-0 {
  border: 0 !important
}
.border-top-0 {
  border-top: 0 !important
}
.border-right-0 {
  border-right: 0 !important
}
.border-bottom-0 {
  border-bottom: 0 !important
}
.border-left-0 {
  border-left: 0 !important
}
.border-primary {
  border-color: #212e8a !important
}
.border-secondary {
  border-color: #6c757d !important
}
.border-success {
  border-color: #28a745 !important
}
.border-info {
  border-color: #008ce1 !important
}
.border-warning {
  border-color: #f7d600 !important
}
.border-danger {
  border-color: #dc3545 !important
}
.border-light {
  border-color: #f8f9fa !important
}
.border-dark {
  border-color: #343a40 !important
}
.border-white {
  border-color: #fff !important
}
.rounded-sm {
  border-radius: .2rem !important
}
.rounded {
  border-radius: .25rem !important
}
.rounded-top {
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important
}
.rounded-right {
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important
}
.rounded-bottom {
  border-bottom-right-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important
}
.rounded-left {
  border-top-left-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important
}
.rounded-lg {
  border-radius: .3rem !important
}
.rounded-circle {
  border-radius: 50% !important
}
.rounded-pill {
  border-radius: 50rem !important
}
.rounded-0 {
  border-radius: 0 !important
}
.clearfix::after {
  display: block;
  clear: both;
  content: ""
}
.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: flex !important
}
.d-inline-flex {
  display: inline-flex !important
}
@media (min-width:576px) {
  .d-sm-none {
    display: none !important
  }
  .d-sm-inline {
    display: inline !important
  }
  .d-sm-inline-block {
    display: inline-block !important
  }
  .d-sm-block {
    display: block !important
  }
  .d-sm-table {
    display: table !important
  }
  .d-sm-table-row {
    display: table-row !important
  }
  .d-sm-table-cell {
    display: table-cell !important
  }
  .d-sm-flex {
    display: flex !important
  }
  .d-sm-inline-flex {
    display: inline-flex !important
  }
}
@media (min-width:768px) {
  .d-md-none {
    display: none !important
  }
  .d-md-inline {
    display: inline !important
  }
  .d-md-inline-block {
    display: inline-block !important
  }
  .d-md-block {
    display: block !important
  }
  .d-md-table {
    display: table !important
  }
  .d-md-table-row {
    display: table-row !important
  }
  .d-md-table-cell {
    display: table-cell !important
  }
  .d-md-flex {
    display: flex !important
  }
  .d-md-inline-flex {
    display: inline-flex !important
  }
}
@media (min-width:992px) {
  .d-lg-none {
    display: none !important
  }
  .d-lg-inline {
    display: inline !important
  }
  .d-lg-inline-block {
    display: inline-block !important
  }
  .d-lg-block {
    display: block !important
  }
  .d-lg-table {
    display: table !important
  }
  .d-lg-table-row {
    display: table-row !important
  }
  .d-lg-table-cell {
    display: table-cell !important
  }
  .d-lg-flex {
    display: flex !important
  }
  .d-lg-inline-flex {
    display: inline-flex !important
  }
}
@media (min-width:1200px) {
  .d-xl-none {
    display: none !important
  }
  .d-xl-inline {
    display: inline !important
  }
  .d-xl-inline-block {
    display: inline-block !important
  }
  .d-xl-block {
    display: block !important
  }
  .d-xl-table {
    display: table !important
  }
  .d-xl-table-row {
    display: table-row !important
  }
  .d-xl-table-cell {
    display: table-cell !important
  }
  .d-xl-flex {
    display: flex !important
  }
  .d-xl-inline-flex {
    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: flex !important
  }
  .d-print-inline-flex {
    display: inline-flex !important
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden
}
.embed-responsive::before {
  display: block;
  content: ""
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}
.embed-responsive-21by9::before {
  padding-top: 42.85714%
}
.embed-responsive-16by9::before {
  padding-top: 56.25%
}
.embed-responsive-4by3::before {
  padding-top: 75%
}
.embed-responsive-1by1::before {
  padding-top: 100%
}
.flex-row {
  flex-direction: row !important
}
.flex-column {
  flex-direction: column !important
}
.flex-row-reverse {
  flex-direction: row-reverse !important
}
.flex-column-reverse {
  flex-direction: column-reverse !important
}
.flex-wrap {
  flex-wrap: wrap !important
}
.flex-nowrap {
  flex-wrap: nowrap !important
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important
}
.flex-fill {
  flex: 1 1 auto !important
}
.flex-grow-0 {
  flex-grow: 0 !important
}
.flex-grow-1 {
  flex-grow: 1 !important
}
.flex-shrink-0 {
  flex-shrink: 0 !important
}
.flex-shrink-1 {
  flex-shrink: 1 !important
}
.justify-content-start {
  justify-content: flex-start !important
}
.justify-content-end {
  justify-content: flex-end !important
}
.justify-content-center {
  justify-content: center !important
}
.justify-content-between {
  justify-content: space-between !important
}
.justify-content-around {
  justify-content: space-around !important
}
.align-items-start {
  align-items: flex-start !important
}
.align-items-end {
  align-items: flex-end !important
}
.align-items-center {
  align-items: center !important
}
.align-items-baseline {
  align-items: baseline !important
}
.align-items-stretch {
  align-items: stretch !important
}
.align-content-start {
  align-content: flex-start !important
}
.align-content-end {
  align-content: flex-end !important
}
.align-content-center {
  align-content: center !important
}
.align-content-between {
  align-content: space-between !important
}
.align-content-around {
  align-content: space-around !important
}
.align-content-stretch {
  align-content: stretch !important
}
.align-self-auto {
  align-self: auto !important
}
.align-self-start {
  align-self: flex-start !important
}
.align-self-end {
  align-self: flex-end !important
}
.align-self-center {
  align-self: center !important
}
.align-self-baseline {
  align-self: baseline !important
}
.align-self-stretch {
  align-self: stretch !important
}
@media (min-width:576px) {
  .flex-sm-row {
    flex-direction: row !important
  }
  .flex-sm-column {
    flex-direction: column !important
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }
  .flex-sm-fill {
    flex: 1 1 auto !important
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important
  }
  .justify-content-sm-start {
    justify-content: flex-start !important
  }
  .justify-content-sm-end {
    justify-content: flex-end !important
  }
  .justify-content-sm-center {
    justify-content: center !important
  }
  .justify-content-sm-between {
    justify-content: space-between !important
  }
  .justify-content-sm-around {
    justify-content: space-around !important
  }
  .align-items-sm-start {
    align-items: flex-start !important
  }
  .align-items-sm-end {
    align-items: flex-end !important
  }
  .align-items-sm-center {
    align-items: center !important
  }
  .align-items-sm-baseline {
    align-items: baseline !important
  }
  .align-items-sm-stretch {
    align-items: stretch !important
  }
  .align-content-sm-start {
    align-content: flex-start !important
  }
  .align-content-sm-end {
    align-content: flex-end !important
  }
  .align-content-sm-center {
    align-content: center !important
  }
  .align-content-sm-between {
    align-content: space-between !important
  }
  .align-content-sm-around {
    align-content: space-around !important
  }
  .align-content-sm-stretch {
    align-content: stretch !important
  }
  .align-self-sm-auto {
    align-self: auto !important
  }
  .align-self-sm-start {
    align-self: flex-start !important
  }
  .align-self-sm-end {
    align-self: flex-end !important
  }
  .align-self-sm-center {
    align-self: center !important
  }
  .align-self-sm-baseline {
    align-self: baseline !important
  }
  .align-self-sm-stretch {
    align-self: stretch !important
  }
}
@media (min-width:768px) {
  .flex-md-row {
    flex-direction: row !important
  }
  .flex-md-column {
    flex-direction: column !important
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important
  }
  .flex-md-wrap {
    flex-wrap: wrap !important
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }
  .flex-md-fill {
    flex: 1 1 auto !important
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important
  }
  .justify-content-md-start {
    justify-content: flex-start !important
  }
  .justify-content-md-end {
    justify-content: flex-end !important
  }
  .justify-content-md-center {
    justify-content: center !important
  }
  .justify-content-md-between {
    justify-content: space-between !important
  }
  .justify-content-md-around {
    justify-content: space-around !important
  }
  .align-items-md-start {
    align-items: flex-start !important
  }
  .align-items-md-end {
    align-items: flex-end !important
  }
  .align-items-md-center {
    align-items: center !important
  }
  .align-items-md-baseline {
    align-items: baseline !important
  }
  .align-items-md-stretch {
    align-items: stretch !important
  }
  .align-content-md-start {
    align-content: flex-start !important
  }
  .align-content-md-end {
    align-content: flex-end !important
  }
  .align-content-md-center {
    align-content: center !important
  }
  .align-content-md-between {
    align-content: space-between !important
  }
  .align-content-md-around {
    align-content: space-around !important
  }
  .align-content-md-stretch {
    align-content: stretch !important
  }
  .align-self-md-auto {
    align-self: auto !important
  }
  .align-self-md-start {
    align-self: flex-start !important
  }
  .align-self-md-end {
    align-self: flex-end !important
  }
  .align-self-md-center {
    align-self: center !important
  }
  .align-self-md-baseline {
    align-self: baseline !important
  }
  .align-self-md-stretch {
    align-self: stretch !important
  }
}
@media (min-width:992px) {
  .flex-lg-row {
    flex-direction: row !important
  }
  .flex-lg-column {
    flex-direction: column !important
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }
  .flex-lg-fill {
    flex: 1 1 auto !important
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important
  }
  .justify-content-lg-start {
    justify-content: flex-start !important
  }
  .justify-content-lg-end {
    justify-content: flex-end !important
  }
  .justify-content-lg-center {
    justify-content: center !important
  }
  .justify-content-lg-between {
    justify-content: space-between !important
  }
  .justify-content-lg-around {
    justify-content: space-around !important
  }
  .align-items-lg-start {
    align-items: flex-start !important
  }
  .align-items-lg-end {
    align-items: flex-end !important
  }
  .align-items-lg-center {
    align-items: center !important
  }
  .align-items-lg-baseline {
    align-items: baseline !important
  }
  .align-items-lg-stretch {
    align-items: stretch !important
  }
  .align-content-lg-start {
    align-content: flex-start !important
  }
  .align-content-lg-end {
    align-content: flex-end !important
  }
  .align-content-lg-center {
    align-content: center !important
  }
  .align-content-lg-between {
    align-content: space-between !important
  }
  .align-content-lg-around {
    align-content: space-around !important
  }
  .align-content-lg-stretch {
    align-content: stretch !important
  }
  .align-self-lg-auto {
    align-self: auto !important
  }
  .align-self-lg-start {
    align-self: flex-start !important
  }
  .align-self-lg-end {
    align-self: flex-end !important
  }
  .align-self-lg-center {
    align-self: center !important
  }
  .align-self-lg-baseline {
    align-self: baseline !important
  }
  .align-self-lg-stretch {
    align-self: stretch !important
  }
}
@media (min-width:1200px) {
  .flex-xl-row {
    flex-direction: row !important
  }
  .flex-xl-column {
    flex-direction: column !important
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }
  .flex-xl-fill {
    flex: 1 1 auto !important
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important
  }
  .justify-content-xl-start {
    justify-content: flex-start !important
  }
  .justify-content-xl-end {
    justify-content: flex-end !important
  }
  .justify-content-xl-center {
    justify-content: center !important
  }
  .justify-content-xl-between {
    justify-content: space-between !important
  }
  .justify-content-xl-around {
    justify-content: space-around !important
  }
  .align-items-xl-start {
    align-items: flex-start !important
  }
  .align-items-xl-end {
    align-items: flex-end !important
  }
  .align-items-xl-center {
    align-items: center !important
  }
  .align-items-xl-baseline {
    align-items: baseline !important
  }
  .align-items-xl-stretch {
    align-items: stretch !important
  }
  .align-content-xl-start {
    align-content: flex-start !important
  }
  .align-content-xl-end {
    align-content: flex-end !important
  }
  .align-content-xl-center {
    align-content: center !important
  }
  .align-content-xl-between {
    align-content: space-between !important
  }
  .align-content-xl-around {
    align-content: space-around !important
  }
  .align-content-xl-stretch {
    align-content: stretch !important
  }
  .align-self-xl-auto {
    align-self: auto !important
  }
  .align-self-xl-start {
    align-self: flex-start !important
  }
  .align-self-xl-end {
    align-self: flex-end !important
  }
  .align-self-xl-center {
    align-self: center !important
  }
  .align-self-xl-baseline {
    align-self: baseline !important
  }
  .align-self-xl-stretch {
    align-self: stretch !important
  }
}
.float-left {
  float: left !important
}
.float-right {
  float: right !important
}
.float-none {
  float: none !important
}
@media (min-width:576px) {
  .float-sm-left {
    float: left !important
  }
  .float-sm-right {
    float: right !important
  }
  .float-sm-none {
    float: none !important
  }
}
@media (min-width:768px) {
  .float-md-left {
    float: left !important
  }
  .float-md-right {
    float: right !important
  }
  .float-md-none {
    float: none !important
  }
}
@media (min-width:992px) {
  .float-lg-left {
    float: left !important
  }
  .float-lg-right {
    float: right !important
  }
  .float-lg-none {
    float: none !important
  }
}
@media (min-width:1200px) {
  .float-xl-left {
    float: left !important
  }
  .float-xl-right {
    float: right !important
  }
  .float-xl-none {
    float: none !important
  }
}
.overflow-auto {
  overflow: auto !important
}
.overflow-hidden {
  overflow: hidden !important
}
.position-static {
  position: static !important
}
.position-relative {
  position: relative !important
}
.position-absolute {
  position: absolute !important
}
.position-fixed {
  position: fixed !important
}
.position-sticky {
  position: sticky !important
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030
}
@supports (position:sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal
}
.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}
.shadow {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}
.shadow-none {
  box-shadow: none !important
}
.w-25 {
  width: 25% !important
}
.w-50 {
  width: 50% !important
}
.w-75 {
  width: 75% !important
}
.w-100 {
  width: 100% !important
}
.w-auto {
  width: auto !important
}
.h-25 {
  height: 25% !important
}
.h-50 {
  height: 50% !important
}
.h-75 {
  height: 75% !important
}
.h-100 {
  height: 100% !important
}
.h-auto {
  height: auto !important
}
.mw-100 {
  max-width: 100% !important
}
.mh-100 {
  max-height: 100% !important
}
.min-vw-100 {
  min-width: 100vw !important
}
.min-vh-100 {
  min-height: 100vh !important
}
.vw-100 {
  width: 100vw !important
}
.vh-100 {
  height: 100vh !important
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0)
}
.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: .25rem !important
}
.mt-1, .my-1 {
  margin-top: .25rem !important
}
.mr-1, .mx-1 {
  margin-right: .25rem !important
}
.mb-1, .my-1 {
  margin-bottom: .25rem !important
}
.ml-1, .mx-1 {
  margin-left: .25rem !important
}
.m-2 {
  margin: .5rem !important
}
.mt-2, .my-2 {
  margin-top: .5rem !important
}
.mr-2, .mx-2 {
  margin-right: .5rem !important
}
.mb-2, .my-2 {
  margin-bottom: .5rem !important
}
.ml-2, .mx-2 {
  margin-left: .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
}
.p-0 {
  padding: 0 !important
}
.pt-0, .py-0 {
  padding-top: 0 !important
}
.pr-0, .px-0 {
  padding-right: 0 !important
}
.pb-0, .py-0 {
  padding-bottom: 0 !important
}
.pl-0, .px-0 {
  padding-left: 0 !important
}
.p-1 {
  padding: .25rem !important
}
.pt-1, .py-1 {
  padding-top: .25rem !important
}
.pr-1, .px-1 {
  padding-right: .25rem !important
}
.pb-1, .py-1 {
  padding-bottom: .25rem !important
}
.pl-1, .px-1 {
  padding-left: .25rem !important
}
.p-2 {
  padding: .5rem !important
}
.pt-2, .py-2 {
  padding-top: .5rem !important
}
.pr-2, .px-2 {
  padding-right: .5rem !important
}
.pb-2, .py-2 {
  padding-bottom: .5rem !important
}
.pl-2, .px-2 {
  padding-left: .5rem !important
}
.p-3 {
  padding: 1rem !important
}
.pt-3, .py-3 {
  padding-top: 1rem !important
}
.pr-3, .px-3 {
  padding-right: 1rem !important
}
.pb-3, .py-3 {
  padding-bottom: 1rem !important
}
.pl-3, .px-3 {
  padding-left: 1rem !important
}
.p-4 {
  padding: 1.5rem !important
}
.pt-4, .py-4 {
  padding-top: 1.5rem !important
}
.pr-4, .px-4 {
  padding-right: 1.5rem !important
}
.pb-4, .py-4 {
  padding-bottom: 1.5rem !important
}
.pl-4, .px-4 {
  padding-left: 1.5rem !important
}
.p-5 {
  padding: 3rem !important
}
.pt-5, .py-5 {
  padding-top: 3rem !important
}
.pr-5, .px-5 {
  padding-right: 3rem !important
}
.pb-5, .py-5 {
  padding-bottom: 3rem !important
}
.pl-5, .px-5 {
  padding-left: 3rem !important
}
.m-n1 {
  margin: -.25rem !important
}
.mt-n1, .my-n1 {
  margin-top: -.25rem !important
}
.mr-n1, .mx-n1 {
  margin-right: -.25rem !important
}
.mb-n1, .my-n1 {
  margin-bottom: -.25rem !important
}
.ml-n1, .mx-n1 {
  margin-left: -.25rem !important
}
.m-n2 {
  margin: -.5rem !important
}
.mt-n2, .my-n2 {
  margin-top: -.5rem !important
}
.mr-n2, .mx-n2 {
  margin-right: -.5rem !important
}
.mb-n2, .my-n2 {
  margin-bottom: -.5rem !important
}
.ml-n2, .mx-n2 {
  margin-left: -.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:576px) {
  .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: .25rem !important
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: .25rem !important
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: .25rem !important
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: .25rem !important
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: .25rem !important
  }
  .m-sm-2 {
    margin: .5rem !important
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: .5rem !important
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: .5rem !important
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: .5rem !important
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: .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
  }
  .p-sm-0 {
    padding: 0 !important
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important
  }
  .p-sm-1 {
    padding: .25rem !important
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: .25rem !important
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: .25rem !important
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: .25rem !important
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: .25rem !important
  }
  .p-sm-2 {
    padding: .5rem !important
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: .5rem !important
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: .5rem !important
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: .5rem !important
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: .5rem !important
  }
  .p-sm-3 {
    padding: 1rem !important
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important
  }
  .p-sm-4 {
    padding: 1.5rem !important
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important
  }
  .p-sm-5 {
    padding: 3rem !important
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important
  }
  .m-sm-n1 {
    margin: -.25rem !important
  }
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -.25rem !important
  }
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -.25rem !important
  }
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -.25rem !important
  }
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -.25rem !important
  }
  .m-sm-n2 {
    margin: -.5rem !important
  }
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -.5rem !important
  }
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -.5rem !important
  }
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -.5rem !important
  }
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -.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:768px) {
  .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: .25rem !important
  }
  .mt-md-1, .my-md-1 {
    margin-top: .25rem !important
  }
  .mr-md-1, .mx-md-1 {
    margin-right: .25rem !important
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: .25rem !important
  }
  .ml-md-1, .mx-md-1 {
    margin-left: .25rem !important
  }
  .m-md-2 {
    margin: .5rem !important
  }
  .mt-md-2, .my-md-2 {
    margin-top: .5rem !important
  }
  .mr-md-2, .mx-md-2 {
    margin-right: .5rem !important
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: .5rem !important
  }
  .ml-md-2, .mx-md-2 {
    margin-left: .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
  }
  .p-md-0 {
    padding: 0 !important
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important
  }
  .p-md-1 {
    padding: .25rem !important
  }
  .pt-md-1, .py-md-1 {
    padding-top: .25rem !important
  }
  .pr-md-1, .px-md-1 {
    padding-right: .25rem !important
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: .25rem !important
  }
  .pl-md-1, .px-md-1 {
    padding-left: .25rem !important
  }
  .p-md-2 {
    padding: .5rem !important
  }
  .pt-md-2, .py-md-2 {
    padding-top: .5rem !important
  }
  .pr-md-2, .px-md-2 {
    padding-right: .5rem !important
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: .5rem !important
  }
  .pl-md-2, .px-md-2 {
    padding-left: .5rem !important
  }
  .p-md-3 {
    padding: 1rem !important
  }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important
  }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important
  }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important
  }
  .p-md-4 {
    padding: 1.5rem !important
  }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important
  }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important
  }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important
  }
  .p-md-5 {
    padding: 3rem !important
  }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important
  }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important
  }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important
  }
  .m-md-n1 {
    margin: -.25rem !important
  }
  .mt-md-n1, .my-md-n1 {
    margin-top: -.25rem !important
  }
  .mr-md-n1, .mx-md-n1 {
    margin-right: -.25rem !important
  }
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -.25rem !important
  }
  .ml-md-n1, .mx-md-n1 {
    margin-left: -.25rem !important
  }
  .m-md-n2 {
    margin: -.5rem !important
  }
  .mt-md-n2, .my-md-n2 {
    margin-top: -.5rem !important
  }
  .mr-md-n2, .mx-md-n2 {
    margin-right: -.5rem !important
  }
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -.5rem !important
  }
  .ml-md-n2, .mx-md-n2 {
    margin-left: -.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:992px) {
  .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: .25rem !important
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: .25rem !important
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: .25rem !important
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: .25rem !important
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: .25rem !important
  }
  .m-lg-2 {
    margin: .5rem !important
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: .5rem !important
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: .5rem !important
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: .5rem !important
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: .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
  }
  .p-lg-0 {
    padding: 0 !important
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important
  }
  .p-lg-1 {
    padding: .25rem !important
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: .25rem !important
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: .25rem !important
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: .25rem !important
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: .25rem !important
  }
  .p-lg-2 {
    padding: .5rem !important
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: .5rem !important
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: .5rem !important
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: .5rem !important
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: .5rem !important
  }
  .p-lg-3 {
    padding: 1rem !important
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important
  }
  .p-lg-4 {
    padding: 1.5rem !important
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important
  }
  .p-lg-5 {
    padding: 3rem !important
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important
  }
  .m-lg-n1 {
    margin: -.25rem !important
  }
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -.25rem !important
  }
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -.25rem !important
  }
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -.25rem !important
  }
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -.25rem !important
  }
  .m-lg-n2 {
    margin: -.5rem !important
  }
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -.5rem !important
  }
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -.5rem !important
  }
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -.5rem !important
  }
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -.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:1200px) {
  .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: .25rem !important
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: .25rem !important
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: .25rem !important
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: .25rem !important
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: .25rem !important
  }
  .m-xl-2 {
    margin: .5rem !important
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: .5rem !important
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: .5rem !important
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: .5rem !important
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: .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
  }
  .p-xl-0 {
    padding: 0 !important
  }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important
  }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important
  }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important
  }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important
  }
  .p-xl-1 {
    padding: .25rem !important
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: .25rem !important
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: .25rem !important
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: .25rem !important
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: .25rem !important
  }
  .p-xl-2 {
    padding: .5rem !important
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: .5rem !important
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: .5rem !important
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: .5rem !important
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: .5rem !important
  }
  .p-xl-3 {
    padding: 1rem !important
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important
  }
  .p-xl-4 {
    padding: 1.5rem !important
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important
  }
  .p-xl-5 {
    padding: 3rem !important
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important
  }
  .m-xl-n1 {
    margin: -.25rem !important
  }
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -.25rem !important
  }
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -.25rem !important
  }
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -.25rem !important
  }
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -.25rem !important
  }
  .m-xl-n2 {
    margin: -.5rem !important
  }
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -.5rem !important
  }
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -.5rem !important
  }
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -.5rem !important
  }
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -.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
  }
}
.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;
  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:576px) {
  .text-sm-left {
    text-align: left !important
  }
  .text-sm-right {
    text-align: right !important
  }
  .text-sm-center {
    text-align: center !important
  }
}
@media (min-width:768px) {
  .text-md-left {
    text-align: left !important
  }
  .text-md-right {
    text-align: right !important
  }
  .text-md-center {
    text-align: center !important
  }
}
@media (min-width:992px) {
  .text-lg-left {
    text-align: left !important
  }
  .text-lg-right {
    text-align: right !important
  }
  .text-lg-center {
    text-align: center !important
  }
}
@media (min-width:1200px) {
  .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: #212e8a !important
}
a.text-primary:focus, a.text-primary:hover {
  color: #12194c !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: #008ce1 !important
}
a.text-info:focus, a.text-info:hover {
  color: #005c95 !important
}
.text-warning {
  color: #f7d600 !important
}
a.text-warning:focus, a.text-warning:hover {
  color: #ab9400 !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: #343434 !important
}
.text-muted {
  color: #6c757d !important
}
.text-black-50 {
  color: rgba(0, 0, 0, .5) !important
}
.text-white-50 {
  color: rgba(255, 255, 255, .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
}
.visible {
  visibility: visible !important
}
.invisible {
  visibility: hidden !important
}
@media print {
  *, ::after, ::before {
    text-shadow: none !important;
    box-shadow: none !important
  }
  a:not(.btn) {
    text-decoration: underline
  }
  abbr[title]::after {
    content: " ("attr(title) ")"
  }
  pre {
    white-space: pre-wrap !important
  }
  blockquote, pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid
  }
  thead {
    display: table-header-group
  }
  img, tr {
    page-break-inside: avoid
  }
  h2, h3, p {
    orphans: 3;
    widows: 3
  }
  h2, h3 {
    page-break-after: avoid
  }
  @page {
    size: a3
  }
  body {
    min-width: 992px !important
  }
  .container {
    min-width: 992px !important
  }
  .navbar {
    display: none
  }
  .badge {
    border: 1px solid #000
  }
  .table {
    border-collapse: collapse !important
  }
  .table td, .table th {
    background-color: #fff !important
  }
  .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6 !important
  }
  .table-dark {
    color: inherit
  }
  .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #dee2e6
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6
  }
}
.slick-loading .slick-list {
  background: #fff url(/assets/images/ajax-loader.gif) center center no-repeat
}
@font-face {
  font-family: slick;
  src: url(/assets/fonts/slick.eot);
  src: url(/assets/fonts/slick.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/slick.woff) format("woff"), url(/assets/fonts/slick.ttf) format("truetype"), url(/assets/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: .25
}
.slick-next:before, .slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: .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: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: .75
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}
.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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}
.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
}

a {
  text-decoration: none
}
a:hover {
  text-decoration: none
}


a:hover {
  text-decoration: none
}


.section {
  position: relative;
  overflow: hidden
}
h2 {
  font-weight: 700;
  margin: 0 0 .4375em 0;
  line-height: 1.125em
}
h3 {
  margin-bottom: .5em;
  font-weight: 400
}
h4 {
  margin-bottom: .625em
}
h6 {
  text-transform: uppercase;
  color: #212e8a;
  letter-spacing: .125em;
  margin-bottom: 2.1875em;
  position: relative;
  padding-bottom: .625em
}
h6:before {
  content: "";
  width: 2.0625em;
  height: .1875em;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f7d600
}
.default-btn span {
  color: #212e8a
}
@media (min-width:1600px) and (max-width:1699.98px) {
  body {
    font-size: .875em
  }
}
@media (min-width:1400px) and (max-width:1599.98px) {
  body {
    font-size: .75em
  }
}
@media (min-width:1200px) and (max-width:1399.98px) {
  body {
    font-size: .6875em
  }
}
@media (min-width:1200px) {
  .default-btn:hover {
    padding-left: 1.25em
  }
  .default-btn:hover:before {
    width: 100%;
    left: 0;
    right: auto
  }
  .default-btn:hover i, .default-btn:hover span {
    color: #fff
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  body {
    font-size: .6875em
  }
  h2 {
    font-size: 2.8125em
  }
  h3 {
    font-size: 2.1875em
  }
  h4 {
    font-size: 1.5625em
  }
}
@media (min-width:768px) and (max-width:991.98px) {
  body {
    font-size: .625em
  }
  h2 {
    font-size: 3.125em
  }
  h3 {
    font-size: 2.1875em
  }
  h4 {
    font-size: 1.5625em
  }
}
@media (max-width:767px) {
  body {
    font-size: .75em
  }
  h2 {
    font-size: 2.1875em
  }
  h3 {
    font-size: 1.875em
  }
  h4 {
    font-size: 1.5625em
  }
}



.d-lp-none {
  display: none
}
.page-home .home-active > a {
  color: #f7d600;
  box-shadow: 0 2px #f7d600
}
.page-eventlist .media-center-active > a {
  color: #f7d600;
  box-shadow: 0 2px #f7d600
}
.page-construction .business-active > a {
  color: #f7d600;
  box-shadow: 0 2px #f7d600
}
.page-about-us .aboutus-active > a {
  color: #f7d600;
  box-shadow: 0 2px #f7d600
}
.page-contact-us .contact-active > a {
  color: #f7d600;
  box-shadow: 0 2px #f7d600
}
@media (min-width:1200px) {
  .main-menu li a:hover {
    color: #f7d600
  }
  .main-menu li a:hover:before {
    width: 100%;
    left: 0;
    right: auto
  }
  .main-menu li a.active {
    color: #f7d600
  }
  .main-menu li a.active:before {
    width: 100%;
    left: 0;
    right: auto
  }
  .main-menu li ul li a:hover {
    color: #f7d600
  }
  .main-menu li ul li a:hover:before {
    width: 100%;
    left: 0
  }
  .main-menu li ul li a:hover span:before {
    width: 100%;
    left: 0
  }
  .main-menu li ul li:hover ul {
    visibility: visible;
    left: 25.9375em;
    opacity: 1
  }
  .main-menu li ul li:hover ul:before {
    left: 0;
    opacity: 1;
    z-index: 1
  }
  .search-btn:hover {
    background: #1289af
  }
  .scroll-btn:hover:before {
    height: 100%
  }
  header.sticky {
    padding: .625em 0
  }
  header.sticky:before {
    height: 100%
  }
  header.sticky .main-menu {
    border: 0
  }
  header.sticky .search-btn {
    top: 1.375em
  }
  header.sticky .logo {
    width: 8.1875em
  }
  .header-animation .tab-pane .btn:hover i, .header-animation .tab-pane .btn:hover span {
    color: #1289af !important
  }
  .header-animation .header-tabs .nav-tabs li a:hover .icon:before {
    background: #1289af
  }
  .header-animation .header-tabs .nav-tabs li a:hover .icon i {
    color: #fff
  }
  .sub-link-mb {
    display: none
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .search-btn {
    display: none !important
  }
  .menuBtn {
    width: 5.625em;
    height: 5.625em;
    line-height: 6.875em;
    display: block
  }
  .menuBtn .icon-cross:before {
    content: "\73" !important;
    font-family: dutco-web !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
  }
  .open-html .mobileNavigation {
    right: 0
  }
  .page-home .home-active a {
    box-shadow: none
  }
  .page-construction .business-active a {
    box-shadow: none
  }
  .mobileNavigation {
    position: fixed;
    right: -100%;
    top: 0;
    width: 31.25em;
    height: 100%;
    background: #212e8a;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 5.625em 0 1.875em 0;
    text-align: left
  }
  .main-menu {
    padding: 0;
    background: #212e8a;
    float: left !important;
    display: block;
    border: 0;
    width: 100%
  }
  .main-menu .inner-menu {
    position: relative;
    width: 100% !important;
    display: block !important
  }
  .main-menu .sub-link-mb {
    position: absolute;
    color: #f7d600;
    right: 0;
    width: 2.875em;
    text-align: center;
    height: 3.4375em;
    top: .3125em;
    display: flex;
    align-content: center;
    justify-content: center
  }
  .main-menu .sub-link-mb:before {
    font-size: 1.5625em;
    height: 1em;
    top: .5em;
    position: relative
  }
  .main-menu li {
    width: 100%;
    padding: 0;
    position: relative
  }
  .main-menu li:after {
    display: none
  }
  .main-menu li a {
    color: #fff;
    font-size: 1.25em;
    padding: .9375em .9375em;
    border-bottom: 1px solid #f7d600
  }
  .main-menu li a.search-btn {
    display: none
  }
  .main-menu li ul {
    position: relative;
    width: 100%;
    border: 0
  }
  .main-menu li ul:before {
    display: none
  }
  .main-menu li ul li a {
    padding: .9375em 1.5625em
  }
  .main-menu li ul li a i {
    display: none
  }
  .main-menu li ul li ul {
    position: relative;
    left: 0;
    width: 100%;
    background: #f7d600;
    opacity: 1;
    visibility: visible;
    display: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none
  }
  .mobileSearch {
    display: block
  }
  .logo {
    margin: 0 0 0 .625em
  }
  .d-lp-none {
    display: block !important
  }
}
@media (min-width:768px) and (max-width:991.98px) {
  .search-btn {
    display: none !important
  }
  .menuBtn {
    width: 5.625em;
    height: 5.625em;
    line-height: 6.875em;
    display: block
  }
  .menuBtn .icon-cross:before {
    content: "\73" !important;
    font-family: dutco-web !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
  }
  .open-html .mobileNavigation {
    right: 0
  }
  .mobileNavigation {
    position: fixed;
    right: -100%;
    top: 0;
    width: 31.25em;
    height: 100%;
    background: #212e8a;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 5.625em 0 1.875em 0;
    text-align: left
  }
  .main-menu {
    padding: 0;
    background: #212e8a;
    float: left !important;
    display: block;
    border: 0;
    width: 100%
  }
  .main-menu .inner-menu {
    position: relative;
    width: 100% !important;
    display: block !important
  }
  .main-menu .sub-link-mb {
    position: absolute;
    color: #f7d600;
    right: 0;
    width: 2.875em;
    text-align: center;
    height: 3.4375em;
    top: .3125em;
    display: flex;
    align-content: center;
    justify-content: center
  }
  .main-menu .sub-link-mb:before {
    font-size: 1.5625em;
    height: 1em;
    top: .5em;
    position: relative
  }
  .main-menu li {
    width: 100%;
    padding: 0;
    position: relative
  }
  .main-menu li:after {
    display: none
  }
  .main-menu li a {
    color: #fff;
    font-size: 1.25em;
    padding: .9375em .9375em;
    border-bottom: 1px solid #f7d600
  }
  .main-menu li a.search-btn {
    display: none
  }
  .main-menu li ul {
    position: relative;
    width: 100%;
    border: 0
  }
  .main-menu li ul:before {
    display: none
  }
  .main-menu li ul li a {
    padding: .9375em 1.5625em
  }
  .main-menu li ul li a i {
    display: none
  }
  .main-menu li ul li ul {
    position: relative;
    left: 0;
    width: 100%;
    background: #f7d600;
    opacity: 1;
    visibility: visible;
    display: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none
  }
  .mobileSearch {
    display: block
  }
  .logo {
    margin: 0 0 0 .625em
  }
}
@media (max-width:767px) {
  header {
    padding: 0
  }
  .search-btn {
    display: none !important
  }
  .menuBtn {
    width: 4.375em;
    height: 4.375em;
    line-height: 5.625em;
    display: block
  }
  .menuBtn .icon-cross:before {
    content: "\73" !important;
    font-family: dutco-web !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
  }
  .open-html .mobileNavigation {
    right: 0
  }
  .mobileNavigation {
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #212e8a;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 5.625em 0 1.875em 0;
    text-align: left
  }
  .main-menu {
    padding: 0;
    background: #212e8a;
    float: left !important;
    display: block;
    border: 0;
    width: 100%
  }
  .main-menu .inner-menu {
    position: relative;
    width: 100% !important;
    display: block !important
  }
  .main-menu .sub-link-mb {
    position: absolute;
    color: #f7d600;
    right: 0;
    width: 2.875em;
    text-align: center;
    height: 3.4375em;
    top: .3125em;
    display: flex;
    align-content: center;
    justify-content: center
  }
  .main-menu .sub-link-mb:before {
    font-size: 1.5625em;
    height: 1em;
    top: .5em;
    position: relative
  }
  .main-menu li {
    width: 100%;
    padding: 0;
    position: relative
  }
  .main-menu li:after {
    display: none
  }
  .main-menu li a {
    color: #fff;
    font-size: 1.25em;
    padding: .9375em .9375em;
    border-bottom: 1px solid #f7d600
  }
  .main-menu li a.search-btn {
    display: none
  }
  .main-menu li ul {
    position: relative;
    width: 100%;
    border: 0
  }
  .main-menu li ul:before {
    display: none
  }
  .main-menu li ul li a {
    padding: .9375em 1.5625em
  }
  .main-menu li ul li a i {
    display: none
  }
  .main-menu li ul li ul {
    position: relative;
    left: 0;
    width: 100%;
    background: #f7d600;
    opacity: 1;
    visibility: visible;
    display: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none
  }
  .mobileSearch {
    display: block
  }
  .logo {
    margin: 1.25em 0 0 0
  }
}
.footer-section {
  background: #0e1528;
  padding: 4.6875em 0 4.0625em 0
}
.footer-section .row {
  padding-top: 1.5em
}
.f-logo {
  display: block;
  margin-bottom: 2.5em
}
.copy-txt {
  margin-top: 2em;
  color: #50535d;
  font-size: .875em
}
.footer-nav {
  position: relative;
  border-right: 1px solid #1f2c46;
  padding-left: 4em
}
.footer-nav h6 {
  color: #fff;
  margin-bottom: 1.4375em;
  margin-top: 0 !important
}
.footer-nav ul {
  margin: 0;
  padding: 0
}
.footer-nav ul li {
  list-style: none;
  margin: .25em 0
}
.footer-nav ul li a {
  font-size: .875em;
  color: #a0a2a8;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: relative;
  display: inline-block
}
.footer-nav ul li a:before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: auto;
  right: 0;
  bottom: -1px;
  background: #f7d600;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}
.footer-nav ul li span {
  font-size: .875em;
  color: #a0a2a8;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: relative;
  display: inline-block
}
.footer-nav ul li.active a {
  color: #f7d600
}
.footer-nav ul li.active a:before {
  width: 100%;
  left: 0;
  right: auto
}
.footer-nav.no-border {
  border: unset
}
.footer-nav .list {
  margin-top: 1.875em
}
.footer-nav .list span {
  display: block;
  color: #a6a7ab;
  font-size: .875em;
  position: relative;
  padding-left: 2.8125em;
  margin-top: .5em
}
.footer-nav .list span a {
  color: #a6a7ab;
  position: relative;
  display: inline-block;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}
.footer-nav .list span a:before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: auto;
  right: 0;
  bottom: -1px;
  background: #f7d600;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}
.footer-nav .list span i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.125em;
  color: #e2e3e5
}
.icon-gap li a {
  padding-left: 2em !important
}
.icon-gap li span {
  padding-left: 1.7em !important
}
.icon-gap li i {
  font-size: 1.125em;
  color: #e2e3e5
}
@media (min-width:1200px) {
  .footer-nav ul li a:hover {
    color: #f7d600
  }
  .footer-nav ul li a:hover:before {
    width: 100%;
    left: 0;
    right: auto
  }
  .footer-nav .list span a:hover {
    color: #f7d600
  }
  .footer-nav .list span a:hover:before {
    width: 100%;
    left: 0;
    right: auto
  }
}
.banner-sec {
  position: relative
}
/*.banner-sec:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 10.2%;
  top: 0;
  background: rgba(255, 255, 255, .2);
  z-index: 2
}
.banner-sec:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 10.2%;
  top: 0;
  background: rgba(255, 255, 255, .2)
}*/
.banner-sec {
  height: 100vh;
  width: 100%;
  background: linear-gradient(#aaa, #fff)
}
.banner-sec .gradient {
  background: linear-gradient(rgba(0, 0, 0, .333333), transparent);
  position: absolute;
  height: 50%;
  width: 100%;
  z-index: 1
}
.banner-sec .banner-img {
  height: 100%;
  width: 100%;
  background-image: url(/ResourcePackages/dutco/assets/images/aboutus.jpg);
  background-size: cover;
  overflow: hidden;
  background-position: center;
  position: relative
}
.banner-sec .page-heading {
  position: absolute;
  top: 50%;
  right: 0;
  float: right !important;
  max-width: 89.8%;
  margin: 0 auto;
  color: #fff
}
.banner-sec h1 {
  font-weight: 700 !important;
  font-size: 3.365em;
  margin-left: .75em
}
.page-construction .banner-img {
  background-image: url(/ResourcePackages/dutco/assets/images/construction-background.jpg)
}
.page-business-detail .banner-img {
  background-image: url(/ResourcePackages/dutco/assets/images/construction-background.jpg)
}
.page-eventlist .banner-img {
  background-image: url(/ResourcePackages/dutco/assets/images/eventlist.jpg)
}
.banner-slider {
  display: none;
  position: relative
}
.banner-slider .banner-txt {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 4.375em;
  width: 70%
}
.banner-slider h3 {
  color: #fff;
  font-size: 3.125em;
  font-weight: 600
}
.banner-slider p {
  color: #fff;
  font-size: 1.375em
}
.banner-slider .default-btn {
  /*padding-left: 1.125em*/
}
.banner-slider .default-btn i, .banner-slider .default-btn span {
  color: #fff
}
.banner-slider .default-btn:before {
  width: 100%;
  background: #1289af
}
.banner-slider .slick-arrow {
  position: absolute;
  color: #fff;
  width: 3.75em;
  height: 3.75em;
  text-align: center;
  background: #1289af;
  z-index: 3;
  bottom: 0
}
.banner-slider .slick-arrow i {
  position: relative;
  top: .9375em
}
.banner-slider .slick-arrow i:before {
  font-size: 1.875em
}
.banner-slider .slick-arrow.socialArrowLeft {
  right: 16%
}
.banner-slider .slick-arrow.socialArrowRight {
  right: 11%
}
.banner-slider .slick-arrow:focus, .banner-slider .slick-arrow:hover {
  text-decoration: none
}
.scroll-btn {
  position: absolute;
  left: 5em;
  bottom: 6.25em;
  width: 1.875em;
  height: 12.75em;
  z-index: 2
}
.scroll-btn:before {
  content: "";
  width: 100%;
  height: 0;
  background: #212e8a;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}
.scroll-btn img {
  position: relative;
  z-index: 2
}
.header-animation {
  background-position: center;
  position: relative
}
.header-animation .tab-content-wrapper {
  visibility: visible
}
.header-animation .navbar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #3c4592;
  transition: all .5s ease-in-out !important;
  height: 0;
  z-index: -1
}
.header-animation .search-form {
  opacity: 0;
  position: relative;
  z-index: -1
}
.header-animation .search-form button, .header-animation .search-form input {
  display: none
}
@media (max-width:992px) {
  .header-animation .search-form {
    display: flex
  }
  .header-animation .search-form button, .header-animation .search-form input {
    display: flex
  }
  .header-animation .search-form .search-icon {
    display: none
  }
}
.header-animation.home-header {
  height: 61.25em
}
.header-animation .header-tabs {
  position: relative;
  top: 12.5em
}
.header-animation .header-tabs h3 {
  padding-top: 35%;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0;color: #000;font-size: 24px;
}
.header-animation .header-tabs h3 span {
  display: block;
  font-size: .9375em;
  letter-spacing: .0625em
}
.header-animation .header-tabs .nav-tabs {
  border: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 41.25em;
  height: 41.25em
}
.header-animation .header-tabs .nav-tabs li {
  position: absolute;
  margin: 0;
  z-index: 99;
  width: 15.625em
}
.header-animation .header-tabs .nav-tabs li:nth-child(1) {
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -8.875em
}
.header-animation .header-tabs .nav-tabs li:nth-child(1) a {
  text-align: center
}
.header-animation .header-tabs .nav-tabs li:nth-child(1) a .tab-name {
  margin-bottom: .625em
}
.header-animation .header-tabs .nav-tabs li:nth-child(2) {
  right: -7.375em;
  bottom: 28.0625em
}
.header-animation .header-tabs .nav-tabs li:nth-child(2) a {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center
}
.header-animation .header-tabs .nav-tabs li:nth-child(2) a .tab-name {
  margin-left: .625em;
  width: 6.875em
}
.header-animation .header-tabs .nav-tabs li:nth-child(3) {
  right: -11em;
  bottom: 13.5em;
}
.header-animation .header-tabs .nav-tabs li:nth-child(3) a {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start
}
.header-animation .header-tabs .nav-tabs li:nth-child(3) a .tab-name {
  margin-left: .625em;
  width: 3.875em;
}
.header-animation .header-tabs .nav-tabs li:nth-child(4) {
  right: -16px;
  bottom: 0;
}
.header-animation .header-tabs .nav-tabs li:nth-child(4) a {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center
}
.header-animation .header-tabs .nav-tabs li:nth-child(4) a .tab-name {
  margin-right: .625em
}
.header-animation .header-tabs .nav-tabs li:nth-child(5) {
  left: -22px;
  bottom: 0px;
}
.header-animation .header-tabs .nav-tabs li:nth-child(5) a {
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center
}
.header-animation .header-tabs .nav-tabs li:nth-child(5) a .tab-name {
  margin-right: .625em
}
.header-animation .header-tabs .nav-tabs li:nth-child(6) {
  left: -10.5em;
  bottom: 13.5em;
}
.header-animation .header-tabs .nav-tabs li:nth-child(6) a {
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center
}
.header-animation .header-tabs .nav-tabs li:nth-child(6) a .tab-name {
  margin-right: .625em
}
.header-animation .header-tabs .nav-tabs li:nth-child(7) {
  bottom: 28.0625em;
  left: -7.5em;
}
.header-animation .header-tabs .nav-tabs li:nth-child(7) a {
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center
}
.header-animation .header-tabs .nav-tabs li:nth-child(7) a .tab-name {
  margin-right: .625em
}

.header-animation .header-tabs .nav-tabs li a {
  color: #fff;
  padding: 0;
  background: 0 0;
  border: 0;
  transition: .3s ease-in-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center
}
.header-animation .header-tabs .nav-tabs li a:focus, .header-animation .header-tabs .nav-tabs li a:hover {
  background: 0 0;
  border: 0;
  border-radius: 0
}
.header-animation .header-tabs .nav-tabs li a.active .icon {
  border: 1px solid #1289af
}
.header-animation .header-tabs .nav-tabs li a.active .icon .bg-image-wrap {
  opacity: 1;
  visibility: visible
}
.header-animation .header-tabs .nav-tabs li a.active .icon i {
  display: none
}
.header-animation .header-tabs .nav-tabs li a .tab-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  width: 7.5em
}
.header-animation .header-tabs .nav-tabs li a .icon {
  width: 100px;
  height: 100px;
  min-width: 100px;
  min-height: 100px;
  border: 1px solid rgba(255, 255, 255, .7);
  text-align: center;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%
}
.header-animation .header-tabs .nav-tabs li a .icon .bg-image-wrap {
  width: 90%;
  height: 90%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}
.header-animation .header-tabs .nav-tabs li a .icon:before {
  content: "";
  width: 90%;
  height: 90%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}
.header-animation .header-tabs .nav-tabs li a .icon i {
  font-size: 44px;
  position: relative;
  top: 25px;
  color: #1289af;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}
.header-animation .header-tabs .nav-tabs li a .icon i.fa-shipping-fast{
  top: 27px;;
}
.header-animation .header-tabs .nav-tabs li a.active .icon:hover {
  background-color: transparent;
  color: transparent;
  -webkit-text-fill-color: transparent
}
.IE11 .header-animation .header-tabs .nav-tabs li a.active .icon:hover {
  transform: scale(1)
}
.header-animation .header-tabs .tab-content {
  background: rgba(255, 255, 255, .8);
  width: 39.375em;
  height: 39.375em;
  margin: auto;
  border-radius: 50%;
  margin-top: 3.125em;
  padding: 0 2.5em;
  text-align: center;
  color: #fff;
  position: relative;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}
.header-animation .header-tabs .tab-content:before {
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.375em;
  margin: 0 auto;
  background: #1289af
}
.header-animation .header-tabs .tab-content:after {
  content: "";
  width: 1px;
  height: 5em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6.25em;
  margin: 0 auto;
  background: #1289af
}
.header-animation .header-tabs .tab-content .tab-pane {
  z-index: 5;
  position: relative;
  top: .625em
}
.header-animation .header-tabs .tab-content .tab-pane h4 {
  color: #1289af;text-transform: uppercase;
}
.header-animation .header-tabs .tab-content .tab-pane .default-btn:before {
  background: #1289af
}
.header-animation .header-tabs .tab-content .tab-pane .default-btn span {
  color: #fff
}
.header-animation .header-tabs .tab-content .tab-pane .default-btn i {
  color: #1289af
}
.header-animation .scrolldown {
  transform: rotate(270deg);
  position: absolute;
  bottom: 280px;
  right: 20px;
  z-index: 3;
  color: #fff;
  font-size: 14px;
  display: block;
  transition: .2s
}
.header-animation .scrolldown span {
  position: absolute;
  right: -63px;
  top: 3px;
  font-size: 10px;
  transition: .2s
}
.header-animation .scrolldown:before {
  content: "";
  width: 25px;
  height: 25px;
  background: #1289af;
  position: absolute;
  right: -75px;
  transition: .2s;
  top: -3px
}
.header-animation .scrolldown:after {
  content: "";
  width: 50px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: calc(100% + 10px);
  top: 9.5px;
  transition: .2s
}
.header-animation.contact-header {
  background: #1289af
}
.header-animation.contact-header .navbar {
  position: static !important
}
.header-animation.contact-header:after, .header-animation.contact-header:before {
  content: none
}
.header-animation.contact-header .navbar {
  padding-bottom: 0
}
.header-animation.contact-header .navbar .navbar-toggler {
  position: relative;
  top: -3px
}
.header-animation.contact-header .navbar .logo {
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -3px
}
.header-animation.contact-header .navbar .logo img {
  width: 90px
}
.header-animation.contact-header .navbar .search-icon {
  position: relative;
  top: -2px
}
.home-header {
  overflow: hidden
}
.home-header .home-header-bg img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  opacity: .5;
  transition: .4s ease-in-out
}
.home-header .home-header-bg img.active {
  opacity: 1;
  z-index: 0
}
.arc {
  margin: 0;
  width: calc(100% + 5.5%);
  height: calc(100% + 5.5%);
  position: absolute;
  top: -3%;
  left: -3%
}
@media (min-width:992px) and (max-width:1199.98px) {
  .banner-sec:after, .banner-sec:before {
    display: none
  }
  .header-animation {
    display: none
  }
  .banner-slider {
    display: block
  }
}
@media (min-width:768px) and (max-width:991.98px) {
  .banner-sec {
    height: auto
  }
  .banner-sec:after, .banner-sec:before {
    display: none
  }
  .header-animation {
    display: none
  }
  .banner-slider {
    display: block
  }
}
@media (max-width:767px) {
  .banner-sec {
    height: auto
  }
  .banner-sec:after, .banner-sec:before {
    display: none
  }
  .banner-sec h1 {
    font-weight: 700 !important;
    font-size: 2.365em;
    margin-left: 0
  }
  .banner-sec .page-heading {
    max-width: 100%
  }
  .scroll-btn {
    display: none
  }
  .header-animation {
    display: none
  }
  .banner-slider {
    display: block
  }
  .banner-slider .banner-txt {
    width: 90%
  }
  .banner-slider h3 {
    font-size: 1.875em
  }
  .banner-slider p {
    display: none
  }
  .banner-slider .default-btn {
    /*font-size: .875em*/
  }
  .banner-slider .slick-arrow {
    font-size: .75em
  }
  .banner-slider .slick-arrow.socialArrowRight {
    right: 0
  }
  .banner-slider .slick-arrow.socialArrowLeft {
    right: 10%
  }
}
.who-we-sec {
  overflow: hidden;
  width: 100%;
  position: relative
}
.who-we-sec .container {
  float: right !important;
  max-width: 89.8%;
  border-left: 1px solid #c7c7c7;
  padding-left: 6% !important
}
.who-we-sec h6 {
  margin-top: 6.25em
}
.who-we-sec .default-btn {
  margin-top: .625em
}
.who-we-sec .img-sec {
  position: relative;
  padding-left: 4.375em !important;
  padding-top: 6.875em !important
}
.who-we-sec .img-sec:before {
  content: "";
  width: 18.125em;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #212e8a
}
.who-we-sec .img-sec .img {
  width: 48.125em;
  position: relative;
  z-index: 2
}
.yellow-home-box {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 0 !important;
  width: 15.625em;
  height: 15.625em;
  padding: 3.75em 0;
  background: #f7d600
}
.yellow-home-box .icon i {
  font-size: 4.6875em;
  color: #000
}
.yellow-home-box .slick-dots {
  bottom: 3.4375em
}
.yellow-home-box .slick-dots li {
  width: .8125em;
  height: .8125em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, .6);
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: scale(.5);
  -moz-transform: scale(.5);
  -ms-transform: scale(.5);
  -o-transform: scale(.5);
  transform: scale(.5);
  margin: 0 .0625em
}
.yellow-home-box .slick-dots li button {
  display: none
}
.yellow-home-box .slick-dots li.slick-active {
  background: #212e8a
}
.global-presence-sec {
  position: relative;
  padding-bottom: 5.9375em
}
.global-presence-sec .map-box {
  background: url("../images/map-bg.jpg") no-repeat #fff;
  background-size: cover;
  width: 85%;
  height: 49.25em;
  border: 1px solid #d7d7d7;
  border-left: 0;
  position: relative;
  z-index: 2
}
.global-presence-sec .map-box img {
  width: 100%
}
.global-heading {
  position: absolute;
  left: 9.6875em;
  top: -1.875em;
  background: #fff;
  padding: 0 1.875em;
  z-index: 3
}
.global-bg {
  width: 26.9375em;
  height: 59em;
  position: absolute;
  right: 0;
  bottom: 0
}
.global-fact {
  width: 42.5em;
  height: 40.625em;
  position: absolute;
  right: -9.375em;
  top: 4.6875em;
  z-index: 3
}
.global-fact .col-row {
  overflow: hidden
}
.global-fact .box {
  width: 48.5%;
  margin-left: 1.25em;
  height: 19.8125em;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  background: #212e8a
}
.global-fact .detail {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch
}
.global-fact .col-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-end;
  align-content: stretch
}
.global-fact .col-row:nth-child(2) {
  margin-top: 1.0625em
}
.global-fact .col-row:nth-child(2) .box {
  margin-left: 0;
  margin-right: 1.25em
}
.global-fact .icon {
  display: inline-block;
  width: 5.3125em;
  margin-right: .9375em
}
.global-fact .icon i {
  font-size: 5.3125em;
  position: relative;
  top: .125em;
  color: #fff
}
.global-fact .numbox {
  display: inline-block
}
.global-fact .num {
  font-size: 3.3125em;
  color: #fff;
  font-weight: 600;
  line-height: 1.125em
}
.global-fact .label-txt {
  color: #fff;
  font-size: 1.0625em
}
.global-fact .lm-0 {
  margin-left: 0
}
.global-fact .yellow-bg {
  background: #f7d600;
  width: 44%;
  height: 16.1875em
}
.global-fact .yellow-bg .num {
  color: #343a40
}
.global-fact .yellow-bg .label-txt {
  color: #343a40
}
.global-fact .yellow-bg i {
  color: #343a40
}
.global-fact-box {
  width: 20em;
  position: absolute;
  right: 8.75em;
  top: 9.375em;
  z-index: 3;
  background: #212e8a;
  margin: 0;
  padding: 2.5em 1.875em 1.25em 1.875em
}
.global-fact-box li {
  list-style: none;
  padding-left: 2.5em;
  position: relative;
  font-size: 2.5em;
  color: #f7d600;
  font-weight: 700;
  height: 1.875em;
  line-height: .75em;
  margin-bottom: .9375em
}
.global-fact-box li:last-child {
  margin-bottom: 0
}
.global-fact-box li .num {
  font-size: 1.1875em;
  line-height: .375em
}
.global-fact-box li .label-txt {
  display: block;
  font-size: .4375em;
  color: #fff;
  font-weight: 400;
  letter-spacing: .125em
}
.global-fact-box li i {
  position: absolute;
  left: 0;
  top: -.125em;
  color: #3acaff;
  font-size: 1.75em
}
.chairman-sec {
  position: relative;
  margin-bottom: 6.1875em
}
.chairman-sec:before {
  content: "";
  width: 73%;
  height: 90%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #f9f9fb;
  z-index: 3
}
.chairman-sec .img-box {
  width: 45.375em;
  position: relative;
  padding: 12.1875em 0 6.875em 0
}
.chairman-sec .img-box:before {
  content: "";
  width: 40%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background: #f7d600;
  z-index: 2
}
.chairman-sec .img-box img {
  position: relative;
  z-index: 3
}
.chairman-sec .txt-box {
  padding: 12.1875em 0 0 5em;
  position: relative;
  z-index: 3
}
.chairman-sec .txt-box .quote-icon {
  position: absolute;
  left: -1.125em;
  top: 20.625em
}
.chairman-sec .txt-box .quote-icon i {
  color: #eeeff5;
  font-size: 4.375em
}
.chairman-sec .txt-box .lead {
  color: #343a40
}
.chairman-sec .txt-box p {
  color: #7b7d90
}
.chairman-sec .txt-box h6:before {
  width: 15em;
  left: -12.5em;
  bottom: -.3125em;
  height: 2px
}
.chairman-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 56.5em
}
.designation-box {
  margin-top: 3.125em
}
.designation-box .name {
  font-family: osulent_signatureregular;
  font-size: 4.375em;
  display: block;
  color: #545874;
  line-height: 1em
}
.designation-box .designation {
  font-size: 1em;
  text-transform: uppercase;
  color: #7b7d90
}
.sustainability-sec {
  margin: 7.8125em 0;
  position: relative;
  overflow: hidden;
  width: 100%
}
.sustainability-sec .container {
  float: right !important;
  max-width: 90.5%
}
.sustainability-sec .txt {
  margin-top: 6.25em;
  width: 80%;
  margin-left: 8.125em
}
.sustainability-sec .lead {
  color: #41950e;
  font-family: Merriweather, serif
}
.sustainability-sec .green-box {
  width: 76%;
  height: 100%;
  position: absolute;
  left: 8%;
  top: 0;
  background: #f4f8e1;
  background: -moz-radial-gradient(center, ellipse cover, #f4f8e1 0, #dff3ed 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #f4f8e1 0, #dff3ed 100%);
  background: radial-gradient(ellipse at center, #f4f8e1 0, #dff3ed 100%)
}
.sustainability-sec .img {
  width: 35.5625em;
  float: right !important;
  margin-top: 6.25em
}
.illustration-img {
  width: 70.5625em;
  margin-bottom: 5em
}
.pin-container {
  min-width: 67%;
  height: 93%;
  position: absolute;
  top: 0;
  left: 0
}
.map-pin {
  position: relative;
  width: 67%;
  height: 49.25em;
  margin: 0;
  padding: 0;
  z-index: 4;
  top: -1.875em
}
.map-pin > li {
  position: absolute;
  list-style: none
}
.map-pin > li:nth-child(1) {
  left: 11%;
  bottom: 51%
}
.map-pin > li:nth-child(2) {
  left: 19.5%;
  top: 44%
}
.map-pin > li:nth-child(3) {
  left: 19%;
  top: 50%
}
.map-pin > li:nth-child(4) {
  left: 22%;
  bottom: 45%
}
.map-pin > li:nth-child(5) {
  left: 25%;
  top: 38%
}
.map-pin > li:nth-child(6) {
  left: 26.5%;
  top: 43%
}
.map-pin > li:nth-child(7) {
  left: 30%;
  top: 36%
}
.map-pin > li:nth-child(8) {
  left: 54%;
  top: 35%
}
.map-pin > li:nth-child(9) {
  right: 25.4%;
  bottom: 40%
}
.map-pin > li:nth-child(10) {
  right: 22%;
  bottom: 46%
}
.map-pin > li:nth-child(11) {
  right: 24%;
  bottom: 41%
}
.map-pin > li:nth-child(12) {
  right: 22%;
  bottom: 42%
}
.map-pin > li:nth-child(13) {
  right: 21%;
  bottom: 21%
}
.map-pin > li:nth-child(14) {
  right: 13%;
  bottom: 25%
}
.map-pin > li:nth-child(15) {
  right: 3.6%;
  bottom: 30.1%
}
.map-pin > li:nth-child(16) {
  left: 17%;
  top: 49%
}
.map-pin > li:nth-child(17) {
  left: 20.4%;
  top: 50.8%
}
.map-pin > li:nth-child(1) {
  bottom: 48%
}
.map-pin > li:nth-child(2) {
  top: 47%
}
.map-pin > li:nth-child(3) {
  top: 53%
}
.map-pin > li:nth-child(4) {
  bottom: 42%
}
.map-pin > li:nth-child(5) {
  top: 41%
}
.map-pin > li:nth-child(6) {
  top: 46%
}
.map-pin > li:nth-child(7) {
  top: 39%
}
.map-pin > li:nth-child(8) {
  top: 38%
}
.map-pin > li:nth-child(9) {
  bottom: 35%
}
.map-pin > li:nth-child(10) {
  bottom: 40%
}
.map-pin > li:nth-child(11) {
  bottom: 38.5%
}
.map-pin > li:nth-child(12) {
  bottom: 36%
}
.map-pin > li:nth-child(13) {
  bottom: 18%
}
.map-pin > li:nth-child(14) {
  bottom: 22%
}
.map-pin > li i {
  color: #f7d600;
  font-size: 2.1875em;
  position: relative;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}
.map-pin > li i:after {
  content: "";
  width: .25em;
  height: .25em;
  background: #fff;
  position: absolute;
  left: 0;
  top: .25em;
  right: 0;
  margin: 0 auto;
  border-radius: 50%
}
.map-pin > li.open {
  z-index: 5
}
.map-pin > li.open .country-popup {
  opacity: 1
}
.map-pin > li.open i {
  color: #212e8a
}
.map-pin .pin-icon {
  width: 1.375em;
  height: 1.875em
}
.country-popup {
  width: 10.625em;
  height: auto;
  position: absolute;
  left: 3.125em;
  top: .625em;
  background: #f7d600;
  box-shadow: 4px 6.928px 15.3px 2.7px rgba(25, 12, 31, .16);
  padding: .75em .9375em;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  opacity: 0;
  z-index: -1
}
.country-popup:before {
  content: "";
  position: absolute;
  left: -.625em;
  top: .9375em;
  width: 0;
  height: 0;
  border-top: .625em solid transparent;
  border-bottom: .625em solid transparent;
  border-right: .625em solid #f7d600
}
.country-popup .cross {
  display: none
}
.country-popup .name {
  font-size: 1em;
  color: #343a40;
  font-weight: 600
}
.country-popup ul {
  margin: .625em 0 0 0;
  padding: 0;
  height: 10.3125em
}
.country-popup ul li {
  list-style: none;
  margin-bottom: .1875em
}
.country-popup .mCSB_scrollTools .mCSB_draggerRail {
  background: #fff
}
.country-popup .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #212e8a !important
}
.brand-sec {
  padding: 4.375em 0 6.875em 0;
  overflow: hidden;
  background: #f9f9fb;
  margin: 6.25em 0
}
.brand-sec h2 {
  margin-bottom: 1.25em;
  position: relative
}
.brand-sec h2:before {
  content: "";
  width: 1.0625em;
  height: .1em;
  position: absolute;
  left: 0;
  bottom: -.25em;
  right: 0;
  margin: 0 auto;
  background: #f7d600
}
.brand-sec .tabs-slider {
  text-align: center
}
.brand-sec .tabs-slider .nav {
  text-align: center;
  display: inline-block;
  padding: 0 0 0;
  border-bottom: 2px solid #eaeaea
}
.brand-sec .tabs-slider .nav li {
  display: inline-block
}
.brand-sec .tabs-slider .nav li a {
  color: #a2a2a2;
  font-size: 1.25em;
  font-weight: 500;
  position: relative;
  padding-bottom: 1em
}
.brand-sec .tabs-slider .nav li a:before {
  position: absolute;
  bottom: -.0625em;
  content: "";
  right: 0;
  background: #202d88;
  width: 0;
  height: .125em;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}
.brand-sec .tabs-slider .nav li a.active {
  background: 0 0;
  color: #272935
}
.brand-sec .tabs-slider .nav li a.active:before {
  width: 100%;
  left: 0
}
.brand-sec .tabs-slider .tab-content {
  padding-bottom: 1.875em;
  overflow: hidden;
  height: 38.4375em
}
.brand-sec .tabs-main:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  background: #f9f9fb
}
.brand-sec .tabs-main .loader {
  display: none
}
.brand-sec .tabs-main.tabs-loder:before {
  opacity: 1;
  z-index: 4
}
.brand-sec .tabs-main.tabs-loder .loader {
  display: block;
  z-index: 5
}
.brand-wrapper {
  overflow: hidden;
  width: 100%
}
.brand-wrapper .brand-logo-slider, .brand-wrapper .brand-slider {
  backface-visibility: hidden
}
.brand-wrapper .brand-logo-slider .slick-list, .brand-wrapper .brand-slider .slick-list {
  overflow: visible;
  backface-visibility: hidden
}
.brandSlideAnimation {
  padding-left: .25em
}
.brand-slider {
  margin-top: 2.5em;
  margin-bottom: 7.5em;
  position: relative;
  left: -.25em
}
.brand-slider .item a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  background: #fff;
  border-left: solid 1px #dde0f7;
  height: 13em;
  position: relative
}
.brand-slider .item a:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-box-shadow: 0 0 0 1px #dde0f7;
  -moz-box-shadow: 0 0 0 1px #dde0f7;
  box-shadow: 0 0 0 1px #dde0f7;
  z-index: 2
}
.brand-slider .item a img {
  width: 100%
}
.brand-slider .item a:nth-child(even) {
  background: #f9f9fb
}
.brand-slider .item a:nth-child(even) {
  border-top: solid 1px #dde0f7
}
.brand-slider .item:nth-child(even) a {
  background: #f9f9fb
}
.brand-slider .item:nth-child(even) a:nth-child(even) {
  background: #fff
}
.brand-slider .slick-arrow {
  position: absolute;
  color: #212e8a;
  width: 6.875em;
  height: 5em;
  text-align: center;
  border: 1px solid #dde0f7;
  z-index: 3;
  top: auto;
  bottom: -6.875em;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  background: #fff
}
.brand-slider .slick-arrow i {
  position: relative;
  top: .625em;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}
.brand-slider .slick-arrow i:before {
  font-size: 3.75em
}
.brand-slider .slick-arrow.socialArrowLeft {
  left: -6.875em
}
.brand-slider .slick-arrow.socialArrowRight {
  right: -6.875em
}
.brand-slider .slick-arrow:focus, .brand-slider .slick-arrow:hover {
  text-decoration: none
}
.tabLinkWrapper {
  padding: 0 1.875em
}
.brand-tab-slider .tabLink {
  color: #a2a2a2;
  position: relative;
  padding-bottom: 1em;
  display: block;
  text-align: center;
  height: 3.75em;
  border-bottom: 2px solid #eaeaea
}
.brand-tab-slider .tabLink span {
  display: block;
  font-size: 1.25em;
  font-weight: 500
}
.brand-tab-slider .tabLink:before {
  position: absolute;
  bottom: 0;
  content: "";
  right: 0;
  background: #202d88;
  width: 0;
  height: .125em;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}
.brand-tab-slider .slick-slide.slick-current .tabLink {
  background: 0 0;
  color: #272935
}
.brand-tab-slider .slick-slide.slick-current .tabLink:before {
  width: 100%;
  left: 0
}
.brand-tab-slider .slick-arrow {
  position: absolute;
  color: #212e8a;
  width: 2.5em;
  height: 3.75em;
  text-align: center;
  background: #f7d600;
  z-index: 3;
  top: 0;
  bottom: 0;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}
.brand-tab-slider .slick-arrow i {
  position: relative;
  top: .9375em
}
.brand-tab-slider .slick-arrow i:before {
  font-size: 1.875em
}
.brand-tab-slider .slick-arrow.brandTabArrowLeft {
  left: -3.125em
}
.brand-tab-slider .slick-arrow.brandTabArrowRight {
  right: -3.125em
}
.brand-tab-slider .slick-arrow:focus, .brand-tab-slider .slick-arrow:hover {
  text-decoration: none
}
@media (min-width:1200px) {
  .client-heading h3 {
    font-size: 2.375em
  }
  .map-pin ul {
    height: 93%;
    width: 67%
  }
  .map-pin li a:hover i {
    color: #212e8a
  }
  .brand-slider .slick-arrow:hover {
    background: #212e8a
  }
  .brand-slider .slick-arrow:hover i {
    color: #fff
  }
  .brand-sec .tabs-slider .nav li a:hover:before {
    width: 100%;
    left: 0
  }
  .brand-tab-slider .slick-arrow:hover {
    background: #212e8a;
    color: #fff
  }
}
@media (min-width:1200px) and (max-width:1399.98px) {
  .map-pin > li:nth-child(1) {
    bottom: 48%
  }
  .map-pin > li:nth-child(2) {
    top: 47%
  }
  .map-pin > li:nth-child(3) {
    top: 53%
  }
  .map-pin > li:nth-child(4) {
    bottom: 42%
  }
  .map-pin > li:nth-child(5) {
    top: 41%
  }
  .map-pin > li:nth-child(6) {
    top: 46%
  }
  .map-pin > li:nth-child(7) {
    top: 39%
  }
  .map-pin > li:nth-child(8) {
    top: 38%
  }
  .map-pin > li:nth-child(9) {
    bottom: 35%
  }
  .map-pin > li:nth-child(10) {
    bottom: 40%
  }
  .map-pin > li:nth-child(11) {
    bottom: 38.5%
  }
  .map-pin > li:nth-child(12) {
    bottom: 36%
  }
  .map-pin > li:nth-child(13) {
    bottom: 18%
  }
  .map-pin > li:nth-child(14) {
    bottom: 22%
  }
  .chairman-sec .txt-box {
    padding-bottom: 5em
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .yellow-home-box {
    width: 12.5em;
    height: 12.5em;
    padding: 2.8125em 0
  }
  .yellow-home-box .slick-dots {
    bottom: 1.25em;
    font-size: 1.125em
  }
  .global-fact {
    width: 37.5em;
    top: 9.375em
  }
  .global-fact .box {
    height: 15.625em
  }
  .global-fact .num {
    font-size: 2.5em
  }
  .chairman-sec .txt-box .quote-icon {
    display: none
  }
  .sustainability-sec .txt {
    margin-left: 2.5em
  }
  .illustration-img {
    width: 46.875em
  }
  .map-pin {
    width: 83%
  }
  .brand-sec .tabs-slider .tab-content {
    height: 42.5em
  }
  .brand-slider .item {
    border-bottom: 1px solid #dde0f7
  }
}
@media (min-width:768px) and (max-width:991.98px) {
  .yellow-home-box {
    width: 12.5em;
    height: 12.5em;
    padding: 2.8125em 0;
    left: 8.125em
  }
  .yellow-home-box .slick-dots {
    bottom: 1.25em;
    font-size: 1.125em
  }
  .who-we-sec h6 {
    margin-top: 3.75em
  }
  .who-we-sec .container {
    float: none !important;
    border: 0;
    max-width: 100%;
    padding: 0 1.875em !important
  }
  .who-we-sec .img-sec .img {
    float: right !important;
    margin-right: 6.25em
  }
  .global-presence-sec {
    padding: 0 1.875em
  }
  .global-presence-sec .map-box {
    width: 100%;
    height: auto;
    border: 1px solid #d7d7d7
  }
  .global-bg {
    display: none
  }
  .global-fact {
    position: inherit;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin-top: 1.25em;
    overflow: hidden
  }
  .global-fact .col-row {
    width: 50%;
    float: left !important;
    display: block;
    margin-top: 0 !important
  }
  .global-fact .box {
    float: left !important;
    width: 50%;
    margin: 0 !important;
    border-right: 1px solid #fff;
    height: 11.25em
  }
  .global-fact .num {
    font-size: 2.5em
  }
  .chairman-sec {
    padding: 6.25em 0;
    margin-bottom: 0
  }
  .chairman-sec:before {
    display: none
  }
  .chairman-sec .img-box {
    width: 100%;
    padding: 0
  }
  .chairman-sec .img-box:before {
    display: none
  }
  .chairman-sec .txt-box {
    padding: 0 0 0 1.875em
  }
  .chairman-sec .txt-box .quote-icon {
    display: none
  }
  .chairman-bg {
    display: none
  }
  .sustainability-sec {
    background: #dff3ed;
    margin: 0 0
  }
  .sustainability-sec .green-box {
    display: none
  }
  .sustainability-sec .container {
    float: none !important;
    max-width: 100%;
    padding: 0 1.875em !important
  }
  .sustainability-sec .img {
    width: 100%
  }
  .sustainability-sec .txt {
    margin-left: 2.5em
  }
  .illustration-img {
    width: 100%
  }
  .map-pin {
    width: 91%
  }
  .map-pin > li:nth-child(1) {
    bottom: 52%
  }
  .map-pin > li:nth-child(2) {
    top: 43%
  }
  .map-pin > li:nth-child(3) {
    top: 49%
  }
  .map-pin > li:nth-child(4) {
    bottom: 46%
  }
  .map-pin > li:nth-child(5) {
    top: 37%
  }
  .map-pin > li:nth-child(6) {
    top: 42%
  }
  .map-pin > li:nth-child(7) {
    top: 35%
  }
  .map-pin > li:nth-child(8) {
    top: 34%
  }
  .map-pin > li:nth-child(9) {
    bottom: 41%
  }
  .map-pin > li:nth-child(10) {
    bottom: 47%
  }
  .map-pin > li:nth-child(11) {
    bottom: 42%
  }
  .map-pin > li:nth-child(12) {
    bottom: 43%
  }
  .map-pin > li:nth-child(13) {
    bottom: 22%
  }
  .map-pin > li:nth-child(14) {
    bottom: 26%
  }
  .global-presence-sec .map-box {
    overflow: hidden
  }
  .global-fact-box {
    position: inherit;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden
  }
  .global-fact-box li {
    float: left !important;
    width: 25%;
    margin-bottom: 0
  }
  .brand-sec .tabs-slider .tab-content {
    height: 46.875em
  }
}
@media (max-width:767px) {
  .yellow-home-box {
    width: 100%;
    height: 12.5em;
    padding: 2.8125em 0;
    left: auto;
    top: 0;
    right: 0;
    position: relative;
    margin-top: 3.125em
  }
  .yellow-home-box .slick-dots {
    bottom: 1.25em;
    font-size: 1.125em
  }
  .who-we-sec h6 {
    margin-top: 3.75em
  }
  .who-we-sec .container {
    float: none !important;
    border: 0;
    max-width: 100%;
    padding: 0 1.875em !important
  }
  .who-we-sec .img-sec {
    padding: 0 !important;
    margin-top: 0
  }
  .who-we-sec .img-sec .img {
    margin-right: 0;
    width: 100%
  }
  .global-presence-sec {
    padding: 0 1.875em
  }
  .global-presence-sec .map-box {
    display: none
  }
  .global-bg {
    display: none
  }
  .global-fact {
    position: inherit;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin-top: 1.25em;
    overflow: hidden
  }
  .global-fact .col-row {
    width: 50%;
    float: left !important;
    display: block;
    margin-top: 0 !important
  }
  .global-fact .icon {
    margin-right: 0
  }
  .global-fact .icon i {
    font-size: 4.375em
  }
  .global-fact .box {
    float: left !important;
    width: 100%;
    margin: 0 !important;
    height: 11.25em;
    padding-left: .625em;
    padding-right: .625em
  }
  .global-fact .num {
    font-size: 2em
  }
  .global-fact .label-txt {
    font-size: .875em
  }
  .global-heading {
    width: 100%;
    left: 0;
    top: 0;
    position: inherit;
    text-align: center
  }
  .chairman-sec {
    padding: 5.625em 0;
    margin-bottom: 0
  }
  .chairman-sec:before {
    display: none
  }
  .chairman-sec .img-box {
    width: 100%;
    padding: 0;
    margin-bottom: 1.875em
  }
  .chairman-sec .img-box:before {
    display: none
  }
  .chairman-sec .txt-box {
    padding: 0
  }
  .chairman-sec .txt-box .quote-icon {
    display: none
  }
  .chairman-sec h6 {
    margin-bottom: .625em
  }
  .chairman-sec h6:before {
    display: none
  }
  .chairman-bg {
    display: none
  }
  .sustainability-sec {
    background: #dff3ed;
    padding: 3.75em 0;
    margin: 0
  }
  .sustainability-sec .green-box {
    display: none
  }
  .sustainability-sec .container {
    float: none !important;
    max-width: 100%;
    padding: 0 1.25em !important
  }
  .sustainability-sec .img {
    width: 100%;
    margin-top: 0
  }
  .sustainability-sec .txt {
    margin-left: 0;
    width: 100%;
    margin-top: 0
  }
  .illustration-img {
    width: 100%
  }
  .country-popup {
    display: none
  }
  .brand-sec {
    padding: 4.375em 0 0 0;
    margin-bottom: 3.125em
  }
  .brand-slider {
    margin-top: .625em
  }
  .brand-slider .slick-arrow {
    bottom: -5.625em
  }
  .global-fact-box {
    position: inherit;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    padding-bottom: 0
  }
  .global-fact-box li {
    float: left !important;
    width: 50%;
    font-size: 1.875em
  }
  .global-fact-box li .num {
    font-size: .875em
  }
  .brand-sec .tabs-slider .nav {
    border: 0
  }
  .brand-sec .tabs-slider .nav li {
    width: 100%;
    margin: .125em 0
  }
  .brand-sec .tabs-slider .nav li a {
    padding: .625em .9375em;
    width: 100%;
    border: 0;
    background: #50535d;
    border-radius: 0;
    color: #fff
  }
  .brand-sec .tabs-slider .nav li a.active {
    background: #212e8a;
    color: #fff;
    border: 0
  }
  .tabLinkWrapper {
    padding: 0
  }
  .brand-tab-slider {
    border-color: #202d88
  }
  .brand-tab-slider .slick-arrow.brandTabArrowLeft {
    left: 0
  }
  .brand-tab-slider .slick-arrow.brandTabArrowRight {
    right: 0
  }
  .brand-tab-slider .tabLink {
    padding: .625em 0 0 0
  }
  .brand-tab-slider .tabLink:before {
    display: none
  }
}
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;
  height: 100%;
  left: 0;
  outline: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992
}
.fancybox-container * {
  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;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}
.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}
.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .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;
  transition: opacity .25s ease 0s, visibility 0s ease 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;
  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);
  transform: translateZ(0);
  z-index: 99994
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden
}
.fancybox-slide {
  -webkit-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;
  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;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0
}
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0
}
.fancybox-slide--image::before {
  display: none
}
.fancybox-slide--html {
  padding: 6px
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle
}
.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  -webkit-backface-visibility: hidden;
  background: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 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;
  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-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab
}
.fancybox-is-grabbing .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--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  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
}
.fancybox-iframe, .fancybox-video {
  background: 0 0;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0
}
.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, .6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px
}
.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc
}
.fancybox-button:hover {
  color: #fff
}
.fancybox-button:focus {
  outline: 0
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted
}
.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: 0
}
.fancybox-button div {
  height: 100%
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0
}
.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--play svg:nth-child(2) {
  display: none
}
.fancybox-button--fsexit svg:nth-child(1), .fancybox-button--pause svg:nth-child(1) {
  display: none
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998
}
.fancybox-close-small {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden
}
.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px
}
.fancybox-navigation .fancybox-button div {
  padding: 7px
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0
}
.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996
}
.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1
}
.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: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: 0 0;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999
}
@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(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: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(.19, 1, .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(.5, .5, .5);
  transform: scale3d(.5, .5, .5)
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1)
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg)
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg)
}
.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: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0)
}
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1)
}
@media all and (max-height:576px) {
  .fancybox-caption {
    padding: 12px
  }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px
  }
  .fancybox-slide--image {
    padding: 6px 0
  }
  .fancybox-close-small {
    right: -6px
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px
  }
}
.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 0
}
.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 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .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 0;
  outline: 0;
  padding: 10px 15px;
  width: 100%
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  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__list {
  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 .fancybox-thumbs__list {
  overflow: hidden
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, .1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  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__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  z-index: 99991
}
.fancybox-thumbs__list a:focus::before {
  opacity: .5
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1
}
.fancybox-button {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: top;
  visibility: inherit;
  width: 4.375em;
  height: 4.375em;
  background: #f7d600
}
@media all and (max-width:576px) {
  .fancybox-thumbs {
    width: 110px
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px)
  }
}

body.loaded {
  overflow-y: scroll
}
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999999
}
#loader {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 18.75em;
  height: 18.75em;
  margin: auto;
  z-index: 9999999
}
.loading-text {
  position: fixed;
  left: 0;
  bottom: 3.125em;
  margin: auto;
  width: 100%;
  text-align: center;
  font-size: 1.25em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .5);
  letter-spacing: .625em
}
.loading-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  bottom: 0;
  right: 0
}
.loading-img img {
  width: 100%
}
.inner-loading-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  bottom: 0;
  right: 0
}
.inner-loading-img img {
  width: 100%
}
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #212e8a;
  z-index: 999999;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}
#loader-wrapper .loader-section.section-left {
  left: 0
}
#loader-wrapper .loader-section.section-right {
  right: 0
}
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all .7s .3s cubic-bezier(.645, .045, .355, 1);
  transition: all .7s .3s cubic-bezier(.645, .045, .355, 1)
}
.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all .7s .3s cubic-bezier(.645, .045, .355, 1);
  transition: all .7s .3s cubic-bezier(.645, .045, .355, 1)
}
.loaded #loader {
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all .3s 1s ease-out;
  transition: all .3s 1s ease-out
}
.no-js #loader-wrapper {
  display: none
}
.form-wrapper {
  position: relative;
  float: left;
  width: 100%
}
.form-wrapper .thanks {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: #f7f7f7;
  text-align: center
}
.form-wrapper .thanks .thanks-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 110px;
  width: 100%;
  margin: auto 0;
  padding: 0 1.875em
}
.form-wrapper .loading:before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: #f7f7f7
}
.form-wrapper .loading .form-group {
  opacity: 0
}
.form-wrapper .loader {
  min-width: 100px;
  padding-top: 60px;
  color: #fff;
  width: auto !important;
  height: auto !important;
  text-align: center;
  font-style: normal;
  display: block;
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  z-index: 99999;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%)
}
.form-wrapper .loader:before {
  content: "";
  width: 50px;
  height: 50px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, .66)
}
.form-wrapper .loader:after {
  content: "";
  width: 50px;
  height: 50px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-animation: loader .6s linear;
  animation: loader .6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #6c757d transparent transparent;
  border-style: solid;
  border-width: .2em;
  box-shadow: 0 0 0 1px transparent
}
.form-wrapper .form-control-feedback {
  right: 1px
}
.mobile-loading {
  min-width: 6.25em;
  padding-top: 3.75em;
  width: auto !important;
  height: auto !important;
  text-align: center;
  font-style: normal;
  display: none;
  font-size: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  z-index: 9999999;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-indent: -80000px
}
.mobile-loading::before {
  content: "";
  width: 3.75em;
  height: 3.75em;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  border: 3px solid #fff
}
.mobile-loading::after {
  content: "";
  width: 3.75em;
  height: 3.75em;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-animation: mobileLoader .6s linear;
  animation: mobileLoader .6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #f7d600 transparent transparent;
  border-style: solid;
  border-width: .2em;
  box-shadow: 0 0 0 1px transparent
}
@-webkit-keyframes mobileLoader {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes mobileLoader {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
.spinner {
  margin: 6.25em auto;
  width: 5em;
  height: 5em;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
  animation: sk-rotate 2s infinite linear
}
.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out
}
.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s
}
@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg)
  }
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg)
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0)
  }
  50% {
    -webkit-transform: scale(1)
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0)
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1)
  }
}
@-webkit-keyframes loader {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes loader {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
.loader {
  min-width: 100px;
  padding-top: 60px;
  color: #fff;
  width: auto !important;
  height: auto !important;
  text-align: center;
  font-style: normal;
  display: block;
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  z-index: 8;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%)
}
.loader:before {
  content: "";
  width: 50px;
  height: 50px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, .66)
}
.loader:after {
  content: "";
  width: 50px;
  height: 50px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-animation: loader .6s linear;
  animation: loader .6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #212e8a transparent transparent;
  border-style: solid;
  border-width: .2em;
  box-shadow: 0 0 0 1px transparent
}
@media (max-width:767px) {
  .loading-img {
    display: none
  }
  .mobile-loading {
    display: block
  }
}
.client-section {
  padding: 2.375em 0 12.5em 0;
  overflow: hidden;
  margin-top: 8.125em
}
.client-heading {
  padding: 1.875em 2.5em;
  background: #212e8a;
  float: left !important;
  width: 100%;
  margin-left: 3.125em
}
.client-heading h3 {
  color: #fff;
  margin: 0;
  font-weight: 300
}
.client-heading .btn {
  color: #fff;
  margin: .625em 0 0 0
}
.client-slider .slick-list {
  overflow: visible
}
.clientLogo {
  height: 15.9375em;
  width: 23.4375em;
  border-top: solid 1px #d7d7d7;
  border-right: solid 1px #d7d7d7;
  border-bottom: solid 1px #d7d7d7;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 0;
  overflow: hidden
}
.clientLogo img {
  object-fit: contain;
  height: 15.9375em;
  width: 100%;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}
.clientLogo:nth-child(even) {
  background: #fff
}
.clientLogo:nth-child(odd) {
  background: #f6f8fa
}
.client-list {
  list-style: none;
  margin: 5.625em 0 4.375em 0;
  padding-left: 0;
  border-left: solid 1px #d7d7d7;
  display: inline-block;
  border-top: solid 1px #d7d7d7
}
.client-list li {
  float: left;
  width: 25%;
  text-align: center;
  padding-left: 0;
  border-bottom: solid 1px #d7d7d7;
  border-right: solid 1px #d7d7d7
}
.client-list li.grey-bg {
  background: #f6f8fa
}
@media (min-width:1600px) and (max-width:1699.98px) {
  .contact-wrapper .contact-right .form-group .form-control.textarea {
    height: 10.625em;
    margin-bottom: 2.5em
  }
  .content-slider-wrap {
    width: 90.625em !important
  }
  .content-slider-wrap .content-slider .slick-slide {
    padding-left: 8.125em
  }
  .content-slider-wrap .year-slider .slick-slide {
    padding-left: 0;
    margin-left: 0
  }
}
@media (min-width:1600px) {
  .content-slider-wrap {
    width: 88.75em;
    background: #f6f8fa;
    margin-right: -2.5em;
    margin-top: -1.5625em
  }
}
@media (min-width:1200px) {
  .clientLogo:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
  }
  .content-slider .slick-arrow:hover {
    background: #212e8a;
    color: #fff;
    border-color: #212e8a
  }
}
@media (min-width:1200px) and (max-width:1399.98px) {
  .contact-wrapper .contact-right {
    padding-bottom: 9.6875em
  }
  .contact-wrapper .contact-right .form-group .form-control.textarea {
    height: 7.5em;
    margin-bottom: 1.25em
  }
  .contact-wrapper .contact-right .form-group input, .contact-wrapper .contact-right .form-group textarea {
    font-size: 1.25em
  }
  .content-slider-wrap {
    width: 87.5em;
    margin-top: -1.5625em
  }
  .content-slider-wrap .content-slider ul li p {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 170px
  }
  .content-slider-wrap .content-slider .slick-slide {
    padding-left: 6.25em
  }
  .content-slider-wrap .year-slider .slick-slide {
    padding-left: 0
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .contact-wrapper .contact-right {
    padding-bottom: 9.6875em
  }
  .contact-wrapper .contact-right .form-group {
    width: 46.5%
  }
  .contact-wrapper .contact-right .form-group .form-control.textarea {
    height: 7.5em;
    margin-bottom: 1.25em
  }
  .contact-wrapper .contact-right .form-group input, .contact-wrapper .contact-right .form-group textarea {
    font-size: 1.125em
  }
  .content-slider-wrap .content-slider .slick-slide {
    padding-left: 6.25em
  }
  .content-slider-wrap .content-slider h2 {
    width: 15%
  }
  .content-slider-wrap .content-slider ul li .imgs {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    position: relative
  }
  .content-slider-wrap .content-slider ul li .imgs img {
    position: absolute;
    bottom: 0;
    width: auto;
    max-width: 100%;
    height: 60%
  }
  .content-slider-wrap .content-slider ul li p {
    margin-top: .9375em
  }
  .content-slider-wrap .content-slider h2 {
    padding-top: 3.125em
  }
  .content-slider-wrap .year-slider .slick-slide {
    padding-left: 0
  }
}
@media (min-width:768px) and (max-width:991.98px) {
  .client-section {
    padding-bottom: 7.5em;
    margin-top: 4.375em
  }
  .clientLogo {
    height: auto;
    width: 18.75em
  }
  .clientLogo img {
    width: 80%;
    margin: 0 auto
  }
  .content-slider-wrap {
    width: 100%;
    margin-right: 0 !important
  }
  .content-slider-wrap ul {
    margin-top: -70px !important;
    margin-bottom: 40px !important
  }
  .content-slider-wrap .content-slider {
    padding-top: 3.125em
  }
  .content-slider-wrap .content-slider .slick-slide {
    padding-left: 3.75em
  }
  .content-slider-wrap .content-slider .imgs {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    position: relative
  }
  .content-slider-wrap .content-slider .imgs img {
    position: absolute;
    bottom: -40px
  }
  .content-slider-wrap ul li img {
    width: auto;
    max-width: 48%;
    height: 60%
  }
  .content-slider-wrap ul li p {
    margin-top: 50px !important
  }
  .content-slider-wrap .year-slider .slick-slide {
    padding-left: 0
  }
  .our-vision-section:before {
    display: none
  }
}
@media (max-width:767px) {
  .client-heading:after, .client-heading:before {
    display: none
  }
  .client-section {
    padding: 4.375em 0;
    margin-top: 0
  }
  .client-list {
    width: 100%;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc
  }
  .client-list li {
    width: 100%;
    text-align: center;
    background: #fff !important;
    border: 0;
    border-right: 1px solid #ccc
  }
  .client-list li img {
    margin: auto
  }
  .client-heading {
    margin-left: 0
  }
  .client-heading h3 {
    font-size: 1.5625em;
    text-align: center;
    width: 100%
  }
}
.news-section {
  padding: 0
}
.new-bg {
  background: #212e8a;
  height: 100%;
  padding: 8.125em 5em 0 9.375em
}
.new-bg h6 {
  color: #fff
}
.new-bg h4 {
  color: #fff;
  font-weight: 400
}
.new-bg p {
  color: #bdc1dc;
  font-weight: 300
}
.new-bg .btn {
  margin-top: 1.25em
}
.new-bg .btn:before {
  background: #fff
}
.new-bg .btn span {
  color: #fff
}
.new-bg .btn i {
  color: #f7d600
}
.news-big-img {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden
}
.home-news-slider {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 39.75em;
  background: #fff;
  padding: 2.5em
}
.home-news-slider.slick-dotted {
  margin: 0
}
.home-news-slider .slick-dots {
  bottom: 1.5625em;
  text-align: left
}
.home-news-slider .slick-dots li {
  width: .8125em;
  height: .8125em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #212e8a;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: scale(.5);
  -moz-transform: scale(.5);
  -ms-transform: scale(.5);
  -o-transform: scale(.5);
  transform: scale(.5);
  margin: 0 .1875em
}
.home-news-slider .slick-dots li button {
  display: none
}
.home-news-slider .slick-dots li.slick-active {
  background: #f7d600;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}
.home-news-slider h5 {
  color: #212e8a;
  font-weight: 600;
  margin-bottom: .3125em
}
.home-news-slider h4 {
  margin-bottom: .1875em
}
.home-news-slider p {
  line-height: 1.5625em;
  margin-bottom: 3.75em
}
.align-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: stretch;
  align-content: flex-end
}
.social-box {
  width: 19.875em;
  height: 18.75em;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}
.social-box p {
  line-height: 1.25em;
  font-weight: 400
}
.social-box .social-date {
  position: absolute;
  left: 2.5em;
  bottom: 2.5em;
  font-size: .9375em;
  width: 100%
}
.social-box .social-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5
}
.social-text {
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  height: 100%
}
.social-text:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 29%, rgba(0, 1, 2, 0) 30%, #142473 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 29%, rgba(0, 1, 2, 0) 30%, #142473 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 29%, rgba(0, 1, 2, 0) 30%, #142473 100%)
}
.social-text span {
  position: absolute;
  z-index: 5;
  display: block;
  font-weight: 400;
  color: #fff;
  font-size: 1.25em;
  letter-spacing: -.03125em;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 1.25em 1.5625em 1.25em 1.5625em
}
.social-text .date {
  font-size: .9375em;
  color: #92918f;
  margin-top: .9375em;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 2.375em 1.5625em 2.375em
}
.gery-color-box {
  background: #f6f8fa;
  padding: 4.375em 2.5em
}
.gery-color-box .social-date {
  color: #272935
}
.blue-color-box {
  background: #212e8a;
  padding: 4.375em 2.5em
}
.blue-color-box b {
  display: block;
  line-height: .3125em
}
.blue-color-box p {
  color: #fff;
  font-size: 1.25em
}
.blue-color-box .social-date {
  color: #fff
}
.twitter-box {
  background: #13a2ec;
  padding: 5.625em 2.5em 4.375em 2.5em;
  position: relative
}
.twitter-box i {
  position: absolute;
  left: 1.5625em;
  top: 1.5625em;
  color: #fff;
  font-size: 1.5625em
}
.twitter-box p {
  color: #fff
}
.twitter-box .social-date {
  color: #99cef4
}
.facebook-box {
  background: #244b99;
  padding: 5.625em 2.5em 4.375em 2.5em;
  position: relative
}
.facebook-box i {
  position: absolute;
  left: 1.5625em;
  top: 1.5625em;
  color: #fff;
  font-size: 1.5625em
}
.facebook-box p {
  color: #fff
}
.facebook-box .social-date {
  color: #92a5cc
}
.video-box {
  position: relative
}
.video-box:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .5)
}
.video-box .icon {
  width: 4.375em;
  height: 4.375em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  text-align: center;
  background: #f7d600;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border-radius: 50%;
  line-height: 5em
}
.video-box .icon i {
  color: #fff;
  font-size: 2.1875em;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}
@media (min-width:1200px) {
  .social-box:hover .social-text {
    bottom: 0
  }
  .blue-color-box:hover, .gery-color-box:hover {
    background: #28a745
  }
  .new-bg .btn:hover i, .new-bg .btn:hover span {
    color: #212e8a
  }
  .video-box:hover .icon {
    background: #fff
  }
  .video-box:hover .icon i {
    color: #212e8a
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .align-box .item {
    width: 20%
  }
  .social-box {
    width: 100%;
    height: 17.5em
  }
  .facebook-box, .twitter-box {
    padding: 6.25em 1.5625em 0 1.5625em
  }
  .facebook-box i, .twitter-box i {
    left: .75em;
    top: 1.5625em
  }
  .facebook-box .social-date, .twitter-box .social-date {
    bottom: 1.125em;
    left: 1.375em
  }
  .new-bg {
    padding: 5em 2.5em;
    font-size: 1.1875em
  }
}
@media (min-width:768px) and (max-width:991.98px) {
  .new-bg {
    padding: 5em 5em 0 2.5em
  }
  .blue-color-box, .gery-color-box {
    padding: 1.25em;
    height: 14.25em
  }
  .align-box .item {
    width: 20%
  }
  .social-box {
    width: 100%;
    height: 14.25em
  }
  .facebook-box, .twitter-box {
    padding: 5.625em .625em 0 1.25em
  }
  .facebook-box i, .twitter-box i {
    left: .75em;
    top: 1.5625em
  }
  .facebook-box .social-date, .twitter-box .social-date {
    bottom: 1.125em;
    left: 1.375em
  }
  .facebook-box p, .twitter-box p {
    font-size: 1.1875em
  }
}
@media (max-width:767px) {
  .news-section {
    padding: 0;
    overflow: hidden
  }
  .new-bg {
    padding: 3.125em 1.875em
  }
  .social-box {
    width: 100%;
    height: auto
  }
  .social-box img {
    width: 100% !important
  }
  .home-news-slider {
    position: initial;
    width: 100%
  }
  .align-box {
    display: block
  }
  .align-box .slick-arrow {
    position: absolute;
    color: #212e8a;
    width: 2.5em;
    height: 3.75em;
    text-align: center;
    background: #f7d600;
    z-index: 9;
    top: 0;
    bottom: 0;
    margin: auto 0
  }
  .align-box .slick-arrow i {
    position: relative;
    top: .9375em
  }
  .align-box .slick-arrow i:before {
    font-size: 1.875em
  }
  .align-box .slick-arrow.socialArrowLeft {
    left: 0
  }
  .align-box .slick-arrow.socialArrowRight {
    right: 0
  }
  .align-box .slick-arrow:focus, .align-box .slick-arrow:hover {
    text-decoration: none
  }
  .facebook-box, .twitter-box {
    padding: 5.625em 3.75em 0 3.75em;
    height: 15.625em
  }
  .facebook-box i, .twitter-box i {
    left: 2.5em;
    top: 1.5625em
  }
  .facebook-box .social-date, .twitter-box .social-date {
    bottom: 1.875em;
    left: 3.75em
  }
}
.our-vision-section {
  background: #212e8a url(/ResourcePackages/dutco/assets/images/our-vision-bg.jpg) no-repeat center center/cover;
  padding: 6.875em 0 15em 0;
  position: relative
}
.our-vision-section:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  background: url(/ResourcePackages/dutco/assets/images/circle-bg.png) no-repeat center top
}
.our-vision-section .container {
  position: relative;
  z-index: 2
}
.our-vision-section h6 {
  color: #f7d600
}
.our-vision-section h6:before {
  right: 0;
  margin: 0 auto;
  background: #fff
}
.our-vision-section h2 {
  color: #fff
}
.our-vision-section p {
  color: #fff
}
.vision-title {
  color: rgba(255, 255, 255, .02);
  font-size: 41.875em;
  position: absolute;
  left: 0;
  top: 22%;
  width: 100%;
  text-align: center;
  font-weight: 700;
  line-height: .74
}
.visionIconList {
  margin: 0;
  padding: 6.25em 0 0 0;
  width: 100%;
  float: left;
  position: relative;
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: flex-end;
  align-content: stretch
}
.visionIconList li {
  float: left;
  width: 33.33%;
  height: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  text-align: left
}
.visionIconList li .visionLink {
  display: block;
  color: #fff;
  padding: 4.375em 0 2.5em 0;
  border-bottom: dashed 1px #fff;
  position: relative
}
.visionIconList li .visionLink i {
  position: absolute;
  top: 0;
  left: 0;
  color: #f7d600;
  width: 100%
}
.visionIconList li .visionLink i:before {
  font-size: 3.125em
}
.visionIconList li .visionLink span {
  display: block;
  font-size: 1.25em;
  line-height: 1.25em
}
.visionIconList li .visionLink:before {
  position: absolute;
  left: 0;
  margin: 0;
  bottom: -.15625em;
  height: .3125em;
  width: 0%;
  background: #f7d600;
  content: "";
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}
.visionIconList li .visionLink:focus, .visionIconList li .visionLink:hover {
  text-decoration: none
}
.visionIconList li:nth-child(2) {
  text-align: center
}
.visionIconList li:nth-child(2) .visionLink:before {
  left: 0;
  right: 0;
  margin: 0 auto
}
.visionIconList li:last-child {
  text-align: right
}
.visionIconList li:last-child .visionLink:before {
  left: auto;
  right: 0
}
.vision-hover-box {
  position: absolute;
  left: 0;
  top: 70%;
  bottom: 0;
  margin: auto;
  height: 22.5em;
  width: 100%;
  z-index: 99;
  visibility: hidden;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  overflow: hidden;
  padding: 2.5em;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  background: -webkit-linear-gradient(125deg, #f7d600 50%, #f0d100 50%) 100%/100% 100% no-repeat;
  background: linear-gradient(125deg, #f7d600 50%, #f0d100 50%) 100%/100% 100% no-repeat
}
.vision-hover-box .icon {
  display: block;
  margin: 0 0 .625em 0;
  position: absolute;
  left: 2.5em;
  top: 3.125em;
  color: #212e8a
}
.vision-hover-box .icon:before {
  font-size: 3.75em;
  line-height: .75em
}
.vision-hover-box p {
  font-weight: 400;
  color: #272935;
  margin-top: .9375em;
  margin-bottom: .9375em
}
.vision-hover-box h4 {
  font-weight: 400;
  padding-left: 2.5em;
  font-size: 1.875em;
  line-height: 1.125em;
  min-height: 2.1875em;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch
}
.vision-hover-box .right-icon {
  position: absolute;
  right: -30%;
  bottom: 0;
  color: rgba(255, 222, 0, .3);
  margin: 0;
  z-index: -1
}
.vision-hover-box .right-icon:before {
  font-size: 18.75em;
  line-height: 1
}
.vision-hover-box.active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: visible
}
.vision-hover-box .btn i {
  color: #212e8a
}
.close-vision-box {
  position: absolute;
  right: 0;
  top: 0;
  width: 2.5em;
  height: 2.5em;
  background: #212e8a;
  color: #fff !important;
  text-align: center;
  display: none;
  line-height: 2.8125em;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}
.close-vision-box i:before {
  font-size: 1em
}
.close-vision-box:focus, .close-vision-box:hover {
  text-decoration: none
}
.vision-mobile-slider {
  display: none
}
@media (min-width:1200px) {
  .close-vision-box:hover {
    background: #fff;
    color: #212e8a !important
  }
  .visionIconList li .visionLink:hover:before {
    width: 40%
  }
  .vision-hover-box .btn:hover i {
    color: #fff
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .vision-title {
    font-size: 31.25em
  }
}
@media (min-width:768px) and (max-width:991.98px) {
  .vision-title {
    font-size: 25em
  }
}
@media (max-width:767px) {
  .our-vision-section {
    padding: 4.375em 0
  }
  .our-vision-section:before {
    display: none
  }
  .vision-title {
    font-size: 25em
  }
  .vision-mobile-slider {
    margin: 3.125em 0 0 0
  }
  .vision-mobile-slider .slick-arrow {
    position: absolute;
    color: #fff;
    width: 3.75em;
    height: 3.75em;
    text-align: center;
    background: #f7d600;
    z-index: 9;
    top: 15%
  }
  .vision-mobile-slider .slick-arrow i {
    position: relative;
    top: .9375em;
    color: #212e8a
  }
  .vision-mobile-slider .slick-arrow i:before {
    font-size: 1.875em
  }
  .vision-mobile-slider .slick-arrow.visionArrowLeft {
    left: 0
  }
  .vision-mobile-slider .slick-arrow.visionArrowRight {
    right: 0
  }
  .vision-mobile-slider .slick-arrow:focus, .vision-mobile-slider .slick-arrow:hover {
    text-decoration: none
  }
  .visionLink {
    display: block;
    color: #fff !important;
    font-size: 1.25em;
    padding: 4.375em 0 .9375em 0;
    position: relative
  }
  .visionLink i {
    position: absolute;
    top: 0;
    left: 0;
    color: #f7d600;
    width: 100%
  }
  .visionLink i:before {
    font-size: 3.125em
  }
  .visionLink span {
    display: block
  }
  .visionIconList {
    display: none !important
  }
  .vision-mobile-slider {
    display: block
  }
}
.mobileText {
  display: none
}
@media screen and (min-width:500px) and (max-device-width:767px) and (orientation:landscape) {
  .orientation_landscape {
    overflow: hidden !important
  }
  .orientation_landscape #nav-icon3 {
    display: none
  }
  .orientation_landscape .mobileText {
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 1.25em;
    line-height: 1.375em;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999999;
    height: 100vh;
    overflow: hidden;
    background: #212e8a;
    display: table
  }
  .orientation_landscape .mobileText i {
    position: absolute;
    left: 0;
    top: auto;
    right: 0;
    margin: auto;
    font-size: 3em;
    bottom: 5%;
    height: 1.875em;
    width: 1.875em
  }
  .orientation_landscape .mobileText p {
    vertical-align: middle;
    display: table-cell;
    color: #fff
  }
  .orientation_landscape .mobileText a.logo {
    position: absolute;
    top: 3.125em;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    width: 10em
  }
  .orientation_landscape .mobileText a.logo img {
    margin: 0 auto
  }
  .orientation_landscape #nav-icon3 {
    display: none
  }
}
@media screen and (max-device-width:767px) and (orientation:landscape) {
  .safari.orientation_landscape {
    overflow: hidden !important
  }
  .safari.orientation_landscape #nav-icon3 {
    display: none
  }
  .safari.orientation_landscape .mbileText {
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
    line-height: 1.25em;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
    height: 100vh;
    overflow: hidden;
    background: #212e8a;
    display: table
  }
  .safari.orientation_landscape .mbileText i {
    position: absolute;
    left: 0;
    top: auto;
    right: 0;
    margin: auto;
    font-size: 3em;
    bottom: 5%;
    height: 1.875em;
    width: 1.875em
  }
  .safari.orientation_landscape .mbileText p {
    vertical-align: middle;
    display: table-cell;
    color: #fff
  }
  .safari.orientation_landscape .mbileText a.logo {
    position: absolute;
    top: 3.125em;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    width: 10em
  }
  .safari.orientation_landscape .mbileText a.logo img {
    margin: 0 auto
  }
  .safari.orientation_landscape #nav-icon3 {
    display: none
  }
}
@media (max-width:480px) and (orientation:portrait) {
  .mobileText {
    display: none
  }
}
.footer-section {
  background: #11142a;
  padding: 2.5em 0;
  border-top: solid 1px #1f2c46
}
.ftLogo {
  border: solid 0 #fff;
  display: inline-block;
  width: 10.25em;
  height: 4.375em
}
.ftNav {
  margin: 0;
  padding: 0
}
.ftNav li {
  display: inline-block;
  position: relative;
  padding-right: 1.375em;
  line-height: 1
}
.ftNav li:after {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  content: "";
  background: #797c84
}
.ftNav li + li {
  padding: 0 1.375em
}
.ftNav li:last-child {
  padding-right: 0
}
.ftNav li:last-child:after {
  display: none
}
.ftNav li a {
  color: #8d8f99;
  font-size: 1em;
  display: block;
  font-weight: 300;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: relative
}
.ftNav li a:after {
  position: absolute;
  right: 0;
  bottom: -.3125em;
  content: "";
  width: 0%;
  height: 1px;
  background: #f7d600;
  -webkit-transition: all .4s cubic-bezier(.42, 0, .58, 1);
  transition: all .4s cubic-bezier(.42, 0, .58, 1)
}
.ftNav li a:focus, .ftNav li a:hover {
  text-decoration: none
}
.socialLinks {
  margin: 0;
  padding: 0;
  text-align: right
}
.socialLinks li {
  display: inline-block;
  margin: 0;
  padding: 0
}
.socialLinks li a {
  display: block;
  width: 1.875em;
  height: 1.875em;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  color: #50535d;
  position: relative;
  text-align: center;
  line-height: 2.1875em
}
.socialLinks li a i {
  font-size: 1em;
  position: relative;
  z-index: 5
}
.socialLinks li a:after {
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #212e8a;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0)
}
.socialLinks li a.twitter-color:after {
  background: #00aced
}
.socialLinks li a.facebook-color:after {
  background: #4867aa
}
.socialLinks li a.instagram-color:after {
  background: #3897f0
}
.socialLinks li a.youtube-color:after {
  background: #fd2725
}
.socialLinks li a.linkedin-color:after {
  background: #0274b3
}
.socialLinks li a:focus, .socialLinks li a:hover {
  text-decoration: none
}
@media (min-width:1200px) {
  .socialLinks li a:hover {
    color: #fff
  }
  .socialLinks li a:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
  }
  .ftNav li a:hover {
    color: #f7d600
  }
  .ftNav li a:hover:after {
    left: 0;
    right: auto;
    width: 100%
  }
}
@media (max-width:767px) {
  .socialLinks {
    text-align: center
  }
  .socialLinks li {
    margin: 0 .9375em
  }
  .socialLinks li a {
    width: auto;
    height: auto
  }
  .socialLinks li a i {
    font-size: 1.375em
  }
}
footer {
  background: #090a17;
}
footer p {
  color: #50535d;
  font-size: .875em;
  margin: 0
}
footer p a {
  color: #50535d;
  position: relative;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  display: inline-block
}
footer p a:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 0%;
  height: 1px;
  background: #f7d600;
  -webkit-transition: all .4s cubic-bezier(.42, 0, .58, 1);
  transition: all .4s cubic-bezier(.42, 0, .58, 1)
}
footer p a:focus, footer p a:hover {
  text-decoration: none
}
.ftLinks {
  margin: 0;
  padding: 0;
  text-align: right
}
.ftLinks li {
  display: inline-block;
  padding: 0 .9375em;
  position: relative
}
.ftLinks li:last-child:after {
  display: none
}
.ftLinks li a {
  display: block;
  color: #50535d;
  position: relative;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  font-size: .875em
}
.ftLinks li a:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 0%;
  height: 1px;
  background: #f7d600;
  -webkit-transition: all .4s cubic-bezier(.42, 0, .58, 1);
  transition: all .4s cubic-bezier(.42, 0, .58, 1)
}
.ftLinks li a:focus, .ftLinks li a:hover {
  text-decoration: none
}
.back-to-top {
  color: #50535d;
  font-size: .875em;
  position: relative;
  padding-top: .9375em;
  display: inline-block;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}
.back-to-top i {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
  width: .625em
}
.back-to-top span {
  position: relative;
  display: block;
  margin-top: .4375em
}
.back-to-top span:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 0%;
  height: 1px;
  background: #f7d600;
  -webkit-transition: all .4s cubic-bezier(.42, 0, .58, 1);
  transition: all .4s cubic-bezier(.42, 0, .58, 1)
}
.back-to-top:focus, .back-to-top:hover {
  text-decoration: none
}
.mobile-link {
  display: inline-block
}
.ftr-number {
  display: none
}
@media (min-width:1200px) {
  footer p a:hover {
    color: #f7d600
  }
  footer p a:hover:after {
    left: 0;
    right: auto;
    width: 100%
  }
  .ftLinks li a:hover {
    color: #f7d600
  }
  .ftLinks li a:hover:after {
    left: 0;
    right: auto;
    width: 100%
  }
  .back-to-top:hover {
    color: #f7d600
  }
  .back-to-top:hover span:after {
    left: 0;
    right: auto;
    width: 100%
  }
  .mobile-link {
    display: none !important
  }
  .ftr-number {
    display: inline-block
  }
}
@media (min-width:1201px) and (max-width:1280px) and (-webkit-min-device-pixel-ratio:1.5), (min-width:1201px) and (max-width:1280px) and (min-resolution:140dpi) {
  .ftEmailsLinks li a {
    font-size: .84375em
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .ftr-number {
    display: none !important
  }
}
@media (min-width:768px) and (max-width:991.98px) {
  footer p {
    font-size: .75em
  }
  .ftLinks li {
    padding: 0 .9375em
  }
  .back-to-top {
    font-size: .75em
  }
}
@media (max-width:767px) {
  footer {
    text-align: center;
    padding: 1.875em 0
  }
  .back-to-top {
    display: none
  }
  .ftLinks {
    margin: 0 0 .9375em 0;
    text-align: center
  }
  .ftLinks li {
    padding: 0 .9375em
  }
}
.search {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9
}
.search.search--open {
  z-index: 99999
}
.search::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .9)
}
.btn--search-close {
  position: absolute;
  top: 1.25em;
  right: 1.25em;
  display: none;
  outline: 0;
  background: #212e8a;
  border: none;
  min-width: inherit;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  padding: .3125em;
  width: 3.125em;
  height: 3.125em;
  cursor: pointer
}
.btn--search-close i {
  position: relative;
  top: .125em;
  font-size: 1.125em
}
.btn--search-close {
  display: block
}
.search__form {
  margin: 5em 0;
  width: 85%;
  z-index: 1
}
.search__input {
  font-family: inherit;
  font-size: 5vw;
  line-height: 1;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  padding: .05em 0;
  color: #fff;
  border: none;
  border-bottom: #fff 5px solid;
  background: 0 0
}
.search__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, .5)
}
.search__input::-moz-placeholder {
  opacity: 1;
  color: rgba(255, 255, 255, .5)
}
.search__input:-ms-input-placeholder {
  color: rgba(255, 255, 255, .5)
}
.search__input::-webkit-search-cancel-button, .search__input::-webkit-search-decoration {
  -webkit-appearance: none
}
.search__input::-ms-clear {
  display: none
}
.search__info {
  font-size: 1em;
  font-weight: 700;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: .85em 0;
  text-align: right;
  color: #fff
}
.search__related {
  display: flex;
  width: 75%;
  text-align: left;
  pointer-events: none
}
.search__suggestion {
  width: 50%
}
.search__suggestion:first-child {
  padding: 0 2em 0 0
}
.search__suggestion:last-child {
  padding: 0 0 0 2em
}
.search__suggestion h3 {
  font-size: 1.35em;
  margin: 0
}
.search__suggestion h3::before {
  content: "\21FE";
  display: inline-block;
  padding: 0 .5em 0 0
}
.search__suggestion p {
  font-size: 1.15em;
  line-height: 1.4;
  margin: .75em 0 0 0
}
.search {
  pointer-events: none
}
.search--open {
  pointer-events: auto
}
.search::before {
  opacity: 0;
  transition: opacity .5s
}
.search--open::before {
  opacity: 1
}
.btn--search-close {
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}
.search--open .btn--search-close {
  opacity: 1
}
.search__info, .search__suggestion {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition: opacity .4s, transform .4s
}
.search--open .search__info, .search--open .search__suggestion {
  opacity: 1;
  transform: translate3d(0, 0, 0)
}
.search--open .search__suggestion:first-child {
  transition-delay: .15s
}
.search--open .search__suggestion:nth-child(2) {
  transition-delay: .2s
}
.search__input {
  opacity: 0;
  transition: .5s
}
@media (prefers-reduced-motion:reduce) {
  .search__input {
    transition: none
  }
}
.search--open .search__input {
  opacity: 1;
  outline: 0
}
@media screen and (max-width:40em) {
  .btn--search-close i {
    font-size: 1.25em
  }
  .search__suggestion {
    font-size: 80%;
    width: 100%
  }
  .search__suggestion:nth-child(2), .search__suggestion:nth-child(3) {
    display: none
  }
}
@media (min-width:1200px) {
  .btn--search-close:hover {
    background: #fff;
    color: #212e8a
  }
}
#chartdiv {
  width: 100%;
  height: 799px;
  background: url(/ResourcePackages/dutco/assets/images/map-bg.jpg) repeat
}
@-webkit-keyframes sonarEffect {
  0% {
    opacity: .3
  }
  40% {
    opacity: .5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 5px 5px #212e8a, 0 0 0 5px rgba(255, 255, 255, .5)
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 5px 5px #212e8a, 0 0 0 5px rgba(255, 255, 255, .5);
    -webkit-transform: scale(1.5);
    opacity: 0
  }
}
@-moz-keyframes sonarEffect {
  0% {
    opacity: .3
  }
  40% {
    opacity: .5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 5px 5px #212e8a, 0 0 0 5px rgba(255, 255, 255, .5)
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 5px 5px #212e8a, 0 0 0 5px rgba(255, 255, 255, .5);
    -moz-transform: scale(1.5);
    opacity: 0
  }
}
@keyframes sonarEffect {
  0% {
    opacity: .3
  }
  40% {
    opacity: .5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 5px 5px #212e8a, 0 0 0 5px rgba(255, 255, 255, .5)
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 5px 5px #212e8a, 0 0 0 5px rgba(255, 255, 255, .5);
    transform: scale(1.5);
    opacity: 0
  }
}
#chartdiv .map-marker.active .pulse {
  border: 4px solid #212e8a;
  background-color: #212e8a
}
#chartdiv .map-marker.active .pulse:after {
  box-shadow: 0 0 0 5px #212e8a
}
.homeMap {
  position: relative;
  overflow: hidden
}
.map-marker {
  margin-left: -8px;
  margin-top: -8px
}
.map-marker.map-clickable {
  cursor: pointer
}
.heading-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 126px;
  padding: 40px;
  background: rgba(33, 46, 138, .9);
  -webkit-box-shadow: 0 0 10px rgba(58, 86, 84, .35);
  -moz-box-shadow: 0 0 10px rgba(58, 86, 84, .35);
  box-shadow: 0 0 10px rgba(58, 86, 84, .35);
  z-index: 999
}
.heading-wrap h1 {
  color: #212e8a;
  font-size: 34px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  line-height: 34px;
  font-weight: 700
}
.info-window {
  display: none
}
.scroll-bar-default {
  overflow-y: scroll;
  height: 210px;
  position: relative;
  z-index: 999999
}
.amcharts-description-close-img {
  margin-right: 10px;
  margin-top: 10px
}
.scroll-bar-default::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px #aecde2;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  background-color: #aecde2
}
.scroll-bar-default::-webkit-scrollbar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  width: 3px;
  background-color: #fff
}
.scroll-bar-default::-webkit-scrollbar-thumb {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 1px #b4d7d4;
  background-color: #b4d7d4
}
@media (min-width:1601px) {
  #chartdiv {
    height: 975px
  }
}
@media (max-width:1366px) {
  #chartdiv {
    height: 662px
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .ammapDescriptionWindow.amcharts-description-div {
    right: 0
  }
}
@media (min-width:768px) and (max-width:991px) {
  .ammapDescriptionWindow.amcharts-description-div {
    right: -20%
  }
  #chartdiv {
    height: 31.25em
  }
}
@media (max-width:767px) {
  .heading-wrap {
    height: inherit
  }
  .ammapDescriptionWindow.amcharts-description-div {
    right: 0;
    width: 90% !important
  }
  .ammapDescriptionWindow.amcharts-description-div .imgIcon {
    opacity: .4
  }
  .ammapDescriptionWindow.amcharts-description-div ul {
    width: 100%
  }
  .heading-wrap {
    padding: 20px;
    font-size: 26px
  }
}
@media (max-width:480px) {
  #chartdiv {
    height: 240px
  }
  .ammapDescriptionWindow.amcharts-description-div {
    top: 170px !important;
    z-index: 999
  }
}
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom
}
.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto
}
.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr
}
.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto
}
.mCSB_inside > .mCSB_container {
  margin-right: 30px
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0
}
.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0
}
.mCSB_outside + .mCSB_scrollTools {
  right: -26px
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px
}
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px
}
.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer
}
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0
}
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px
}
.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0
}
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0
}
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px
}
.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0
}
.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out
}
.mCSB_scrollTools {
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"
}
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"
}
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)"
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"
}
.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp {
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: .4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"
}
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0
}
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px
}
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px
}
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px
}
.mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover, .mCSB_scrollTools .mCSB_buttonUp:hover {
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"
}
.mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active, .mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: .9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .15)
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75)
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, .85)
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, .9)
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px
}
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .85)
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .9)
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .85)
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9)
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .85)
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .9)
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .85)
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9)
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px
}
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .1)
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px
}
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%
}
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .15)
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75)
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .85)
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9)
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px
}
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .15)
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0
}
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0
}
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75)
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .15)
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .85)
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9)
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px
}
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  opacity: .3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"
}
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%)
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%)
}
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px
}
.mCS-3d-dark.mCSB_scrollTools, .mCS-3d.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, .2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, .5), inset -1px 0 1px rgba(255, 255, 255, .2)
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), inset 0 -1px 1px rgba(255, 255, 255, .2)
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1)
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1)
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px
}
.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"
}
.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px
}
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px
}
.mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCS-3d-thick.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal, .mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4)
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, .05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px
}
.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, .2)
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .2)
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4), inset -1px 0 0 rgba(0, 0, 0, .2)
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), inset 0 -1px 0 rgba(0, 0, 0, .2)
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, .05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px
}
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0
}
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px
}
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent
}
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px
}
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, .2)
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px
}
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0
}
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px
}
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75)
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .85)
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9)
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .1)
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, .2)
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75)
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .85)
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9)
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .1)
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, .2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, .2)
}
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .6)
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .6)
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75)
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .85)
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9)
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .75)
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .85)
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .9)
}
.newsletter {
  background: #0e1528;
  padding: 1.875em 0
}
.newsletter h6 {
  color: #fff;
  margin: 0
}
.newsletter .form-group {
  margin: 0;
  width: 25%;
  display: inline-block
}
.newsletter .form-group + .form-group {
  margin-left: 1%;
  margin-right: 1%;
  width: 26%
}
.newsletter .form-group:last-child {
  margin-right: 0;
  margin-left: 1%;
  width: 15%
}
.newsletter .form-control {
  font-size: .8125em;
  color: #64666e;
  font-weight: 400
}
.newsletter .btn-link {
  color: #fff
}
.ftEmailsLinks {
  margin: 0;
  padding: .9375em 0 .9375em 1.875em;
  position: relative
}
.ftEmailsLinks:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  content: "";
  background: #1f2c46;
  height: 100%
}
.ftEmailsLinks li {
  list-style: none;
  display: block;
  position: relative;
  padding: 0 0 0 2.25em;
  margin: 0 0 .625em 0
}
.ftEmailsLinks li i {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 1.25em
}
.ftEmailsLinks li a {
  color: #fff;
  font-size: 1em;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: relative;
  display: inline-block
}
.ftEmailsLinks li a:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 0%;
  height: 1px;
  background: #f7d600;
  -webkit-transition: all .4s cubic-bezier(.42, 0, .58, 1);
  transition: all .4s cubic-bezier(.42, 0, .58, 1)
}
.ftEmailsLinks li a:focus, .ftEmailsLinks li a:hover {
  text-decoration: none
}
.ftEmailsLinks li:last-child {
  margin: 0
}
@media (min-width:1200px) {
  .ftEmailsLinks li a:hover {
    color: #f7d600
  }
  .ftEmailsLinks li a:hover:after {
    left: 0;
    right: auto;
    width: 100%
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .ftEmailsLinks li a {
    font-size: .875em
  }
}
@media (min-width:768px) and (max-width:991.98px) {
  .newsletter .form-group:first-child {
    width: 100%
  }
  .newsletter .form-group + .form-group {
    margin-left: 0;
    margin-right: 1%;
    width: 40%
  }
  .newsletter .form-group:last-child {
    margin-right: 0;
    margin-left: 1%;
    width: 16%
  }
}
@media (max-width:767px) {
  .newsletter .form-group {
    width: 100%;
    margin: 0 0 1.875em 0
  }
  .newsletter .form-group + .form-group {
    width: 100%;
    margin: 0 0 1.875em 0
  }
  .newsletter .form-group:last-child {
    width: 100%;
    margin: 0 0 1.875em 0
  }
  .ftEmailsLinks {
    padding: 1.875em 0 0 0
  }
  .ftEmailsLinks:before {
    width: 100%;
    height: 1px
  }
}
.inner-navbar {
  width: 100%;
  position: absolute;
  bottom: 0;
  vertical-align: middle;
  background-color: #211f60;
  opacity: .7;
  height: 2.75em
}
.inner-navbar .container {
  float: right !important;
  max-width: 89.8%;
  padding-left: 2% !important
}
.inner-navbar ul.breadcrumb {
  padding: 0;
  list-style: none;
  line-height: initial;
  background: 0 0;
  margin: .625em 0 0 0
}
.inner-navbar ul.breadcrumb li {
  display: inline;
  font-size: .9375em
}
.inner-navbar ul.breadcrumb .active a {
  color: #fae300
}
.inner-navbar ul.breadcrumb li + li:before {
  padding: 8px;
  color: #d1cba1;
  content: "|"
}
.inner-navbar ul.breadcrumb li a {
  color: #d1cba1;
  text-decoration: none
}
.inner-navbar ul.breadcrumb li a:hover {
  color: #ff0;
  text-decoration: underline
}
.fact-box {
  padding: .3em 1.875em;
  border-left: 3px solid #f4da0d;
  height: 8em
}
.fact-box .icon-person {
  float: left;
  margin-right: 1em
}
.fact-box .icon-global-2 {
  font-size: 6em
}
.fact-box .number {
  font-size: 3.3em;
  color: #f4da0d;
  font-weight: 600
}
.policies-sec {
  background-color: #212e8a;
  color: #fff;
  height: auto
}
.policies-sec h2 {
  color: #fff
}
.policies-sec p {
  color: #fff
}
.policies-sec h6 {
  color: #fff
}
.policies-sec .about-img-slider {
  z-index: 3
}
.policies-sec .right-aligned-content {
  max-width: 89.8%;
  padding-right: 0
}
.policies-sec .global-fact-box {
  width: auto;
  position: relative;
  top: unset;
  bottom: unset;
  right: unset;
  left: unset;
  background: #212e8a;
  padding: .3em 1.875em;
  border-left: 3px solid #ff0
}
.policies-sec .image {
  width: 100%;
  position: relative;
  z-index: 3;
  margin-top: 40px
}
.policies-sec .dotted-hr {
  border-bottom: 1px dotted;
  margin-top: -8.5em;
  z-index: 2
}
.policies-sec .content {
  padding: 0 0 0 10% !important
}
.policies-sec .policies-image-container {
  max-height: 815px;
  overflow: hidden;
  padding: 0
}
.policies-sec .row {
  margin: 0
}
.slider-overflow-hidden {
  overflow: hidden
}
.profile-slider {
  height: 100%
}
.profile-slider .slick-list {
  overflow: visible
}
.profile-slider .item {
  margin-bottom: 9em
}
.profile-slider .slick-arrow {
  position: absolute;
  color: #fff;
  width: 6.875em;
  height: 5em;
  text-align: center;
  border: 1px solid #dde0f7;
  z-index: 3;
  top: auto;
  bottom: 0;
  margin: 0 auto;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}
.profile-slider .slick-arrow i {
  position: relative;
  top: .625em;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}
.profile-slider .slick-arrow i:before {
  font-size: 3.75em
}
.profile-slider .slick-arrow.socialArrowLeft {
  left: 0
}
.profile-slider .slick-arrow.socialArrowRight {
  left: 6.875em;
  border: none
}
.profile-slider .slick-arrow:hover {
  text-decoration: none;
  color: #212e8a;
  background-color: #fff
}
.company-history-sec {
  overflow: hidden;
  width: 100%;
  position: relative
}
.company-history-sec .container {
  float: right !important;
  max-width: 89.8%;
  border-left: 1px solid #c7c7c7;
  padding-left: 6% !important
}
.company-history-sec .yellow-home-box {
  background: #fafafa;
  width: 12.625em
}
.company-domains {
  margin: 24px 10px;
  line-height: 1.4
}
.company-domains .col-6 {
  height: 20.5em
}
.company-domains li {
  width: .8125em;
  height: .8125em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, .6);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}
.company-domains li button {
  display: none
}
.company-domains .slick-dots {
  margin-top: 3em;
  position: relative;
  bottom: unset;
  height: 1em;
  vertical-align: middle
}
.company-domains .slick-dots li {
  background-color: #212e8a;
  width: .5em;
  height: .5em;
  margin: .3em
}
.company-domains li.slick-active {
  background-color: #f7d600;
  width: 1em;
  height: 1em;
  margin: 0 .1em
}
.real-estate-box {
  width: 17.1875em;
  height: 15em;
  background: #f4da0d;
  margin: 0;
  padding: 10px;
  position: absolute;
  bottom: 0;
  right: 0
}
.real-estate-box i {
  font-size: 6em;
  color: #000
}
.hospitality-box {
  width: 19.75em;
  height: 18.75em;
  background: #212e8a;
  margin: 0;
  padding: 10px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0
}
.hospitality-box i {
  font-size: 4.25em;
  color: #fff
}
.box-title {
  font-size: 2.1875em
}
.construction-box {
  width: 19.75em;
  height: 18.75em;
  background: #212e8a;
  margin: 0;
  padding: 10px;
  color: #fff;
  float: right
}
.construction-box i {
  font-size: 4.25em;
  color: #fff
}
.oilngas-box {
  width: 17.1875em;
  height: 15em;
  background: #f4da0d;
  margin: 0;
  padding: 10px
}
.oilngas-box i {
  color: #000
}
section h6 {
  margin-top: 6.75em
}
section.break {
  padding: 2.375em 0 0 0;
  margin: 5.25em 0
}
.square {
  margin: .625em;
  text-align: left;
  display: grid
}
.square i {
  font-size: 4.6em
}
.small-box-rescale {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}
.inner-box-content {
  width: fit-content;
  margin: auto
}
@media (max-width:767px) {
  .company-domains {
    font-size: 50%
  }
  .policies-sec .about-img-slider {
    display: none
  }
  .policies-sec .right-aligned-content {
    max-width: 100%
  }
  section h6 {
    margin-top: 5em
  }
  .company-history-sec .container {
    max-width: 100%;
    border-left: none;
    padding-left: 1.25em !important
  }
  .inner-navbar {
    display: none
  }
}
.policies-sec {
  padding-bottom: 3em !important
}
@media (min-width:992px) {
  .policies-sec {
    padding-bottom: 14em !important
  }
}
.who-we-sec .who-we-sec-row:after {
  content: "";
  height: 8em;
  width: 25em;
  background-color: #212e8a;
  margin-left: auto
}
.who-we-sec .yellow-home-box {
  bottom: 8em !important
}
.companies-sec {
  padding: 0 0 6.875em 0;
  overflow: hidden;
  background: #fff
}
.companies-sec .company-head {
  margin-bottom: 5em
}
.companies-sec .count {
  float: right;
  padding: .9375em 0;
  font-weight: 600;
  color: #a9a9a9
}
.companies-sec h2:before {
  content: "";
  width: 1.0625em;
  height: .1em;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  background: #f7d600
}
.companies-sec .read {
  float: left;
  padding-left: 2em
}
.companies-sec h3 {
  font-size: 1.9em
}
.companies-sec .left-box {
  border: 1px solid #e0e2f8;
  float: right;
  padding: 3em 2.5em 2.5em 2.5em !important
}
.companies-sec .right-box {
  border: 1px solid #e0e2f8;
  float: left;
  padding: 3em 2.5em 2.5em 2.5em !important
}
.companies-sec .container > .row {
  padding: 3em 1em
}
.companies-sec img {
  width: 100%
}
.companies-sec .content {
  min-height: 13em;
  max-height: 13em;
  overflow: hidden;
  padding-left: 2em
}
.vertical-title {
  text-transform: uppercase;
  transform: rotate(-90deg);
  position: absolute;
  font-weight: 700;
  font-size: 6.875em;
  color: #f6f8fa;
  transform-origin: left;
  margin-left: .5em;
  padding-left: .2em
}
@media (min-width:768px) {
  .gray {
    background-color: #f9f9fb
  }
}
@media (max-width:767px) {
  .linear-gray {
    background-color: #f9f9fb
  }
  .companies-sec {
    padding-bottom: 3.125em
  }
  .companies-sec .content {
    min-height: auto;
    max-height: initial
  }
}
.business-detail {
  overflow: hidden;
  position: relative;
  padding: 7em 0
}
.business-detail:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 80%;
  height: 100%;
  background-color: #fafafa;
  content: ""
}
.business-detail .detail-logo {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin-bottom: 2em
}
.business-detail .de-logo {
  width: 7.5em;
  height: 4.375em;
  margin-right: 1.875em
}
.business-detail .image-container {
  position: absolute;
  padding: 0;
  left: 0;
  right: 0;
  margin: 0 auto
}
.business-detail .image-container > div {
  margin-left: auto
}
.business-detail .text-container {
  margin: 0;
  padding-top: 7em;
  padding-left: 6em
}
.business-detail .lead {
  color: #444654
}
.business-detail .btn {
  background-color: #f7d600;
  padding: 1em;
  width: 14em;
  margin: 2em 0 0 0
}
.business-detail .btn:hover i {
  color: #fff !important
}
.business-detail p {
  color: #7b7d90;
  line-height: 1.5em
}
.business-detail h5 {
  margin-top: 2em
}
.business-detail h3 {
  margin-bottom: 0;
  padding-left: 1em
}
.our-work {
  background-color: #212e8a;
  margin: 0
}
.our-work .container {
  max-width: 89.8%;
  margin-left: auto;
  margin-right: 0;
  padding: 0
}
.our-work h2 {
  color: #fff
}
.our-work h6 {
  color: #fff
}
.our-work {
  margin-top: 7em;
  padding: 7em 0 8em
}
.our-work .item p {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 5%;
  font-size: 1.3em;
  display: none
}
.our-work .slick-slide {
  position: relative
}
.our-work .slick-current p {
  display: block
}
.our-work .slick-arrow {
  color: #fff !important
}
.our-work .slick-arrow:hover {
  text-decoration: none;
  color: #212e8a !important;
  border: 1px solid #fff
}
.our-work .slick-list {
  overflow: visible
}
.awards-sec {
  padding: 4.375em 0 6.875em 0;
  overflow: hidden;
  background: #f9f9fb;
  margin: 6.25em 0
}
.awards-slider .item {
  border: 1px solid #dde0f7;
  background: #fff;
  border: 1px solid #dde0f7;
  background: #fff;
  min-height: 16em;
  min-width: 23.5em;
  display: flex
}
.awards-slider .item:nth-child(odd) {
  background: #f9f9fb
}
.awards-slider .img-fluid {
  height: 100%;
  width: auto;
  margin: auto
}
.awards-bg {
  background-color: #212e8a;
  transform: translate(30%);
  height: 8em
}
.awards-heading {
  color: #fff;
  text-align: center;
  margin: 0 auto
}
.left {
  float: left
}
@media (min-width:576px) and (max-width:767.98px) {
  .business-detail {
    padding: 3.125em 0
  }
  .business-detail:before {
    width: 100%
  }
  .business-detail .text-container {
    padding-left: 0;
    padding-bottom: 3.125em
  }
}
@media (max-width:575.98px) {
  .business-detail {
    padding: 3.125em 0
  }
  .business-detail:before {
    width: 100%
  }
  .business-detail .text-container {
    padding-left: 0;
    padding-bottom: 3.125em
  }
}
.event-list-sec {
  padding-top: 7em;
  background-image: url(/ResourcePackages/dutco/assets/images/bgweb.png);
  background-repeat: no-repeat
}
.event-list-sec .filter-bg {
  margin-top: 9.2em
}
.event-list-sec .filter-bg h5 {
  margin: 0
}
.event-list-sec .filter-bg .filter {
  background-color: #f9f9fb;
  padding: 2em !important
}
.event-list-sec .filter-bg .filter h6 {
  text-transform: uppercase;
  color: #272935;
  letter-spacing: 0;
  margin-bottom: 2.1875em;
  position: relative;
  padding-bottom: .625em;
  margin-top: 0;
  font-size: 1em
}
.event-list-sec .filter-bg .filter ul {
  list-style-type: none;
  padding-inline-start: 0;
  line-height: 2em;
  font-size: .9em;
  color: #444654aa
}
.event-list-sec .filter-bg .filter ul li.active {
  color: #444654
}
.event-list-sec .inner-heading {
  margin: 2.25em 0
}
.event-list-sec .inner-heading h2 {
  padding: 0 .5em
}
.event-list-sec .event {
  padding: 0 3em !important;
  margin-bottom: 4.875em;
  vertical-align: top
}
.event-list-sec .event .date {
  color: #00008b;
  margin-top: 1em
}
.event-list-sec .event h3 {
  font-size: 1.5em
}
.event-list-sec .event .description {
  font-weight: 500;
  color: #d3d3d3
}
.pagination .slick-dots {
  position: unset !important;
  color: #dde0f7
}
.pagination .socialArrowLeft {
  border: 1px solid #dde0f7;
  font-size: 5.5em;
  padding-left: .3em
}
.pagination .socialArrowRight {
  left: 6.875em;
  font-size: 5.5em
}
.event-slider {
  height: auto
}
.event-slider .slick-list {
  overflow: visible;
  border-bottom: 1px solid #dde0f7;
  padding-bottom: 5em;
  margin-bottom: 3em
}
.event-slider .slick-track {
  width: 100% !important;
  transform: translate3d(0, 0, 0) !important
}
.event-slider .slick-arrow {
  position: relative;
  color: #00f;
  width: 6.875em;
  height: 5em;
  text-align: center;
  border: 1px solid #dde0f7;
  z-index: 3;
  margin: 0 auto;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}
.event-slider .slick-arrow i {
  position: relative;
  top: .625em;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}
.event-slider .slick-arrow i:before {
  font-size: 3.75em
}
.event-slider .slick-arrow.socialArrowLeft {
  left: 0;
  font-size: 6em
}
.event-slider .slick-arrow.socialArrowRight {
  left: 6.875em;
  font-size: 6em;
  border: none
}
.event-slider .slick-arrow:hover {
  text-decoration: none;
  color: #212e8a;
  background-color: #fff
}
.event-slider .slick-list .slick-slide {
  display: none
}
.event-slider .slick-list .slick-active {
  display: block
}
.page-numbering .slick-active {
  color: #202d88
}
.news-list-sec {
  padding-top: 7em;
  background-image: url(/ResourcePackages/dutco/assets/images/bgweb.png);
  background-repeat: no-repeat;
  background-size: 20% auto
}
.news-list-sec .filter-bg {
  margin-top: 9.2em
}
.news-list-sec .filter-bg h5 {
  margin: 0
}
.news-list-sec .filter-bg .filter {
  background-color: #f9f9fb;
  padding: 2em !important
}
.news-list-sec .filter-bg .filter h6 {
  text-transform: uppercase;
  color: #272935;
  letter-spacing: 0;
  margin-bottom: 2.1875em;
  position: relative;
  padding-bottom: .625em;
  margin-top: 0;
  font-size: 1em
}
.news-list-sec .filter-bg .filter ul {
  list-style-type: none;
  padding-inline-start: 0;
  line-height: 2em;
  font-size: .9em;
  color: #444654aa
}
.news-list-sec .filter-bg .filter ul li.active {
  color: #444654
}
.news-list-sec .inner-heading {
  margin: 2.25em 0
}
.news-list-sec .inner-heading h2 {
  padding: 0 .5em
}
.news-list-sec .news {
  padding: 0 3em !important;
  margin-bottom: 4.875em;
  vertical-align: top
}
.news-list-sec .news .date {
  color: #00008b;
  margin-top: 1em
}
.news-list-sec .news h3 {
  font-size: 1.5em
}
.news-list-sec .news .description {
  font-weight: 500;
  color: #7b7d90
}
.pagination .slick-dots {
  position: unset !important;
  color: #dde0f7
}
.pagination .socialArrowLeft {
  border: 1px solid #dde0f7;
  font-size: 5.5em;
  padding-left: .3em
}
.pagination .socialArrowRight {
  left: 6.875em;
  font-size: 5.5em
}
.news-slider {
  height: auto
}
.news-slider .slick-slide {
  display: block;
  width: 50%
}
.news-slider .slick-list {
  overflow: visible;
  border-bottom: 1px solid #dde0f7;
  padding-bottom: 5em;
  margin-bottom: 3em
}
.news-slider .slick-track {
  width: 100% !important;
  transform: translate3d(0, 0, 0) !important
}
.news-slider .slick-arrow {
  position: relative;
  color: #00f;
  width: 6.875em;
  height: 5em;
  text-align: center;
  border: 1px solid #dde0f7;
  z-index: 3;
  margin: 0 auto;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}
.news-slider .slick-arrow i {
  position: relative;
  top: .625em;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}
.news-slider .slick-arrow i:before {
  font-size: 3.75em
}
.news-slider .slick-arrow.socialArrowLeft {
  left: 0;
  font-size: 6em
}
.news-slider .slick-arrow.socialArrowRight {
  left: 6.875em;
  font-size: 6em;
  border: none
}
.news-slider .slick-arrow:hover {
  text-decoration: none;
  color: #212e8a;
  background-color: #fff
}
.news-slider .slick-list .slick-slide {
  display: none
}
.news-slider .slick-list .slick-active {
  display: block
}
.page-numbering .slick-active {
  color: #202d88
}
.media-list-sec {
  padding-top: 7em;
  background-image: url(/ResourcePackages/dutco/assets/images/bgweb.png);
  background-repeat: no-repeat;
  background-size: 20% auto
}
.media-list-sec .filter-bg {
  margin-top: 9.2em
}
.media-list-sec .filter-bg h5 {
  margin: 0
}
.media-list-sec .filter-bg .filter {
  background-color: #f9f9fb;
  padding: 2em !important
}
.media-list-sec .filter-bg .filter h6 {
  text-transform: uppercase;
  color: #272935;
  letter-spacing: 0;
  margin-bottom: 2.1875em;
  position: relative;
  padding-bottom: .625em;
  margin-top: 0;
  font-size: 1em
}
.media-list-sec .filter-bg .filter ul {
  list-style-type: none;
  padding-inline-start: 0;
  line-height: 2em;
  font-size: .9em;
  color: #444654aa
}
.media-list-sec .filter-bg .filter ul li.active {
  color: #444654
}
.media-list-sec .inner-heading {
  margin: 2.25em 0
}
.media-list-sec .inner-heading h2 {
  padding: 0 .5em
}
.media-list-sec .inner-heading p {
  margin-top: 1em;
  margin-bottom: 1.125em;
  font-size: 1.125em;
  line-height: 1.5em;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  padding: 0 1em
}
.media-list-sec .inner-heading p:before {
  content: "";
  width: 2.0625em;
  height: .1875em;
  position: absolute;
  bottom: -.6em;
  background: #f7d600
}
.media-list-sec .media {
  padding: 0 3em !important;
  margin-bottom: 4.875em;
  vertical-align: top
}
.media-list-sec .media .date {
  color: #00008b;
  margin-top: 1em
}
.media-list-sec .media h3 {
  font-size: 1.5em
}
.media-list-sec .media .description {
  font-weight: 500;
  color: #d3d3d3
}
.pagination .slick-dots {
  position: unset !important;
  color: #dde0f7
}
.pagination .socialArrowLeft {
  border: 1px solid #dde0f7;
  font-size: 5.5em;
  padding-left: .3em
}
.pagination .socialArrowRight {
  left: 6.875em;
  font-size: 5.5em
}
.media-slider {
  height: auto
}
.media-slider .slick-list {
  overflow: visible;
  border-bottom: 1px solid #dde0f7;
  padding-bottom: 5em;
  margin-bottom: 3em
}
.media-slider .slick-track {
  width: 100% !important;
  transform: translate3d(0, 0, 0) !important
}
.media-slider .slick-arrow {
  position: relative;
  color: #00f;
  width: 6.875em;
  height: 5em;
  text-align: center;
  border: 1px solid #dde0f7;
  z-index: 3;
  margin: 0 auto;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}
.media-slider .slick-arrow i {
  position: relative;
  top: .625em;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}
.media-slider .slick-arrow i:before {
  font-size: 3.75em
}
.media-slider .slick-arrow.socialArrowLeft {
  left: 0;
  font-size: 6em
}
.media-slider .slick-arrow.socialArrowRight {
  left: 6.875em;
  font-size: 6em;
  border: none
}
.media-slider .slick-arrow:hover {
  text-decoration: none;
  color: #212e8a;
  background-color: #fff
}
.media-slider .slick-list .slick-slide {
  display: none
}
.media-slider .slick-list .slick-active {
  display: block
}
.page-numbering .slick-active {
  color: #202d88
}
.video-popup p {
  margin: 0
}
.video-popup .page {
  position: relative;
  height: 100%
}
.video-popup .popup {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  opacity: 0;
  visibility: hidden;
  transition: .3s ease
}
.video-popup .show-popup .popup {
  opacity: 1;
  visibility: visible
}
.video-popup .popup > iframe {
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -280px
}
.inner-box {
  width: 100%;
  height: auto
}
.site-map-list {
  margin: 6.25em 0 6.25em;
  padding: 0;
  list-style: none
}
.site-map-list li {
  position: relative;
  padding: 0 0 0 1.5625em
}
.site-map-list li:before {
  content: "\54";
  font-family: dutco-web !important;
  position: absolute;
  left: 0;
  font-size: 1em;
  height: 1em;
  line-height: 1;
  top: .6875em;
  bottom: auto;
  margin: auto 0
}
.site-map-list li a {
  position: relative;
  display: inline-block;
  padding: .5em 0;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}
.site-map-list li a:before {
  position: absolute;
  content: "";
  bottom: .4375em;
  right: 0;
  height: 1px;
  width: 0;
  background: #f7d600;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}
.site-map-list li ul {
  padding-left: 1.875em;
  list-style: none
}
.site-map-list li ul li {
  padding: 0 0 0 1.25em
}
.site-map-list li ul li:before {
  content: "\7a";
  font-size: .625em;
  top: 1.375em
}
@media (min-width:1200px) {
  .site-map-list li a:hover:before {
    width: 100%;
    left: 0
  }
}
.news-detail-sec {
  background-image: url(/ResourcePackages/dutco/assets/images/BackgroundGrid.png);
  background-repeat: no-repeat;
  background-size: 35%;
  background-position: right;
  background-position-y: 0
}
.news-detail-sec .container {
  margin: 0;
  background-color: #fafafa;
  padding-top: 7em;
  padding-left: 6em
}
.news-detail-sec .date {
  color: #202d88;
  margin-top: 1em;
  font-size: 1em
}
.news-detail-sec h3 {
  font-size: 1.5em
}
.news-detail-sec h2 {
  text-transform: capitalize
}
.news-detail-slider {
  width: 100%
}
.news-detail-slider .slick-list {
  overflow: visible
}
.news-detail-slider .item {
  margin-bottom: 9em
}
.center-arrows {
  margin-bottom: 2em
}
.center-arrows .socialArrowLeft {
  padding-left: 3em
}
.center-arrows .slick-arrow {
  font-size: 100%;
  position: relative;
  color: #212e8a;
  width: 6.875em;
  height: 5em;
  text-align: center;
  border: 1px solid #dde0f7;
  z-index: 3;
  margin: 0;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}
.center-arrows .slick-arrow i {
  position: relative;
  top: .625em;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}
.center-arrows .slick-arrow i:before {
  font-size: 3.75em
}
.center-arrows .slick-arrow.socialArrowRight {
  border: none
}
.center-arrows .slick-arrow:hover {
  text-decoration: none;
  color: #212e8a;
  background-color: #fff
}
.latest-news-sec {
  padding-top: 7em
}
.latest-news-sec .news {
  padding: 0 3em !important;
  margin-bottom: 4.875em;
  vertical-align: top
}
.latest-news-sec .news .date {
  color: #202d88;
  margin-top: 1em
}
.latest-news-sec .news h3 {
  font-size: 1.5em
}
.latest-news-sec .news .description {
  font-weight: 500;
  color: #7b7d90
}
.latest-news-sec .inner-heading {
  margin: 2.25em 0
}
.latest-news-sec .inner-heading h2 {
  padding: 0 .5em
}
.latest-news-sec .latest-news-slider .slick-arrow {
  font-size: 100%;
  position: absolute;
  color: #212e8a;
  width: 6.875em;
  height: 5em;
  text-align: center;
  border: 1px solid #dde0f7;
  z-index: 3;
  margin: auto 0;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  top: 0;
  bottom: 0
}
.latest-news-sec .latest-news-slider .slick-arrow i {
  position: relative;
  top: .625em;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}
.latest-news-sec .latest-news-slider .slick-arrow i:before {
  font-size: 3.75em
}
.latest-news-sec .latest-news-slider .slick-arrow.socialArrowLeft {
  left: -5em
}
.latest-news-sec .latest-news-slider .slick-arrow.socialArrowRight {
  border: none;
  right: -5em
}
.latest-news-sec .latest-news-slider .slick-arrow:hover {
  text-decoration: none;
  color: #212e8a;
  background-color: #fff
}
.latest-event-sec .gray-bg {
  background-color: #fafafa
}
.latest-event-sec .container-fluid {
  overflow: hidden
}
.latest-event-sec .news {
  vertical-align: top;
  padding: 0 4em
}
.latest-event-sec .news .date {
  color: #202d88;
  margin-top: 1em
}
.latest-event-sec .news h3 {
  font-size: 1.5em
}
.latest-event-sec .news .description {
  font-weight: 500;
  color: #7b7d90
}
.latest-event-sec .inner-heading {
  margin: 7em 7em 1em
}
.latest-event-sec .inner-heading > div {
  padding: 0 10em 0 5em
}
.latest-event-sec .inner-heading h2 {
  padding: 0 .5em
}
.latest-event-sec .latest-event-slider .slick-slide :after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .5);
  transition: all .5s ease-in-out
}
.latest-event-sec .latest-event-slider .news.slick-current :after {
  background-color: rgba(0, 0, 0, 0);
  transition: all .5s ease-in
}
.latest-event-sec .latest-event-slider .slick-slide > .col-12 {
  padding: 0
}
.latest-event-sec .latest-event-slider .slick-list {
  overflow: visible !important
}
.latest-event-sec .latest-event-slider .arrow-wrapper {
  position: absolute;
  height: 100%;
  margin: auto 0;
  top: 0;
  bottom: 0;
  left: 3.5em
}
.latest-event-sec .latest-event-slider .wrapper-right {
  left: unset;
  right: 3.5em
}
.latest-event-sec .latest-event-slider .slick-arrow {
  font-size: 100%;
  color: #212e8a;
  width: 2.875em;
  height: 3em;
  text-align: center;
  border: 1px solid #dde0f7;
  z-index: 3;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}
.latest-event-sec .latest-event-slider .slick-arrow i {
  position: relative;
  top: .5em;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}
.latest-event-sec .latest-event-slider .slick-arrow i:before {
  font-size: 2.125em
}
.latest-event-sec .latest-event-slider .slick-arrow:hover {
  text-decoration: none;
  color: #212e8a;
  background-color: #fff
}
.latest-event-sec .news-box {
  position: absolute;
  height: 40%;
  display: none;
  width: 35%;
  margin-left: -5.5em;
  bottom: 0;
  background-color: #212e8a;
  padding: 2em
}
.latest-event-sec .news-box p {
  color: #fff !important
}
.latest-event-sec .news-box h3 {
  color: #fff !important
}
.latest-event-sec .news-box .btn {
  display: table;
  min-width: unset
}
.latest-event-sec .slick-current .news-box {
  display: block
}
.latest-event-sec .btn {
  display: table
}
.lat-news-updates-sec {
  padding-top: 7em
}
.lat-news-updates-sec .btn {
  display: table
}
.lat-news-updates-sec .gradient {
  background: linear-gradient(transparent, rgba(0, 0, 0, .333333));
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1
}
.lat-news-updates-sec .inner-heading {
  margin-bottom: 2em
}
.lat-news-updates-sec img {
  height: inherit
}
.lat-news-updates-sec .featured-news {
  background-color: #212e8a;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2
}
.lat-news-updates-sec .featured-news p {
  color: #fff !important;
  margin: .6em;
  width: 12em;
  padding-left: 1.5em;
  font-size: 1.2em;
  text-transform: uppercase
}
.lat-news-updates-sec .news-detail {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  margin-left: 3em
}
.lat-news-updates-sec .news-detail p {
  color: #fff !important
}
.lat-news-updates-sec .news-detail p.date:before {
  content: "";
  width: 2.0625em;
  height: .1875em;
  position: absolute;
  left: 0;
  bottom: -.2em;
  background: #f7d600
}
.lat-news-updates-sec .news-detail h3 {
  color: #fff !important
}
.lat-news-updates-sec .news-detail span {
  color: #fff !important
}
.img-video-gallery-sec {
  margin: 7em 0;
  padding-top: 3.5em;
  background-color: #212e8a
}
.img-video-gallery-sec h2 {
  color: #fff
}
.img-video-gallery-sec span {
  color: #fff
}
.img-video-gallery-sec .btn {
  display: table
}
.gallery-slider {
  padding: 0
}
.gallery-slider .slick-track {
  width: 100%
}
.gallery-slider li {
  width: .8125em;
  height: .8125em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, .6);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}
.gallery-slider li button {
  display: none
}
.gallery-slider .slick-dots {
  margin-top: 3em;
  position: relative;
  bottom: unset;
  height: 1em;
  vertical-align: middle
}
.gallery-slider .slick-dots li {
  background-color: #fff;
  width: .5em;
  height: .5em;
  margin: .3em
}
.gallery-slider li.slick-active {
  background-color: #f7d600;
  width: 1em;
  height: 1em;
  margin: 0 .1em
}
@media (max-width:1199.98px) {
  .news-box {
    position: relative !important;
    height: auto !important;
    display: block !important;
    width: 100% !important;
    margin-left: 0 !important
  }
  .latest-event-sec .inner-heading {
    margin: 1em
  }
  .latest-event-slider .slick-list {
    overflow: hidden !important
  }
  .latest-event-sec .news {
    vertical-align: top;
    padding: 1.5em
  }
  .latest-event-sec .news .date {
    margin-top: 0
  }
  .news {
    margin-bottom: 4.875em;
    vertical-align: top;
    padding: 0
  }
}
.form-wrapper {
  position: relative;
  float: left;
  width: 100%
}
.form-wrapper .thanks {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: #f7f7f7;
  text-align: center
}
.form-wrapper .thanks .thanks-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 110px;
  width: 100%;
  margin: auto 0;
  padding: 0 1.875em
}
.form-wrapper .loading:before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: #f7f7f7
}
.form-wrapper .loading .form-group {
  opacity: 0
}
.form-wrapper .loader {
  min-width: 100px;
  padding-top: 60px;
  color: #fff;
  width: auto !important;
  height: auto !important;
  text-align: center;
  font-style: normal;
  display: block;
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  z-index: 99999;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%)
}
.form-wrapper .loader:before {
  content: "";
  width: 50px;
  height: 50px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, .66)
}
.form-wrapper .loader:after {
  content: "";
  width: 50px;
  height: 50px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-animation: loader .6s linear;
  animation: loader .6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #6c757d transparent transparent;
  border-style: solid;
  border-width: .2em;
  box-shadow: 0 0 0 1px transparent
}
.form-wrapper .form-control-feedback {
  right: 1px
}
.contact-title {
  font-size: 1.75em;
  color: #212e8a;
  font-weight: 700;
  padding: .9375em 1.5625em
}
.contact-sec {
  padding: 5.625em 0 4.375em 0;
  position: relative;
  overflow: hidden;
  background: #fafafc
}
.contact-sec h2 {
  margin-bottom: .1875em;
  color: #212e8a
}
.contact-sec:before {
  content: "";
  background: url(/ResourcePackages/dutco/assets/images/contact-left-bg-img.png);
  position: absolute;
  top: 0;
  left: 0;
  height: 49.6875em;
  width: 17.8125em;
  max-height: 100%;
  background-size: 100% auto
}
.contact-sec .form-wrapper {
  width: 100%;
  margin-top: 0;
  padding-left: 3.4375em;
  padding-right: 4.375em
}
.contact-sec .form-wrapper .bootstrap-select .dropdown-toggle:after {
  right: 1.5625em;
  top: .8125em
}
.contact-sec .form-wrapper .bootstrap-select .dropdown-toggle .filter-option {
  padding: 0
}
.contact-sec .form-wrapper .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #343a40;
  font-size: .875em;
  letter-spacing: .1875em;
  font-weight: 400
}
.contact-sec .form-wrapper .bootstrap-select .sub-menu {
  max-height: 12.5em !important
}
.contact-sec .form-wrapper .thanks {
  background: #fff
}
.contact-sec .form-wrapper .thanks h4 {
  color: #343a40;
  line-height: 1.5625em
}
.contact-sec .form-wrapper .loading:before {
  background: #fff
}
.contact-sec .form-group {
  width: 46%;
  margin-bottom: 1.875em
}
.contact-sec .form-group.full {
  width: 100%
}
.contact-sec .form-group.captcha-img {
  position: relative;
  float: left
}
.contact-sec .form-group.captcha-img .img-box {
  position: absolute;
  bottom: 12px;
  right: 0
}
.contact-sec .form-control {
  border: 0;
  outline: 0;
  box-shadow: none;
  background: 0 0;
  padding: .75em 0;
  border-bottom: 1px solid #cecfd3;
  font-size: .9375em;
  color: #717171;
  width: 100%
}
.contact-sec .form-control::-webkit-input-placeholder {
  color: #717171;
  text-transform: uppercase;
  letter-spacing: .1875em
}
.contact-sec .form-control::-moz-placeholder {
  color: #717171;
  text-transform: uppercase;
  letter-spacing: .1875em
}
.contact-sec .form-control:-ms-input-placeholder {
  color: #717171;
  text-transform: uppercase;
  letter-spacing: .1875em
}
.contact-sec .form-control:-moz-placeholder {
  color: #717171;
  text-transform: uppercase;
  letter-spacing: .1875em
}
.contact-sec .textarea {
  resize: none;
  height: 9.375em
}
.contact-sec .intl-tel-input {
  width: 100%
}
.contact-sec .green-bg {
  width: 35%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #1491a0;
  background: -moz-linear-gradient(45deg, #1491a0 0, #005e68 100%);
  background: -webkit-linear-gradient(45deg, #1491a0 0, #005e68 100%);
  background: linear-gradient(45deg, #1491a0 0, #005e68 100%)
}
.contact-sec .has-error .form-control {
  border-bottom: 1px solid #dc3545
}
.contact-sec .has-success .form-control {
  border-bottom: 1px solid #28a745
}
.contact-sec .line-text {
  margin-top: 5.625em;
  padding-left: 3.125em
}
.contact-sec .grid-line {
  border-left: 1px solid rgba(52, 52, 52, .05)
}
.contact-sec .btn {
  text-align: center;
  padding-left: .9375em;
  padding-right: .9375em
}
.contact-sec .btn span {
  display: block;
  text-align: center;
  width: 100%
}
#contact_map {
  width: 100%;
  height: 48.75em
}
.map-sec {
  position: relative
}
.map-sec .mapinner-content {
  display: none;
  position: absolute;
  width: 32.5em;
  left: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  background-color: rgba(247, 251, 255, .9);
  overflow-y: hidden
}
.map-sec .mapinner-content .title-sec {
  background: #314c93;
  padding: 3.75em 0 3.5625em 5.625em
}
.map-sec .mapinner-content .title-sec h3 {
  color: #fff;
  margin: 0;
  padding: 0
}
.map-sec .mapinner-content .nav-tabs {
  border: 0
}
.map-sec .mapinner-content .nav-tabs li {
  width: 50%;
  text-align: center;
  height: 100%;
  margin: 0;
  padding: 0
}
.map-sec .mapinner-content .nav-tabs li a {
  outline: 0;
  border: 0;
  padding: 1.125em 0;
  border-radius: 0;
  text-transform: uppercase;
  background: #243d87;
  color: #fff;
  font-size: 1.25em;
  font-weight: 500;
  position: relative
}
.map-sec .mapinner-content .nav-tabs li a.active {
  background: #f7d600;
  color: #000
}
.map-sec .mapinner-content .nav-tabs li a img {
  position: absolute;
  right: 1.25em;
  bottom: 0
}
.map-sec .mapinner-content .card-header {
  padding: 0;
  border: 0;
  background-color: rgba(247, 251, 255, .9)
}
.map-sec .mapinner-content .card {
  border-bottom: 0;
  border-right: 0;
  border-radius: 0
}
.map-sec .mapinner-content .card:first-child {
  border-top: 0
}
.map-sec .mapinner-content .btn-link {
  width: 100%;
  text-align: left;
  background-color: rgba(255, 255, 255, .9);
  border-top: 0;
  font-size: 1.375em;
  color: #212e8a;
  font-weight: 700;
  padding: .9375em 0 0 3.75em;
  text-decoration: none;
  text-transform: capitalize
}
.map-sec .mapinner-content .btn-link.collapsed {
  height: 3.5em;
  font-size: 1.125em;
  color: #000;
  font-weight: 500;
  padding: .8125em 2.5em .8125em 4.6875em
}
.map-sec .mapinner-content .btn-link.collapsed i {
  opacity: 1
}
.map-sec .mapinner-content .btn-link i {
  position: absolute;
  right: 2.5em;
  opacity: 0
}
.map-sec .mapinner-content .card-body {
  padding: 0
}
.map-sec .mapinner-content .card-body h6 {
  margin: 2.1875em 0 1.25em 2.8125em
}
.map-sec .scroll-list {
  max-height: 15em
}
.map-sec .scroll-list .mCSB_scrollTools .mCSB_draggerRail {
  width: .375em
}
.map-sec .scroll-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: .375em
}
.contact-list {
  margin: .9375em 0 0;
  padding: 0 0 0 2.8125em
}
.contact-list li {
  padding: 0 2.5em;
  list-style: none;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  margin: 0 0 1.25em 0
}
.contact-list li .left-text {
  display: inline-block;
  width: 30%
}
.contact-list li .right-text {
  display: inline-block;
  width: 70%
}
.contact-list li span {
  color: #212e8a;
  font-weight: 500;
  font-size: 1.125em;
  display: block
}
.contact-list li span i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.5em;
  color: #ffc107
}
.contact-list li p {
  margin-bottom: .625em
}
.line-link {
  position: relative;
  text-decoration: none;
  border: 0;
  color: #717171;
  font-weight: 500
}
.line-link:after {
  position: absolute;
  right: 0;
  bottom: -.3125em;
  content: "";
  width: 0%;
  height: .0625em;
  background: #212e8a;
  -webkit-transition: all .4s cubic-bezier(.42, 0, .58, 1);
  transition: all .4s cubic-bezier(.42, 0, .58, 1)
}
.map-link {
  color: #dc3545;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}
.map-link i {
  color: #212e8a;
  margin-right: .9375em
}
.map-link:after {
  color: #212e8a
}
.mobile-link {
  display: none
}
.no-link {
  display: none !important
}
.no-link:after {
  display: none
}
.cnt-detail-bx {
  background: #fff;
  padding: 4.6875em 0 0;
  margin-bottom: 2.5em;
  overflow: hidden
}
.cnt-detail-bx h4 {
  color: #444654;
  font-size: 1.875em;
  font-weight: 300
}
.address-bx {
  float: left;
  width: 48%;
  padding: 0 0 0 4.0625em;
  position: relative
}
.address-bx:before {
  content: "";
  position: absolute;
  right: 0;
  top: -1%;
  height: 103%;
  width: 1px;
  background: #d2d5e7
}
.address-bx i {
  position: absolute;
  left: 0;
  top: .3125em;
  color: #212e8a
}
.address-bx i:before {
  font-size: 2.5em
}
.address-bx p {
  color: #7b7d90;
  font-size: 1.25em;
  line-height: 1.75em
}
.address-bx .direction-link {
  position: relative;
  padding: .3125em 0 .3125em 2.5em;
  text-transform: uppercase;
  font-weight: 500
}
.address-bx .direction-link span {
  font-size: 1.25em;
  color: #cc0013
}
.address-bx .direction-link i {
  color: #243d87;
  top: 0
}
.address-bx .direction-link i:before {
  font-size: 1.625em
}
.tel-bx {
  padding: 0 0 0 3.75em;
  float: left;
  width: 52%
}
.tel-bx h6 {
  margin-top: 1.25em;
  margin-bottom: 0
}
.tel-bx ul {
  list-style: none;
  padding: 0
}
.tel-bx ul li {
  padding: 0 0 0 3.125em;
  position: relative;
  margin: 0 0 .75em 0;
  color: #7b7d90;
  font-size: 1.25em
}
.tel-bx ul li i {
  position: absolute;
  left: 0;
  color: #243d87
}
.tel-bx ul li i:before {
  font-size: 1.375em
}
.cnt-accordion .card {
  border: 0;
  margin-bottom: 1.875em
}
.cnt-accordion .expand-txt {
  display: none
}
.cnt-accordion .card-body {
  padding: 0
}
.cnt-accordion .main-header {
  background: #212e8a
}
.cnt-accordion .main-header .btn {
  color: #f7d600;
  font-size: 1.5625em;
  width: 100%;
  text-align: left;
  padding: .5em 9.375em .5em 2.8125em;
  text-transform: none;
  text-decoration: none
}
.cnt-accordion .main-header .btn.collapsed .collapse-txt {
  display: none
}
.cnt-accordion .main-header .btn.collapsed .expand-txt {
  display: block
}
.cnt-accordion .main-header span {
  color: #aab0c9;
  font-size: .75em;
  letter-spacing: -.03125em;
  float: right;
  margin: 0;
  top: .9375em;
  position: absolute;
  right: 4.375em
}
.inner-accordion .card {
  margin: .625em 0 .625em
}
.inner-accordion .card-header {
  padding: 0;
  border: 0;
  background: #f5f5f8;
  text-decoration: none
}
.inner-accordion .card-header .btn {
  width: 100%;
  text-align: left;
  padding: 1.125em 4.0625em;
  color: #444654;
  font-weight: 300;
  text-transform: none;
  text-decoration: none
}
.inner-accordion .card-header .btn span {
  font-size: 1.875em;
  margin: 0;
  letter-spacing: -.03125em
}
.inner-accordion .card-header .btn i {
  color: #b0b1bd;
  font-weight: 400;
  height: 2em;
  right: 4.375em
}
.inner-accordion .card-header .btn i:before {
  font-size: 1.875em
}
.inner-accordion .card-header .btn.collapsed i:before {
  content: "\33"
}
.inner-accordion .card-body {
  background: #f5f5f8;
  padding: .625em 4.375em;
  margin-bottom: 1.25em
}
.inner-accordion .card-body .cnt-list {
  display: inline-block;
  width: 100%;
  padding: 0 0
}
.mobile-tell {
  display: none
}
.contact-sec [data-sf-role=form-container] {
  width: 100%
}
.contact-sec h1 {
  font-weight: 700;
  margin-bottom: .1875em;
  margin-top: 1.25em;
  font-size: 3.375em
}
.contact-sec h2 {
  margin-bottom: .1875em
}
.contact-sec:after {
  content: "";
  background: url(/ResourcePackages/BkGulf/assets/images/contact-left-bg-img.png);
  position: absolute;
  top: 7.5em;
  left: 0;
  height: 49.6875em;
  width: 18.4375em
}
.contact-sec:before {
  content: "";
  background: url(/ResourcePackages/BkGulf/assets/images/contact-left-bg-img.png);
  position: absolute;
  top: 7.5em;
  left: 0;
  height: 49.6875em;
  width: 18.4375em
}
.contact-sec .form-wrapper {
  width: 100%;
  margin-top: 0;
  padding-left: 3.4375em;
  padding-right: 4.375em
}
.contact-sec .form-wrapper .bootstrap-select .dropdown-toggle:after {
  right: 1.5625em;
  top: .8125em
}
.contact-sec .form-wrapper .bootstrap-select .dropdown-toggle .filter-option {
  padding: 0
}
.contact-sec .form-wrapper .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #343a40;
  font-size: .875em;
  letter-spacing: .1875em;
  font-weight: 400
}
.contact-sec .form-wrapper .bootstrap-select .sub-menu {
  max-height: 12.5em !important
}
.contact-sec .form-wrapper .thanks {
  background: #fff
}
.contact-sec .form-wrapper .thanks h4 {
  color: #343a40;
  line-height: 1.5625em
}
.contact-sec .form-wrapper .loading:before {
  background: #f5f7fb
}
.contact-sec .form-group {
  width: 46%;
  margin-bottom: 3.125em
}
.contact-sec .form-group.full {
  width: 100%
}
.contact-sec .form-group.captcha-img {
  position: relative;
  float: left
}
.contact-sec .form-group.captcha-img .img-box {
  position: absolute;
  bottom: 12px;
  left: 40%
}
.contact-sec .form-control {
  border: 0;
  outline: 0;
  box-shadow: none;
  background: 0 0;
  padding: .9375em 0;
  border-bottom: 1px solid #cecfd3;
  font-size: .9375em;
  color: #bebebe;
  width: 100%
}
.contact-sec .form-control::-webkit-input-placeholder {
  color: #bebebe;
  text-transform: uppercase;
  letter-spacing: .1875em
}
.contact-sec .form-control::-moz-placeholder {
  color: #bebebe;
  text-transform: uppercase;
  letter-spacing: .1875em
}
.contact-sec .form-control:-ms-input-placeholder {
  color: #bebebe;
  text-transform: uppercase;
  letter-spacing: .1875em
}
.contact-sec .form-control:-moz-placeholder {
  color: #bebebe;
  text-transform: uppercase;
  letter-spacing: .1875em
}
.contact-sec .textarea {
  resize: none;
  height: 9.375em
}
.contact-sec .intl-tel-input {
  width: 100%
}
.contact-sec .green-bg {
  width: 35%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #1491a0;
  background: -moz-linear-gradient(45deg, #1491a0 0, #005e68 100%);
  background: -webkit-linear-gradient(45deg, #1491a0 0, #005e68 100%);
  background: linear-gradient(45deg, #1491a0 0, #005e68 100%)
}
.contact-sec .has-error .form-control {
  border-bottom: 1px solid #dc3545
}
.contact-sec .has-success .form-control {
  border-bottom: 1px solid #28a745
}
.contact-sec .line-text {
  margin-top: 5.625em
}
.contact-sec .grid-line {
  border-left: 1px solid rgba(52, 52, 52, .15)
}
.contact-sec .grid .col-4:nth-child(2) {
  opacity: 0
}
.contact-sec form {
  margin-left: 2%
}
.contact-sec form label {
  display: none
}
.contact-sec form .sf_colsIn {
  margin: 0;
  max-width: 100%
}
.contact-sec form input[type=email], .contact-sec form input[type=tel], .contact-sec form input[type=text], .contact-sec form textarea {
  border: 0;
  outline: 0;
  box-shadow: none;
  background: 0 0;
  padding: .9375em 0;
  border-bottom: 1px solid #cecfd3;
  font-size: .9375em;
  color: #000;
  width: 45%;
  float: left;
  margin-right: 1.875em;
  margin-bottom: 1.875em
}
.contact-sec form input[type=email]::-webkit-input-placeholder, .contact-sec form input[type=tel]::-webkit-input-placeholder, .contact-sec form input[type=text]::-webkit-input-placeholder, .contact-sec form textarea::-webkit-input-placeholder {
  color: #bebebe;
  text-transform: uppercase;
  letter-spacing: .1875em
}
.contact-sec form input[type=email]::-moz-placeholder, .contact-sec form input[type=tel]::-moz-placeholder, .contact-sec form input[type=text]::-moz-placeholder, .contact-sec form textarea::-moz-placeholder {
  color: #bebebe;
  text-transform: uppercase;
  letter-spacing: .1875em
}
.contact-sec form input[type=email]:-ms-input-placeholder, .contact-sec form input[type=tel]:-ms-input-placeholder, .contact-sec form input[type=text]:-ms-input-placeholder, .contact-sec form textarea:-ms-input-placeholder {
  color: #bebebe;
  text-transform: uppercase;
  letter-spacing: .1875em
}
.contact-sec form input[type=email]:-moz-placeholder, .contact-sec form input[type=tel]:-moz-placeholder, .contact-sec form input[type=text]:-moz-placeholder, .contact-sec form textarea:-moz-placeholder {
  color: #bebebe;
  text-transform: uppercase;
  letter-spacing: .1875em
}
.contact-sec form textarea {
  width: 92.5%;
  float: none
}
.contact-sec form button {
  text-transform: uppercase;
  padding: 1.125em 3.125em 1.125em 3.125em;
  position: relative;
  font-weight: 500;
  outline: 0 !important;
  box-shadow: none !important;
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
  min-width: 20em;
  background: #243d87;
  color: #fff;
  border: 0;
  clear: both;
  display: block;
  margin-bottom: 20px
}
.contact-sec form button:hover {
  background: #f4da0d
}
.contact-sec form img {
  max-width: 15%;
  margin-bottom: .625em
}
@media (min-width:1200px) {
  .map-link:hover {
    color: #212e8a
  }
  .line-link:hover {
    text-decoration: none
  }
  .line-link:hover:after {
    left: 0;
    right: auto;
    width: 100%
  }
  .no-link {
    display: inline-block !important
  }
}
@media (min-width:1201px) and (max-width:1280px) {
  .address-bx {
    width: 49%
  }
  .tel-bx {
    width: 50%;
    padding-left: 3.75em
  }
  .inner-accordion .card-body {
    padding-right: 1.25em
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .contact-sec:before {
    display: none
  }
  .contact-sec:after {
    display: none
  }
  .map-sec .mapinner-content .nav-tabs li a img {
    width: 15%
  }
  .mobile-link {
    display: inline-block
  }
  .desktop-tell {
    display: none
  }
  .mobile-tell {
    display: block
  }
  .address-bx {
    width: 49%
  }
  .tel-bx {
    width: 50%;
    padding-left: 3.75em
  }
  .inner-accordion .card-body {
    padding-right: 1.25em
  }
}
@media (min-width:768px) and (max-width:991.98px) {
  .contact-sec:after {
    display: none
  }
  .contact-sec:before {
    display: none
  }
  .contact-sec .form-wrapper {
    padding-left: 0;
    padding-right: 0
  }
  .contact-sec .line-text {
    padding-left: 0
  }
  .map-sec .mapinner-content .nav-tabs li a img {
    width: 15%
  }
  .mobile-link {
    display: inline-block
  }
  .desktop-tell {
    display: none
  }
  .mobile-tell {
    display: block
  }
  .address-bx {
    width: 48%;
    padding-right: 1.25em;
    margin-bottom: .625em
  }
  .tel-bx {
    width: 51%;
    padding-left: 3.75em
  }
  .inner-accordion .card-body {
    padding-right: 1.25em
  }
}
@media (max-width:767px) {
  .contact-sec:after, .contact-sec:before {
    display: none
  }
  .contact-sec .form-wrapper {
    padding-left: 0;
    padding-right: 0
  }
  .contact-sec .form-group {
    width: 100%
  }
  .contact-sec .line-text {
    padding-left: 0
  }
  .map-sec .mapinner-content {
    position: relative;
    width: 100%
  }
  .map-sec .mapinner-content .btn-link {
    padding-left: .9375em
  }
  .map-sec .mapinner-content .btn-link.collapsed {
    padding-left: .9375em
  }
  .map-sec .mapinner-content .contact-list {
    margin-left: 0;
    padding-left: .9375em
  }
  .map-sec .mapinner-content .title-sec {
    padding-left: 1.25em;
    font-size: 7px
  }
  .map-sec .mapinner-content .title-sec br {
    display: none
  }
  .map-sec .mapinner-content .nav-tabs li a {
    font-size: 12px
  }
  .map-sec .mapinner-content .nav-tabs li a img {
    width: 15%
  }
  .mobile-link {
    display: inline-block
  }
  .desktop-tell {
    display: none
  }
  .mobile-tell {
    display: block
  }
  .cnt-accordion .main-header .btn {
    padding-left: 1.125em;
    padding-right: 5.625em
  }
  .cnt-accordion .main-header span {
    right: 1.25em
  }
  .address-bx {
    width: 100%;
    padding-right: 1.25em;
    margin-bottom: .625em
  }
  .address-bx:before {
    display: none
  }
  .tel-bx {
    width: 100%;
    padding-left: 0;
    margin-top: 1.5625em
  }
  .inner-accordion .card-header .btn {
    padding-left: 1.25em
  }
  .inner-accordion .card-header .btn i {
    right: .75em
  }
  .inner-accordion .card-body {
    padding: 0 1.25em
  }
  .contact-sec .form-group .captcha-field {
    width: 76%
  }
  .contact-sec .img-box {
    margin-top: 6px !important
  }
  .contact-sec .btn-link {
    margin-top: 1.875em
  }
  .contact-sec form input[type=email], .contact-sec form input[type=tel], .contact-sec form input[type=text], .contact-sec form textarea {
    width: 100%;
    margin-right: 0
  }
  .contact-sec form textarea {
    width: 100%;
    margin-right: 0
  }
  .contact-sec form img {
    max-width: 100%;
    margin-bottom: .625em
  }
  .contact-sec form .container {
    padding: 0
  }
}
.intl-tel-input {
  position: relative;
  display: inline-block
}
.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box
}
.intl-tel-input .hide {
  display: none
}
.intl-tel-input .v-hide {
  visibility: hidden
}
.intl-tel-input input, .intl-tel-input input[type=tel], .intl-tel-input input[type=text] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0
}
.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px
}
.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px
}
.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto
}
.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2.5px;
  right: 0;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #abaaab
}
.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 5px solid #abaaab
}
.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
  background-color: #fff;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch
}
.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px
}
.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px
}
@media (max-width:500px) {
  .intl-tel-input .country-list {
    white-space: normal
  }
}
.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc
}
.intl-tel-input .country-list .country {
  padding: 5px 10px
}
.intl-tel-input .country-list .country .dial-code {
  color: #999
}
.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, .05)
}
.intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code, .intl-tel-input .country-list .flag-box {
  vertical-align: middle
}
.intl-tel-input .country-list .country-name, .intl-tel-input .country-list .flag-box {
  margin-right: 6px
}
.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=tel], .intl-tel-input.separate-dial-code input[type=text] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0
}
.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0
}
.intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
  width: 46px
}
.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer
}
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: transparent
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
  background-color: transparent
}
.intl-tel-input.separate-dial-code .selected-flag {
  background-color: transparent;
  display: table;
  outline: 0
}
.intl-tel-input.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  color: #343a40;
  font-size: .9375em;
  padding-left: 28px;
  margin-right: .625em;
  outline: 0
}
.intl-tel-input.separate-dial-code.iti-sdc-2 input, .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel], .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text] {
  padding-left: 66px
}
.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 60px
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text] {
  padding-left: 8.125em
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 6.25em
}
.intl-tel-input.separate-dial-code.iti-sdc-3 input, .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel], .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text] {
  padding-left: 74px
}
.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 68px
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text] {
  padding-left: 8.125em
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 6.25em
}
.intl-tel-input.separate-dial-code.iti-sdc-4 input, .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel], .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text] {
  padding-left: 82px
}
.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 76px
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text] {
  padding-left: 8.125em
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 6.25em
}
.intl-tel-input.separate-dial-code.iti-sdc-5 input, .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel], .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text] {
  padding-left: 90px
}
.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 84px
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text] {
  padding-left: 8.125em
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
  width: 6.25em
}
.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px
}
.intl-tel-input.iti-container:hover {
  cursor: pointer
}
.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed
}
.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%
}
.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em
}
.iti-flag {
  width: 20px
}
.iti-flag.be {
  width: 18px
}
.iti-flag.ch {
  width: 15px
}
.iti-flag.mc {
  width: 19px
}
.iti-flag.ne {
  width: 18px
}
.iti-flag.np {
  width: 13px
}
.iti-flag.va {
  width: 15px
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  .iti-flag {
    background-size: 5652px 15px
  }
}
.iti-flag.ac {
  height: 10px;
  background-position: 0 0
}
.iti-flag.ad {
  height: 14px;
  background-position: -22px 0
}
.iti-flag.ae {
  height: 10px;
  background-position: -44px 0
}
.iti-flag.af {
  height: 14px;
  background-position: -66px 0
}
.iti-flag.ag {
  height: 14px;
  background-position: -88px 0
}
.iti-flag.ai {
  height: 10px;
  background-position: -110px 0
}
.iti-flag.al {
  height: 15px;
  background-position: -132px 0
}
.iti-flag.am {
  height: 10px;
  background-position: -154px 0
}
.iti-flag.ao {
  height: 14px;
  background-position: -176px 0
}
.iti-flag.aq {
  height: 14px;
  background-position: -198px 0
}
.iti-flag.ar {
  height: 13px;
  background-position: -220px 0
}
.iti-flag.as {
  height: 10px;
  background-position: -242px 0
}
.iti-flag.at {
  height: 14px;
  background-position: -264px 0
}
.iti-flag.au {
  height: 10px;
  background-position: -286px 0
}
.iti-flag.aw {
  height: 14px;
  background-position: -308px 0
}
.iti-flag.ax {
  height: 13px;
  background-position: -330px 0
}
.iti-flag.az {
  height: 10px;
  background-position: -352px 0
}
.iti-flag.ba {
  height: 10px;
  background-position: -374px 0
}
.iti-flag.bb {
  height: 14px;
  background-position: -396px 0
}
.iti-flag.bd {
  height: 12px;
  background-position: -418px 0
}
.iti-flag.be {
  height: 15px;
  background-position: -440px 0
}
.iti-flag.bf {
  height: 14px;
  background-position: -460px 0
}
.iti-flag.bg {
  height: 12px;
  background-position: -482px 0
}
.iti-flag.bh {
  height: 12px;
  background-position: -504px 0
}
.iti-flag.bi {
  height: 12px;
  background-position: -526px 0
}
.iti-flag.bj {
  height: 14px;
  background-position: -548px 0
}
.iti-flag.bl {
  height: 14px;
  background-position: -570px 0
}
.iti-flag.bm {
  height: 10px;
  background-position: -592px 0
}
.iti-flag.bn {
  height: 10px;
  background-position: -614px 0
}
.iti-flag.bo {
  height: 14px;
  background-position: -636px 0
}
.iti-flag.bq {
  height: 14px;
  background-position: -658px 0
}
.iti-flag.br {
  height: 14px;
  background-position: -680px 0
}
.iti-flag.bs {
  height: 10px;
  background-position: -702px 0
}
.iti-flag.bt {
  height: 14px;
  background-position: -724px 0
}
.iti-flag.bv {
  height: 15px;
  background-position: -746px 0
}
.iti-flag.bw {
  height: 14px;
  background-position: -768px 0
}
.iti-flag.by {
  height: 10px;
  background-position: -790px 0
}
.iti-flag.bz {
  height: 14px;
  background-position: -812px 0
}
.iti-flag.ca {
  height: 10px;
  background-position: -834px 0
}
.iti-flag.cc {
  height: 10px;
  background-position: -856px 0
}
.iti-flag.cd {
  height: 15px;
  background-position: -878px 0
}
.iti-flag.cf {
  height: 14px;
  background-position: -900px 0
}
.iti-flag.cg {
  height: 14px;
  background-position: -922px 0
}
.iti-flag.ch {
  height: 15px;
  background-position: -944px 0
}
.iti-flag.ci {
  height: 14px;
  background-position: -961px 0
}
.iti-flag.ck {
  height: 10px;
  background-position: -983px 0
}
.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0
}
.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0
}
.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0
}
.iti-flag.co {
  height: 14px;
  background-position: -1071px 0
}
.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0
}
.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0
}
.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0
}
.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0
}
.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0
}
.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0
}
.iti-flag.cy {
  height: 14px;
  background-position: -1225px 0
}
.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0
}
.iti-flag.de {
  height: 12px;
  background-position: -1269px 0
}
.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0
}
.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0
}
.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0
}
.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0
}
.iti-flag.do {
  height: 14px;
  background-position: -1379px 0
}
.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0
}
.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0
}
.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0
}
.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0
}
.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0
}
.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0
}
.iti-flag.er {
  height: 10px;
  background-position: -1533px 0
}
.iti-flag.es {
  height: 14px;
  background-position: -1555px 0
}
.iti-flag.et {
  height: 10px;
  background-position: -1577px 0
}
.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0
}
.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0
}
.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0
}
.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0
}
.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0
}
.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0
}
.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0
}
.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0
}
.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0
}
.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0
}
.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0
}
.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0
}
.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0
}
.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0
}
.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0
}
.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0
}
.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0
}
.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0
}
.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0
}
.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0
}
.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0
}
.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0
}
.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0
}
.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0
}
.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0
}
.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0
}
.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0
}
.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0
}
.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0
}
.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0
}
.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0
}
.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0
}
.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0
}
.iti-flag.id {
  height: 14px;
  background-position: -2325px 0
}
.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0
}
.iti-flag.il {
  height: 15px;
  background-position: -2369px 0
}
.iti-flag.im {
  height: 10px;
  background-position: -2391px 0
}
.iti-flag.in {
  height: 14px;
  background-position: -2413px 0
}
.iti-flag.io {
  height: 10px;
  background-position: -2435px 0
}
.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0
}
.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0
}
.iti-flag.is {
  height: 15px;
  background-position: -2501px 0
}
.iti-flag.it {
  height: 14px;
  background-position: -2523px 0
}
.iti-flag.je {
  height: 12px;
  background-position: -2545px 0
}
.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0
}
.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0
}
.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0
}
.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0
}
.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0
}
.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0
}
.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0
}
.iti-flag.km {
  height: 12px;
  background-position: -2721px 0
}
.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0
}
.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0
}
.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0
}
.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0
}
.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0
}
.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0
}
.iti-flag.la {
  height: 14px;
  background-position: -2875px 0
}
.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0
}
.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0
}
.iti-flag.li {
  height: 12px;
  background-position: -2941px 0
}
.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0
}
.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0
}
.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0
}
.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0
}
.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0
}
.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0
}
.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0
}
.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0
}
.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0
}
.iti-flag.md {
  height: 10px;
  background-position: -3160px 0
}
.iti-flag.me {
  height: 10px;
  background-position: -3182px 0
}
.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0
}
.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0
}
.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0
}
.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0
}
.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0
}
.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0
}
.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0
}
.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0
}
.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0
}
.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0
}
.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0
}
.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0
}
.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0
}
.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0
}
.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0
}
.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0
}
.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0
}
.iti-flag.my {
  height: 10px;
  background-position: -3578px 0
}
.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0
}
.iti-flag.na {
  height: 14px;
  background-position: -3622px 0
}
.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0
}
.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0
}
.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0
}
.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0
}
.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0
}
.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0
}
.iti-flag.no {
  height: 15px;
  background-position: -3774px 0
}
.iti-flag.np {
  height: 15px;
  background-position: -3796px 0
}
.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0
}
.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0
}
.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0
}
.iti-flag.om {
  height: 10px;
  background-position: -3877px 0
}
.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0
}
.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0
}
.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0
}
.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0
}
.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0
}
.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0
}
.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0
}
.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0
}
.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0
}
.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0
}
.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0
}
.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0
}
.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0
}
.iti-flag.py {
  height: 11px;
  background-position: -4185px 0
}
.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0
}
.iti-flag.re {
  height: 14px;
  background-position: -4229px 0
}
.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0
}
.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0
}
.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0
}
.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0
}
.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0
}
.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0
}
.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0
}
.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0
}
.iti-flag.se {
  height: 13px;
  background-position: -4427px 0
}
.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0
}
.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0
}
.iti-flag.si {
  height: 10px;
  background-position: -4493px 0
}
.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0
}
.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0
}
.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0
}
.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0
}
.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0
}
.iti-flag.so {
  height: 14px;
  background-position: -4625px 0
}
.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0
}
.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0
}
.iti-flag.st {
  height: 10px;
  background-position: -4691px 0
}
.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0
}
.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0
}
.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0
}
.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0
}
.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0
}
.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0
}
.iti-flag.td {
  height: 14px;
  background-position: -4845px 0
}
.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0
}
.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0
}
.iti-flag.th {
  height: 14px;
  background-position: -4911px 0
}
.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0
}
.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0
}
.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0
}
.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0
}
.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0
}
.iti-flag.to {
  height: 10px;
  background-position: -5043px 0
}
.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0
}
.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0
}
.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0
}
.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0
}
.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0
}
.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0
}
.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0
}
.iti-flag.um {
  height: 11px;
  background-position: -5219px 0
}
.iti-flag.un {
  height: 14px;
  background-position: -5241px 0
}
.iti-flag.us {
  height: 11px;
  background-position: -5263px 0
}
.iti-flag.uy {
  height: 14px;
  background-position: -5285px 0
}
.iti-flag.uz {
  height: 10px;
  background-position: -5307px 0
}
.iti-flag.va {
  height: 15px;
  background-position: -5329px 0
}
.iti-flag.vc {
  height: 14px;
  background-position: -5346px 0
}
.iti-flag.ve {
  height: 14px;
  background-position: -5368px 0
}
.iti-flag.vg {
  height: 10px;
  background-position: -5390px 0
}
.iti-flag.vi {
  height: 14px;
  background-position: -5412px 0
}
.iti-flag.vn {
  height: 14px;
  background-position: -5434px 0
}
.iti-flag.vu {
  height: 12px;
  background-position: -5456px 0
}
.iti-flag.wf {
  height: 14px;
  background-position: -5478px 0
}
.iti-flag.ws {
  height: 10px;
  background-position: -5500px 0
}
.iti-flag.xk {
  height: 15px;
  background-position: -5522px 0
}
.iti-flag.ye {
  height: 14px;
  background-position: -5544px 0
}
.iti-flag.yt {
  height: 14px;
  background-position: -5566px 0
}
.iti-flag.za {
  height: 14px;
  background-position: -5588px 0
}
.iti-flag.zm {
  height: 14px;
  background-position: -5610px 0
}
.iti-flag.zw {
  height: 10px;
  background-position: -5632px 0
}
.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0 0 1px 0 #888;
  background-image: url(../images/flags.png);
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  .iti-flag {
    background-image: url(../images/flags@2x.png)
  }
}
.iti-flag.np {
  background-color: transparent
}
@media (min-width:768px) and (max-width:991.98px) {
  .intl-tel-input .selected-flag .iti-arrow {
    right: -.625em
  }
  .intl-tel-input .form-control {
    padding-left: 9.375em !important
  }
}
.iti-flag {
  width: 20px
}
.iti-flag.be {
  width: 18px
}
.iti-flag.ch {
  width: 15px
}
.iti-flag.mc {
  width: 19px
}
.iti-flag.ne {
  width: 18px
}
.iti-flag.np {
  width: 13px
}
.iti-flag.va {
  width: 15px
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  .iti-flag {
    background-size: 5652px 15px
  }
}
.iti-flag.ac {
  height: 10px;
  background-position: 0 0
}
.iti-flag.ad {
  height: 14px;
  background-position: -22px 0
}
.iti-flag.ae {
  height: 10px;
  background-position: -44px 0
}
.iti-flag.af {
  height: 14px;
  background-position: -66px 0
}
.iti-flag.ag {
  height: 14px;
  background-position: -88px 0
}
.iti-flag.ai {
  height: 10px;
  background-position: -110px 0
}
.iti-flag.al {
  height: 15px;
  background-position: -132px 0
}
.iti-flag.am {
  height: 10px;
  background-position: -154px 0
}
.iti-flag.ao {
  height: 14px;
  background-position: -176px 0
}
.iti-flag.aq {
  height: 14px;
  background-position: -198px 0
}
.iti-flag.ar {
  height: 13px;
  background-position: -220px 0
}
.iti-flag.as {
  height: 10px;
  background-position: -242px 0
}
.iti-flag.at {
  height: 14px;
  background-position: -264px 0
}
.iti-flag.au {
  height: 10px;
  background-position: -286px 0
}
.iti-flag.aw {
  height: 14px;
  background-position: -308px 0
}
.iti-flag.ax {
  height: 13px;
  background-position: -330px 0
}
.iti-flag.az {
  height: 10px;
  background-position: -352px 0
}
.iti-flag.ba {
  height: 10px;
  background-position: -374px 0
}
.iti-flag.bb {
  height: 14px;
  background-position: -396px 0
}
.iti-flag.bd {
  height: 12px;
  background-position: -418px 0
}
.iti-flag.be {
  height: 15px;
  background-position: -440px 0
}
.iti-flag.bf {
  height: 14px;
  background-position: -460px 0
}
.iti-flag.bg {
  height: 12px;
  background-position: -482px 0
}
.iti-flag.bh {
  height: 12px;
  background-position: -504px 0
}
.iti-flag.bi {
  height: 12px;
  background-position: -526px 0
}
.iti-flag.bj {
  height: 14px;
  background-position: -548px 0
}
.iti-flag.bl {
  height: 14px;
  background-position: -570px 0
}
.iti-flag.bm {
  height: 10px;
  background-position: -592px 0
}
.iti-flag.bn {
  height: 10px;
  background-position: -614px 0
}
.iti-flag.bo {
  height: 14px;
  background-position: -636px 0
}
.iti-flag.bq {
  height: 14px;
  background-position: -658px 0
}
.iti-flag.br {
  height: 14px;
  background-position: -680px 0
}
.iti-flag.bs {
  height: 10px;
  background-position: -702px 0
}
.iti-flag.bt {
  height: 14px;
  background-position: -724px 0
}
.iti-flag.bv {
  height: 15px;
  background-position: -746px 0
}
.iti-flag.bw {
  height: 14px;
  background-position: -768px 0
}
.iti-flag.by {
  height: 10px;
  background-position: -790px 0
}
.iti-flag.bz {
  height: 14px;
  background-position: -812px 0
}
.iti-flag.ca {
  height: 10px;
  background-position: -834px 0
}
.iti-flag.cc {
  height: 10px;
  background-position: -856px 0
}
.iti-flag.cd {
  height: 15px;
  background-position: -878px 0
}
.iti-flag.cf {
  height: 14px;
  background-position: -900px 0
}
.iti-flag.cg {
  height: 14px;
  background-position: -922px 0
}
.iti-flag.ch {
  height: 15px;
  background-position: -944px 0
}
.iti-flag.ci {
  height: 14px;
  background-position: -961px 0
}
.iti-flag.ck {
  height: 10px;
  background-position: -983px 0
}
.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0
}
.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0
}
.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0
}
.iti-flag.co {
  height: 14px;
  background-position: -1071px 0
}
.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0
}
.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0
}
.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0
}
.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0
}
.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0
}
.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0
}
.iti-flag.cy {
  height: 14px;
  background-position: -1225px 0
}
.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0
}
.iti-flag.de {
  height: 12px;
  background-position: -1269px 0
}
.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0
}
.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0
}
.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0
}
.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0
}
.iti-flag.do {
  height: 14px;
  background-position: -1379px 0
}
.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0
}
.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0
}
.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0
}
.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0
}
.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0
}
.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0
}
.iti-flag.er {
  height: 10px;
  background-position: -1533px 0
}
.iti-flag.es {
  height: 14px;
  background-position: -1555px 0
}
.iti-flag.et {
  height: 10px;
  background-position: -1577px 0
}
.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0
}
.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0
}
.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0
}
.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0
}
.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0
}
.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0
}
.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0
}
.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0
}
.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0
}
.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0
}
.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0
}
.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0
}
.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0
}
.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0
}
.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0
}
.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0
}
.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0
}
.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0
}
.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0
}
.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0
}
.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0
}
.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0
}
.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0
}
.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0
}
.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0
}
.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0
}
.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0
}
.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0
}
.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0
}
.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0
}
.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0
}
.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0
}
.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0
}
.iti-flag.id {
  height: 14px;
  background-position: -2325px 0
}
.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0
}
.iti-flag.il {
  height: 15px;
  background-position: -2369px 0
}
.iti-flag.im {
  height: 10px;
  background-position: -2391px 0
}
.iti-flag.in {
  height: 14px;
  background-position: -2413px 0
}
.iti-flag.io {
  height: 10px;
  background-position: -2435px 0
}
.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0
}
.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0
}
.iti-flag.is {
  height: 15px;
  background-position: -2501px 0
}
.iti-flag.it {
  height: 14px;
  background-position: -2523px 0
}
.iti-flag.je {
  height: 12px;
  background-position: -2545px 0
}
.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0
}
.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0
}
.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0
}
.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0
}
.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0
}
.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0
}
.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0
}
.iti-flag.km {
  height: 12px;
  background-position: -2721px 0
}
.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0
}
.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0
}
.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0
}
.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0
}
.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0
}
.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0
}
.iti-flag.la {
  height: 14px;
  background-position: -2875px 0
}
.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0
}
.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0
}
.iti-flag.li {
  height: 12px;
  background-position: -2941px 0
}
.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0
}
.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0
}
.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0
}
.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0
}
.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0
}
.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0
}
.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0
}
.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0
}
.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0
}
.iti-flag.md {
  height: 10px;
  background-position: -3160px 0
}
.iti-flag.me {
  height: 10px;
  background-position: -3182px 0
}
.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0
}
.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0
}
.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0
}
.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0
}
.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0
}
.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0
}
.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0
}
.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0
}
.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0
}
.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0
}
.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0
}
.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0
}
.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0
}
.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0
}
.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0
}
.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0
}
.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0
}
.iti-flag.my {
  height: 10px;
  background-position: -3578px 0
}
.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0
}
.iti-flag.na {
  height: 14px;
  background-position: -3622px 0
}
.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0
}
.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0
}
.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0
}
.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0
}
.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0
}
.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0
}
.iti-flag.no {
  height: 15px;
  background-position: -3774px 0
}
.iti-flag.np {
  height: 15px;
  background-position: -3796px 0
}
.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0
}
.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0
}
.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0
}
.iti-flag.om {
  height: 10px;
  background-position: -3877px 0
}
.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0
}
.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0
}
.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0
}
.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0
}
.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0
}
.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0
}
.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0
}
.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0
}
.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0
}
.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0
}
.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0
}
.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0
}
.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0
}
.iti-flag.py {
  height: 11px;
  background-position: -4185px 0
}
.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0
}
.iti-flag.re {
  height: 14px;
  background-position: -4229px 0
}
.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0
}
.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0
}
.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0
}
.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0
}
.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0
}
.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0
}
.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0
}
.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0
}
.iti-flag.se {
  height: 13px;
  background-position: -4427px 0
}
.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0
}
.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0
}
.iti-flag.si {
  height: 10px;
  background-position: -4493px 0
}
.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0
}
.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0
}
.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0
}
.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0
}
.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0
}
.iti-flag.so {
  height: 14px;
  background-position: -4625px 0
}
.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0
}
.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0
}
.iti-flag.st {
  height: 10px;
  background-position: -4691px 0
}
.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0
}
.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0
}
.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0
}
.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0
}
.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0
}
.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0
}
.iti-flag.td {
  height: 14px;
  background-position: -4845px 0
}
.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0
}
.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0
}
.iti-flag.th {
  height: 14px;
  background-position: -4911px 0
}
.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0
}
.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0
}
.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0
}
.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0
}
.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0
}
.iti-flag.to {
  height: 10px;
  background-position: -5043px 0
}
.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0
}
.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0
}
.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0
}
.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0
}
.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0
}
.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0
}
.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0
}
.iti-flag.um {
  height: 11px;
  background-position: -5219px 0
}
.iti-flag.un {
  height: 14px;
  background-position: -5241px 0
}
.iti-flag.us {
  height: 11px;
  background-position: -5263px 0
}
.iti-flag.uy {
  height: 14px;
  background-position: -5285px 0
}
.iti-flag.uz {
  height: 10px;
  background-position: -5307px 0
}
.iti-flag.va {
  height: 15px;
  background-position: -5329px 0
}
.iti-flag.vc {
  height: 14px;
  background-position: -5346px 0
}
.iti-flag.ve {
  height: 14px;
  background-position: -5368px 0
}
.iti-flag.vg {
  height: 10px;
  background-position: -5390px 0
}
.iti-flag.vi {
  height: 14px;
  background-position: -5412px 0
}
.iti-flag.vn {
  height: 14px;
  background-position: -5434px 0
}
.iti-flag.vu {
  height: 12px;
  background-position: -5456px 0
}
.iti-flag.wf {
  height: 14px;
  background-position: -5478px 0
}
.iti-flag.ws {
  height: 10px;
  background-position: -5500px 0
}
.iti-flag.xk {
  height: 15px;
  background-position: -5522px 0
}
.iti-flag.ye {
  height: 14px;
  background-position: -5544px 0
}
.iti-flag.yt {
  height: 14px;
  background-position: -5566px 0
}
.iti-flag.za {
  height: 14px;
  background-position: -5588px 0
}
.iti-flag.zm {
  height: 14px;
  background-position: -5610px 0
}
.iti-flag.zw {
  height: 10px;
  background-position: -5632px 0
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
  float: left
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}
.swiper-slide-invisible-blank {
  visibility: hidden
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}
.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-lock {
  display: none
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33);
  position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top, .2s -webkit-transform;
  transition: .2s top, .2s -webkit-transform;
  -o-transition: .2s transform, .2s top;
  transition: .2s transform, .2s top;
  transition: .2s transform, .2s top, .2s -webkit-transform
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left, .2s -webkit-transform;
  transition: .2s left, .2s -webkit-transform;
  -o-transition: .2s transform, .2s left;
  transition: .2s transform, .2s left;
  transition: .2s transform, .2s left, .2s -webkit-transform
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right, .2s -webkit-transform;
  transition: .2s right, .2s -webkit-transform;
  -o-transition: .2s transform, .2s right;
  transition: .2s transform, .2s right;
  transition: .2s transform, .2s right, .2s -webkit-transform
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top
}
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, .25)
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, .25)
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000
}
.swiper-pagination-lock {
  display: none
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}
.swiper-scrollbar-cursor-drag {
  cursor: move
}
.swiper-scrollbar-lock {
  display: none
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.swiper-slide-zoomed {
  cursor: move
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-container-cube {
  overflow: visible
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}
.swiper-container-flip {
  overflow: visible
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px
}
.p-d-container {
  width: 100%;
  z-index: 2;
  height: 100vh
}
.p-d-container .swiper-wrapper {
  height: 100vh !important
}
.p-d-container .swiper-slide {
  width: auto;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  position: relative;
  padding: 0 2.1875em
}
.p-d-container .swiper-slide:first-child {
  padding-left: 0
}
.p-d-container .swiper-slide:last-child {
  padding-right: 4.375em
}
.p-d-container .swiper-pagination-progressbar {
  top: auto;
  bottom: 4.625em;
  left: 40%;
  background: #bcbcbc;
  width: 60%
}
.p-d-container .swiper-pagination-progressbar-fill {
  background: #f7d600
}
.p-d-container .swiper-scrollbar {
  display: none
}
.fancybox-button {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}
.fancybox-button.fancybox-button--close:before {
  content: "\56";
  font-family: dutco-web !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.5em;
  color: #000
}
.fancybox-button.fancybox-button--close svg {
  display: none
}
.fancybox-button.fancybox-button--zoom {
  display: none !important
}
.chicago-box-img {
  width: 67.1875em
}
.chicago-txt {
  width: 50em;
  padding-left: 4.375em;
  padding-right: 2.1875em;
  position: relative
}
.chicago-txt .yellow-line {
  top: .5em
}
.chicago-txt .find-more-btn {
  position: relative;
  padding: .5em 3.125em .5em 0;
  display: inline-block
}
.chicago-txt .find-more-btn span {
  text-transform: uppercase;
  font-size: 1.0625em;
  color: #343434;
  font-weight: 500;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: relative;
  padding-bottom: .125em
}
.chicago-txt .find-more-btn span:before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  background: #000;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}
.chicago-txt .find-more-btn i {
  font-size: 1.875em;
  position: absolute;
  right: 0;
  top: 0;
  color: #343434
}
.project-detail-box {
  padding-right: 21.875em;
  position: relative
}
.project-detail-box .img {
  width: 79.0625em
}
.project-detail-box .blue-box {
  position: absolute;
  right: 0;
  top: 10em;
  width: 38em;
  background: #2f4e9e;
  background: -moz-radial-gradient(center, ellipse cover, #2f4e9e 0, #243d87 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #2f4e9e 0, #243d87 100%);
  background: radial-gradient(ellipse at center, #2f4e9e 0, #243d87 100%);
  padding: 4.0625em;
  z-index: 2
}
.project-detail-box .blue-box .yellow-box {
  width: 11.25em;
  height: 11.25em;
  position: absolute;
  left: -11.25em;
  top: 0;
  background: #f7d600;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch
}
.project-detail-box .blue-box .yellow-box span {
  font-weight: 700;
  font-size: 1.375em;
  color: #000;
  line-height: 1.25em
}
.project-detail-box .list {
  margin-bottom: 2.25em
}
.project-detail-box .list .name {
  font-size: 1em;
  text-transform: uppercase;
  margin-bottom: .625em;
  letter-spacing: .125em
}
.project-detail-box .list .detail {
  padding-left: 2.8125em;
  position: relative;
  color: #cfd2e0
}
.project-detail-box .list .detail:before {
  content: "";
  width: 1.5em;
  height: 1px;
  background: #f7d600;
  position: absolute;
  left: 0;
  top: .625em
}
.project-detail-box .list:last-child {
  margin-bottom: 0
}
.img-with-shadow {
  position: relative;
  overflow: hidden
}
.img-with-shadow:before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 13%, rgba(255, 255, 255, .01) 14%, rgba(42, 54, 143, .92) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 13%, rgba(255, 255, 255, .01) 14%, rgba(42, 54, 143, .92) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 13%, rgba(255, 255, 255, .01) 14%, rgba(42, 54, 143, .92) 100%);
  z-index: 2
}
.project-thum-box {
  position: relative;
  width: 60.625em
}
.project-thum-box:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -moz-linear-gradient(45deg, rgba(244, 218, 13, .79) 0, rgba(241, 216, 15, .79) 1%, rgba(42, 70, 148, .94) 73%, #2a4694 100%);
  background: -webkit-linear-gradient(45deg, rgba(244, 218, 13, .79) 0, rgba(241, 216, 15, .79) 1%, rgba(42, 70, 148, .94) 73%, #2a4694 100%);
  background: linear-gradient(45deg, rgba(244, 218, 13, .79) 0, rgba(241, 216, 15, .79) 1%, rgba(42, 70, 148, .94) 73%, #2a4694 100%);
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}
.project-thum-box .name {
  position: absolute;
  bottom: 2.5em;
  left: 3.125em;
  font-size: 1.0625em;
  text-transform: uppercase;
  color: #fff;
  z-index: 2
}
.project-thum-box .icon {
  position: absolute;
  right: 2.5em;
  bottom: 1.5625em;
  z-index: 2
}
.project-thum-box .icon i {
  color: #f7d600;
  font-size: 2.5em
}
.project-thum-box .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2
}
.content-list {
  list-style: none;
  padding: 0;
  margin-bottom: 1.875em
}
.content-list li {
  position: relative;
  padding-left: 1.875em;
  margin-bottom: .625em
}
.content-list li:before {
  content: "";
  left: 0;
  top: .5em;
  width: .375em;
  height: .375em;
  background: #007bff;
  position: absolute;
  border-radius: 50%
}
@media (min-width:1200px) {
  .chicago-txt .find-more-btn:hover span:before {
    width: 100%;
    left: 0;
    right: auto
  }
  .project-thum-box:hover:after {
    opacity: .9
  }
  .fancybox-button:hover {
    background: #fff
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .p-d-container {
    height: 100vh
  }
  .p-d-container .swiper-wrapper {
    height: 100vh !important
  }
  .fancybox-content:before {
    display: none
  }
  .fancybox-image {
    border: 2px solid #f7d600;
    width: 90% !important;
    height: auto !important;
    right: 0;
    left: 0;
    margin: auto !important
  }
  .chicago-box-img {
    width: 73.125em
  }
  .project-detail-box .img {
    width: 85.625em
  }
  .project-detail-box .blue-box {
    top: 12.5em
  }
}
@media (min-width:768px) and (max-width:991.98px) {
  .p-d-container {
    height: 100vh
  }
  .p-d-container .swiper-wrapper {
    height: 100vh !important
  }
  .fancybox-content:before {
    display: none
  }
  .fancybox-image {
    border: 2px solid #f7d600;
    width: 90% !important;
    height: auto !important;
    right: 0;
    left: 0;
    margin: auto !important
  }
  .chicago-box-img {
    width: 73.125em
  }
  .project-detail-box .img {
    width: 85.625em
  }
  .project-detail-box .blue-box {
    top: 12.5em
  }
}
@media (max-width:767px) {
  .p-d-container {
    height: initial;
    position: relative
  }
  .p-d-container .swiper-wrapper {
    height: auto !important;
    display: block !important
  }
  .p-d-container .swiper-slide {
    height: auto;
    display: block !important;
    padding: .9375em 1.25em
  }
  .p-d-container .swiper-slide:last-child {
    padding: .9375em 1.25em 1.875em 1.25em
  }
  .fancybox-content:before {
    display: none
  }
  .fancybox-image {
    border: 2px solid #f7d600;
    width: 90% !important;
    height: auto !important;
    right: 0;
    left: 0;
    margin: auto !important
  }
  .chicago-box-img {
    width: 100%
  }
  .chicago-txt {
    padding: 1.875em 1.875em 0 1.875em;
    width: 100%
  }
  .chicago-txt .find-more-btn {
    display: none
  }
  .project-detail-box {
    padding-right: 0
  }
  .project-detail-box .img {
    width: 100%
  }
  .project-detail-box .blue-box {
    position: inherit;
    top: 0;
    width: 100%;
    padding: 0 0 3.125em 0
  }
  .project-detail-box .blue-box .yellow-box {
    position: inherit;
    top: 0;
    left: 0;
    margin-bottom: 1.875em;
    width: 100%;
    height: auto;
    font-size: 1.375em;
    padding: .625em 0
  }
  .project-detail-box .blue-box .yellow-box br {
    display: none
  }
  .project-detail-box .list {
    padding: 0 1.875em
  }
  .project-thum-box {
    width: 100%
  }
  .project-thum-box .icon {
    right: .9375em;
    bottom: .625em
  }
  .project-thum-box .name {
    left: 1.25em;
    bottom: 1.5625em
  }
}
.training_ins {
  padding: 5.9375em 0 13.75em;
  position: relative;
  background: url(/ResourcePackages/dutco/assets/images/institute-right-bg.png) no-repeat right bottom
}
.training_ins:before {
  content: "";
  position: absolute;
  width: 13.125em;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  background: #212e8a
}
.training_ins:after {
  position: absolute;
  content: "";
  width: 36.875em;
  height: 36.6875em;
  left: 0
}
.training_ins h2 {
  font-size: 3.125em;
  margin-bottom: .625em
}
.training_ins .circle-img {
  position: absolute;
  width: 36.875em;
  height: 36.6875em;
  left: -8.5em;
  top: 1.5625em;
  bottom: auto;
  margin: auto 0
}
.training_ins .container {
  position: relative
}
.training_ins .container .inst-txt-bx p {
  padding-right: 8.75em
}
.training_ins .concept-slider {
  right: 1.25em;
  left: auto;
  bottom: -3.125em;
  padding-top: 5em
}
.training_ins .concept-slider i:before {
  font-size: 5em
}
.concept-slider {
  width: 17.8125em;
  height: 17.8125em;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #f7d600;
  padding: 2.8125em 1.25em 0;
  text-align: center;
  margin-bottom: 0
}
.concept-slider i {
  display: inline-block
}
.concept-slider i:before {
  font-size: 7.8125em
}
.concept-slider h6 {
  color: #343434;
  margin: .5em 0 0;
  font-size: 1.125em
}
.concept-slider .slick-dots {
  bottom: 2em;
  left: 0
}
.concept-slider .slick-dots li {
  width: .625em
}
.concept-slider .slick-dots li button {
  width: 1.125em;
  padding: 0
}
.concept-slider .slick-dots li button:before {
  width: 1.125em;
  color: #212e8a
}
.concept-slider.slick-dotted.slick-slider {
  margin-bottom: 0
}
.market-sector {
  background: #f6f8fa;
  padding: 5.9375em 0 7.5em 0
}
.market-sector h3 {
  font-weight: 700
}
.discover-slider {
  margin-top: 3.125em
}
.discover-slider .item {
  width: 87.5em;
  position: relative;
  margin: 0 4.6875em;
  outline: 0
}
.discover-slider .detail-box {
  width: 40.9375em;
  background: #212e8a;
  padding: 7.5em 15.3125em 9.375em 4.6875em;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  position: relative
}
.discover-slider .detail-box ul {
  list-style: none;
  padding: 0
}
.discover-slider .detail-box ul li {
  padding: 0 0 0 3.3125em;
  margin: 0 0 .625em;
  position: relative;
  color: rgba(246, 248, 250, .7)
}
.discover-slider .detail-box ul li span {
  font-size: 1.5em
}
.discover-slider .detail-box ul li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: .625em;
  width: .375em;
  height: .375em;
  background: #f2fcf4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%
}
.discover-slider .top-icon {
  color: #fff;
  margin-bottom: 2em
}
.discover-slider .top-icon i:before {
  font-size: 4.375em;
  font-weight: 400
}
.discover-slider .num {
  color: #4f59a0;
  position: absolute;
  bottom: -.375em;
  left: -1.5625em;
  right: auto;
  font-size: 3.4375em;
  font-weight: 600;
  margin-bottom: 0
}
.discover-slider h3 {
  color: #f7d600;
  font-weight: 600;
  margin-bottom: .625em
}
.discover-slider p {
  color: #858bb9
}
.discover-slider .btn-link {
  color: #fff
}
.discover-slider .img-box {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 57.5em;
  height: 34.375em
}
.discover-slider .slick-arrow {
  position: absolute;
  width: 3.75em;
  height: 3.75em;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  color: #212e8a;
  line-height: 3.3125em;
  z-index: 2;
  -webkit-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out
}
.discover-slider .slick-arrow i {
  border: solid 1px #b7b7b7;
  width: 85%;
  height: 85%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 1.375em
}
.discover-slider .slick-arrow.leftArrow {
  left: 9.0625em
}
.discover-slider .slick-arrow.rightArrow {
  right: 9.0625em
}
.discover-slider .slick-arrow:focus, .discover-slider .slick-arrow:hover {
  text-decoration: none
}
.career-frm {
  clear: both;
  overflow: hidden;
  padding-bottom: 6.25em;
  background: url(/ResourcePackages/dutco/assets/images/career-frm-bg.png) no-repeat bottom left
}
.career-frm .container-fluid {
  background: #212e8a;
  width: 85%;
  float: right
}
.cr-frm-bx {
  padding: 8.125em 0 3.75em 4.375em;
  overflow: hidden
}
.cr-frm-bx h3 {
  color: #f7d600;
  font-weight: 600
}
.cr-frm-bx h4 {
  color: #fff;
  font-weight: 300
}
.cr-frm-bx .form-group {
  width: 45%;
  margin-top: 3.125em;
  margin-bottom: 3.125em
}
.cr-frm-bx .form-group.full {
  width: 100%
}
.cr-frm-bx .form-control {
  border: 0;
  outline: 0;
  box-shadow: none;
  background: 0 0;
  padding: .9375em 0;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  font-size: .9375em;
  color: #fff;
  width: 100%
}
.cr-frm-bx .form-control::-webkit-input-placeholder {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .1875em
}
.cr-frm-bx .form-control::-moz-placeholder {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .1875em
}
.cr-frm-bx .form-control:-ms-input-placeholder {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .1875em
}
.cr-frm-bx .form-control:-moz-placeholder {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .1875em
}
.cr-frm-bx .file-caption {
  padding-left: 5.625em;
  padding-top: 1.25em;
  border: 0
}
.cr-frm-bx .file-caption * {
  color: #fff !important
}
.cr-frm-bx .file-caption input::-webkit-input-placeholder {
  color: #fff !important
}
.cr-frm-bx .file-caption input::-moz-placeholder {
  color: #fff !important
}
.cr-frm-bx .file-caption input:-ms-input-placeholder {
  color: #fff !important
}
.cr-frm-bx .file-caption input:-moz-placeholder {
  color: #fff !important
}
.cr-frm-bx .file-caption:before {
  content: "ATTACH CV (Word Doc or PDF Format)";
  position: absolute;
  top: 0;
  bottom: 0;
  letter-spacing: 1px;
  background: #212e8a;
  padding: 1.5625em .625em .625em
}
.cr-frm-bx .file-caption.icon-visible:before {
  display: none
}
.cr-frm-bx .btn-file {
  position: absolute;
  top: 0;
  left: 0;
  width: 4.0625em;
  height: 4.0625em;
  min-width: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  padding: 0;
  background: #525ca4;
  z-index: 9;
  overflow: hidden
}
.cr-frm-bx .btn-file:before {
  display: none
}
.cr-frm-bx .btn-file:after {
  content: "\7c";
  font-family: bkgulf !important;
  color: #fff;
  font-size: 1.375em;
  position: absolute
}
.cr-frm-bx .btn-file i, .cr-frm-bx .btn-file span {
  display: none
}
.cr-frm-bx .btn-file input {
  z-index: 9;
  opacity: 0;
  height: 100%;
  cursor: pointer
}
.cr-frm-bx .input-group-append {
  margin: 2.1875em 0 0
}
.cr-frm-bx .input-group-append .fileinput-remove {
  background: 0 0;
  padding: .3125em .625em;
  height: auto;
  min-height: 1px;
  line-height: 1;
  min-width: .3125em
}
.cr-frm-bx .input-group-append .fileinput-remove span {
  font-size: .75em
}
.cr-frm-bx .input-group-append .fileinput-upload {
  background: 0 0;
  padding: .3125em .625em;
  height: auto;
  min-height: 1px;
  line-height: 1;
  min-width: .3125em
}
.cr-frm-bx .input-group-append .fileinput-upload span {
  font-size: .75em
}
.cr-frm-bx .form-wrapper .loading:before {
  background-color: #212e8a
}
.cr-frm-bx .form-wrapper .loading .loader:after {
  border-color: #f7d600 transparent transparent
}
.cr-frm-bx .form-wrapper .thanks {
  background: #212e8a
}
@media (min-width:1200px) {
  .discover-slider .slick-arrow:hover {
    background: #212e8a;
    color: #fff
  }
  .cr-frm-bx .btn-file:hover {
    background: #f7d600
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .training_ins {
    background-image: none;
    padding: 3.75em 0 7.5em
  }
  .training_ins .circle-img {
    font-size: 6px;
    left: 10em;
    top: 9.375em
  }
  .career-frm {
    background-image: none
  }
  .discover-slider .detail-box {
    padding-left: 3.125em
  }
  .discover-slider .slick-arrow.leftArrow {
    left: auto;
    right: 9.375em;
    top: 0;
    bottom: auto
  }
  .discover-slider .slick-arrow.rightArrow {
    top: 0;
    bottom: auto;
    right: 4.6875em
  }
}
@media (min-width:768px) and (max-width:991.98px) {
  .training_ins {
    background-image: none;
    padding: 3.75em 0 7.5em
  }
  .training_ins:before {
    width: 7.5em
  }
  .training_ins .circle-img {
    font-size: 6px;
    left: 0;
    top: 9.375em
  }
  .career-frm {
    padding-bottom: 4.375em
  }
  .cr-frm-bx {
    padding: 3.75em 0 1.875em 0
  }
  .market-sector {
    padding: 4.375em 0 5em 0
  }
  .discover-slider .detail-box {
    padding-top: 3.75em;
    padding-left: 3.125em
  }
  .discover-slider .slick-arrow.leftArrow {
    left: auto;
    right: 9.375em;
    top: 0;
    bottom: auto
  }
  .discover-slider .slick-arrow.rightArrow {
    top: 0;
    bottom: auto;
    right: 4.6875em
  }
  .discover-slider .img-box {
    width: 38.75em;
    height: 23.75em;
    margin-bottom: 3.75em
  }
  .career-frm {
    background-image: none
  }
}
@media (max-width:575.98px) {
  .training_ins {
    background-image: none;
    padding: 2.5em 0 21.25em
  }
  .training_ins:before {
    display: none
  }
  .training_ins .circle-img {
    display: none
  }
  .training_ins .container .inst-txt-bx p {
    padding-right: 0
  }
  .training_ins .concept-slider {
    left: 0;
    right: 0;
    bottom: -17.5em;
    margin: 0 auto
  }
  .market-sector {
    padding: 3.125em 0 3.125em 0
  }
  .discover-slider {
    margin-top: 5em
  }
  .discover-slider .detail-box {
    padding: 2.1875em 1.5625em 1.5625em 1.5625em;
    width: 100%;
    display: block
  }
  .discover-slider .num {
    display: none
  }
  .discover-slider .item {
    margin: 0
  }
  .discover-slider .slick-arrow.leftArrow {
    left: auto;
    right: 8.4375em;
    top: -4.375em;
    bottom: auto
  }
  .discover-slider .slick-arrow.rightArrow {
    top: -4.375em;
    bottom: auto;
    right: 3.75em
  }
  .discover-slider .img-box {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    position: relative
  }
  .career-frm {
    padding-bottom: 3.125em;
    background-image: none
  }
  .career-frm .container-fluid {
    width: 100%
  }
  .cr-frm-bx {
    padding: 3.75em 0 1.875em 0
  }
  .cr-frm-bx .form-group {
    width: 100%;
    margin: 1.5625em 0
  }
}