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

    to {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        -moz-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        -o-transform: translateY(-100px);
        transform: translateY(-100px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        -moz-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        -o-transform: translateY(-100px);
        transform: translateY(-100px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-ms-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        -moz-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        -o-transform: translateY(-100px);
        transform: translateY(-100px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        -moz-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        -o-transform: translateY(-100px);
        transform: translateY(-100px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        -moz-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        -o-transform: translateY(-100px);
        transform: translateY(-100px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInDownSmall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-8px);
        -moz-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        -o-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes fadeInDownSmall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-8px);
        -moz-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        -o-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-ms-keyframes fadeInDownSmall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-8px);
        -moz-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        -o-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes fadeInDownSmall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-8px);
        -moz-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        -o-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDownSmall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-8px);
        -moz-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        -o-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translate(-20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translate(0)
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translate(-20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translate(0)
    }
}

@-ms-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translate(-20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translate(0)
    }
}

@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translate(-20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translate(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translate(-20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translate(0)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translate(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translate(0)
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translate(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translate(0)
    }
}

@-ms-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translate(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translate(0)
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translate(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translate(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translate(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translate(0)
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(24px);
        -moz-transform: translateY(24px);
        -ms-transform: translateY(24px);
        -o-transform: translateY(24px);
        transform: translateY(24px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(24px);
        -moz-transform: translateY(24px);
        -ms-transform: translateY(24px);
        -o-transform: translateY(24px);
        transform: translateY(24px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-ms-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(24px);
        -moz-transform: translateY(24px);
        -ms-transform: translateY(24px);
        -o-transform: translateY(24px);
        transform: translateY(24px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(24px);
        -moz-transform: translateY(24px);
        -ms-transform: translateY(24px);
        -o-transform: translateY(24px);
        transform: translateY(24px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(24px);
        -moz-transform: translateY(24px);
        -ms-transform: translateY(24px);
        -o-transform: translateY(24px);
        transform: translateY(24px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

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

    to {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-ms-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-o-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@-moz-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@-ms-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@-o-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translate(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translate(-20px)
    }
}

@-moz-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translate(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translate(-20px)
    }
}

@-ms-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translate(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translate(-20px)
    }
}

@-o-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translate(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translate(-20px)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translate(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translate(-20px)
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translate(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translate(20px)
    }
}

@-moz-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translate(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translate(20px)
    }
}

@-ms-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translate(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translate(20px)
    }
}

@-o-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translate(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translate(20px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translate(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translate(20px)
    }
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-24px);
        -moz-transform: translateY(-24px);
        -ms-transform: translateY(-24px);
        -o-transform: translateY(-24px);
        transform: translateY(-24px)
    }
}

@-moz-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-24px);
        -moz-transform: translateY(-24px);
        -ms-transform: translateY(-24px);
        -o-transform: translateY(-24px);
        transform: translateY(-24px)
    }
}

@-ms-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-24px);
        -moz-transform: translateY(-24px);
        -ms-transform: translateY(-24px);
        -o-transform: translateY(-24px);
        transform: translateY(-24px)
    }
}

@-o-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-24px);
        -moz-transform: translateY(-24px);
        -ms-transform: translateY(-24px);
        -o-transform: translateY(-24px);
        transform: translateY(-24px)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-24px);
        -moz-transform: translateY(-24px);
        -ms-transform: translateY(-24px);
        -o-transform: translateY(-24px);
        transform: translateY(-24px)
    }
}

@-webkit-keyframes fadeOutUpSmall {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-8px);
        -moz-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        -o-transform: translateY(-8px);
        transform: translateY(-8px)
    }
}

@-moz-keyframes fadeOutUpSmall {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-8px);
        -moz-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        -o-transform: translateY(-8px);
        transform: translateY(-8px)
    }
}

@-ms-keyframes fadeOutUpSmall {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-8px);
        -moz-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        -o-transform: translateY(-8px);
        transform: translateY(-8px)
    }
}

@-o-keyframes fadeOutUpSmall {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-8px);
        -moz-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        -o-transform: translateY(-8px);
        transform: translateY(-8px)
    }
}

@keyframes fadeOutUpSmall {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-8px);
        -moz-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        -o-transform: translateY(-8px);
        transform: translateY(-8px)
    }
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -moz-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        -o-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@-moz-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -moz-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        -o-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@-ms-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -moz-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        -o-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@-o-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -moz-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        -o-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -moz-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        -o-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translate(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -moz-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        -o-transform: translateX(-2000px);
        transform: translate(-2000px)
    }
}

@-moz-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translate(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -moz-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        -o-transform: translateX(-2000px);
        transform: translate(-2000px)
    }
}

@-ms-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translate(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -moz-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        -o-transform: translateX(-2000px);
        transform: translate(-2000px)
    }
}

@-o-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translate(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -moz-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        -o-transform: translateX(-2000px);
        transform: translate(-2000px)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translate(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -moz-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        -o-transform: translateX(-2000px);
        transform: translate(-2000px)
    }
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translate(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -moz-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        -o-transform: translateX(2000px);
        transform: translate(2000px)
    }
}

@-moz-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translate(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -moz-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        -o-transform: translateX(2000px);
        transform: translate(2000px)
    }
}

@-ms-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translate(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -moz-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        -o-transform: translateX(2000px);
        transform: translate(2000px)
    }
}

@-o-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translate(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -moz-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        -o-transform: translateX(2000px);
        transform: translate(2000px)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translate(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -moz-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        -o-transform: translateX(2000px);
        transform: translate(2000px)
    }
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -moz-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        -o-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@-moz-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -moz-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        -o-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@-ms-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -moz-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        -o-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@-o-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -moz-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        -o-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -moz-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        -o-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-ms-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translate(-100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translate(0)
    }
}

@-moz-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translate(-100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translate(0)
    }
}

@-ms-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translate(-100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translate(0)
    }
}

@-o-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translate(-100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translate(0)
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translate(-100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translate(0)
    }
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translate(100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translate(0)
    }
}

@-moz-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translate(100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translate(0)
    }
}

@-ms-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translate(100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translate(0)
    }
}

@-o-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translate(100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translate(0)
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translate(100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translate(0)
    }
}

@-webkit-keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-ms-keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        -moz-transform: scale3d(.3,.3,.3);
        -ms-transform: scale3d(.3,.3,.3);
        -o-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@-moz-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        -moz-transform: scale3d(.3,.3,.3);
        -ms-transform: scale3d(.3,.3,.3);
        -o-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@-ms-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        -moz-transform: scale3d(.3,.3,.3);
        -ms-transform: scale3d(.3,.3,.3);
        -o-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@-o-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        -moz-transform: scale3d(.3,.3,.3);
        -ms-transform: scale3d(.3,.3,.3);
        -o-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        -moz-transform: scale3d(.3,.3,.3);
        -ms-transform: scale3d(.3,.3,.3);
        -o-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

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

    to {
        opacity: 0
    }
}

@-moz-keyframes zoomOut {
    0% {
        opacity: 1
    }

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

    to {
        opacity: 0
    }
}

@-ms-keyframes zoomOut {
    0% {
        opacity: 1
    }

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

    to {
        opacity: 0
    }
}

@-o-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        -moz-transform: scale3d(.3,.3,.3);
        -ms-transform: scale3d(.3,.3,.3);
        -o-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);
        -moz-transform: scale3d(.3,.3,.3);
        -ms-transform: scale3d(.3,.3,.3);
        -o-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes zoomInBig {
    0% {
        opacity: 0;
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
        transform: scale(.9)
    }

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

@-moz-keyframes zoomInBig {
    0% {
        opacity: 0;
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
        transform: scale(.9)
    }

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

@-ms-keyframes zoomInBig {
    0% {
        opacity: 0;
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
        transform: scale(.9)
    }

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

@-o-keyframes zoomInBig {
    0% {
        opacity: 0;
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
        transform: scale(.9)
    }

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

@keyframes zoomInBig {
    0% {
        opacity: 0;
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
        transform: scale(.9)
    }

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

@-webkit-keyframes zoomOutBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8)
    }
}

@-moz-keyframes zoomOutBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8)
    }
}

@-ms-keyframes zoomOutBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8)
    }
}

@-o-keyframes zoomOutBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8)
    }
}

@keyframes zoomOutBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8)
    }
}

@-webkit-keyframes expandInDown {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(.6);
        -moz-transform: scaleY(.6);
        -ms-transform: scaleY(.6);
        -o-transform: scaleY(.6);
        transform: scaleY(.6);
        -webkit-transform-origin: left top 0;
        -moz-transform-origin: left top 0;
        -ms-transform-origin: left top 0;
        -o-transform-origin: left top 0;
        transform-origin: left top 0
    }

    to {
        opacity: 1;
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: left top 0;
        -moz-transform-origin: left top 0;
        -ms-transform-origin: left top 0;
        -o-transform-origin: left top 0;
        transform-origin: left top 0
    }
}

@-moz-keyframes expandInDown {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(.6);
        -moz-transform: scaleY(.6);
        -ms-transform: scaleY(.6);
        -o-transform: scaleY(.6);
        transform: scaleY(.6);
        -webkit-transform-origin: left top 0;
        -moz-transform-origin: left top 0;
        -ms-transform-origin: left top 0;
        -o-transform-origin: left top 0;
        transform-origin: left top 0
    }

    to {
        opacity: 1;
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: left top 0;
        -moz-transform-origin: left top 0;
        -ms-transform-origin: left top 0;
        -o-transform-origin: left top 0;
        transform-origin: left top 0
    }
}

@-ms-keyframes expandInDown {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(.6);
        -moz-transform: scaleY(.6);
        -ms-transform: scaleY(.6);
        -o-transform: scaleY(.6);
        transform: scaleY(.6);
        -webkit-transform-origin: left top 0;
        -moz-transform-origin: left top 0;
        -ms-transform-origin: left top 0;
        -o-transform-origin: left top 0;
        transform-origin: left top 0
    }

    to {
        opacity: 1;
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: left top 0;
        -moz-transform-origin: left top 0;
        -ms-transform-origin: left top 0;
        -o-transform-origin: left top 0;
        transform-origin: left top 0
    }
}

@-o-keyframes expandInDown {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(.6);
        -moz-transform: scaleY(.6);
        -ms-transform: scaleY(.6);
        -o-transform: scaleY(.6);
        transform: scaleY(.6);
        -webkit-transform-origin: left top 0;
        -moz-transform-origin: left top 0;
        -ms-transform-origin: left top 0;
        -o-transform-origin: left top 0;
        transform-origin: left top 0
    }

    to {
        opacity: 1;
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: left top 0;
        -moz-transform-origin: left top 0;
        -ms-transform-origin: left top 0;
        -o-transform-origin: left top 0;
        transform-origin: left top 0
    }
}

@keyframes expandInDown {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(.6);
        -moz-transform: scaleY(.6);
        -ms-transform: scaleY(.6);
        -o-transform: scaleY(.6);
        transform: scaleY(.6);
        -webkit-transform-origin: left top 0;
        -moz-transform-origin: left top 0;
        -ms-transform-origin: left top 0;
        -o-transform-origin: left top 0;
        transform-origin: left top 0
    }

    to {
        opacity: 1;
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: left top 0;
        -moz-transform-origin: left top 0;
        -ms-transform-origin: left top 0;
        -o-transform-origin: left top 0;
        transform-origin: left top 0
    }
}

@-webkit-keyframes expandInUp {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(.6);
        -moz-transform: scaleY(.6);
        -ms-transform: scaleY(.6);
        -o-transform: scaleY(.6);
        transform: scaleY(.6);
        -webkit-transform-origin: left bottom 0;
        -moz-transform-origin: left bottom 0;
        -ms-transform-origin: left bottom 0;
        -o-transform-origin: left bottom 0;
        transform-origin: left bottom 0
    }

    to {
        opacity: 1;
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: left bottom 0;
        -moz-transform-origin: left bottom 0;
        -ms-transform-origin: left bottom 0;
        -o-transform-origin: left bottom 0;
        transform-origin: left bottom 0
    }
}

@-moz-keyframes expandInUp {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(.6);
        -moz-transform: scaleY(.6);
        -ms-transform: scaleY(.6);
        -o-transform: scaleY(.6);
        transform: scaleY(.6);
        -webkit-transform-origin: left bottom 0;
        -moz-transform-origin: left bottom 0;
        -ms-transform-origin: left bottom 0;
        -o-transform-origin: left bottom 0;
        transform-origin: left bottom 0
    }

    to {
        opacity: 1;
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: left bottom 0;
        -moz-transform-origin: left bottom 0;
        -ms-transform-origin: left bottom 0;
        -o-transform-origin: left bottom 0;
        transform-origin: left bottom 0
    }
}

@-ms-keyframes expandInUp {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(.6);
        -moz-transform: scaleY(.6);
        -ms-transform: scaleY(.6);
        -o-transform: scaleY(.6);
        transform: scaleY(.6);
        -webkit-transform-origin: left bottom 0;
        -moz-transform-origin: left bottom 0;
        -ms-transform-origin: left bottom 0;
        -o-transform-origin: left bottom 0;
        transform-origin: left bottom 0
    }

    to {
        opacity: 1;
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: left bottom 0;
        -moz-transform-origin: left bottom 0;
        -ms-transform-origin: left bottom 0;
        -o-transform-origin: left bottom 0;
        transform-origin: left bottom 0
    }
}

@-o-keyframes expandInUp {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(.6);
        -moz-transform: scaleY(.6);
        -ms-transform: scaleY(.6);
        -o-transform: scaleY(.6);
        transform: scaleY(.6);
        -webkit-transform-origin: left bottom 0;
        -moz-transform-origin: left bottom 0;
        -ms-transform-origin: left bottom 0;
        -o-transform-origin: left bottom 0;
        transform-origin: left bottom 0
    }

    to {
        opacity: 1;
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: left bottom 0;
        -moz-transform-origin: left bottom 0;
        -ms-transform-origin: left bottom 0;
        -o-transform-origin: left bottom 0;
        transform-origin: left bottom 0
    }
}

@keyframes expandInUp {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(.6);
        -moz-transform: scaleY(.6);
        -ms-transform: scaleY(.6);
        -o-transform: scaleY(.6);
        transform: scaleY(.6);
        -webkit-transform-origin: left bottom 0;
        -moz-transform-origin: left bottom 0;
        -ms-transform-origin: left bottom 0;
        -o-transform-origin: left bottom 0;
        transform-origin: left bottom 0
    }

    to {
        opacity: 1;
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: left bottom 0;
        -moz-transform-origin: left bottom 0;
        -ms-transform-origin: left bottom 0;
        -o-transform-origin: left bottom 0;
        transform-origin: left bottom 0
    }
}

@-webkit-keyframes expandInWithFade {
    0% {
        opacity: 0
    }

    40% {
        opacity: .1
    }

    50% {
        opacity: .9
    }

    to {
        opacity: 1
    }
}

@-moz-keyframes expandInWithFade {
    0% {
        opacity: 0
    }

    40% {
        opacity: .1
    }

    50% {
        opacity: .9
    }

    to {
        opacity: 1
    }
}

@-ms-keyframes expandInWithFade {
    0% {
        opacity: 0
    }

    40% {
        opacity: .1
    }

    50% {
        opacity: .9
    }

    to {
        opacity: 1
    }
}

@-o-keyframes expandInWithFade {
    0% {
        opacity: 0
    }

    40% {
        opacity: .1
    }

    50% {
        opacity: .9
    }

    to {
        opacity: 1
    }
}

@keyframes expandInWithFade {
    0% {
        opacity: 0
    }

    40% {
        opacity: .1
    }

    50% {
        opacity: .9
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes expandOutUp {
    0% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: left top 0;
        -moz-transform-origin: left top 0;
        -ms-transform-origin: left top 0;
        -o-transform-origin: left top 0;
        transform-origin: left top 0
    }

    to {
        opacity: 0;
        -webkit-transform: scaleY(.6);
        -moz-transform: scaleY(.6);
        -ms-transform: scaleY(.6);
        -o-transform: scaleY(.6);
        transform: scaleY(.6);
        -webkit-transform-origin: left top 0;
        -moz-transform-origin: left top 0;
        -ms-transform-origin: left top 0;
        -o-transform-origin: left top 0;
        transform-origin: left top 0
    }
}

@-moz-keyframes expandOutUp {
    0% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: left top 0;
        -moz-transform-origin: left top 0;
        -ms-transform-origin: left top 0;
        -o-transform-origin: left top 0;
        transform-origin: left top 0
    }

    to {
        opacity: 0;
        -webkit-transform: scaleY(.6);
        -moz-transform: scaleY(.6);
        -ms-transform: scaleY(.6);
        -o-transform: scaleY(.6);
        transform: scaleY(.6);
        -webkit-transform-origin: left top 0;
        -moz-transform-origin: left top 0;
        -ms-transform-origin: left top 0;
        -o-transform-origin: left top 0;
        transform-origin: left top 0
    }
}

@-ms-keyframes expandOutUp {
    0% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: left top 0;
        -moz-transform-origin: left top 0;
        -ms-transform-origin: left top 0;
        -o-transform-origin: left top 0;
        transform-origin: left top 0
    }

    to {
        opacity: 0;
        -webkit-transform: scaleY(.6);
        -moz-transform: scaleY(.6);
        -ms-transform: scaleY(.6);
        -o-transform: scaleY(.6);
        transform: scaleY(.6);
        -webkit-transform-origin: left top 0;
        -moz-transform-origin: left top 0;
        -ms-transform-origin: left top 0;
        -o-transform-origin: left top 0;
        transform-origin: left top 0
    }
}

@-o-keyframes expandOutUp {
    0% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: left top 0;
        -moz-transform-origin: left top 0;
        -ms-transform-origin: left top 0;
        -o-transform-origin: left top 0;
        transform-origin: left top 0
    }

    to {
        opacity: 0;
        -webkit-transform: scaleY(.6);
        -moz-transform: scaleY(.6);
        -ms-transform: scaleY(.6);
        -o-transform: scaleY(.6);
        transform: scaleY(.6);
        -webkit-transform-origin: left top 0;
        -moz-transform-origin: left top 0;
        -ms-transform-origin: left top 0;
        -o-transform-origin: left top 0;
        transform-origin: left top 0
    }
}

@keyframes expandOutUp {
    0% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: left top 0;
        -moz-transform-origin: left top 0;
        -ms-transform-origin: left top 0;
        -o-transform-origin: left top 0;
        transform-origin: left top 0
    }

    to {
        opacity: 0;
        -webkit-transform: scaleY(.6);
        -moz-transform: scaleY(.6);
        -ms-transform: scaleY(.6);
        -o-transform: scaleY(.6);
        transform: scaleY(.6);
        -webkit-transform-origin: left top 0;
        -moz-transform-origin: left top 0;
        -ms-transform-origin: left top 0;
        -o-transform-origin: left top 0;
        transform-origin: left top 0
    }
}

@-webkit-keyframes expandOutDown {
    0% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: left bottom 0;
        -moz-transform-origin: left bottom 0;
        -ms-transform-origin: left bottom 0;
        -o-transform-origin: left bottom 0;
        transform-origin: left bottom 0
    }

    to {
        opacity: 0;
        -webkit-transform: scaleY(.6);
        -moz-transform: scaleY(.6);
        -ms-transform: scaleY(.6);
        -o-transform: scaleY(.6);
        transform: scaleY(.6);
        -webkit-transform-origin: left bottom 0;
        -moz-transform-origin: left bottom 0;
        -ms-transform-origin: left bottom 0;
        -o-transform-origin: left bottom 0;
        transform-origin: left bottom 0
    }
}

@-moz-keyframes expandOutDown {
    0% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: left bottom 0;
        -moz-transform-origin: left bottom 0;
        -ms-transform-origin: left bottom 0;
        -o-transform-origin: left bottom 0;
        transform-origin: left bottom 0
    }

    to {
        opacity: 0;
        -webkit-transform: scaleY(.6);
        -moz-transform: scaleY(.6);
        -ms-transform: scaleY(.6);
        -o-transform: scaleY(.6);
        transform: scaleY(.6);
        -webkit-transform-origin: left bottom 0;
        -moz-transform-origin: left bottom 0;
        -ms-transform-origin: left bottom 0;
        -o-transform-origin: left bottom 0;
        transform-origin: left bottom 0
    }
}

@-ms-keyframes expandOutDown {
    0% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: left bottom 0;
        -moz-transform-origin: left bottom 0;
        -ms-transform-origin: left bottom 0;
        -o-transform-origin: left bottom 0;
        transform-origin: left bottom 0
    }

    to {
        opacity: 0;
        -webkit-transform: scaleY(.6);
        -moz-transform: scaleY(.6);
        -ms-transform: scaleY(.6);
        -o-transform: scaleY(.6);
        transform: scaleY(.6);
        -webkit-transform-origin: left bottom 0;
        -moz-transform-origin: left bottom 0;
        -ms-transform-origin: left bottom 0;
        -o-transform-origin: left bottom 0;
        transform-origin: left bottom 0
    }
}

@-o-keyframes expandOutDown {
    0% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: left bottom 0;
        -moz-transform-origin: left bottom 0;
        -ms-transform-origin: left bottom 0;
        -o-transform-origin: left bottom 0;
        transform-origin: left bottom 0
    }

    to {
        opacity: 0;
        -webkit-transform: scaleY(.6);
        -moz-transform: scaleY(.6);
        -ms-transform: scaleY(.6);
        -o-transform: scaleY(.6);
        transform: scaleY(.6);
        -webkit-transform-origin: left bottom 0;
        -moz-transform-origin: left bottom 0;
        -ms-transform-origin: left bottom 0;
        -o-transform-origin: left bottom 0;
        transform-origin: left bottom 0
    }
}

@keyframes expandOutDown {
    0% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: left bottom 0;
        -moz-transform-origin: left bottom 0;
        -ms-transform-origin: left bottom 0;
        -o-transform-origin: left bottom 0;
        transform-origin: left bottom 0
    }

    to {
        opacity: 0;
        -webkit-transform: scaleY(.6);
        -moz-transform: scaleY(.6);
        -ms-transform: scaleY(.6);
        -o-transform: scaleY(.6);
        transform: scaleY(.6);
        -webkit-transform-origin: left bottom 0;
        -moz-transform-origin: left bottom 0;
        -ms-transform-origin: left bottom 0;
        -o-transform-origin: left bottom 0;
        transform-origin: left bottom 0
    }
}

@-webkit-keyframes expandOutWithFade {
    0% {
        opacity: 1
    }

    70% {
        opacity: 0
    }

    to {
        opacity: 0
    }
}

@-moz-keyframes expandOutWithFade {
    0% {
        opacity: 1
    }

    70% {
        opacity: 0
    }

    to {
        opacity: 0
    }
}

@-ms-keyframes expandOutWithFade {
    0% {
        opacity: 1
    }

    70% {
        opacity: 0
    }

    to {
        opacity: 0
    }
}

@-o-keyframes expandOutWithFade {
    0% {
        opacity: 1
    }

    70% {
        opacity: 0
    }

    to {
        opacity: 0
    }
}

@keyframes expandOutWithFade {
    0% {
        opacity: 1
    }

    70% {
        opacity: 0
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    20% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2)
    }

    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    20% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2)
    }

    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@-ms-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    20% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2)
    }

    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@-o-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    20% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2)
    }

    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    20% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2)
    }

    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -ms-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    -ms-animation-duration: .3s;
    -o-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -moz-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -ms-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -o-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -ms-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    -ms-animation-duration: .3s;
    -o-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
    -moz-animation-timing-function: cubic-bezier(.23,1,.32,1);
    -ms-animation-timing-function: cubic-bezier(.23,1,.32,1);
    -o-animation-timing-function: cubic-bezier(.23,1,.32,1);
    animation-timing-function: cubic-bezier(.23,1,.32,1);
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -ms-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    -ms-animation-duration: .3s;
    -o-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
    -moz-animation-timing-function: cubic-bezier(.23,1,.32,1);
    -ms-animation-timing-function: cubic-bezier(.23,1,.32,1);
    -o-animation-timing-function: cubic-bezier(.23,1,.32,1);
    animation-timing-function: cubic-bezier(.23,1,.32,1);
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -ms-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    -ms-animation-duration: .3s;
    -o-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
    -moz-animation-timing-function: cubic-bezier(.23,1,.32,1);
    -ms-animation-timing-function: cubic-bezier(.23,1,.32,1);
    -o-animation-timing-function: cubic-bezier(.23,1,.32,1);
    animation-timing-function: cubic-bezier(.23,1,.32,1);
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -ms-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    -ms-animation-duration: .3s;
    -o-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -moz-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -ms-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -o-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    -ms-animation-name: fadeOut;
    -o-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .35s;
    -moz-animation-duration: .35s;
    -ms-animation-duration: .35s;
    -o-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -moz-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -ms-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -o-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    -moz-animation-name: fadeOutDown;
    -ms-animation-name: fadeOutDown;
    -o-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .25s;
    -moz-animation-duration: .25s;
    -ms-animation-duration: .25s;
    -o-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -moz-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -ms-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -o-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    -moz-animation-name: fadeOutLeft;
    -ms-animation-name: fadeOutLeft;
    -o-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .25s;
    -moz-animation-duration: .25s;
    -ms-animation-duration: .25s;
    -o-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -moz-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -ms-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -o-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    -moz-animation-name: fadeOutRight;
    -ms-animation-name: fadeOutRight;
    -o-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .25s;
    -moz-animation-duration: .25s;
    -ms-animation-duration: .25s;
    -o-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -moz-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -ms-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -o-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    -moz-animation-name: fadeOutUp;
    -ms-animation-name: fadeOutUp;
    -o-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .25s;
    -moz-animation-duration: .25s;
    -ms-animation-duration: .25s;
    -o-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -moz-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -ms-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -o-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    -moz-animation-name: slideInUp;
    -ms-animation-name: slideInUp;
    -o-animation-name: slideInUp;
    animation-name: slideInUp;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .35s;
    -moz-animation-duration: .35s;
    -ms-animation-duration: .35s;
    -o-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -moz-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -ms-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -o-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    -moz-animation-name: slideInDown;
    -ms-animation-name: slideInDown;
    -o-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .35s;
    -moz-animation-duration: .35s;
    -ms-animation-duration: .35s;
    -o-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -moz-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -ms-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -o-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    -moz-animation-name: slideInLeft;
    -ms-animation-name: slideInLeft;
    -o-animation-name: slideInLeft;
    animation-name: slideInLeft;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .35s;
    -moz-animation-duration: .35s;
    -ms-animation-duration: .35s;
    -o-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -moz-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -ms-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -o-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    -moz-animation-name: slideInRight;
    -ms-animation-name: slideInRight;
    -o-animation-name: slideInRight;
    animation-name: slideInRight;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .35s;
    -moz-animation-duration: .35s;
    -ms-animation-duration: .35s;
    -o-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -moz-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -ms-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -o-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    -moz-animation-name: slideOutUp;
    -ms-animation-name: slideOutUp;
    -o-animation-name: slideOutUp;
    animation-name: slideOutUp;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    -ms-animation-duration: .3s;
    -o-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -moz-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -ms-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -o-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    -moz-animation-name: slideOutRight;
    -ms-animation-name: slideOutRight;
    -o-animation-name: slideOutRight;
    animation-name: slideOutRight;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    -ms-animation-duration: .3s;
    -o-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -moz-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -ms-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -o-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    -moz-animation-name: slideOutLeft;
    -ms-animation-name: slideOutLeft;
    -o-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    -ms-animation-duration: .3s;
    -o-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -moz-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -ms-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -o-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    -moz-animation-name: slideOutDown;
    -ms-animation-name: slideOutDown;
    -o-animation-name: slideOutDown;
    animation-name: slideOutDown;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    -ms-animation-duration: .3s;
    -o-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -moz-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -ms-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -o-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    -moz-animation-name: zoomIn;
    -ms-animation-name: zoomIn;
    -o-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    -ms-animation-duration: .3s;
    -o-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
    -moz-animation-timing-function: cubic-bezier(.23,1,.32,1);
    -ms-animation-timing-function: cubic-bezier(.23,1,.32,1);
    -o-animation-timing-function: cubic-bezier(.23,1,.32,1);
    animation-timing-function: cubic-bezier(.23,1,.32,1);
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    -moz-animation-name: zoomOut;
    -ms-animation-name: zoomOut;
    -o-animation-name: zoomOut;
    animation-name: zoomOut;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    -ms-animation-duration: .3s;
    -o-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -moz-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -ms-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -o-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.expandInDown {
    -webkit-animation-name: expandInDown;
    -moz-animation-name: expandInDown;
    -ms-animation-name: expandInDown;
    -o-animation-name: expandInDown;
    animation-name: expandInDown;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    -ms-animation-duration: .3s;
    -o-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
    -moz-animation-timing-function: cubic-bezier(.23,1,.32,1);
    -ms-animation-timing-function: cubic-bezier(.23,1,.32,1);
    -o-animation-timing-function: cubic-bezier(.23,1,.32,1);
    animation-timing-function: cubic-bezier(.23,1,.32,1);
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.expandOutUp {
    -webkit-animation-name: expandOutUp;
    -moz-animation-name: expandOutUp;
    -ms-animation-name: expandOutUp;
    -o-animation-name: expandOutUp;
    animation-name: expandOutUp;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .15s;
    -moz-animation-duration: .15s;
    -ms-animation-duration: .15s;
    -o-animation-duration: .15s;
    animation-duration: .15s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
    -moz-animation-timing-function: cubic-bezier(.23,1,.32,1);
    -ms-animation-timing-function: cubic-bezier(.23,1,.32,1);
    -o-animation-timing-function: cubic-bezier(.23,1,.32,1);
    animation-timing-function: cubic-bezier(.23,1,.32,1);
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.expandInUp {
    -webkit-animation-name: expandInUp;
    -moz-animation-name: expandInUp;
    -ms-animation-name: expandInUp;
    -o-animation-name: expandInUp;
    animation-name: expandInUp;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    -ms-animation-duration: .3s;
    -o-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
    -moz-animation-timing-function: cubic-bezier(.23,1,.32,1);
    -ms-animation-timing-function: cubic-bezier(.23,1,.32,1);
    -o-animation-timing-function: cubic-bezier(.23,1,.32,1);
    animation-timing-function: cubic-bezier(.23,1,.32,1);
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.expandOutDown {
    -webkit-animation-name: expandOutDown;
    -moz-animation-name: expandOutDown;
    -ms-animation-name: expandOutDown;
    -o-animation-name: expandOutDown;
    animation-name: expandOutDown;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .15s;
    -moz-animation-duration: .15s;
    -ms-animation-duration: .15s;
    -o-animation-duration: .15s;
    animation-duration: .15s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
    -moz-animation-timing-function: cubic-bezier(.23,1,.32,1);
    -ms-animation-timing-function: cubic-bezier(.23,1,.32,1);
    -o-animation-timing-function: cubic-bezier(.23,1,.32,1);
    animation-timing-function: cubic-bezier(.23,1,.32,1);
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.fadeInDownSmall {
    -webkit-animation-name: fadeInDownSmall;
    -moz-animation-name: fadeInDownSmall;
    -ms-animation-name: fadeInDownSmall;
    -o-animation-name: fadeInDownSmall;
    animation-name: fadeInDownSmall;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    -ms-animation-duration: .3s;
    -o-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
    -moz-animation-timing-function: cubic-bezier(.23,1,.32,1);
    -ms-animation-timing-function: cubic-bezier(.23,1,.32,1);
    -o-animation-timing-function: cubic-bezier(.23,1,.32,1);
    animation-timing-function: cubic-bezier(.23,1,.32,1);
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.fadeOutUpSmall {
    -webkit-animation-name: fadeOutUpSmall;
    -moz-animation-name: fadeOutUpSmall;
    -ms-animation-name: fadeOutUpSmall;
    -o-animation-name: fadeOutUpSmall;
    animation-name: fadeOutUpSmall;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .25s;
    -moz-animation-duration: .25s;
    -ms-animation-duration: .25s;
    -o-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -moz-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -ms-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -o-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.zoomInBig {
    -webkit-animation-name: zoomInBig;
    -moz-animation-name: zoomInBig;
    -ms-animation-name: zoomInBig;
    -o-animation-name: zoomInBig;
    animation-name: zoomInBig;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .2s;
    -moz-animation-duration: .2s;
    -ms-animation-duration: .2s;
    -o-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(0,0,.2,1);
    -moz-animation-timing-function: cubic-bezier(0,0,.2,1);
    -ms-animation-timing-function: cubic-bezier(0,0,.2,1);
    -o-animation-timing-function: cubic-bezier(0,0,.2,1);
    animation-timing-function: cubic-bezier(0,0,.2,1);
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.zoomOutBig {
    -webkit-animation-name: zoomOutBig;
    -moz-animation-name: zoomOutBig;
    -ms-animation-name: zoomOutBig;
    -o-animation-name: zoomOutBig;
    animation-name: zoomOutBig;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .2s;
    -moz-animation-duration: .2s;
    -ms-animation-duration: .2s;
    -o-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(0,0,.2,1);
    -moz-animation-timing-function: cubic-bezier(0,0,.2,1);
    -ms-animation-timing-function: cubic-bezier(0,0,.2,1);
    -o-animation-timing-function: cubic-bezier(0,0,.2,1);
    animation-timing-function: cubic-bezier(0,0,.2,1);
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.pulse {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -ms-animation-name: pulse;
    -o-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    -ms-animation-duration: .3s;
    -o-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -moz-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -ms-animation-timing-function: cubic-bezier(.4,0,.2,1);
    -o-animation-timing-function: cubic-bezier(.4,0,.2,1);
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.expand-enter {
    overflow: hidden
}

.expand-enter-active {
    transition: all .3s ease-out
}

.expand-enter-active>* {
    -webkit-animation-name: expandInWithFade;
    -moz-animation-name: expandInWithFade;
    -ms-animation-name: expandInWithFade;
    -o-animation-name: expandInWithFade;
    animation-name: expandInWithFade;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .2s;
    -moz-animation-duration: .2s;
    -ms-animation-duration: .2s;
    -o-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
    -moz-animation-timing-function: cubic-bezier(.23,1,.32,1);
    -ms-animation-timing-function: cubic-bezier(.23,1,.32,1);
    -o-animation-timing-function: cubic-bezier(.23,1,.32,1);
    animation-timing-function: cubic-bezier(.23,1,.32,1);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.expand-leave {
    overflow: hidden
}

.expand-leave-active {
    transition: all .2s ease-out
}

.expand-leave-active>* {
    -webkit-animation-name: expandOutWithFade;
    -moz-animation-name: expandOutWithFade;
    -ms-animation-name: expandOutWithFade;
    -o-animation-name: expandOutWithFade;
    animation-name: expandOutWithFade;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .2s;
    -moz-animation-duration: .2s;
    -ms-animation-duration: .2s;
    -o-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
    -moz-animation-timing-function: cubic-bezier(.23,1,.32,1);
    -ms-animation-timing-function: cubic-bezier(.23,1,.32,1);
    -o-animation-timing-function: cubic-bezier(.23,1,.32,1);
    animation-timing-function: cubic-bezier(.23,1,.32,1);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.next-icon[dir=rtl]:before {
    transform: rotateY(180deg)
}

@font-face {
    font-family: NextIcon;
    src: url(//at.alicdn.com/t/font_515771_xjdbujl2iu.eot);
    src: url(//at.alicdn.com/t/font_515771_xjdbujl2iu.eot?#iefix) format("embedded-opentype"),url(//at.alicdn.com/t/font_515771_xjdbujl2iu.woff2) format("woff2"),url(//at.alicdn.com/t/font_515771_xjdbujl2iu.woff) format("woff"),url(//at.alicdn.com/t/font_515771_xjdbujl2iu.ttf) format("truetype"),url(//at.alicdn.com/t/font_515771_xjdbujl2iu.svg#NextIcon) format("svg");
    font-display: swap
}

.next-icon {
    display: inline-block;
    font-family: NextIcon;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.next-icon:before {
    display: inline-block;
    vertical-align: middle;
    text-align: center
}

.next-icon-smile:before {
    content: "\e65f"
}

.next-icon-cry:before {
    content: "\e65d"
}

.next-icon-success:before {
    content: "\e60a"
}

.next-icon-warning:before {
    content: "\e60b"
}

.next-icon-prompt:before {
    content: "\e60c"
}

.next-icon-error:before {
    content: "\e60d"
}

.next-icon-help:before {
    content: "\e673"
}

.next-icon-clock:before {
    content: "\e621"
}

.next-icon-success-filling:before {
    content: "\e63a"
}

.next-icon-delete-filling:before {
    content: "\e623"
}

.next-icon-favorites-filling:before {
    content: "\e60e"
}

.next-icon-add:before {
    content: "\e655"
}

.next-icon-minus:before {
    content: "\e601"
}

.next-icon-arrow-up:before {
    content: "\e625"
}

.next-icon-arrow-down:before {
    content: "\e63d"
}

.next-icon-arrow-left:before {
    content: "\e61d"
}

.next-icon-arrow-right:before {
    content: "\e619"
}

.next-icon-arrow-double-left:before {
    content: "\e659"
}

.next-icon-arrow-double-right:before {
    content: "\e65e"
}

.next-icon-switch:before {
    content: "\e6b3"
}

.next-icon-sorting:before {
    content: "\e634"
}

.next-icon-descending:before {
    content: "\e61f"
}

.next-icon-ascending:before {
    content: "\e61e"
}

.next-icon-select:before {
    content: "\e632"
}

.next-icon-semi-select:before {
    content: "\e633"
}

.next-icon-search:before {
    content: "\e656"
}

.next-icon-close:before {
    content: "\e626"
}

.next-icon-ellipsis:before {
    content: "\e654"
}

.next-icon-picture:before {
    content: "\e631"
}

.next-icon-calendar:before {
    content: "\e607"
}

.next-icon-ashbin:before {
    content: "\e639"
}

.next-icon-upload:before {
    content: "\e7ee"
}

.next-icon-download:before {
    content: "\e628"
}

.next-icon-set:before {
    content: "\e683"
}

.next-icon-edit:before {
    content: "\e63b"
}

.next-icon-refresh:before {
    content: "\e677"
}

.next-icon-filter:before {
    content: "\e627"
}

.next-icon-attachment:before {
    content: "\e665"
}

.next-icon-account:before {
    content: "\e608"
}

.next-icon-email:before {
    content: "\e605"
}

.next-icon-atm:before {
    content: "\e606"
}

.next-icon-loading:before {
    content: "\e646";
    animation: loadingCircle 1s infinite linear
}

.next-icon-eye:before {
    content: "\e611"
}

.next-icon-copy:before {
    content: "\e60f"
}

.next-icon-toggle-left:before {
    content: "\e602"
}

.next-icon-toggle-right:before {
    content: "\e603"
}

.next-icon-eye-close:before {
    content: "\e600"
}

.next-icon-unlock:before {
    content: "\e615"
}

.next-icon-lock:before {
    content: "\e617"
}

.next-icon-exit:before {
    content: "\e616"
}

.next-icon-chart-bar:before {
    content: "\e612"
}

.next-icon-chart-pie:before {
    content: "\e613"
}

.next-icon-form:before {
    content: "\e7fb"
}

.next-icon-detail:before {
    content: "\e7f8"
}

.next-icon-list:before {
    content: "\e7f9"
}

.next-icon-dashboard:before {
    content: "\e7fa"
}

.next-icon.next-xxs:before,.next-icon.next-xxs .next-icon-remote {
    width: 8px;
    font-size: 8px;
    line-height: inherit
}

@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
    .next-icon.next-xxs {
        transform:scale(.5);
        margin-left: -4px;
        margin-right: -4px
    }

    .next-icon.next-xxs:before {
        width: 16px;
        font-size: 16px
    }
}

.next-icon.next-xs:before,.next-icon.next-xs .next-icon-remote {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-icon.next-small:before,.next-icon.next-small .next-icon-remote {
    width: 16px;
    font-size: 16px;
    line-height: inherit
}

.next-icon.next-medium:before,.next-icon.next-medium .next-icon-remote {
    width: 20px;
    font-size: 20px;
    line-height: inherit
}

.next-icon.next-large:before,.next-icon.next-large .next-icon-remote {
    width: 24px;
    font-size: 24px;
    line-height: inherit
}

.next-icon.next-xl:before,.next-icon.next-xl .next-icon-remote {
    width: 32px;
    font-size: 32px;
    line-height: inherit
}

.next-icon.next-xxl:before,.next-icon.next-xxl .next-icon-remote {
    width: 48px;
    font-size: 48px;
    line-height: inherit
}

.next-icon.next-xxxl:before,.next-icon.next-xxxl .next-icon-remote {
    width: 64px;
    font-size: 64px;
    line-height: inherit
}

.next-icon.next-inherit:before,.next-icon.next-inherit .next-icon-remote {
    width: inherit;
    font-size: inherit;
    line-height: inherit
}

.next-icon.next-inherit .next-icon-remote,.next-icon .next-icon-remote {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor
}

.next-progress-circle[dir=rtl] .next-progress-circle-container {
    transform: scaleX(-1)
}

.next-progress-line[dir=rtl] .next-progress-line-overlay {
    left: auto;
    right: 0
}

.next-progress-line {
    box-sizing: border-box
}

.next-progress-line *,.next-progress-line *:before,.next-progress-line *:after {
    box-sizing: border-box
}

.next-progress-line {
    width: 100%;
    display: inline-block;
    position: relative
}

.next-progress-line-container {
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.next-progress-line-underlay {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #EBECF0
}

.next-progress-line-overlay {
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s ease
}

.next-progress-line-overlay-normal {
    background: #5584FF
}

.next-progress-line-overlay-success {
    background: #46BC15
}

.next-progress-line-overlay-error,.next-progress-line-overlay-started {
    background: #FF3000
}

.next-progress-line-overlay-middle {
    background: #FF9300
}

.next-progress-line-overlay-finishing {
    background: #46BC15
}

.next-progress-line.next-small .next-progress-line-underlay {
    border-radius: 20px;
    height: 4px
}

.next-progress-line.next-small .next-progress-line-overlay {
    height: 4px;
    border-radius: 20px;
    top: 50%;
    margin-top: -2px
}

.next-progress-line.next-small .next-progress-line-text {
    font-size: 12px;
    line-height: 4px
}

.next-progress-line.next-medium .next-progress-line-underlay {
    border-radius: 20px;
    height: 8px
}

.next-progress-line.next-medium .next-progress-line-overlay {
    height: 8px;
    border-radius: 20px;
    top: 50%;
    margin-top: -4px
}

.next-progress-line.next-medium .next-progress-line-text {
    font-size: 12px;
    line-height: 8px
}

.next-progress-line.next-large .next-progress-line-underlay {
    border-radius: 20px;
    height: 12px
}

.next-progress-line.next-large .next-progress-line-overlay {
    height: 12px;
    border-radius: 20px;
    top: 50%;
    margin-top: -6px
}

.next-progress-line.next-large .next-progress-line-text {
    font-size: 12px;
    line-height: 12px
}

.next-progress-line-show-info .next-progress-line-container {
    padding-right: 60px;
    margin-right: -60px
}

.next-progress-line-show-info .next-progress-line-text {
    width: 50px;
    text-align: left;
    margin-left: 10px;
    vertical-align: middle;
    display: inline-block;
    color: #333
}

.next-progress-line-show-border .next-progress-line-underlay {
    border: 1px solid #DCDEE3
}

.next-progress-line-show-border.next-small .next-progress-line-underlay {
    border-radius: 20px;
    height: 6px
}

.next-progress-line-show-border.next-small .next-progress-line-overlay {
    height: 4px;
    border-radius: 20px;
    top: 50%;
    margin-top: -2px
}

.next-progress-line-show-border.next-small .next-progress-line-text {
    font-size: 12px;
    line-height: 6px
}

.next-progress-line-show-border.next-medium .next-progress-line-underlay {
    border-radius: 20px;
    height: 10px
}

.next-progress-line-show-border.next-medium .next-progress-line-overlay {
    height: 8px;
    border-radius: 20px;
    top: 50%;
    margin-top: -4px
}

.next-progress-line-show-border.next-medium .next-progress-line-text {
    font-size: 12px;
    line-height: 10px
}

.next-progress-line-show-border.next-large .next-progress-line-underlay {
    border-radius: 20px;
    height: 14px
}

.next-progress-line-show-border.next-large .next-progress-line-overlay {
    height: 12px;
    border-radius: 20px;
    top: 50%;
    margin-top: -6px
}

.next-progress-line-show-border.next-large .next-progress-line-text {
    font-size: 12px;
    line-height: 14px
}

.next-progress-circle {
    box-sizing: border-box
}

.next-progress-circle *,.next-progress-circle *:before,.next-progress-circle *:after {
    box-sizing: border-box
}

.next-progress-circle {
    position: relative;
    display: inline-block
}

.next-progress-circle-underlay {
    stroke-width: 8px;
    stroke: #ebecf0
}

.next-progress-circle-overlay {
    transition: all .3s ease;
    stroke-linecap: round;
    stroke-width: 8px
}

.next-progress-circle-overlay-normal {
    stroke: #5584ff
}

.next-progress-circle-overlay-success {
    stroke: #46bc15
}

.next-progress-circle-overlay-error,.next-progress-circle-overlay-started {
    stroke: #ff3000
}

.next-progress-circle-overlay-middle {
    stroke: #ff9300
}

.next-progress-circle-overlay-finishing {
    stroke: #46bc15
}

.next-progress-circle.next-small {
    width: 100px;
    height: 100px;
    font-size: 20px
}

.next-progress-circle.next-medium {
    width: 116px;
    height: 116px;
    font-size: 24px
}

.next-progress-circle.next-large {
    width: 132px;
    height: 132px;
    font-size: 36px
}

.next-progress-circle-text {
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    text-align: center;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: transform .3s ease;
    color: #333
}

.next-step *,.next-step *:before,.next-step *:after {
    box-sizing: border-box
}

.next-step,.next-step:before,.next-step:after {
    box-sizing: border-box
}

.next-step {
    width: 100%;
    position: relative;
    border: none
}

.next-step-item {
    position: relative;
    vertical-align: middle;
    outline: 0;
    height: 100%
}

.next-step-item-body {
    outline: 0
}

.next-step-item-node {
    transition: all .1s linear
}

.next-step-item-node.clicked {
    transform: scale3d(.8,.8,.8)
}

.next-step-horizontal {
    overflow: hidden
}

.next-step-horizontal>.next-step-item {
    display: inline-block;
    text-align: left;
}

.next-step-vertical>.next-step-item {
    display: block;
    text-align: center
}

.next-step-arrow {
    display: flex
}

.next-step-arrow .next-step-item {
    flex: 1;
    height: 32px;
    line-height: 32px;
    margin-left: 16px;
    margin-right: 4px
}

.next-step-arrow .next-step-item:before {
    content: "";
    position: absolute;
    left: -16px;
    top: 0;
    z-index: 1;
    border: 16px solid transparent;
    border-left-color: transparent
}

.next-step-arrow .next-step-item:after {
    content: "";
    position: absolute;
    right: -16px;
    top: 0;
    z-index: 1;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid transparent
}

.next-step-arrow .next-step-item .next-step-item-container {
    min-width: 100px;
    height: 32px;
    cursor: pointer
}

.next-step-arrow .next-step-item .next-step-item-container .next-step-item-title {
    height: 32px;
    line-height: 32px;
    font-weight: 700;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center
}

.next-step-arrow>.next-step-item-wait {
    background: #EBECF0
}

.next-step-arrow>.next-step-item-wait .next-step-item-tail-overlay {
    background: #000
}

.next-step-arrow>.next-step-item-wait .next-step-item-tail-underlay {
    background: #ccc
}

.next-step-arrow>.next-step-item-wait>.next-step-item-container .next-step-item-progress {
    width: 32px;
    height: 32px
}

.next-step-arrow>.next-step-item-wait>.next-step-item-container .next-step-item-node {
    color: #000
}

.next-step-arrow>.next-step-item-wait>.next-step-item-container .next-step-item-node-circle {
    background: #EBECF0;
    border-color: #000
}

.next-step-arrow>.next-step-item-wait>.next-step-item-container .next-step-item-node-dot {
    background: #EBECF0;
    border-color: #000
}

.next-step-arrow>.next-step-item-wait .next-step-item-title {
    color: #999;
    word-break: break-word
}

.next-step-arrow>.next-step-item-wait .next-step-item-content {
    color: #999;
    font-size: 12px;
    line-height: 1.5;
    word-break: break-word
}

.next-step-arrow>.next-step-item-wait .next-step-item-node-placeholder {
    width: 32px;
    height: 32px;
    position: relative
}

.next-step-arrow>.next-step-item-wait .next-step-item-node {
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer
}

.next-step-arrow>.next-step-item-wait .next-step-item-node-circle {
    display: block;
    width: 32px;
    height: 32px;
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
    transition: background-color .1s linear
}

.next-step-arrow>.next-step-item-wait .next-step-item-node-circle .next-icon {
    animation: zoomIn .3s linear
}

.next-step-arrow>.next-step-item-wait .next-step-item-node-circle .next-icon:before,.next-step-arrow>.next-step-item-wait .next-step-item-node-circle .next-icon .next-icon-remote {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-step-arrow>.next-step-item-wait:before {
    border: 16px solid #EBECF0;
    border-left-color: transparent
}

.next-step-arrow>.next-step-item-wait:after {
    border-left-color: #ebecf0
}

.next-step-arrow>.next-step-item-process {
    background: #5584FF
}

.next-step-arrow>.next-step-item-process .next-step-item-tail-overlay {
    background: #000
}

.next-step-arrow>.next-step-item-process .next-step-item-tail-underlay {
    background: #ccc
}

.next-step-arrow>.next-step-item-process>.next-step-item-container .next-step-item-progress {
    width: 32px;
    height: 32px
}

.next-step-arrow>.next-step-item-process>.next-step-item-container .next-step-item-node {
    color: #000
}

.next-step-arrow>.next-step-item-process>.next-step-item-container .next-step-item-node-circle {
    background: #5584FF;
    border-color: #000
}

.next-step-arrow>.next-step-item-process>.next-step-item-container .next-step-item-node-dot {
    background: #5584FF;
    border-color: #000
}

.next-step-arrow>.next-step-item-process .next-step-item-title {
    color: #fff;
    word-break: break-word
}

.next-step-arrow>.next-step-item-process .next-step-item-content {
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    word-break: break-word
}

.next-step-arrow>.next-step-item-process .next-step-item-node-placeholder {
    width: 32px;
    height: 32px;
    position: relative
}

.next-step-arrow>.next-step-item-process .next-step-item-node {
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer
}

.next-step-arrow>.next-step-item-process .next-step-item-node-circle {
    display: block;
    width: 32px;
    height: 32px;
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
    transition: background-color .1s linear
}

.next-step-arrow>.next-step-item-process .next-step-item-node-circle .next-icon {
    animation: zoomIn .3s linear
}

.next-step-arrow>.next-step-item-process .next-step-item-node-circle .next-icon:before,.next-step-arrow>.next-step-item-process .next-step-item-node-circle .next-icon .next-icon-remote {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-step-arrow>.next-step-item-process:before {
    border: 16px solid #5584FF;
    border-left-color: transparent
}

.next-step-arrow>.next-step-item-process:after {
    border-left-color: #5584ff
}

.next-step-arrow>.next-step-item-finish {
    background: #DEE8FF
}

.next-step-arrow>.next-step-item-finish .next-step-item-tail-overlay {
    background: #000
}

.next-step-arrow>.next-step-item-finish .next-step-item-tail-underlay {
    background: #ccc
}

.next-step-arrow>.next-step-item-finish>.next-step-item-container .next-step-item-progress {
    width: 32px;
    height: 32px
}

.next-step-arrow>.next-step-item-finish>.next-step-item-container .next-step-item-node {
    color: #000
}

.next-step-arrow>.next-step-item-finish>.next-step-item-container .next-step-item-node-circle {
    background: #DEE8FF;
    border-color: #000
}

.next-step-arrow>.next-step-item-finish>.next-step-item-container .next-step-item-node-dot {
    background: #DEE8FF;
    border-color: #000
}

.next-step-arrow>.next-step-item-finish .next-step-item-title {
    color: #5584ff;
    word-break: break-word
}

.next-step-arrow>.next-step-item-finish .next-step-item-content {
    color: #5584ff;
    font-size: 12px;
    line-height: 1.5;
    word-break: break-word
}

.next-step-arrow>.next-step-item-finish .next-step-item-node-placeholder {
    width: 32px;
    height: 32px;
    position: relative
}

.next-step-arrow>.next-step-item-finish .next-step-item-node {
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer
}

.next-step-arrow>.next-step-item-finish .next-step-item-node-circle {
    display: block;
    width: 32px;
    height: 32px;
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
    transition: background-color .1s linear
}

.next-step-arrow>.next-step-item-finish .next-step-item-node-circle .next-icon {
    animation: zoomIn .3s linear
}

.next-step-arrow>.next-step-item-finish .next-step-item-node-circle .next-icon:before,.next-step-arrow>.next-step-item-finish .next-step-item-node-circle .next-icon .next-icon-remote {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-step-arrow>.next-step-item-finish:before {
    border: 16px solid #DEE8FF;
    border-left-color: transparent
}

.next-step-arrow>.next-step-item-finish:after {
    border-left-color: #dee8ff
}

.next-step-arrow .next-step-item-disabled {
    cursor: not-allowed;
    background: #F7F8FA
}

.next-step-arrow .next-step-item-disabled .next-step-item-tail-overlay {
    background: #000
}

.next-step-arrow .next-step-item-disabled .next-step-item-tail-underlay {
    background: #ccc
}

.next-step-arrow .next-step-item-disabled>.next-step-item-container .next-step-item-progress {
    width: 32px;
    height: 32px
}

.next-step-arrow .next-step-item-disabled>.next-step-item-container .next-step-item-node {
    color: #000
}

.next-step-arrow .next-step-item-disabled>.next-step-item-container .next-step-item-node-circle {
    background: #F7F8FA;
    border-color: #000
}

.next-step-arrow .next-step-item-disabled>.next-step-item-container .next-step-item-node-dot {
    background: #F7F8FA;
    border-color: #000
}

.next-step-arrow .next-step-item-disabled .next-step-item-title {
    color: #ccc;
    word-break: break-word
}

.next-step-arrow .next-step-item-disabled .next-step-item-content {
    color: #ccc;
    font-size: 12px;
    line-height: 1.5;
    word-break: break-word
}

.next-step-arrow .next-step-item-disabled .next-step-item-node-placeholder {
    width: 32px;
    height: 32px;
    position: relative
}

.next-step-arrow .next-step-item-disabled .next-step-item-node {
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer
}

.next-step-arrow .next-step-item-disabled .next-step-item-node-circle {
    display: block;
    width: 32px;
    height: 32px;
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
    transition: background-color .1s linear
}

.next-step-arrow .next-step-item-disabled .next-step-item-node-circle .next-icon {
    animation: zoomIn .3s linear
}

.next-step-arrow .next-step-item-disabled .next-step-item-node-circle .next-icon:before,.next-step-arrow .next-step-item-disabled .next-step-item-node-circle .next-icon .next-icon-remote {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-step-arrow .next-step-item-disabled:before {
    border: 16px solid #F7F8FA;
    border-left-color: transparent
}

.next-step-arrow .next-step-item-disabled:after {
    border-left-color: #f7f8fa
}

.next-step-arrow .next-step-item-disabled .next-step-item-container {
    cursor: not-allowed
}

.next-step-arrow .next-step-item-read-only,.next-step-arrow .next-step-item-read-only .next-step-item-container {
    cursor: default
}

.next-step-arrow .next-step-item-first {
    margin-left: 0
}

.next-step-arrow .next-step-item-first:before {
    border: 16px solid transparent
}

.next-step-arrow .next-step-item-last {
    margin-right: 0
}

.next-step-arrow .next-step-item-last:after {
    border: 16px solid transparent
}

.next-step-circle .next-step-item-container {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 8px
}

.next-step-circle .next-step-item-container .next-step-item-progress .next-progress-circle-text {
    color: #5584ff;
    font-size: 12px
}

.next-step-circle .next-step-item-container .next-step-item-progress .next-progress-circle-underlay {
    stroke: #a0a2ad;
    stroke-width: 3px
}

.next-step-circle .next-step-item-container .next-step-item-progress .next-progress-circle-overlay-normal {
    stroke: #5584ff;
    stroke-width: 3px
}

.next-step-circle .next-step-item-container .next-step-item-node-placeholder {
    display: inline-block
}

.next-step-circle>.next-step-item-wait .next-step-item-tail-overlay {
    background: #C4C6CF
}

.next-step-circle>.next-step-item-wait .next-step-item-tail-underlay {
    background: #E6E7EB
}

.next-step-circle>.next-step-item-wait>.next-step-item-container .next-step-item-progress {
    width: 32px;
    height: 32px
}

.next-step-circle>.next-step-item-wait>.next-step-item-container .next-step-item-node {
    color: #666
}

.next-step-circle>.next-step-item-wait>.next-step-item-container .next-step-item-node-circle {
    background: #fff;
    border-color: #a0a2ad
}

.next-step-circle>.next-step-item-wait>.next-step-item-container .next-step-item-node-dot {
    background: #fff;
    border-color: #a0a2ad
}

.next-step-circle>.next-step-item-wait .next-step-item-title {
    color: #666;
    word-break: break-word
}

.next-step-circle>.next-step-item-wait .next-step-item-content {
    color: #666;
    font-size: 12px;
    line-height: 1.5;
    word-break: break-word
}

.next-step-circle>.next-step-item-wait .next-step-item-node-placeholder {
    width: 32px;
    height: 32px;
    position: relative
}

.next-step-circle>.next-step-item-wait .next-step-item-node {
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer
}

.next-step-circle>.next-step-item-wait .next-step-item-node-circle {
    display: block;
    width: 32px;
    height: 32px;
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
    transition: background-color .1s linear
}

.next-step-circle>.next-step-item-wait .next-step-item-node-circle .next-icon {
    animation: zoomIn .3s linear
}

.next-step-circle>.next-step-item-wait .next-step-item-node-circle .next-icon:before,.next-step-circle>.next-step-item-wait .next-step-item-node-circle .next-icon .next-icon-remote {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-step-circle>.next-step-item-process .next-step-item-tail-overlay {
    background: #C4C6CF
}

.next-step-circle>.next-step-item-process .next-step-item-tail-underlay {
    background: #E6E7EB
}

.next-step-circle>.next-step-item-process>.next-step-item-container .next-step-item-progress {
    width: 32px;
    height: 32px
}

.next-step-circle>.next-step-item-process>.next-step-item-container .next-step-item-node {
    color: #fff
}
/* 
.next-step-circle>.next-step-item-process>.next-step-item-container .next-step-item-node-circle {
    background: #5584FF;
    border-color: #5584ff
} */

.next-step-circle>.next-step-item-process>.next-step-item-container .next-step-item-node-dot {
    background: #5584FF;
    border-color: #5584ff
}

.next-step-circle>.next-step-item-process .next-step-item-title {
    color: #333;
    word-break: break-word
}

.next-step-circle>.next-step-item-process .next-step-item-content {
    color: #333;
    font-size: 12px;
    line-height: 1.5;
    word-break: break-word
}

.next-step-circle>.next-step-item-process .next-step-item-node-placeholder {
    width: 32px;
    height: 32px;
    position: relative
}

.next-step-circle>.next-step-item-process .next-step-item-node {
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer
}

.next-step-circle>.next-step-item-process .next-step-item-node-circle {
    display: block;
    width: 32px;
    height: 32px;
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
    transition: background-color .1s linear
}

.next-step-circle>.next-step-item-process .next-step-item-node-circle .next-icon {
    animation: zoomIn .3s linear
}

.next-step-circle>.next-step-item-process .next-step-item-node-circle .next-icon:before,.next-step-circle>.next-step-item-process .next-step-item-node-circle .next-icon .next-icon-remote {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-step-circle>.next-step-item-finish .next-step-item-tail-overlay {
    background: #5584FF
}

.next-step-circle>.next-step-item-finish .next-step-item-tail-underlay {
    background: #E6E7EB
}

.next-step-circle>.next-step-item-finish>.next-step-item-container .next-step-item-progress {
    width: 32px;
    height: 32px
}

.next-step-circle>.next-step-item-finish>.next-step-item-container .next-step-item-node {
    color: #5584ff
}

.next-step-circle>.next-step-item-finish>.next-step-item-container .next-step-item-node-circle {
    background: #fff;
    border-color: #5584ff
}

.next-step-circle>.next-step-item-finish>.next-step-item-container .next-step-item-node-dot {
    background: #fff;
    border-color: #5584ff
}

.next-step-circle>.next-step-item-finish .next-step-item-title {
    color: #666;
    word-break: break-word
}

.next-step-circle>.next-step-item-finish .next-step-item-content {
    color: #666;
    font-size: 12px;
    line-height: 1.5;
    word-break: break-word
}

.next-step-circle>.next-step-item-finish .next-step-item-node-placeholder {
    width: 32px;
    height: 32px;
    position: relative
}

.next-step-circle>.next-step-item-finish .next-step-item-node {
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer
}

.next-step-circle>.next-step-item-finish .next-step-item-node-circle {
    display: block;
    width: 32px;
    height: 32px;
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
    transition: background-color .1s linear
}

.next-step-circle>.next-step-item-finish .next-step-item-node-circle .next-icon {
    animation: zoomIn .3s linear
}

.next-step-circle>.next-step-item-finish .next-step-item-node-circle .next-icon:before,.next-step-circle>.next-step-item-finish .next-step-item-node-circle .next-icon .next-icon-remote {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-step-circle .next-step-item-disabled .next-step-item-tail-overlay,.next-step-circle .next-step-item-disabled .next-step-item-tail-underlay {
    background: #E6E7EB
}

.next-step-circle .next-step-item-disabled>.next-step-item-container .next-step-item-progress {
    width: 32px;
    height: 32px
}

.next-step-circle .next-step-item-disabled>.next-step-item-container .next-step-item-node {
    color: #ccc
}

.next-step-circle .next-step-item-disabled>.next-step-item-container .next-step-item-node-circle {
    background: #fff;
    border-color: #e6e7eb
}

.next-step-circle .next-step-item-disabled>.next-step-item-container .next-step-item-node-dot {
    background: #fff;
    border-color: #e6e7eb
}

.next-step-circle .next-step-item-disabled .next-step-item-title {
    color: #ccc;
    word-break: break-word
}

.next-step-circle .next-step-item-disabled .next-step-item-content {
    color: #ccc;
    font-size: 12px;
    line-height: 1.5;
    word-break: break-word
}

.next-step-circle .next-step-item-disabled .next-step-item-node-placeholder {
    width: 32px;
    height: 32px;
    position: relative
}

.next-step-circle .next-step-item-disabled .next-step-item-node {
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer
}

.next-step-circle .next-step-item-disabled .next-step-item-node-circle {
    display: block;
    width: 32px;
    height: 32px;
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
    transition: background-color .1s linear
}

.next-step-circle .next-step-item-disabled .next-step-item-node-circle .next-icon {
    animation: zoomIn .3s linear
}

.next-step-circle .next-step-item-disabled .next-step-item-node-circle .next-icon:before,.next-step-circle .next-step-item-disabled .next-step-item-node-circle .next-icon .next-icon-remote {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-step-circle .next-step-item-disabled .next-step-item-node-placeholder,.next-step-circle .next-step-item-disabled .next-step-item-node {
    cursor: not-allowed
}

.next-step-circle .next-step-item-read-only .next-step-item-node-placeholder,.next-step-circle .next-step-item-read-only .next-step-item-node {
    cursor: default
}

.next-step-circle .next-step-item-last .next-step-item-tail {
    display: none
}

.next-step-circle.next-step-horizontal {
    text-align: center;
    white-space: nowrap
}

.next-step-circle.next-step-horizontal>.next-step-item .next-step-item-title {
    white-space: normal
}

.next-step-circle.next-step-horizontal>.next-step-item .next-step-item-content {
    white-space: normal
}

.next-step-circle.next-step-horizontal>.next-step-item-wait .next-step-item-tail {
    display: inline-block;
    clear: both;
    width: calc(100% - 48px);
    vertical-align: middle
}

.next-step-circle.next-step-horizontal>.next-step-item-wait .next-step-item-tail .next-step-item-tail-underlay {
    display: block;
    height: 1px;
    position: relative
}

.next-step-circle.next-step-horizontal>.next-step-item-wait .next-step-item-tail .next-step-item-tail-overlay {
    position: absolute;
    top: 0;
    height: 1px;
    transition: all .1s linear;
    width: 100%
}

.next-step-circle.next-step-horizontal>.next-step-item-wait>.next-step-item-body {
    width: 100px;
    left: -26px;
    text-align: center;
    position: absolute
}

.next-step-circle.next-step-horizontal>.next-step-item-wait>.next-step-item-body>.next-step-item-title {
    font-size: 14px;
    line-height: 18px;
    margin-top: 8px;
    font-weight: 700
}

.next-step-circle.next-step-horizontal>.next-step-item-wait>.next-step-item-body>.next-step-item-content {
    margin-top: 4px
}

.next-step-circle.next-step-horizontal>.next-step-item-process .next-step-item-tail {
    display: inline-block;
    clear: both;
    width: calc(100% - 48px);
    vertical-align: middle
}

.next-step-circle.next-step-horizontal>.next-step-item-process .next-step-item-tail .next-step-item-tail-underlay {
    display: block;
    height: 1px;
    position: relative
}

.next-step-circle.next-step-horizontal>.next-step-item-process .next-step-item-tail .next-step-item-tail-overlay {
    position: absolute;
    top: 0;
    height: 1px;
    transition: all .1s linear;
    width: 100%
}

.next-step-circle.next-step-horizontal>.next-step-item-process>.next-step-item-body {
    width: 100px;
    left: -26px;
    text-align: center;
    position: absolute
}

.next-step-circle.next-step-horizontal>.next-step-item-process>.next-step-item-body>.next-step-item-title {
    font-size: 14px;
    line-height: 18px;
    margin-top: 8px;
    font-weight: 700
}

.next-step-circle.next-step-horizontal>.next-step-item-process>.next-step-item-body>.next-step-item-content {
    margin-top: 4px
}

.next-step-circle.next-step-horizontal>.next-step-item-finish .next-step-item-tail {
    display: inline-block;
    clear: both;
    width: calc(100% - 48px);
    vertical-align: middle
}

.next-step-circle.next-step-horizontal>.next-step-item-finish .next-step-item-tail .next-step-item-tail-underlay {
    display: block;
    height: 1px;
    position: relative
}

.next-step-circle.next-step-horizontal>.next-step-item-finish .next-step-item-tail .next-step-item-tail-overlay {
    position: absolute;
    top: 0;
    height: 1px;
    transition: all .1s linear;
    width: 100%
}

.next-step-circle.next-step-horizontal>.next-step-item-finish>.next-step-item-body {
    width: 100px;
    left: -26px;
    text-align: center;
    position: absolute
}

.next-step-circle.next-step-horizontal>.next-step-item-finish>.next-step-item-body>.next-step-item-title {
    font-size: 14px;
    line-height: 18px;
    margin-top: 8px;
    font-weight: 700
}

.next-step-circle.next-step-horizontal>.next-step-item-finish>.next-step-item-body>.next-step-item-content {
    margin-top: 4px
}

.next-step-circle.next-step-horizontal>.next-step-item-disabled .next-step-item-tail {
    display: inline-block;
    clear: both;
    width: calc(100% - 48px);
    vertical-align: middle
}

.next-step-circle.next-step-horizontal>.next-step-item-disabled .next-step-item-tail .next-step-item-tail-underlay {
    display: block;
    height: 1px;
    position: relative
}

.next-step-circle.next-step-horizontal>.next-step-item-disabled .next-step-item-tail .next-step-item-tail-overlay {
    position: absolute;
    top: 0;
    height: 1px;
    transition: all .1s linear;
    width: 100%
}

.next-step-circle.next-step-horizontal>.next-step-item-disabled>.next-step-item-body {
    width: 100px;
    left: -26px;
    text-align: center;
    position: absolute
}

.next-step-circle.next-step-horizontal>.next-step-item-disabled>.next-step-item-body>.next-step-item-title {
    font-size: 14px;
    line-height: 18px;
    margin-top: 8px;
    font-weight: 700
}

.next-step-circle.next-step-horizontal>.next-step-item-disabled>.next-step-item-body>.next-step-item-content {
    margin-top: 4px
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal>.next-step-item {
    vertical-align: unset
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal>.next-step-item-wait .next-step-item:last-child .next-step-item-tail {
    display: none
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal>.next-step-item-wait .next-step-item-body {
    position: relative;
    display: inline-block;
    top: 0;
    left: 0;
    max-width: 100px;
    overflow: hidden;
    vertical-align: top;
    text-align: left
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal>.next-step-item-wait .next-step-item-body .next-step-item-title {
    display: inline-block;
    padding-right: 8px;
    margin-top: 9px
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal>.next-step-item-wait .next-step-item-tail {
    width: calc(100% - 148px);
    position: absolute;
    right: 0;
    margin-top: -1px
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal>.next-step-item-process .next-step-item:last-child .next-step-item-tail {
    display: none
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal>.next-step-item-process .next-step-item-body {
    position: relative;
    display: inline-block;
    top: 0;
    left: 0;
    max-width: 100px;
    overflow: hidden;
    vertical-align: top;
    text-align: left
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal>.next-step-item-process .next-step-item-body .next-step-item-title {
    display: inline-block;
    padding-right: 8px;
    margin-top: 9px
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal>.next-step-item-process .next-step-item-tail {
    width: calc(100% - 148px);
    position: absolute;
    right: 0;
    margin-top: -1px
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal>.next-step-item-finish .next-step-item:last-child .next-step-item-tail {
    display: none
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal>.next-step-item-finish .next-step-item-body {
    position: relative;
    display: inline-block;
    top: 0;
    left: 0;
    max-width: 100px;
    overflow: hidden;
    vertical-align: top;
    text-align: left
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal>.next-step-item-finish .next-step-item-body .next-step-item-title {
    display: inline-block;
    padding-right: 8px;
    margin-top: 9px
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal>.next-step-item-finish .next-step-item-tail {
    width: calc(100% - 148px);
    position: absolute;
    right: 0;
    margin-top: -1px
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal>.next-step-item-disabled .next-step-item:last-child .next-step-item-tail {
    display: none
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal>.next-step-item-disabled .next-step-item-body {
    position: relative;
    display: inline-block;
    top: 0;
    left: 0;
    max-width: 100px;
    overflow: hidden;
    vertical-align: top;
    text-align: left
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal>.next-step-item-disabled .next-step-item-body .next-step-item-title {
    display: inline-block;
    padding-right: 8px;
    margin-top: 9px
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal>.next-step-item-disabled .next-step-item-tail {
    width: calc(100% - 148px);
    position: absolute;
    right: 0;
    margin-top: -1px
}

.next-step-circle.next-step-vertical {
    font-size: 0;
    display: table-cell;
    vertical-align: middle;
    position: relative
}

.next-step-circle.next-step-vertical .next-step-item-container {
    padding: 0
}

.next-step-circle.next-step-vertical>.next-step-item:last-child .next-step-item-tail {
    display: block;
    visibility: hidden
}

.next-step-circle.next-step-vertical>.next-step-item-wait .next-step-item-tail {
    width: 1px;
    height: 0;
    margin: 8px auto
}

.next-step-circle.next-step-vertical>.next-step-item-wait .next-step-item-tail .next-step-item-tail-underlay {
    height: 100%;
    width: 1px;
    position: relative
}

.next-step-circle.next-step-vertical>.next-step-item-wait .next-step-item-tail .next-step-item-tail-overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px
}

.next-step-circle.next-step-vertical>.next-step-item-wait>.next-step-item-body {
    position: absolute;
    top: 0;
    left: 16px;
    margin-left: 8px
}

.next-step-circle.next-step-vertical>.next-step-item-wait>.next-step-item-body>.next-step-item-title {
    margin-top: 8px;
    text-align: left;
    font-weight: 700;
    font-family: Roboto,Helvetica Neue,Helvetica,Tahoma,Arial,PingFang SC,Microsoft YaHei;
    font-size: 12px;
    line-height: 1.28571
}

.next-step-circle.next-step-vertical>.next-step-item-wait>.next-step-item-body>.next-step-item-content {
    margin-top: 4px;
    min-height: 8px;
    text-align: left;
    font-size: 12px;
    line-height: 1.5
}

.next-step-circle.next-step-vertical>.next-step-item-process .next-step-item-tail {
    width: 1px;
    height: 0;
    margin: 8px auto
}

.next-step-circle.next-step-vertical>.next-step-item-process .next-step-item-tail .next-step-item-tail-underlay {
    height: 100%;
    width: 1px;
    position: relative
}

.next-step-circle.next-step-vertical>.next-step-item-process .next-step-item-tail .next-step-item-tail-overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px
}

.next-step-circle.next-step-vertical>.next-step-item-process>.next-step-item-body {
    position: absolute;
    top: 0;
    left: 16px;
    margin-left: 8px
}

.next-step-circle.next-step-vertical>.next-step-item-process>.next-step-item-body>.next-step-item-title {
    margin-top: 8px;
    text-align: left;
    font-weight: 700;
    font-family: Roboto,Helvetica Neue,Helvetica,Tahoma,Arial,PingFang SC,Microsoft YaHei;
    font-size: 12px;
    line-height: 1.28571
}

.next-step-circle.next-step-vertical>.next-step-item-process>.next-step-item-body>.next-step-item-content {
    margin-top: 4px;
    min-height: 8px;
    text-align: left;
    font-size: 12px;
    line-height: 1.5
}

.next-step-circle.next-step-vertical>.next-step-item-finish .next-step-item-tail {
    width: 1px;
    height: 0;
    margin: 8px auto
}

.next-step-circle.next-step-vertical>.next-step-item-finish .next-step-item-tail .next-step-item-tail-underlay {
    height: 100%;
    width: 1px;
    position: relative
}

.next-step-circle.next-step-vertical>.next-step-item-finish .next-step-item-tail .next-step-item-tail-overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px
}

.next-step-circle.next-step-vertical>.next-step-item-finish>.next-step-item-body {
    position: absolute;
    top: 0;
    left: 16px;
    margin-left: 8px
}

.next-step-circle.next-step-vertical>.next-step-item-finish>.next-step-item-body>.next-step-item-title {
    margin-top: 8px;
    text-align: left;
    font-weight: 700;
    font-family: Roboto,Helvetica Neue,Helvetica,Tahoma,Arial,PingFang SC,Microsoft YaHei;
    font-size: 12px;
    line-height: 1.28571
}

.next-step-circle.next-step-vertical>.next-step-item-finish>.next-step-item-body>.next-step-item-content {
    margin-top: 4px;
    min-height: 8px;
    text-align: left;
    font-size: 12px;
    line-height: 1.5
}

.next-step-circle.next-step-vertical>.next-step-item-disabled .next-step-item-tail {
    width: 1px;
    height: 0;
    margin: 8px auto
}

.next-step-circle.next-step-vertical>.next-step-item-disabled .next-step-item-tail .next-step-item-tail-underlay {
    height: 100%;
    width: 1px;
    position: relative
}

.next-step-circle.next-step-vertical>.next-step-item-disabled .next-step-item-tail .next-step-item-tail-overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px
}

.next-step-circle.next-step-vertical>.next-step-item-disabled>.next-step-item-body {
    position: absolute;
    top: 0;
    left: 16px;
    margin-left: 8px
}

.next-step-circle.next-step-vertical>.next-step-item-disabled>.next-step-item-body>.next-step-item-title {
    margin-top: 8px;
    text-align: left;
    font-weight: 700;
    font-family: Roboto,Helvetica Neue,Helvetica,Tahoma,Arial,PingFang SC,Microsoft YaHei;
    font-size: 12px;
    line-height: 1.28571
}

.next-step-circle.next-step-vertical>.next-step-item-disabled>.next-step-item-body>.next-step-item-content {
    margin-top: 4px;
    min-height: 8px;
    text-align: left;
    font-size: 12px;
    line-height: 1.5
}

.next-step-dot .next-step-item-container {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 8px;
    margin-top: -1px;
    margin-bottom: -1px
}

.next-step-dot .next-step-item-container .next-step-item-node-placeholder {
    display: inline-block
}

.next-step-dot .next-step-item-container .next-step-item-node {
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer
}

.next-step-dot .next-step-item-container .next-step-item-node .next-icon:before,.next-step-dot .next-step-item-container .next-step-item-node .next-icon .next-icon-remote {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-step-dot>.next-step-item-wait .next-step-item-tail-overlay {
    background: #C4C6CF
}

.next-step-dot>.next-step-item-wait .next-step-item-tail-underlay {
    background: #E6E7EB
}

.next-step-dot>.next-step-item-wait>.next-step-item-container .next-step-item-progress {
    width: 12px;
    height: 12px
}

.next-step-dot>.next-step-item-wait>.next-step-item-container .next-step-item-node {
    color: #999
}

.next-step-dot>.next-step-item-wait>.next-step-item-container .next-step-item-node-circle {
    background: #fff;
    border-color: #a0a2ad
}

.next-step-dot>.next-step-item-wait>.next-step-item-container .next-step-item-node-dot {
    background: #fff;
    border-color: #a0a2ad
}

.next-step-dot>.next-step-item-wait .next-step-item-title {
    color: #666;
    word-break: break-word
}

.next-step-dot>.next-step-item-wait .next-step-item-content {
    color: #666;
    font-size: 12px;
    line-height: 1.5;
    word-break: break-word
}

.next-step-dot>.next-step-item-wait .next-step-item-node-placeholder {
    width: 12px;
    height: 12px;
    position: relative
}

.next-step-dot>.next-step-item-wait .next-step-item-node {
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer
}

.next-step-dot>.next-step-item-wait .next-step-item-node-circle {
    display: block;
    width: 12px;
    height: 12px;
    font-size: 12px;
    font-weight: 400;
    line-height: 10px;
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
    transition: background-color .1s linear
}

.next-step-dot>.next-step-item-wait .next-step-item-node-circle .next-icon {
    animation: zoomIn .3s linear
}

.next-step-dot>.next-step-item-wait .next-step-item-node-circle .next-icon:before,.next-step-dot>.next-step-item-wait .next-step-item-node-circle .next-icon .next-icon-remote {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-step-dot>.next-step-item-wait .next-step-item-content {
    font-size: 12px
}

.next-step-dot>.next-step-item-wait .next-step-item-node-dot {
    display: block;
    width: 12px;
    height: 12px;
    font-size: 12px;
    line-height: 10px;
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
    transition: background-color .3s ease,border-color .3s ease
}

.next-step-dot>.next-step-item-process .next-step-item-tail-overlay {
    background: #C4C6CF
}

.next-step-dot>.next-step-item-process .next-step-item-tail-underlay {
    background: #E6E7EB
}

.next-step-dot>.next-step-item-process>.next-step-item-container .next-step-item-progress {
    width: 12px;
    height: 12px
}

.next-step-dot>.next-step-item-process>.next-step-item-container .next-step-item-node {
    color: #5584ff
}

.next-step-dot>.next-step-item-process>.next-step-item-container .next-step-item-node-circle {
    background: #5584FF;
    border-color: #5584ff
}

.next-step-dot>.next-step-item-process>.next-step-item-container .next-step-item-node-dot {
    background: #5584FF;
    border-color: #5584ff
}

.next-step-dot>.next-step-item-process .next-step-item-title {
    color: #333;
    word-break: break-word
}

.next-step-dot>.next-step-item-process .next-step-item-content {
    color: #333;
    font-size: 12px;
    line-height: 1.5;
    word-break: break-word
}

.next-step-dot>.next-step-item-process .next-step-item-node-placeholder {
    width: 12px;
    height: 12px;
    position: relative
}

.next-step-dot>.next-step-item-process .next-step-item-node {
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer
}

.next-step-dot>.next-step-item-process .next-step-item-node-circle {
    display: block;
    width: 12px;
    height: 12px;
    font-size: 12px;
    font-weight: 400;
    line-height: 10px;
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
    transition: background-color .1s linear
}

.next-step-dot>.next-step-item-process .next-step-item-node-circle .next-icon {
    animation: zoomIn .3s linear
}

.next-step-dot>.next-step-item-process .next-step-item-node-circle .next-icon:before,.next-step-dot>.next-step-item-process .next-step-item-node-circle .next-icon .next-icon-remote {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-step-dot>.next-step-item-process .next-step-item-content {
    font-size: 12px
}

.next-step-dot>.next-step-item-process .next-step-item-node-dot {
    display: block;
    width: 12px;
    height: 12px;
    font-size: 12px;
    line-height: 10px;
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
    transition: background-color .3s ease,border-color .3s ease
}

.next-step-dot>.next-step-item-finish .next-step-item-tail-overlay {
    background: #5584FF
}

.next-step-dot>.next-step-item-finish .next-step-item-tail-underlay {
    background: #E6E7EB
}

.next-step-dot>.next-step-item-finish>.next-step-item-container .next-step-item-progress {
    width: 12px;
    height: 12px
}

.next-step-dot>.next-step-item-finish>.next-step-item-container .next-step-item-node {
    color: #5584ff
}

.next-step-dot>.next-step-item-finish>.next-step-item-container .next-step-item-node-circle {
    background: #fff;
    border-color: #5584ff
}

.next-step-dot>.next-step-item-finish>.next-step-item-container .next-step-item-node-dot {
    background: #fff;
    border-color: #5584ff
}

.next-step-dot>.next-step-item-finish .next-step-item-title {
    color: #666;
    word-break: break-word
}

.next-step-dot>.next-step-item-finish .next-step-item-content {
    color: #666;
    font-size: 12px;
    line-height: 1.5;
    word-break: break-word
}

.next-step-dot>.next-step-item-finish .next-step-item-node-placeholder {
    width: 12px;
    height: 12px;
    position: relative
}

.next-step-dot>.next-step-item-finish .next-step-item-node {
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer
}

.next-step-dot>.next-step-item-finish .next-step-item-node-circle {
    display: block;
    width: 12px;
    height: 12px;
    font-size: 12px;
    font-weight: 400;
    line-height: 10px;
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
    transition: background-color .1s linear
}

.next-step-dot>.next-step-item-finish .next-step-item-node-circle .next-icon {
    animation: zoomIn .3s linear
}

.next-step-dot>.next-step-item-finish .next-step-item-node-circle .next-icon:before,.next-step-dot>.next-step-item-finish .next-step-item-node-circle .next-icon .next-icon-remote {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-step-dot>.next-step-item-finish .next-step-item-content {
    font-size: 12px
}

.next-step-dot>.next-step-item-finish .next-step-item-node-dot {
    display: block;
    width: 12px;
    height: 12px;
    font-size: 12px;
    line-height: 10px;
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
    transition: background-color .3s ease,border-color .3s ease
}

.next-step-dot .next-step-item-disabled .next-step-item-tail-overlay,.next-step-dot .next-step-item-disabled .next-step-item-tail-underlay {
    background: #E6E7EB
}

.next-step-dot .next-step-item-disabled>.next-step-item-container .next-step-item-progress {
    width: 12px;
    height: 12px
}

.next-step-dot .next-step-item-disabled>.next-step-item-container .next-step-item-node {
    color: #e6e7eb
}

.next-step-dot .next-step-item-disabled>.next-step-item-container .next-step-item-node-circle {
    background: #fff;
    border-color: #dcdee3
}

.next-step-dot .next-step-item-disabled>.next-step-item-container .next-step-item-node-dot {
    background: #fff;
    border-color: #dcdee3
}

.next-step-dot .next-step-item-disabled .next-step-item-title {
    color: #ccc;
    word-break: break-word
}

.next-step-dot .next-step-item-disabled .next-step-item-content {
    color: #ccc;
    font-size: 12px;
    line-height: 1.5;
    word-break: break-word
}

.next-step-dot .next-step-item-disabled .next-step-item-node-placeholder {
    width: 12px;
    height: 12px;
    position: relative
}

.next-step-dot .next-step-item-disabled .next-step-item-node {
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer
}

.next-step-dot .next-step-item-disabled .next-step-item-node-circle {
    display: block;
    width: 12px;
    height: 12px;
    font-size: 12px;
    font-weight: 400;
    line-height: 10px;
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
    transition: background-color .1s linear
}

.next-step-dot .next-step-item-disabled .next-step-item-node-circle .next-icon {
    animation: zoomIn .3s linear
}

.next-step-dot .next-step-item-disabled .next-step-item-node-circle .next-icon:before,.next-step-dot .next-step-item-disabled .next-step-item-node-circle .next-icon .next-icon-remote {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-step-dot .next-step-item-disabled .next-step-item-content {
    font-size: 12px
}

.next-step-dot .next-step-item-disabled .next-step-item-node-dot {
    display: block;
    width: 12px;
    height: 12px;
    font-size: 12px;
    line-height: 10px;
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
    transition: background-color .3s ease,border-color .3s ease
}

.next-step-dot .next-step-item-disabled .next-step-item-node-placeholder,.next-step-dot .next-step-item-disabled .next-step-item-node {
    cursor: not-allowed
}

.next-step-dot .next-step-item-read-only .next-step-item-node-placeholder,.next-step-dot .next-step-item-read-only .next-step-item-node {
    cursor: default
}

.next-step-dot .next-step-item-last .next-step-item-tail {
    display: none
}

.next-step-dot.next-step-horizontal {
    text-align: center;
    white-space: nowrap
}

.next-step-dot.next-step-horizontal>.next-step-item .next-step-item-title {
    white-space: normal
}

.next-step-dot.next-step-horizontal>.next-step-item .next-step-item-content {
    white-space: normal
}

.next-step-dot.next-step-horizontal .next-step-item-node .next-icon {
    vertical-align: middle
}

.next-step-dot.next-step-horizontal>.next-step-item-wait .next-step-item-tail {
    display: inline-block;
    clear: both;
    width: calc(100% - 28px);
    vertical-align: middle
}

.next-step-dot.next-step-horizontal>.next-step-item-wait .next-step-item-tail .next-step-item-tail-underlay {
    display: block;
    height: 1px;
    position: relative
}

.next-step-dot.next-step-horizontal>.next-step-item-wait .next-step-item-tail .next-step-item-tail-overlay {
    position: absolute;
    top: 0;
    height: 1px;
    transition: all .1s linear;
    width: 100%
}

.next-step-dot.next-step-horizontal>.next-step-item-wait>.next-step-item-body {
    width: 100px;
    left: -36px;
    text-align: center;
    position: absolute
}

.next-step-dot.next-step-horizontal>.next-step-item-wait>.next-step-item-body>.next-step-item-title {
    font-size: 12px;
    line-height: 16px;
    margin-top: 8px;
    font-weight: 700
}

.next-step-dot.next-step-horizontal>.next-step-item-wait>.next-step-item-body>.next-step-item-content {
    margin-top: 4px
}

.next-step-dot.next-step-horizontal>.next-step-item-process .next-step-item-tail {
    display: inline-block;
    clear: both;
    width: calc(100% - 28px);
    vertical-align: middle
}

.next-step-dot.next-step-horizontal>.next-step-item-process .next-step-item-tail .next-step-item-tail-underlay {
    display: block;
    height: 1px;
    position: relative
}

.next-step-dot.next-step-horizontal>.next-step-item-process .next-step-item-tail .next-step-item-tail-overlay {
    position: absolute;
    top: 0;
    height: 1px;
    transition: all .1s linear;
    width: 100%
}

.next-step-dot.next-step-horizontal>.next-step-item-process>.next-step-item-body {
    width: 100px;
    left: -36px;
    text-align: center;
    position: absolute
}

.next-step-dot.next-step-horizontal>.next-step-item-process>.next-step-item-body>.next-step-item-title {
    font-size: 12px;
    line-height: 16px;
    margin-top: 8px;
    font-weight: 700
}

.next-step-dot.next-step-horizontal>.next-step-item-process>.next-step-item-body>.next-step-item-content {
    margin-top: 4px
}

.next-step-dot.next-step-horizontal>.next-step-item-finish .next-step-item-tail {
    display: inline-block;
    clear: both;
    width: calc(100% - 28px);
    vertical-align: middle
}

.next-step-dot.next-step-horizontal>.next-step-item-finish .next-step-item-tail .next-step-item-tail-underlay {
    display: block;
    height: 1px;
    position: relative
}

.next-step-dot.next-step-horizontal>.next-step-item-finish .next-step-item-tail .next-step-item-tail-overlay {
    position: absolute;
    top: 0;
    height: 1px;
    transition: all .1s linear;
    width: 100%
}

.next-step-dot.next-step-horizontal>.next-step-item-finish>.next-step-item-body {
    width: 100px;
    left: -36px;
    text-align: center;
    position: absolute
}

.next-step-dot.next-step-horizontal>.next-step-item-finish>.next-step-item-body>.next-step-item-title {
    font-size: 12px;
    line-height: 16px;
    margin-top: 8px;
    font-weight: 700
}

.next-step-dot.next-step-horizontal>.next-step-item-finish>.next-step-item-body>.next-step-item-content {
    margin-top: 4px
}

.next-step-dot.next-step-horizontal>.next-step-item-disabled .next-step-item-tail {
    display: inline-block;
    clear: both;
    width: calc(100% - 28px);
    vertical-align: middle
}

.next-step-dot.next-step-horizontal>.next-step-item-disabled .next-step-item-tail .next-step-item-tail-underlay {
    display: block;
    height: 1px;
    position: relative
}

.next-step-dot.next-step-horizontal>.next-step-item-disabled .next-step-item-tail .next-step-item-tail-overlay {
    position: absolute;
    top: 0;
    height: 1px;
    transition: all .1s linear;
    width: 100%
}

.next-step-dot.next-step-horizontal>.next-step-item-disabled>.next-step-item-body {
    width: 100px;
    left: -36px;
    text-align: center;
    position: absolute
}

.next-step-dot.next-step-horizontal>.next-step-item-disabled>.next-step-item-body>.next-step-item-title {
    font-size: 12px;
    line-height: 16px;
    margin-top: 8px;
    font-weight: 700
}

.next-step-dot.next-step-horizontal>.next-step-item-disabled>.next-step-item-body>.next-step-item-content {
    margin-top: 4px
}

.next-step-dot.next-step-vertical {
    padding: 0 0 0 4px;
    font-size: 0;
    display: table-cell;
    position: relative
}

.next-step-dot.next-step-vertical .next-step-item-container {
    padding: 0
}

.next-step-dot.next-step-vertical>.next-step-item:last-child .next-step-item-tail {
    display: block;
    visibility: hidden
}

.next-step-dot.next-step-vertical>.next-step-item-wait .next-step-item-tail {
    width: 1px;
    height: 0;
    margin: 8px auto
}

.next-step-dot.next-step-vertical>.next-step-item-wait .next-step-item-tail .next-step-item-tail-underlay {
    height: 100%;
    width: 1px;
    position: relative
}

.next-step-dot.next-step-vertical>.next-step-item-wait .next-step-item-tail .next-step-item-tail-overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px
}

.next-step-dot.next-step-vertical>.next-step-item-wait>.next-step-item-body {
    position: absolute;
    top: 0;
    left: 6px;
    margin-left: 8px
}

.next-step-dot.next-step-vertical>.next-step-item-wait>.next-step-item-body>.next-step-item-title {
    margin-top: 0;
    font-weight: 700;
    text-align: left;
    font-family: Roboto,Helvetica Neue,Helvetica,Tahoma,Arial,PingFang SC,Microsoft YaHei;
    font-size: 12px;
    line-height: 1.28571
}

.next-step-dot.next-step-vertical>.next-step-item-wait>.next-step-item-body>.next-step-item-content {
    margin-top: 8px;
    min-height: 8px;
    text-align: left;
    font-size: 12px;
    line-height: 1.5
}

.next-step-dot.next-step-vertical>.next-step-item-process .next-step-item-tail {
    width: 1px;
    height: 0;
    margin: 8px auto
}

.next-step-dot.next-step-vertical>.next-step-item-process .next-step-item-tail .next-step-item-tail-underlay {
    height: 100%;
    width: 1px;
    position: relative
}

.next-step-dot.next-step-vertical>.next-step-item-process .next-step-item-tail .next-step-item-tail-overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px
}

.next-step-dot.next-step-vertical>.next-step-item-process>.next-step-item-body {
    position: absolute;
    top: 0;
    left: 6px;
    margin-left: 8px
}

.next-step-dot.next-step-vertical>.next-step-item-process>.next-step-item-body>.next-step-item-title {
    margin-top: 0;
    font-weight: 700;
    text-align: left;
    font-family: Roboto,Helvetica Neue,Helvetica,Tahoma,Arial,PingFang SC,Microsoft YaHei;
    font-size: 12px;
    line-height: 1.28571
}

.next-step-dot.next-step-vertical>.next-step-item-process>.next-step-item-body>.next-step-item-content {
    margin-top: 8px;
    min-height: 8px;
    text-align: left;
    font-size: 12px;
    line-height: 1.5
}

.next-step-dot.next-step-vertical>.next-step-item-finish .next-step-item-tail {
    width: 1px;
    height: 0;
    margin: 8px auto
}

.next-step-dot.next-step-vertical>.next-step-item-finish .next-step-item-tail .next-step-item-tail-underlay {
    height: 100%;
    width: 1px;
    position: relative
}

.next-step-dot.next-step-vertical>.next-step-item-finish .next-step-item-tail .next-step-item-tail-overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px
}

.next-step-dot.next-step-vertical>.next-step-item-finish>.next-step-item-body {
    position: absolute;
    top: 0;
    left: 6px;
    margin-left: 8px
}

.next-step-dot.next-step-vertical>.next-step-item-finish>.next-step-item-body>.next-step-item-title {
    margin-top: 0;
    font-weight: 700;
    text-align: left;
    font-family: Roboto,Helvetica Neue,Helvetica,Tahoma,Arial,PingFang SC,Microsoft YaHei;
    font-size: 12px;
    line-height: 1.28571
}

.next-step-dot.next-step-vertical>.next-step-item-finish>.next-step-item-body>.next-step-item-content {
    margin-top: 8px;
    min-height: 8px;
    text-align: left;
    font-size: 12px;
    line-height: 1.5
}

.next-step-dot.next-step-vertical>.next-step-item-disabled .next-step-item-tail {
    width: 1px;
    height: 0;
    margin: 8px auto
}

.next-step-dot.next-step-vertical>.next-step-item-disabled .next-step-item-tail .next-step-item-tail-underlay {
    height: 100%;
    width: 1px;
    position: relative
}

.next-step-dot.next-step-vertical>.next-step-item-disabled .next-step-item-tail .next-step-item-tail-overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px
}

.next-step-dot.next-step-vertical>.next-step-item-disabled>.next-step-item-body {
    position: absolute;
    top: 0;
    left: 6px;
    margin-left: 8px
}

.next-step-dot.next-step-vertical>.next-step-item-disabled>.next-step-item-body>.next-step-item-title {
    margin-top: 0;
    font-weight: 700;
    text-align: left;
    font-family: Roboto,Helvetica Neue,Helvetica,Tahoma,Arial,PingFang SC,Microsoft YaHei;
    font-size: 12px;
    line-height: 1.28571
}

.next-step-dot.next-step-vertical>.next-step-item-disabled>.next-step-item-body>.next-step-item-content {
    margin-top: 8px;
    min-height: 8px;
    text-align: left;
    font-size: 12px;
    line-height: 1.5
}

.next-step-horizontal[dir=rtl]>.next-step-item {
    text-align: right
}

.next-step-arrow[dir=rtl] .next-step-item {
    height: 32px;
    line-height: 32px;
    margin-left: 4px;
    margin-right: 16px
}

.next-step-arrow[dir=rtl] .next-step-item:before {
    right: -16px;
    left: auto;
    border: 16px solid transparent;
    border-right-color: transparent
}

.next-step-arrow[dir=rtl] .next-step-item:after {
    left: -32px;
    right: auto;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 16px solid transparent
}

.next-step-arrow[dir=rtl]>.next-step-item-wait {
    background: #EBECF0
}

.next-step-arrow[dir=rtl]>.next-step-item-wait .next-step-item-node-dot {
    right: 50%;
    left: auto
}

.next-step-arrow[dir=rtl]>.next-step-item-wait:before {
    border: 16px solid #EBECF0;
    border-right-color: transparent
}

.next-step-arrow[dir=rtl]>.next-step-item-wait:after {
    border-right-color: #ebecf0;
    border-left-color: transparent
}

.next-step-arrow[dir=rtl]>.next-step-item-process {
    background: #5584FF
}

.next-step-arrow[dir=rtl]>.next-step-item-process .next-step-item-node-dot {
    right: 50%;
    left: auto
}

.next-step-arrow[dir=rtl]>.next-step-item-process:before {
    border: 16px solid #5584FF;
    border-right-color: transparent
}

.next-step-arrow[dir=rtl]>.next-step-item-process:after {
    border-right-color: #5584ff;
    border-left-color: transparent
}

.next-step-arrow[dir=rtl]>.next-step-item-finish {
    background: #DEE8FF
}

.next-step-arrow[dir=rtl]>.next-step-item-finish .next-step-item-node-dot {
    right: 50%;
    left: auto
}

.next-step-arrow[dir=rtl]>.next-step-item-finish:before {
    border: 16px solid #DEE8FF;
    border-right-color: transparent
}

.next-step-arrow[dir=rtl]>.next-step-item-finish:after {
    border-right-color: #dee8ff;
    border-left-color: transparent
}

.next-step-arrow[dir=rtl] .next-step-item-disabled {
    background: #F7F8FA
}

.next-step-arrow[dir=rtl] .next-step-item-disabled .next-step-item-node-dot {
    right: 50%;
    left: auto
}

.next-step-arrow[dir=rtl] .next-step-item-disabled:before {
    border: 16px solid #F7F8FA;
    border-right-color: transparent
}

.next-step-arrow[dir=rtl] .next-step-item-disabled:after {
    border-right-color: #f7f8fa;
    border-left-color: transparent
}

.next-step-arrow[dir=rtl] .next-step-item-first {
    margin-right: 0
}

.next-step-arrow[dir=rtl] .next-step-item-last {
    margin-left: 0
}

.next-step-circle[dir=rtl]>.next-step-item-wait .next-step-item-node-dot {
    right: 50%;
    left: auto
}

.next-step-circle[dir=rtl]>.next-step-item-process .next-step-item-node-dot {
    right: 50%;
    left: auto
}

.next-step-circle[dir=rtl]>.next-step-item-finish .next-step-item-node-dot {
    right: 50%;
    left: auto
}

.next-step-circle[dir=rtl] .next-step-item-disabled .next-step-item-node-dot {
    right: 50%;
    left: auto
}

.next-step-circle[dir=rtl].next-step-horizontal>.next-step-item-wait>.next-step-item-body {
    right: -26px;
    left: auto
}

.next-step-circle[dir=rtl].next-step-horizontal>.next-step-item-process>.next-step-item-body {
    right: -26px;
    left: auto
}

.next-step-circle[dir=rtl].next-step-horizontal>.next-step-item-finish>.next-step-item-body {
    right: -26px;
    left: auto
}

.next-step-circle[dir=rtl].next-step-horizontal>.next-step-item-disabled>.next-step-item-body {
    right: -26px;
    left: auto
}

.next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal>.next-step-item-wait .next-step-item-body {
    left: auto;
    right: 0;
    text-align: right
}

.next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal>.next-step-item-wait .next-step-item-body .next-step-item-title {
    padding-left: 8px;
    padding-right: 0
}

.next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal>.next-step-item-wait .next-step-item-tail {
    left: 0;
    right: auto
}

.next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal>.next-step-item-process .next-step-item-body {
    left: auto;
    right: 0;
    text-align: right
}

.next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal>.next-step-item-process .next-step-item-body .next-step-item-title {
    padding-left: 8px;
    padding-right: 0
}

.next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal>.next-step-item-process .next-step-item-tail {
    left: 0;
    right: auto
}

.next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal>.next-step-item-finish .next-step-item-body {
    left: auto;
    right: 0;
    text-align: right
}

.next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal>.next-step-item-finish .next-step-item-body .next-step-item-title {
    padding-left: 8px;
    padding-right: 0
}

.next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal>.next-step-item-finish .next-step-item-tail {
    left: 0;
    right: auto
}

.next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal>.next-step-item-disabled .next-step-item-body {
    left: auto;
    right: 0;
    text-align: right
}

.next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal>.next-step-item-disabled .next-step-item-body .next-step-item-title {
    padding-left: 8px;
    padding-right: 0
}

.next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal>.next-step-item-disabled .next-step-item-tail {
    left: 0;
    right: auto
}

.next-step-circle[dir=rtl].next-step-vertical>.next-step-item-wait>.next-step-item-body {
    right: 16px;
    left: auto;
    margin-right: 8px;
    margin-left: 0
}

.next-step-circle[dir=rtl].next-step-vertical>.next-step-item-wait>.next-step-item-body>.next-step-item-title {
    text-align: right;
    font-family: Roboto,Helvetica Neue,Helvetica,Tahoma,Arial,PingFang SC,Microsoft YaHei;
    font-size: 12px;
    line-height: 1.28571
}

.next-step-circle[dir=rtl].next-step-vertical>.next-step-item-wait>.next-step-item-body>.next-step-item-content {
    text-align: right
}

.next-step-circle[dir=rtl].next-step-vertical>.next-step-item-process>.next-step-item-body {
    right: 16px;
    left: auto;
    margin-right: 8px;
    margin-left: 0
}

.next-step-circle[dir=rtl].next-step-vertical>.next-step-item-process>.next-step-item-body>.next-step-item-title {
    text-align: right;
    font-family: Roboto,Helvetica Neue,Helvetica,Tahoma,Arial,PingFang SC,Microsoft YaHei;
    font-size: 12px;
    line-height: 1.28571
}

.next-step-circle[dir=rtl].next-step-vertical>.next-step-item-process>.next-step-item-body>.next-step-item-content {
    text-align: right
}

.next-step-circle[dir=rtl].next-step-vertical>.next-step-item-finish>.next-step-item-body {
    right: 16px;
    left: auto;
    margin-right: 8px;
    margin-left: 0
}

.next-step-circle[dir=rtl].next-step-vertical>.next-step-item-finish>.next-step-item-body>.next-step-item-title {
    text-align: right;
    font-family: Roboto,Helvetica Neue,Helvetica,Tahoma,Arial,PingFang SC,Microsoft YaHei;
    font-size: 12px;
    line-height: 1.28571
}

.next-step-circle[dir=rtl].next-step-vertical>.next-step-item-finish>.next-step-item-body>.next-step-item-content {
    text-align: right
}

.next-step-circle[dir=rtl].next-step-vertical>.next-step-item-disabled>.next-step-item-body {
    right: 16px;
    left: auto;
    margin-right: 8px;
    margin-left: 0
}

.next-step-circle[dir=rtl].next-step-vertical>.next-step-item-disabled>.next-step-item-body>.next-step-item-title {
    text-align: right;
    font-family: Roboto,Helvetica Neue,Helvetica,Tahoma,Arial,PingFang SC,Microsoft YaHei;
    font-size: 12px;
    line-height: 1.28571
}

.next-step-circle[dir=rtl].next-step-vertical>.next-step-item-disabled>.next-step-item-body>.next-step-item-content {
    text-align: right
}

.next-step-dot[dir=rtl]>.next-step-item-wait .next-step-item-node-dot {
    right: 50%;
    left: auto
}

.next-step-dot[dir=rtl]>.next-step-item-process .next-step-item-node-dot {
    right: 50%;
    left: auto
}

.next-step-dot[dir=rtl]>.next-step-item-finish .next-step-item-node-dot {
    right: 50%;
    left: auto
}

.next-step-dot[dir=rtl] .next-step-item-disabled .next-step-item-node-dot {
    right: 50%;
    left: auto
}

.next-step-dot[dir=rtl].next-step-horizontal>.next-step-item-wait>.next-step-item-body {
    right: -36px;
    left: auto
}

.next-step-dot[dir=rtl].next-step-horizontal>.next-step-item-process>.next-step-item-body {
    right: -36px;
    left: auto
}

.next-step-dot[dir=rtl].next-step-horizontal>.next-step-item-finish>.next-step-item-body {
    right: -36px;
    left: auto
}

.next-step-dot[dir=rtl].next-step-horizontal>.next-step-item-disabled>.next-step-item-body {
    right: -36px;
    left: auto
}

.next-step-dot[dir=rtl].next-step-vertical {
    padding: 0 4px 0 0
}

.next-step-dot[dir=rtl].next-step-vertical>.next-step-item-wait>.next-step-item-body {
    right: 6px;
    left: auto;
    margin-right: 8px;
    margin-left: 0
}

.next-step-dot[dir=rtl].next-step-vertical>.next-step-item-wait>.next-step-item-body>.next-step-item-title {
    text-align: right;
    font-family: Roboto,Helvetica Neue,Helvetica,Tahoma,Arial,PingFang SC,Microsoft YaHei;
    font-size: 12px;
    line-height: 1.28571
}

.next-step-dot[dir=rtl].next-step-vertical>.next-step-item-wait>.next-step-item-body>.next-step-item-content {
    text-align: right
}

.next-step-dot[dir=rtl].next-step-vertical>.next-step-item-process>.next-step-item-body {
    right: 6px;
    left: auto;
    margin-right: 8px;
    margin-left: 0
}

.next-step-dot[dir=rtl].next-step-vertical>.next-step-item-process>.next-step-item-body>.next-step-item-title {
    text-align: right;
    font-family: Roboto,Helvetica Neue,Helvetica,Tahoma,Arial,PingFang SC,Microsoft YaHei;
    font-size: 12px;
    line-height: 1.28571
}

.next-step-dot[dir=rtl].next-step-vertical>.next-step-item-process>.next-step-item-body>.next-step-item-content {
    text-align: right
}

.next-step-dot[dir=rtl].next-step-vertical>.next-step-item-finish>.next-step-item-body {
    right: 6px;
    left: auto;
    margin-right: 8px;
    margin-left: 0
}

.next-step-dot[dir=rtl].next-step-vertical>.next-step-item-finish>.next-step-item-body>.next-step-item-title {
    text-align: right;
    font-family: Roboto,Helvetica Neue,Helvetica,Tahoma,Arial,PingFang SC,Microsoft YaHei;
    font-size: 12px;
    line-height: 1.28571
}

.next-step-dot[dir=rtl].next-step-vertical>.next-step-item-finish>.next-step-item-body>.next-step-item-content {
    text-align: right
}

.next-step-dot[dir=rtl].next-step-vertical>.next-step-item-disabled>.next-step-item-body {
    right: 6px;
    left: auto;
    margin-right: 8px;
    margin-left: 0
}

.next-step-dot[dir=rtl].next-step-vertical>.next-step-item-disabled>.next-step-item-body>.next-step-item-title {
    text-align: right;
    font-family: Roboto,Helvetica Neue,Helvetica,Tahoma,Arial,PingFang SC,Microsoft YaHei;
    font-size: 12px;
    line-height: 1.28571
}

.next-step-dot[dir=rtl].next-step-vertical>.next-step-item-disabled>.next-step-item-body>.next-step-item-content {
    text-align: right
}

.next-overlay-wrapper .next-overlay-inner {
    z-index: 1001
}

.next-overlay-wrapper .next-overlay-backdrop {
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0003;
    transition: opacity .3s cubic-bezier(.4,0,.2,1);
    opacity: 0
}

.next-overlay-wrapper.opened .next-overlay-backdrop {
    opacity: 1
}

.next-message {
    box-sizing: border-box;
    position: relative;
    display: block;
    vertical-align: baseline;
    animation-duration: .3s;
    animation-timing-function: ease-in-out
}

.next-message *,.next-message *:before,.next-message *:after {
    box-sizing: border-box
}

.next-message:after {
    visibility: hidden;
    display: block;
    height: 0;
    font-size: 0;
    content: " ";
    clear: both
}

.next-message .next-message-close {
    color: #999;
    font-size: 0;
    position: absolute;
    cursor: pointer
}

.next-message .next-message-close .next-icon-close {
    width: 12px;
    height: 12px;
    line-height: 1em
}

.next-message .next-message-close .next-icon-close:before {
    width: 12px;
    height: 12px;
    font-size: 12px;
    line-height: 1em
}

.next-message .next-message-close:hover {
    color: #666
}

.next-message.next-message-success.next-inline {
    background-color: #e4fdda;
    border-color: #e4fdda;
    box-shadow: none;
    border-style: solid
}

.next-message.next-message-success.next-inline .next-message-title {
    color: #333
}

.next-message.next-message-success.next-inline .next-message-content {
    color: #666
}

.next-message.next-message-success.next-inline .next-message-symbol {
    color: #46bc15
}

.next-message.next-message-success.next-inline .next-message-symbol-icon:before {
    content: "\e60a"
}

.next-message.next-message-success.next-addon {
    background-color: #0000;
    border-color: #0000;
    box-shadow: none;
    border-style: solid
}

.next-message.next-message-success.next-addon .next-message-title {
    color: #333
}

.next-message.next-message-success.next-addon .next-message-content {
    color: #666
}

.next-message.next-message-success.next-addon .next-message-symbol {
    color: #46bc15
}

.next-message.next-message-success.next-addon .next-message-symbol-icon:before {
    content: "\e60a"
}

.next-message.next-message-success.next-toast {
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 2px 4px #0000001f;
    border-style: solid
}

.next-message.next-message-success.next-toast .next-message-title {
    color: #333
}

.next-message.next-message-success.next-toast .next-message-content {
    color: #666
}

.next-message.next-message-success.next-toast .next-message-symbol {
    color: #46bc15
}

.next-message.next-message-success.next-toast .next-message-symbol-icon:before {
    content: "\e60a"
}

.next-message.next-message-warning.next-inline {
    background-color: #fff3e0;
    border-color: #fff3e0;
    box-shadow: none;
    border-style: solid
}

.next-message.next-message-warning.next-inline .next-message-title {
    color: #333
}

.next-message.next-message-warning.next-inline .next-message-content {
    color: #666
}

.next-message.next-message-warning.next-inline .next-message-symbol {
    color: #ff9300
}

.next-message.next-message-warning.next-inline .next-message-symbol-icon:before {
    content: "\e60b"
}

.next-message.next-message-warning.next-addon {
    background-color: #0000;
    border-color: #0000;
    box-shadow: none;
    border-style: solid
}

.next-message.next-message-warning.next-addon .next-message-title {
    color: #333
}

.next-message.next-message-warning.next-addon .next-message-content {
    color: #666
}

.next-message.next-message-warning.next-addon .next-message-symbol {
    color: #ff9300
}

.next-message.next-message-warning.next-addon .next-message-symbol-icon:before {
    content: "\e60b"
}

.next-message.next-message-warning.next-toast {
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 2px 4px #0000001f;
    border-style: solid
}

.next-message.next-message-warning.next-toast .next-message-title {
    color: #333
}

.next-message.next-message-warning.next-toast .next-message-content {
    color: #666
}

.next-message.next-message-warning.next-toast .next-message-symbol {
    color: #ff9300
}

.next-message.next-message-warning.next-toast .next-message-symbol-icon:before {
    content: "\e60b"
}

.next-message.next-message-error.next-inline {
    background-color: #ffece4;
    border-color: #ffece4;
    box-shadow: none;
    border-style: solid
}

.next-message.next-message-error.next-inline .next-message-title {
    color: #333
}

.next-message.next-message-error.next-inline .next-message-content {
    color: #666
}

.next-message.next-message-error.next-inline .next-message-symbol {
    color: #ff3000
}

.next-message.next-message-error.next-inline .next-message-symbol-icon:before {
    content: "\e60d"
}

.next-message.next-message-error.next-addon {
    background-color: #0000;
    border-color: #0000;
    box-shadow: none;
    border-style: solid
}

.next-message.next-message-error.next-addon .next-message-title {
    color: #333
}

.next-message.next-message-error.next-addon .next-message-content {
    color: #666
}

.next-message.next-message-error.next-addon .next-message-symbol {
    color: #ff3000
}

.next-message.next-message-error.next-addon .next-message-symbol-icon:before {
    content: "\e60d"
}

.next-message.next-message-error.next-toast {
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 2px 4px #0000001f;
    border-style: solid
}

.next-message.next-message-error.next-toast .next-message-title {
    color: #333
}

.next-message.next-message-error.next-toast .next-message-content {
    color: #666
}

.next-message.next-message-error.next-toast .next-message-symbol {
    color: #ff3000
}

.next-message.next-message-error.next-toast .next-message-symbol-icon:before {
    content: "\e60d"
}

.next-message.next-message-notice.next-inline {
    background-color: #e3f2fd;
    border-color: #e3f2fd;
    box-shadow: none;
    border-style: solid
}

.next-message.next-message-notice.next-inline .next-message-title {
    color: #333
}

.next-message.next-message-notice.next-inline .next-message-content {
    color: #666
}

.next-message.next-message-notice.next-inline .next-message-symbol {
    color: #4494f9
}

.next-message.next-message-notice.next-inline .next-message-symbol-icon:before {
    content: "\e60c"
}

.next-message.next-message-notice.next-addon {
    background-color: #0000;
    border-color: #0000;
    box-shadow: none;
    border-style: solid
}

.next-message.next-message-notice.next-addon .next-message-title {
    color: #333
}

.next-message.next-message-notice.next-addon .next-message-content {
    color: #666
}

.next-message.next-message-notice.next-addon .next-message-symbol {
    color: #4494f9
}

.next-message.next-message-notice.next-addon .next-message-symbol-icon:before {
    content: "\e60c"
}

.next-message.next-message-notice.next-toast {
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 2px 4px #0000001f;
    border-style: solid
}

.next-message.next-message-notice.next-toast .next-message-title {
    color: #333
}

.next-message.next-message-notice.next-toast .next-message-content {
    color: #666
}

.next-message.next-message-notice.next-toast .next-message-symbol {
    color: #4494f9
}

.next-message.next-message-notice.next-toast .next-message-symbol-icon:before {
    content: "\e60c"
}

.next-message.next-message-help.next-inline {
    background-color: #e3fff8;
    border-color: #e3fff8;
    box-shadow: none;
    border-style: solid
}

.next-message.next-message-help.next-inline .next-message-title {
    color: #333
}

.next-message.next-message-help.next-inline .next-message-content {
    color: #666
}

.next-message.next-message-help.next-inline .next-message-symbol {
    color: #01c1b2
}

.next-message.next-message-help.next-inline .next-message-symbol-icon:before {
    content: "\e673"
}

.next-message.next-message-help.next-addon {
    background-color: #0000;
    border-color: #0000;
    box-shadow: none;
    border-style: solid
}

.next-message.next-message-help.next-addon .next-message-title {
    color: #333
}

.next-message.next-message-help.next-addon .next-message-content {
    color: #666
}

.next-message.next-message-help.next-addon .next-message-symbol {
    color: #01c1b2
}

.next-message.next-message-help.next-addon .next-message-symbol-icon:before {
    content: "\e673"
}

.next-message.next-message-help.next-toast {
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 2px 4px #0000001f;
    border-style: solid
}

.next-message.next-message-help.next-toast .next-message-title {
    color: #333
}

.next-message.next-message-help.next-toast .next-message-content {
    color: #666
}

.next-message.next-message-help.next-toast .next-message-symbol {
    color: #01c1b2
}

.next-message.next-message-help.next-toast .next-message-symbol-icon:before {
    content: "\e673"
}

.next-message.next-message-loading.next-inline {
    background-color: #fff;
    border-color: #fff;
    box-shadow: none;
    border-style: solid
}

.next-message.next-message-loading.next-inline .next-message-title {
    color: #333
}

.next-message.next-message-loading.next-inline .next-message-content {
    color: #666
}

.next-message.next-message-loading.next-inline .next-message-symbol {
    color: #5584ff
}

.next-message.next-message-loading.next-inline .next-message-symbol-icon:before {
    content: "\e646";
    animation: loadingCircle 1s infinite linear
}

.next-message.next-message-loading.next-addon {
    background-color: #0000;
    border-color: #0000;
    box-shadow: none;
    border-style: solid
}

.next-message.next-message-loading.next-addon .next-message-title {
    color: #333
}

.next-message.next-message-loading.next-addon .next-message-content {
    color: #666
}

.next-message.next-message-loading.next-addon .next-message-symbol {
    color: #5584ff
}

.next-message.next-message-loading.next-addon .next-message-symbol-icon:before {
    content: "\e646";
    animation: loadingCircle 1s infinite linear
}

.next-message.next-message-loading.next-toast {
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 2px 4px #0000001f;
    border-style: solid
}

.next-message.next-message-loading.next-toast .next-message-title {
    color: #333
}

.next-message.next-message-loading.next-toast .next-message-content {
    color: #666
}

.next-message.next-message-loading.next-toast .next-message-symbol {
    color: #5584ff
}

.next-message.next-message-loading.next-toast .next-message-symbol-icon:before {
    content: "\e646";
    animation: loadingCircle 1s infinite linear
}

.next-message.next-medium {
    border-width: 1px;
    padding: 12px
}

.next-message.next-medium .next-message-symbol {
    float: left;
    line-height: 16px
}

.next-message.next-medium .next-message-symbol:before,.next-message.next-medium .next-message-symbol .next-icon-remote {
    width: 16px;
    font-size: 16px;
    line-height: inherit
}

.next-message.next-medium .next-message-title {
    padding: 0 20px 0 24px;
    font-size: 16px;
    line-height: 16px
}

.next-message.next-medium .next-message-content {
    margin-top: 8px;
    padding: 0 20px 0 24px;
    font-size: 12px;
    line-height: 1.5
}

.next-message.next-medium .next-message-symbol+.next-message-content {
    margin-top: 0
}

.next-message.next-medium.next-title-content .next-message-title,.next-message.next-medium.next-only-content .next-message-content {
    line-height: 16px
}

.next-message.next-medium .next-message-close {
    top: 12px;
    right: 12px
}

.next-message.next-medium.next-inline,.next-message.next-medium.next-toast {
    border-radius: 3px
}

.next-message.next-large {
    border-width: 2px;
    padding: 16px
}

.next-message.next-large .next-message-symbol {
    float: left;
    line-height: 24px
}

.next-message.next-large .next-message-symbol:before,.next-message.next-large .next-message-symbol .next-icon-remote {
    width: 24px;
    font-size: 24px;
    line-height: inherit
}

.next-message.next-large .next-message-title {
    padding: 0 20px 0 36px;
    font-size: 20px;
    line-height: 20px
}

.next-message.next-large .next-message-content {
    margin-top: 8px;
    padding: 0 20px 0 36px;
    font-size: 12px;
    line-height: 1.5
}

.next-message.next-large .next-message-symbol+.next-message-content {
    margin-top: 0
}

.next-message.next-large.next-title-content .next-message-title,.next-message.next-large.next-only-content .next-message-content {
    line-height: 24px
}

.next-message.next-large .next-message-close {
    top: 16px;
    right: 16px
}

.next-message.next-large.next-inline,.next-message.next-large.next-toast {
    border-radius: 3px
}

.next-message[dir=rtl] .next-message-symbol {
    float: right
}

.next-message[dir=rtl].next-medium .next-message-title {
    padding: 0 24px 0 20px
}

.next-message[dir=rtl].next-medium .next-message-close {
    left: 12px;
    right: auto
}

.next-message[dir=rtl].next-large .next-message-title {
    padding: 0 36px 0 20px
}

.next-message[dir=rtl].next-large .next-message-close {
    left: 16px;
    right: auto
}

.next-message-wrapper-v2 {
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    z-index: 1001;
    width: 100%;
    pointer-events: none
}

.next-message-list {
    padding: 8px;
    text-align: center
}

.next-message-list .next-message {
    display: inline-block;
    pointer-events: all
}

.next-message-fade-leave {
    animation-duration: .3s;
    animation-play-state: paused;
    animation-fill-mode: both;
    animation-timing-function: ease
}

.next-message-fade-leave.next-message-fade-leave-active {
    animation-name: MessageFadeOut;
    animation-play-state: running
}

@keyframes MessageFadeOut {
    0% {
        max-height: 150px;
        margin-bottom: 16px;
        opacity: 1
    }

    to {
        max-height: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
        opacity: 0
    }
}

body {
    background-color: #f9fafb;
    margin: 0
}

.progress-bar-content .active-step .step-order {
    border-color: #026bff;
    background-color: #026bff
}

.progress-bar-content .step .step-order {
    width: 32px;
    height: 32px;
    font: unset;
    font-size: 16px;
    line-height: 32px
}

.csp-step-container {
    width: 1000px;
    margin: 12px auto 40px
}

/* .csp-step-container .next-step-circle>.next-step-item-process>.next-step-item-container .next-step-item-node-circle {
    border-color: #F93600!important;
    background-color: #F93600!important
} */

.csp-step-container .next-step-item-node-circle {
    font-size: 16px!important
}

.csp-step-container .next-step-item-content,.next-medium {
    font-size: 14px!important
}

.next-btn {
    box-sizing: border-box
}

.next-btn *,.next-btn *:before,.next-btn *:after {
    box-sizing: border-box
}

.next-btn::-moz-focus-inner {
    border: 0;
    padding: 0
}

.next-btn,.next-btn:active,.next-btn:focus,.next-btn:hover {
    outline: 0
}

@keyframes loadingCircle {
    0% {
        transform-origin: 50% 50%;
        transform: rotate(0)
    }

    to {
        transform-origin: 50% 50%;
        transform: rotate(360deg)
    }
}

.next-btn {
    position: relative;
    display: inline-block;
    box-shadow: none;
    text-decoration: none;
    text-align: center;
    text-transform: none;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    transition: all .1s linear;
    line-height: 1;
    cursor: pointer
}

.next-btn:after {
    text-align: center;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: opacity .1s linear
}

.next-btn:before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle
}

.next-btn .next-icon {
    display: inline-block;
    font-size: 0;
    vertical-align: middle
}

.next-btn>span,.next-btn>div {
    display: inline-block;
    vertical-align: middle
}

.next-btn>.next-btn-helper {
    text-decoration: inherit;
    display: inline-block;
    vertical-align: middle
}

.next-btn.hover,.next-btn:hover {
    box-shadow: none
}

.next-btn.next-small {
    border-radius: 3px;
    padding: 0 8px;
    height: 20px;
    font-size: 12px;
    border-width: 1px
}

.next-btn.next-small>.next-btn-icon.next-icon-first {
    transform: scale(1);
    margin-left: 0;
    margin-right: 4px
}

.next-btn.next-small>.next-btn-icon.next-icon-first:before,.next-btn.next-small>.next-btn-icon.next-icon-first .next-icon-remote {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-btn.next-small>.next-btn-icon.next-icon-last {
    transform: scale(1);
    margin-left: 4px;
    margin-right: 0
}

.next-btn.next-small>.next-btn-icon.next-icon-last:before,.next-btn.next-small>.next-btn-icon.next-icon-last .next-icon-remote {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-btn.next-small>.next-btn-icon.next-icon-alone {
    transform: scale(1)
}

.next-btn.next-small>.next-btn-icon.next-icon-alone:before,.next-btn.next-small>.next-btn-icon.next-icon-alone .next-icon-remote {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-btn.next-small.next-btn-loading:before {
    width: 12px;
    height: 12px;
    font-size: 12px;
    line-height: 12px;
    left: 8px;
    top: 50%;
    text-align: center;
    margin-right: 4px
}

.next-btn.next-small.next-btn-loading>.next-icon {
    display: none
}

.next-btn.next-small>.next-btn-custom-loading-icon {
    opacity: 0;
    width: 0
}

.next-btn.next-small>.next-btn-custom-loading-icon.show {
    width: 12px;
    margin-right: 4px;
    opacity: 1;
    transition: all .1s linear
}

.next-btn.next-medium {
    border-radius: 3px;
    padding: 0 12px;
    height: 28px;
    font-size: 12px;
    border-width: 1px
}

.next-btn.next-medium>.next-btn-icon.next-icon-first {
    transform: scale(1);
    margin-left: 0;
    margin-right: 4px
}

.next-btn.next-medium>.next-btn-icon.next-icon-first:before,.next-btn.next-medium>.next-btn-icon.next-icon-first .next-icon-remote {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-btn.next-medium>.next-btn-icon.next-icon-last {
    transform: scale(1);
    margin-left: 4px;
    margin-right: 0
}

.next-btn.next-medium>.next-btn-icon.next-icon-last:before,.next-btn.next-medium>.next-btn-icon.next-icon-last .next-icon-remote {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-btn.next-medium>.next-btn-icon.next-icon-alone {
    transform: scale(1)
}

.next-btn.next-medium>.next-btn-icon.next-icon-alone:before,.next-btn.next-medium>.next-btn-icon.next-icon-alone .next-icon-remote {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-btn.next-medium.next-btn-loading:before {
    width: 12px;
    height: 12px;
    font-size: 12px;
    line-height: 12px;
    left: 12px;
    top: 50%;
    text-align: center;
    margin-right: 4px
}

.next-btn.next-medium.next-btn-loading>.next-icon {
    display: none
}

.next-btn.next-medium>.next-btn-custom-loading-icon {
    opacity: 0;
    width: 0
}

.next-btn.next-medium>.next-btn-custom-loading-icon.show {
    width: 12px;
    margin-right: 4px;
    opacity: 1;
    transition: all .1s linear
}

.next-btn.next-large {
    border-radius: 3px;
    padding: 0 16px;
    height: 40px;
    font-size: 16px;
    border-width: 1px
}

.next-btn.next-large>.next-btn-icon.next-icon-first {
    transform: scale(1);
    margin-left: 0;
    margin-right: 4px
}

.next-btn.next-large>.next-btn-icon.next-icon-first:before,.next-btn.next-large>.next-btn-icon.next-icon-first .next-icon-remote {
    width: 16px;
    font-size: 16px;
    line-height: inherit
}

.next-btn.next-large>.next-btn-icon.next-icon-last {
    transform: scale(1);
    margin-left: 4px;
    margin-right: 0
}

.next-btn.next-large>.next-btn-icon.next-icon-last:before,.next-btn.next-large>.next-btn-icon.next-icon-last .next-icon-remote {
    width: 16px;
    font-size: 16px;
    line-height: inherit
}

.next-btn.next-large>.next-btn-icon.next-icon-alone {
    transform: scale(1)
}

.next-btn.next-large>.next-btn-icon.next-icon-alone:before,.next-btn.next-large>.next-btn-icon.next-icon-alone .next-icon-remote {
    width: 16px;
    font-size: 16px;
    line-height: inherit
}

.next-btn.next-large.next-btn-loading:before {
    width: 16px;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    left: 16px;
    top: 50%;
    text-align: center;
    margin-right: 4px
}

.next-btn.next-large.next-btn-loading>.next-icon {
    display: none
}

.next-btn.next-large>.next-btn-custom-loading-icon {
    opacity: 0;
    width: 0
}

.next-btn.next-large>.next-btn-custom-loading-icon.show {
    width: 16px;
    margin-right: 4px;
    opacity: 1;
    transition: all .1s linear
}

.next-btn.next-btn-normal {
    border-style: solid;
    background: #fff;
    border-color: #c4c6cf
}

.next-btn.next-btn-normal,.next-btn.next-btn-normal:link,.next-btn.next-btn-normal:visited,.next-btn.next-btn-normal.visited {
    color: #333
}

.next-btn.next-btn-normal:focus,.next-btn.next-btn-normal:hover,.next-btn.next-btn-normal.hover {
    color: #333;
    background: #F2F3F7;
    border-color: #a0a2ad;
    text-decoration: none
}

.next-btn.next-btn-normal:active,.next-btn.next-btn-normal.active {
    color: #333;
    background: #F2F3F7;
    border-color: #a0a2ad;
    text-decoration: none
}

.next-btn.next-btn-primary {
    border-style: solid;
    background: #28555A;
    border-color: #0000
}

.next-btn.next-btn-primary,.next-btn.next-btn-primary:link,.next-btn.next-btn-primary:visited,.next-btn.next-btn-primary.visited {
    color: #fff
}

.next-btn.next-btn-primary:focus,.next-btn.next-btn-primary:hover,.next-btn.next-btn-primary.hover {
    color: #fff;
    background: #28555A;
    border-color: #0000;
    text-decoration: none
}

.next-btn.next-btn-primary:active,.next-btn.next-btn-primary.active {
    color: #fff;
    background: #3E71F7;
    border-color: #0000;
    text-decoration: none
}

.next-btn.next-btn-secondary {
    border-style: solid;
    background: #fff;
    border-color: #DDDDDD
}

.next-btn.next-btn-secondary,.next-btn.next-btn-secondary:link,.next-btn.next-btn-secondary:visited,.next-btn.next-btn-secondary.visited {
    color: #F93600
}

.next-btn.next-btn-secondary:focus,.next-btn.next-btn-secondary:hover,.next-btn.next-btn-secondary.hover {
    color: #fff;
    background: #F93600;
    border-color: #F93600;
    text-decoration: none
}

.next-btn.next-btn-secondary:active,.next-btn.next-btn-secondary.active {
    color: #fff;
    background: #F93600;
    border-color: #F93600;
    text-decoration: none
}

.next-btn.disabled,.next-btn[disabled] {
    cursor: not-allowed
}

.next-btn.disabled.next-btn-normal,.next-btn[disabled].next-btn-normal {
    background: #F7F8FA;
    border-color: #e6e7eb
}

.next-btn.disabled.next-btn-normal,.next-btn.disabled.next-btn-normal:link,.next-btn.disabled.next-btn-normal:visited,.next-btn.disabled.next-btn-normal.visited,.next-btn[disabled].next-btn-normal,.next-btn[disabled].next-btn-normal:link,.next-btn[disabled].next-btn-normal:visited,.next-btn[disabled].next-btn-normal.visited {
    color: #ccc
}

.next-btn.disabled.next-btn-normal:focus,.next-btn.disabled.next-btn-normal:hover,.next-btn.disabled.next-btn-normal.hover,.next-btn[disabled].next-btn-normal:focus,.next-btn[disabled].next-btn-normal:hover,.next-btn[disabled].next-btn-normal.hover {
    color: #ccc;
    background: #F7F8FA;
    border-color: #e6e7eb;
    text-decoration: none
}

.next-btn.disabled.next-btn-normal:active,.next-btn.disabled.next-btn-normal.active,.next-btn[disabled].next-btn-normal:active,.next-btn[disabled].next-btn-normal.active {
    color: #ccc;
    background: #F7F8FA;
    border-color: #e6e7eb;
    text-decoration: none
}

.next-btn.disabled.next-btn-primary,.next-btn[disabled].next-btn-primary {
    background: #F7F8FA;
    border-color: #e6e7eb
}

.next-btn.disabled.next-btn-primary,.next-btn.disabled.next-btn-primary:link,.next-btn.disabled.next-btn-primary:visited,.next-btn.disabled.next-btn-primary.visited,.next-btn[disabled].next-btn-primary,.next-btn[disabled].next-btn-primary:link,.next-btn[disabled].next-btn-primary:visited,.next-btn[disabled].next-btn-primary.visited {
    color: #ccc
}

.next-btn.disabled.next-btn-primary:focus,.next-btn.disabled.next-btn-primary:hover,.next-btn.disabled.next-btn-primary.hover,.next-btn[disabled].next-btn-primary:focus,.next-btn[disabled].next-btn-primary:hover,.next-btn[disabled].next-btn-primary.hover {
    color: #ccc;
    background: #F7F8FA;
    border-color: #e6e7eb;
    text-decoration: none
}

.next-btn.disabled.next-btn-primary:active,.next-btn.disabled.next-btn-primary.active,.next-btn[disabled].next-btn-primary:active,.next-btn[disabled].next-btn-primary.active {
    color: #ccc;
    background: #F7F8FA;
    border-color: #e6e7eb;
    text-decoration: none
}

.next-btn.disabled.next-btn-secondary,.next-btn[disabled].next-btn-secondary {
    background: #F7F8FA;
    border-color: #e6e7eb
}

.next-btn.disabled.next-btn-secondary,.next-btn.disabled.next-btn-secondary:link,.next-btn.disabled.next-btn-secondary:visited,.next-btn.disabled.next-btn-secondary.visited,.next-btn[disabled].next-btn-secondary,.next-btn[disabled].next-btn-secondary:link,.next-btn[disabled].next-btn-secondary:visited,.next-btn[disabled].next-btn-secondary.visited {
    color: #ccc
}

.next-btn.disabled.next-btn-secondary:focus,.next-btn.disabled.next-btn-secondary:hover,.next-btn.disabled.next-btn-secondary.hover,.next-btn[disabled].next-btn-secondary:focus,.next-btn[disabled].next-btn-secondary:hover,.next-btn[disabled].next-btn-secondary.hover {
    color: #ccc;
    background: #F7F8FA;
    border-color: #e6e7eb;
    text-decoration: none
}

.next-btn.disabled.next-btn-secondary:active,.next-btn.disabled.next-btn-secondary.active,.next-btn[disabled].next-btn-secondary:active,.next-btn[disabled].next-btn-secondary.active {
    color: #ccc;
    background: #F7F8FA;
    border-color: #e6e7eb;
    text-decoration: none
}

.next-btn-warning {
    border-style: solid
}

.next-btn-warning.next-btn-primary {
    background: #FF3000;
    border-color: #ff3000
}

.next-btn-warning.next-btn-primary,.next-btn-warning.next-btn-primary:link,.next-btn-warning.next-btn-primary:visited,.next-btn-warning.next-btn-primary.visited {
    color: #fff
}

.next-btn-warning.next-btn-primary:focus,.next-btn-warning.next-btn-primary:hover,.next-btn-warning.next-btn-primary.hover {
    color: #fff;
    background: #E72B00;
    border-color: #e72b00;
    text-decoration: none
}

.next-btn-warning.next-btn-primary:active,.next-btn-warning.next-btn-primary.active {
    color: #fff;
    background: #E72B00;
    border-color: #e72b00;
    text-decoration: none
}

.next-btn-warning.next-btn-primary.disabled,.next-btn-warning.next-btn-primary[disabled] {
    background: #F7F8FA;
    border-color: #dcdee3
}

.next-btn-warning.next-btn-primary.disabled,.next-btn-warning.next-btn-primary.disabled:link,.next-btn-warning.next-btn-primary.disabled:visited,.next-btn-warning.next-btn-primary.disabled.visited,.next-btn-warning.next-btn-primary[disabled],.next-btn-warning.next-btn-primary[disabled]:link,.next-btn-warning.next-btn-primary[disabled]:visited,.next-btn-warning.next-btn-primary[disabled].visited {
    color: #ccc
}

.next-btn-warning.next-btn-primary.disabled:focus,.next-btn-warning.next-btn-primary.disabled:hover,.next-btn-warning.next-btn-primary.disabled.hover,.next-btn-warning.next-btn-primary[disabled]:focus,.next-btn-warning.next-btn-primary[disabled]:hover,.next-btn-warning.next-btn-primary[disabled].hover {
    color: #ccc;
    background: #F7F8FA;
    border-color: #dcdee3;
    text-decoration: none
}

.next-btn-warning.next-btn-primary.disabled:active,.next-btn-warning.next-btn-primary.disabled.active,.next-btn-warning.next-btn-primary[disabled]:active,.next-btn-warning.next-btn-primary[disabled].active {
    color: #ccc;
    background: #F7F8FA;
    border-color: #dcdee3;
    text-decoration: none
}

.next-btn-warning.next-btn-normal {
    background: #fff;
    border-color: #ff3000
}

.next-btn-warning.next-btn-normal,.next-btn-warning.next-btn-normal:link,.next-btn-warning.next-btn-normal:visited,.next-btn-warning.next-btn-normal.visited {
    color: #ff3000
}

.next-btn-warning.next-btn-normal:focus,.next-btn-warning.next-btn-normal:hover,.next-btn-warning.next-btn-normal.hover {
    color: #fff;
    background: #E72B00;
    border-color: #e72b00;
    text-decoration: none
}

.next-btn-warning.next-btn-normal:active,.next-btn-warning.next-btn-normal.active {
    color: #fff;
    background: #E72B00;
    border-color: #e72b00;
    text-decoration: none
}

.next-btn-warning.next-btn-normal.disabled,.next-btn-warning.next-btn-normal[disabled] {
    background: #F7F8FA;
    border-color: #e6e7eb
}

.next-btn-warning.next-btn-normal.disabled,.next-btn-warning.next-btn-normal.disabled:link,.next-btn-warning.next-btn-normal.disabled:visited,.next-btn-warning.next-btn-normal.disabled.visited,.next-btn-warning.next-btn-normal[disabled],.next-btn-warning.next-btn-normal[disabled]:link,.next-btn-warning.next-btn-normal[disabled]:visited,.next-btn-warning.next-btn-normal[disabled].visited {
    color: #ccc
}

.next-btn-warning.next-btn-normal.disabled:focus,.next-btn-warning.next-btn-normal.disabled:hover,.next-btn-warning.next-btn-normal.disabled.hover,.next-btn-warning.next-btn-normal[disabled]:focus,.next-btn-warning.next-btn-normal[disabled]:hover,.next-btn-warning.next-btn-normal[disabled].hover {
    color: #ccc;
    background: #F7F8FA;
    border-color: #e6e7eb;
    text-decoration: none
}

.next-btn-warning.next-btn-normal.disabled:active,.next-btn-warning.next-btn-normal.disabled.active,.next-btn-warning.next-btn-normal[disabled]:active,.next-btn-warning.next-btn-normal[disabled].active {
    color: #ccc;
    background: #F7F8FA;
    border-color: #e6e7eb;
    text-decoration: none
}

.next-btn-text {
    box-shadow: none;
    border-radius: 0;
    user-select: text
}

.next-btn-text.hover,.next-btn-text:hover {
    box-shadow: none
}

.next-btn-text.next-btn-primary {
    background: rgba(0,0,0,0);
    border-color: #0000
}

.next-btn-text.next-btn-primary,.next-btn-text.next-btn-primary:link,.next-btn-text.next-btn-primary:visited,.next-btn-text.next-btn-primary.visited {
    color: #F93600;
}

.next-btn-text.next-btn-primary:focus,.next-btn-text.next-btn-primary:hover,.next-btn-text.next-btn-primary.hover {
    color: #3e71f7;
    background: rgba(0,0,0,0);
    border-color: #0000;
    text-decoration: none
}

.next-btn-text.next-btn-primary:active,.next-btn-text.next-btn-primary.active {
    color: #3e71f7;
    background: rgba(0,0,0,0);
    border-color: #0000;
    text-decoration: none
}

.next-btn-text.next-btn-primary.disabled,.next-btn-text.next-btn-primary[disabled] {
    background: rgba(0,0,0,0);
    border-color: #0000
}

.next-btn-text.next-btn-primary.disabled,.next-btn-text.next-btn-primary.disabled:link,.next-btn-text.next-btn-primary.disabled:visited,.next-btn-text.next-btn-primary.disabled.visited,.next-btn-text.next-btn-primary[disabled],.next-btn-text.next-btn-primary[disabled]:link,.next-btn-text.next-btn-primary[disabled]:visited,.next-btn-text.next-btn-primary[disabled].visited {
    color: #ccc
}

.next-btn-text.next-btn-primary.disabled:focus,.next-btn-text.next-btn-primary.disabled:hover,.next-btn-text.next-btn-primary.disabled.hover,.next-btn-text.next-btn-primary[disabled]:focus,.next-btn-text.next-btn-primary[disabled]:hover,.next-btn-text.next-btn-primary[disabled].hover {
    color: #ccc;
    background: rgba(0,0,0,0);
    border-color: #0000;
    text-decoration: none
}

.next-btn-text.next-btn-primary.disabled:active,.next-btn-text.next-btn-primary.disabled.active,.next-btn-text.next-btn-primary[disabled]:active,.next-btn-text.next-btn-primary[disabled].active {
    color: #ccc;
    background: rgba(0,0,0,0);
    border-color: #0000;
    text-decoration: none
}

.next-btn-text.next-btn-secondary {
    background: rgba(0,0,0,0);
    border-color: #0000
}

.next-btn-text.next-btn-secondary,.next-btn-text.next-btn-secondary:link,.next-btn-text.next-btn-secondary:visited,.next-btn-text.next-btn-secondary.visited {
    color: #666
}

.next-btn-text.next-btn-secondary:focus,.next-btn-text.next-btn-secondary:hover,.next-btn-text.next-btn-secondary.hover {
    color: #5584ff;
    background: rgba(0,0,0,0);
    border-color: #0000;
    text-decoration: none
}

.next-btn-text.next-btn-secondary:active,.next-btn-text.next-btn-secondary.active {
    color: #5584ff;
    background: rgba(0,0,0,0);
    border-color: #0000;
    text-decoration: none
}

.next-btn-text.next-btn-secondary.disabled,.next-btn-text.next-btn-secondary[disabled] {
    background: rgba(0,0,0,0);
    border-color: #0000
}

.next-btn-text.next-btn-secondary.disabled,.next-btn-text.next-btn-secondary.disabled:link,.next-btn-text.next-btn-secondary.disabled:visited,.next-btn-text.next-btn-secondary.disabled.visited,.next-btn-text.next-btn-secondary[disabled],.next-btn-text.next-btn-secondary[disabled]:link,.next-btn-text.next-btn-secondary[disabled]:visited,.next-btn-text.next-btn-secondary[disabled].visited {
    color: #ccc
}

.next-btn-text.next-btn-secondary.disabled:focus,.next-btn-text.next-btn-secondary.disabled:hover,.next-btn-text.next-btn-secondary.disabled.hover,.next-btn-text.next-btn-secondary[disabled]:focus,.next-btn-text.next-btn-secondary[disabled]:hover,.next-btn-text.next-btn-secondary[disabled].hover {
    color: #ccc;
    background: rgba(0,0,0,0);
    border-color: #0000;
    text-decoration: none
}

.next-btn-text.next-btn-secondary.disabled:active,.next-btn-text.next-btn-secondary.disabled.active,.next-btn-text.next-btn-secondary[disabled]:active,.next-btn-text.next-btn-secondary[disabled].active {
    color: #ccc;
    background: rgba(0,0,0,0);
    border-color: #0000;
    text-decoration: none
}

.next-btn-text.next-btn-normal {
    background: rgba(0,0,0,0);
    border-color: #0000
}

.next-btn-text.next-btn-normal,.next-btn-text.next-btn-normal:link,.next-btn-text.next-btn-normal:visited,.next-btn-text.next-btn-normal.visited {
    color: #333
}

.next-btn-text.next-btn-normal:focus,.next-btn-text.next-btn-normal:hover,.next-btn-text.next-btn-normal.hover {
    color: #5584ff;
    background: rgba(0,0,0,0);
    border-color: #0000;
    text-decoration: none
}

.next-btn-text.next-btn-normal:active,.next-btn-text.next-btn-normal.active {
    color: #5584ff;
    background: rgba(0,0,0,0);
    border-color: #0000;
    text-decoration: none
}

.next-btn-text.next-btn-normal.disabled,.next-btn-text.next-btn-normal[disabled] {
    background: rgba(0,0,0,0);
    border-color: #0000
}

.next-btn-text.next-btn-normal.disabled,.next-btn-text.next-btn-normal.disabled:link,.next-btn-text.next-btn-normal.disabled:visited,.next-btn-text.next-btn-normal.disabled.visited,.next-btn-text.next-btn-normal[disabled],.next-btn-text.next-btn-normal[disabled]:link,.next-btn-text.next-btn-normal[disabled]:visited,.next-btn-text.next-btn-normal[disabled].visited {
    color: #ccc
}

.next-btn-text.next-btn-normal.disabled:focus,.next-btn-text.next-btn-normal.disabled:hover,.next-btn-text.next-btn-normal.disabled.hover,.next-btn-text.next-btn-normal[disabled]:focus,.next-btn-text.next-btn-normal[disabled]:hover,.next-btn-text.next-btn-normal[disabled].hover {
    color: #ccc;
    background: rgba(0,0,0,0);
    border-color: #0000;
    text-decoration: none
}

.next-btn-text.next-btn-normal.disabled:active,.next-btn-text.next-btn-normal.disabled.active,.next-btn-text.next-btn-normal[disabled]:active,.next-btn-text.next-btn-normal[disabled].active {
    color: #ccc;
    background: rgba(0,0,0,0);
    border-color: #0000;
    text-decoration: none
}

.next-btn-text.next-large {
    border-radius: 0;
    padding: 0;
    height: 24px;
    font-size: 14px;
    border-width: 0
}

.next-btn-text.next-large>.next-btn-icon.next-icon-first {
    transform: scale(1);
    margin-left: 0;
    margin-right: 4px
}

.next-btn-text.next-large>.next-btn-icon.next-icon-first:before,.next-btn-text.next-large>.next-btn-icon.next-icon-first .next-icon-remote {
    width: 16px;
    font-size: 16px;
    line-height: inherit
}

.next-btn-text.next-large>.next-btn-icon.next-icon-last {
    transform: scale(1);
    margin-left: 4px;
    margin-right: 0
}

.next-btn-text.next-large>.next-btn-icon.next-icon-last:before,.next-btn-text.next-large>.next-btn-icon.next-icon-last .next-icon-remote {
    width: 16px;
    font-size: 16px;
    line-height: inherit
}

.next-btn-text.next-large>.next-btn-icon.next-icon-alone {
    transform: scale(1)
}

.next-btn-text.next-large>.next-btn-icon.next-icon-alone:before,.next-btn-text.next-large>.next-btn-icon.next-icon-alone .next-icon-remote {
    width: 16px;
    font-size: 16px;
    line-height: inherit
}

.next-btn-text.next-large.next-btn-loading:before {
    width: 16px;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    left: 0;
    top: 50%;
    text-align: center;
    margin-right: 4px
}

.next-btn-text.next-large.next-btn-loading>.next-icon {
    display: none
}

.next-btn-text.next-large>.next-btn-custom-loading-icon {
    opacity: 0;
    width: 0
}

.next-btn-text.next-large>.next-btn-custom-loading-icon.show {
    width: 16px;
    margin-right: 4px;
    opacity: 1;
    transition: all .1s linear
}

.next-btn-text.next-medium {
    border-radius: 0;
    padding: 0;
    height: 20px;
    font-size: 12px;
    border-width: 0
}

.next-btn-text.next-medium>.next-btn-icon.next-icon-first {
    transform: scale(1);
    margin-left: 0;
    margin-right: 4px
}

.next-btn-text.next-medium>.next-btn-icon.next-icon-first:before,.next-btn-text.next-medium>.next-btn-icon.next-icon-first .next-icon-remote {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-btn-text.next-medium>.next-btn-icon.next-icon-last {
    transform: scale(1);
    margin-left: 4px;
    margin-right: 0
}

.next-btn-text.next-medium>.next-btn-icon.next-icon-last:before,.next-btn-text.next-medium>.next-btn-icon.next-icon-last .next-icon-remote {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-btn-text.next-medium>.next-btn-icon.next-icon-alone {
    transform: scale(1)
}

.next-btn-text.next-medium>.next-btn-icon.next-icon-alone:before,.next-btn-text.next-medium>.next-btn-icon.next-icon-alone .next-icon-remote {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-btn-text.next-medium.next-btn-loading:before {
    width: 12px;
    height: 12px;
    font-size: 12px;
    line-height: 12px;
    left: 0;
    top: 50%;
    text-align: center;
    margin-right: 4px
}

.next-btn-text.next-medium.next-btn-loading>.next-icon {
    display: none
}

.next-btn-text.next-medium>.next-btn-custom-loading-icon {
    opacity: 0;
    width: 0
}

.next-btn-text.next-medium>.next-btn-custom-loading-icon.show {
    width: 12px;
    margin-right: 4px;
    opacity: 1;
    transition: all .1s linear
}

.next-btn-text.next-small {
    border-radius: 0;
    padding: 0;
    height: 16px;
    font-size: 12px;
    border-width: 0
}

.next-btn-text.next-small>.next-btn-icon.next-icon-first {
    transform: scale(1);
    margin-left: 0;
    margin-right: 4px
}

.next-btn-text.next-small>.next-btn-icon.next-icon-first:before,.next-btn-text.next-small>.next-btn-icon.next-icon-first .next-icon-remote {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-btn-text.next-small>.next-btn-icon.next-icon-last {
    transform: scale(1);
    margin-left: 4px;
    margin-right: 0
}

.next-btn-text.next-small>.next-btn-icon.next-icon-last:before,.next-btn-text.next-small>.next-btn-icon.next-icon-last .next-icon-remote {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-btn-text.next-small>.next-btn-icon.next-icon-alone {
    transform: scale(1)
}

.next-btn-text.next-small>.next-btn-icon.next-icon-alone:before,.next-btn-text.next-small>.next-btn-icon.next-icon-alone .next-icon-remote {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-btn-text.next-small.next-btn-loading:before {
    width: 12px;
    height: 12px;
    font-size: 12px;
    line-height: 12px;
    left: 0;
    top: 50%;
    text-align: center;
    margin-right: 4px
}

.next-btn-text.next-small.next-btn-loading>.next-icon {
    display: none
}

.next-btn-text.next-small>.next-btn-custom-loading-icon {
    opacity: 0;
    width: 0
}

.next-btn-text.next-small>.next-btn-custom-loading-icon.show {
    width: 12px;
    margin-right: 4px;
    opacity: 1;
    transition: all .1s linear
}

.next-btn-text.next-btn-loading {
    background: rgba(0,0,0,0);
    border-color: #0000
}

.next-btn-text.next-btn-loading,.next-btn-text.next-btn-loading:link,.next-btn-text.next-btn-loading:visited,.next-btn-text.next-btn-loading.visited {
    color: #333
}

.next-btn-text.next-btn-loading:focus,.next-btn-text.next-btn-loading:hover,.next-btn-text.next-btn-loading.hover {
    color: #333;
    background: rgba(0,0,0,0);
    border-color: #0000;
    text-decoration: none
}

.next-btn-text.next-btn-loading:active,.next-btn-text.next-btn-loading.active {
    color: #333;
    background: rgba(0,0,0,0);
    border-color: #0000;
    text-decoration: none
}

.next-btn-loading {
    pointer-events: none
}

.next-btn-loading:before {
    font-family: NextIcon;
    content: "\e646";
    opacity: 1;
    visibility: visible;
    animation: loadingCircle 2s infinite linear
}

.next-btn-loading:after {
    content: "";
    display: inline-block;
    position: static;
    height: 100%;
    width: 0;
    vertical-align: middle
}

.next-btn-custom-loading {
    pointer-events: none
}

.next-btn-ghost {
    box-shadow: none;
    border-style: solid
}

.next-btn-ghost.next-btn-dark {
    background: rgba(0,0,0,0);
    border-color: #fff
}

.next-btn-ghost.next-btn-dark,.next-btn-ghost.next-btn-dark:link,.next-btn-ghost.next-btn-dark:visited,.next-btn-ghost.next-btn-dark.visited {
    color: #fff
}

.next-btn-ghost.next-btn-dark:focus,.next-btn-ghost.next-btn-dark:hover,.next-btn-ghost.next-btn-dark.hover {
    color: #fff;
    background: rgba(255,255,255,.8);
    border-color: #fff;
    text-decoration: none
}

.next-btn-ghost.next-btn-dark:active,.next-btn-ghost.next-btn-dark.active {
    color: #fff;
    background: rgba(255,255,255,.8);
    border-color: #fff;
    text-decoration: none
}

.next-btn-ghost.next-btn-dark.disabled,.next-btn-ghost.next-btn-dark[disabled] {
    background: rgba(0,0,0,0);
    border-color: #fff6
}

.next-btn-ghost.next-btn-dark.disabled,.next-btn-ghost.next-btn-dark.disabled:link,.next-btn-ghost.next-btn-dark.disabled:visited,.next-btn-ghost.next-btn-dark.disabled.visited,.next-btn-ghost.next-btn-dark[disabled],.next-btn-ghost.next-btn-dark[disabled]:link,.next-btn-ghost.next-btn-dark[disabled]:visited,.next-btn-ghost.next-btn-dark[disabled].visited {
    color: #fff6
}

.next-btn-ghost.next-btn-dark.disabled:focus,.next-btn-ghost.next-btn-dark.disabled:hover,.next-btn-ghost.next-btn-dark.disabled.hover,.next-btn-ghost.next-btn-dark[disabled]:focus,.next-btn-ghost.next-btn-dark[disabled]:hover,.next-btn-ghost.next-btn-dark[disabled].hover {
    color: #fff6;
    background: rgba(0,0,0,0);
    border-color: #fff6;
    text-decoration: none
}

.next-btn-ghost.next-btn-dark.disabled:active,.next-btn-ghost.next-btn-dark.disabled.active,.next-btn-ghost.next-btn-dark[disabled]:active,.next-btn-ghost.next-btn-dark[disabled].active {
    color: #fff6;
    background: rgba(0,0,0,0);
    border-color: #fff6;
    text-decoration: none
}

.next-btn-ghost.next-btn-light {
    background: rgba(0,0,0,0);
    border-color: #333
}

.next-btn-ghost.next-btn-light,.next-btn-ghost.next-btn-light:link,.next-btn-ghost.next-btn-light:visited,.next-btn-ghost.next-btn-light.visited {
    color: #333
}

.next-btn-ghost.next-btn-light:focus,.next-btn-ghost.next-btn-light:hover,.next-btn-ghost.next-btn-light.hover {
    color: #999;
    background: rgba(0,0,0,.92);
    border-color: #333;
    text-decoration: none
}

.next-btn-ghost.next-btn-light:active,.next-btn-ghost.next-btn-light.active {
    color: #999;
    background: rgba(0,0,0,.92);
    border-color: #333;
    text-decoration: none
}

.next-btn-ghost.next-btn-light.disabled,.next-btn-ghost.next-btn-light[disabled] {
    background: rgba(0,0,0,0);
    border-color: #0000001a
}

.next-btn-ghost.next-btn-light.disabled,.next-btn-ghost.next-btn-light.disabled:link,.next-btn-ghost.next-btn-light.disabled:visited,.next-btn-ghost.next-btn-light.disabled.visited,.next-btn-ghost.next-btn-light[disabled],.next-btn-ghost.next-btn-light[disabled]:link,.next-btn-ghost.next-btn-light[disabled]:visited,.next-btn-ghost.next-btn-light[disabled].visited {
    color: #0000001a
}

.next-btn-ghost.next-btn-light.disabled:focus,.next-btn-ghost.next-btn-light.disabled:hover,.next-btn-ghost.next-btn-light.disabled.hover,.next-btn-ghost.next-btn-light[disabled]:focus,.next-btn-ghost.next-btn-light[disabled]:hover,.next-btn-ghost.next-btn-light[disabled].hover {
    color: #0000001a;
    background: rgba(0,0,0,0);
    border-color: #0000001a;
    text-decoration: none
}

.next-btn-ghost.next-btn-light.disabled:active,.next-btn-ghost.next-btn-light.disabled.active,.next-btn-ghost.next-btn-light[disabled]:active,.next-btn-ghost.next-btn-light[disabled].active {
    color: #0000001a;
    background: rgba(0,0,0,0);
    border-color: #0000001a;
    text-decoration: none
}

.next-btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.next-btn-group>.next-btn {
    position: relative;
    float: left;
    box-shadow: none
}

.next-btn-group>.next-btn:hover,.next-btn-group>.next-btn:focus,.next-btn-group>.next-btn:active,.next-btn-group>.next-btn.active {
    z-index: 1
}

.next-btn-group>.next-btn.disabled,.next-btn-group>.next-btn[disabled] {
    z-index: 0
}

.next-btn-group .next-btn.next-btn {
    margin: 0 0 0 -1px
}

.next-btn-group .next-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.next-btn-group>.next-btn:first-child {
    margin: 0
}

.next-btn-group>.next-btn:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.next-btn-group>.next-btn:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.next-btn-group>.next-btn-primary:not(:first-child) {
    border-left-color: #fff3
}

.next-btn-group>.next-btn-primary:not(:first-child):hover {
    border-left-color: transparent
}

.next-btn-group>.next-btn-primary:not(:first-child).disabled,.next-btn-group>.next-btn-primary:not(:first-child)[disabled] {
    border-left-color: #e6e7eb
}

.next-btn-group[dir=rtl]>.next-btn {
    float: right
}

.next-btn-group[dir=rtl] .next-btn.next-btn {
    margin: 0 -1px 0 0
}

.next-btn-group[dir=rtl]>.next-btn:first-child:not(:last-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.next-btn-group[dir=rtl]>.next-btn:last-child:not(:first-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.next-btn-group[dir=rtl]>.next-btn-primary:not(:first-child) {
    border-right-color: #fff3
}

.next-btn-group[dir=rtl]>.next-btn-primary:not(:first-child):hover {
    border-right-color: transparent
}

.next-btn-group[dir=rtl]>.next-btn-primary:not(:first-child).disabled,.next-btn-group[dir=rtl]>.next-btn-primary:not(:first-child)[disabled] {
    border-right-color: #e6e7eb
}

.next-btn.next-small[dir=rtl] {
    border-radius: 3px
}

.next-btn.next-small[dir=rtl]>.next-btn-icon.next-icon-first {
    margin-left: 4px;
    margin-right: 0
}

.next-btn.next-small[dir=rtl]>.next-btn-icon.next-icon-first:before,.next-btn.next-small[dir=rtl]>.next-btn-icon.next-icon-first .next-icon-remote {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-btn.next-small[dir=rtl]>.next-btn-icon.next-icon-last {
    margin-left: 0;
    margin-right: 4px
}

.next-btn.next-small[dir=rtl]>.next-btn-icon.next-icon-last:before,.next-btn.next-small[dir=rtl]>.next-btn-icon.next-icon-last .next-icon-remote {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-btn.next-small[dir=rtl].next-btn-loading {
    padding-left: 8px;
    padding-right: 24px
}

.next-btn.next-small[dir=rtl].next-btn-loading:after {
    right: 8px;
    top: 50%;
    margin-right: 0;
    margin-left: 4px
}

.next-btn.next-medium[dir=rtl] {
    border-radius: 3px
}

.next-btn.next-medium[dir=rtl]>.next-btn-icon.next-icon-first {
    margin-left: 4px;
    margin-right: 0
}

.next-btn.next-medium[dir=rtl]>.next-btn-icon.next-icon-first:before,.next-btn.next-medium[dir=rtl]>.next-btn-icon.next-icon-first .next-icon-remote {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-btn.next-medium[dir=rtl]>.next-btn-icon.next-icon-last {
    margin-left: 0;
    margin-right: 4px
}

.next-btn.next-medium[dir=rtl]>.next-btn-icon.next-icon-last:before,.next-btn.next-medium[dir=rtl]>.next-btn-icon.next-icon-last .next-icon-remote {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-btn.next-medium[dir=rtl].next-btn-loading {
    padding-left: 12px;
    padding-right: 28px
}

.next-btn.next-medium[dir=rtl].next-btn-loading:after {
    right: 12px;
    top: 50%;
    margin-right: 0;
    margin-left: 4px
}

.next-btn.next-large[dir=rtl] {
    border-radius: 3px
}

.next-btn.next-large[dir=rtl]>.next-btn-icon.next-icon-first {
    margin-left: 4px;
    margin-right: 0
}

.next-btn.next-large[dir=rtl]>.next-btn-icon.next-icon-first:before,.next-btn.next-large[dir=rtl]>.next-btn-icon.next-icon-first .next-icon-remote {
    width: 16px;
    font-size: 16px;
    line-height: inherit
}

.next-btn.next-large[dir=rtl]>.next-btn-icon.next-icon-last {
    margin-left: 0;
    margin-right: 4px
}

.next-btn.next-large[dir=rtl]>.next-btn-icon.next-icon-last:before,.next-btn.next-large[dir=rtl]>.next-btn-icon.next-icon-last .next-icon-remote {
    width: 16px;
    font-size: 16px;
    line-height: inherit
}

.next-btn.next-large[dir=rtl].next-btn-loading {
    padding-left: 16px;
    padding-right: 36px
}

.next-btn.next-large[dir=rtl].next-btn-loading:after {
    right: 16px;
    top: 50%;
    margin-right: 0;
    margin-left: 4px
}

.next-btn-text[dir=rtl].next-large {
    border-radius: 0
}

.next-btn-text[dir=rtl].next-large>.next-btn-icon.next-icon-first {
    margin-left: 4px;
    margin-right: 0
}

.next-btn-text[dir=rtl].next-large>.next-btn-icon.next-icon-first:before,.next-btn-text[dir=rtl].next-large>.next-btn-icon.next-icon-first .next-icon-remote {
    width: 16px;
    font-size: 16px;
    line-height: inherit
}

.next-btn-text[dir=rtl].next-large>.next-btn-icon.next-icon-last {
    margin-left: 0;
    margin-right: 4px
}

.next-btn-text[dir=rtl].next-large>.next-btn-icon.next-icon-last:before,.next-btn-text[dir=rtl].next-large>.next-btn-icon.next-icon-last .next-icon-remote {
    width: 16px;
    font-size: 16px;
    line-height: inherit
}

.next-btn-text[dir=rtl].next-large.next-btn-loading {
    padding-left: 0;
    padding-right: 20px
}

.next-btn-text[dir=rtl].next-large.next-btn-loading:after {
    right: 0;
    top: 50%;
    margin-right: 0;
    margin-left: 4px
}

.next-btn-text[dir=rtl].next-medium {
    border-radius: 0
}

.next-btn-text[dir=rtl].next-medium>.next-btn-icon.next-icon-first {
    margin-left: 4px;
    margin-right: 0
}

.next-btn-text[dir=rtl].next-medium>.next-btn-icon.next-icon-first:before,.next-btn-text[dir=rtl].next-medium>.next-btn-icon.next-icon-first .next-icon-remote {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-btn-text[dir=rtl].next-medium>.next-btn-icon.next-icon-last {
    margin-left: 0;
    margin-right: 4px
}

.next-btn-text[dir=rtl].next-medium>.next-btn-icon.next-icon-last:before,.next-btn-text[dir=rtl].next-medium>.next-btn-icon.next-icon-last .next-icon-remote {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-btn-text[dir=rtl].next-medium.next-btn-loading {
    padding-left: 0;
    padding-right: 16px
}

.next-btn-text[dir=rtl].next-medium.next-btn-loading:after {
    right: 0;
    top: 50%;
    margin-right: 0;
    margin-left: 4px
}

.next-btn-text[dir=rtl].next-small {
    border-radius: 0
}

.next-btn-text[dir=rtl].next-small>.next-btn-icon.next-icon-first {
    margin-left: 4px;
    margin-right: 0
}

.next-btn-text[dir=rtl].next-small>.next-btn-icon.next-icon-first:before,.next-btn-text[dir=rtl].next-small>.next-btn-icon.next-icon-first .next-icon-remote {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-btn-text[dir=rtl].next-small>.next-btn-icon.next-icon-last {
    margin-left: 0;
    margin-right: 4px
}

.next-btn-text[dir=rtl].next-small>.next-btn-icon.next-icon-last:before,.next-btn-text[dir=rtl].next-small>.next-btn-icon.next-icon-last .next-icon-remote {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-btn-text[dir=rtl].next-small.next-btn-loading {
    padding-left: 0;
    padding-right: 16px
}

.next-btn-text[dir=rtl].next-small.next-btn-loading:after {
    right: 0;
    top: 50%;
    margin-right: 0;
    margin-left: 4px
}

.next-checkbox-wrapper[dir=rtl] {
    margin-right: 8px;
    margin-left: 0
}

.next-checkbox-wrapper[dir=rtl]:first-child {
    margin-right: 0
}

.next-checkbox-wrapper[dir=rtl]>.next-checkbox-label {
    margin-right: 4px;
    margin-left: 0
}

.next-checkbox-wrapper {
    box-sizing: border-box;
    display: inline-block
}

.next-checkbox-wrapper *,.next-checkbox-wrapper *:before,.next-checkbox-wrapper *:after {
    box-sizing: border-box
}

.next-checkbox-wrapper .next-checkbox {
    display: inline-block;
    position: relative;
    line-height: 1;
    vertical-align: middle
}

.next-checkbox-wrapper input[type=checkbox] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    margin: 0;
    cursor: pointer
}

.next-checkbox-wrapper .next-checkbox-inner {
    display: block;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #C4C6CF;
    transition: all .1s linear;
    text-align: left;
    box-shadow: none
}

.next-checkbox-wrapper .next-checkbox-inner>.next-icon {
    transform: scale(0);
    position: absolute;
    top: 0;
    opacity: 0;
    line-height: 16px;
    transition: all .1s linear;
    color: #fff;
    left: 4px;
    margin-left: 0
}

.next-checkbox-wrapper .next-checkbox-inner>.next-icon:before,.next-checkbox-wrapper .next-checkbox-inner>.next-icon .next-icon-remote {
    width: 8px;
    font-size: 8px;
    line-height: inherit
}

@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
    .next-checkbox-wrapper .next-checkbox-inner>.next-icon {
        transform:scale(.5);
        margin-left: -4px;
        margin-right: -4px
    }

    .next-checkbox-wrapper .next-checkbox-inner>.next-icon:before {
        width: 16px;
        font-size: 16px
    }
}

.next-checkbox-wrapper .next-checkbox-inner>.next-icon:before {
    vertical-align: top;
    margin-top: 0
}

.next-checkbox-wrapper .next-checkbox-inner>.next-checkbox-select-icon:before {
    content: "\e632"
}

.next-checkbox-wrapper .next-checkbox-inner>.next-checkbox-semi-select-icon:before {
    content: "\e633"
}

.next-checkbox-wrapper.checked>.next-checkbox>.next-checkbox-inner,.next-checkbox-wrapper.checked.focused>.next-checkbox>.next-checkbox-inner {
    border-color: #0000;
    background-color: #F93600;
}

.next-checkbox-wrapper.checked>.next-checkbox>.next-checkbox-inner:hover,.next-checkbox-wrapper.checked>.next-checkbox>.next-checkbox-inner.hovered,.next-checkbox-wrapper.checked.focused>.next-checkbox>.next-checkbox-inner:hover,.next-checkbox-wrapper.checked.focused>.next-checkbox>.next-checkbox-inner.hovered {
    border-color: #0000
}

.next-checkbox-wrapper.checked>.next-checkbox>.next-checkbox-inner>.next-icon,.next-checkbox-wrapper.checked.focused>.next-checkbox>.next-checkbox-inner>.next-icon {
    opacity: 1;
    transform: scale(1);
    margin-left: 0
}

.next-checkbox-wrapper.checked>.next-checkbox>.next-checkbox-inner>.next-icon:before,.next-checkbox-wrapper.checked>.next-checkbox>.next-checkbox-inner>.next-icon .next-icon-remote,.next-checkbox-wrapper.checked.focused>.next-checkbox>.next-checkbox-inner>.next-icon:before,.next-checkbox-wrapper.checked.focused>.next-checkbox>.next-checkbox-inner>.next-icon .next-icon-remote {
    width: 8px;
    font-size: 8px;
    line-height: inherit
}

@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
    .next-checkbox-wrapper.checked>.next-checkbox>.next-checkbox-inner>.next-icon,.next-checkbox-wrapper.checked.focused>.next-checkbox>.next-checkbox-inner>.next-icon {
        transform:scale(.5);
        margin-left: -4px;
        margin-right: -4px
    }

    .next-checkbox-wrapper.checked>.next-checkbox>.next-checkbox-inner>.next-icon:before,.next-checkbox-wrapper.checked.focused>.next-checkbox>.next-checkbox-inner>.next-icon:before {
        width: 16px;
        font-size: 16px
    }
}

.next-checkbox-wrapper.indeterminate>.next-checkbox>.next-checkbox-inner,.next-checkbox-wrapper.indeterminate.focused>.next-checkbox>.next-checkbox-inner {
    border-color: #0000;
    background-color: #5584ff
}

.next-checkbox-wrapper.indeterminate>.next-checkbox>.next-checkbox-inner:hover,.next-checkbox-wrapper.indeterminate>.next-checkbox>.next-checkbox-inner.hovered,.next-checkbox-wrapper.indeterminate.focused>.next-checkbox>.next-checkbox-inner:hover,.next-checkbox-wrapper.indeterminate.focused>.next-checkbox>.next-checkbox-inner.hovered {
    border-color: #0000
}

.next-checkbox-wrapper.indeterminate>.next-checkbox>.next-checkbox-inner>.next-icon,.next-checkbox-wrapper.indeterminate.focused>.next-checkbox>.next-checkbox-inner>.next-icon {
    opacity: 1;
    transform: scaleZ(1);
    margin-left: 0
}

.next-checkbox-wrapper.indeterminate>.next-checkbox>.next-checkbox-inner>.next-icon:before,.next-checkbox-wrapper.indeterminate>.next-checkbox>.next-checkbox-inner>.next-icon .next-icon-remote,.next-checkbox-wrapper.indeterminate.focused>.next-checkbox>.next-checkbox-inner>.next-icon:before,.next-checkbox-wrapper.indeterminate.focused>.next-checkbox>.next-checkbox-inner>.next-icon .next-icon-remote {
    width: 8px;
    font-size: 8px;
    line-height: inherit
}

@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
    .next-checkbox-wrapper.indeterminate>.next-checkbox>.next-checkbox-inner>.next-icon,.next-checkbox-wrapper.indeterminate.focused>.next-checkbox>.next-checkbox-inner>.next-icon {
        transform:scale(.5);
        margin-left: -4px;
        margin-right: -4px
    }

    .next-checkbox-wrapper.indeterminate>.next-checkbox>.next-checkbox-inner>.next-icon:before,.next-checkbox-wrapper.indeterminate.focused>.next-checkbox>.next-checkbox-inner>.next-icon:before {
        width: 16px;
        font-size: 16px
    }
}

.next-checkbox-wrapper:not(.disabled):hover>.next-checkbox>.next-checkbox-inner,.next-checkbox-wrapper.hovered>.next-checkbox>.next-checkbox-inner,.next-checkbox-wrapper.focused>.next-checkbox>.next-checkbox-inner {
    border-color: #5584ff;
    background-color: #dee8ff
}

.next-checkbox-wrapper:not(.disabled):hover .next-checkbox-label,.next-checkbox-wrapper.hovered .next-checkbox-label,.next-checkbox-wrapper.focused .next-checkbox-label {
    cursor: pointer
}

.next-checkbox-wrapper.indeterminate:not(.disabled):hover>.next-checkbox .next-checkbox-inner,.next-checkbox-wrapper.indeterminate:not(.disabled).hovered>.next-checkbox .next-checkbox-inner,.next-checkbox-wrapper.checked:not(.disabled):hover>.next-checkbox .next-checkbox-inner,.next-checkbox-wrapper.checked:not(.disabled).hovered>.next-checkbox .next-checkbox-inner {
    border-color: #0000;
    background-color: #F93600;
}

.next-checkbox-wrapper.indeterminate:not(.disabled):hover>.next-checkbox .next-checkbox-inner>.next-icon,.next-checkbox-wrapper.indeterminate:not(.disabled).hovered>.next-checkbox .next-checkbox-inner>.next-icon,.next-checkbox-wrapper.checked:not(.disabled):hover>.next-checkbox .next-checkbox-inner>.next-icon,.next-checkbox-wrapper.checked:not(.disabled).hovered>.next-checkbox .next-checkbox-inner>.next-icon {
    color: #fff;
    opacity: 1
}

.next-checkbox-wrapper.disabled input[type=checkbox] {
    cursor: not-allowed
}

.next-checkbox-wrapper.disabled .next-checkbox-inner,.next-checkbox-wrapper.disabled.checked .next-checkbox-inner,.next-checkbox-wrapper.disabled.indeterminate .next-checkbox-inner {
    border-color: #e6e7eb;
    background: #F7F8FA
}

.next-checkbox-wrapper.disabled.checked .next-checkbox-inner:hover,.next-checkbox-wrapper.disabled.checked .next-checkbox-inner.hovered,.next-checkbox-wrapper.disabled.indeterminate .next-checkbox-inner:hover,.next-checkbox-wrapper.disabled.indeterminate .next-checkbox-inner.hovered {
    border-color: #e6e7eb
}

.next-checkbox-wrapper.disabled.checked .next-checkbox-inner>.next-icon,.next-checkbox-wrapper.disabled.indeterminate .next-checkbox-inner>.next-icon {
    color: #ccc;
    opacity: 1
}

.next-checkbox-wrapper.disabled.checked.focused .next-checkbox-inner {
    border-color: #e6e7eb;
    background: #F7F8FA
}

.next-checkbox-wrapper.disabled.checked.focused .next-checkbox-inner>.next-icon {
    color: #ccc;
    opacity: 1
}

.next-checkbox-wrapper.disabled .next-checkbox-label {
    color: #ccc;
    cursor: not-allowed
}

.next-checkbox-group .next-checkbox-wrapper {
    display: inline-block;
    margin-right: 12px
}

.next-checkbox-group .next-checkbox-wrapper:last-child {
    margin-right: 0
}

.next-checkbox-group-ver .next-checkbox-wrapper {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 8px
}

.next-checkbox-label {
    font-size: 12px;
    color: #333;
    vertical-align: middle;
    margin: 0 4px;
    line-height: 1
}

.next-input {
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-table;
    border-collapse: separate;
    font-size: 0;
    line-height: 1;
    width: 200px;
    border-spacing: 0;
    transition: all .1s linear;
    border: 1px solid #C4C6CF;
    background-color: #fff
}

.next-input *,.next-input *:before,.next-input *:after {
    box-sizing: border-box
}

.next-input input {
    height: 100%
}

.next-input input[type=reset],.next-input input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

.next-input input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.next-input input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    border-radius: 3px
}

.next-input input[type=password]::-ms-reveal {
    display: none
}

.next-input textarea {
    resize: none
}

.next-input input,.next-input textarea {
    width: 100%;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    font-weight: 400;
    vertical-align: middle;
    background-color: transparent;
    color: #333
}

.next-input input::-ms-clear,.next-input textarea::-ms-clear {
    display: none
}

.next-input.next-small {
    height: 20px;
    border-radius: 3px
}

.next-input.next-small .next-input-label {
    padding-left: 8px;
    font-size: 12px
}

.next-input.next-small .next-input-inner {
    font-size: 12px
}

.next-input.next-small .next-input-control,.next-input.next-small .next-input-inner-text {
    padding-right: 4px
}

.next-input.next-small input {
    height: 18px;
    line-height: 18px \fffd;
    padding: 0 4px;
    font-size: 12px
}

.next-input.next-small input::placeholder {
    font-size: 12px
}

.next-input.next-small .next-input-text-field {
    padding: 0 4px;
    font-size: 12px;
    height: 18px;
    line-height: 18px
}

.next-input.next-small .next-icon:before,.next-input.next-small .next-icon .next-icon-remote {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-input.next-small .next-input-control {
    border-radius: 0 3px 3px 0
}

.next-input.next-medium {
    height: 28px;
    border-radius: 3px
}

.next-input.next-medium .next-input-label {
    padding-left: 8px;
    font-size: 12px
}

.next-input.next-medium .next-input-inner {
    font-size: 12px
}

.next-input.next-medium .next-input-control,.next-input.next-medium .next-input-inner-text {
    padding-right: 8px
}

.next-input.next-medium input {
    height: 26px;
    line-height: 26px \fffd;
    padding: 0 8px;
    font-size: 12px
}

.next-input.next-medium input::placeholder {
    font-size: 12px
}

.next-input.next-medium .next-input-text-field {
    padding: 0 8px;
    font-size: 12px;
    height: 26px;
    line-height: 26px
}

.next-input.next-medium .next-icon:before,.next-input.next-medium .next-icon .next-icon-remote {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-input.next-medium .next-input-control {
    border-radius: 0 3px 3px 0
}

.next-input.next-large {
    height: 40px;
    border-radius: 3px
}

.next-input.next-large .next-input-label {
    padding-left: 12px;
    font-size: 16px
}

.next-input.next-large .next-input-inner {
    font-size: 16px
}

.next-input.next-large .next-input-control,.next-input.next-large .next-input-inner-text {
    padding-right: 8px
}

.next-input.next-large input {
    height: 38px;
    line-height: 38px \fffd;
    padding: 0 12px;
    font-size: 16px
}

.next-input.next-large input::placeholder {
    font-size: 16px
}

.next-input.next-large .next-input-text-field {
    padding: 0 12px;
    font-size: 16px;
    height: 38px;
    line-height: 38px
}

.next-input.next-large .next-icon:before,.next-input.next-large .next-icon .next-icon-remote {
    width: 16px;
    font-size: 16px;
    line-height: inherit
}

.next-input.next-large .next-input-control {
    border-radius: 0 3px 3px 0
}

.next-input.next-input-textarea {
    height: auto;
    border-radius: 3px;
    font-size: 0
}

.next-input.next-input-textarea textarea {
    color: #333;
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 3px
}

.next-input.next-input-textarea.next-small textarea {
    font-size: 12px
}

.next-input.next-input-textarea.next-large textarea {
    font-size: 16px
}

.next-input.next-input-textarea .next-input-control {
    display: block;
    width: auto;
    border-radius: 3px
}

.next-input.next-input-textarea .next-input-len {
    padding: 0 8px 4px;
    display: block;
    text-align: right;
    width: auto
}

.next-input-hint-wrap {
    color: #999;
    position: relative
}

.next-input-hint-wrap .next-input-clear {
    opacity: 0;
    z-index: 1;
    position: absolute
}

.next-input-hint-wrap .next-input-hint {
    opacity: 1
}

.next-input .next-input-clear-icon:hover,.next-input .next-icon-eye:hover,.next-input .next-icon-eye-close:hover {
    cursor: pointer;
    color: #666
}

.next-input .next-input-hover-show {
    opacity: 0
}

.next-input:hover,.next-input.next-focus {
    border-color: #a0a2ad;
    background-color: #fff
}

.next-input:hover .next-input-clear,.next-input.next-focus .next-input-clear {
    opacity: 1
}

.next-input:hover .next-input-clear+.next-input-hint,.next-input.next-focus .next-input-clear+.next-input-hint {
    opacity: 0
}

.next-input:hover .next-input-hover-show,.next-input.next-focus .next-input-hover-show {
    opacity: 1
}

.next-input .next-input-clear:focus {
    opacity: 1
}

.next-input .next-input-clear:focus+.next-input-hint {
    opacity: 0
}

.next-input.next-focus {
    border-color: #5584ff;
    background-color: #fff;
    box-shadow: 0 0 0 2px #5584ff33
}

.next-input.next-warning {
    border-color: #ff9300;
    background-color: #fff
}

.next-input.next-warning.next-focus,.next-input.next-warning:hover {
    border-color: #ff9300
}

.next-input.next-warning.next-focus {
    box-shadow: 0 0 0 2px #ff930033
}

.next-input.next-error {
    border-color: #ff3000;
    background-color: #fff
}

.next-input.next-error input,.next-input.next-error textarea {
    color: #333
}

.next-input.next-error.next-focus,.next-input.next-error:hover {
    border-color: #ff3000
}

.next-input.next-error.next-focus {
    box-shadow: 0 0 0 2px #ff300033
}

.next-input.next-hidden {
    display: none
}

.next-input.next-noborder {
    border: none;
    box-shadow: none
}

.next-input-control .next-input-len {
    font-size: 12px;
    line-height: 12px;
    color: #999;
    display: table-cell;
    width: 1px;
    vertical-align: bottom
}

.next-input-control .next-input-len.next-error {
    color: #ff3000
}

.next-input-control .next-input-len.next-warning {
    color: #ff9300
}

.next-input-control>* {
    display: table-cell;
    width: 1%;
    top: 0
}

.next-input-control>*:not(:last-child) {
    padding-right: 4px
}

.next-input-control .next-icon {
    transition: all .1s linear;
    color: #999
}

.next-input-control .next-input-warning-icon {
    color: #ff9300
}

.next-input-control .next-input-warning-icon:before {
    content: "\e60b"
}

.next-input-control .next-input-success-icon {
    color: #46bc15
}

.next-input-control .next-input-success-icon:before {
    content: "\e63a"
}

.next-input-control .next-input-loading-icon {
    color: #4494f9
}

.next-input-control .next-input-loading-icon:before {
    content: "\e646";
    animation: loadingCircle 1s infinite linear
}

.next-input-control .next-input-clear-icon:before {
    content: "\e623"
}

.next-input-label,.next-input-inner-text {
    color: #666
}

.next-input input::-moz-placeholder,.next-input textarea::-moz-placeholder {
    color: #999;
    opacity: 1
}

.next-input input:-ms-input-placeholder,.next-input textarea:-ms-input-placeholder {
    color: #999
}

.next-input input::-webkit-input-placeholder,.next-input textarea::-webkit-input-placeholder {
    color: #999
}

.next-input.next-disabled {
    color: #ccc;
    border-color: #e6e7eb;
    background-color: #f7f8fa;
    cursor: not-allowed
}

.next-input.next-disabled:hover {
    border-color: #e6e7eb;
    background-color: #f7f8fa
}

.next-input.next-disabled input,.next-input.next-disabled textarea {
    -webkit-text-fill-color: #ccc;
    color: #ccc
}

.next-input.next-disabled input::-moz-placeholder,.next-input.next-disabled textarea::-moz-placeholder {
    color: #ccc;
    opacity: 1
}

.next-input.next-disabled input:-ms-input-placeholder,.next-input.next-disabled textarea:-ms-input-placeholder {
    color: #ccc
}

.next-input.next-disabled input::-webkit-input-placeholder,.next-input.next-disabled textarea::-webkit-input-placeholder {
    color: #ccc
}

.next-input.next-disabled .next-input-label,.next-input.next-disabled .next-input-inner-text,.next-input.next-disabled .next-input-len,.next-input.next-disabled .next-input-hint-wrap {
    color: #ccc
}

.next-input.next-disabled .next-input-hint-wrap .next-input-clear {
    opacity: 0
}

.next-input.next-disabled .next-input-hint-wrap .next-input-hint {
    opacity: 1
}

.next-input.next-disabled .next-input-hint-wrap .next-input-clear-icon:hover {
    cursor: not-allowed;
    color: #ccc
}

.next-input.next-disabled .next-icon {
    color: #ccc
}

.next-input-inner,.next-input-control,.next-input-label {
    display: table-cell;
    width: 1px;
    vertical-align: middle;
    line-height: 1;
    background-color: transparent;
    white-space: nowrap
}

.next-input-group {
    box-sizing: border-box;
    display: inline-table;
    border-collapse: separate;
    border-spacing: 0;
    line-height: 0;
    width: 100%;
    overflow: hidden
}

.next-input-group *,.next-input-group *:before,.next-input-group *:after {
    box-sizing: border-box
}

.next-input-group-auto-width {
    width: 100%;
    border-radius: 0!important
}

.next-input-group>.next-input {
    border-radius: 0
}

.next-input-group>.next-input.next-focus,.next-input-group>.next-input:hover {
    position: relative;
    z-index: 1
}

.next-input-group>.next-input:first-child.next-small {
    border-top-left-radius: 3px!important;
    border-bottom-left-radius: 3px!important
}

.next-input-group>.next-input:first-child.next-medium {
    border-top-left-radius: 3px!important;
    border-bottom-left-radius: 3px!important
}

.next-input-group>.next-input:first-child.next-large {
    border-top-left-radius: 3px!important;
    border-bottom-left-radius: 3px!important
}

.next-input-group>.next-input:last-child.next-small {
    border-top-right-radius: 3px!important;
    border-bottom-right-radius: 3px!important
}

.next-input-group>.next-input:last-child.next-medium {
    border-top-right-radius: 3px!important;
    border-bottom-right-radius: 3px!important
}

.next-input-group>.next-input:last-child.next-large {
    border-top-right-radius: 3px!important;
    border-bottom-right-radius: 3px!important
}

.next-input-group-addon {
    width: 1px;
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap
}

.next-input-group-addon:first-child {
    border-bottom-right-radius: 0!important;
    border-top-right-radius: 0!important
}

.next-input-group-addon:first-child>* {
    margin-right: -1px;
    border-bottom-right-radius: 0!important;
    border-top-right-radius: 0!important
}

.next-input-group-addon:first-child>*.next-focus {
    position: relative;
    z-index: 1
}

.next-input-group-addon:first-child>*>.next-input {
    border-bottom-right-radius: 0!important;
    border-top-right-radius: 0!important
}

.next-input-group-addon:first-child>*>.next-input.next-focus {
    position: relative;
    z-index: 1
}

.next-input-group-addon:last-child {
    border-bottom-left-radius: 0!important;
    border-top-left-radius: 0!important
}

.next-input-group-addon:last-child>* {
    margin-left: -1px;
    border-bottom-left-radius: 0!important;
    border-top-left-radius: 0!important
}

.next-input-group-addon:last-child>*>.next-input {
    border-bottom-left-radius: 0!important;
    border-top-left-radius: 0!important
}

.next-input-group-text {
    color: #999;
    background-color: #f2f3f7;
    text-align: center;
    border: 1px solid #C4C6CF;
    padding: 0 8px
}

.next-input-group-text:first-child {
    border-right-width: 0
}

.next-input-group-text:last-child {
    border-left-width: 0
}

.next-input-group-text.next-disabled {
    color: #ccc;
    border-color: #e6e7eb;
    background-color: #f7f8fa;
    cursor: not-allowed
}

.next-input-group-text.next-disabled:hover {
    border-color: #e6e7eb;
    background-color: #f7f8fa
}

.next-input-group-text.next-small,.next-input-group-text.next-medium {
    font-size: 12px;
    border-radius: 3px
}

.next-input-group-text.next-large {
    font-size: 16px;
    border-radius: 3px
}

.next-input[dir=rtl].next-small .next-input-label {
    padding-left: 0;
    padding-right: 8px
}

.next-input[dir=rtl].next-small .next-input-control {
    padding-right: 0;
    padding-left: 4px
}

.next-input[dir=rtl].next-medium .next-input-label {
    padding-left: 0;
    padding-right: 8px
}

.next-input[dir=rtl].next-medium .next-input-control {
    padding-right: 0;
    padding-left: 8px
}

.next-input[dir=rtl].next-large .next-input-label {
    padding-left: 0;
    padding-right: 12px
}

.next-input[dir=rtl].next-large .next-input-control {
    padding-right: 0;
    padding-left: 8px
}

.next-input[dir=rtl].next-input-textarea .next-input-len {
    text-align: left
}

.next-input[dir=rtl] .next-input-control>*:not(:last-child) {
    padding-left: 4px;
    padding-right: 0
}

.next-input-group[dir=rtl]>.next-input:first-child.next-small {
    border-radius: 0 3px 3px 0!important
}

.next-input-group[dir=rtl]>.next-input:first-child.next-medium {
    border-radius: 0 3px 3px 0!important
}

.next-input-group[dir=rtl]>.next-input:first-child.next-large {
    border-radius: 0 3px 3px 0!important
}

.next-input-group[dir=rtl]>.next-input:last-child.next-small {
    border-radius: 3px 0 0 3px!important
}

.next-input-group[dir=rtl]>.next-input:last-child.next-medium {
    border-radius: 3px 0 0 3px!important
}

.next-input-group[dir=rtl]>.next-input:last-child.next-large {
    border-radius: 3px 0 0 3px!important
}

.next-input-group[dir=rtl] .next-input-group-addon:first-child,.next-input-group[dir=rtl] .next-input-group-addon:first-child>.next-input,.next-input-group[dir=rtl] .next-input-group-addon:first-child>*>.next-input {
    border-bottom-left-radius: 0!important;
    border-top-left-radius: 0!important
}

.next-input-group[dir=rtl] .next-input-group-addon:first-child.next-small,.next-input-group[dir=rtl] .next-input-group-addon:first-child>.next-input.next-small,.next-input-group[dir=rtl] .next-input-group-addon:first-child>*>.next-input.next-small {
    border-bottom-right-radius: 3px!important;
    border-top-right-radius: 3px!important
}

.next-input-group[dir=rtl] .next-input-group-addon:first-child.next-medium,.next-input-group[dir=rtl] .next-input-group-addon:first-child>.next-input.next-medium,.next-input-group[dir=rtl] .next-input-group-addon:first-child>*>.next-input.next-medium {
    border-bottom-right-radius: 3px!important;
    border-top-right-radius: 3px!important
}

.next-input-group[dir=rtl] .next-input-group-addon:first-child.next-large,.next-input-group[dir=rtl] .next-input-group-addon:first-child>.next-input.next-large,.next-input-group[dir=rtl] .next-input-group-addon:first-child>*>.next-input.next-large {
    border-bottom-right-radius: 3px!important;
    border-top-right-radius: 3px!important
}

.next-input-group[dir=rtl] .next-input-group-addon:first-child>* {
    margin-left: -1px;
    border-bottom-left-radius: 0!important;
    border-top-left-radius: 0!important
}

.next-input-group[dir=rtl] .next-input-group-addon:last-child,.next-input-group[dir=rtl] .next-input-group-addon:last-child>.next-input,.next-input-group[dir=rtl] .next-input-group-addon:last-child>*>.next-input {
    border-bottom-right-radius: 0!important;
    border-top-right-radius: 0!important
}

.next-input-group[dir=rtl] .next-input-group-addon:last-child.next-small,.next-input-group[dir=rtl] .next-input-group-addon:last-child>.next-input.next-small,.next-input-group[dir=rtl] .next-input-group-addon:last-child>*>.next-input.next-small {
    border-bottom-left-radius: 3px!important;
    border-top-left-radius: 3px!important
}

.next-input-group[dir=rtl] .next-input-group-addon:last-child.next-medium,.next-input-group[dir=rtl] .next-input-group-addon:last-child>.next-input.next-medium,.next-input-group[dir=rtl] .next-input-group-addon:last-child>*>.next-input.next-medium {
    border-bottom-left-radius: 3px!important;
    border-top-left-radius: 3px!important
}

.next-input-group[dir=rtl] .next-input-group-addon:last-child.next-large,.next-input-group[dir=rtl] .next-input-group-addon:last-child>.next-input.next-large,.next-input-group[dir=rtl] .next-input-group-addon:last-child>*>.next-input.next-large {
    border-bottom-left-radius: 3px!important;
    border-top-left-radius: 3px!important
}

.next-input-group[dir=rtl] .next-input-group-addon:last-child>* {
    margin-right: -1px;
    border-bottom-right-radius: 0!important;
    border-top-right-radius: 0!important
}

.next-input-group[dir=rtl] .next-input-group-text:first-child {
    border-right-width: 1px;
    border-left: 0
}

.next-input-group[dir=rtl] .next-input-group-text:last-child {
    border-left-width: 1px;
    border-right: 0
}

.next-row {
    box-sizing: border-box;
    display: flex
}

.next-row *,.next-row *:before,.next-row *:after {
    box-sizing: border-box
}

.next-row.next-row-wrap {
    flex-wrap: wrap
}

@media (min-width: 320px) {
    .next-row.next-row-fixed {
        width:320px
    }
}

@media (min-width: 480px) {
    .next-row.next-row-fixed {
        width:480px
    }
}

@media (min-width: 720px) {
    .next-row.next-row-fixed {
        width:720px
    }
}

@media (min-width: 990px) {
    .next-row.next-row-fixed {
        width:990px
    }
}

@media (min-width: 1200px) {
    .next-row.next-row-fixed {
        width:1200px
    }
}

@media (min-width: 1500px) {
    .next-row.next-row-fixed {
        width:1500px
    }
}

.next-row.next-row-fixed-xxs {
    width: 320px
}

.next-row.next-row-fixed-xs {
    width: 480px
}

.next-row.next-row-fixed-s {
    width: 720px
}

.next-row.next-row-fixed-m {
    width: 990px
}

.next-row.next-row-fixed-l {
    width: 1200px
}

.next-row.next-row-fixed-xl {
    width: 1500px
}

.next-row.next-row-justify-start {
    justify-content: flex-start
}

.next-row.next-row-justify-end {
    justify-content: flex-end
}

.next-row.next-row-justify-center {
    justify-content: center
}

.next-row.next-row-justify-space-between {
    justify-content: space-between
}

.next-row.next-row-justify-space-around {
    justify-content: space-around
}

.next-row.next-row-align-top {
    align-items: flex-start
}

.next-row.next-row-align-bottom {
    align-items: flex-end
}

.next-row.next-row-align-center {
    align-items: center
}

.next-row.next-row-align-baseline {
    align-items: baseline
}

.next-row.next-row-align-stretch {
    align-items: stretch
}

.next-col {
    flex: 1
}

.next-col.next-col-top {
    align-self: flex-start
}

.next-col.next-col-bottom {
    align-self: flex-end
}

.next-col.next-col-center {
    align-self: center
}

@media all and (min-width: 0\fffd) and (min-resolution: .001dpcm) {
    .next-row {
        display:table;
        width: 100%
    }

    .next-col {
        display: table-cell;
        vertical-align: top
    }
}

.next-col-1 {
    flex: 0 0 4.16667%;
    width: 4.16667%;
    max-width: 4.16667%
}

.next-col-2 {
    flex: 0 0 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%
}

.next-col-3 {
    flex: 0 0 12.5%;
    width: 12.5%;
    max-width: 12.5%
}

.next-col-4 {
    flex: 0 0 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%
}

.next-col-5 {
    flex: 0 0 20.83333%;
    width: 20.83333%;
    max-width: 20.83333%
}

.next-col-6 {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%
}

.next-col-7 {
    flex: 0 0 29.16667%;
    width: 29.16667%;
    max-width: 29.16667%
}

.next-col-8 {
    flex: 0 0 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%
}

.next-col-9 {
    flex: 0 0 37.5%;
    width: 37.5%;
    max-width: 37.5%
}

.next-col-10 {
    flex: 0 0 41.66667%;
    width: 41.66667%;
    max-width: 41.66667%
}

.next-col-11 {
    flex: 0 0 45.83333%;
    width: 45.83333%;
    max-width: 45.83333%
}

.next-col-12 {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%
}

.next-col-13 {
    flex: 0 0 54.16667%;
    width: 54.16667%;
    max-width: 54.16667%
}

.next-col-14 {
    flex: 0 0 58.33333%;
    width: 58.33333%;
    max-width: 58.33333%
}

.next-col-15 {
    flex: 0 0 62.5%;
    width: 62.5%;
    max-width: 62.5%
}

.next-col-16 {
    flex: 0 0 66.66667%;
    width: 66.66667%;
    max-width: 66.66667%
}

.next-col-17 {
    flex: 0 0 70.83333%;
    width: 70.83333%;
    max-width: 70.83333%
}

.next-col-18 {
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%
}

.next-col-19 {
    flex: 0 0 79.16667%;
    width: 79.16667%;
    max-width: 79.16667%
}

.next-col-20 {
    flex: 0 0 83.33333%;
    width: 83.33333%;
    max-width: 83.33333%
}

.next-col-21 {
    flex: 0 0 87.5%;
    width: 87.5%;
    max-width: 87.5%
}

.next-col-22 {
    flex: 0 0 91.66667%;
    width: 91.66667%;
    max-width: 91.66667%
}

.next-col-23 {
    flex: 0 0 95.83333%;
    width: 95.83333%;
    max-width: 95.83333%
}

.next-col-24 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%
}

@media (min-width: 320px) {
    .next-col-xxs-1 {
        flex:0 0 4.16667%;
        width: 4.16667%;
        max-width: 4.16667%
    }

    .next-col-xxs-2 {
        flex: 0 0 8.33333%;
        width: 8.33333%;
        max-width: 8.33333%
    }

    .next-col-xxs-3 {
        flex: 0 0 12.5%;
        width: 12.5%;
        max-width: 12.5%
    }

    .next-col-xxs-4 {
        flex: 0 0 16.66667%;
        width: 16.66667%;
        max-width: 16.66667%
    }

    .next-col-xxs-5 {
        flex: 0 0 20.83333%;
        width: 20.83333%;
        max-width: 20.83333%
    }

    .next-col-xxs-6 {
        flex: 0 0 25%;
        width: 25%;
        max-width: 25%
    }

    .next-col-xxs-7 {
        flex: 0 0 29.16667%;
        width: 29.16667%;
        max-width: 29.16667%
    }

    .next-col-xxs-8 {
        flex: 0 0 33.33333%;
        width: 33.33333%;
        max-width: 33.33333%
    }

    .next-col-xxs-9 {
        flex: 0 0 37.5%;
        width: 37.5%;
        max-width: 37.5%
    }

    .next-col-xxs-10 {
        flex: 0 0 41.66667%;
        width: 41.66667%;
        max-width: 41.66667%
    }

    .next-col-xxs-11 {
        flex: 0 0 45.83333%;
        width: 45.83333%;
        max-width: 45.83333%
    }

    .next-col-xxs-12 {
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%
    }

    .next-col-xxs-13 {
        flex: 0 0 54.16667%;
        width: 54.16667%;
        max-width: 54.16667%
    }

    .next-col-xxs-14 {
        flex: 0 0 58.33333%;
        width: 58.33333%;
        max-width: 58.33333%
    }

    .next-col-xxs-15 {
        flex: 0 0 62.5%;
        width: 62.5%;
        max-width: 62.5%
    }

    .next-col-xxs-16 {
        flex: 0 0 66.66667%;
        width: 66.66667%;
        max-width: 66.66667%
    }

    .next-col-xxs-17 {
        flex: 0 0 70.83333%;
        width: 70.83333%;
        max-width: 70.83333%
    }

    .next-col-xxs-18 {
        flex: 0 0 75%;
        width: 75%;
        max-width: 75%
    }

    .next-col-xxs-19 {
        flex: 0 0 79.16667%;
        width: 79.16667%;
        max-width: 79.16667%
    }

    .next-col-xxs-20 {
        flex: 0 0 83.33333%;
        width: 83.33333%;
        max-width: 83.33333%
    }

    .next-col-xxs-21 {
        flex: 0 0 87.5%;
        width: 87.5%;
        max-width: 87.5%
    }

    .next-col-xxs-22 {
        flex: 0 0 91.66667%;
        width: 91.66667%;
        max-width: 91.66667%
    }

    .next-col-xxs-23 {
        flex: 0 0 95.83333%;
        width: 95.83333%;
        max-width: 95.83333%
    }

    .next-col-xxs-24 {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%
    }
}

@media (min-width: 480px) {
    .next-col-xs-1 {
        flex:0 0 4.16667%;
        width: 4.16667%;
        max-width: 4.16667%
    }

    .next-col-xs-2 {
        flex: 0 0 8.33333%;
        width: 8.33333%;
        max-width: 8.33333%
    }

    .next-col-xs-3 {
        flex: 0 0 12.5%;
        width: 12.5%;
        max-width: 12.5%
    }

    .next-col-xs-4 {
        flex: 0 0 16.66667%;
        width: 16.66667%;
        max-width: 16.66667%
    }

    .next-col-xs-5 {
        flex: 0 0 20.83333%;
        width: 20.83333%;
        max-width: 20.83333%
    }

    .next-col-xs-6 {
        flex: 0 0 25%;
        width: 25%;
        max-width: 25%
    }

    .next-col-xs-7 {
        flex: 0 0 29.16667%;
        width: 29.16667%;
        max-width: 29.16667%
    }

    .next-col-xs-8 {
        flex: 0 0 33.33333%;
        width: 33.33333%;
        max-width: 33.33333%
    }

    .next-col-xs-9 {
        flex: 0 0 37.5%;
        width: 37.5%;
        max-width: 37.5%
    }

    .next-col-xs-10 {
        flex: 0 0 41.66667%;
        width: 41.66667%;
        max-width: 41.66667%
    }

    .next-col-xs-11 {
        flex: 0 0 45.83333%;
        width: 45.83333%;
        max-width: 45.83333%
    }

    .next-col-xs-12 {
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%
    }

    .next-col-xs-13 {
        flex: 0 0 54.16667%;
        width: 54.16667%;
        max-width: 54.16667%
    }

    .next-col-xs-14 {
        flex: 0 0 58.33333%;
        width: 58.33333%;
        max-width: 58.33333%
    }

    .next-col-xs-15 {
        flex: 0 0 62.5%;
        width: 62.5%;
        max-width: 62.5%
    }

    .next-col-xs-16 {
        flex: 0 0 66.66667%;
        width: 66.66667%;
        max-width: 66.66667%
    }

    .next-col-xs-17 {
        flex: 0 0 70.83333%;
        width: 70.83333%;
        max-width: 70.83333%
    }

    .next-col-xs-18 {
        flex: 0 0 75%;
        width: 75%;
        max-width: 75%
    }

    .next-col-xs-19 {
        flex: 0 0 79.16667%;
        width: 79.16667%;
        max-width: 79.16667%
    }

    .next-col-xs-20 {
        flex: 0 0 83.33333%;
        width: 83.33333%;
        max-width: 83.33333%
    }

    .next-col-xs-21 {
        flex: 0 0 87.5%;
        width: 87.5%;
        max-width: 87.5%
    }

    .next-col-xs-22 {
        flex: 0 0 91.66667%;
        width: 91.66667%;
        max-width: 91.66667%
    }

    .next-col-xs-23 {
        flex: 0 0 95.83333%;
        width: 95.83333%;
        max-width: 95.83333%
    }

    .next-col-xs-24 {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%
    }
}

@media (min-width: 720px) {
    .next-col-s-1 {
        flex:0 0 4.16667%;
        width: 4.16667%;
        max-width: 4.16667%
    }

    .next-col-s-2 {
        flex: 0 0 8.33333%;
        width: 8.33333%;
        max-width: 8.33333%
    }

    .next-col-s-3 {
        flex: 0 0 12.5%;
        width: 12.5%;
        max-width: 12.5%
    }

    .next-col-s-4 {
        flex: 0 0 16.66667%;
        width: 16.66667%;
        max-width: 16.66667%
    }

    .next-col-s-5 {
        flex: 0 0 20.83333%;
        width: 20.83333%;
        max-width: 20.83333%
    }

    .next-col-s-6 {
        flex: 0 0 25%;
        width: 25%;
        max-width: 25%
    }

    .next-col-s-7 {
        flex: 0 0 29.16667%;
        width: 29.16667%;
        max-width: 29.16667%
    }

    .next-col-s-8 {
        flex: 0 0 33.33333%;
        width: 33.33333%;
        max-width: 33.33333%
    }

    .next-col-s-9 {
        flex: 0 0 37.5%;
        width: 37.5%;
        max-width: 37.5%
    }

    .next-col-s-10 {
        flex: 0 0 41.66667%;
        width: 41.66667%;
        max-width: 41.66667%
    }

    .next-col-s-11 {
        flex: 0 0 45.83333%;
        width: 45.83333%;
        max-width: 45.83333%
    }

    .next-col-s-12 {
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%
    }

    .next-col-s-13 {
        flex: 0 0 54.16667%;
        width: 54.16667%;
        max-width: 54.16667%
    }

    .next-col-s-14 {
        flex: 0 0 58.33333%;
        width: 58.33333%;
        max-width: 58.33333%
    }

    .next-col-s-15 {
        flex: 0 0 62.5%;
        width: 62.5%;
        max-width: 62.5%
    }

    .next-col-s-16 {
        flex: 0 0 66.66667%;
        width: 66.66667%;
        max-width: 66.66667%
    }

    .next-col-s-17 {
        flex: 0 0 70.83333%;
        width: 70.83333%;
        max-width: 70.83333%
    }

    .next-col-s-18 {
        flex: 0 0 75%;
        width: 75%;
        max-width: 75%
    }

    .next-col-s-19 {
        flex: 0 0 79.16667%;
        width: 79.16667%;
        max-width: 79.16667%
    }

    .next-col-s-20 {
        flex: 0 0 83.33333%;
        width: 83.33333%;
        max-width: 83.33333%
    }

    .next-col-s-21 {
        flex: 0 0 87.5%;
        width: 87.5%;
        max-width: 87.5%
    }

    .next-col-s-22 {
        flex: 0 0 91.66667%;
        width: 91.66667%;
        max-width: 91.66667%
    }

    .next-col-s-23 {
        flex: 0 0 95.83333%;
        width: 95.83333%;
        max-width: 95.83333%
    }

    .next-col-s-24 {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%
    }
}

@media (min-width: 990px) {
    .next-col-m-1 {
        flex:0 0 4.16667%;
        width: 4.16667%;
        max-width: 4.16667%
    }

    .next-col-m-2 {
        flex: 0 0 8.33333%;
        width: 8.33333%;
        max-width: 8.33333%
    }

    .next-col-m-3 {
        flex: 0 0 12.5%;
        width: 12.5%;
        max-width: 12.5%
    }

    .next-col-m-4 {
        flex: 0 0 16.66667%;
        width: 16.66667%;
        max-width: 16.66667%
    }

    .next-col-m-5 {
        flex: 0 0 20.83333%;
        width: 20.83333%;
        max-width: 20.83333%
    }

    .next-col-m-6 {
        flex: 0 0 25%;
        width: 25%;
        max-width: 25%
    }

    .next-col-m-7 {
        flex: 0 0 29.16667%;
        width: 29.16667%;
        max-width: 29.16667%
    }

    .next-col-m-8 {
        flex: 0 0 33.33333%;
        width: 33.33333%;
        max-width: 33.33333%
    }

    .next-col-m-9 {
        flex: 0 0 37.5%;
        width: 37.5%;
        max-width: 37.5%
    }

    .next-col-m-10 {
        flex: 0 0 41.66667%;
        width: 41.66667%;
        max-width: 41.66667%
    }

    .next-col-m-11 {
        flex: 0 0 45.83333%;
        width: 45.83333%;
        max-width: 45.83333%
    }

    .next-col-m-12 {
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%
    }

    .next-col-m-13 {
        flex: 0 0 54.16667%;
        width: 54.16667%;
        max-width: 54.16667%
    }

    .next-col-m-14 {
        flex: 0 0 58.33333%;
        width: 58.33333%;
        max-width: 58.33333%
    }

    .next-col-m-15 {
        flex: 0 0 62.5%;
        width: 62.5%;
        max-width: 62.5%
    }

    .next-col-m-16 {
        flex: 0 0 66.66667%;
        width: 66.66667%;
        max-width: 66.66667%
    }

    .next-col-m-17 {
        flex: 0 0 70.83333%;
        width: 70.83333%;
        max-width: 70.83333%
    }

    .next-col-m-18 {
        flex: 0 0 75%;
        width: 75%;
        max-width: 75%
    }

    .next-col-m-19 {
        flex: 0 0 79.16667%;
        width: 79.16667%;
        max-width: 79.16667%
    }

    .next-col-m-20 {
        flex: 0 0 83.33333%;
        width: 83.33333%;
        max-width: 83.33333%
    }

    .next-col-m-21 {
        flex: 0 0 87.5%;
        width: 87.5%;
        max-width: 87.5%
    }

    .next-col-m-22 {
        flex: 0 0 91.66667%;
        width: 91.66667%;
        max-width: 91.66667%
    }

    .next-col-m-23 {
        flex: 0 0 95.83333%;
        width: 95.83333%;
        max-width: 95.83333%
    }

    .next-col-m-24 {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%
    }
}

@media (min-width: 1200px) {
    .next-col-l-1 {
        flex:0 0 4.16667%;
        width: 4.16667%;
        max-width: 4.16667%
    }

    .next-col-l-2 {
        flex: 0 0 8.33333%;
        width: 8.33333%;
        max-width: 8.33333%
    }

    .next-col-l-3 {
        flex: 0 0 12.5%;
        width: 12.5%;
        max-width: 12.5%
    }

    .next-col-l-4 {
        flex: 0 0 16.66667%;
        width: 16.66667%;
        max-width: 16.66667%
    }

    .next-col-l-5 {
        flex: 0 0 20.83333%;
        width: 20.83333%;
        max-width: 20.83333%
    }

    .next-col-l-6 {
        flex: 0 0 25%;
        width: 25%;
        max-width: 25%
    }

    .next-col-l-7 {
        flex: 0 0 29.16667%;
        width: 29.16667%;
        max-width: 29.16667%
    }

    .next-col-l-8 {
        flex: 0 0 33.33333%;
        width: 33.33333%;
        max-width: 33.33333%
    }

    .next-col-l-9 {
        flex: 0 0 37.5%;
        width: 37.5%;
        max-width: 37.5%
    }

    .next-col-l-10 {
        flex: 0 0 41.66667%;
        width: 41.66667%;
        max-width: 41.66667%
    }

    .next-col-l-11 {
        flex: 0 0 45.83333%;
        width: 45.83333%;
        max-width: 45.83333%
    }

    .next-col-l-12 {
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%
    }

    .next-col-l-13 {
        flex: 0 0 54.16667%;
        width: 54.16667%;
        max-width: 54.16667%
    }

    .next-col-l-14 {
        flex: 0 0 58.33333%;
        width: 58.33333%;
        max-width: 58.33333%
    }

    .next-col-l-15 {
        flex: 0 0 62.5%;
        width: 62.5%;
        max-width: 62.5%
    }

    .next-col-l-16 {
        flex: 0 0 66.66667%;
        width: 66.66667%;
        max-width: 66.66667%
    }

    .next-col-l-17 {
        flex: 0 0 70.83333%;
        width: 70.83333%;
        max-width: 70.83333%
    }

    .next-col-l-18 {
        flex: 0 0 75%;
        width: 75%;
        max-width: 75%
    }

    .next-col-l-19 {
        flex: 0 0 79.16667%;
        width: 79.16667%;
        max-width: 79.16667%
    }

    .next-col-l-20 {
        flex: 0 0 83.33333%;
        width: 83.33333%;
        max-width: 83.33333%
    }

    .next-col-l-21 {
        flex: 0 0 87.5%;
        width: 87.5%;
        max-width: 87.5%
    }

    .next-col-l-22 {
        flex: 0 0 91.66667%;
        width: 91.66667%;
        max-width: 91.66667%
    }

    .next-col-l-23 {
        flex: 0 0 95.83333%;
        width: 95.83333%;
        max-width: 95.83333%
    }

    .next-col-l-24 {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%
    }
}

@media (min-width: 1500px) {
    .next-col-xl-1 {
        flex:0 0 4.16667%;
        width: 4.16667%;
        max-width: 4.16667%
    }

    .next-col-xl-2 {
        flex: 0 0 8.33333%;
        width: 8.33333%;
        max-width: 8.33333%
    }

    .next-col-xl-3 {
        flex: 0 0 12.5%;
        width: 12.5%;
        max-width: 12.5%
    }

    .next-col-xl-4 {
        flex: 0 0 16.66667%;
        width: 16.66667%;
        max-width: 16.66667%
    }

    .next-col-xl-5 {
        flex: 0 0 20.83333%;
        width: 20.83333%;
        max-width: 20.83333%
    }

    .next-col-xl-6 {
        flex: 0 0 25%;
        width: 25%;
        max-width: 25%
    }

    .next-col-xl-7 {
        flex: 0 0 29.16667%;
        width: 29.16667%;
        max-width: 29.16667%
    }

    .next-col-xl-8 {
        flex: 0 0 33.33333%;
        width: 33.33333%;
        max-width: 33.33333%
    }

    .next-col-xl-9 {
        flex: 0 0 37.5%;
        width: 37.5%;
        max-width: 37.5%
    }

    .next-col-xl-10 {
        flex: 0 0 41.66667%;
        width: 41.66667%;
        max-width: 41.66667%
    }

    .next-col-xl-11 {
        flex: 0 0 45.83333%;
        width: 45.83333%;
        max-width: 45.83333%
    }

    .next-col-xl-12 {
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%
    }

    .next-col-xl-13 {
        flex: 0 0 54.16667%;
        width: 54.16667%;
        max-width: 54.16667%
    }

    .next-col-xl-14 {
        flex: 0 0 58.33333%;
        width: 58.33333%;
        max-width: 58.33333%
    }

    .next-col-xl-15 {
        flex: 0 0 62.5%;
        width: 62.5%;
        max-width: 62.5%
    }

    .next-col-xl-16 {
        flex: 0 0 66.66667%;
        width: 66.66667%;
        max-width: 66.66667%
    }

    .next-col-xl-17 {
        flex: 0 0 70.83333%;
        width: 70.83333%;
        max-width: 70.83333%
    }

    .next-col-xl-18 {
        flex: 0 0 75%;
        width: 75%;
        max-width: 75%
    }

    .next-col-xl-19 {
        flex: 0 0 79.16667%;
        width: 79.16667%;
        max-width: 79.16667%
    }

    .next-col-xl-20 {
        flex: 0 0 83.33333%;
        width: 83.33333%;
        max-width: 83.33333%
    }

    .next-col-xl-21 {
        flex: 0 0 87.5%;
        width: 87.5%;
        max-width: 87.5%
    }

    .next-col-xl-22 {
        flex: 0 0 91.66667%;
        width: 91.66667%;
        max-width: 91.66667%
    }

    .next-col-xl-23 {
        flex: 0 0 95.83333%;
        width: 95.83333%;
        max-width: 95.83333%
    }

    .next-col-xl-24 {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%
    }
}

.next-col-1p5 {
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%
}

.next-col-2p5 {
    flex: 0 0 40%;
    width: 40%;
    max-width: 40%
}

.next-col-3p5 {
    flex: 0 0 60%;
    width: 60%;
    max-width: 60%
}

.next-col-4p5 {
    flex: 0 0 80%;
    width: 80%;
    max-width: 80%
}

.next-col-5p5 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%
}

@media (min-width: 320px) {
    .next-col-xxs-1p5 {
        flex:0 0 20%;
        width: 20%;
        max-width: 20%
    }

    .next-col-xxs-2p5 {
        flex: 0 0 40%;
        width: 40%;
        max-width: 40%
    }

    .next-col-xxs-3p5 {
        flex: 0 0 60%;
        width: 60%;
        max-width: 60%
    }

    .next-col-xxs-4p5 {
        flex: 0 0 80%;
        width: 80%;
        max-width: 80%
    }

    .next-col-xxs-5p5 {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%
    }
}

@media (min-width: 480px) {
    .next-col-xs-1p5 {
        flex:0 0 20%;
        width: 20%;
        max-width: 20%
    }

    .next-col-xs-2p5 {
        flex: 0 0 40%;
        width: 40%;
        max-width: 40%
    }

    .next-col-xs-3p5 {
        flex: 0 0 60%;
        width: 60%;
        max-width: 60%
    }

    .next-col-xs-4p5 {
        flex: 0 0 80%;
        width: 80%;
        max-width: 80%
    }

    .next-col-xs-5p5 {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%
    }
}

@media (min-width: 720px) {
    .next-col-s-1p5 {
        flex:0 0 20%;
        width: 20%;
        max-width: 20%
    }

    .next-col-s-2p5 {
        flex: 0 0 40%;
        width: 40%;
        max-width: 40%
    }

    .next-col-s-3p5 {
        flex: 0 0 60%;
        width: 60%;
        max-width: 60%
    }

    .next-col-s-4p5 {
        flex: 0 0 80%;
        width: 80%;
        max-width: 80%
    }

    .next-col-s-5p5 {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%
    }
}

@media (min-width: 990px) {
    .next-col-m-1p5 {
        flex:0 0 20%;
        width: 20%;
        max-width: 20%
    }

    .next-col-m-2p5 {
        flex: 0 0 40%;
        width: 40%;
        max-width: 40%
    }

    .next-col-m-3p5 {
        flex: 0 0 60%;
        width: 60%;
        max-width: 60%
    }

    .next-col-m-4p5 {
        flex: 0 0 80%;
        width: 80%;
        max-width: 80%
    }

    .next-col-m-5p5 {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%
    }
}

@media (min-width: 1200px) {
    .next-col-l-1p5 {
        flex:0 0 20%;
        width: 20%;
        max-width: 20%
    }

    .next-col-l-2p5 {
        flex: 0 0 40%;
        width: 40%;
        max-width: 40%
    }

    .next-col-l-3p5 {
        flex: 0 0 60%;
        width: 60%;
        max-width: 60%
    }

    .next-col-l-4p5 {
        flex: 0 0 80%;
        width: 80%;
        max-width: 80%
    }

    .next-col-l-5p5 {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%
    }
}

@media (min-width: 1500px) {
    .next-col-xl-1p5 {
        flex:0 0 20%;
        width: 20%;
        max-width: 20%
    }

    .next-col-xl-2p5 {
        flex: 0 0 40%;
        width: 40%;
        max-width: 40%
    }

    .next-col-xl-3p5 {
        flex: 0 0 60%;
        width: 60%;
        max-width: 60%
    }

    .next-col-xl-4p5 {
        flex: 0 0 80%;
        width: 80%;
        max-width: 80%
    }

    .next-col-xl-5p5 {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%
    }
}

.next-col-fixed-1 {
    flex: 0 0 20px;
    width: 20px;
    max-width: 20px
}

.next-col-fixed-2 {
    flex: 0 0 40px;
    width: 40px;
    max-width: 40px
}

.next-col-fixed-3 {
    flex: 0 0 60px;
    width: 60px;
    max-width: 60px
}

.next-col-fixed-4 {
    flex: 0 0 80px;
    width: 80px;
    max-width: 80px
}

.next-col-fixed-5 {
    flex: 0 0 100px;
    width: 100px;
    max-width: 100px
}

.next-col-fixed-6 {
    flex: 0 0 120px;
    width: 120px;
    max-width: 120px
}

.next-col-fixed-7 {
    flex: 0 0 140px;
    width: 140px;
    max-width: 140px
}

.next-col-fixed-8 {
    flex: 0 0 160px;
    width: 160px;
    max-width: 160px
}

.next-col-fixed-9 {
    flex: 0 0 180px;
    width: 180px;
    max-width: 180px
}

.next-col-fixed-10 {
    flex: 0 0 200px;
    width: 200px;
    max-width: 200px
}

.next-col-fixed-11 {
    flex: 0 0 220px;
    width: 220px;
    max-width: 220px
}

.next-col-fixed-12 {
    flex: 0 0 240px;
    width: 240px;
    max-width: 240px
}

.next-col-fixed-13 {
    flex: 0 0 260px;
    width: 260px;
    max-width: 260px
}

.next-col-fixed-14 {
    flex: 0 0 280px;
    width: 280px;
    max-width: 280px
}

.next-col-fixed-15 {
    flex: 0 0 300px;
    width: 300px;
    max-width: 300px
}

.next-col-fixed-16 {
    flex: 0 0 320px;
    width: 320px;
    max-width: 320px
}

.next-col-fixed-17 {
    flex: 0 0 340px;
    width: 340px;
    max-width: 340px
}

.next-col-fixed-18 {
    flex: 0 0 360px;
    width: 360px;
    max-width: 360px
}

.next-col-fixed-19 {
    flex: 0 0 380px;
    width: 380px;
    max-width: 380px
}

.next-col-fixed-20 {
    flex: 0 0 400px;
    width: 400px;
    max-width: 400px
}

.next-col-fixed-21 {
    flex: 0 0 420px;
    width: 420px;
    max-width: 420px
}

.next-col-fixed-22 {
    flex: 0 0 440px;
    width: 440px;
    max-width: 440px
}

.next-col-fixed-23 {
    flex: 0 0 460px;
    width: 460px;
    max-width: 460px
}

.next-col-fixed-24 {
    flex: 0 0 480px;
    width: 480px;
    max-width: 480px
}

.next-col-fixed-25 {
    flex: 0 0 500px;
    width: 500px;
    max-width: 500px
}

.next-col-fixed-26 {
    flex: 0 0 520px;
    width: 520px;
    max-width: 520px
}

.next-col-fixed-27 {
    flex: 0 0 540px;
    width: 540px;
    max-width: 540px
}

.next-col-fixed-28 {
    flex: 0 0 560px;
    width: 560px;
    max-width: 560px
}

.next-col-fixed-29 {
    flex: 0 0 580px;
    width: 580px;
    max-width: 580px
}

.next-col-fixed-30 {
    flex: 0 0 600px;
    width: 600px;
    max-width: 600px
}

.next-col-offset-1 {
    margin-left: 4.16667%
}

.next-col-offset-2 {
    margin-left: 8.33333%
}

.next-col-offset-3 {
    margin-left: 12.5%
}

.next-col-offset-4 {
    margin-left: 16.66667%
}

.next-col-offset-5 {
    margin-left: 20.83333%
}

.next-col-offset-6 {
    margin-left: 25%
}

.next-col-offset-7 {
    margin-left: 29.16667%
}

.next-col-offset-8 {
    margin-left: 33.33333%
}

.next-col-offset-9 {
    margin-left: 37.5%
}

.next-col-offset-10 {
    margin-left: 41.66667%
}

.next-col-offset-11 {
    margin-left: 45.83333%
}

.next-col-offset-12 {
    margin-left: 50%
}

.next-col-offset-13 {
    margin-left: 54.16667%
}

.next-col-offset-14 {
    margin-left: 58.33333%
}

.next-col-offset-15 {
    margin-left: 62.5%
}

.next-col-offset-16 {
    margin-left: 66.66667%
}

.next-col-offset-17 {
    margin-left: 70.83333%
}

.next-col-offset-18 {
    margin-left: 75%
}

.next-col-offset-19 {
    margin-left: 79.16667%
}

.next-col-offset-20 {
    margin-left: 83.33333%
}

.next-col-offset-21 {
    margin-left: 87.5%
}

.next-col-offset-22 {
    margin-left: 91.66667%
}

.next-col-offset-23 {
    margin-left: 95.83333%
}

.next-col-offset-24 {
    margin-left: 100%
}

@media (min-width: 320px) {
    .next-col-xxs-offset-1 {
        margin-left:4.16667%
    }

    .next-col-xxs-offset-2 {
        margin-left: 8.33333%
    }

    .next-col-xxs-offset-3 {
        margin-left: 12.5%
    }

    .next-col-xxs-offset-4 {
        margin-left: 16.66667%
    }

    .next-col-xxs-offset-5 {
        margin-left: 20.83333%
    }

    .next-col-xxs-offset-6 {
        margin-left: 25%
    }

    .next-col-xxs-offset-7 {
        margin-left: 29.16667%
    }

    .next-col-xxs-offset-8 {
        margin-left: 33.33333%
    }

    .next-col-xxs-offset-9 {
        margin-left: 37.5%
    }

    .next-col-xxs-offset-10 {
        margin-left: 41.66667%
    }

    .next-col-xxs-offset-11 {
        margin-left: 45.83333%
    }

    .next-col-xxs-offset-12 {
        margin-left: 50%
    }

    .next-col-xxs-offset-13 {
        margin-left: 54.16667%
    }

    .next-col-xxs-offset-14 {
        margin-left: 58.33333%
    }

    .next-col-xxs-offset-15 {
        margin-left: 62.5%
    }

    .next-col-xxs-offset-16 {
        margin-left: 66.66667%
    }

    .next-col-xxs-offset-17 {
        margin-left: 70.83333%
    }

    .next-col-xxs-offset-18 {
        margin-left: 75%
    }

    .next-col-xxs-offset-19 {
        margin-left: 79.16667%
    }

    .next-col-xxs-offset-20 {
        margin-left: 83.33333%
    }

    .next-col-xxs-offset-21 {
        margin-left: 87.5%
    }

    .next-col-xxs-offset-22 {
        margin-left: 91.66667%
    }

    .next-col-xxs-offset-23 {
        margin-left: 95.83333%
    }

    .next-col-xxs-offset-24 {
        margin-left: 100%
    }
}

@media (min-width: 480px) {
    .next-col-xs-offset-1 {
        margin-left:4.16667%
    }

    .next-col-xs-offset-2 {
        margin-left: 8.33333%
    }

    .next-col-xs-offset-3 {
        margin-left: 12.5%
    }

    .next-col-xs-offset-4 {
        margin-left: 16.66667%
    }

    .next-col-xs-offset-5 {
        margin-left: 20.83333%
    }

    .next-col-xs-offset-6 {
        margin-left: 25%
    }

    .next-col-xs-offset-7 {
        margin-left: 29.16667%
    }

    .next-col-xs-offset-8 {
        margin-left: 33.33333%
    }

    .next-col-xs-offset-9 {
        margin-left: 37.5%
    }

    .next-col-xs-offset-10 {
        margin-left: 41.66667%
    }

    .next-col-xs-offset-11 {
        margin-left: 45.83333%
    }

    .next-col-xs-offset-12 {
        margin-left: 50%
    }

    .next-col-xs-offset-13 {
        margin-left: 54.16667%
    }

    .next-col-xs-offset-14 {
        margin-left: 58.33333%
    }

    .next-col-xs-offset-15 {
        margin-left: 62.5%
    }

    .next-col-xs-offset-16 {
        margin-left: 66.66667%
    }

    .next-col-xs-offset-17 {
        margin-left: 70.83333%
    }

    .next-col-xs-offset-18 {
        margin-left: 75%
    }

    .next-col-xs-offset-19 {
        margin-left: 79.16667%
    }

    .next-col-xs-offset-20 {
        margin-left: 83.33333%
    }

    .next-col-xs-offset-21 {
        margin-left: 87.5%
    }

    .next-col-xs-offset-22 {
        margin-left: 91.66667%
    }

    .next-col-xs-offset-23 {
        margin-left: 95.83333%
    }

    .next-col-xs-offset-24 {
        margin-left: 100%
    }
}

@media (min-width: 720px) {
    .next-col-s-offset-1 {
        margin-left:4.16667%
    }

    .next-col-s-offset-2 {
        margin-left: 8.33333%
    }

    .next-col-s-offset-3 {
        margin-left: 12.5%
    }

    .next-col-s-offset-4 {
        margin-left: 16.66667%
    }

    .next-col-s-offset-5 {
        margin-left: 20.83333%
    }

    .next-col-s-offset-6 {
        margin-left: 25%
    }

    .next-col-s-offset-7 {
        margin-left: 29.16667%
    }

    .next-col-s-offset-8 {
        margin-left: 33.33333%
    }

    .next-col-s-offset-9 {
        margin-left: 37.5%
    }

    .next-col-s-offset-10 {
        margin-left: 41.66667%
    }

    .next-col-s-offset-11 {
        margin-left: 45.83333%
    }

    .next-col-s-offset-12 {
        margin-left: 50%
    }

    .next-col-s-offset-13 {
        margin-left: 54.16667%
    }

    .next-col-s-offset-14 {
        margin-left: 58.33333%
    }

    .next-col-s-offset-15 {
        margin-left: 62.5%
    }

    .next-col-s-offset-16 {
        margin-left: 66.66667%
    }

    .next-col-s-offset-17 {
        margin-left: 70.83333%
    }

    .next-col-s-offset-18 {
        margin-left: 75%
    }

    .next-col-s-offset-19 {
        margin-left: 79.16667%
    }

    .next-col-s-offset-20 {
        margin-left: 83.33333%
    }

    .next-col-s-offset-21 {
        margin-left: 87.5%
    }

    .next-col-s-offset-22 {
        margin-left: 91.66667%
    }

    .next-col-s-offset-23 {
        margin-left: 95.83333%
    }

    .next-col-s-offset-24 {
        margin-left: 100%
    }
}

@media (min-width: 990px) {
    .next-col-m-offset-1 {
        margin-left:4.16667%
    }

    .next-col-m-offset-2 {
        margin-left: 8.33333%
    }

    .next-col-m-offset-3 {
        margin-left: 12.5%
    }

    .next-col-m-offset-4 {
        margin-left: 16.66667%
    }

    .next-col-m-offset-5 {
        margin-left: 20.83333%
    }

    .next-col-m-offset-6 {
        margin-left: 25%
    }

    .next-col-m-offset-7 {
        margin-left: 29.16667%
    }

    .next-col-m-offset-8 {
        margin-left: 33.33333%
    }

    .next-col-m-offset-9 {
        margin-left: 37.5%
    }

    .next-col-m-offset-10 {
        margin-left: 41.66667%
    }

    .next-col-m-offset-11 {
        margin-left: 45.83333%
    }

    .next-col-m-offset-12 {
        margin-left: 50%
    }

    .next-col-m-offset-13 {
        margin-left: 54.16667%
    }

    .next-col-m-offset-14 {
        margin-left: 58.33333%
    }

    .next-col-m-offset-15 {
        margin-left: 62.5%
    }

    .next-col-m-offset-16 {
        margin-left: 66.66667%
    }

    .next-col-m-offset-17 {
        margin-left: 70.83333%
    }

    .next-col-m-offset-18 {
        margin-left: 75%
    }

    .next-col-m-offset-19 {
        margin-left: 79.16667%
    }

    .next-col-m-offset-20 {
        margin-left: 83.33333%
    }

    .next-col-m-offset-21 {
        margin-left: 87.5%
    }

    .next-col-m-offset-22 {
        margin-left: 91.66667%
    }

    .next-col-m-offset-23 {
        margin-left: 95.83333%
    }

    .next-col-m-offset-24 {
        margin-left: 100%
    }
}

@media (min-width: 1200px) {
    .next-col-l-offset-1 {
        margin-left:4.16667%
    }

    .next-col-l-offset-2 {
        margin-left: 8.33333%
    }

    .next-col-l-offset-3 {
        margin-left: 12.5%
    }

    .next-col-l-offset-4 {
        margin-left: 16.66667%
    }

    .next-col-l-offset-5 {
        margin-left: 20.83333%
    }

    .next-col-l-offset-6 {
        margin-left: 25%
    }

    .next-col-l-offset-7 {
        margin-left: 29.16667%
    }

    .next-col-l-offset-8 {
        margin-left: 33.33333%
    }

    .next-col-l-offset-9 {
        margin-left: 37.5%
    }

    .next-col-l-offset-10 {
        margin-left: 41.66667%
    }

    .next-col-l-offset-11 {
        margin-left: 45.83333%
    }

    .next-col-l-offset-12 {
        margin-left: 50%
    }

    .next-col-l-offset-13 {
        margin-left: 54.16667%
    }

    .next-col-l-offset-14 {
        margin-left: 58.33333%
    }

    .next-col-l-offset-15 {
        margin-left: 62.5%
    }

    .next-col-l-offset-16 {
        margin-left: 66.66667%
    }

    .next-col-l-offset-17 {
        margin-left: 70.83333%
    }

    .next-col-l-offset-18 {
        margin-left: 75%
    }

    .next-col-l-offset-19 {
        margin-left: 79.16667%
    }

    .next-col-l-offset-20 {
        margin-left: 83.33333%
    }

    .next-col-l-offset-21 {
        margin-left: 87.5%
    }

    .next-col-l-offset-22 {
        margin-left: 91.66667%
    }

    .next-col-l-offset-23 {
        margin-left: 95.83333%
    }

    .next-col-l-offset-24 {
        margin-left: 100%
    }
}

@media (min-width: 1500px) {
    .next-col-xl-offset-1 {
        margin-left:4.16667%
    }

    .next-col-xl-offset-2 {
        margin-left: 8.33333%
    }

    .next-col-xl-offset-3 {
        margin-left: 12.5%
    }

    .next-col-xl-offset-4 {
        margin-left: 16.66667%
    }

    .next-col-xl-offset-5 {
        margin-left: 20.83333%
    }

    .next-col-xl-offset-6 {
        margin-left: 25%
    }

    .next-col-xl-offset-7 {
        margin-left: 29.16667%
    }

    .next-col-xl-offset-8 {
        margin-left: 33.33333%
    }

    .next-col-xl-offset-9 {
        margin-left: 37.5%
    }

    .next-col-xl-offset-10 {
        margin-left: 41.66667%
    }

    .next-col-xl-offset-11 {
        margin-left: 45.83333%
    }

    .next-col-xl-offset-12 {
        margin-left: 50%
    }

    .next-col-xl-offset-13 {
        margin-left: 54.16667%
    }

    .next-col-xl-offset-14 {
        margin-left: 58.33333%
    }

    .next-col-xl-offset-15 {
        margin-left: 62.5%
    }

    .next-col-xl-offset-16 {
        margin-left: 66.66667%
    }

    .next-col-xl-offset-17 {
        margin-left: 70.83333%
    }

    .next-col-xl-offset-18 {
        margin-left: 75%
    }

    .next-col-xl-offset-19 {
        margin-left: 79.16667%
    }

    .next-col-xl-offset-20 {
        margin-left: 83.33333%
    }

    .next-col-xl-offset-21 {
        margin-left: 87.5%
    }

    .next-col-xl-offset-22 {
        margin-left: 91.66667%
    }

    .next-col-xl-offset-23 {
        margin-left: 95.83333%
    }

    .next-col-xl-offset-24 {
        margin-left: 100%
    }
}

.next-col-offset-fixed-1 {
    margin-left: 20px
}

.next-col-offset-fixed-2 {
    margin-left: 40px
}

.next-col-offset-fixed-3 {
    margin-left: 60px
}

.next-col-offset-fixed-4 {
    margin-left: 80px
}

.next-col-offset-fixed-5 {
    margin-left: 100px
}

.next-col-offset-fixed-6 {
    margin-left: 120px
}

.next-col-offset-fixed-7 {
    margin-left: 140px
}

.next-col-offset-fixed-8 {
    margin-left: 160px
}

.next-col-offset-fixed-9 {
    margin-left: 180px
}

.next-col-offset-fixed-10 {
    margin-left: 200px
}

.next-col-offset-fixed-11 {
    margin-left: 220px
}

.next-col-offset-fixed-12 {
    margin-left: 240px
}

.next-col-offset-fixed-13 {
    margin-left: 260px
}

.next-col-offset-fixed-14 {
    margin-left: 280px
}

.next-col-offset-fixed-15 {
    margin-left: 300px
}

.next-col-offset-fixed-16 {
    margin-left: 320px
}

.next-col-offset-fixed-17 {
    margin-left: 340px
}

.next-col-offset-fixed-18 {
    margin-left: 360px
}

.next-col-offset-fixed-19 {
    margin-left: 380px
}

.next-col-offset-fixed-20 {
    margin-left: 400px
}

.next-col-offset-fixed-21 {
    margin-left: 420px
}

.next-col-offset-fixed-22 {
    margin-left: 440px
}

.next-col-offset-fixed-23 {
    margin-left: 460px
}

.next-col-offset-fixed-24 {
    margin-left: 480px
}

.next-col-offset-fixed-25 {
    margin-left: 500px
}

.next-col-offset-fixed-26 {
    margin-left: 520px
}

.next-col-offset-fixed-27 {
    margin-left: 540px
}

.next-col-offset-fixed-28 {
    margin-left: 560px
}

.next-col-offset-fixed-29 {
    margin-left: 580px
}

.next-col-offset-fixed-30 {
    margin-left: 600px
}

.next-col-offset-fixed-xxs-1 {
    margin-left: 20px
}

.next-col-offset-fixed-xxs-2 {
    margin-left: 40px
}

.next-col-offset-fixed-xxs-3 {
    margin-left: 60px
}

.next-col-offset-fixed-xxs-4 {
    margin-left: 80px
}

.next-col-offset-fixed-xxs-5 {
    margin-left: 100px
}

.next-col-offset-fixed-xxs-6 {
    margin-left: 120px
}

.next-col-offset-fixed-xxs-7 {
    margin-left: 140px
}

.next-col-offset-fixed-xxs-8 {
    margin-left: 160px
}

.next-col-offset-fixed-xxs-9 {
    margin-left: 180px
}

.next-col-offset-fixed-xxs-10 {
    margin-left: 200px
}

.next-col-offset-fixed-xxs-11 {
    margin-left: 220px
}

.next-col-offset-fixed-xxs-12 {
    margin-left: 240px
}

.next-col-offset-fixed-xxs-13 {
    margin-left: 260px
}

.next-col-offset-fixed-xxs-14 {
    margin-left: 280px
}

.next-col-offset-fixed-xxs-15 {
    margin-left: 300px
}

.next-col-offset-fixed-xxs-16 {
    margin-left: 320px
}

.next-col-offset-fixed-xxs-17 {
    margin-left: 340px
}

.next-col-offset-fixed-xxs-18 {
    margin-left: 360px
}

.next-col-offset-fixed-xxs-19 {
    margin-left: 380px
}

.next-col-offset-fixed-xxs-20 {
    margin-left: 400px
}

.next-col-offset-fixed-xxs-21 {
    margin-left: 420px
}

.next-col-offset-fixed-xxs-22 {
    margin-left: 440px
}

.next-col-offset-fixed-xxs-23 {
    margin-left: 460px
}

.next-col-offset-fixed-xxs-24 {
    margin-left: 480px
}

.next-col-offset-fixed-xxs-25 {
    margin-left: 500px
}

.next-col-offset-fixed-xxs-26 {
    margin-left: 520px
}

.next-col-offset-fixed-xxs-27 {
    margin-left: 540px
}

.next-col-offset-fixed-xxs-28 {
    margin-left: 560px
}

.next-col-offset-fixed-xxs-29 {
    margin-left: 580px
}

.next-col-offset-fixed-xxs-30 {
    margin-left: 600px
}

.next-col-offset-fixed-xs-1 {
    margin-left: 20px
}

.next-col-offset-fixed-xs-2 {
    margin-left: 40px
}

.next-col-offset-fixed-xs-3 {
    margin-left: 60px
}

.next-col-offset-fixed-xs-4 {
    margin-left: 80px
}

.next-col-offset-fixed-xs-5 {
    margin-left: 100px
}

.next-col-offset-fixed-xs-6 {
    margin-left: 120px
}

.next-col-offset-fixed-xs-7 {
    margin-left: 140px
}

.next-col-offset-fixed-xs-8 {
    margin-left: 160px
}

.next-col-offset-fixed-xs-9 {
    margin-left: 180px
}

.next-col-offset-fixed-xs-10 {
    margin-left: 200px
}

.next-col-offset-fixed-xs-11 {
    margin-left: 220px
}

.next-col-offset-fixed-xs-12 {
    margin-left: 240px
}

.next-col-offset-fixed-xs-13 {
    margin-left: 260px
}

.next-col-offset-fixed-xs-14 {
    margin-left: 280px
}

.next-col-offset-fixed-xs-15 {
    margin-left: 300px
}

.next-col-offset-fixed-xs-16 {
    margin-left: 320px
}

.next-col-offset-fixed-xs-17 {
    margin-left: 340px
}

.next-col-offset-fixed-xs-18 {
    margin-left: 360px
}

.next-col-offset-fixed-xs-19 {
    margin-left: 380px
}

.next-col-offset-fixed-xs-20 {
    margin-left: 400px
}

.next-col-offset-fixed-xs-21 {
    margin-left: 420px
}

.next-col-offset-fixed-xs-22 {
    margin-left: 440px
}

.next-col-offset-fixed-xs-23 {
    margin-left: 460px
}

.next-col-offset-fixed-xs-24 {
    margin-left: 480px
}

.next-col-offset-fixed-xs-25 {
    margin-left: 500px
}

.next-col-offset-fixed-xs-26 {
    margin-left: 520px
}

.next-col-offset-fixed-xs-27 {
    margin-left: 540px
}

.next-col-offset-fixed-xs-28 {
    margin-left: 560px
}

.next-col-offset-fixed-xs-29 {
    margin-left: 580px
}

.next-col-offset-fixed-xs-30 {
    margin-left: 600px
}

.next-col-offset-fixed-s-1 {
    margin-left: 20px
}

.next-col-offset-fixed-s-2 {
    margin-left: 40px
}

.next-col-offset-fixed-s-3 {
    margin-left: 60px
}

.next-col-offset-fixed-s-4 {
    margin-left: 80px
}

.next-col-offset-fixed-s-5 {
    margin-left: 100px
}

.next-col-offset-fixed-s-6 {
    margin-left: 120px
}

.next-col-offset-fixed-s-7 {
    margin-left: 140px
}

.next-col-offset-fixed-s-8 {
    margin-left: 160px
}

.next-col-offset-fixed-s-9 {
    margin-left: 180px
}

.next-col-offset-fixed-s-10 {
    margin-left: 200px
}

.next-col-offset-fixed-s-11 {
    margin-left: 220px
}

.next-col-offset-fixed-s-12 {
    margin-left: 240px
}

.next-col-offset-fixed-s-13 {
    margin-left: 260px
}

.next-col-offset-fixed-s-14 {
    margin-left: 280px
}

.next-col-offset-fixed-s-15 {
    margin-left: 300px
}

.next-col-offset-fixed-s-16 {
    margin-left: 320px
}

.next-col-offset-fixed-s-17 {
    margin-left: 340px
}

.next-col-offset-fixed-s-18 {
    margin-left: 360px
}

.next-col-offset-fixed-s-19 {
    margin-left: 380px
}

.next-col-offset-fixed-s-20 {
    margin-left: 400px
}

.next-col-offset-fixed-s-21 {
    margin-left: 420px
}

.next-col-offset-fixed-s-22 {
    margin-left: 440px
}

.next-col-offset-fixed-s-23 {
    margin-left: 460px
}

.next-col-offset-fixed-s-24 {
    margin-left: 480px
}

.next-col-offset-fixed-s-25 {
    margin-left: 500px
}

.next-col-offset-fixed-s-26 {
    margin-left: 520px
}

.next-col-offset-fixed-s-27 {
    margin-left: 540px
}

.next-col-offset-fixed-s-28 {
    margin-left: 560px
}

.next-col-offset-fixed-s-29 {
    margin-left: 580px
}

.next-col-offset-fixed-s-30 {
    margin-left: 600px
}

.next-col-offset-fixed-m-1 {
    margin-left: 20px
}

.next-col-offset-fixed-m-2 {
    margin-left: 40px
}

.next-col-offset-fixed-m-3 {
    margin-left: 60px
}

.next-col-offset-fixed-m-4 {
    margin-left: 80px
}

.next-col-offset-fixed-m-5 {
    margin-left: 100px
}

.next-col-offset-fixed-m-6 {
    margin-left: 120px
}

.next-col-offset-fixed-m-7 {
    margin-left: 140px
}

.next-col-offset-fixed-m-8 {
    margin-left: 160px
}

.next-col-offset-fixed-m-9 {
    margin-left: 180px
}

.next-col-offset-fixed-m-10 {
    margin-left: 200px
}

.next-col-offset-fixed-m-11 {
    margin-left: 220px
}

.next-col-offset-fixed-m-12 {
    margin-left: 240px
}

.next-col-offset-fixed-m-13 {
    margin-left: 260px
}

.next-col-offset-fixed-m-14 {
    margin-left: 280px
}

.next-col-offset-fixed-m-15 {
    margin-left: 300px
}

.next-col-offset-fixed-m-16 {
    margin-left: 320px
}

.next-col-offset-fixed-m-17 {
    margin-left: 340px
}

.next-col-offset-fixed-m-18 {
    margin-left: 360px
}

.next-col-offset-fixed-m-19 {
    margin-left: 380px
}

.next-col-offset-fixed-m-20 {
    margin-left: 400px
}

.next-col-offset-fixed-m-21 {
    margin-left: 420px
}

.next-col-offset-fixed-m-22 {
    margin-left: 440px
}

.next-col-offset-fixed-m-23 {
    margin-left: 460px
}

.next-col-offset-fixed-m-24 {
    margin-left: 480px
}

.next-col-offset-fixed-m-25 {
    margin-left: 500px
}

.next-col-offset-fixed-m-26 {
    margin-left: 520px
}

.next-col-offset-fixed-m-27 {
    margin-left: 540px
}

.next-col-offset-fixed-m-28 {
    margin-left: 560px
}

.next-col-offset-fixed-m-29 {
    margin-left: 580px
}

.next-col-offset-fixed-m-30 {
    margin-left: 600px
}

.next-col-offset-fixed-l-1 {
    margin-left: 20px
}

.next-col-offset-fixed-l-2 {
    margin-left: 40px
}

.next-col-offset-fixed-l-3 {
    margin-left: 60px
}

.next-col-offset-fixed-l-4 {
    margin-left: 80px
}

.next-col-offset-fixed-l-5 {
    margin-left: 100px
}

.next-col-offset-fixed-l-6 {
    margin-left: 120px
}

.next-col-offset-fixed-l-7 {
    margin-left: 140px
}

.next-col-offset-fixed-l-8 {
    margin-left: 160px
}

.next-col-offset-fixed-l-9 {
    margin-left: 180px
}

.next-col-offset-fixed-l-10 {
    margin-left: 200px
}

.next-col-offset-fixed-l-11 {
    margin-left: 220px
}

.next-col-offset-fixed-l-12 {
    margin-left: 240px
}

.next-col-offset-fixed-l-13 {
    margin-left: 260px
}

.next-col-offset-fixed-l-14 {
    margin-left: 280px
}

.next-col-offset-fixed-l-15 {
    margin-left: 300px
}

.next-col-offset-fixed-l-16 {
    margin-left: 320px
}

.next-col-offset-fixed-l-17 {
    margin-left: 340px
}

.next-col-offset-fixed-l-18 {
    margin-left: 360px
}

.next-col-offset-fixed-l-19 {
    margin-left: 380px
}

.next-col-offset-fixed-l-20 {
    margin-left: 400px
}

.next-col-offset-fixed-l-21 {
    margin-left: 420px
}

.next-col-offset-fixed-l-22 {
    margin-left: 440px
}

.next-col-offset-fixed-l-23 {
    margin-left: 460px
}

.next-col-offset-fixed-l-24 {
    margin-left: 480px
}

.next-col-offset-fixed-l-25 {
    margin-left: 500px
}

.next-col-offset-fixed-l-26 {
    margin-left: 520px
}

.next-col-offset-fixed-l-27 {
    margin-left: 540px
}

.next-col-offset-fixed-l-28 {
    margin-left: 560px
}

.next-col-offset-fixed-l-29 {
    margin-left: 580px
}

.next-col-offset-fixed-l-30 {
    margin-left: 600px
}

.next-col-offset-fixed-xl-1 {
    margin-left: 20px
}

.next-col-offset-fixed-xl-2 {
    margin-left: 40px
}

.next-col-offset-fixed-xl-3 {
    margin-left: 60px
}

.next-col-offset-fixed-xl-4 {
    margin-left: 80px
}

.next-col-offset-fixed-xl-5 {
    margin-left: 100px
}

.next-col-offset-fixed-xl-6 {
    margin-left: 120px
}

.next-col-offset-fixed-xl-7 {
    margin-left: 140px
}

.next-col-offset-fixed-xl-8 {
    margin-left: 160px
}

.next-col-offset-fixed-xl-9 {
    margin-left: 180px
}

.next-col-offset-fixed-xl-10 {
    margin-left: 200px
}

.next-col-offset-fixed-xl-11 {
    margin-left: 220px
}

.next-col-offset-fixed-xl-12 {
    margin-left: 240px
}

.next-col-offset-fixed-xl-13 {
    margin-left: 260px
}

.next-col-offset-fixed-xl-14 {
    margin-left: 280px
}

.next-col-offset-fixed-xl-15 {
    margin-left: 300px
}

.next-col-offset-fixed-xl-16 {
    margin-left: 320px
}

.next-col-offset-fixed-xl-17 {
    margin-left: 340px
}

.next-col-offset-fixed-xl-18 {
    margin-left: 360px
}

.next-col-offset-fixed-xl-19 {
    margin-left: 380px
}

.next-col-offset-fixed-xl-20 {
    margin-left: 400px
}

.next-col-offset-fixed-xl-21 {
    margin-left: 420px
}

.next-col-offset-fixed-xl-22 {
    margin-left: 440px
}

.next-col-offset-fixed-xl-23 {
    margin-left: 460px
}

.next-col-offset-fixed-xl-24 {
    margin-left: 480px
}

.next-col-offset-fixed-xl-25 {
    margin-left: 500px
}

.next-col-offset-fixed-xl-26 {
    margin-left: 520px
}

.next-col-offset-fixed-xl-27 {
    margin-left: 540px
}

.next-col-offset-fixed-xl-28 {
    margin-left: 560px
}

.next-col-offset-fixed-xl-29 {
    margin-left: 580px
}

.next-col-offset-fixed-xl-30 {
    margin-left: 600px
}

.next-col.next-col-hidden {
    display: none
}

@media (min-width: 320px) and (max-width: 479px) {
    .next-col.next-col-xxs-hidden {
        display:none
    }
}

@media (min-width: 480px) and (max-width: 719px) {
    .next-col.next-col-xs-hidden {
        display:none
    }
}

@media (min-width: 720px) and (max-width: 989px) {
    .next-col.next-col-s-hidden {
        display:none
    }
}

@media (min-width: 990px) and (max-width: 1199px) {
    .next-col.next-col-m-hidden {
        display:none
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .next-col.next-col-l-hidden {
        display:none
    }
}

@media (min-width: 1500px) {
    .next-col.next-col-xl-hidden {
        display:none
    }
}

.next-row.next-row-hidden {
    display: none
}

@media (min-width: 320px) and (max-width: 479px) {
    .next-row.next-row-xxs-hidden {
        display:none
    }
}

@media (min-width: 480px) and (max-width: 719px) {
    .next-row.next-row-xs-hidden {
        display:none
    }
}

@media (min-width: 720px) and (max-width: 989px) {
    .next-row.next-row-s-hidden {
        display:none
    }
}

@media (min-width: 990px) and (max-width: 1199px) {
    .next-row.next-row-m-hidden {
        display:none
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .next-row.next-row-l-hidden {
        display:none
    }
}

@media (min-width: 1500px) {
    .next-row.next-row-xl-hidden {
        display:none
    }
}

.next-col-offset-1[dir=rtl] {
    margin-right: 4.16667%;
    margin-left: auto
}

.next-col-offset-2[dir=rtl] {
    margin-right: 8.33333%;
    margin-left: auto
}

.next-col-offset-3[dir=rtl] {
    margin-right: 12.5%;
    margin-left: auto
}

.next-col-offset-4[dir=rtl] {
    margin-right: 16.66667%;
    margin-left: auto
}

.next-col-offset-5[dir=rtl] {
    margin-right: 20.83333%;
    margin-left: auto
}

.next-col-offset-6[dir=rtl] {
    margin-right: 25%;
    margin-left: auto
}

.next-col-offset-7[dir=rtl] {
    margin-right: 29.16667%;
    margin-left: auto
}

.next-col-offset-8[dir=rtl] {
    margin-right: 33.33333%;
    margin-left: auto
}

.next-col-offset-9[dir=rtl] {
    margin-right: 37.5%;
    margin-left: auto
}

.next-col-offset-10[dir=rtl] {
    margin-right: 41.66667%;
    margin-left: auto
}

.next-col-offset-11[dir=rtl] {
    margin-right: 45.83333%;
    margin-left: auto
}

.next-col-offset-12[dir=rtl] {
    margin-right: 50%;
    margin-left: auto
}

.next-col-offset-13[dir=rtl] {
    margin-right: 54.16667%;
    margin-left: auto
}

.next-col-offset-14[dir=rtl] {
    margin-right: 58.33333%;
    margin-left: auto
}

.next-col-offset-15[dir=rtl] {
    margin-right: 62.5%;
    margin-left: auto
}

.next-col-offset-16[dir=rtl] {
    margin-right: 66.66667%;
    margin-left: auto
}

.next-col-offset-17[dir=rtl] {
    margin-right: 70.83333%;
    margin-left: auto
}

.next-col-offset-18[dir=rtl] {
    margin-right: 75%;
    margin-left: auto
}

.next-col-offset-19[dir=rtl] {
    margin-right: 79.16667%;
    margin-left: auto
}

.next-col-offset-20[dir=rtl] {
    margin-right: 83.33333%;
    margin-left: auto
}

.next-col-offset-21[dir=rtl] {
    margin-right: 87.5%;
    margin-left: auto
}

.next-col-offset-22[dir=rtl] {
    margin-right: 91.66667%;
    margin-left: auto
}

.next-col-offset-23[dir=rtl] {
    margin-right: 95.83333%;
    margin-left: auto
}

.next-col-offset-24[dir=rtl] {
    margin-right: 100%;
    margin-left: auto
}

@media (min-width: 320px) {
    .next-col-xxs-offset-1[dir=rtl] {
        margin-right:4.16667%;
        margin-left: auto
    }

    .next-col-xxs-offset-2[dir=rtl] {
        margin-right: 8.33333%;
        margin-left: auto
    }

    .next-col-xxs-offset-3[dir=rtl] {
        margin-right: 12.5%;
        margin-left: auto
    }

    .next-col-xxs-offset-4[dir=rtl] {
        margin-right: 16.66667%;
        margin-left: auto
    }

    .next-col-xxs-offset-5[dir=rtl] {
        margin-right: 20.83333%;
        margin-left: auto
    }

    .next-col-xxs-offset-6[dir=rtl] {
        margin-right: 25%;
        margin-left: auto
    }

    .next-col-xxs-offset-7[dir=rtl] {
        margin-right: 29.16667%;
        margin-left: auto
    }

    .next-col-xxs-offset-8[dir=rtl] {
        margin-right: 33.33333%;
        margin-left: auto
    }

    .next-col-xxs-offset-9[dir=rtl] {
        margin-right: 37.5%;
        margin-left: auto
    }

    .next-col-xxs-offset-10[dir=rtl] {
        margin-right: 41.66667%;
        margin-left: auto
    }

    .next-col-xxs-offset-11[dir=rtl] {
        margin-right: 45.83333%;
        margin-left: auto
    }

    .next-col-xxs-offset-12[dir=rtl] {
        margin-right: 50%;
        margin-left: auto
    }

    .next-col-xxs-offset-13[dir=rtl] {
        margin-right: 54.16667%;
        margin-left: auto
    }

    .next-col-xxs-offset-14[dir=rtl] {
        margin-right: 58.33333%;
        margin-left: auto
    }

    .next-col-xxs-offset-15[dir=rtl] {
        margin-right: 62.5%;
        margin-left: auto
    }

    .next-col-xxs-offset-16[dir=rtl] {
        margin-right: 66.66667%;
        margin-left: auto
    }

    .next-col-xxs-offset-17[dir=rtl] {
        margin-right: 70.83333%;
        margin-left: auto
    }

    .next-col-xxs-offset-18[dir=rtl] {
        margin-right: 75%;
        margin-left: auto
    }

    .next-col-xxs-offset-19[dir=rtl] {
        margin-right: 79.16667%;
        margin-left: auto
    }

    .next-col-xxs-offset-20[dir=rtl] {
        margin-right: 83.33333%;
        margin-left: auto
    }

    .next-col-xxs-offset-21[dir=rtl] {
        margin-right: 87.5%;
        margin-left: auto
    }

    .next-col-xxs-offset-22[dir=rtl] {
        margin-right: 91.66667%;
        margin-left: auto
    }

    .next-col-xxs-offset-23[dir=rtl] {
        margin-right: 95.83333%;
        margin-left: auto
    }

    .next-col-xxs-offset-24[dir=rtl] {
        margin-right: 100%;
        margin-left: auto
    }
}

@media (min-width: 480px) {
    .next-col-xs-offset-1[dir=rtl] {
        margin-right:4.16667%;
        margin-left: auto
    }

    .next-col-xs-offset-2[dir=rtl] {
        margin-right: 8.33333%;
        margin-left: auto
    }

    .next-col-xs-offset-3[dir=rtl] {
        margin-right: 12.5%;
        margin-left: auto
    }

    .next-col-xs-offset-4[dir=rtl] {
        margin-right: 16.66667%;
        margin-left: auto
    }

    .next-col-xs-offset-5[dir=rtl] {
        margin-right: 20.83333%;
        margin-left: auto
    }

    .next-col-xs-offset-6[dir=rtl] {
        margin-right: 25%;
        margin-left: auto
    }

    .next-col-xs-offset-7[dir=rtl] {
        margin-right: 29.16667%;
        margin-left: auto
    }

    .next-col-xs-offset-8[dir=rtl] {
        margin-right: 33.33333%;
        margin-left: auto
    }

    .next-col-xs-offset-9[dir=rtl] {
        margin-right: 37.5%;
        margin-left: auto
    }

    .next-col-xs-offset-10[dir=rtl] {
        margin-right: 41.66667%;
        margin-left: auto
    }

    .next-col-xs-offset-11[dir=rtl] {
        margin-right: 45.83333%;
        margin-left: auto
    }

    .next-col-xs-offset-12[dir=rtl] {
        margin-right: 50%;
        margin-left: auto
    }

    .next-col-xs-offset-13[dir=rtl] {
        margin-right: 54.16667%;
        margin-left: auto
    }

    .next-col-xs-offset-14[dir=rtl] {
        margin-right: 58.33333%;
        margin-left: auto
    }

    .next-col-xs-offset-15[dir=rtl] {
        margin-right: 62.5%;
        margin-left: auto
    }

    .next-col-xs-offset-16[dir=rtl] {
        margin-right: 66.66667%;
        margin-left: auto
    }

    .next-col-xs-offset-17[dir=rtl] {
        margin-right: 70.83333%;
        margin-left: auto
    }

    .next-col-xs-offset-18[dir=rtl] {
        margin-right: 75%;
        margin-left: auto
    }

    .next-col-xs-offset-19[dir=rtl] {
        margin-right: 79.16667%;
        margin-left: auto
    }

    .next-col-xs-offset-20[dir=rtl] {
        margin-right: 83.33333%;
        margin-left: auto
    }

    .next-col-xs-offset-21[dir=rtl] {
        margin-right: 87.5%;
        margin-left: auto
    }

    .next-col-xs-offset-22[dir=rtl] {
        margin-right: 91.66667%;
        margin-left: auto
    }

    .next-col-xs-offset-23[dir=rtl] {
        margin-right: 95.83333%;
        margin-left: auto
    }

    .next-col-xs-offset-24[dir=rtl] {
        margin-right: 100%;
        margin-left: auto
    }
}

@media (min-width: 720px) {
    .next-col-s-offset-1[dir=rtl] {
        margin-right:4.16667%;
        margin-left: auto
    }

    .next-col-s-offset-2[dir=rtl] {
        margin-right: 8.33333%;
        margin-left: auto
    }

    .next-col-s-offset-3[dir=rtl] {
        margin-right: 12.5%;
        margin-left: auto
    }

    .next-col-s-offset-4[dir=rtl] {
        margin-right: 16.66667%;
        margin-left: auto
    }

    .next-col-s-offset-5[dir=rtl] {
        margin-right: 20.83333%;
        margin-left: auto
    }

    .next-col-s-offset-6[dir=rtl] {
        margin-right: 25%;
        margin-left: auto
    }

    .next-col-s-offset-7[dir=rtl] {
        margin-right: 29.16667%;
        margin-left: auto
    }

    .next-col-s-offset-8[dir=rtl] {
        margin-right: 33.33333%;
        margin-left: auto
    }

    .next-col-s-offset-9[dir=rtl] {
        margin-right: 37.5%;
        margin-left: auto
    }

    .next-col-s-offset-10[dir=rtl] {
        margin-right: 41.66667%;
        margin-left: auto
    }

    .next-col-s-offset-11[dir=rtl] {
        margin-right: 45.83333%;
        margin-left: auto
    }

    .next-col-s-offset-12[dir=rtl] {
        margin-right: 50%;
        margin-left: auto
    }

    .next-col-s-offset-13[dir=rtl] {
        margin-right: 54.16667%;
        margin-left: auto
    }

    .next-col-s-offset-14[dir=rtl] {
        margin-right: 58.33333%;
        margin-left: auto
    }

    .next-col-s-offset-15[dir=rtl] {
        margin-right: 62.5%;
        margin-left: auto
    }

    .next-col-s-offset-16[dir=rtl] {
        margin-right: 66.66667%;
        margin-left: auto
    }

    .next-col-s-offset-17[dir=rtl] {
        margin-right: 70.83333%;
        margin-left: auto
    }

    .next-col-s-offset-18[dir=rtl] {
        margin-right: 75%;
        margin-left: auto
    }

    .next-col-s-offset-19[dir=rtl] {
        margin-right: 79.16667%;
        margin-left: auto
    }

    .next-col-s-offset-20[dir=rtl] {
        margin-right: 83.33333%;
        margin-left: auto
    }

    .next-col-s-offset-21[dir=rtl] {
        margin-right: 87.5%;
        margin-left: auto
    }

    .next-col-s-offset-22[dir=rtl] {
        margin-right: 91.66667%;
        margin-left: auto
    }

    .next-col-s-offset-23[dir=rtl] {
        margin-right: 95.83333%;
        margin-left: auto
    }

    .next-col-s-offset-24[dir=rtl] {
        margin-right: 100%;
        margin-left: auto
    }
}

@media (min-width: 990px) {
    .next-col-m-offset-1[dir=rtl] {
        margin-right:4.16667%;
        margin-left: auto
    }

    .next-col-m-offset-2[dir=rtl] {
        margin-right: 8.33333%;
        margin-left: auto
    }

    .next-col-m-offset-3[dir=rtl] {
        margin-right: 12.5%;
        margin-left: auto
    }

    .next-col-m-offset-4[dir=rtl] {
        margin-right: 16.66667%;
        margin-left: auto
    }

    .next-col-m-offset-5[dir=rtl] {
        margin-right: 20.83333%;
        margin-left: auto
    }

    .next-col-m-offset-6[dir=rtl] {
        margin-right: 25%;
        margin-left: auto
    }

    .next-col-m-offset-7[dir=rtl] {
        margin-right: 29.16667%;
        margin-left: auto
    }

    .next-col-m-offset-8[dir=rtl] {
        margin-right: 33.33333%;
        margin-left: auto
    }

    .next-col-m-offset-9[dir=rtl] {
        margin-right: 37.5%;
        margin-left: auto
    }

    .next-col-m-offset-10[dir=rtl] {
        margin-right: 41.66667%;
        margin-left: auto
    }

    .next-col-m-offset-11[dir=rtl] {
        margin-right: 45.83333%;
        margin-left: auto
    }

    .next-col-m-offset-12[dir=rtl] {
        margin-right: 50%;
        margin-left: auto
    }

    .next-col-m-offset-13[dir=rtl] {
        margin-right: 54.16667%;
        margin-left: auto
    }

    .next-col-m-offset-14[dir=rtl] {
        margin-right: 58.33333%;
        margin-left: auto
    }

    .next-col-m-offset-15[dir=rtl] {
        margin-right: 62.5%;
        margin-left: auto
    }

    .next-col-m-offset-16[dir=rtl] {
        margin-right: 66.66667%;
        margin-left: auto
    }

    .next-col-m-offset-17[dir=rtl] {
        margin-right: 70.83333%;
        margin-left: auto
    }

    .next-col-m-offset-18[dir=rtl] {
        margin-right: 75%;
        margin-left: auto
    }

    .next-col-m-offset-19[dir=rtl] {
        margin-right: 79.16667%;
        margin-left: auto
    }

    .next-col-m-offset-20[dir=rtl] {
        margin-right: 83.33333%;
        margin-left: auto
    }

    .next-col-m-offset-21[dir=rtl] {
        margin-right: 87.5%;
        margin-left: auto
    }

    .next-col-m-offset-22[dir=rtl] {
        margin-right: 91.66667%;
        margin-left: auto
    }

    .next-col-m-offset-23[dir=rtl] {
        margin-right: 95.83333%;
        margin-left: auto
    }

    .next-col-m-offset-24[dir=rtl] {
        margin-right: 100%;
        margin-left: auto
    }
}

@media (min-width: 1200px) {
    .next-col-l-offset-1[dir=rtl] {
        margin-right:4.16667%;
        margin-left: auto
    }

    .next-col-l-offset-2[dir=rtl] {
        margin-right: 8.33333%;
        margin-left: auto
    }

    .next-col-l-offset-3[dir=rtl] {
        margin-right: 12.5%;
        margin-left: auto
    }

    .next-col-l-offset-4[dir=rtl] {
        margin-right: 16.66667%;
        margin-left: auto
    }

    .next-col-l-offset-5[dir=rtl] {
        margin-right: 20.83333%;
        margin-left: auto
    }

    .next-col-l-offset-6[dir=rtl] {
        margin-right: 25%;
        margin-left: auto
    }

    .next-col-l-offset-7[dir=rtl] {
        margin-right: 29.16667%;
        margin-left: auto
    }

    .next-col-l-offset-8[dir=rtl] {
        margin-right: 33.33333%;
        margin-left: auto
    }

    .next-col-l-offset-9[dir=rtl] {
        margin-right: 37.5%;
        margin-left: auto
    }

    .next-col-l-offset-10[dir=rtl] {
        margin-right: 41.66667%;
        margin-left: auto
    }

    .next-col-l-offset-11[dir=rtl] {
        margin-right: 45.83333%;
        margin-left: auto
    }

    .next-col-l-offset-12[dir=rtl] {
        margin-right: 50%;
        margin-left: auto
    }

    .next-col-l-offset-13[dir=rtl] {
        margin-right: 54.16667%;
        margin-left: auto
    }

    .next-col-l-offset-14[dir=rtl] {
        margin-right: 58.33333%;
        margin-left: auto
    }

    .next-col-l-offset-15[dir=rtl] {
        margin-right: 62.5%;
        margin-left: auto
    }

    .next-col-l-offset-16[dir=rtl] {
        margin-right: 66.66667%;
        margin-left: auto
    }

    .next-col-l-offset-17[dir=rtl] {
        margin-right: 70.83333%;
        margin-left: auto
    }

    .next-col-l-offset-18[dir=rtl] {
        margin-right: 75%;
        margin-left: auto
    }

    .next-col-l-offset-19[dir=rtl] {
        margin-right: 79.16667%;
        margin-left: auto
    }

    .next-col-l-offset-20[dir=rtl] {
        margin-right: 83.33333%;
        margin-left: auto
    }

    .next-col-l-offset-21[dir=rtl] {
        margin-right: 87.5%;
        margin-left: auto
    }

    .next-col-l-offset-22[dir=rtl] {
        margin-right: 91.66667%;
        margin-left: auto
    }

    .next-col-l-offset-23[dir=rtl] {
        margin-right: 95.83333%;
        margin-left: auto
    }

    .next-col-l-offset-24[dir=rtl] {
        margin-right: 100%;
        margin-left: auto
    }
}

@media (min-width: 1500px) {
    .next-col-xl-offset-1[dir=rtl] {
        margin-right:4.16667%;
        margin-left: auto
    }

    .next-col-xl-offset-2[dir=rtl] {
        margin-right: 8.33333%;
        margin-left: auto
    }

    .next-col-xl-offset-3[dir=rtl] {
        margin-right: 12.5%;
        margin-left: auto
    }

    .next-col-xl-offset-4[dir=rtl] {
        margin-right: 16.66667%;
        margin-left: auto
    }

    .next-col-xl-offset-5[dir=rtl] {
        margin-right: 20.83333%;
        margin-left: auto
    }

    .next-col-xl-offset-6[dir=rtl] {
        margin-right: 25%;
        margin-left: auto
    }

    .next-col-xl-offset-7[dir=rtl] {
        margin-right: 29.16667%;
        margin-left: auto
    }

    .next-col-xl-offset-8[dir=rtl] {
        margin-right: 33.33333%;
        margin-left: auto
    }

    .next-col-xl-offset-9[dir=rtl] {
        margin-right: 37.5%;
        margin-left: auto
    }

    .next-col-xl-offset-10[dir=rtl] {
        margin-right: 41.66667%;
        margin-left: auto
    }

    .next-col-xl-offset-11[dir=rtl] {
        margin-right: 45.83333%;
        margin-left: auto
    }

    .next-col-xl-offset-12[dir=rtl] {
        margin-right: 50%;
        margin-left: auto
    }

    .next-col-xl-offset-13[dir=rtl] {
        margin-right: 54.16667%;
        margin-left: auto
    }

    .next-col-xl-offset-14[dir=rtl] {
        margin-right: 58.33333%;
        margin-left: auto
    }

    .next-col-xl-offset-15[dir=rtl] {
        margin-right: 62.5%;
        margin-left: auto
    }

    .next-col-xl-offset-16[dir=rtl] {
        margin-right: 66.66667%;
        margin-left: auto
    }

    .next-col-xl-offset-17[dir=rtl] {
        margin-right: 70.83333%;
        margin-left: auto
    }

    .next-col-xl-offset-18[dir=rtl] {
        margin-right: 75%;
        margin-left: auto
    }

    .next-col-xl-offset-19[dir=rtl] {
        margin-right: 79.16667%;
        margin-left: auto
    }

    .next-col-xl-offset-20[dir=rtl] {
        margin-right: 83.33333%;
        margin-left: auto
    }

    .next-col-xl-offset-21[dir=rtl] {
        margin-right: 87.5%;
        margin-left: auto
    }

    .next-col-xl-offset-22[dir=rtl] {
        margin-right: 91.66667%;
        margin-left: auto
    }

    .next-col-xl-offset-23[dir=rtl] {
        margin-right: 95.83333%;
        margin-left: auto
    }

    .next-col-xl-offset-24[dir=rtl] {
        margin-right: 100%;
        margin-left: auto
    }
}

.next-col-offset-fixed-1[dir=rtl] {
    margin-right: 20px;
    margin-left: auto
}

.next-col-offset-fixed-2[dir=rtl] {
    margin-right: 40px;
    margin-left: auto
}

.next-col-offset-fixed-3[dir=rtl] {
    margin-right: 60px;
    margin-left: auto
}

.next-col-offset-fixed-4[dir=rtl] {
    margin-right: 80px;
    margin-left: auto
}

.next-col-offset-fixed-5[dir=rtl] {
    margin-right: 100px;
    margin-left: auto
}

.next-col-offset-fixed-6[dir=rtl] {
    margin-right: 120px;
    margin-left: auto
}

.next-col-offset-fixed-7[dir=rtl] {
    margin-right: 140px;
    margin-left: auto
}

.next-col-offset-fixed-8[dir=rtl] {
    margin-right: 160px;
    margin-left: auto
}

.next-col-offset-fixed-9[dir=rtl] {
    margin-right: 180px;
    margin-left: auto
}

.next-col-offset-fixed-10[dir=rtl] {
    margin-right: 200px;
    margin-left: auto
}

.next-col-offset-fixed-11[dir=rtl] {
    margin-right: 220px;
    margin-left: auto
}

.next-col-offset-fixed-12[dir=rtl] {
    margin-right: 240px;
    margin-left: auto
}

.next-col-offset-fixed-13[dir=rtl] {
    margin-right: 260px;
    margin-left: auto
}

.next-col-offset-fixed-14[dir=rtl] {
    margin-right: 280px;
    margin-left: auto
}

.next-col-offset-fixed-15[dir=rtl] {
    margin-right: 300px;
    margin-left: auto
}

.next-col-offset-fixed-16[dir=rtl] {
    margin-right: 320px;
    margin-left: auto
}

.next-col-offset-fixed-17[dir=rtl] {
    margin-right: 340px;
    margin-left: auto
}

.next-col-offset-fixed-18[dir=rtl] {
    margin-right: 360px;
    margin-left: auto
}

.next-col-offset-fixed-19[dir=rtl] {
    margin-right: 380px;
    margin-left: auto
}

.next-col-offset-fixed-20[dir=rtl] {
    margin-right: 400px;
    margin-left: auto
}

.next-col-offset-fixed-21[dir=rtl] {
    margin-right: 420px;
    margin-left: auto
}

.next-col-offset-fixed-22[dir=rtl] {
    margin-right: 440px;
    margin-left: auto
}

.next-col-offset-fixed-23[dir=rtl] {
    margin-right: 460px;
    margin-left: auto
}

.next-col-offset-fixed-24[dir=rtl] {
    margin-right: 480px;
    margin-left: auto
}

.next-col-offset-fixed-25[dir=rtl] {
    margin-right: 500px;
    margin-left: auto
}

.next-col-offset-fixed-26[dir=rtl] {
    margin-right: 520px;
    margin-left: auto
}

.next-col-offset-fixed-27[dir=rtl] {
    margin-right: 540px;
    margin-left: auto
}

.next-col-offset-fixed-28[dir=rtl] {
    margin-right: 560px;
    margin-left: auto
}

.next-col-offset-fixed-29[dir=rtl] {
    margin-right: 580px;
    margin-left: auto
}

.next-col-offset-fixed-30[dir=rtl] {
    margin-right: 600px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-1[dir=rtl] {
    margin-right: 20px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-2[dir=rtl] {
    margin-right: 40px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-3[dir=rtl] {
    margin-right: 60px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-4[dir=rtl] {
    margin-right: 80px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-5[dir=rtl] {
    margin-right: 100px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-6[dir=rtl] {
    margin-right: 120px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-7[dir=rtl] {
    margin-right: 140px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-8[dir=rtl] {
    margin-right: 160px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-9[dir=rtl] {
    margin-right: 180px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-10[dir=rtl] {
    margin-right: 200px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-11[dir=rtl] {
    margin-right: 220px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-12[dir=rtl] {
    margin-right: 240px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-13[dir=rtl] {
    margin-right: 260px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-14[dir=rtl] {
    margin-right: 280px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-15[dir=rtl] {
    margin-right: 300px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-16[dir=rtl] {
    margin-right: 320px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-17[dir=rtl] {
    margin-right: 340px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-18[dir=rtl] {
    margin-right: 360px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-19[dir=rtl] {
    margin-right: 380px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-20[dir=rtl] {
    margin-right: 400px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-21[dir=rtl] {
    margin-right: 420px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-22[dir=rtl] {
    margin-right: 440px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-23[dir=rtl] {
    margin-right: 460px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-24[dir=rtl] {
    margin-right: 480px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-25[dir=rtl] {
    margin-right: 500px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-26[dir=rtl] {
    margin-right: 520px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-27[dir=rtl] {
    margin-right: 540px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-28[dir=rtl] {
    margin-right: 560px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-29[dir=rtl] {
    margin-right: 580px;
    margin-left: auto
}

.next-col-offset-fixed-xxs-30[dir=rtl] {
    margin-right: 600px;
    margin-left: auto
}

.next-col-offset-fixed-xs-1[dir=rtl] {
    margin-right: 20px;
    margin-left: auto
}

.next-col-offset-fixed-xs-2[dir=rtl] {
    margin-right: 40px;
    margin-left: auto
}

.next-col-offset-fixed-xs-3[dir=rtl] {
    margin-right: 60px;
    margin-left: auto
}

.next-col-offset-fixed-xs-4[dir=rtl] {
    margin-right: 80px;
    margin-left: auto
}

.next-col-offset-fixed-xs-5[dir=rtl] {
    margin-right: 100px;
    margin-left: auto
}

.next-col-offset-fixed-xs-6[dir=rtl] {
    margin-right: 120px;
    margin-left: auto
}

.next-col-offset-fixed-xs-7[dir=rtl] {
    margin-right: 140px;
    margin-left: auto
}

.next-col-offset-fixed-xs-8[dir=rtl] {
    margin-right: 160px;
    margin-left: auto
}

.next-col-offset-fixed-xs-9[dir=rtl] {
    margin-right: 180px;
    margin-left: auto
}

.next-col-offset-fixed-xs-10[dir=rtl] {
    margin-right: 200px;
    margin-left: auto
}

.next-col-offset-fixed-xs-11[dir=rtl] {
    margin-right: 220px;
    margin-left: auto
}

.next-col-offset-fixed-xs-12[dir=rtl] {
    margin-right: 240px;
    margin-left: auto
}

.next-col-offset-fixed-xs-13[dir=rtl] {
    margin-right: 260px;
    margin-left: auto
}

.next-col-offset-fixed-xs-14[dir=rtl] {
    margin-right: 280px;
    margin-left: auto
}

.next-col-offset-fixed-xs-15[dir=rtl] {
    margin-right: 300px;
    margin-left: auto
}

.next-col-offset-fixed-xs-16[dir=rtl] {
    margin-right: 320px;
    margin-left: auto
}

.next-col-offset-fixed-xs-17[dir=rtl] {
    margin-right: 340px;
    margin-left: auto
}

.next-col-offset-fixed-xs-18[dir=rtl] {
    margin-right: 360px;
    margin-left: auto
}

.next-col-offset-fixed-xs-19[dir=rtl] {
    margin-right: 380px;
    margin-left: auto
}

.next-col-offset-fixed-xs-20[dir=rtl] {
    margin-right: 400px;
    margin-left: auto
}

.next-col-offset-fixed-xs-21[dir=rtl] {
    margin-right: 420px;
    margin-left: auto
}

.next-col-offset-fixed-xs-22[dir=rtl] {
    margin-right: 440px;
    margin-left: auto
}

.next-col-offset-fixed-xs-23[dir=rtl] {
    margin-right: 460px;
    margin-left: auto
}

.next-col-offset-fixed-xs-24[dir=rtl] {
    margin-right: 480px;
    margin-left: auto
}

.next-col-offset-fixed-xs-25[dir=rtl] {
    margin-right: 500px;
    margin-left: auto
}

.next-col-offset-fixed-xs-26[dir=rtl] {
    margin-right: 520px;
    margin-left: auto
}

.next-col-offset-fixed-xs-27[dir=rtl] {
    margin-right: 540px;
    margin-left: auto
}

.next-col-offset-fixed-xs-28[dir=rtl] {
    margin-right: 560px;
    margin-left: auto
}

.next-col-offset-fixed-xs-29[dir=rtl] {
    margin-right: 580px;
    margin-left: auto
}

.next-col-offset-fixed-xs-30[dir=rtl] {
    margin-right: 600px;
    margin-left: auto
}

.next-col-offset-fixed-s-1[dir=rtl] {
    margin-right: 20px;
    margin-left: auto
}

.next-col-offset-fixed-s-2[dir=rtl] {
    margin-right: 40px;
    margin-left: auto
}

.next-col-offset-fixed-s-3[dir=rtl] {
    margin-right: 60px;
    margin-left: auto
}

.next-col-offset-fixed-s-4[dir=rtl] {
    margin-right: 80px;
    margin-left: auto
}

.next-col-offset-fixed-s-5[dir=rtl] {
    margin-right: 100px;
    margin-left: auto
}

.next-col-offset-fixed-s-6[dir=rtl] {
    margin-right: 120px;
    margin-left: auto
}

.next-col-offset-fixed-s-7[dir=rtl] {
    margin-right: 140px;
    margin-left: auto
}

.next-col-offset-fixed-s-8[dir=rtl] {
    margin-right: 160px;
    margin-left: auto
}

.next-col-offset-fixed-s-9[dir=rtl] {
    margin-right: 180px;
    margin-left: auto
}

.next-col-offset-fixed-s-10[dir=rtl] {
    margin-right: 200px;
    margin-left: auto
}

.next-col-offset-fixed-s-11[dir=rtl] {
    margin-right: 220px;
    margin-left: auto
}

.next-col-offset-fixed-s-12[dir=rtl] {
    margin-right: 240px;
    margin-left: auto
}

.next-col-offset-fixed-s-13[dir=rtl] {
    margin-right: 260px;
    margin-left: auto
}

.next-col-offset-fixed-s-14[dir=rtl] {
    margin-right: 280px;
    margin-left: auto
}

.next-col-offset-fixed-s-15[dir=rtl] {
    margin-right: 300px;
    margin-left: auto
}

.next-col-offset-fixed-s-16[dir=rtl] {
    margin-right: 320px;
    margin-left: auto
}

.next-col-offset-fixed-s-17[dir=rtl] {
    margin-right: 340px;
    margin-left: auto
}

.next-col-offset-fixed-s-18[dir=rtl] {
    margin-right: 360px;
    margin-left: auto
}

.next-col-offset-fixed-s-19[dir=rtl] {
    margin-right: 380px;
    margin-left: auto
}

.next-col-offset-fixed-s-20[dir=rtl] {
    margin-right: 400px;
    margin-left: auto
}

.next-col-offset-fixed-s-21[dir=rtl] {
    margin-right: 420px;
    margin-left: auto
}

.next-col-offset-fixed-s-22[dir=rtl] {
    margin-right: 440px;
    margin-left: auto
}

.next-col-offset-fixed-s-23[dir=rtl] {
    margin-right: 460px;
    margin-left: auto
}

.next-col-offset-fixed-s-24[dir=rtl] {
    margin-right: 480px;
    margin-left: auto
}

.next-col-offset-fixed-s-25[dir=rtl] {
    margin-right: 500px;
    margin-left: auto
}

.next-col-offset-fixed-s-26[dir=rtl] {
    margin-right: 520px;
    margin-left: auto
}

.next-col-offset-fixed-s-27[dir=rtl] {
    margin-right: 540px;
    margin-left: auto
}

.next-col-offset-fixed-s-28[dir=rtl] {
    margin-right: 560px;
    margin-left: auto
}

.next-col-offset-fixed-s-29[dir=rtl] {
    margin-right: 580px;
    margin-left: auto
}

.next-col-offset-fixed-s-30[dir=rtl] {
    margin-right: 600px;
    margin-left: auto
}

.next-col-offset-fixed-m-1[dir=rtl] {
    margin-right: 20px;
    margin-left: auto
}

.next-col-offset-fixed-m-2[dir=rtl] {
    margin-right: 40px;
    margin-left: auto
}

.next-col-offset-fixed-m-3[dir=rtl] {
    margin-right: 60px;
    margin-left: auto
}

.next-col-offset-fixed-m-4[dir=rtl] {
    margin-right: 80px;
    margin-left: auto
}

.next-col-offset-fixed-m-5[dir=rtl] {
    margin-right: 100px;
    margin-left: auto
}

.next-col-offset-fixed-m-6[dir=rtl] {
    margin-right: 120px;
    margin-left: auto
}

.next-col-offset-fixed-m-7[dir=rtl] {
    margin-right: 140px;
    margin-left: auto
}

.next-col-offset-fixed-m-8[dir=rtl] {
    margin-right: 160px;
    margin-left: auto
}

.next-col-offset-fixed-m-9[dir=rtl] {
    margin-right: 180px;
    margin-left: auto
}

.next-col-offset-fixed-m-10[dir=rtl] {
    margin-right: 200px;
    margin-left: auto
}

.next-col-offset-fixed-m-11[dir=rtl] {
    margin-right: 220px;
    margin-left: auto
}

.next-col-offset-fixed-m-12[dir=rtl] {
    margin-right: 240px;
    margin-left: auto
}

.next-col-offset-fixed-m-13[dir=rtl] {
    margin-right: 260px;
    margin-left: auto
}

.next-col-offset-fixed-m-14[dir=rtl] {
    margin-right: 280px;
    margin-left: auto
}

.next-col-offset-fixed-m-15[dir=rtl] {
    margin-right: 300px;
    margin-left: auto
}

.next-col-offset-fixed-m-16[dir=rtl] {
    margin-right: 320px;
    margin-left: auto
}

.next-col-offset-fixed-m-17[dir=rtl] {
    margin-right: 340px;
    margin-left: auto
}

.next-col-offset-fixed-m-18[dir=rtl] {
    margin-right: 360px;
    margin-left: auto
}

.next-col-offset-fixed-m-19[dir=rtl] {
    margin-right: 380px;
    margin-left: auto
}

.next-col-offset-fixed-m-20[dir=rtl] {
    margin-right: 400px;
    margin-left: auto
}

.next-col-offset-fixed-m-21[dir=rtl] {
    margin-right: 420px;
    margin-left: auto
}

.next-col-offset-fixed-m-22[dir=rtl] {
    margin-right: 440px;
    margin-left: auto
}

.next-col-offset-fixed-m-23[dir=rtl] {
    margin-right: 460px;
    margin-left: auto
}

.next-col-offset-fixed-m-24[dir=rtl] {
    margin-right: 480px;
    margin-left: auto
}

.next-col-offset-fixed-m-25[dir=rtl] {
    margin-right: 500px;
    margin-left: auto
}

.next-col-offset-fixed-m-26[dir=rtl] {
    margin-right: 520px;
    margin-left: auto
}

.next-col-offset-fixed-m-27[dir=rtl] {
    margin-right: 540px;
    margin-left: auto
}

.next-col-offset-fixed-m-28[dir=rtl] {
    margin-right: 560px;
    margin-left: auto
}

.next-col-offset-fixed-m-29[dir=rtl] {
    margin-right: 580px;
    margin-left: auto
}

.next-col-offset-fixed-m-30[dir=rtl] {
    margin-right: 600px;
    margin-left: auto
}

.next-col-offset-fixed-l-1[dir=rtl] {
    margin-right: 20px;
    margin-left: auto
}

.next-col-offset-fixed-l-2[dir=rtl] {
    margin-right: 40px;
    margin-left: auto
}

.next-col-offset-fixed-l-3[dir=rtl] {
    margin-right: 60px;
    margin-left: auto
}

.next-col-offset-fixed-l-4[dir=rtl] {
    margin-right: 80px;
    margin-left: auto
}

.next-col-offset-fixed-l-5[dir=rtl] {
    margin-right: 100px;
    margin-left: auto
}

.next-col-offset-fixed-l-6[dir=rtl] {
    margin-right: 120px;
    margin-left: auto
}

.next-col-offset-fixed-l-7[dir=rtl] {
    margin-right: 140px;
    margin-left: auto
}

.next-col-offset-fixed-l-8[dir=rtl] {
    margin-right: 160px;
    margin-left: auto
}

.next-col-offset-fixed-l-9[dir=rtl] {
    margin-right: 180px;
    margin-left: auto
}

.next-col-offset-fixed-l-10[dir=rtl] {
    margin-right: 200px;
    margin-left: auto
}

.next-col-offset-fixed-l-11[dir=rtl] {
    margin-right: 220px;
    margin-left: auto
}

.next-col-offset-fixed-l-12[dir=rtl] {
    margin-right: 240px;
    margin-left: auto
}

.next-col-offset-fixed-l-13[dir=rtl] {
    margin-right: 260px;
    margin-left: auto
}

.next-col-offset-fixed-l-14[dir=rtl] {
    margin-right: 280px;
    margin-left: auto
}

.next-col-offset-fixed-l-15[dir=rtl] {
    margin-right: 300px;
    margin-left: auto
}

.next-col-offset-fixed-l-16[dir=rtl] {
    margin-right: 320px;
    margin-left: auto
}

.next-col-offset-fixed-l-17[dir=rtl] {
    margin-right: 340px;
    margin-left: auto
}

.next-col-offset-fixed-l-18[dir=rtl] {
    margin-right: 360px;
    margin-left: auto
}

.next-col-offset-fixed-l-19[dir=rtl] {
    margin-right: 380px;
    margin-left: auto
}

.next-col-offset-fixed-l-20[dir=rtl] {
    margin-right: 400px;
    margin-left: auto
}

.next-col-offset-fixed-l-21[dir=rtl] {
    margin-right: 420px;
    margin-left: auto
}

.next-col-offset-fixed-l-22[dir=rtl] {
    margin-right: 440px;
    margin-left: auto
}

.next-col-offset-fixed-l-23[dir=rtl] {
    margin-right: 460px;
    margin-left: auto
}

.next-col-offset-fixed-l-24[dir=rtl] {
    margin-right: 480px;
    margin-left: auto
}

.next-col-offset-fixed-l-25[dir=rtl] {
    margin-right: 500px;
    margin-left: auto
}

.next-col-offset-fixed-l-26[dir=rtl] {
    margin-right: 520px;
    margin-left: auto
}

.next-col-offset-fixed-l-27[dir=rtl] {
    margin-right: 540px;
    margin-left: auto
}

.next-col-offset-fixed-l-28[dir=rtl] {
    margin-right: 560px;
    margin-left: auto
}

.next-col-offset-fixed-l-29[dir=rtl] {
    margin-right: 580px;
    margin-left: auto
}

.next-col-offset-fixed-l-30[dir=rtl] {
    margin-right: 600px;
    margin-left: auto
}

.next-col-offset-fixed-xl-1[dir=rtl] {
    margin-right: 20px;
    margin-left: auto
}

.next-col-offset-fixed-xl-2[dir=rtl] {
    margin-right: 40px;
    margin-left: auto
}

.next-col-offset-fixed-xl-3[dir=rtl] {
    margin-right: 60px;
    margin-left: auto
}

.next-col-offset-fixed-xl-4[dir=rtl] {
    margin-right: 80px;
    margin-left: auto
}

.next-col-offset-fixed-xl-5[dir=rtl] {
    margin-right: 100px;
    margin-left: auto
}

.next-col-offset-fixed-xl-6[dir=rtl] {
    margin-right: 120px;
    margin-left: auto
}

.next-col-offset-fixed-xl-7[dir=rtl] {
    margin-right: 140px;
    margin-left: auto
}

.next-col-offset-fixed-xl-8[dir=rtl] {
    margin-right: 160px;
    margin-left: auto
}

.next-col-offset-fixed-xl-9[dir=rtl] {
    margin-right: 180px;
    margin-left: auto
}

.next-col-offset-fixed-xl-10[dir=rtl] {
    margin-right: 200px;
    margin-left: auto
}

.next-col-offset-fixed-xl-11[dir=rtl] {
    margin-right: 220px;
    margin-left: auto
}

.next-col-offset-fixed-xl-12[dir=rtl] {
    margin-right: 240px;
    margin-left: auto
}

.next-col-offset-fixed-xl-13[dir=rtl] {
    margin-right: 260px;
    margin-left: auto
}

.next-col-offset-fixed-xl-14[dir=rtl] {
    margin-right: 280px;
    margin-left: auto
}

.next-col-offset-fixed-xl-15[dir=rtl] {
    margin-right: 300px;
    margin-left: auto
}

.next-col-offset-fixed-xl-16[dir=rtl] {
    margin-right: 320px;
    margin-left: auto
}

.next-col-offset-fixed-xl-17[dir=rtl] {
    margin-right: 340px;
    margin-left: auto
}

.next-col-offset-fixed-xl-18[dir=rtl] {
    margin-right: 360px;
    margin-left: auto
}

.next-col-offset-fixed-xl-19[dir=rtl] {
    margin-right: 380px;
    margin-left: auto
}

.next-col-offset-fixed-xl-20[dir=rtl] {
    margin-right: 400px;
    margin-left: auto
}

.next-col-offset-fixed-xl-21[dir=rtl] {
    margin-right: 420px;
    margin-left: auto
}

.next-col-offset-fixed-xl-22[dir=rtl] {
    margin-right: 440px;
    margin-left: auto
}

.next-col-offset-fixed-xl-23[dir=rtl] {
    margin-right: 460px;
    margin-left: auto
}

.next-col-offset-fixed-xl-24[dir=rtl] {
    margin-right: 480px;
    margin-left: auto
}

.next-col-offset-fixed-xl-25[dir=rtl] {
    margin-right: 500px;
    margin-left: auto
}

.next-col-offset-fixed-xl-26[dir=rtl] {
    margin-right: 520px;
    margin-left: auto
}

.next-col-offset-fixed-xl-27[dir=rtl] {
    margin-right: 540px;
    margin-left: auto
}

.next-col-offset-fixed-xl-28[dir=rtl] {
    margin-right: 560px;
    margin-left: auto
}

.next-col-offset-fixed-xl-29[dir=rtl] {
    margin-right: 580px;
    margin-left: auto
}

.next-col-offset-fixed-xl-30[dir=rtl] {
    margin-right: 600px;
    margin-left: auto
}

.next-responsive-grid {
    box-sizing: border-box;
    display: grid
}

.next-responsive-grid *,.next-responsive-grid *:before,.next-responsive-grid *:after {
    box-sizing: border-box
}

.next-responsive-grid-ie {
    display: block
}

.next-form {
    box-sizing: border-box
}

.next-form *,.next-form *:before,.next-form *:after {
    box-sizing: border-box
}

.next-form-preview.next-form-item .next-form-item-label {
    color: #666
}

.next-form-preview.next-form-item .next-form-preview {
    color: #333
}

.next-form-preview.next-form-item.next-medium .next-form-item-label {
    font-size: 12px;
    line-height: 28px
}

.next-form-preview.next-form-item.next-small .next-form-item-label {
    font-size: 12px;
    line-height: 20px
}

.next-form-preview.next-form-item.next-large .next-form-item-label {
    font-size: 16px;
    line-height: 40px
}

.next-form-responsive-grid .next-form-item-control {
    flex: 1
}

.next-form-responsive-grid .next-form-item {
    margin-bottom: 0
}

.next-form-responsive-grid .next-form-item.next-left {
    display: flex
}

.next-form-responsive-grid.next-small .next-responsive-grid {
    gap: 16px
}

.next-form-responsive-grid.next-small .next-form-item.next-left .next-form-item-label {
    line-height: 1.4;
    margin-top: 4px;
    margin-bottom: 4px
}

.next-form-responsive-grid.next-medium .next-responsive-grid {
    gap: 20px
}

.next-form-responsive-grid.next-medium .next-form-item.next-left .next-form-item-label {
    line-height: 1.4;
    margin-top: 8px;
    margin-bottom: 8px
}

.next-form-responsive-grid.next-large .next-responsive-grid {
    gap: 24px
}

.next-form-responsive-grid.next-large .next-form-item.next-left .next-form-item-label {
    line-height: 1.4;
    margin-top: 12px;
    margin-bottom: 12px
}

.next-form-item {
    margin-bottom: 16px
}

.next-form-item.has-error>.next-form-item-control>.next-form-item-help {
    color: #ff3000
}

.next-form-item.has-warning>.next-form-item-control>.next-form-item-help {
    color: #ff9300
}

.next-form-item .next-form-item-label,.next-form-item .next-form-text-align,.next-form-item p {
    line-height: 28px
}

.next-form-item .next-form-text-align,.next-form-item p {
    margin: 0
}

.next-form-item .next-rating,.next-form-item .next-checkbox-wrapper,.next-form-item .next-checkbox-group,.next-form-item .next-radio-wrapper,.next-form-item .next-radio-group {
    line-height: 24px
}

.next-form-item .next-form-preview {
    font-size: 12px;
    line-height: 28px
}

.next-form-item .next-form-preview.next-input-textarea>p {
    font-size: 12px;
    text-align: justify;
    min-height: calc(12px * 1.4);
    line-height: 1.4;
    margin-top: calc((28px - (1.4 * 12px)) / 2)
}

.next-form-item .next-form-item-label {
    font-size: 12px
}

.next-form-item .next-form-item-label>label {
    display: inline-block;
    line-height: 1.5
}

.next-form-item.next-large {
    margin-bottom: 20px
}

.next-form-item.next-large .next-form-item-label,.next-form-item.next-large .next-form-text-align,.next-form-item.next-large p {
    line-height: 40px
}

.next-form-item.next-large .next-rating,.next-form-item.next-large .next-checkbox-wrapper,.next-form-item.next-large .next-checkbox-group,.next-form-item.next-large .next-radio-wrapper,.next-form-item.next-large .next-radio-group {
    line-height: 39px
}

.next-form-item.next-large .next-form-preview {
    font-size: 16px;
    line-height: 40px
}

.next-form-item.next-large .next-form-preview.next-input-textarea>p {
    font-size: 16px;
    text-align: justify;
    min-height: 22.4px;
    line-height: 1.4;
    margin-top: 8.8px
}

.next-form-item.next-large .next-switch {
    margin-top: 7px
}

.next-form-item.next-large .next-form-item-label {
    font-size: 16px
}

.next-form-item.next-small {
    margin-bottom: 12px
}

.next-form-item.next-small .next-form-item-label,.next-form-item.next-small .next-form-text-align,.next-form-item.next-small p,.next-form-item.next-small .next-rating,.next-form-item.next-small .next-checkbox-wrapper,.next-form-item.next-small .next-checkbox-group,.next-form-item.next-small .next-radio-wrapper,.next-form-item.next-small .next-radio-group {
    line-height: 20px
}

.next-form-item.next-small .next-form-preview {
    font-size: 12px;
    line-height: 20px
}

.next-form-item.next-small .next-form-preview.next-input-textarea>p {
    font-size: 12px;
    text-align: justify;
    min-height: calc(12px * 1.4);
    line-height: 1.4;
    margin-top: calc((20px - (1.4 * 12px)) / 2)
}

.next-form-item.next-small .next-form-item-label {
    font-size: 12px
}

.next-form-item.next-top>.next-form-item-label {
    margin-bottom: 2px
}

.next-form-item.next-inset .next-form-item-label {
    padding-right: 0;
    padding-left: 0;
    line-height: inherit
}

.next-form-item-control .next-form-text-align {
    margin: 0
}

.next-form-item-control>.next-input-group,.next-form-item-control>.next-input {
    width: 100%
}

.next-form-item-fullwidth .next-form-item-control>.next-input-group,.next-form-item-fullwidth .next-form-item-control>.next-input,.next-form-item-fullwidth .next-form-item-control>.next-select,.next-form-item-fullwidth .next-form-item-control>.next-date-picker,.next-form-item-fullwidth .next-form-item-control>.next-month-picker,.next-form-item-fullwidth .next-form-item-control>.next-year-picker,.next-form-item-fullwidth .next-form-item-control>.next-range-picker,.next-form-item-fullwidth .next-form-item-control>.next-time-picker {
    width: 100%
}

.next-form-item-fullwidth .next-form-item-control>.next-date-picker2 .next-date-picker2-input input {
    width: inherit
}

.next-form-item-label {
    display: inline-block;
    vertical-align: top;
    color: #666;
    text-align: right;
    padding-right: 12px
}

.next-form-item-label label[required]:before {
    margin-right: 4px;
    content: "*";
    color: #ff3000
}

.next-form-item-label.has-colon label:after {
    content: ":";
    position: relative;
    top: -.5px;
    margin: 0 0 0 2px
}

.next-form-item-label.next-left {
    text-align: left
}

.next-form-item-label.next-left>label[required]:before {
    display: none
}

.next-form-item-label.next-left>label[required]:after {
    margin-left: 4px;
    content: "*";
    color: #ff3000
}

.next-form-item-help {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.5;
    color: #999
}

.next-form.next-inline .next-form-item {
    display: inline-block;
    vertical-align: top
}

.next-form.next-inline .next-form-item.next-left .next-form-item-control {
    display: inline-block;
    vertical-align: top;
    line-height: 0
}

.next-form.next-inline .next-form-item:not(:last-child) {
    margin-right: 20px
}

.next-form.next-inline .next-form-item.next-large:not(:last-child) {
    margin-right: 24px
}

.next-form.next-inline .next-form-item.next-small:not(:last-child) {
    margin-right: 16px
}

@media screen and (min-width: 0\fffd) and (min-resolution: .001dpcm) {
    .next-form-item.next-left>.next-form-item-label {
        display:table-cell
    }

    .next-form.next-inline .next-form-item.next-left .next-form-item-control {
        display: table-cell
    }
}

.next-form[dir=rtl] .next-form-item-label {
    text-align: left;
    padding-left: 12px;
    padding-right: 0
}

.next-form[dir=rtl].next-inline .next-form-item:not(:last-child) {
    margin-left: 20px;
    margin-right: 0
}

.next-form[dir=rtl].next-inline .next-form-item.next-large:not(:last-child) {
    margin-left: 24px;
    margin-right: 0
}

.next-form[dir=rtl].next-inline .next-form-item.next-small:not(:last-child) {
    margin-left: 16px;
    margin-right: 0
}

.email-register {
    position: relative;
    padding-top: 0
}

.email-register .register-container {
    width: 1000px;
    background-color: #fff;
    box-shadow: 0 0 5px #2b333b26;
    border-radius: 12px;
    margin: 0 auto
}

.email-register .register-container .register-checkbox {
    display: flex
}

.email-register .register-container .register-checkbox .inner-link {
    line-height: 1;
    min-width: 600px
}

.email-register .register-container .register-checkbox .inner-link p {
    line-height: 1
}

.email-register .register-container .register-checkbox .inner-link a:link {
    text-decoration: none;
    color: #026bff
}

.email-register .register-container .register-checkbox .inner-link span {
    color: #28555A;
}

.email-register .register-container .register-checkboxs {
    display: flex
}

.email-register .register-container .register-checkboxs .inner-link {
    line-height: 1;
    min-width: 600px
}

.email-register .register-container .register-checkboxs .inner-link p {
    line-height: 1
}

.email-register .register-container .register-checkboxs .inner-link a:link {
    text-decoration: none;
    color: #026bff
}

.email-register .register-container .register-checkboxs .inner-link span {
    color: #F93600;
}

.email-register .register-container .next-medium .next-form-item-label {
    font-weight: 600;
    color: #2b323b;
    font-size: 14px;
    line-height: 30px
}

.email-register .register-container .next-medium.next-input {
    height: 36px
}

.email-register .register-container .next-medium.next-input input {
    height: 100%;
    font-size: 14px
}

.email-register .register-container .next-medium.next-input input::placeholder {
    font-size: 14px
}

.email-register .register-container .next-medium.next-input .next-icon:before {
    width: 14px;
    font-size: 14px
}

.email-register .register-container .next-medium .next-form-item-help,.email-register .register-container .next-medium .next-checkbox-label {
    font-size: 14px
}

.email-register .register-container .register-header {
    font-weight: 500;
    font-size: 24px;
    color: #2b323b;
    letter-spacing: 0;
    line-height: 36px;
    margin-bottom: 20px
}

.email-register .register-container .register-header-pop {
    font-weight: 500;
    font-size: 20px;
    color: #2b323b;
    letter-spacing: 0;
    line-height: 36px;
    margin-bottom: 20px
}

.email-register .register-container .register-content {
    padding: 32px 228px 10px
}

.email-register .register-container .customerValidate {
    margin-top: 4px;
    color: #e6200a;
    font-family: OpenSans,Helvetica Neue,Helvetica,Tahoma,Arial,PingFang SC,Microsoft YaHei;
    font-size: 12px;
    line-height: 18px;
    box-sizing: border-box
}

.email-register .form-submit-btn {
    font-size: 14px!important;
    height: 40px!important;
    padding: 0 30px!important;
    background-color: #026bff!important;
    border-radius: 6px!important
}

.email-register .entryButtonBox {
    width: 1000px;
    background-color: #fff;
    margin: 16px auto;
    height: 68px;
    box-shadow: 0 0 5px #2b333b26;
    border-radius: 12px;
    padding: 0 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.email-register .entryButtonBox .form-submit-entry {
    font-size: 14px!important;
    height: 36px;
    background-color:#F93600;
    font-family: PingFangSC;
    border-radius: 6px
}

.email-register .entryButtonBox .form-btn-entry {
    font-size: 14px!important;
    height: 36px;
    font-family: PingFangSC;
    /* border-radius: 6px */
}

.email-register .entryButtonBox .form-btn-entry:hover {
    background: #F93600;
}

.account-dialog {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.account-dialog-mask {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6
}

.account-dialog-content {
    position: absolute;
    box-sizing: border-box;
    width: 480px;
    padding: 40px 60px 26px;
    background: #fff
}

.account-dialog-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
    color: #333;
    cursor: pointer
}

@media (max-width: 768px) {
    .account-dialog-mask {
        width:100%;
        height: 100%;
        background: #000;
        opacity: .6
    }

    @keyframes drawer {
        0% {
            bottom: -272px
        }

        25% {
            bottom: -180px
        }

        50% {
            bottom: -120px
        }

        75% {
            bottom: -60px
        }

        to {
            bottom: 0
        }
    }

    .account-dialog-content {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 16px 18px 16px 28px;
        animation: drawer .2s linear
    }
}

.popup-suggestion-list {
    position: absolute;
    z-index: 2;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0 4px 8px #0000003d;
    cursor: pointer
}

.popup-suggestion-list .popup-suggestion-item {
    padding: 0 12px;
    color: #222;
    font-size: 16px;
    line-height: 40px
}

.popup-suggestion-list .popup-suggestion-item em {
    font-weight: 700;
    font-style: normal
}

.popup-suggestion-list .actived {
    background-color: #f5f5f5
}

.baxia-box iframe {
    width: 100%;
    max-height: 34px
}

.baxia-tip {
    color: #f33
}

.verify-code {
    width: 100%
}

.verify-code .code-box {
    width: 100%;
    text-align: center
}

.verify-code .code-box input {
    width: 50px;
    height: 50px;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 4px;
    color: #222;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    border: 2px solid #ccc;
    outline: 0;
    -webkit-appearance: none;
    appearance: none
}

.verify-code .code-box input::-webkit-outer-spin-button,.verify-code .code-box input::-webkit-inner-spin-button {
    -webkit-appearance: none
}

.verify-code .code-box input[type=number] {
    -moz-appearance: textfield
}

.verify-code .code-errorBox input {
    border: 2px solid #f33!important
}

.verify-code .error-tips {
    width: 100%;
    margin: 6px 0 0;
    color: #f33;
    line-height: 18px;
    text-align: center
}

.verify-code .resend {
    margin: 12px 0 0;
    color: #27f;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-decoration: underline;
    cursor: pointer
}

.verify-code .resend.invalid {
    color: #999;
    cursor: unset
}

@media (max-width: 768px) {
    .verify-code .code-box input {
        width:40px;
        height: 40px;
        margin-left: 2px;
        margin-right: 2px
    }
}

.error-tips {
    color: #ff3b62;
    padding: 6px 0 0;
    font-size: 12px
}

.error-tips.left {
    display: block;
    text-align: left
}

.error-tip-list {
    padding: 0;
    margin: 4px 0
}

.error-tip-list .error-tip-list-item {
    list-style: inside
}

.error-tip-list .error-tip-list-item.error {
    color: red
}

.error-tip-list .error-tip-list-item.success {
    color: green
}

.buyer-account-input {
    position: relative
}

.buyer-account-input input {
    width: 100%;
    height: 48px;
    padding: 6px 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    outline: 0;
    -webkit-appearance: none
}

.buyer-account-input input:focus {
    border-color: #222
}

.buyer-account-input input::-ms-input-placeholder {
    color: #999
}

.buyer-account-input input::-webkit-input-placeholder {
    color: #999
}

.buyer-account-input input::-moz-placeholder {
    color: #999
}

.buyer-account-input input::-webkit-credentials-auto-fill-button {
    display: none!important;
    visibility: hidden
}

.buyer-account-input .buyer-account-input-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    margin: 12px;
    color: #333;
    cursor: pointer
}

.buyer-account-input .buyer-account-input-toggle svg {
    width: 24px;
    height: 24px
}

.buyer-account-input .buyer-account-input-tips {
    width: 100%;
    margin-top: 6px;
    color: #666;
    line-height: 18px
}

.buyer-account-input .buyer-account-pwd-tips {
    margin: 4px 0
}

.buyer-account-input .buyer-account-pwd-tips .buyer-account-pwd-tip-item {
    list-style: inside
}

.buyer-account-input .buyer-account-pwd-tips .buyer-account-pwd-tip-item.error {
    color: red
}

.buyer-account-input .buyer-account-pwd-tips .buyer-account-pwd-tip-item.success {
    color: green
}

.buyer-account-input-error input {
    border-color: #f33
}

.buyer-account-input-error input:focus {
    border-color: #f33
}

.buyer-account-input-error .buyer-account-input-tips {
    color: #f33
}

.buyer-account-button {
    position: relative;
    width: 100%;
    height: 48px;
    padding: 0 34px;
    overflow: hidden;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
    background-color: #222;
    border: 2px solid #222;
    cursor: pointer
}

.buyer-account-button-line {
    color: #222;
    background-color: #fff
}

.buyer-account-button-loading {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 24px
}

.buyer-account-checkbox {
    line-height: 20px;
    display: flex
}

.buyer-account-checkbox input[type=checkbox] {
    vertical-align: middle;
    margin-right: 8px;
    margin-left: 0
}

:root {
    --toast-default: #222;
    --toast-success: #27d0b2;
    --toast-error: #c52965;
    --toast-info: #004eff;
    --toast-warning: #d0761d;
    --toast-black: #222;
    --toast-white: #fff
}

.toast {
    padding: 15px;
    min-width: 300px;
    max-width: 400px;
    color: var(--toast-white);
    display: flex;
    align-items: flex-start;
    line-height: 1.6;
    font-size: 14px;
    border-radius: 15px
}

.toast.default {
    background-color: var(--toast-default)
}

.toast.success {
    background-color: var(--toast-success)
}

.toast.error {
    background-color: var(--toast-error)
}

.toast.info {
    background-color: var(--toast-info)
}

.toast.warning {
    background-color: var(--toast-warning)
}

.toast .content {
    flex: 1
}

.toast .content p {
    padding: 0;
    margin: 0
}

.toast .close {
    margin-left: 10px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff0;
    transition: all .1s ease-in-out;
    border-radius: 8px;
    cursor: pointer
}

.toast .close:hover {
    background-color: #fff3
}

.toast .icon {
    margin-right: 10px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff3;
    border-radius: 8px
}

.toastContainer {
    overflow: hidden;
    overflow-x: auto;
    display: grid;
    grid-gap: 20px;
    position: fixed;
    user-select: none
}

.top-left {
    top: 20px;
    left: 20px
}

.top-center {
    top: 20px;
    left: 50%;
    transform: translate(-50%)
}

.top-right {
    top: 20px;
    right: 20px
}

.bottom-left {
    bottom: 20px;
    left: 20px
}

.bottom-center {
    bottom: 20px;
    left: 50%;
    transform: translate(-50%)
}

.bottom-right {
    bottom: 20px;
    right: 20px
}

.message-container {
    padding: 8px 12px;
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center
}

.message-container.right {
    background-color: #00b71514
}

.message-container.wrong {
    background-color: #b72b0014
}

.message-container.default {
    background-color: #38373714
}

.message-container .message-icon {
    width: 22px;
    height: 22px;
    font-size: 22px;
    margin-right: 8px
}

.message-container .message-icon.right {
    color: #00b715
}

.message-container .message-icon.wrong {
    color: #b72b00
}

.message-container .message-icon.default {
    color: #383737
}

.message-container .message-content {
    flex: 1;
    font-size: 12px;
    letter-spacing: 0
}

.send-code-btn {
    margin-right: 12px;
    font-size: 14px!important
}

.next-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
    top: 0;
    margin: -1px
}

.next-dialog[dir=rtl],.next-dialog[dir=rtl] .next-dialog-footer.next-align-left {
    text-align: right
}

.next-dialog[dir=rtl] .next-dialog-footer.next-align-center {
    text-align: center
}

.next-dialog[dir=rtl] .next-dialog-footer.next-align-right {
    text-align: left
}

.next-dialog[dir=rtl] .next-dialog-btn+.next-dialog-btn {
    margin-right: 4px;
    margin-left: 0
}

.next-dialog[dir=rtl] .next-dialog-close {
    left: 12px;
    right: auto
}

.next-dialog {
    box-sizing: border-box;
    position: fixed;
    z-index: 1001;
    background: #fff;
    border: 1px solid #DCDEE3;
    border-radius: 3px;
    box-shadow: 0 2px 4px #0000001f;
    text-align: left;
    overflow: hidden;
    max-width: 90%
}

.next-dialog *,.next-dialog *:before,.next-dialog *:after {
    box-sizing: border-box
}

.next-dialog-header {
    padding: 12px 20px;
    border-bottom: 0px solid rgba(0,0,0,0);
    font-size: 16px;
    font-weight: 400;
    background: rgba(0,0,0,0);
    color: #333
}

.next-dialog-body {
    padding: 20px;
    font-size: 12px;
    line-height: 1.5;
    color: #666
}

.next-dialog-body-no-footer {
    margin-bottom: 0
}

.next-dialog-body-no-padding {
    padding: 0
}

.next-dialog-footer {
    padding: 12px 20px;
    border-top: 0px solid rgba(0,0,0,0);
    background: rgba(0,0,0,0)
}

.next-dialog-footer.next-align-left {
    text-align: left
}

.next-dialog-footer.next-align-center {
    text-align: center
}

.next-dialog-footer.next-align-right {
    text-align: right
}

.next-dialog-footer-fixed-height {
    position: absolute;
    width: 100%;
    bottom: 0
}

.next-dialog-btn+.next-dialog-btn {
    margin-left: 4px
}

.next-dialog-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 16px;
    height: 16px;
    color: #999;
    cursor: pointer
}

.next-dialog-close:link,.next-dialog-close:visited {
    height: 16px;
    color: #999
}

.next-dialog-close:hover {
    background: rgba(0,0,0,0);
    color: #333
}

.next-dialog-close .next-dialog-close-icon.next-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -6px;
    width: 12px;
    height: 12px;
    line-height: 1em
}

.next-dialog-close .next-dialog-close-icon.next-icon:before {
    width: 12px;
    height: 12px;
    font-size: 12px;
    line-height: 1em
}

.next-dialog-container {
    position: fixed;
    inset: 0;
    z-index: 1001;
    padding: 40px;
    overflow: auto;
    text-align: center;
    box-sizing: border-box
}

.next-dialog-container:before {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
    content: ""
}

.next-dialog-container .next-dialog {
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.next-dialog-quick .next-dialog-body {
    padding: 20px
}

.next-dialog .next-dialog-message.next-message {
    min-width: 300px;
    padding: 0
}

.next-dialog-wrapper {
    position: fixed;
    inset: 0;
    overflow: auto
}

.next-dialog-inner-wrapper {
    display: flex;
    position: relative;
    top: 100px;
    pointer-events: none;
    padding-bottom: 24px
}

.next-dialog-v2 {
    pointer-events: auto;
    margin: 0 auto
}

.next-dialog-v2 .next-dialog-header {
    word-break: break-word;
    padding-right: 40px
}

.next-dialog-v2 .next-dialog-body {
    padding-right: 40px
}

.next-dialog-v2 .next-dialog-header+.next-dialog-body {
    padding: 20px
}

.next-dialog-v2 .next-dialog-header+.next-dialog-body-no-footer {
    margin-bottom: 0
}

.next-dialog-v2 .next-dialog-body.next-dialog-body-no-padding {
    padding: 0
}

.next-dialog.next-dialog-v2 {
    position: relative
}

.next-dialog-centered {
    text-align: center
}

.next-dialog-centered:before {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    content: ""
}

.next-dialog-centered .next-dialog-v2 {
    margin: 40px 0;
    display: inline-block;
    text-align: left;
    vertical-align: middle
}

.mobile-check-dialog {
    width: 344px;
    border: none;
    border-radius: 6px
}

.mobile-check-dialog .next-dialog-header {
    font-weight: 500;
    padding: 13px 20px
}

.mobile-check-dialog .next-form-item-explain {
    position: relative;
    width: 250px
}

.mobile-check-dialog .next-form-item-explain .code-send-tip {
    font-size: 12px;
    color: #35b34a
}

.mobile-check-dialog .next-dialog-footer {
    border-top: 1px solid #e2e5e9
}

.mobile-check-dialog .phone-check-btn {
    height: 36px;
    padding: 0 30px!important;
    background-color: #026bff;
    border-radius: 6px;
    font-size: 14px
}

.mobile-check-dialog .next-dialog-body {
    padding: 0 20px 20px!important
}

.mobile-check-dialog .next-input.next-medium input {
    height: 36px
}

html .next-menu .next-menu-item {
    padding: 0 20px
}

.mobile-tip {
    background: #f9f1da;
    padding: 10px;
    margin-bottom: 10px
}

.message {
    margin: 8px 0 16px;
    display: flex;
    padding: 9px 12px;
    line-height: 15px;
    align-items: center;
    width: 304px;
    border: 1px solid #3D8EFF;
    border-radius: 6px;
    background-color: #edf4ff
}

.message .message-note {
    font-size: 14px;
    color: #2b2d3b;
    font-family: PingFangSC;
    margin-left: 8px
}

.resetFromItemStyles {
    position: relative
}

.resetFromItemStyles .next-form-item-label label:first-child {
    height: 22px;
    font-family: PingFangSC;
    font-weight: 600;
    font-size: 14px;
    color: #000;
    line-height: 22px
}

.resetFromItemStyles .next-form-item-label label:first-child:before {
    content: "*";
    color: red;
    margin-left: 4px
}
