/* Minification failed. Returning unminified contents.
(5062,34): run-time error CSS1046: Expect comma, found '50'
(5062,40): run-time error CSS1046: Expect comma, found ')'
(5108,38): run-time error CSS1046: Expect comma, found '155'
(5108,46): run-time error CSS1046: Expect comma, found '/'
(5724,40): run-time error CSS1046: Expect comma, found '107'
(5724,48): run-time error CSS1046: Expect comma, found '/'
(5890,39): run-time error CSS1046: Expect comma, found '0'
(5890,43): run-time error CSS1046: Expect comma, found '/'
(6898,43): run-time error CSS1046: Expect comma, found '0'
(6898,47): run-time error CSS1046: Expect comma, found '/'
(7224,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7225,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7226,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7227,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7228,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7229,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7230,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7231,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7232,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7243,17): run-time error CSS1039: Token not allowed after unary operator: '-dark-gray'
(7252,28): run-time error CSS1039: Token not allowed after unary operator: '-accent-blue'
(7274,7): run-time error CSS1019: Unexpected token, found '}'
(7290,17): run-time error CSS1039: Token not allowed after unary operator: '-white'
(7308,17): run-time error CSS1039: Token not allowed after unary operator: '-navy-blue'
(7329,28): run-time error CSS1039: Token not allowed after unary operator: '-white'
(7342,28): run-time error CSS1039: Token not allowed after unary operator: '-navy-blue'
(7343,17): run-time error CSS1039: Token not allowed after unary operator: '-white'
(7355,17): run-time error CSS1039: Token not allowed after unary operator: '-navy-blue'
(7361,28): run-time error CSS1039: Token not allowed after unary operator: '-white'
(7373,28): run-time error CSS1039: Token not allowed after unary operator: '-light-gray'
(7380,21): run-time error CSS1039: Token not allowed after unary operator: '-navy-blue'
(7388,25): run-time error CSS1039: Token not allowed after unary operator: '-accent-blue'
(7405,29): run-time error CSS1039: Token not allowed after unary operator: '-accent-blue'
(7419,32): run-time error CSS1039: Token not allowed after unary operator: '-medium-gray'
(7424,17): run-time error CSS1039: Token not allowed after unary operator: '-white'
(7432,28): run-time error CSS1039: Token not allowed after unary operator: '-white'
(7439,21): run-time error CSS1039: Token not allowed after unary operator: '-navy-blue'
(7451,21): run-time error CSS1039: Token not allowed after unary operator: '-dark-gray'
(7460,32): run-time error CSS1039: Token not allowed after unary operator: '-medium-gray'
(7469,32): run-time error CSS1039: Token not allowed after unary operator: '-accent-blue'
(7474,28): run-time error CSS1039: Token not allowed after unary operator: '-accent-blue'
(7475,17): run-time error CSS1039: Token not allowed after unary operator: '-white'
(7487,32): run-time error CSS1039: Token not allowed after unary operator: '-navy-blue'
(7497,21): run-time error CSS1039: Token not allowed after unary operator: '-white'
(7514,28): run-time error CSS1039: Token not allowed after unary operator: '-white'
(7524,17): run-time error CSS1039: Token not allowed after unary operator: '-accent-blue'
(7529,17): run-time error CSS1039: Token not allowed after unary operator: '-dark-gray'
(7540,28): run-time error CSS1039: Token not allowed after unary operator: '-white'
(7551,1): run-time error CSS1019: Unexpected token, found '}'
(7668,1): run-time error CSS1019: Unexpected token, found '@'
(7686,21): run-time error CSS1039: Token not allowed after unary operator: '-white'
(7702,17): run-time error CSS1039: Token not allowed after unary operator: '-white'
(8187,42): run-time error CSS1046: Expect comma, found '155'
(8187,50): run-time error CSS1046: Expect comma, found '/'
 */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[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;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    /*background: #fff url('./ajax-loader.gif') center center no-repeat;*/
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@-webkit-keyframes bounce {
    0%,20%,53%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translateZ(0);
        transform: translateZ(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%,20%,53%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translateZ(0);
        transform: translateZ(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%,50%,to {
        opacity: 1;
    }

    25%,75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%,50%,to {
        opacity: 1;
    }

    25%,75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    30% {
        -webkit-transform: scale3d(1.25,.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);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(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);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    0%,to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

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

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0);
    }
}

@keyframes shake {
    0%,to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

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

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

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

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

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

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

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

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

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

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

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

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

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

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

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

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

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

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

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

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
        transform: scale3d(.9,.9,.9) rotate(-3deg);
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(3deg);
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
        transform: scale3d(.9,.9,.9) rotate(-3deg);
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(3deg);
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate(-5deg);
        transform: translate3d(-25%,0,0) rotate(-5deg);
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate(3deg);
        transform: translate3d(20%,0,0) rotate(3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate(-3deg);
        transform: translate3d(-15%,0,0) rotate(-3deg);
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate(2deg);
        transform: translate3d(10%,0,0) rotate(2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate(-1deg);
        transform: translate3d(-5%,0,0) rotate(-1deg);
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate(-5deg);
        transform: translate3d(-25%,0,0) rotate(-5deg);
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate(3deg);
        transform: translate3d(20%,0,0) rotate(3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate(-3deg);
        transform: translate3d(-15%,0,0) rotate(-3deg);
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate(2deg);
        transform: translate3d(10%,0,0) rotate(2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate(-1deg);
        transform: translate3d(-5%,0,0) rotate(-1deg);
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {
    0%,11.1%,to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

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

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

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

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

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

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

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg);
    }
}

@keyframes jello {
    0%,11.1%,to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

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

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

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

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

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

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

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg);
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
    0%,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.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);
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes bounceIn {
    0%,20%,40%,60%,80%,to {
        -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);
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    0%,60%,75%,90%,to {
        -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);
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes bounceInDown {
    0%,60%,75%,90%,to {
        -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);
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.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);
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes bounceInLeft {
    0%,60%,75%,90%,to {
        -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);
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.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);
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes bounceInRight {
    0%,60%,75%,90%,to {
        -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);
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.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);
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes bounceInUp {
    0%,60%,75%,90%,to {
        -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);
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(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);
    }

    to {
        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);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }
}

.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0);
    }

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

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0);
    }

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

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

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

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }
}

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

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

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

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }
}

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

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0);
    }

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

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0);
    }

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

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

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

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

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

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

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

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

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

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }

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

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

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }

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

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

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate(-120deg);
        transform: translate3d(-100%,0,0) rotate(-120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate(-120deg);
        transform: translate3d(-100%,0,0) rotate(-120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate(120deg);
        transform: translate3d(100%,0,0) rotate(120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate(120deg);
        transform: translate3d(100%,0,0) rotate(120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.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);
    }

    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }

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

    to {
        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);
    }

    to {
        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);
    }

    to {
        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);
    }

    to {
        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);
    }

    to {
        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);
    }

    to {
        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);
    }

    to {
        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);
    }

    to {
        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);
    }

    to {
        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;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

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

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

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

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

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

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

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

    .animated.fast {
        -webkit-animation-duration: .8s;
        animation-duration: .8s;
    }

    .animated.faster {
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
    }

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

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

@media (prefers-reduced-motion:reduce),(print) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
    }
}

@font-face {
  font-family: 'lg';
  src: url("../fonts/lg.eot?n1z373");
  src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.group {
  *zoom: 1;
}

.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0;
}

.group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: rgba(0,0,0,0.7);
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}


body {
    font-size: 18px;
    font-family: 'Inter', sans-serif;
}


p {
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    color: #4b4a4a;
}

a {
    color: #2e3292;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #2e3292;
}

::placeholder {
    font-size: 0.9rem;
}

::selection {
    background: #2e3293;
    color: #fff;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', sans-serif;
}

h5, h6 {
    line-height: 1.2;
}

b, strong {
    font-weight: 700;
}

ul li {
    list-style: none;
}


img {
    max-width: 100% !important;
}

a {
    /*color: #f69d0f;*/
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
}

    a:hover, a:focus {
        text-decoration: none;
        outline: none;
        color: #3437a0;
    }

/*Slick slider*/
/*.slick-slide {
    outline: none;
    margin:0 15px 0 15px;

}*/



.slider-img {
    position: relative;
}

.slick-slider {
    overflow: hidden;
    margin-bottom: 0 !important;
}

.slick-prev:before, .slick-next:before {
    display: none;
}

.slick-prev img {
    position: absolute;
    left: 50px;
    top: -10px;
}

.slick-next img {
    position: absolute;
    right: 50px;
    top: -10px;
}

.slick-slide img {
    margin: 0 auto;
}

.slick-dots li button, .slick-dots li button:before {
    width: 12px;
    height: 4px;
    border-radius: 10px;
}

    .slick-dots li button:before {
        font-family: 'slick';
        font-size: 6px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        content: '�';
        text-align: center;
        opacity: .25;
        color: black;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .slick-dots li button:before {
        opacity: 1;
        color: transparent;
        width: 12px;
        height: 4px;
        border-radius: 10px;
        border: 5px solid #ddd;
        transition: 0.3s all ease-in-out;
        -webkit-transition: 0.3s all ease-in-out;
    }

.slick-dots li.slick-active, .slick-dots li.slick-active button, .slick-dots li.slick-active button:before {
    width: 40px;
}

    .slick-dots li.slick-active button:before {
        opacity: 1;
        border-color: #416BFA;
        color: transparent;
    }

.slick-dots {
    bottom: -80px;
}


/*Section Padding*/

.block {
    padding: 7rem 0;
}

.inner-block {
    padding: 4rem 0;
}

.body-content {
    padding-top: 70px;
}




/*Buttons*/
.btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.5;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
    border-radius: 0px;
    margin-bottom: 20px;
    font-weight: 500;
    border-radius: 45px;
    padding: 12px 36px;
    cursor: pointer !important;
}

    .btn:hover {
        cursor: pointer !important;
    }

.btn-primary {
    background: #416BFA;
    color: #fff;
    text-transform: none;
    transition: 0.3s all linear;
    align-items: center;
    transition: .3s linear;
    font-family: 'Unbounded';
    font-weight: 400;
}

    .btn-primary:hover {
        color: #fff;
        background: #0f388f;
    }

.btn-outline-primary {
    transition: all 0.35s;
}

    .btn-outline-primary:hover {
        border-color: #416BFA !important;
        color: #fff !important;
        background: #416BFA !important;
    }

    .btn-outline-primary img {
        transition: .3s linear;
        margin-left: 5px;
    }

    .btn-outline-primary:hover span img {
        transform: translateX(5px);
        transition: .3s linear;
    }



.btn-default {
    font-size: 16px;
    border-color: #000;
    color: #000;
    border-right: 4px solid #000;
    border-bottom: 4px solid #000;
    transition: .3s linear;
    font-family: 'Unbounded';
    font-weight: 400;
}

    .btn-default:hover {
        border-color: #416BFA;
        color: #fff;
        background: #416BFA;
        border-right: 4px solid #000;
        border-bottom: 4px solid #000;
        transform: translateY(-0.25em);
        transition: .3s linear;
    }

.btn-default {
    display: inline-flex;
}




/*.btn-primary span, .btn-mpb span{display: flex; margin-left: 10px; transition: 0.3s all linear; }
.btn-primary:hover span{-webkit-transform: translateX(5px);
        -moz-transform: translateX(4px);
        -ms-transform: translateX(4px);
        -o-transform: translateX(4px);
        transform: translateX(4px); font-weight: bold; }*/


.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
    color: #fff;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3437a0;
    border-color: #2d2f8f;
}

.btn-outline-primary {
    color: #000;
    border-color: #000;
    margin-left: 22px;
}

    .btn-outline-primary:focus, .btn-outline-primary:hover, .btn-outline-primary:not(:disabled):not(.disabled):active {
        border-color: #000;
        color: #000;
    }

    .btn-outline-primary:focus {
        box-shadow: none;
    }




#header.fix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 400;
    font-family: 'Unbounded';
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: #fff;
    }

.social-icons li a img {
    width: 36px;
    margin-right: 10px;
}

nav li a {
    color: #fff;
    font-size: 18px;
}

.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    display: none;
    opacity: 0;
    max-height: 0;
    display: none;
    padding: 0;
    margin: 0;
    transition: all 200ms linear;
}

.nav-item.show .dropdown-menu {
    opacity: 1;
    display: block;
    max-height: 999px;
    transform: translate3d(0, 0px, 0);
    padding: 8px;
}

.dropdown-menu {
    /*padding: 10px!important;*/
    margin: 0;
    font-size: 13px;
    letter-spacing: 1px;
    color: #212121;
    background-color: #416BFAd1;
    border: none;
    border-radius: 5px;
    transition: all 200ms linear;
}
/*.dropdown-toggle::after {
	display: none;
}*/

.dropdown-item {
    padding: 3px 15px;
    margin: 3px 0px;
    color: #fff;
    font-weight: 500;
    border-radius: 2px;
    transition: all 200ms linear;
}

    .dropdown-item:hover,
    .dropdown-item:focus {
        color: #fff;
        background-color: rgb(46 50 146);
    }

.start-header.scroll-on .dropdown-menu::after {
    border-bottom: solid 12px #eae6e6;
}


.onscroll-logo {
    width: 180px !important;
    transition: 0.3s linear;
}

.offscroll-logo {
    width: 235px;
    transition: 0.3s linear;
}

.logo img {
    width: 235px;
}

.start-header {
    opacity: 1;
    transform: translateY(0);
    padding: 10px 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .start-header.scroll-on {
        box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
        padding: 10px 0;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        background: #fff;
    }

.navigation-wrap {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    box-shadow: 0 5px 10px 0 rgb(138 155 165 / 15%);
    background: #fff;
}

.navbar {
    padding: 0;
}

.navbar-toggler {
    font-size: 1rem;
    float: right;
    border: none;
    padding-right: 0;
}

    .navbar-toggler:active,
    .navbar-toggler:focus {
        outline: none;
    }

.nav-link {
    font-weight: 500;
    transition: all 200ms linear;
}

.nav-item .btn-primary {
    color: #fff;
}

.nav-item:hover .nav-link {
    color: #2e3292 !important;
}

.nav-item.active .nav-link {
    color: #2e3292 !important;
}

.nav-link.active {
    color: #2e3292 !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #2e3292;
}

.dropdown-item:hover, .dropdown-item:focus {
    background: none;
}

.dropdown-item:focus, .dropdown-item:hover {
    background: none;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #fff;
}

.nav-link {
    color: #000 !important;
    position: relative;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1px;
}

header .nav-link:hover {
    font-weight: 600;
}

.nav-item:hover:after {
    bottom: 0;
    opacity: 1;
}

.nav-item.active:hover:after {
    opacity: 0;
}

.nav-item {
    position: relative;
    transition: all 200ms linear;
    padding: 10px 5px;
}
/*.dropdown-menu{     left: 0;
    right: 0;
    width: 14rem; }
.dropdown-menu::after{
    content:''; 
    position: absolute; 
    top: 3px;
    left: 20%;
    margin-left: -15px;
	margin-top:-15px;
    width: 0;
    z-index:1;
    height: 0;
    border-bottom: solid 12px #FFF; 
    border-left: solid 12px transparent;
    border-right: solid 12px transparent;
}*/



[data-animate-in] {
    opacity: 0;
    transition: transform 0.8s ease, opacity 0.8s ease
}

[data-animate-in="up"] {
    transform: translate3d(0, 24px, 0)
}

[data-animate-in="left"] {
    transform: translate3d(-25%, 0, 0)
}

[data-animate-in="right"] {
    transform: translate3d(25%, 0, 0)
}

[data-animate-in="down"] {
    transform: translate3d(0, -24px, 0)
}

[data-animate-in="fadeIn"] {
    transform: translate3d(0, 0, 0)
}

[data-animate-in].in-view {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transition: transform 0.6s ease, opacity 0.6s ease
}

.fade-in {
    opacity: 0;
    transition: opacity 1s ease
}

.page-loaded .fade-in, .page-loaded.fade-in {
    opacity: 1
}

.isSafari.isTouch [data-animate-in], .isSafari.isTouch [data-animate-in="up"] {
    opacity: 1;
    transition: none;
    transform: none
}


/*.text-underline {
  color: currentColor;
  text-decoration: none;
  padding-top: 0.1em;
  transition: all 0.2s;
  box-shadow: inset 0 -0.1em 0 0 #3437a0;
  font-weight: 700;
}
.text-underline:hover {
  color: white;
  box-shadow: inset 0 -1.1em 0 0 #3437a0;
}*/


.rectangle {
    position: relative;
}
/*.img-circle{ width:400px; }*/

.rec-bg {
    position: absolute;
    top: 14%;
    left: 63px;
    z-index: -1;
    width: 80%;
}

.elipse {
    position: absolute;
    top: 4%;
    left: 10%;
}

.inner_img {
    overflow: hidden;
}

.img {
    /*width: 100%;*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.overflow-hidden {
    overflow: hidden;
}

.drop-in {
    animation: drop-in 1s ease 200ms backwards;
}

.drop-in-2 {
    animation: drop-in 1200ms ease 500ms backwards;
}

@keyframes drop-in {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }

    to {
        opacity: 1;
        transform: translate(0px);
    }
}


/*Section Title*/


.section-heading h1 {
    font-weight: 800;
    font-size: 48px;
    line-height: 56px;
    color: #000000;
    margin-bottom: 20px;
}

.section-heading h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #000;
    padding-top: 25px;
}


.section-heading h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
}

.section-heading h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #416BFA;
    margin-bottom: 15px;
}

.section-heading p {
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    width: 370px;
    margin: 0 auto;
}


.inner-top-heading h5 {
    color: #000;
}

.inner-top-heading h1 {
    color: #416BFA;
    font-size: 54px;
    line-height: 64px;
}


.section-heading .counts {
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    font-size: 5rem;
    display: inline;
    margin: 0;
}
/*.counter h1{ width: 78px; }*/
.counter h5 {
    position: relative;
    font-weight: 400;
}


.block {
    padding: 6rem 0;
}




/*Section 1*/

.banner-caption {
    height: 110%;
}

    .banner-caption h5 {
        font-weight: 600;
        font-family: 'Inter', sans-serif;
        font-size: 16px;
        color: #416BFA;
        padding-left: 10px;
        letter-spacing: 3px;
        text-transform: uppercase;
    }

    .banner-caption h1 {
        font-weight: 800;
        font-family: 'Inter', sans-serif;
        font-size: 56px;
        margin-top: 1px;
        line-height: 60px;
    }

    .banner-caption p {
        margin-top: 20px;
        margin-bottom: 40px;
        line-height: 32px;
        font-size: 20px;
    }

    /*#bannerSlider .slick-slide.slick-current h5 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
#bannerSlider .slick-slide.slick-current h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
#bannerSlider .slick-slide.slick-current p {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}*/


    .banner-caption .btn-default {
        background: #000 !important;
        color: #fff;
    }

        .banner-caption .btn-default:hover {
            border-right: 4px solid #416BFA;
            border-bottom: 4px solid #416BFA;
        }

        .banner-caption .btn-default img {
            filter: invert(1);
        }

#bannerSlider .slick-dots {
    bottom: 77%;
    right: 2%;
    width: 28%;
    padding: 0;
    margin: 0;
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
}

#bannerSlider .slick-list, #bannerSlider .slick-track, #bannerSlider .slick-slide {
    width: 100%;
    height: 85vh;
}

    #bannerSlider .slick-slide .rectangle img {
        padding-left: 50px;
        padding-right: 50px;
    }




/*Section 2*/

.sub-h {
    width: 100%;
    min-height: 80px;
    float: left;
    background: #416BFA;
}

    .sub-h .marquee {
        position: relative;
        width: 100vw;
        max-width: 100%;
        height: 80px;
        overflow-x: hidden;
    }

    .sub-h .track {
        position: absolute;
        top: auto;
        white-space: nowrap;
        will-change: transform;
        animation: marquee-sub-h 20s linear infinite;
    }

    .sub-h .content {
        font-style: normal;
        font-weight: 600;
        font-size: 32px;
        line-height: 80px;
        text-align: center;
        color: #fff;
        padding: 0 20px;
    }

        .sub-h .content img {
            margin-right: 18px;
        }

@keyframes marquee-sub-h {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}



/*section 3*/



/*section 4*/
.work-account {
    margin-top: 30px;
    text-align: center;
    transition: .3s linear;
}

    .work-account:hover {
        transform: translateY(20px);
        transition: .3s linear;
        cursor: pointer;
    }

.img-work {
    position: relative;
}

.work-icon {
    position: absolute;
    top: 28%;
    left: 20%;
    transform: translate(-50%,-50%);
}

    .work-icon h3 {
        width: 48px;
        height: 48px;
        float: left;
        background: #416bfa;
        border-radius: 50%;
        line-height: 48px;
        text-align: center;
        font-weight: 700;
        font-size: 20px;
        letter-spacing: 0.2em;
        color: #fff;
    }

.work-account h4 {
    font-weight: 600;
    font-size: 18px;
    padding: 0px 0px 4px 0px;
    color: #000000;
    line-height: 28px;
    margin-top: 15px;
}

.work-account p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #4b4a4a;
    width: 80%;
    margin: 0 auto;
}



/*section 5*/

#Section5 .tab-content .tab-pane > div {
    position: relative;
}

#Section5 .tab-content .tab-pane .img-eclipse {
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
}

#Section5 .tab-content .tab-pane > div > .img-circle {
    padding-left: 70px;
    width: 80%;
}

.services ul li {
    padding: 15px;
    font-size: 20px;
    font-family: 'Syne', sans-serif;
    align-items: center;
    transition: .3s all linear;
    font-weight: 600;
}

    .services ul li .arrow-right {
        margin-left: 30px;
        opacity: 0;
        visibility: hidden;
        display: none;
    }

    .services ul li h4 {
        font-size: 32px;
        font-family: 'Unbounded';
        font-weight: 600;
        color: #DADADA;
    }

    .services ul li p {
        opacity: 0;
        visibility: hidden;
        display: none;
        font-size: 18px;
        font-weight: 400;
        border-left: 2px solid #E7E5DB;
        padding-left: 15px;
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .services ul li:hover {
        transition: .3s all linear;
        transform: translateX(6px);
        color: #2188FE;
        font-weight: 500;
        cursor: pointer;
    }

        .services ul li:hover .arrow-right, .services ul li a.active .arrow-right {
            opacity: 1;
            visibility: visible;
            display: block;
            transition: .3s all linear;
            transform: translateX(6px);
        }

    .services ul li a.active p {
        opacity: 1;
        visibility: visible;
        display: block;
        transition: .3s all linear;
    }

    .services ul li a.active h4 {
        color: #000;
    }

    .services ul li a {
        color: #000;
        display: flex;
        justify-content: start;
        align-items: center;
    }

    .services ul li a {
        color: #000;
    }




/*section 6*/

.service-provider .service-card {
    height: 220px;
    background: #F4F4F4;
    border-radius: 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 15px;
    margin: 7px;
    transition: .3s linear;
}

    .service-provider .service-card:hover {
        box-shadow: 0px 0px 8px rgb(65 107 250 / 81%);
        transition: .3s linear;
    }

    .service-provider .service-card h4 {
        font-size: 20px;
        letter-spacing: 1px;
        text-align: center;
        color: #000000;
        line-height: 26px;
        font-family: 'Inter', sans-serif;
    }

    .service-provider .service-card img {
        width: 56px;
        padding: 5px;
    }

.icon-service {
    background: #fff;
    padding: 10px;
    border-radius: 50%;
}





/*section 7*/
.digital-i {
    text-align: center;
    margin-top: 80px;
    position: relative;
}

.digital-f {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 85%;
}

    .digital-f input {
        width: 100%;
        height: 64px;
        float: left;
        background: #F4F4F4;
        border-right: none;
        border: none;
        border-radius: 32px 0 0 32px;
        font-weight: 600;
        font-size: 18px;
        padding-left: 30px;
        color: #000000;
        outline: none;
    }

    .digital-f form {
        display: flex;
    }

    .digital-f input {
        color: #000;
        font-size: 18px;
        color: #000;
    }

        .digital-f input[type="submit"] {
            width: 90px;
            height: 64px;
            float: left;
            border: none;
            border-left: none;
            border-radius: 0 32px 32px 0;
            background: #F4F4F4 url(../images/loupe.png) center no-repeat;
            font-size: 0;
        }

.digital-box h3 {
    font-weight: 600;
    font-size: 16px;
    width: 300px;
    padding: 26px 20px;
    background: #1CDD6B;
    border-radius: 32px 32px 9px 32px;
    display: inline-block;
    text-align: center;
    line-height: 26px;
    position: absolute;
    top: 77%;
    right: 24%;
    border-right: 4px solid #000;
    border-bottom: 4px solid #000;
}

.assist {
    position: absolute;
    top: 100%;
    right: 9%;
    z-index: -1;
}

.product {
    position: relative;
    margin-top: 100px;
}

    .product strong {
        padding: 10px 40px;
        font-weight: 500;
        font-size: 16px;
        color: #000000;
        top: 105px;
        left: 32%;
        background: #FFFFFF;
        border-radius: 32px 32px 32px 8px;
        border-right: 4px solid #000;
        border-bottom: 4px solid #000;
    }




/*section 8*/

.money-t h4 {
    font-weight: 700;
    font-family: 'Syne', sans-serif;
    font-size: 28px;
    line-height: 40px;
    color: #101010;
    padding: 24% 0px 20px 0px;
}

.upi_enabled {
    width: 330px;
}





/*section 9*/

.type {
    font-weight: 600;
    font-size: 96px;
    color: #F4F4F4;
    padding-top: 10px;
}


/*section 10*/

.accrediation .slide img {
    padding: 12px;
    border: 1px solid #EEEEEE;
    margin: 0px 15px;
    width: 120px;
    height: 100%;
    object-fit: contain;
    transition: .3s;
}

    .accrediation .slide img:hover {
        box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
        transition: .3s;
    }



/*section 11*/

.scan {
    background: #3A68FF;
    border-radius: 48px;
    position: relative;
}

.scan-i img {
    margin-top: -81px;
    width: 90%;
}

.scan-t h2 {
    font-weight: 700;
    font-size: 45px;
    line-height: 56px;
    color: white;
}

.scan-t p {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: white;
}

#Section11 .btn-default:hover {
    color: #416BFA !important;
}







/*section 12*/

#Section12 .accordion-container .panel {
    margin: 10px 0;
}

#Section12 .panel-heading {
    cursor: pointer;
}

#Section12 .panel-body {
    font-size: 16px;
    width: 85%;
    padding-left: 30px;
}

#Section12 .panel-heading.collapsed {
    background-color: #FFF !important;
}

#Section12 .accordion-container .panel-heading {
    padding: 0 !important;
    border-radius: 5px;
}

#Section12 .accordion-container .accordion {
    padding: 0 !important;
}

    #Section12 .accordion-container .accordion .panel-group {
        margin-bottom: 0;
    }

    #Section12 .accordion-container .accordion .panel {
        background-color: transparent;
        box-shadow: none;
        border-bottom: 10px solid transparent;
        border-radius: 0;
        margin: 0;
    }

    #Section12 .accordion-container .accordion .panel-default {
        margin: 20px 0;
        border: 1px solid #F05B9D;
        border-radius: 5px;
        z-index: 100;
    }

#Section12 .panel-heading table {
    border-top: 2px solid #FAF7F0 !important;
    border: none;
    width: 100%;
}

    #Section12 .panel-heading table td {
        width: 100%;
        padding: 15px 0px 15px 0px;
        font-weight: 500;
        font-size: 18px;
    }

        #Section12 .panel-heading table td i {
            width: 30px;
            height: 30px;
            float: left;
            line-height: 30px;
            text-align: center;
            border-radius: 50%;
            background: #E8E5D5;
            color: #000;
            font-size: 16px;
            margin-right: 16px;
        }

        #Section12 .panel-heading table td.icon {
            width: 100%;
            font-weight: bold;
            padding: 12px 20px 12px 0px !important
        }

        #Section12 .panel-heading table td:hover {
            color: #3A68FF;
        }

            #Section12 .panel-heading table td:hover i {
                color: #fff !important;
                background: #3A68FF !important;
            }

#Section12 .panel-heading {
    color: #3A68FF;
}

    #Section12 .panel-heading.collapsed {
        color: #000;
    }

    #Section12 .panel-heading table td i {
        color: #fff;
        background: #3A68FF;
    }

    #Section12 .panel-heading.collapsed table td i {
        background: #f4f4f4;
        color: #000;
    }






.icon:after {
    content: "\2212";
    text-align: center;
    font-weight: 100;
    font-size: 20px;
    color: #000;
    display: block;
    width: 30px;
    background: #f4f4f4;
    width: 30px;
    border-radius: 50%;
}

.panel-heading.collapsed .icon:after {
    content: "+";
    text-align: center;
    font-weight: 100;
    font-size: 20px;
    color: #000;
    display: block;
    width: 30px;
    background: #f4f4f4;
    width: 30px;
    border-radius: 50%;
}

.accordion-container .accordion .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #F05B9D;
    padding-top: 0;
    padding: 20px 20px 20px 30px;
    background: #fff;
    color: #000;
    font-size: 14px;
    line-height: 24px;
    border-radius: 0 0 5px 5px;
}

/*footer*/
.footer-bottom {
    margin-top: 100px;
}

    .footer-bottom ul {
        padding: 0;
    }

footer {
    position: relative;
    z-index: 0;
}

.icon {
    margin-top: 12px;
}

.icons a {
    font-size: 18px;
    margin: 0 8px;
    color: #000;
    width: 48px;
    height: 48px;
    line-height: 48px;
    display: inline-block;
    text-align: center;
    background: #f4f4f4;
    border-radius: 40px;
}

    .icons a:nth-child(1):hover {
        color: #fff;
        background: #1877f2;
        transition: 0.5s;
    }

    .icons a:nth-child(2):hover {
        color: #fff;
        background: linear-gradient(#feda75,#fa7e1e,#d62976,#962fbf,#4f5bd5);
        transition: 0.5s;
    }

    .icons a:nth-child(3):hover {
        color: #fff;
        background: #f00;
        transition: 0.5s;
    }

    .icons a:nth-child(4):hover {
        color: #fff;
        background: #1DA1F2; 
        transition: 0.5s;
    }

    .icons a:nth-child(5):hover {
        color: #fff;
        background: #0077B5; 
        transition: 0.5s;
    }

.twitter-white {
    display: none;
    transition: 0.5s;
}

.icons a:nth-child(3):hover .twitter-black {
    display: none;
    transition: 0.5s;
}

.icons a:nth-child(3):hover .twitter-white {
    display: inline-block;
    transition: 0.5s;
}



.digt-acc h2 {
    font-size: 64px;
    font-weight: 800;
    color: #000;
    margin-top: 30px;
}

.digt-acc h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    padding-bottom: 5%;
}


.footer ul {
    padding: 0;
}

.text-scroll marquee {
    font-size: 42px;
    margin-top: -192px;
}

.text-scroll {
    position: relative;
    text-align: center;
}

    .text-scroll .btn {
        background-image: linear-gradient(to right, #3A68FF 0%, #3A68FF 51%, #3A68FF 100%);
        border-radius: 64px;
        border: none;
        padding: 45px 160px;
        color: #F9FAF5;
        font-weight: 600;
        font-size: 40px;
        line-height: 55px;
        text-align: center;
        position: relative;
        margin-bottom: -38px;
    }

.text-scroll-bg {
    color: #f5efef;
    font-weight: 800;
}


.marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 120px;
    overflow-x: hidden;
}

.track {
    position: absolute;
    color: rgba(0,0,0,0.3);
    top: 17%;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 10s linear infinite running;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.marquee-body {
    margin: 0;
    padding: 0;
    color: black;
    font-size: 50px;
    font-weight: bold;
}




.business-h h3 {
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 8px;
    font-family: 'Unbounded';
}

.business-h ul li, .business-h ul li a {
    font-weight: 400;
    font-size: 16px;
    color: #6e6e6e;
    line-height: 30px;
    transition: .3s linear;
}

    .business-h ul li a:hover {
        color: #1d63ff;
        transition: .3s linear;
    }

.copyright {
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    color: #000000;
}

/*listing*/


.soultion-h {
    margin-top: 8%;
}

    .soultion-h h1 {
        font-weight: 600;
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        color: #416BFA;
        text-align: center;
    }

    .soultion-h h2 {
        font-weight: 700;
        font-size: 64px;
        line-height: 72px;
        color: #000000;
        text-align: center;
    }

    .soultion-h p {
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        text-align: center;
        color: #000000;
        text-align: center;
        padding-top: 12px;
        padding-bottom: 4%;
    }

.solution-made {
    width: 100%;
    float: left;
    background-image: url(../images/solutions/listing/banner.png);
    background-size: cover;
    border-radius: 16px;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    width: 31%;
    margin: 10px;
}

    .solution-made h3 {
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #000000;
        text-align: center;
        padding: 30px 0 0px 0;
    }

    .solution-made h4 {
        font-weight: 600;
        font-size: 26px;
        line-height: 30px;
        text-align: center;
        color: #000000;
    }

    .solution-made p {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
        color: #383A48;
        padding: 0px 20px;
    }

    .solution-made:hover {
        transition: .3s linear;
    }

    .solution-made .made-i {
        position: absolute;
        right: 2%;
        bottom: 0%;
        transform: translate(-50%,-50%);
        visibility: hidden;
        transition: .3s linear;
    }

    .solution-made:hover .made-i {
        display: block;
        bottom: 2%;
        visibility: visible;
        transition: .3s linear;
    }

    .solution-made .made-i img {
        visibility: hidden;
    }

    .solution-made:hover .made-i img {
        background: #416BFA;
        text-align: center;
        border-radius: 50%;
        padding: 16px 12px;
        visibility: visible;
        box-shadow: 4px 4px 0px #000;
        transition: 0.3s linear;
    }


.mobileApp h3, .professionals h3, .independents h3 {
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    color: #000000;
    margin-bottom: 20px;
}


/*professional*/

.top-heading h1 {
    background: linear-gradient(92.77deg, #6058FB 0%, #C290E4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.testimonials-i1 {
    position: relative;
}

.testimo-c1 {
    position: absolute;
    top: 0%;
    left: -1%;
    z-index: -1;
}


.standOut {
    width: 100%;
    background: #F4F4F4;
    border-radius: 16px;
    z-index: 111;
    padding: 40px;
    margin-bottom: 30px;
}

.img-standout {
    position: relative;
    background: #fff;
    width: 70px;
    background: #fff;
    padding: 14px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.standOut p {
    font-weight: 600;
    font-size: 22px;
    line-height: 150%;
    color: #333;
    padding: 20px 0 0 0px;
}

.standOut-end p {
    border-top: 1px solid #000;
    margin-top: 35px;
    padding-top: 25px;
    font-size: 25px;
    font-weight: 600;
}


.training {
    display: flex;
}

    .training img {
        width: 64px;
        height: 64px;
        line-height: 64px;
        text-align: center;
        border-radius: 50%;
        background: #2EBC68;
        padding: 16px 18px;
        font-size: 18px;
        margin-right: 45px;
        transition: 0.5s;
    }

        .training img:hover {
            transform: rotate(360deg);
            cursor: pointer;
        }

    .training h3 {
        font-weight: bold;
        font-size: 18px;
        color: #0B0B2C;
    }

    .training p {
        font-size: 16px;
        line-height: 27px;
        color: #3D3D4E;
        width: 80%;
    }

.trust {
    width: 100%;
    float: left;
    background: #F8F8F8;
}


.trust-i {
    position: relative;
    z-index: 111;
}

.trust-e {
    position: absolute;
    top: -19px;
    left: -44%;
    z-index: -1;
}


.trust-t h4 {
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    color: #000000;
    padding: 40px 0 10px 0px;
}


.trust-t h5 {
    font-family: 'Unbounded';
    font-size: 22px;
    line-height: 32px;
    color: #FE8517;
    font-weight: 600;
    letter-spacing: 1px;
}

.trust-t p {
    font-size: 18px;
    line-height: 24px;
    color: #383A48;
    padding: 0px 0px 0px 0px;
    font-weight: 400;
}

.trust-a {
    position: absolute;
    right: 0;
    top: 80%;
}


.instant-h, .card-h {
    position: relative;
}

    .instant-h h1, .card-h h1 {
        font-family: 'Unbounded';
        font-style: normal;
        font-weight: 600;
        font-size: 160px;
        line-height: 160px;
        color: #F4F4F4;
        text-align: center;
    }

    .instant-h img, .card-h img {
        position: absolute;
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 400px;
    }

.instant-i h2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    color: #000000;
    padding-top: 5%;
}


.testimonials-i {
    position: relative;
}

.testimo-c {
    position: absolute;
    top: 0%;
    left: -1%;
    z-index: -1;
}


.stay {
    width: 100%;
    /*height: 280px;*/
    float: left;
    background: #F4F4F4;
    border-radius: 16px;
    padding: 25px;
    position: relative;
    margin-bottom: 30px;
}

.box {
    position: absolute;
    top: 4%;
    left: 8%;
    z-index: 11;
}

.stay h3 {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #000000;
}

.stay1 {
    margin-top: -156px;
}
/*.stay2{ margin-top: -70px; }
.stay4{ margin-top: 180px; }*/




/*features*/

.features-t ul li i {
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    background: #416bfa;
    color: #000;
}

.Features .features-t h3, .prepaidCard .testimonials-t h3 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}

.features-t ul li i {
    margin-right: 11px;
    margin-left: -43px;
    color: #fff;
}

.features-t ul li {
    margin-bottom: 5px;
    display: flex;
}

.features-i {
    position: relative;
}

.features-c {
    position: absolute;
    top: 0%;
    left: -1%;
    z-index: -1;
}

.finance h1 {
    font-family: 'Unbounded';
    font-weight: 700;
}


.blog > p {
    font-size: 15px;
}

.blog-top-img img {
    border-radius: 8px;
}

.blog-top h1 {
    font-size: 40px;
}

.blog h4 {
    font-weight: 600;
}

.blog-item h4 {
    font-size: 22px;
}

.blog-item h6, .blog-top h6 {
    font-size: 14px;
    color: #606060;
}

.blog-item p {
    font-size: 18px;
    color: #202020;
}

.blog a {
    color: #232323;
}

.img-blog {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
}

.blog-detail p span {
    font-size: 14pt !important;
    font-weight: 400;
}



.policies h4 {
    margin-top: 20px;
}

.policies, .policies p {
    font-size: 16px;
} 
.policies ul li {
    list-style: auto;
    margin: 14px 0px;
}

.policies ul li ul li {
    list-style: disc;
}

.bulet li {
    list-style-type: disc !important;
}


.watermark-btn {
    position: absolute;
    z-index: 0;
    background: white;
    display: block;
    min-height: 50%;
    min-width: 50%;
    color: yellow;
}

    .watermark-btn button {
        color: lightgrey;
        font-size: 120px;
        transform: rotate(300deg);
        -webkit-transform: rotate(300deg);
    }





.btn-text-slider .btn {
    border-radius: 95px;
    height: 190px;
    width: 590px;
    align-items: center;
    background-color: #1d63ff;
    border-radius: calc(31.8px + 3.71765vw);
    display: inline-flex;
    height: calc(50.8px + 3.18824vw);
    outline: 0;
    overflow: hidden;
    position: relative;
    transition: background-color .25s ease-out;
    width: calc(130.8px + 14.01176vw);
    z-index: 1;
    /*border-radius: 95px;
    height: 190px;
    justify-content: center;
    align-items: center;
    background-color: #1d63ff;
    border-radius: no;
    display: inline-flex;
    height: calc(50.8px + 3.18824vw);
    font-size: 1.3rem;
    position: relative;
    transition: background-color .25s ease-out;
    z-index: 1;*/
}

.btn-text-slider .btn-primary:not(:disabled):not(.disabled):active {
    background: #1d63ff;
    outline: none;
    box-shadow: none;
}

.btn-text-slider {
    position: relative;
    overflow: hidden;
}

.infinite-text[data-v-157f26e0] {
    display: inline-flex;
}

.btn-text-slider .text-wrapper {
    align-items: center;
    display: flex;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    white-space: nowrap;
    animation: scrollText 33s infinite linear;
}

    .btn-text-slider .text-wrapper .text {
        color: #fff;
        display: inline-flex;
        font-size: 42px;
        letter-spacing: -.03em;
        line-height: 1;
        font-family: 'Unbounded';
        white-space: nowrap;
    }

        .btn-text-slider .text-wrapper .text h2 {
            font-family: 'Unbounded';
            font-size: 42px;
            font-weight: 500;
        }

    .btn-text-slider .text-wrapper.clone .text {
        color: #333;
        display: inline-flex;
        left: 60px;
        margin-top: -20px;
        position: relative;
    }

@keyframes scrollText {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-50%);
    }
}

.form-control {
    height: 45px;
}


.contact-form {
    padding: 30px 40px;
    background-color: #ffffff;
    border-radius: 12px;
}

    .contact-form textarea {
        resize: none;
    }

    .contact-form .form-control,
    .form-text-area {
        background-color: #f0f4f5;
        height: 50px;
        padding-left: 16px;
        border: none;
    }

    .contact-form .form-text-area {
        background-color: #f0f4f5;
        height: auto;
        padding-left: 16px;
    }

    .contact-form .form-control::placeholder {
        color: #aeb4b9;
        opacity: 1;
    }

    .contact-form .form-control:-ms-input-placeholder {
        color: #aeb4b9;
    }

    .contact-form .form-control::-ms-input-placeholder {
        color: #aeb4b9;
    }

    .contact-form .form-control:focus {
        border-color: #f33fb0;
        box-shadow: inset 0 1px 1px rgb(0 0 0 / 7%), 0 0 8px #416bfa;
    }

.contact-page table tr td {
    padding: 15px 0px;
}

.contact-page h3 {
    font-size: 1.4rem;
    color: #416bfa;
}

.contact-icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #416bfa;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    margin: 7px;
    display: block;
}

/*.contact-form .title {
  text-align: center;
  font-weight: 500;
}

.contact-form .description {
  color: #aeb4b9;
  font-size: 14px;
  text-align: center;
}

.contact-form .submit-button-wrapper {
  text-align: center;
}

.contact-form .submit-button-wrapper input {
  border: none;
  border-radius: 4px;
  background-color: #416bfa;
  color: white;
  text-transform: uppercase;
  padding: 10px 60px;
  font-weight: 500;
  letter-spacing: 2px;
}

.contact-form .submit-button-wrapper input:hover {
  background-color:#416bfa;
}*/


/*.tabs {
    overflow: hidden;
}
.tab {
    width: 100%;
    color: white;
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 10px;
}
.tab-label {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    background: #37a6e8;
    font-weight: bold;
    cursor: pointer;
}
.tabs input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.tab-label::after {
    content: "\276F";
    width: 2em;
    text-align: center;
    transition: all 0.35s;
    background-color: #676767;
    border-radius: 30px;
}*/





/*.contact-page .panel-heading {
  padding: 0;
  border:0;
}
.contact-page .panel-default{     border-bottom: 1px solid #ddd; }
.contact-page .panel-default h4{ margin:0px;     color: #3A68FF;      font-size: 20px; }
.contact-page .panel-body h5{ padding-top: 20px;  border-bottom: 1px solid #3A68FF;
    display: inline-block; font-weight: 600; }
.contact-page .panel-body { margin:10px 0px; }
.contact-page .panel-title>a, .contact-page .panel-title>a:active{
   display:block;
   padding:15px 0px;
   color:#555;
   font-size: 18px;
   font-weight: 600;
   text-transform:uppercase;
   letter-spacing:1px;
   word-spacing:3px;
   text-decoration:none;
   display: flex;
   align-items: center;
   justify-content: space-between;
}

.contact-page .panel-heading a span {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
    transition: all 0.5s;
}
.contact-page .panel-heading.active a span {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
    transition: all 0.5s;
} 
.contact-page .panel-heading{ position: relative; }
.contact-page .panel-heading::after {
    content: "";
    position: absolute;
    bottom: -0.01em;
    left: 0;
    width: 100%;
    height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(to right, #3A68FF 50%, rgb(33 33 33 / 0%) 50%);
    background-size: 200% 100%;
    background-position: 100% 50%;
    transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.contact-page .panel-heading:hover::after {
    background-position: 0% 50%;
}
.contact-page .panel-heading:hover::after {
    background-position: 0% 50%;
}*/


.contact-page .accordion .card {
    border: none;
}

.contact-page .accordion .card-header {
    background: no-repeat;
    padding: 10px 0px;
}

.contact-page .accordion .card button {
    padding: 0px !important;
    color: #555;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.contact-page .accordion .card .btn-primary {
    color: #fff;
}

.iconArrowB {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: all 0.5s;
}

.iconArrowR {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 0.5s;
}

#joinWaitlist {
    z-index: 999999;
}


.become-digikiosk img {
    border-top-right-radius: 48px;
    border-bottom-right-radius: 48px;
    height: 100%;
}

.download-appstore .btn {
    display: inline-flex;
    align-items: center;
    padding: 6px 30px;
    font-size: 15px;
    margin: 4px 20px;
}

    .download-appstore .btn img {
        width: 150px;
    }


.download_app_popup .modal-dialog {
    max-width: 750px;
}

/*.modal.show .modal-dialog {
    transform: translateY(25%);
    position: relative;
}*/

.modal_close {
    position: absolute;
    z-index: 10000000;
    width: 35px;
    height: 35px;
    background: #416BFA;
    border-radius: 50%;
    padding: 8px;
    display: flex;
    align-items: center;
    right: -15px;
    top: -15px;
    cursor: pointer;
}

    .modal_close img {
        filter: invert(1);
    }

.modal-content {
    border-radius: 5px;
    outline: 0;
}

    .modal-content h1 {
        color: #000;
        margin-bottom: 80px;
    }

    .modal-content .download-appstore a:hover {
        color: #000;
    }



/*metro-card page*/
.ul-metro-card {
    padding: 0;
}
.ul-metro-card li {
    display: flex;
    align-items: start;
    margin-bottom: 10px;
}
    .ul-metro-card li span {
        background: #416bfa;
        color: #fff;
        border-radius: 50%;
        padding: 3px;
        margin-right: 15px;
        font-size: 18px;
    }

.emergencynumber {
    position: fixed;
    right: 0px;
    bottom: 5rem;
    width: 265px;
    color: white;
    padding: 10px;
    z-index: 1;
    display: flex;
    align-items: center;
    transition: 0.3s linear;
}
.emergencynumber.hide {
        right: -195px;
    }
.emergencynumber i{
    background: #416bfa;
    display: inline-block;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    cursor: pointer;
}
    .emergencynumber p {
        background: #fff;
        box-shadow: 0px 12px 45px rgba(0, 0, 0, .15);
        padding: 6px 20px;
        border-radius: 10px;
        font-weight: 400;
        font-size: 16px;
    }
.emergencynumber p a {
    font-weight: 600;
    font-size: 18px;
}
.emergencynumber:hover {
        right: 0px;
        transition: 0.3s linear;
    }




/*NEW PAGES CSS*/

:root {
    --navy-blue: navy;
    --light-navy: #0033ba;
    --accent-blue: #0074d9;
    --white: #ffffff;
    --light-gray: #f5f5f5;
    --medium-gray: #dddddd;
    --dark-gray: #333333;
    --accent-color: #7FDBFF;
    --primary-color: #001F86;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

body {
    color: var(--dark-gray);
    line-height: 1.6;
}





.award-badge {
    background-color: var(--accent-blue);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
}

    .award-badge i {
        margin-right: 8px;
    }

.hero {
    /*background: linear-gradient(135deg, var(--navy-blue) 0%, var(--light-navy) 100%);*/
   /* color: var(--);*/
    padding: 4rem 2rem;
    text-align: center;
}

/*    .hero h2 {
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
    */}

    .hero p {
        font-size: 1.2rem;
        max-width: 800px;
        margin: 0 auto 2rem;
    }

/*.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}*/
.cta-button {
    display: inline-block;
    background-color: #416BFA;
    color: var(--white);
    padding: 0.8rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    border: 2px solid #416BFA;
    margin-top: 20px;
}

    .cta-button:hover {
        background-color: transparent;
        color: #416BFA;
    }

.section-title {
    text-align: center;
  /*  margin-bottom: 3rem;*/
    color: var(--navy-blue);
    position: relative;
}

/*    .section-title:after {
        content: '';
        display: block;
        width: 80px;
        height: 4px;
        background-color: var(--accent-blue);
        margin: 1rem auto 0;
    }*/

.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
}

.feature-card {
    background-color: var(--white);
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .feature-card:hover {
        transform: translatey(-5px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }

.feature-icon {
    background-color: var(--navy-blue);
    color: var(--white);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 1.5rem;
}

.feature-card h3 {
    color: var(--navy-blue);
    margin-bottom: 1rem;
    text-align: center;
}

.services {
    background-color: var(--white);
    padding: 4rem 2rem;
    margin: 4rem 0;
}

.service-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.service-card {
    background-color: var(--light-gray);
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

    .service-card h3 {
        color: var(--navy-blue);
        margin-bottom: 1.5rem;
        display: flex;
        align-items: center;
    }

        .service-card h3 i {
            margin-right: 10px;
            color: var(--accent-blue);
        }

    .service-card ul {
        list-style-type: none;
    }

        .service-card ul li {
            margin-bottom: 0.8rem;
            position: relative;
            padding-left: 25px;
        }

            .service-card ul li:before {
                content: '\f00c';
                font-family: 'font awesome 6 free';
                font-weight: 900;
                color: var(--accent-blue);
                position: absolute;
                left: 0;
            }

.dashboard-showcase {
    text-align: center;
    margin: 4rem 0;
}

    .dashboard-showcase img {
        max-width: 100%;
        border-radius: 12px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        border: 1px solid var(--medium-gray);
    }

.lead-form-section {
/*    background: linear-gradient(135deg, var(--navy-blue) 0%, var(--light-navy) 100%);*/
    color: var(--white);
    padding: 4rem 2rem;
    text-align: center;
}

.lead-form-container {
    max-width: 600px;
    margin: 0 auto;
    background-color: var(--white);
    padding: 2.5rem;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

    .lead-form-container h2 {
        color: var(--navy-blue);
        margin-bottom: 2rem;
    }

.form-group {
    margin-bottom: 1.5rem;
    text-align: left;
}

    .form-group label {
        display: block;
        margin-bottom: 0.5rem;
        color: var(--dark-gray);
        font-weight: 600;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        width: 100%;
        padding: 12px 15px;
        border: 1px solid var(--medium-gray);
        border-radius: 8px;
        font-size: 1rem;
        transition: border-color 0.3s ease;
    }

        .form-group input:focus,
        .form-group select:focus,
        .form-group textarea:focus {
            border-color: var(--accent-blue);
            outline: none;
        }

.submit-btn {
    background-color: var(--accent-blue);
    color: var(--white);
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
}

    .submit-btn:hover {
        background-color: var(--navy-blue);
    }



.contact-info {
    margin-top: 1rem;
}

    .contact-info a {
        color: var(--white);
        text-decoration: none;
        margin: 0 10px;
    }

        .contact-info a:hover {
            text-decoration: underline;
        }

.stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin: 4rem 0;
}

.stat-card {
    background-color: var(--white);
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--accent-blue);
    margin-bottom: 0.5rem;
}

.stat-label {
    color: var(--dark-gray);
    font-size: 1.1rem;
}

.hidden {
    display: none;
}

#thankyoumessage {
    text-align: center;
    padding: 2rem;
    background-color: var(--white);
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

    #thankyoumessage i {
        font-size: 3rem;
        color: #28a745;
        margin-bottom: 1rem;
    }

}



.dk-features-section {
    background-color: #f8f9fa;
    padding: 80px 0;
    font-family: 'Inter', sans-serif;
}

#dk-features .dk-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.dk-section-header {
    text-align: center;
    margin-bottom: 50px;
}

.dk-main-heading {
    color: #2c3e50;
    font-weight: 700;
    font-size: 2.5rem;
}

.dk-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 30px;
}

.dk-feature-card {
    background: rgba(65, 107, 250, 0.08);
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    padding: 30px;
    transition: transform 0.3s ease;
}

    .dk-feature-card:hover {
        transform: translateY(-5px);
    }

.dk-card-content {
    display: flex;
    gap: 25px;
    align-items: flex-start;
}

.dk-card-icon {
    width: 70px;
    height: 70px;
    background-color: #416BFA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.dk-icon-img {
    width: 35px;
    height: 35px;
}

.dk-card-text {
    text-align: left;
}

.dk-card-title {
    color: #000000;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 1.5rem;
}

.dk-card-desc {
    color: #000000;
    line-height: 1.6;
    font-size: 1.125rem;
    margin: 0;
}

@media (max-width: 768px) {
    .dk-features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .dk-card-content {
        gap: 20px;
    }

    .dk-feature-card {
        padding: 25px;
    }

    .dk-main-heading {
        font-size: 2rem;
    }
}





.responsive-app-image {
    width: 100%;
    height: auto;
    max-width: 800px; 
    display: block;
    margin: 0 auto;
}


@@media (max-width: 768px) {
    .responsive-app-image {
        max-width: 100%;
        padding: 0 15px; 
    }
}


/*LEARN MORE BUTTON*/

#learn-more {
    background-color: transparent;
    color: #416BFA;
}

    #learn-more:hover {
        display: inline-block;
        background-color: #416BFA;
        color: var(--white);
        padding: 0.8rem 2rem;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 600;
        transition: all 0.3s;
        border: 2px solid #416BFA;
        margin-top: 20px;
    }


/*GET STARTED BUTTON*/

.cta-button-new {
    display: inline-block;
    background-color: #416BFA;
    color: var(--white);
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    border: 2px solid #416BFA;
    margin-top: 20px;
}

    .cta-button-new:hover {
        background-color: transparent;
        color: #416BFA;
    }
.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 1em;
  line-height: 1.2em;
  opacity: 0;
  color: #dc3545;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}
/*.parsley-required {
    background: #fde8e8;
    display: inline-block;
    font-size: 11px;
    padding: 2px 5px;
    position: relative;
    margin-top: 5px;
    border-radius: 4px;
}

.parsley-required:before {
    position: absolute;
    top: -17px;
    left: 50%;
    content: '';
    border: 10px solid transparent;
    border-bottom-color: #fde8e8;
    transform: translateX(-50%);
}*/
.parsley-errors-list.filled li {
    background: #fde8e8;
    display: inline-block;
    font-size: 11px;
    padding: 2px 5px;
    position: relative;
    margin-top: 5px;
    border-radius: 4px;
}

.parsley-errors-list.filled li:before {
    position: absolute;
    top: -17px;
    left: 50%;
    content: '';
    border: 10px solid transparent;
    border-bottom-color: #fde8e8;
    transform: translateX(-50%);
}

@media (min-width: 1600px) and (max-width: 1800px) {
}

@media (min-width: 1600px) {
    /*.container {
        max-width: 1500px;
    }*/
    .container-lg {
        max-width: 70vw;
    }

    .container-full {
        padding: 0 9rem;
    }

}


@media (min-width: 992px) {
    .section-heading p {
        width: 370px;
    }
}


@media (min-width: 1300px) and (max-width: 1499px) {
    /*.banking-i > img, .banking1-i > img{ height: 360px;
    object-fit: contain; }*/

}

@media (min-width: 992px) and (max-width: 1199px) {
    /*.banking-i > img, .banking1-i > img{     height: 315px; }*/


    .section-heading h1 {
        font-size: 50px;
        line-height: 58px;
    }

    .section-heading h3 {
        font-size: 30px;
    }

    .section-heading p {
        font-size: 16px;
    }

    .solution-made .img-solution {
        height: 200px;
    }

    .become-digikiosk .section-heading h1 {
        font-size: 37px;
        line-height: 47px;
    }
}


@media (min-width: 1200px) and (max-width: 1599px) {
    .services ul li h4 {
        font-size: 30px;
    }

    .btn-text-slider .text-wrapper .text h2 {
        font-size: 30px;
    }

    .inner-top-heading h1 {
        font-size: 56px;
    }

    .standOut {
        padding: 25px;
    }
}


@media (min-width: 992px) and (max-width: 1599px) {
    body {
        font-size: 16px;
    }

    p {
        font-size: 16px;
    }

    .btn {
        font-size: 14px;
        padding: 10px 30px;
    }

    .navbar-nav .nav-item .btn {
        padding: 7px 30px;
    }

    .logo img, .offscroll-logo {
        width: 200px;
    }

    .block {
        padding: 4rem 0;
    }

    .banking p {
        font-size: 16px;
    }

    .sub-h {
        min-height: 60px;
    }

        .sub-h ul li a {
            font-size: 22px;
            line-height: 70px;
        }

    .work-icon {
        top: 40%;
        left: 2%;
    }

    .digt-acc h1 {
        font-size: 52px;
        line-height: 60px;
    }

    .assist {
        right: 0%;
    }

        .assist img {
            width: 80%;
        }

    .digital-box h3 {
        top: 76%;
        right: 18%;
    }

    .digital-f {
        width: 85%;
    }

        .digital-f input, .digital-f input[type="submit"] {
            height: 60px;
        }

    .service-provider .service-card {
        height: 200px;
    }

    #serviceSlider .slick-slide img {
        width: 50px;
        padding: 5px;
    }

    .img-work {
        width: 160px;
        margin: 0 auto;
    }

    .work-icon {
        top: 40%;
        left: 2%;
    }

        .work-icon h3 {
            width: 40px;
            height: 40px;
            line-height: 40px;
            font-size: 15px;
        }

    .services ul li p {
        font-size: 16px;
    }



    .type {
        font-size: 70px;
    }

    .scan-i img {
        width: 320px;
        margin-top: -34px;
    }

    .application h1 {
        top: 78%;
        left: -22%;
    }

    .arrow-a {
        top: 80%;
        left: -6%;
    }

    .scan-b {
        top: 82%;
        left: 26%;
    }

    .instant-h h1, .card-h h1 {
        font-size: 86px;
        line-height: 130px;
    }

    .instant-h img {
        width: 300px;
    }

    .elipse {
        position: absolute;
        top: -1%;
        left: -5%;
    }

    .rec-bg {
        top: 16%;
    }

    .download-app {
        justify-content: center;
        bottom: -44%;
    }

    .scan-b img {
        width: 120px;
    }

    .sub-h .content {
        font-size: 20px;
        line-height: 60px;
    }

    .sub-h .marquee {
        height: 60px;
    }


}


@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner-caption h1 {
        font-size: 56px;
        line-height: 62px;
    }

    .standOut p, .standOut-end p {
        font-size: 20px;
    }

    .banner-caption h1 {
        font-size: 42px;
        line-height: 50px;
    }

    .banner-caption p {
        font-size: 16px;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .banner-caption .btn-primary {
        margin-bottom: 0px;
    }

    .become-digikiosk .section-heading h1 {
        font-size: 37px;
    }
}



@media (min-width: 992px) and (max-width: 1199px) {
    .onscroll-logo {
        width: 115px !important;
    }

    .logo img, .offscroll-logo {
        width: 140px;
    }

    .nav-link, .dropdown-item {
        font-size: 14px;
    }

    .menu-get .btn-primary {
        font-size: 14px;
    }

    .digital-i > img {
        width: 70%;
    }

    .digital-box h3 {
        top: 69%;
        right: 22%;
    }

    .product strong {
        padding: 10px 25px;
    }

    .rec-bg {
        top: 19%;
        left: 47px;
    }

    .trust-i > img {
        width: 170px;
    }

    .training img {
        margin-right: 38px;
    }

    .banner-caption h1 {
        font-size: 38px;
        line-height: 45px;
    }

    .banner-caption p {
        font-size: 16px;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .banner-caption .btn-primary {
        margin-bottom: 0px;
    }

    .services ul li h4 {
        font-size: 30px;
    }

    .trust-t h4 {
        font-size: 25px;
        line-height: 34px;
    }

    .standOut p, .standOut-end p {
        font-size: 18px;
    }

    .btn-text-slider .text-wrapper .text h2 {
        font-size: 30px;
    }
}



@media screen and (max-width:1199px) {
    .become-digikiosk img {
        border-top-right-radius: 0px;
        border-bottom-left-radius: 48px;
        border-bottom-right-radius: 48px;
        height: 100%;
    }
}



@media screen and (min-width:992px) {

    .start-style:hover {
        background: #ffffff5e !important;
    }
}

@media screen and (min-width:1152px) {
    .container-full {
        max-width: 100%;
        padding: 0 5rem;
        margin: 0 auto;
    }

    header .container-full, footer .container-full {
        padding: 0 3rem;
    }
}



@media (max-width: 991px) {
    body {
        font-size: 16px !important;
    }

    .body-content {
        padding-top: 80px;
    }

    p {
        font-size: 16px !important;
    }

    .onscroll-logo {
        width: 140px !important;
    }

    .logo img, .offscroll-logo {
        width: 150px;
    }

    .start-header {
        padding: 10px 0px;
        box-shadow: none;
    }

    .navigation-wrap {
        background-color: rgb(255, 255, 255);
        box-shadow: 0 5px 10px 0 rgb(138 155 165 / 15%);
    }

    .start-header.start-style, .start-header.scroll-on, .header {
        background: #fff !important;
    }



    .nav-link {
        padding: 0px 12px !important;
        font-size: 16px;
    }

    .btn {
        padding: 10px 26px !important;
        font-size: 14px;
    }

    .section-heading p {
        font-size: 16px;
    }

    .banner-caption {
        left: auto;
        margin-top: 50px;
        text-align: center;
    }

        .banner-caption h5 {
            font-size: 14px;
        }

        .banner-caption h1 {
            font-size: 38px;
            line-height: 45px;
        }

        .banner-caption p {
            margin-top: 15px;
            margin-bottom: 30px;
            line-height: 25px;
            font-size: 15px;
        }

    #bannerSlider .slick-slide .rectangle img {
        padding: 0px;
    }

    #bannerSlider .slick-dots {
        bottom: -10px !important;
        width: 100%;
        transform: none;
        position: relative !important;
        left: auto !important;
    }

    .section-heading h2 {
        font-size: 28px;
        line-height: 42px;
    }

    .section-heading h1 {
        font-size: 32px;
        line-height: 40px;
    }

    .section-heading h5 {
        font-size: 12px;
    }

    .section-heading h3 {
        font-size: 26px;
    }

    .sub-h {
        min-height: 55px;
    }

        .sub-h ul li a {
            font-size: 20px;
            line-height: 55px;
        }

    .banking p {
        font-size: 16px;
    }

    .banking-i > img, .banking1-i > img {
        height: 260px;
    }

    .banking-c, .banking1-c {
        width: 280px;
        left: 50%;
        transform: translateX(-50%);
    }

    .img-work {
        width: 160px;
        margin: 0 auto;
    }

    .work-icon {
        top: 35%;
        left: 2%;
    }

        .work-icon h3 {
            width: 40px;
            height: 40px;
            line-height: 40px;
            font-size: 15px;
        }

    .services ul li h4 {
        font-size: 19px;
    }

    .service-provider .service-card {
        height: 170px;
    }

    #serviceSlider .slick-slide img {
        width: 50px;
    }

    .service-provider .service-card h4 {
        font-size: 15px;
        letter-spacing: 2px;
        line-height: 22px;
    }

    .type {
        font-size: 38px;
        line-height: 40px;
    }



    .application h1, .arrow-a, .scan-b {
        position: relative;
        left: auto;
        top: auto;
    }

    .download-app {
        display: flex;
        align-items: start;
        margin-top: 30px;
        bottom: auto;
        width: 70%;
        margin: 0 auto;
        position: relative;
        transform: none;
        left: auto;
    }

    .application h1 {
        transform: none;
    }


    .scan-i img {
        width: 250px;
        margin-bottom: 10px;
        margin-top: 0;
    }

    .panel-body p {
        font-size: 15px !important;
    }

    .panel-heading table td {
        padding: 15px 8px 15px 0px;
    }

    .digt-acc h1 {
        font-size: 41px;
        line-height: 50px;
    }

    .text-scroll .btn {
        padding: 30px 100px !important;
        font-size: 28px;
        line-height: 40px;
    }

    .money-i > img {
        width: 200px;
    }

    .money-t h4 {
        font-size: 22px;
        line-height: 30px;
        padding: 10% 0px 20px 0px;
    }

    .money-b {
        top: 70px;
        left: -68px;
        padding: 10px 10px;
    }

    .customer-logos img {
        width: 160px;
        padding: 0px 10px;
        margin: 0px;
    }


    .business-h {
        padding-bottom: 20px;
    }

        .business-h h3 {
            font-size: 16px;
        }

        .business-h ul li {
            font-size: 15px;
        }

    .copyright {
        font-size: 14px;
    }


    .instant-h h1, .card-h h1 {
        font-size: 45px;
        line-height: 70px;
        font-size: 45px;
        line-height: 85px;
    }

    .instant-h img, .card-h img {
        width: 260px;
    }

    .instant-h img {
        width: 220px;
    }

    .instant-i h2 {
        font-size: 18px;
    }

    .Features .features-t h3, .prepaidCard .testimonials-t h3 {
        font-size: 25px;
    }


    .professional-b h2 {
        font-size: 1.5rem;
    }

    .mobileApp h3, .professionals h3, .independents h3, .features-t h3 {
        font-size: 25px;
        line-height: 35px;
    }

    /*solution listing*/
    .solution-made {
        margin-bottom: 12px;
    }

        .solution-made h3 {
            font-size: 12px;
            padding: 20px 0 0px 0;
            line-height: 20px;
        }

        .solution-made h4 {
            font-size: 22px;
            line-height: 25px;
        }


    .stay h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .blog h4 {
        font-size: 1.3rem;
    }

    .blog-top h1 {
        font-size: 25px;
    }

    #bannerSlider .slick-list, #bannerSlider .slick-track, #bannerSlider .slick-slide {
        height: 100%;
    }

    .dropdown-menu.show {
        padding: 5px !important;
    }

    .trust-i > img {
        width: 170px;
    }

    .training {
        display: block;
    }

        .training img {
            margin-bottom: 10px;
        }

    .scan-b img {
        border-radius: 18px;
        padding: 8px;
    }

    .standOut p {
        padding: 0px;
    }

    .standOut {
        padding: 20px;
    }

    .img-standout {
        width: 60px;
    }

    .trust-t h4 {
        font-size: 22px;
        line-height: 30px;
    }

    .stay p {
        font-size: 15px !important;
        margin-bottom: 0px;
    }

    .banner-text h2 {
        font-size: 1.2rem;
        line-height: 30px;
    }

    .btn-text-slider .text-wrapper .text h2 {
        font-size: 22px;
    }

    .sub-h .content {
        font-size: 20px;
        line-height: 60px;
    }

    .sub-h .marquee {
        height: 60px;
    }


    /*section 8*/
    .upi_enabled {
        width: 250px;
        margin-top: 20px;
    }

    .solution-made .img-solution {
        height: 245px;
    }

    .solution-made {
        width: 45%;
    }

    .section-heading p {
        width: 80%;
    }


    .download-appstore .btn {
        padding: 5px 25px !important;
    }

        .download-appstore .btn img {
            width: 146px;
        }



}


@media (min-width: 768px) and (max-width:991px) {

    .block {
        padding: 3rem 0;
    }

    .digital-i > img {
        width: 250px;
    }

    .digital-f {
        width: 300px;
    }

        .digital-f input, .digital-f input[type="submit"] {
            height: 45px;
        }

        .digital-f input {
            font-size: 12px;
            padding-left: 20px;
        }

            .digital-f input[type="submit"] {
                background-size: 15px;
            }

    .product {
        margin-top: 150px;
    }

        .product strong {
            padding: 10px 10px;
            font-size: 12px;
        }

    .assist {
        top: 109%;
        right: -7%;
        width: 45%;
    }

    .money-t h4 {
        font-size: 22px;
        line-height: 33px;
    }

    .trust-t h4 {
        font-size: 23px;
    }


    #bannerSlider .slick-slide .rectangle img {
        width: 380px;
        margin-top: 15px;
    }

    #Section5 .tab-content .tab-pane .img-eclipse {
        left: 0%;
    }

    #Section5 .tab-content .tab-pane > div > .img-circle {
        padding-left: 40px;
        width: 300px;
    }


    .btn-text-slider .btn {
        padding: 0px 12px !important;
        font-size: 16px;
    }
}


@media (max-width: 767px) {
    .block {
        padding: 4rem 0;
    }

    #Section5 .tab-content .tab-pane .img-eclipse {
        left: 0%;
    }

    .service-provider .service-card {
        margin: 7px;
        row-gap: 9px;
    }

    #serviceSlider .slick-slide img {
        width: 45px;
    }

    .service-provider .service-card {
        height: 145px;
    }

    .digital-f {
        width: 111%;
    }

    .digital-box h3 {
        font-size: 14px;
        padding: 10px 15px;
    }

    .assist {
        right: 0%;
    }

        .assist > img {
            width: 72%;
        }

    .digital-box h3 {
        width: 190px;
        font-size: 12px;
        padding: 10px 10px;
        line-height: 18px;
    }


    .digital-i > img {
        width: 250px;
    }

    .digital-f {
        width: 300px;
    }

        .digital-f input, .digital-f input[type="submit"] {
            height: 45px;
        }

        .digital-f input {
            font-size: 12px;
            padding-left: 20px;
        }

            .digital-f input[type="submit"] {
                background-size: 15px;
            }

    .product {
        margin-top: 150px;
    }

        .product strong {
            padding: 10px 10px;
            font-size: 12px;
        }


    .money-i > img {
        width: 145px;
    }

    .money-b {
        top: 45px;
        left: -36%;
        width: 60%;
        padding: 12px 10px;
    }

    .stay {
        margin-top: 0px;
    }

    .stay1 {
        margin-top: 0px;
    }

    .stay2 {
        margin-top: 0px;
    }

    .stay4 {
        margin-top: 0px;
    }

    .rec-bg {
        top: 25%;
        left: 27px;
    }


    .btn-text-slider .text-wrapper .text h2 {
        font-size: 18px;
    }

    .img-circle {
        width: 300px;
    }


    .solution-made {
        width: 90%;
    }

    .accrediation .slide img {
        padding: 5px;
        margin: 5px;
        width: 75px;
    }

    #Section5 .tab-content .tab-pane > div > .img-circle {
        padding-left: 30px;
        width: 80%;
    }

    .services ul li {
        padding: 10px;
    }

    .scan-t h2 {
        font-size: 35px;
        line-height: 42px;
    }

    .btn-text-slider .btn {
        padding: 0px 12px !important;
        font-size: 16px;
    }

    .download-appstore a:first-child {
        margin-bottom: 15px;
    }

    .modal-content section {
        padding: 3rem 0;
    }

    .modal-content h1 {
        color: #000;
        margin-bottom: 50px;
        line-height: normal;
    }

    .modal.show .modal-dialog {
        max-width: 650px !important;
    }
}



@media (max-width:1100px) {
    .rec-bg {
        top: 26%
    }
}


@media (max-width: 575px) {

    .trust-i {
        width: 100%;
    }

    .trust-a img {
        margin-bottom: -9px;
    }
}



@media (min-width: 576px) and (max-width:991px) {
    .rec-bg {
        top: 13%;
    }
}

@media (max-width: 424px) {

    .assist {
        right: -9%;
    }

    .rec-bg {
        top: 23%;
        left: 9%
    }
}

@media screen and (max-width: 575px) {
    .become-digikiosk-mob .px-5 {
        padding: 3rem 1.25rem 2rem !important;
    }
}

@media(max-width:768px) {


    /*.banner-caption h2 {
        font-size: 34px;
    }

    .substract {
        margin-top: 20%;
    }

    .sub-h {
        text-align: center;
    }

        .sub-h ul li a {
            text-align: center;
        }

    .banking h2 {
        font-size: 28px;
        line-height: 40px;
    }

    .banking p {
        font-size: 16px;
    }

    .banking-i {
        margin-bottom: 20%;
        width: 90%;
    }

    .banking-c {
        top: 0%;
        left: 2%;
        width: 90%;
    }

    .banking1-i {
        width: 90%;
    }

    .banking1-c {
        top: -3%;
        width: 90%;
    }

    .banking2 h2 {
        font-size: 28px;
        line-height: 40px;
    }

    .banking2 p {
        font-size: 16px;
    }



    .work h2 {
        text-align: center;
        font-size: 22px;
        line-height: 28px;
    }

    .work-account {
        min-height: 340px;
    }

    .work-icon h3 {
        position: absolute;
        top: 12%;
        left: 5%;
    }

    .service-h h1 {
        text-align: center;
    }

    .service-h h2 {
        font-size: 22px;
        line-height: 28px;
    }

    .service-h p {
        text-align: center;
        font-size: 17px;
    }


    .digital h2 {
        font-size: 22px;
        line-height: 28px;
    }

        .digital h2 p {
            text-align: center;
            font-size: 17px;
        }

    .digital-i {
        width: 90%;
        margin: 11% 5%;
    }

    .digital-f input[type="submit"] {
        width: 50px;
    }

    .digital-f input {
        width: 211px;
    }

    .digital-f {
        left: 0%;
    }

    .money {
        margin-top: 90%;
    }

    .digital-box h3 {
        padding: 0px 30px;
        font-size: 16px;
        top: 159px;
    }

    .product-i {
        top: 152%;
        left: 16%;
    }

    .product strong {
        padding: 5px 9px;
        top: 134px;
    }




    .credit h2 {
        font-size: 22px;
        line-height: 28px;
    }


    .money-i img {
        width: 80%;
        z-index: 2;
    }

    .money-b {
        top: 85px;
        right: 64%;
        border-radius: 15px;
        padding: 10px 0px;
    }

    .scan-i img {
        margin-top: -88px;
    }

    .scan {
        margin-top: 33%;
    }

    .scan-t h2 {
        font-size: 22px;
        line-height: 28px;
        margin-left: 10px;
    }

    .scan-t p {
        margin-left: 10px;
        font-size: 17px;
    }

    .application h1 {
        top: 301px;
        left: 8%;
    }

    .scan-b {
        top: 365px;
        left: 47%;
    }

    .arrow-a {
        top: 132%;
        left: 6%;
    }


    .scan {
        min-height: 750px;
        margin-bottom: 18%;
    }

    .digt-acc h1 {
        font-size: 46px;
        line-height: 56px;
    }

    .digt-acc h3 {
        font-size: 17px;
        padding-bottom: 15%;
    }

    .digt-acc a {
        padding: 20px 30px;
    }

    .business-h {
        margin-top: 15%;
    }

    .soultion-h h2 {
        font-size: 25px;
        line-height: 40px;
    }

    .soultion-h p {
        font-size: 16px;
    }

    .money-h h2 {
        font-size: 22px;
        line-height: 28px;
    }

    .features-h h2 {
        font-size: 50px;
    }

    .features-h p {
        font-size: 15px;
    }

    .stay {
        margin-top: 17px;
    }

    .stay2 {
        margin-top: 35px;
        margin-bottom: 20px;
    }

    .stay3 {
        margin-bottom: 10px;
        margin-top: 28px;
    }

  

    .card-t h1{
        font-size: 50px;
        top: 1%;
    left: 3%;
    line-height:60px;
    

    }
    .instant-i h2{
        padding-top:0;
    }

    .what2 img{
        margin-top:129px;
    }*/
}

