



@media (prefers-reduced-motion: no-preference) {
    .animations-enabled .video-stamp [data-name="text"] {
        transform-origin: 50%;
        -webkit-animation: stamp-spin-outer 12s infinite linear;
        animation: stamp-spin-outer 12s infinite linear
    }

    @-webkit-keyframes stamp-spin-outer {
        0% {
            transform: rotate(0deg)
        }

        100% {
            transform: rotate(360deg)
        }
    }

    @keyframes stamp-spin-outer {
        0% {
            transform: rotate(0deg)
        }

        100% {
            transform: rotate(360deg)
        }
    }

    .animations-enabled .animate-img {
        background: #e6e6e6;
        overflow: hidden
    }

    .animations-enabled .animate-img img {
        transform-origin: 50%;
        transform: scale(1.05);
        opacity: 0;
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s
    }

    .animations-enabled .animate-img.animated img {
        transform: scale(1);
        opacity: 1
    }

    .animations-enabled .section-light-gray .animate-img,.animations-enabled .page-template-biographies .animate-img {
        background: #dcdcdc
    }

    .animations-enabled .section-dark .animate-img {
        background: #1b1b1b
    }

    .animations-enabled .animate-txt p,.animations-enabled .animate-txt .gform_wrapper .gform_description,.gform_wrapper .animations-enabled .animate-txt .gform_description,.animations-enabled .animate-txt .btn,.animations-enabled .animate-txt input[type="submit"],.animations-enabled .animate-txt button,.animations-enabled .animate-txt .txt-styles .wp-block-file__button,.txt-styles .animations-enabled .animate-txt .wp-block-file__button,.animations-enabled .animate-txt .txt-styles .wp-block-button__link,.txt-styles .animations-enabled .animate-txt .wp-block-button__link,.animations-enabled .animate-txt cite {
        transition: opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s, transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s
    }

    .animations-enabled .animate-txt.animated p,.animations-enabled .animate-txt.animated .gform_wrapper .gform_description,.gform_wrapper .animations-enabled .animate-txt.animated .gform_description,.animations-enabled .animate-txt.animated .btn,.animations-enabled .animate-txt.animated input[type="submit"],.animations-enabled .animate-txt.animated button,.animations-enabled .animate-txt.animated .txt-styles .wp-block-file__button,.txt-styles .animations-enabled .animate-txt.animated .wp-block-file__button,.animations-enabled .animate-txt.animated .txt-styles .wp-block-button__link,.txt-styles .animations-enabled .animate-txt.animated .wp-block-button__link {
        transform: translateY(0px);
        opacity: 1
    }

    .animations-enabled .animate-txt:not(.animated) p,.animations-enabled .animate-txt:not(.animated) .gform_wrapper .gform_description,.gform_wrapper .animations-enabled .animate-txt:not(.animated) .gform_description,.animations-enabled .animate-txt:not(.animated) .btn,.animations-enabled .animate-txt:not(.animated) input[type="submit"],.animations-enabled .animate-txt:not(.animated) button,.animations-enabled .animate-txt:not(.animated) .txt-styles .wp-block-file__button,.txt-styles .animations-enabled .animate-txt:not(.animated) .wp-block-file__button,.animations-enabled .animate-txt:not(.animated) .txt-styles .wp-block-button__link,.txt-styles .animations-enabled .animate-txt:not(.animated) .wp-block-button__link,.animations-enabled .animate-txt:not(.animated) cite {
        transform: translateY(40px);
        opacity: 0
    }

    .animations-enabled .animate-slide-left {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s
    }

    .animations-enabled .animate-slide-left.animated {
        transform: translateX(0px);
        opacity: 1
    }

    .animations-enabled .animate-slide-left:not(.animated) {
        transform: translateX(80px);
        opacity: 0
    }

    .animations-enabled .animate-slide-right {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s
    }

    .animations-enabled .animate-slide-right.animated {
        transform: translateX(0px);
        opacity: 1
    }

    .animations-enabled .animate-slide-right:not(.animated) {
        transform: translateX(-80px);
        opacity: 0
    }

    .animations-enabled .animate-fade {
        transition: opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s
    }

    .animations-enabled .animate-fade.animated {
        opacity: 1
    }

    .animations-enabled .animate-fade:not(.animated) {
        opacity: 0
    }

    .animations-enabled .animate-fade-up {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s
    }

    .animations-enabled .animate-fade-up.animated {
        transform: translateY(0px);
        opacity: 1
    }

    .animations-enabled .animate-fade-up:not(.animated) {
        transform: translateY(80px);
        opacity: 0
    }

    .animations-enabled .animate-emerge {
        overflow: hidden
    }

    .animations-enabled .animate-emerge>* {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s
    }

    .animations-enabled .animate-emerge.animated>* {
        transform: translateY(0%)
    }

    .animations-enabled .animate-emerge:not(.animated)>* {
        transform: translateY(100%)
    }

    .animations-enabled .animate-grayscale {
        transition: -webkit-filter cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s;
        transition: filter cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s;
        transition: filter cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s, -webkit-filter cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s
    }

    .animations-enabled .animate-grayscale .animated {
        -webkit-filter: grayscale(0%) brightness(1);
        filter: grayscale(0%) brightness(1)
    }

    .animations-enabled .animate-grayscale:not(.animated) {
        -webkit-filter: grayscale(100%) brightness(0.3);
        filter: grayscale(100%) brightness(0.3)
    }

    .animations-enabled .animate-letters span {
        display: inline-block
    }

    .animations-enabled .animate-letters.animated span {
        transform: translateY(0px);
        opacity: 1
    }

    .animations-enabled .animate-letters.animated span:nth-child(1) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 0s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 0s
    }

    .animations-enabled .animate-letters.animated span:nth-child(2) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 0.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 0.2s
    }

    .animations-enabled .animate-letters.animated span:nth-child(3) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 0.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 0.4s
    }

    .animations-enabled .animate-letters.animated span:nth-child(4) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 0.6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 0.6s
    }

    .animations-enabled .animate-letters.animated span:nth-child(5) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 0.8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 0.8s
    }

    .animations-enabled .animate-letters.animated span:nth-child(6) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 1s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 1s
    }

    .animations-enabled .animate-letters.animated span:nth-child(7) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 1.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 1.2s
    }

    .animations-enabled .animate-letters.animated span:nth-child(8) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 1.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 1.4s
    }

    .animations-enabled .animate-letters.animated span:nth-child(9) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 1.6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 1.6s
    }

    .animations-enabled .animate-letters.animated span:nth-child(10) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 1.8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 1.8s
    }

    .animations-enabled .animate-letters.animated span:nth-child(11) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 2s
    }

    .animations-enabled .animate-letters.animated span:nth-child(12) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 2.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 2.2s
    }

    .animations-enabled .animate-letters.animated span:nth-child(13) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 2.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 2.4s
    }

    .animations-enabled .animate-letters.animated span:nth-child(14) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 2.6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 2.6s
    }

    .animations-enabled .animate-letters.animated span:nth-child(15) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 2.8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 2.8s
    }

    .animations-enabled .animate-letters.animated span:nth-child(16) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 3s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 3s
    }

    .animations-enabled .animate-letters.animated span:nth-child(17) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 3.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 3.2s
    }

    .animations-enabled .animate-letters.animated span:nth-child(18) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 3.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 3.4s
    }

    .animations-enabled .animate-letters.animated span:nth-child(19) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 3.6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 3.6s
    }

    .animations-enabled .animate-letters.animated span:nth-child(20) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 3.8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 3.8s
    }

    .animations-enabled .animate-letters.animated span:nth-child(21) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 4s
    }

    .animations-enabled .animate-letters.animated span:nth-child(22) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 4.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 4.2s
    }

    .animations-enabled .animate-letters.animated span:nth-child(23) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 4.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 4.4s
    }

    .animations-enabled .animate-letters.animated span:nth-child(24) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 4.6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 4.6s
    }

    .animations-enabled .animate-letters.animated span:nth-child(25) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 4.8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 4.8s
    }

    .animations-enabled .animate-letters.animated span:nth-child(26) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 5s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 5s
    }

    .animations-enabled .animate-letters.animated span:nth-child(27) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 5.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 5.2s
    }

    .animations-enabled .animate-letters.animated span:nth-child(28) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 5.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 5.4s
    }

    .animations-enabled .animate-letters.animated span:nth-child(29) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 5.6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 5.6s
    }

    .animations-enabled .animate-letters.animated span:nth-child(30) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 5.8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 5.8s
    }

    .animations-enabled .animate-letters.animated span:nth-child(31) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 6s
    }

    .animations-enabled .animate-letters.animated span:nth-child(32) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 6.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 6.2s
    }

    .animations-enabled .animate-letters.animated span:nth-child(33) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 6.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 6.4s
    }

    .animations-enabled .animate-letters.animated span:nth-child(34) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 6.6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 6.6s
    }

    .animations-enabled .animate-letters.animated span:nth-child(35) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 6.8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 6.8s
    }

    .animations-enabled .animate-letters.animated span:nth-child(36) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 7s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 7s
    }

    .animations-enabled .animate-letters.animated span:nth-child(37) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 7.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 7.2s
    }

    .animations-enabled .animate-letters.animated span:nth-child(38) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 7.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 7.4s
    }

    .animations-enabled .animate-letters.animated span:nth-child(39) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 7.6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 7.6s
    }

    .animations-enabled .animate-letters.animated span:nth-child(40) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 7.8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 7.8s
    }

    .animations-enabled .animate-letters.animated span:nth-child(41) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 8s
    }

    .animations-enabled .animate-letters.animated span:nth-child(42) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 8.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 8.2s
    }

    .animations-enabled .animate-letters.animated span:nth-child(43) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 8.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 8.4s
    }

    .animations-enabled .animate-letters.animated span:nth-child(44) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 8.6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 8.6s
    }

    .animations-enabled .animate-letters.animated span:nth-child(45) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 8.8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 8.8s
    }

    .animations-enabled .animate-letters.animated span:nth-child(46) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 9s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 9s
    }

    .animations-enabled .animate-letters.animated span:nth-child(47) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 9.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 9.2s
    }

    .animations-enabled .animate-letters.animated span:nth-child(48) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 9.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 9.4s
    }

    .animations-enabled .animate-letters.animated span:nth-child(49) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 9.6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 9.6s
    }

    .animations-enabled .animate-letters.animated span:nth-child(50) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 9.8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 9.8s
    }

    .animations-enabled .animate-letters.animated span:nth-child(51) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 10s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 10s
    }

    .animations-enabled .animate-letters.animated span:nth-child(52) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 10.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 10.2s
    }

    .animations-enabled .animate-letters.animated span:nth-child(53) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 10.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 10.4s
    }

    .animations-enabled .animate-letters.animated span:nth-child(54) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 10.6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 10.6s
    }

    .animations-enabled .animate-letters.animated span:nth-child(55) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 10.8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 10.8s
    }

    .animations-enabled .animate-letters.animated span:nth-child(56) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 11s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 11s
    }

    .animations-enabled .animate-letters.animated span:nth-child(57) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 11.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 11.2s
    }

    .animations-enabled .animate-letters.animated span:nth-child(58) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 11.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 11.4s
    }

    .animations-enabled .animate-letters.animated span:nth-child(59) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 11.6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 11.6s
    }

    .animations-enabled .animate-letters.animated span:nth-child(60) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 11.8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 11.8s
    }

    .animations-enabled .animate-letters.animated span:nth-child(61) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 12s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 12s
    }

    .animations-enabled .animate-letters.animated span:nth-child(62) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 12.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 12.2s
    }

    .animations-enabled .animate-letters.animated span:nth-child(63) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 12.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 12.4s
    }

    .animations-enabled .animate-letters.animated span:nth-child(64) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 12.6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 12.6s
    }

    .animations-enabled .animate-letters.animated span:nth-child(65) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 12.8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 12.8s
    }

    .animations-enabled .animate-letters.animated span:nth-child(66) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 13s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 13s
    }

    .animations-enabled .animate-letters.animated span:nth-child(67) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 13.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 13.2s
    }

    .animations-enabled .animate-letters.animated span:nth-child(68) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 13.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 13.4s
    }

    .animations-enabled .animate-letters.animated span:nth-child(69) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 13.6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 13.6s
    }

    .animations-enabled .animate-letters.animated span:nth-child(70) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 13.8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 13.8s
    }

    .animations-enabled .animate-letters.animated span:nth-child(71) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 14s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 14s
    }

    .animations-enabled .animate-letters.animated span:nth-child(72) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 14.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 14.2s
    }

    .animations-enabled .animate-letters.animated span:nth-child(73) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 14.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 14.4s
    }

    .animations-enabled .animate-letters.animated span:nth-child(74) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 14.6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 14.6s
    }

    .animations-enabled .animate-letters.animated span:nth-child(75) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 14.8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 14.8s
    }

    .animations-enabled .animate-letters.animated span:nth-child(76) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 15s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 15s
    }

    .animations-enabled .animate-letters.animated span:nth-child(77) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 15.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 15.2s
    }

    .animations-enabled .animate-letters.animated span:nth-child(78) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 15.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 15.4s
    }

    .animations-enabled .animate-letters.animated span:nth-child(79) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 15.6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 15.6s
    }

    .animations-enabled .animate-letters.animated span:nth-child(80) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 15.8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 15.8s
    }

    .animations-enabled .animate-letters.animated span:nth-child(81) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 16s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 16s
    }

    .animations-enabled .animate-letters.animated span:nth-child(82) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 16.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 16.2s
    }

    .animations-enabled .animate-letters.animated span:nth-child(83) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 16.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 16.4s
    }

    .animations-enabled .animate-letters.animated span:nth-child(84) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 16.6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 16.6s
    }

    .animations-enabled .animate-letters.animated span:nth-child(85) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 16.8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 16.8s
    }

    .animations-enabled .animate-letters.animated span:nth-child(86) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 17s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 17s
    }

    .animations-enabled .animate-letters.animated span:nth-child(87) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 17.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 17.2s
    }

    .animations-enabled .animate-letters.animated span:nth-child(88) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 17.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 17.4s
    }

    .animations-enabled .animate-letters.animated span:nth-child(89) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 17.6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 17.6s
    }

    .animations-enabled .animate-letters.animated span:nth-child(90) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 17.8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 17.8s
    }

    .animations-enabled .animate-letters.animated span:nth-child(91) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 18s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 18s
    }

    .animations-enabled .animate-letters.animated span:nth-child(92) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 18.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 18.2s
    }

    .animations-enabled .animate-letters.animated span:nth-child(93) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 18.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 18.4s
    }

    .animations-enabled .animate-letters.animated span:nth-child(94) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 18.6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 18.6s
    }

    .animations-enabled .animate-letters.animated span:nth-child(95) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 18.8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 18.8s
    }

    .animations-enabled .animate-letters.animated span:nth-child(96) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 19s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 19s
    }

    .animations-enabled .animate-letters.animated span:nth-child(97) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 19.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 19.2s
    }

    .animations-enabled .animate-letters.animated span:nth-child(98) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 19.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 19.4s
    }

    .animations-enabled .animate-letters:not(.animated) span {
        transform: translateY(50px);
        opacity: 0;
        transition: opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s, transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s
    }

    .animations-enabled .animate-list.animated li {
        transform: translateY(0px);
        opacity: 1
    }

    .animations-enabled .animate-list.animated li:nth-child(1) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 0s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 0s
    }

    .animations-enabled .animate-list.animated li:nth-child(2) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s .2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s .2s
    }

    .animations-enabled .animate-list.animated li:nth-child(3) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s .4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s .4s
    }

    .animations-enabled .animate-list.animated li:nth-child(4) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s .6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s .6s
    }

    .animations-enabled .animate-list.animated li:nth-child(5) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s .8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s .8s
    }

    .animations-enabled .animate-list.animated li:nth-child(6) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 1s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 1s
    }

    .animations-enabled .animate-list.animated li:nth-child(7) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 1.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 1.2s
    }

    .animations-enabled .animate-list.animated li:nth-child(8) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 1.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 1.4s
    }

    .animations-enabled .animate-list.animated li:nth-child(9) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 1.6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 1.6s
    }

    .animations-enabled .animate-list.animated li:nth-child(10) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 1.8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 1.8s
    }

    .animations-enabled .animate-list.animated li:nth-child(11) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 2s
    }

    .animations-enabled .animate-list.animated li:nth-child(12) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 2.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 2.2s
    }

    .animations-enabled .animate-list.animated li:nth-child(13) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 2.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 2.4s
    }

    .animations-enabled .animate-list.animated li:nth-child(14) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 2.6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 2.6s
    }

    .animations-enabled .animate-list.animated li:nth-child(15) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 2.8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 2.8s
    }

    .animations-enabled .animate-list.animated li:nth-child(16) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 3s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 3s
    }

    .animations-enabled .animate-list.animated li:nth-child(17) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 3.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 3.2s
    }

    .animations-enabled .animate-list.animated li:nth-child(18) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 3.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 3.4s
    }

    .animations-enabled .animate-list.animated li:nth-child(19) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 3.6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 3.6s
    }

    .animations-enabled .animate-list.animated li:nth-child(20) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 3.8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 3.8s
    }

    .animations-enabled .animate-list.animated li:nth-child(21) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 4s
    }

    .animations-enabled .animate-list.animated li:nth-child(22) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 4.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 4.2s
    }

    .animations-enabled .animate-list.animated li:nth-child(23) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 4.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 4.4s
    }

    .animations-enabled .animate-list.animated li:nth-child(24) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 4.6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 4.6s
    }

    .animations-enabled .animate-list.animated li:nth-child(25) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 4.8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 4.8s
    }

    .animations-enabled .animate-list.animated li:nth-child(26) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 5s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 5s
    }

    .animations-enabled .animate-list.animated li:nth-child(27) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 5.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 5.2s
    }

    .animations-enabled .animate-list.animated li:nth-child(28) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 5.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 5.4s
    }

    .animations-enabled .animate-list.animated li:nth-child(29) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 5.6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 5.6s
    }

    .animations-enabled .animate-list.animated li:nth-child(30) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 5.8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 5.8s
    }

    .animations-enabled .animate-list.animated li:nth-child(31) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 6s
    }

    .animations-enabled .animate-list.animated li:nth-child(32) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 6.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 6.2s
    }

    .animations-enabled .animate-list.animated li:nth-child(33) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 6.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 6.4s
    }

    .animations-enabled .animate-list.animated li:nth-child(34) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 6.6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 6.6s
    }

    .animations-enabled .animate-list.animated li:nth-child(35) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 6.8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 6.8s
    }

    .animations-enabled .animate-list.animated li:nth-child(36) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 7s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 7s
    }

    .animations-enabled .animate-list.animated li:nth-child(37) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 7.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 7.2s
    }

    .animations-enabled .animate-list.animated li:nth-child(38) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 7.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 7.4s
    }

    .animations-enabled .animate-list.animated li:nth-child(39) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 7.6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 7.6s
    }

    .animations-enabled .animate-list.animated li:nth-child(40) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 7.8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 7.8s
    }

    .animations-enabled .animate-list.animated li:nth-child(41) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 8s
    }

    .animations-enabled .animate-list.animated li:nth-child(42) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 8.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 8.2s
    }

    .animations-enabled .animate-list.animated li:nth-child(43) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 8.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 8.4s
    }

    .animations-enabled .animate-list.animated li:nth-child(44) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 8.6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 8.6s
    }

    .animations-enabled .animate-list.animated li:nth-child(45) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 8.8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 8.8s
    }

    .animations-enabled .animate-list.animated li:nth-child(46) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 9s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 9s
    }

    .animations-enabled .animate-list.animated li:nth-child(47) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 9.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 9.2s
    }

    .animations-enabled .animate-list.animated li:nth-child(48) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 9.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 9.4s
    }

    .animations-enabled .animate-list.animated li:nth-child(49) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 9.6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 9.6s
    }

    .animations-enabled .animate-list.animated li:nth-child(50) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 9.8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 9.8s
    }

    .animations-enabled .animate-list.animated li:nth-child(51) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 10s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 10s
    }

    .animations-enabled .animate-list.animated li:nth-child(52) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 10.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 10.2s
    }

    .animations-enabled .animate-list.animated li:nth-child(53) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 10.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 10.4s
    }

    .animations-enabled .animate-list.animated li:nth-child(54) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 10.6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 10.6s
    }

    .animations-enabled .animate-list.animated li:nth-child(55) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 10.8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 10.8s
    }

    .animations-enabled .animate-list.animated li:nth-child(56) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 11s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 11s
    }

    .animations-enabled .animate-list.animated li:nth-child(57) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 11.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 11.2s
    }

    .animations-enabled .animate-list.animated li:nth-child(58) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 11.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 11.4s
    }

    .animations-enabled .animate-list.animated li:nth-child(59) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 11.6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 11.6s
    }

    .animations-enabled .animate-list.animated li:nth-child(60) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 11.8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 11.8s
    }

    .animations-enabled .animate-list.animated li:nth-child(61) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 12s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 12s
    }

    .animations-enabled .animate-list.animated li:nth-child(62) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 12.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 12.2s
    }

    .animations-enabled .animate-list.animated li:nth-child(63) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 12.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 12.4s
    }

    .animations-enabled .animate-list.animated li:nth-child(64) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 12.6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 12.6s
    }

    .animations-enabled .animate-list.animated li:nth-child(65) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 12.8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 12.8s
    }

    .animations-enabled .animate-list.animated li:nth-child(66) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 13s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 13s
    }

    .animations-enabled .animate-list.animated li:nth-child(67) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 13.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 13.2s
    }

    .animations-enabled .animate-list.animated li:nth-child(68) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 13.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 13.4s
    }

    .animations-enabled .animate-list.animated li:nth-child(69) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 13.6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 13.6s
    }

    .animations-enabled .animate-list.animated li:nth-child(70) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 13.8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 13.8s
    }

    .animations-enabled .animate-list.animated li:nth-child(71) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 14s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 14s
    }

    .animations-enabled .animate-list.animated li:nth-child(72) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 14.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 14.2s
    }

    .animations-enabled .animate-list.animated li:nth-child(73) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 14.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 14.4s
    }

    .animations-enabled .animate-list.animated li:nth-child(74) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 14.6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 14.6s
    }

    .animations-enabled .animate-list.animated li:nth-child(75) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 14.8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 14.8s
    }

    .animations-enabled .animate-list.animated li:nth-child(76) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 15s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 15s
    }

    .animations-enabled .animate-list.animated li:nth-child(77) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 15.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 15.2s
    }

    .animations-enabled .animate-list.animated li:nth-child(78) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 15.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 15.4s
    }

    .animations-enabled .animate-list.animated li:nth-child(79) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 15.6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 15.6s
    }

    .animations-enabled .animate-list.animated li:nth-child(80) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 15.8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 15.8s
    }

    .animations-enabled .animate-list.animated li:nth-child(81) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 16s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 16s
    }

    .animations-enabled .animate-list.animated li:nth-child(82) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 16.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 16.2s
    }

    .animations-enabled .animate-list.animated li:nth-child(83) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 16.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 16.4s
    }

    .animations-enabled .animate-list.animated li:nth-child(84) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 16.6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 16.6s
    }

    .animations-enabled .animate-list.animated li:nth-child(85) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 16.8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 16.8s
    }

    .animations-enabled .animate-list.animated li:nth-child(86) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 17s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 17s
    }

    .animations-enabled .animate-list.animated li:nth-child(87) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 17.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 17.2s
    }

    .animations-enabled .animate-list.animated li:nth-child(88) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 17.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 17.4s
    }

    .animations-enabled .animate-list.animated li:nth-child(89) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 17.6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 17.6s
    }

    .animations-enabled .animate-list.animated li:nth-child(90) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 17.8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 17.8s
    }

    .animations-enabled .animate-list.animated li:nth-child(91) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 18s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 18s
    }

    .animations-enabled .animate-list.animated li:nth-child(92) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 18.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 18.2s
    }

    .animations-enabled .animate-list.animated li:nth-child(93) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 18.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 18.4s
    }

    .animations-enabled .animate-list.animated li:nth-child(94) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 18.6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 18.6s
    }

    .animations-enabled .animate-list.animated li:nth-child(95) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 18.8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 18.8s
    }

    .animations-enabled .animate-list.animated li:nth-child(96) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 19s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 19s
    }

    .animations-enabled .animate-list.animated li:nth-child(97) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 19.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 19.2s
    }

    .animations-enabled .animate-list.animated li:nth-child(98) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 19.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 19.4s
    }

    .animations-enabled .animate-list:not(.animated) li {
        transform: translateY(40px);
        opacity: 0;
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 0.01s 1.25s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(1) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 0s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 0s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(2) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s .2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s .2s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(3) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s .4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s .4s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(4) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s .6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s .6s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(5) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s .8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s .8s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(6) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 1s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 1s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(7) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 1.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 1.2s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(8) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 1.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 1.4s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(9) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 1.6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 1.6s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(10) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 1.8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 1.8s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(11) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 2s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(12) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 2.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 2.2s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(13) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 2.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 2.4s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(14) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 2.6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 2.6s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(15) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 2.8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 2.8s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(16) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 3s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 3s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(17) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 3.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 3.2s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(18) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 3.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 3.4s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(19) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 3.6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 3.6s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(20) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 3.8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 3.8s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(21) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 4s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(22) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 4.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 4.2s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(23) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 4.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 4.4s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(24) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 4.6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 4.6s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(25) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 4.8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 4.8s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(26) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 5s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 5s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(27) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 5.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 5.2s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(28) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 5.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 5.4s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(29) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 5.6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 5.6s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(30) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 5.8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 5.8s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(31) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 6s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(32) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 6.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 6.2s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(33) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 6.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 6.4s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(34) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 6.6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 6.6s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(35) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 6.8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 6.8s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(36) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 7s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 7s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(37) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 7.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 7.2s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(38) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 7.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 7.4s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(39) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 7.6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 7.6s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(40) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 7.8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 7.8s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(41) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 8s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(42) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 8.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 8.2s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(43) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 8.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 8.4s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(44) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 8.6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 8.6s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(45) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 8.8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 8.8s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(46) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 9s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 9s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(47) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 9.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 9.2s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(48) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 9.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 9.4s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(49) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 9.6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 9.6s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(50) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 9.8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 9.8s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(51) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 10s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 10s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(52) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 10.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 10.2s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(53) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 10.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 10.4s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(54) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 10.6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 10.6s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(55) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 10.8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 10.8s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(56) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 11s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 11s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(57) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 11.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 11.2s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(58) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 11.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 11.4s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(59) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 11.6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 11.6s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(60) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 11.8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 11.8s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(61) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 12s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 12s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(62) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 12.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 12.2s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(63) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 12.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 12.4s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(64) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 12.6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 12.6s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(65) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 12.8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 12.8s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(66) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 13s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 13s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(67) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 13.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 13.2s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(68) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 13.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 13.4s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(69) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 13.6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 13.6s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(70) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 13.8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 13.8s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(71) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 14s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 14s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(72) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 14.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 14.2s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(73) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 14.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 14.4s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(74) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 14.6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 14.6s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(75) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 14.8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 14.8s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(76) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 15s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 15s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(77) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 15.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 15.2s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(78) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 15.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 15.4s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(79) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 15.6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 15.6s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(80) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 15.8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 15.8s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(81) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 16s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 16s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(82) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 16.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 16.2s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(83) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 16.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 16.4s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(84) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 16.6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 16.6s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(85) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 16.8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 16.8s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(86) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 17s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 17s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(87) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 17.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 17.2s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(88) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 17.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 17.4s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(89) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 17.6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 17.6s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(90) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 17.8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 17.8s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(91) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 18s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 18s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(92) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 18.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 18.2s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(93) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 18.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 18.4s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(94) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 18.6s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 18.6s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(95) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 18.8s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 18.8s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(96) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 19s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 19s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(97) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 19.2s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 19.2s
    }

    .animations-enabled .animate-list--reverse.animated li:nth-last-child(98) {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 19.4s, opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) .625s 19.4s
    }

    .animations-enabled .site-banner--bg {
        transition: -webkit-filter cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s;
        transition: filter cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s;
        transition: filter cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s, -webkit-filter cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s
    }

    .animations-enabled .site-banner--bg:before {
        transition: background-color cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s
    }

    .animations-enabled .site-banner--bg:after {
        transform-origin: 50% 100%;
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s
    }

    .animations-enabled .site-banner--bg+.intro-overlap,.animations-enabled .site-banner--bg+.site-banner-modal+.intro-overlap {
        transition: transform cubic-bezier(0.51, 0.56, 0.31, 0.87) .75s
    }

    .animations-enabled .site-banner--bg.animated {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%)
    }

    .animations-enabled .site-banner--bg.animated:after {
        transform: scaleY(1)
    }

    .animations-enabled .site-banner--bg.animated+.intro-overlap:before {
        transform: translateY(-100%) scaleY(1)
    }

    .animations-enabled .site-banner--bg:not(.animated) {
        -webkit-filter: grayscale(85%);
        filter: grayscale(85%)
    }

    .animations-enabled .site-banner--bg:not(.animated):before {
        background-color: rgba(0,0,0,0.65)
    }

    .animations-enabled .site-banner--bg:not(.animated):after {
        transform: scaleY(0.5)
    }

    .animations-enabled .parallax-x,.animations-enabled .parallax-y {
        transition: transform ease .1s
    }

    .animations-enabled .page-wrap {
        opacity: 1;
        transition: opacity ease .6s
    }

    .animations-enabled .page-wrap .site-header__logo,.animations-enabled .page-wrap .site-header__menu {
        transition: transform ease 1.25s
    }

    .animations-enabled .page-wrap .site-header__logo,.animations-enabled .page-wrap .site-header__menu {
        transform: translateX(0)
    }

    .animations-enabled .page-wrap.page-loading {
        opacity: 0
    }

    .animations-enabled .page-wrap.page-loading .site-header__logo {
        transform: translateX(-200px)
    }

    .animations-enabled .page-wrap.page-loading .site-header__menu {
        transform: translateX(200px)
    }
}

@media screen and (min-width: 1921px) {
    .animations-enabled .site-banner--bg:not(.animated)+.intro-overlap {
        transform:translateY(-100px)
    }
}

@media screen and (max-width: 1920px) and (min-width: 1025px) {
    .animations-enabled .site-banner--bg:not(.animated)+.intro-overlap {
        transform:translateY(-150px)
    }
}

@media screen and (min-width: 1025px) {
    .site-footer.animated {
        opacity:1;
        transition: opacity cubic-bezier(0.51, 0.56, 0.31, 0.87) 1.25s 0.2s
    }

    .site-footer:not(.animated) {
        opacity: 0
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    .animations-enabled .site-banner--bg:not(.animated)+.intro-overlap {
        transform:translateY(-90px)
    }
}