/* Minification failed. Returning unminified contents.
(69,26): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; 
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; 
  background-color:#f7f8f7 !important;
  padding:0px !important;
}

ol, ul {
  list-style: none; }

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; 
}

table {
    border-collapse: collapse;
    border-spacing: 0; 
}

header {
    padding: 10px;
    width: 70%;
    height: 40px;
    top: 0;
    left: 0;
    z-index: 100; 
    height: 80px;
    margin:auto;
}
header .logo {
    width: 40px;
    display: inline-block;
    margin: 0 1% 0 4%;
}
header .logo img {
    width: 100%; 
}
header a {
    text-decoration: none;
    color: #011627; 
}
header #logo {
    display:inline-flex;
    line-height:30px;
}
header a:hover {
    color: #666;
    transition-duration: 0.3s; 
}
header a img {
    width: 100%;
    vertical-align: middle; 
    border-radius: 50%; */
}
header a .mem_pic {
    float: right;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 0 15px 3px #fff;
}
header a img:hover{
    filter:opacity(0.3);
    transition-duration:1s;
}
header .list{
    /*background-image: url(../images/list.png);
    background-size: 100%;
    width: 40px;
    height: 40px;
    display: inline-block;
    position: relative;
    background-position: 50%;
    background-repeat: no-repeat;
    float: right;
    margin-right: 20px;*/
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-right: 1.2rem;
    padding: 0.4rem;
    border: 1px solid #aaa;
    border-radius: .4rem;
    font-size: 1rem;
    float: right;
}
header .list.logout{
    /*background-image: url(../images/logout.png);*/
}
header .list span{
    /*display: none;
    position: absolute;
    width: 90px;
    text-align: center;
    bottom: -45px;
    left: -24px;
    padding: 10px;
    background-color: #eff9fd;
    color: #666;
    font-size: 14px;
    border-radius: 10px;
    opacity: .8;
    box-shadow: 2px 2px 5px #b7b7b7;
    font-weight: bold;
        */
}
header .list:hover span{
    display: block;
}
@media screen and (max-width: 768px) {
    header {
        padding: 10px; 
        height: 60px;
        width:100%;
    } 
    header a {
        font-size: 14px;
    } 
    header a .mem_name {
        display: none; 
    } 
    header a .mem_pic,header .list{
        margin-top: 2.5px;
        margin-right: 5px;
    }
    header #logo span{
        display: -webkit-inline-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        width: 110px;
        vertical-align: middle;
    }
}


footer {
  text-align: center;
  padding: 2.5%;
  color: #011627;
  margin-top: 5%; }
  @media screen and (max-width: 768px) {
    footer {
      padding: 6.5%;
      margin-top: 75px;
    }
  }
  footer a {
    color: #011627;
    text-decoration: none;
    font-size: 20px; }
    @media screen and (max-width: 768px) {
      footer a {
        font-size: 14px; } }
  footer a:hover {
    color: #666;
    transition-duration: 0.8s; }
  @media screen and (max-width: 768px) {
    footer span {
      display: none; } }
  @media screen and (max-width: 768px) {
    footer .why {
      display: block;
      margin-top: 4%; } }

.foot1 {
  margin-top: 0; }
  @media screen and (max-width: 768px) {
    .foot1 {
      margin-top: 15%; } }

/*# sourceMappingURL=donate_header.css.map */

@charset "UTF-8";

body {
    margin: 0;
    padding: 0;
    background-color: #e6e6e6;
    font-family: 微軟正黑體;
    letter-spacing: 2px;
    color: #666;
    font-size: 20px;
    padding-top: 80px;
}

* {
    box-sizing: border-box;
}

.wrap {
    min-height: 100vh;
}

.focus {
    color: #ff6b6b;
}

button {
    font-weight: bold;
    font-size: 16px;
}

.article {
    background-color: #fff;
    border-radius: 10px;
    width: 70%;
    padding: 40px 20px;
    margin: 30px auto auto auto;
    box-shadow: 2px 2px 13px -6px #666;
    line-height: 30px;
}

.index .article span {
    color: #8ec3d8;
}

.index .article .choice, .index .article .choice3 {
    margin: 10px 0;
    color: #666;
    padding: 2% 4%;
    border-radius: 10px;
    border: 2px solid transparent;
    cursor: pointer;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 42px;
}

    .index .article .choice:hover, .index .article .choice3:hover {
        background-color: #eff9fd;
        transition-duration: 0.3s;
    }

.index .article .choice3 {
    color: #bbb;
}

    .index .article .choice3 span {
        color: #bbb;
    }

.index .article .choiceChecked {
    background-color: #eff9fd;
    border: 2px solid #8ec3d8;
}

.index .article .already {
    background-color: #f2f2f2;
}

.index .article .ps {
    font-size: 16px;
    padding-left: 5%;
}

.index .amount {
    text-align: center;
    margin-top: 30px;
}

    .index .amount .button {
        display: inline-block;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        background-color: #8ec3d8;
        margin: 0 5px;
        line-height: 142px;
        color: #fff;
        box-shadow: 2px 2px 13px -6px #666;
        border: 4px solid #8ec3d8;
        cursor: pointer;
        font-size: 26px;
    }

        .index .amount .button ::placeholder {
            /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #fff;
        }

        .index .amount .button :-ms-input-placeholder {
            /* Internet Explorer 10-11 */
            color: #fff;
        }

        .index .amount .button ::-ms-input-placeholder {
            /* Microsoft Edge */
            color: #fff;
        }

        .index .amount .button:hover input {
            background-color: #eff9fd;
            color: #666;
            border: 2px solid #666;
            transition-duration: 0.3s;
        }

        .index .amount .button:hover {
            background-color: #eff9fd;
            color: #666;
            border: 4px solid #8ec3d8;
            transition-duration: 0.3s;
        }

    .index .amount .this {
        background-color: #eff9fd;
        border: 4px solid #666;
        color: #666;
    }

    .index .amount .number {
        width: 70px;
        text-align: center;
        border: 2px solid #fff;
        background-color: #8ec3d8;
        padding: 5% 0;
        color: #fff;
        vertical-align: middle;
    }

.next {
    display: block;
    color: #fff;
    background-color: #8ec3d8;
    padding: 15px 50px;
    border-radius: 100px;
    text-align: center;
    box-shadow: 2px 2px 13px -6px #666;
    text-decoration: none;
    margin: 50px auto 0 auto;
    cursor: pointer;
    border: none;
}

    .next:hover {
        background-color: #fff;
        color: #8ec3d8;
        transition-duration: 0.3s;
    }

.index .select {
    border: 4px solid #666 !important;
    background-color: #eff9fd !important;
    color: #666 !important;
}

.index .select_input {
    border: 2px solid #666 !important;
    background-color: #eff9fd !important;
    color: #666 !important;
}

.index .focus {
    text-align: center;
}

.index .notice, .index .notice_enter {
    display: none;
    margin-top: 3%;
}

.donate_2 p {
    text-align: center;
    margin-top: 11%;
    font-size: 24px;
}

.donate_2 .amount {
    text-align: center;
}

    .donate_2 .amount .button {
        display: inline-block;
        width: 90px;
        height: 90px;
        border-radius: 50%;
        background-color: #8ec3d8;
        margin: 3% 1%;
        line-height: 82px;
        color: #fff;
        box-shadow: 2px 2px 13px -6px #666;
        border: 4px solid #8ec3d8;
        cursor: pointer;
        font-size: 24px;
        letter-spacing: 0;
    }

        .donate_2 .amount .button ::placeholder {
            /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #fff;
        }

        .donate_2 .amount .button :-ms-input-placeholder {
            /* Internet Explorer 10-11 */
            color: #fff;
        }

        .donate_2 .amount .button ::-ms-input-placeholder {
            /* Microsoft Edge */
            color: #fff;
        }

        .donate_2 .amount .button .focus {
            text-align: center;
        }

        .donate_2 .amount .button:hover input {
            background-color: #eff9fd !important;
            color: #666;
            border: 2px solid #666;
            transition-duration: 0.3s;
        }

        .donate_2 .amount .button:hover {
            background-color: #eff9fd !important;
            color: #666 !important;
            border: 4px solid #8ec3d8 !important;
            transition-duration: 0.3s;
        }

    .donate_2 .amount input::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }

    .donate_2 .amount .number {
        width: 75px;
        text-align: center;
        border: 2px solid #fff;
        background-color: #8ec3d8;
        color: #fff;
        vertical-align: middle;
    }

.donate_2 a {
    color: #8ec3d8;
    text-decoration: none;
}

    .donate_2 a:hover {
        color: #666;
        transition-duration: 0.3s;
    }

.article_price {
    padding: 50px 20px;
    position: relative;
}

.donate_2 .article .money {
    height: 90px;
    width: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background-color: #8ec3d8;
    box-shadow: 2px 2px 13px -6px #666;
    position: absolute;
    top: 20px;
    left: -45px;
    font-size: 20px;
}

.donate_2 .article .detail {
    padding-left: 45px;
    width: 70%;
}

    .donate_2 .article .detail .detail_title {
        display: none;
    }

.donate_2 .article .detail_confirm {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 30px;
}

.donate_2 .article .amount_change {
    display: none;
}

.donate_2 .article p {
    margin: 0;
    font-size: 18px;
    text-align: left;
}

    .donate_2 .article p span {
        color: #8ec3d8;
    }

    .donate_2 .article p.ps {
        font-size: 16px;
        margin-top: 1%;
        text-align: center;
    }

.donate_2 .article .buttons {
    text-align: center;
}

.donate_2 .article .change {
    position: absolute;
    right: 30px;
    top: 44px;
    background-color: #eff9fd;
    padding: 10px 35px;
    color: #8ec3d8;
    margin: 0;
}

    .donate_2 .article .change:hover {
        transition-duration: .5s;
        background-color: #8ec3d8;
        color: #fff;
    }

.donate_2 .article .change_confirm {
    padding: 10px 15px;
    margin-top: 10px;
}

.donate_2 .article form {
    padding: 0 5%;
}

    .donate_2 .article form p {
        text-align: center;
        margin: 3% 0 0 0;
    }

        .donate_2 .article form p.check {
            font-size: 16px;
        }

    .donate_2 .article form .focus {
        text-align: left;
        font-size: 12px;
        display: none;
    }

    form .wrong_agree {
        padding: 0;
    }

    form #css_table {
        display: table;
        margin: 20px auto 10px auto;
    }

        form #css_table .css_tr {
            display: table-row;
        }

            form #css_table .css_tr .css_td {
                display: table-cell;
            }

                form #css_table .css_tr .css_td .space {
                    width: 184.55px;
                }

            form #css_table .css_tr .th {
                text-align: right;
                padding: 15px 10px;
            }

            form #css_table .css_tr .space::placeholder {
                color: #8ec3d8;
                font-size: 12px;
            }

        form #css_table select {
            border-radius: 10px;
            border: none;
            background: #f3f3f3;
            padding: 10px;
            margin-top:10px;
        }
        form #css_table .focus {
            text-align: left;
            font-size: 12px;
            display: none;
            margin-left: 15px;
        }

    .donate_2 .article form .ps {
        font-size: 14px;
        padding: 0 2%;
    }

    .donate_2 .article form .agree {
        background: #e6e6e6;
        border-radius: 10px;
        font-size: 12px;
        padding: 10px;
        line-height: 1.6em;
        margin: 20px auto 30px auto;
        display: block;
        text-align: center;
    }

    .donate_2 .article form .atm, .donate_2 .article form .linepay, .donate_2 .article form .jkopay {
        padding: 10%;
        display: none;
    }

        .donate_2 .article form .atm p, .donate_2 .article form .linepay p, .donate_2 .article form .jkopay p {
            text-align: left;
            margin: 5% 0;
        }

    .donate_2 .article form .atm span, .donate_2 .article form .linepay span {
        color: #8ec3d8;
    }

.donate_2 .credit_detail {
    width: 70%;
    padding: 30px;
    margin: auto;
    line-height: 40px;
    font-weight: bold;
}

    .donate_2 .credit_detail li {
        margin: 15px 0;
        font-weight: normal;
    }

    .donate_2 .credit_detail li {
        list-style: decimal;
    }

.donate_2 .select {
    border: 4px solid #666 !important;
    background-color: #eff9fd !important;
    color: #666 !important;
}

.donate_2 .select_input {
    border: 2px solid #666 !important;
    background-color: #eff9fd !important;
    color: #666 !important;
}

.donate_2 .select_title {
    background-color: #8ec3d8 !important;
    color: #fff !important;
}

.donate_2 .notice, .donate_2 .notice_enter {
    display: none;
}

.donate_3 p.thx {
    font-size: 4vw;
    margin-bottom: 4%;
    letter-spacing: 15px;
    color: #8ec3d8;
    margin-top: 45px;
    text-align: center;
}

.donate_3 .ok_text {
    display: none;
    font-size: 2vw;
    color: #8ec3d8;
    margin-bottom: 10%;
}

.donate_3 p.fail {
    color: #ff6b6b;
    margin: 11% auto 5% auto;
    text-align: center;
}

.donate_3 .article #css_table {
    display: table;
    width: 100%;
}

    .donate_3 .article #css_table .css_tr {
        display: table-row;
        word-break: break-all;
    }

        .donate_3 .article #css_table .css_tr .css_td, .donate_3 .article #css_table .css_tr .css_th {
            word-break: break-all;
            display: table-cell;
            padding-left: 3%;
        }

        .donate_3 .article #css_table .css_tr .css_th {
            width: 30%;
            text-align: center;
            padding: 1%;
            font-weight: bold;
        }

        .donate_3 .article #css_table .css_tr .focus {
            text-decoration: none;
            padding-left: 3%;
        }

.donate_3 .article .buttons {
    text-align: center;
}

.article .buttons button {
    padding: 10px 35px;
    border-radius: 100px;
    color: #666;
    background-color: #eff9fd;
    border: none;
    box-shadow: 2px 2px 13px -6px #666;
    cursor: pointer;
    margin: 10px;
    font-family: 微軟正黑體;
}

    .article .buttons button:hover {
        background-color: #8ec3d8 !important;
        color: #fff !important;
        transition-duration: 0.3s;
    }

.donate_3 .article .invoice_1, .donate_3 .article .invoice_2, .donate_3 .article .invoice_3 {
    padding: 20px 50px;
}

    .donate_3 .article .invoice_1 p, .donate_3 .article .invoice_2 p, .donate_3 .article .invoice_3 p {
        text-align: left;
        margin: 10px 0;
        padding: 10px;
        font-weight: bold;
    }

        .donate_3 .article .invoice_1 p a, .donate_3 .article .invoice_2 p a, .donate_3 .article .invoice_3 p a {
            color: #8ec3d8;
            font-size: 16px;
        }

        .donate_3 .article .invoice_1 p.ps, .donate_3 .article .invoice_1 .focus, .donate_3 .article .invoice_2 p.ps, .donate_3 .article .invoice_2 .focus, .donate_3 .article .invoice_3 p.ps, .donate_3 .article .invoice_3 .focus {
            padding-left: 8%;
            font-size: 16px;
            font-weight: normal;
        }

    .donate_3 .article .invoice_1 .focus, .donate_3 .article .invoice_2 .focus, .donate_3 .article .invoice_3 .focus {
        display: none;
    }

    .donate_3 .article .invoice_1 .space, .donate_3 .article .invoice_2 .space, .donate_3 .article .invoice_3 .space {
        width: 78%;
    }

    .donate_3 .article .invoice_3 .space {
        width: 100%;
        margin-top: 20px;
    }

.space {
    border-radius: 10px;
    border: none;
    background: #f3f3f3;
    padding: 10px;
}

.email_login {
    text-align: center;
}

    .email_login .space {
        width: 250px;
        padding: 10px;
        margin-left: 15px;
    }

    .email_login span {
        margin-top: 10px;
        display: block;
        font-size: 16px;
    }

    .email_login a {
        display: inline-block;
        padding: 3px 20px;
        border-radius: 40px;
        background-color: #fff;
        color: #8ec3d8;
        box-shadow: 2px 2px 5px #d6d6d6;
        text-decoration: none;
        margin-top: 10px;
        font-size: 16px;
    }

        .email_login a:hover {
            background-color: #8ec3d8;
            color: #fff;
            transition-duration: .3s;
        }

.donate_3 .article .invoice_1 .space::placeholder, .donate_3 .article .invoice_2 .space::placeholder, .donate_3 .article .invoice_3 .space::placeholder {
    color: #8ec3d8;
    font-size: 12px;
}

.donate_3 .article .invoice_2, .donate_3 .article .invoice_3 {
    display: none;
}

    .donate_3 .article .invoice_3 span {
        color: #ff6b6b;
    }

    .donate_3 .article .invoice_3 .focus {
        padding: 0;
    }

.donate_3 .article textarea {
    resize: none;
    width: 90%;
    height: 150px;
    margin: 2% auto;
    display: block;
    border: 3px solid #8ec3d8;
    border-radius: 10px;
    padding: 20px;
    font-size: 18px;
    color: #8ec3d8;
}

.donate_3 .wrong {
    padding: 20px 40px;
    margin: 1% auto;
}

    .donate_3 .wrong .wrong_title {
        font-size: 24px;
        letter-spacing: 4px;
        color: #8ec3d8;
        font-weight: bold;
    }

    .donate_3 .wrong p {
        text-align: left;
        margin: 15px 0;
    }

    .donate_3 .wrong ul {
        list-style-type: disc;
        padding-left: 50px;
        font-size: 16px;
    }

.donate_3 .worry {
    padding: 20px 40px 45px 40px;
}

.donate_3 .button_box {
    text-align: center;
}

    .donate_3 .button_box .wrong_next {
        color: #8ec3d8;
        background-color: #fff;
        text-decoration: none;
        border-radius: 100px;
        text-align: center;
        margin: 2%;
        box-shadow: 2px 2px 13px -6px #666;
        border: none;
        padding: 1% 5%;
    }

        .donate_3 .button_box .wrong_next:hover {
            background-color: #8ec3d8;
            color: #fff;
            transition-duration: 0.3s;
        }

.donate_3 #twzipcode {
    padding-left: 8%;
}

    .donate_3 #twzipcode select {
        border-radius: 10px;
        border: none;
        background: #f3f3f3;
        padding: 10px;
    }

.donate_3 select {
    margin-right: 2%;
}

.donate_3 .hide {
    display: none;
}

.donate_3 .select_title {
    background-color: #8ec3d8 !important;
    color: #fff !important;
}
.donate_3 .zipcode {
    border-radius: 10px;
    border: none;
    background: #f3f3f3;
    padding: 10px;
}

.donate_3 .more {
    font-size: 16px;
    text-align: center;
    padding: 10px;
    background-color: #eff9fd;
    margin: 10px 0 30px 0;
    cursor: pointer;
    transition-duration: .3s;
}

    .donate_3 .more:hover {
        background-color: #8ec3d8;
        color: #fff;
    }

.donate_3 .more_choice {
    display: none;
    margin-bottom: 30px;
}

.member p {
    text-align: center;
    margin-top: 9%;
    font-size: 20px;
}

.member .article {
    padding: 4%;
    margin: 3% auto;
    position: relative;
}

    .member .article .photo {
        height: 130px;
        width: 130px;
        border-radius: 50%;
        overflow: hidden;
        border: 4px solid #8ec3d8;
        position: absolute;
        top: 32%;
        left: -72px;
        background: #c8d9e9;
    }

        .member .article .photo img {
            width: 100%;
        }

    .member .article .headshot {
        text-align: left;
        padding-left: 22%;
    }

        .member .article .headshot a,.member .article fieldset a {
            color: #8ec3d8;
            text-decoration: none;
        }

            .member .article .headshot a:hover {
                color: #666;
                transition-duration: 0.3s;
            }

    .member .article .edit {
        /*width: 40px;
    height: 40px;*/
        position: absolute;
        top: 0;
        right: 10px;
        cursor: pointer;
        border-radius: 100px;
        /*background-color: #8ec3d8;*/
        padding: 5px 15px;
        margin: 0;
    }

        .member .article .edit:hover {
            background-color: #bbb;
            color: #fff;
        }

        .member .article .edit a {
            color: #fff;
            text-decoration: none;
        }

        .member .article .edit img {
            width: 100%;
        }

        .member .article .edit:hover {
            filter: grayscale(100%);
            transition-duration: 0.3s;
        }

    .member .article .name {
        text-align: left;
        padding-left: 24%;
        letter-spacing: 3px;
        margin: 1% 0 6% 0;
        font-weight: bold;
    }

    .member .article hr, .member .article p.editbox {
        display: none;
        font-size: 14px;
        color: #8ec3d8;
        margin: 2%;
    }

    .member .article hr {
        border: 1px solid #8ec3d8;
        margin: 5% 0;
    }

        .member .article hr.hr_blue {
            border: 6px solid #eff9fd;
        }

    .member .article #form_mem hr.hr_blue {
        margin: 30px auto;
        width: 90%;
        margin-right: 0;
    }

.member .edit_card {
    margin-left: 10px;
    cursor: pointer;
    transition-duration: .3s;
}

    .member .edit_card:hover {
        filter: brightness(0.9);
    }

.member .article .css_table {
    display: table;
    width: 100%;
    position: relative;
}

    .member .article .css_table .css_tr {
        display: table-row;
    }

        .member .article .css_table .css_tr .css_td, .member .article .css_table .css_tr .css_th {
            display: table-cell;
            padding-left: 3%;
        }

        .member .article .css_table .css_tr .css_th {
            width: 30%;
            text-align: right;
            padding: 1%;
            font-weight: bold;
        }

        .member .article .css_table .css_tr .edit_title {
            display: none;
        }

        .member .article .css_table .css_tr .css_td {
            color: #8ec3d8;
        }

            .member .article .css_table .css_tr .css_td span {
                width: 15%;
            }

            .member .article .css_table .css_tr .css_td #address {
                width: 90%;
            }

            .member .article .css_table .css_tr .css_td #regular_yes {
                margin-top: 6%;
                font-weight: bold;
                width: 35%;
                border-radius: 100px;
                background-color: #8ec3d8;
                text-align: center;
                box-shadow: 2px 2px 13px -6px #666;
            }

                .member .article .css_table .css_tr .css_td #regular_yes a {
                    font-size: 20px;
                    color: #fff;
                    display: block;
                    padding: 5px 0;
                    transition-duration: .3s;
                }

                    .member .article .css_table .css_tr .css_td #regular_yes a:hover {
                        color: #fff;
                        background-color: #bbb;
                        border-radius: 100px;
                    }

        .member .article .css_table .css_tr .focus {
            display: none;
        }

        .member .article .css_table .css_tr .editbox {
            color: #666;
            font-size: 16px;
            line-height: 34px;
            display: none;
            padding: 10px 0 10px 3%;
        }

            .member .article .css_table .css_tr .editbox .borderbottom::placeholder {
                color: #8ec3d8;
                font-size: 0;
            }

            .member .article .css_table .css_tr .editbox span {
                color: #8ec3d8;
            }

                .member .article .css_table .css_tr .editbox span#card_number {
                    color: #666;
                }

            .member .article .css_table .css_tr .editbox a {
                color: #8ec3d8;
                text-decoration: none;
            }

            .member .article .css_table .css_tr .editbox .invoice_1, .member .article .css_table .css_tr .editbox .invoice_2, .member .article .css_table .css_tr .editbox .invoice_3 {
                padding: 5% 7%;
                border: 2px solid #8ec3d8;
                margin: 4% 0;
                border-radius: 10px;
            }

                .member .article .css_table .css_tr .editbox .invoice_1 p, .member .article .css_table .css_tr .editbox .invoice_2 p, .member .article .css_table .css_tr .editbox .invoice_3 p {
                    text-align: left;
                    margin: 0;
                    padding: 1%;
                    font-size: 14px;
                }

                    .member .article .css_table .css_tr .editbox .invoice_1 p a, .member .article .css_table .css_tr .editbox .invoice_2 p a, .member .article .css_table .css_tr .editbox .invoice_3 p a {
                        color: #8ec3d8;
                        font-size: 12px;
                    }

                    .member .article .css_table .css_tr .editbox .invoice_1 p.ps, .member .article .css_table .css_tr .editbox .invoice_1 .focus, .member .article .css_table .css_tr .editbox .invoice_2 p.ps, .member .article .css_table .css_tr .editbox .invoice_2 .focus, .member .article .css_table .css_tr .editbox .invoice_3 p.ps, .member .article .css_table .css_tr .editbox .invoice_3 .focus {
                        padding-left: 8%;
                        font-size: 12px;
                    }

                .member .article .css_table .css_tr .editbox .invoice_1 .focus, .member .article .css_table .css_tr .editbox .invoice_2 .focus, .member .article .css_table .css_tr .editbox .invoice_3 .focus {
                    display: none;
                }

                .member .article .css_table .css_tr .editbox .invoice_1 .space, .member .article .css_table .css_tr .editbox .invoice_2 .space, .member .article .css_table .css_tr .editbox .invoice_3 .space {
                    width: 60%;
                }

                    .member .article .css_table .css_tr .editbox .invoice_1 .space::placeholder, .member .article .css_table .css_tr .editbox .invoice_2 .space::placeholder, .member .article .css_table .css_tr .editbox .invoice_3 .space::placeholder {
                        color: #8ec3d8;
                        font-size: 12px;
                    }

            .member .article .css_table .css_tr .editbox .invoice_2, .member .article .css_table .css_tr .editbox .invoice_3 {
                display: none;
            }

                .member .article .css_table .css_tr .editbox .invoice_3 span {
                    color: #ff6b6b;
                }

                .member .article .css_table .css_tr .editbox .invoice_3 p {
                    margin-top: 2%;
                }

.member .article .view {
    text-align: right;
    margin-top: 3%;
}

    .member .article .view a, .member .article .view button {
        text-decoration: none;
        color: #8ec3d8;
        border: 2px solid #8ec3d8;
        padding: 8px 18px;
        border-radius: 100px;
        margin: 0.5%;
        cursor: pointer;
        background-color: transparent;
    }

        .member .article .view a:hover, .member .article .view button:hover {
            background-color: #8ec3d8;
            color: #fff;
            border: 2px solid #8ec3d8;
            transition-duration: 0.3s;
        }

    .member .article .view .end {
        display: none;
    }

    .member .article .view .save {
        background-color: #8ec3d8;
        color: #fff;
    }

.member .article .next_page {
    display: none;
}

.member select {
    margin-right: 2%;
}

.member .hide {
    display: none;
}

.member #twzipcode {
    padding-left: 8%;
}

.member #regular_no {
    display: none;
    font-size: 12px;
    color: #ccc;
    text-decoration: none;
}

    .member #regular_no:hover {
        color: #666;
        transition-duration: 0.3s;
    }

.member .nexttime {
    display: none;
    text-align: right;
    font-size: 14px;
}

.member #twzipcode {
    padding-left: 8%;
}

    .member #twzipcode select {
        border-radius: 10px;
        border: none;
        background: #f3f3f3;
        padding: 10px;
    }

.member .ps .space {
    margin-top: 5px;
}

.member .lightbox {
    background-color: rgba(78, 78, 78, 0.66);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
}

.member .lbox {
    width: 550px;
    margin: auto;
    padding: 20px 50px;
    margin-top: 10vw;
    box-shadow: 0 0 10px #666;
}

    .member .lbox p {
        text-align: right;
        font-size: 18px;
        margin: 30px 0;
        font-weight: bold;
    }

        .member .lbox p.ps {
            font-size: 14px;
            color: #8ec3d8;
            font-weight: normal;
            margin: -20px 0 30px 0;
            text-align: center;
        }

        .member .lbox p input {
            margin-left: 10px;
            width: 300px;
        }

        .member .lbox p.focus {
            font-size: 14px;
            display: none;
            margin: -20px 0 30px 0;
            text-align: center;
        }

    .member .lbox button {
        padding: 10px 30px;
        display: inline-block;
        margin: 0 5px;
    }

    .member .lbox .confirm {
        text-align: center;
    }

.history .totalmoney {
    height: 130px;
    width: 130px;
    line-height: 130px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background-color: #8ec3d8;
    box-shadow: 2px 2px 13px -6px #666;
    margin: auto;
    margin-top: 30px;
}

.history .totalmoney {
    font-size: 20px;
}

.history .article {
    position: relative;
    padding-left: 100px;
    padding-bottom: 70px;
}

    .history .article .money {
        height: 130px;
        width: 130px;
        line-height: 130px;
        text-align: center;
        border-radius: 50%;
        color: #fff;
        background-color: #8ec3d8;
        box-shadow: 2px 2px 13px -6px #666;
        position: absolute;
        top: 25%;
        left: -72px;
        font-size: 20px;
    }

    .history .article .detail {
        margin: 10px 0;
        line-height: 35px;
        font-weight: bold;
    }

        .history .article .detail a {
            color: #8ec3d8;
            font-weight: normal;
            text-decoration: none;
        }

            .history .article .detail a:hover {
                color: #666;
                transition-duration: .3s;
            }

        .history .article .detail span {
            font-weight: normal;
        }

        .history .article .detail .wait {
            color: #ff6b6b;
            font-weight: normal;
        }

    .history .article #css_table {
        display: none;
        width: 55%;
        border-radius: 12px;
        border: 2px solid;
        padding: 2%;
        font-size: 15px;
        margin-top: 4%;
    }

        .history .article #css_table .css_tr {
            display: table-row;
            word-break: break-all;
        }

            .history .article #css_table .css_tr .css_td, .history .article #css_table .css_tr .css_th {
                word-break: break-all;
                display: table-cell;
                padding-left: 3%;
            }

            .history .article #css_table .css_tr .css_th {
                width: 25%;
                text-align: center;
                padding: 1%;
                font-weight: bold;
            }

            .history .article #css_table .css_tr .focus {
                text-decoration: none;
                padding-left: 3%;
            }

    .history .article .more {
        color: #8ec3d8;
        text-decoration-color: #8ec3d8;
        font-size: 14px;
        cursor: pointer;
    }

        .history .article .more:hover {
            color: #666;
            transition-duration: 0.3s;
        }

    .history .article a.viewmore {
        color: #8ec3d8;
        text-decoration: none;
        border: 2px solid #8ec3d8;
        padding: 5px 25px;
        border-radius: 100px;
        text-align: center;
        display: inline-block;
        float: right;
    }

        .history .article a.viewmore:hover {
            background-color: #8ec3d8;
            color: #fff;
            transition-duration: .3s;
        }

    .history .article span {
        color: #8ec3d8;
    }

.invoice {
    width: 300px;
    height: 500px;
    background-color: #f2f2f2;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -150px;
}

    .invoice img {
        width: 100%;
    }

.service .article {
    width: 85%;
    margin: 10% auto;
    padding: 3%;
    position: relative;
}

    .service .article .deco {
        color: #8ec3d8;
    }

    .service .article a {
        color: #8ec3d8;
    }

.why .wrap {
    min-height: 100vh;
}

    .why .wrap .qa_p {
        text-align: center;
        font-size: 22px;
    }

.why .article {
    padding: 4%;
    margin: 8% auto 5% auto;
}

    .why .article h2 {
        color: #8ec3d8;
    }

    .why .article .right {
        text-align: right;
    }

    .why .article .pic {
        width: 100%;
    }

        .why .article .pic img {
            width: 100%;
        }

.why .next {
    display: block;
    color: #8ec3d8;
    background-color: #fff;
    width: 10%;
    padding: 1%;
    border-radius: 100px;
    text-align: center;
    margin: auto;
    box-shadow: 2px 2px 13px -6px #666;
    text-decoration: none;
    margin: 2% auto 6% auto;
}

    .why .next:hover {
        background-color: #8ec3d8;
        color: #fff;
        transition-duration: 0.3s;
    }

.why .qa {
    margin-top: 1%;
}

    .why .qa .que {
        background-color: #eff9fd;
        color: #8ec3d8;
        border-radius: 10px;
        padding: 2%;
        margin: 3% 0;
        cursor: pointer;
    }

        .why .qa .que:hover {
            background-color: #8ec3d8;
            color: #fff;
            transition-duration: 0.3s;
        }

    .why .qa .ans {
        color: #8ec3d8;
        border-radius: 10px;
        border: 2px solid #8ec3d8;
        padding: 2%;
        display: none;
    }

.text_phone, .text_nature {
    display: none;
}

.etc_ps {
    display: block;
    font-size: 16px;
    padding-left: 30px;
    margin-top: 10px;
    font-weight: normal;
}

.history {
    min-height: 100vh;
}

textarea:focus, input:focus {
    outline: none;
}

#form_say .public {
    display: block;
    text-align: center;
    color: #8ec3d8;
}

.article_type .next, #form_payment .next, .article_text .next {
    margin-top: 15px;
}

p.all_title {
    font-size: 24px;
    font-weight: bold;
    margin-top: 80px;
    text-align: center;
}

.search {
    text-align: center;
}

    .search p {
        margin: 20px 0;
    }

    .search span {
        text-align: right;
        margin-right: 10px;
        display: inline-block;
        width: 100px;
    }

    .search .space {
        width: 290px;
    }

    .search .next {
        width: 150px;
        padding: 10px 0;
        margin: 15px 5px 0 5px;
        display: inline-block;
    }

.donate_info {
    text-align: center;
}

    .donate_info .all_title {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        line-height: 33px;
        font-size: 24px;
        margin-top: 80px;
    }

    .donate_info .info_title {
        display: block;
        color: #666;
        text-decoration: none;
        font-weight: bold;
        transition-duration: .3s;
    }

        .donate_info .info_title:hover {
            color: #8ec3d8;
        }

    .donate_info .next {
        display: inline-block;
        padding: 10px 20px;
        margin-top: 25px;
        font-size: 22px;
        vertical-align: middle;
        background-color: #5196b1;
        font-weight: bold;
    }

        .donate_info .next:hover {
            background-color: #fff;
        }

        .donate_info .next.more {
            background-color: #8ec3d8;
            font-weight: normal;
            font-size: 16px;
        }

            .donate_info .next.more:hover {
                background-color: #fff;
            }

    .donate_info .other {
        background-color: #fff;
        color: #8ec3d8;
        margin-left: 10px;
        font-size: 16px;
    }

        .donate_info .other:hover {
            background-color: #8ec3d8;
            color: #fff;
            transition-duration: .3s;
        }

    .donate_info .message {
        text-align: left;
        font-size: 16px;
        line-height: 22px;
    }

    .donate_info p {
        margin: 10px 0;
        color: #666;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 16px;
        line-height: 28px;
    }

    .donate_info .message {
        border-bottom: 15px solid #8ec3d840;
        padding: 10px;
        display: block;
        text-decoration: none;
        transition-duration: .3s;
    }

        .donate_info .message:nth-last-child(1) {
            border-bottom: none;
        }

    .donate_info .pic {
        display: inline-block;
        width: 190px;
        overflow: hidden;
        max-height: 150px;
        vertical-align: middle;
    }

        .donate_info .pic img {
            width: 100%;
            vertical-align: middle;
        }

    .donate_info .name {
        font-weight: bold;
        color: #8ec3d8;
    }

    .donate_info .date {
        font-size: 12px;
    }

    .donate_info.list .date {
        margin-top: 0;
        color: #8ec3d8;
    }

.list .message:hover {
    background-color: #f7f7f7;
}

    .list .message:hover span {
        background-color: #5196b1;
    }

.list .name {
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 0;
    color: #666;
}

.message .info {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
    width: calc(100% - 226px);
}

.message .content {
    vertical-align: middle;
}

.list .message {
    padding: 20px;
}

.list .count {
    color: #8ec3d8;
    margin-right: 30px;
    vertical-align: middle;
}

.donate_info.list span {
    color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    line-height: 40px;
    background-color: #8ec3d8;
    margin: 8px auto;
    transition-duration: .3s;
    text-align: center;
}

.index_next {
    margin-top: 100px;
}

.or {
    color: #8ec3d8;
    position: relative;
    text-align: center;
    margin-top: 50px;
}

    .or:before, .or:after {
        content: '';
        position: absolute;
        top: 52%;
        background: #8ec3d8;
        width: 22%;
        height: 2px;
    }

    .or:before {
        left: 25%;
    }

    .or:after {
        right: 25%;
    }

.direct {
    display: none;
}
.school {
    display: none;
}
.choose_direct {
    width: 370px;
    display: flex;
    margin: auto;
}

#direct_button {
    line-height: 24px;
}

.next {
    font-family: 微軟正黑體 !important;
    font-size: 18px;
    font-weight: bold;
    transition-duration: .3s;
}

.order_content {
    min-height: 70vh;
}

@media screen and (max-width: 1200px) {
    .article {
        width: 80%;
    }

    .donate_info .all_title {
        width: 80%;
    }
}

@media screen and (max-width: 768px) {
    body {
        font-size: 16px;
        padding-top: 60px;
    }

    button {
        font-size: 14px;
    }

    .article {
        width: 97%;
        margin-top: 20px;
    }

    .index .article .choice, .index .article .choice3 {
        line-height: 28px;
    }

    .index .amount {
        margin-top: 20px;
    }

        .index .amount .button {
            width: 110px;
            height: 110px;
            line-height: 98px;
            margin: 15px;
        }

    .index .focus {
        font-size: 13px;
    }

    .index .notice, .index .notice_enter {
        margin-top: 7%;
    }

    .donate_2 p {
        margin-top: 25%;
    }

    .donate_2 .amount .button {
        width: 75px;
        height: 75px;
        line-height: 63px;
        margin: 8px 15px;
        font-size: 18px;
    }

        .donate_2 .amount .button span {
            display: none;
        }

        .donate_2 .amount .button .focus {
            font-size: 13px;
        }

    .donate_2 .amount .number {
        width: 70px;
    }

    .donate_2 .amount .number {
        width: 55px;
    }

    .donate_2 .article_price {
        width: 85%;
        padding: 28px 20px;
        margin: 20px 2% auto 12%;
    }

    .donate_2 .article .money {
        top: 6px;
        height: 70px;
        width: 70px;
        line-height: 70px;
        left: -35px;
        font-size: 15px;
    }

    .donate_2 .article .detail {
        padding-left: 10%;
    }

    .donate_2 .article .change {
        padding: 10px 15px;
        right: 10px;
        top: 23px;
    }

    .donate_2 .article form {
        padding: 0;
    }

        .donate_2 .article form .focus {
            padding: 0 8%;
        }

        .donate_2 .article form #css_table .css_tr .css_td {
            display: block;
            text-align: center;
        }

        .donate_2 .article form #css_table .css_tr .th {
            text-align: left;
            padding: 0;
            display: block;
            width: 100%;
            margin: 20px 0 5px 0;
        }

        .donate_2 .article form .agree span {
            text-align: left;
            display: inline-block;
            width: calc(100% - 30px);
            vertical-align: top;
        }

    .donate_2 .credit_detail {
        width: 90%;
        padding: 30px 0;
        line-height: 28px;
    }

    .donate_2 .focus {
        font-size: 13px;
    }

    .donate_3 p.thx {
        font-size: 9vw;
        margin: 50px auto 30px auto;
        font-weight: bold;
    }

    .donate_3 .ok_text {
        font-size: 6vw;
        margin-bottom: 15%;
        font-weight: bold;
    }

    .donate_3 p.fail {
        margin: 28% auto 10% auto;
    }

    .donate_3 .article .invoice_1, .donate_3 .article .invoice_2, .donate_3 .article .invoice_3 {
        padding: 10px 0 20px 0;
    }

    .email_login div {
        text-align: center;
    }

    .email_login .space {
        margin: auto;
        display: block;
        width: 100%;
    }

    .email_login span {
        font-size: 14px;
        line-height: 25px;
        text-align: left;
    }

    .donate_3 .article .invoice_1 .nature, .donate_3 .article .invoice_2 .nature, .donate_3 .article .invoice_3 .nature {
        width: 200px;
    }

    .donate_3 .wrong {
        margin: 4% auto;
    }

        .donate_3 .wrong ul {
            padding-left: 7%;
        }

    .member p {
        margin-top: 23%;
    }

    .member .lbox p {
        text-align: left;
    }

    .member .article {
        width: 95%;
        margin: 5% auto auto auto;
        padding: 7%;
    }

        .member .article .photo {
            position: relative;
            top: 0;
            left: 0;
            margin: auto;
        }

        .member .article .headshot {
            text-align: center;
            padding: 0;
        }

        .member .article .edit {
            right: 0;
            font-size: 16px;
        }

        .member .article .name {
            padding-left: 1%;
            margin: 6% 0;
        }

        .member .article .css_table .css_tr .css_td, .member .article .css_table .css_tr .css_th {
            display: block;
        }

        .member .article .css_table .css_tr .editbox {
            display: none;
        }

        .member .article .css_table .css_tr .css_th {
            width: 50%;
            text-align: left;
        }

        .member .article .css_table .css_tr .css_td {
            padding-left: 1.5%;
        }

            .member .article .css_table .css_tr .css_td span {
                width: 30%;
            }

            .member .article .css_table .css_tr .css_td #address {
                width: 100%;
            }

            .member .article .css_table .css_tr .css_td #regular_yes {
                width: 60%;
            }

            .member .article .css_table .css_tr .css_td #regular_yes {
                width: 55%;
            }

            .member .article .css_table .css_tr .css_td #amount {
                width: 70%;
            }

        .member .article .css_table .css_tr .editbox .borderbottom {
            border: none;
            border-bottom: 1px solid #666;
            border-radius: 0;
        }

        .member .article .css_table .css_tr .editbox .invoice_1 .nature, .member .article .css_table .css_tr .editbox .invoice_2 .nature, .member .article .css_table .css_tr .editbox .invoice_3 .nature {
            width: 200px;
        }

    .member .lbox p input {
        width: 100%;
        display: block;
        margin: 10px 0 0 0;
    }

    .member .article #form_mem hr.hr_blue {
        width: 100%;
    }

    .member .article .view a, .member .article .view button {
        font-size: 14px;
    }

    .history .article {
        padding-left: 20px;
    }

        .history .article .money {
            height: 100px;
            width: 100px;
            line-height: 100px;
            position: relative;
            top: 0;
            left: 0;
            margin: auto auto 8% auto;
        }

        .history .article #css_table {
            width: 95%;
        }

            .history .article #css_table .css_tr .css_th {
                width: 35%;
            }

    .service .article {
        width: 95%;
        margin: 23% auto 10% auto;
        padding: 2% 7%;
    }

    .why .wrap .qa_p {
        margin: 9%;
    }

    .why .article {
        width: 90%;
        padding: 4% 7%;
        margin-top: 23%;
        text-align: left;
    }

    .why .next {
        width: 35%;
        margin-bottom: 15%;
        padding: 2%;
    }

    .etc_ps {
        font-size: 14px;
    }

    p.all_title {
        font-size: 20px;
        margin-top: 50px;
    }

    .donate_info .all_title {
        width: 97%;
        text-align: left;
        line-height: 36px;
        margin-top: 50px;
    }

    .donate_info .article {
        padding: 10px;
    }

    .donate_info p {
        line-height: 24px;
    }

    .donate_info.list span {
        display: block;
    }

    .list .all_title {
        text-align: center;
    }

    .list .name {
        font-size: 20px;
    }

    .list .message {
        padding: 10px 5px;
    }

    .message .content {
        width: calc(100% - 80px);
        display: inline-block;
    }

    .list .count {
        margin-right: 10px;
        display: inline-block;
        text-align: center;
    }

    .donate_info .pic, .message .info {
        display: block;
        width: 100%;
        margin: 0;
        margin-top: 10px;
    }

    .donate_info.list .date {
        margin-top: 10px;
    }

    .donate_info .next {
        padding: 10px 20px;
        margin-top: 15px;
    }

        .donate_info .next.more {
            background-color: #8ec3d8;
        }

    .donate_info .other {
        margin-left: 0;
        padding: 10px;
    }

    .or {
        margin-top: 30px;
    }

        .or:before {
            left: 20%;
        }

        .or:after {
            right: 20%;
        }

    .index_next {
        margin-top: 50px;
    }
}

@media screen and (max-width: 520px) {
    .article .buttons button {
        margin: 7px;
        padding: 10px 15px;
    }
}


fieldset {
    border: 1px solid silver;
    padding: .35em 1.25em .75em;
    margin: 10px 9%;
    width: 90%;
}
@media screen and (max-width: 520px) {
    fieldset {
        border: 1px solid silver;
        padding: .35em 1.25em .75em;
        margin: 45px 3% 15px;
        width: 95%;
    }
}
fieldset p {
        margin-top: 5px !important;
        font-weight: bold;
        text-align: left !important;
        padding: 2px !important;
        font-size: 1em !important;
}
legend {
    padding: 1%;
    font-weight: bold;
}
.inputBtn{
    background-color: #8ec3d8;
    color: #fff;
    border: none;
    padding: 10px 17px;
    border-radius: 100px;
    margin-right: 10px;
    cursor: pointer;
    font-size: 17px;
    font-weight: bold;
    box-shadow: 2px 2px 13px -6px #666;
}
.inputBtn:hover{
    background-color: #bbb;
}
.donate_2 .article form #css_table .selectCardBtn {
    margin-left: 10px;
    font-size: 12px;
    color: #fff;
    background: #419bbe;
    padding: 8px;
    border-radius: 15px;
}
.donate_2 .article form #css_table .recordCard {
    background: #f3f3f3;
    padding: 10px;
    border-radius: 10px;
    cursor: no-drop;
    font-size: 15px;
}
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
