/*
 Theme Name:     Ancileo Child
 Theme URI:      http://www.kickinoff.com
 Description:    Ancileo Theme
 Author:         Timefortheweb
 Author URI:     https://wordpress.org/
 Template:       ancileo
 Version:        1.4
*/
@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:300, 400, 500, 700, 900&display=swap);
@font-face {
    font-family: proxima_novaregular;
    src: url(../fonts/proximanova-regular-webfont-webfont.eot);
    src: url(../fonts/proximanova-regular-webfont-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/proximanova-regular-webfont-webfont.woff) format("woff"),
        url(../fonts/proximanova-regular-webfont-webfont.ttf) format("truetype"), url(../fonts/proximanova-regular-webfont-webfont.svg#proxima_novaregular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: proxima_novabold;
    src: url(../fonts/proximanova-bold-webfont_0-webfont.eot);
    src: url(../fonts/proximanova-bold-webfont_0-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/proximanova-bold-webfont_0-webfont.woff) format("woff"), url(../fonts/proximanova-bold-webfont_0-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: proxima_novaextrabold;
    src: url(../fonts/proximanova-extrabold-webfont.woff2) format("woff2"), url(../fonts/proximanova-extrabold-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: proxima_nova_condensedlight;
    src: url(../fonts/proximanovacond-light-webfont_0-webfont.eot);
    src: url(../fonts/proximanovacond-light-webfont_0-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/proximanovacond-light-webfont_0-webfont.woff) format("woff"),
        url(../fonts/proximanovacond-light-webfont_0-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: proximanovalight;
    src: url(../fonts/proximanovalight.eot);
    src: local("proximanovalight"), url(../fonts/proximanovalight.woff) format("woff"), url(../fonts/proximanovalight.ttf) format("truetype");
    font-display: swap;
}
@font-face {
    font-family: proxima_nova_condensedregular;
    src: url(../fonts/proximanovacond-regular-webfont_0-webfont.eot);
    src: url(../fonts/proximanovacond-regular-webfont_0-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/proximanovacond-regular-webfont_0-webfont.woff) format("woff"),
        url(../fonts/proximanovacond-regular-webfont_0-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: proxima_nova_condensedSBd;
    src: url(../fonts/proximanovacond-semibold-webfont_0-webfont.eot);
    src: url(../fonts/proximanovacond-semibold-webfont_0-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/proximanovacond-semibold-webfont_0-webfont.woff) format("woff"),
        url(../fonts/proximanovacond-semibold-webfont_0-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: proxima_nova_condensedSBdIt;
    src: url(../fonts/proximanovacond-semiboldit-webfont_0-webfont.eot);
    src: url(../fonts/proximanovacond-semiboldit-webfont_0-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/proximanovacond-semiboldit-webfont_0-webfont.woff) format("woff"),
        url(../fonts/proximanovacond-semiboldit-webfont_0-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: ProximaNovaRegularItalic;
    src: url(../fonts/proximanova-regularitalic-webfont.eot);
    src: url(../fonts/proximanova-regularitalic-webfont.eot) format("embedded-opentype"), url(../fonts/proximanova-regularitalic-webfont.woff) format("woff"), url(../fonts/proximanova-regularitalic-webfont.ttf) format("truetype"),
        url(../fonts/proximanova-regularitalic-webfont.svg#ProximaNovaRegularItalic) format("svg");
    font-display: swap;
}
@font-face {
    font-family: proxima_novasemibold;
    src: url(../fonts/proximanova-semibold_0.woff2) format("woff2"), url(../fonts/proximanova-semibold_0.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    height: 100%;
}
html body {
    overflow-x: hidden;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: proxima_novaregular;
    font-weight: 400;
}
:focus {
    outline: 0;
}
a:hover,
input[type="submit"]:hover {
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}
a,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
label,
li,
ol,
select,
strong,
textarea,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: proxima_novaextrabold;
    font-weight: 400;
}
select {
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
}
p {
    font-size: 18px;
    line-height: 30px;
    color: #5b7184;
}
p:last-child {
    margin-bottom: 0 !important;
}
article,
aside,
blockquote,
figcaption,
figure,
footer,
header,
main,
mark,
nav {
    margin: 0;
    padding: 0;
    border: none;
}
a:focus,
a:hover {
    text-decoration: none;
}
a {
    color: #88c79e;
}
:focus {
    outline: 0 !important;
}
img {
    max-width: 100%;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
main {
    width: 100%;
    float: left;
}
blockquote,
footer,
header,
section {
    width: 100%;
    float: left;
}
.pade-none {
    padding-left: 0;
    padding-right: 0;
}
.sitemap_container {
    background: #f7f7f7;
    padding: 2% 0;
}
.custom_h3toh2 {
    text-align: right;
    position: relative;
    font-weight: 900;
    font-size: 32px;
    text-transform: uppercase;
    color: #5277b7;
    line-height: 36px;
    width: 93%;
    padding: 0 27px 0 0;
    font-family: proxima_novaextrabold;
    list-style: none;
    text-decoration: none;
}
.footer_tag {
    text-align: center;
    font-family: proxima_novasemibold;
    font-size: 16px;
    color: #94a4b0;
    margin-top: 30px;
    display: none;
}
.custom_h4toh2 {
    text-align: left;
    font-size: 18px;
    color: #5277b7;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: proxima_novabold;
    font-weight: 400;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    line-height: 1.1;
}
header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
.header-inner-rs {
    padding: 36px 0 0;
}
.logo-rs {
    float: left;
}
.logo-rs a {
    display: inline-block;
}
.logo-rs img {
    /*filter: brightness(0) invert(100%);
    -webkit-filter: brightness(0) invert(100%);*/
}
.banner-outer-rs {
    position: relative;
    background: url(../images/b2cwhitelabel-banner-bg.png) center bottom no-repeat;
    min-height: 900px;
}
.banner-inner-rs {
    padding: 176px 0 0;
    text-align: center;
}
.banner-inner-rs h1 {
    font-size: 42px;
    color: #fff;
    margin: 0 0 17px 0;
}
.banner-inner-rs p {
    display: block;
    font-size: 22px;
    color: #fff;
    line-height: normal;
    width: 495px;
    display: inline-block;
    max-width: 95%;
    z-index: 1;
    line-height: 30px;
}
.banner-button-rs {
    text-align: center;
    margin: 24px 0 0;
    z-index: 1;
}
.header-right-part-rs a {
    font-family: proxima_novabold;
    font-size: 18px;
    background-color: #88c79e;
    color: #fff;
    display: inline-block;
    padding: 10px 24px;
    margin: -10px 0 0;
    text-transform: uppercase;
    border-radius: 5px;
    box-shadow: 0 7px 31px rgba(0, 0, 0, 0.2);
}
.banner-button-rs a {
    font-family: proxima_novaextrabold;
    font-size: 18px;
    background-color: #eca263;
    color: #fff;
    display: inline-block;
    padding: 14px 34px;
    text-transform: uppercase;
    border-radius: 5px;
    box-shadow: 0 7px 31px rgba(0, 0, 0, 0.2);
}
.banner-button-rs a.contact-sale:hover,
.banner-button-rs a:hover {
    background-color: #5277b7;
    color: #fff;
    text-decoration: none;
}
.header-right-part-rs a:hover {
    background-color: #5277b7;
    color: #fff !important;
    text-decoration: none;
}
.banner-button-rs a.contact-sale {
    background-color: #fff;
    color: #eca263;
    margin-left: 30px;
}
.banner-content-img-rs {
    margin: -72px 0 0 0;
    width: 100%;
    float: left;
    position: relative;
}
.navbar-toggler {
    display: none;
}
nav.navbar {
    width: auto;
    min-height: auto;
    margin: 5px 0 0 192px;
    display: inline-block;
    vertical-align: middle;
    float: right;
}
nav.navbar li a {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #fff;
    font-family: proxima_novasemibold;
}
nav.navbar a:hover {
    color: #eca263;
}
nav.navbar li {
    margin: 0 38px 0 0;
}
nav.navbar li:last-child {
    margin-right: 0;
}
.header-right-part-rs {
    float: right;
    width: auto;
    margin: 5px 0 0 33px;
}
nav.navbar .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
.header-right-part-rs a {
    color: #fff;
    text-decoration: none;
    color: #fff;
    font-family: proxima_novasemibold;
    font-size: 16px;
}
.header-right-part-rs a:hover {
    color: #eca263;
}
.header-right-part-rs a span {
    margin: 0 0 0 5px;
}
.heading-text-rs h3 {
    position: relative;
    font-weight: 900;
    font-size: 30px;
    text-transform: uppercase;
    color: #5277b7;
    line-height: 36px;
    width: 93%;
    padding: 0 27px 0 0;
}
.heading-text-rs h3 br {
    display: none;
}
.distribute-main-rs {
    padding-top: 0;
    margin-top: -40px;
}
.distribute-inner-left {
    padding: 0;
    width: 100%;
    margin: 0 0 120px;
}
.heading-text-rs {
    margin-bottom: 40px;
    display: -webkit-flex;
    display: flex;
}
.distribute-inner-rs p {
    margin-bottom: 40px;
}
.distribute-inner-rs a {
    font-family: proxima_novasemibold;
}
.distribute-inner-rs a span {
    font-weight: 400;
    margin: 0 0 0 6px;
}
.circle-icon-rs {
    position: relative;
}
.circle-icon-rs span {
    width: 76px;
    height: 76px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: absolute;
    display: inline-block;
}
.integrate-quickly-rs {
    background: #e8f1f1 url(../images/Integrate-bg-icons.png) 31% 262px no-repeat;
    padding: 170px 0 166px 0;
    position: relative;
    margin: -155px 0 0 0;
    z-index: -1;
}
.integrate-quickly-rs::before {
    width: 0;
    height: 0;
    border-right: 100vw solid transparent;
    border-top: 227px solid #fff;
    content: "";
    position: absolute;
    top: 0;
}
.integrate-quickly-rs::after {
    width: 0;
    height: 0;
    border-right: 100vw solid transparent;
    border-bottom: 227px solid #f7f7f7;
    content: "";
    position: absolute;
    bottom: 0;
}
.integrate-inn {
    margin-top: 140px;
    padding-left: 130px;
    position: relative;
}
.integrate-inn .heading-text-rs h3 {
    width: 100%;
}
.integrate-inn-right .heading-text-rs h3 {
    height: 70px;
    vertical-align: middle;
    display: table-cell;
    padding-left: 100px;
}
.integrate-inn-right .heading-text-rs {
    display: table;
}
.integrate-inn.integrate-inn-quickly {
    padding: 0;
}
.integrate-inn-quickly.integrate-inn .heading-text-rs h3 {
    padding: 0 0 0 110px;
}
.integrate-inn-quickly .circle-icon-position {
    left: 0;
    top: -20px;
}
.circle-icon-position {
    position: absolute;
    left: 15px;
    top: 0;
    width: 76px;
    height: 76px;
}
.integrate-quickly-inn-rs .heading-text-rs {
    margin-bottom: 38px;
}
.integrate-main-left {
    padding: 0;
}
.codemirror-main-outer {
    margin: 66px 0 45px;
}
.codemirror-main-outer .integrate-main-left {
    box-shadow: 0 12px 25px #dde6e6;
}
ul.integrate-tabs {
    width: 196px;
    border-bottom: 2px #cad9e5 solid;
    padding-bottom: 2px;
}
ul.integrate-tabs li {
    font-size: 18px;
    display: block;
    margin: 0 0 9px 0;
    width: 100%;
}
ul.integrate-tabs li a {
    color: #5277b7;
    font-family: proxima_novasemibold;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 23px;
    border-radius: 4px;
}
.integrate-main-right {
    padding-left: 30px;
}
ul.integrate-tabs li a.active {
    background-color: #fff;
    box-shadow: 0 12px 25px #dde6e6;
    color: #88c79e;
}
.theme-more-link {
    padding-top: 24px;
    padding-left: 8px;
}
.theme-more-link a {
    color: #88c79e;
    font-family: proxima_novasemibold;
    font-size: 18px;
    display: block;
}
.stripe-products a {
    float: left;
    text-align: center;
    margin: 0;
}
.integrate-tabs-icon {
    width: 17px;
    height: 18px;
    display: inline-block;
    background: url(../images/codemirror-tabs-icon.png) -4px -1px no-repeat;
    margin: 0 14px 0 0;
    position: relative;
    top: 3px;
}
.integrate-tabs-icon.icon2 {
    background-position: -49px -1px;
}
.integrate-tabs-icon.icon3 {
    background-position: -93px -1px;
}
.integrate-tabs-icon.icon4 {
    background-position: -138px -1px;
}
.integrate-tabs-icon.icon5 {
    background-position: -170px -1px;
}
.integrate-tabs .active .integrate-tabs-icon {
    background-position: -4px -24px;
}
.integrate-tabs .active .integrate-tabs-icon.icon2 {
    background-position: -49px -24px;
}
.integrate-tabs .active .integrate-tabs-icon.icon3 {
    background-position: -93px -24px;
}
.integrate-tabs .active .integrate-tabs-icon.icon4 {
    background-position: -138px -24px;
}
.integrate-tabs .active .integrate-tabs-icon.icon5 {
    background-position: -170px -24px;
}
.compliance-made-inn-rs .integrate-inn {
    margin: 0 0 21px;
    padding-left: 15px;
}
.compliance-made-rs {
    padding-bottom: 0;
    background-color: #f7f7f7;
    z-index: 1;
    position: relative;
}
.compliance-made-rs .heading-text-rs {
    margin-bottom: 20px;
}
.compliance-made-rs .theme-more-link {
    padding: 0;
}
.compliance-made-inn-rs .integrate-inn p {
    margin: 0 0 28px 0;
}
.compliance-made-inn-rs .integrate-inn hr {
    margin: 30px 0 0;
    border: none;
}
.compliance-left-img img {
    position: relative;
    width: auto;
    max-width: 100%;
}
.compliance-made-inn-rs {
    display: flex;
}
.compliance-left-img img {
    display: table-cell;
    vertical-align: middle;
    top: 50%;
    position: relative;
    transform: translate(0, -50%);
    left: -30px;
}
.clients-logo-outer {
    border-top: 1px #eff0f4 solid;
}
.clients-logo-inn {
    display: inline-block;
    margin: 0 50px;
    vertical-align: middle;
}
.clients-logo-outer {
    border-top: 2px #eff0f4 solid;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 0;
}
.getstarted-made-rs {
    background-color: #e8f1f1;
    position: relative;
    padding-top: 245px;
    margin-top: 0;
}
.getstarted-made-rs::before {
    width: 0;
    height: 0;
    border-right: 100vw solid transparent;
    border-top: 277px solid #f7f7f7;
    content: "";
    position: absolute;
    top: 0;
}
.get-started-content h3 {
    color: #5277b7;
    font-size: 36px;
    font-family: proximanovalight;
}
.get-started-content {
    padding-top: 72px;
    padding-bottom: 58px;
}
.get-started-content span {
    font-size: 18px;
    color: #5b666f;
}
.get-started-buttons {
    margin-top: 26px;
}
.get-started-buttons a {
    font-size: 18px;
    width: 180px;
    height: 49px;
    color: #fff;
    font-family: proxima_novasemibold;
    text-transform: uppercase;
    margin: 0 7px;
    display: inline-block;
    border-radius: 5px;
    line-height: 50px;
    box-shadow: 0 7px 31px rgba(0, 0, 0, 0.2);
}
.get-started-buttons a.contactsales-btn {
    background-color: #5b666f;
}
.get-started-buttons a.contactsales-btn:hover {
    background-color: #5277b7;
}
.get-started-buttons a.getstarted-btn {
    background-color: #eca263;
}
.get-started-buttons a.getstarted-btn:hover {
    background-color: #5b666f;
}
.getstarted-top-grid-content {
    display: table;
    height: 204px;
    width: 100%;
}
.getstarted-top-grid-content a {
    background-color: #e0f1e6;
    display: table-cell;
    height: 100%;
    padding: 52px 56px 0 136px;
    border-radius: 10px;
    box-shadow: 0 7px 36px #dee6e6;
    position: relative;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}
.getstarted-top-grid-inn:last-child .getstarted-top-grid-content a {
    background: #7fcee980;
}
span.getstarted-top-icon {
    position: absolute;
    left: 41px;
    width: 79px;
    height: 79px;
    border-radius: 50%;
}
span.getstarted-top-icon img {
    border-radius: 50%;
}
.getstarted-top-grid-content p {
    line-height: 24px;
    margin-top: 17px;
}
.getstarted-top-grid-content a h4 {
    color: #5277b7;
    font-size: 18px;
    text-transform: uppercase;
    font-family: proxima_novabold;
}
.getstarted-top-grid-rs {
    margin: -190px 0 0 0;
}
.getstarted-top-grid-content a:hover {
    opacity: 0.8;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
footer.main-footer-section {
    padding: 68px 0;
    border-top: 2px #d9e5eb solid;
    background-color: #e8f1f1;
}
footer .footer-colum h3 {
    font-size: 16px;
    color: #5b666f;
    font-family: proxima_novabold;
    text-transform: uppercase;
    margin-bottom: 24px;
}
footer .footer-colum ul {
    margin: 0;
    padding: 0;
}
footer .footer-colum ul li {
    font-family: proxima_novasemibold;
    font-size: 16px;
    margin-bottom: 12px;
}
footer .footer-colum ul li:last-child {
    margin-bottom: 0;
}
footer .footer-colum ul li a {
    color: #94a4b0;
}
footer .footer-colum ul li a:hover {
    color: #87c89f;
}
.footer-colum1-inn {
    font-family: proxima_novabold;
    font-size: 16px;
    color: #5b666f;
    margin-bottom: 25px;
    padding: 0 0 0 28px;
    position: relative;
}
.footer-colum1-inn a {
    color: #5b666f;
}
.footer-colum1-inn a:hover {
    color: #87c89f;
}
.footer-colum1-inn span {
    width: 20px;
    position: absolute;
    left: 0;
    top: -2px;
}
footer .footer-colum {
    padding: 0 0 0 82px;
}
.banner-outer-rs.aboutus-banner {
    background-image: url(../images/b2cwhitelabel-banner-bg.png);
}
.banner-outer-rs.inner-page-banner {
    background-color: #f7f7f7;
}
.inner-page-banner .banner-content-img-rs {
    margin: 14px 0 0 0;
}
.inner-page-banner.home-banner .banner-content-img-rs {
    margin: 94px 0 0 0;
    right: 0;
    position: relative;
}
.inner-page-banner .banner-content-img-rs img {
    max-width: 100%;
}
.inner-page-banner .banner-inner-rs .left-content {
    text-align: left;
    padding-top: 1%;
    padding-left: 0;
}
.inner-page-banner .banner-button-rs {
    text-align: left;
    padding: 0;
    margin: 40px 0 0;
}
.inner-page-banner .banner-inner-rs {
    padding: 134px 0 0;
    display: -webkit-flex;
    display: flex;
}
.inner-page-banner .banner-inner-rs {
    padding: 74px 0 0;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.banner-outer-rs.inner-page-banner.contact-us-banner.contact-us-banner2 .banner-inner-rs {
    padding: 130px 0 0;
}
.inner-page-banner.mobile-engagement-banner .banner-inner-rs {
    padding: 154px 0 0;
}
.inner-page-banner.payment-banner .banner-inner-rs {
    padding: 125px 0 0;
}
.inner-page-banner .banner-inner-rs h1 {
    font-size: 48px;
}
.inner-page-banner .banner-inner-rs span {
    font-size: 42px;
    line-height: 48px;
    color: #fff;
    font-family: proximanovalight;
    font-weight: 400;
    margin-bottom: 16px;
    display: block;
}
.inner-content-section {
    background-color: #f7f7f7;
    padding-bottom: 65px;
    width: 100%;
    float: left;
}
.our-team-main {
    padding-bottom: 80px;
    width: 100%;
    float: left;
    margin: 0;
}
.our-team-main h2 {
    color: #5277b7;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.our-team-main span {
    color: #5b7184;
    line-height: 27px;
    font-size: 24px;
    font-family: proxima_novasemibold;
    display: block;
    margin-bottom: 40px;
}
.our-team-colums-inn h3 {
    font-size: 18px;
    color: #5277b7;
    text-transform: uppercase;
    font-family: proxima_novabold;
}
.our-team-colums-inn span {
    font-size: 18px;
    color: #5277b7;
    font-family: proxima_novaregular;
    margin-bottom: 0;
}
.our-team-colums {
    height: 363px;
    padding: 0;
    background-color: #fff;
    border-right: 1px #e9f2f6 solid;
    border-top: 1px #e9f2f6 solid;
    border-bottom: 1px #e9f2f6 solid;
}
.our-team-colums-main {
    border: 1px #e9f2f6 solid;
    box-shadow: 0 7px 31px #efecec;
    background: #fff;
}
.our-team-colums-main .our-team-colums:nth-child(4n + 4) {
    border-right: none;
}
.our-team-colums-main .our-team-colums:nth-child(1),
.our-team-colums-main .our-team-colums:nth-child(2),
.our-team-colums-main .our-team-colums:nth-child(3),
.our-team-colums-main .our-team-colums:nth-child(4) {
    border-top: none;
}
.our-team-colums-inn {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    transition: All 0.6s ease;
    -webkit-transition: All 0.6s ease;
    -moz-transition: All 0.6s ease;
    -o-transition: All 0.6s ease;
}
.team-profile-image {
    opacity: 0;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}
.linkedin-icon {
    width: 48px;
    height: 48px;
    border: 2px #fff solid;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    margin: 28px 0 0 43px;
    background: #eca263 url(../images/linkedin-icon.png) center no-repeat;
    top: 44%;
    right: 40px;
    cursor: pointer;
}
.team-profile-image-circle {
    width: 200px;
    height: 200px;
    border: 2px transparent solid;
    border-radius: 50%;
    display: inline-block;
    margin: 47px 0 18px 0;
    overflow: hidden;
    background-color: #f7f5f5;
    position: relative;
}
.team-profile-image-circle img {
    transition: All 0.1s ease;
    -webkit-transition: All 0.1s ease;
    -moz-transition: All 0.1s ease;
    -o-transition: All 0.1s ease;
    opacity: 1;
    max-width: none;
    position: relative;
}
.our-team-colums:hover .our-team-colums-inn {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    background-color: rgba(0, 115, 176, 0.6);
}
.our-team-colums:hover .our-team-colums-inn h3,
.our-team-colums:hover .our-team-colums-inn span {
    color: #fff;
}
.our-team-colums:hover .team-profile-image-circle {
    border-color: #fff;
    background: 0 0;
}
.our-team-colums:hover .team-profile-image-circle img {
    opacity: 0;
}
.our-team-colums:hover .team-profile-image {
    opacity: 1;
}
.our-team-colums.ourteam-01 .team-profile-image-circle img {
    left: -2px;
    top: -4px;
}
.our-team-colums.ourteam-02 .team-profile-image-circle img {
    left: -3px;
    top: -1px;
}
.our-team-colums.ourteam-03 .team-profile-image-circle img {
    left: 7px;
    top: 9px;
}
.our-team-colums.ourteam-04 .team-profile-image-circle img {
    left: -7px;
    top: 6px;
}
.our-team-colums.ourteam-05 .team-profile-image-circle img {
    left: -1px;
    top: -5px;
}
.our-team-colums.ourteam-06 .team-profile-image-circle img {
    left: -9px;
    top: 0;
}
.our-team-colums.ourteam-07 .team-profile-image-circle img {
    left: -4px;
    top: 0;
}
.our-team-colums.ourteam-08 .team-profile-image-circle img {
    left: -4px;
    top: -1px;
}
.our-team-colums.ourteam-09 .team-profile-image-circle img {
    left: -11px;
    top: -1px;
}
.linkedin-icon a {
    height: 100%;
    width: 100%;
    display: block;
}
.about-popup-outer {
    background: #fff;
    text-align: left;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 10vh;
    margin-bottom: 10vh;
}
.modal .close {
    float: right;
    width: 48px;
    height: 48px;
    margin: -20px -20px 0 0;
    font-size: 35px;
    color: #fff;
    opacity: 1;
    background: #eca263;
    border-radius: 50%;
    border: 2px solid #fff;
}
.modal-backdrop {
    background-color: #0073b0;
}
.about-popup-left {
    padding: 60px 80px 60px;
}
.about-popup-right {
    padding: 35px 0 0 0;
}
.about-popup-right h2 {
    font-size: 32px;
    margin-bottom: 6px;
}
.about-popup-right h3 {
    color: #5277b7;
    font-size: 24px;
    font-family: proxima_novasemibold;
}
.about-popup-right p {
    color: rgba(124, 149, 157, 0.9);
    padding: 30px 70px 0 0;
    line-height: 27px;
    border-top: 1px solid #e9f2f6;
    margin-top: 40px;
    margin-bottom: 0;
}
.about-popup-right a {
    float: right;
    margin-right: 80px;
    font-size: 18px;
    color: #5277b7;
}
.about-bottom-map iframe {
    width: 100%;
    height: 765px;
    border-radius: 3px;
}
.map-outer {
    background: url(../images/map-outer.png) no-repeat center top;
    background-size: cover;
    padding: 110px 0 310px;
    text-align: center;
}
.map-loaction {
    border-radius: 2px;
    background-color: #fff;
    width: 370px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
    height: 269px;
    padding: 26px 47px;
}
.cross-icon {
    width: 13px;
    height: 13px;
    overflow: hidden;
    position: absolute;
    opacity: 0.7;
    right: 12px;
    top: 10px;
    z-index: 10000;
    cursor: pointer;
}
.theme-button a {
    font-family: proxima_novaextrabold;
    font-size: 18px;
    background-color: #eca263;
    color: #fff;
    display: inline-block;
    padding: 14px 34px;
    text-transform: uppercase;
    border-radius: 5px;
    box-shadow: 0 7px 31px rgba(0, 0, 0, 0.2);
}
.theme-button a:hover {
    background-color: #5277b7;
    color: #fff;
    text-decoration: none;
}
.join-grid-content {
    position: relative;
    text-align: center;
    background-color: #fff;
    background-image: url(../images/quote-img.png);
    background-repeat: no-repeat;
    background-position: center 43%;
    vertical-align: top;
    border-radius: 4px;
    box-shadow: 0 0 28px 1px #e6ecf7;
    display: inline-block;
    width: 100%;
    padding: 0 31px 50px;
}
.join-grid-content p {
    font-size: 18px;
    color: #5b7184;
    line-height: 22px;
    min-height: 131px;
}
.grid-client-info-rs {
    text-align: left;
    padding: 0 70px;
    margin: 30px 0 0;
}
.grid-client-info-rs .brand-icon-rs {
    width: 26%;
    float: left;
    margin: 0 20px 0 0;
}
.client-img-rs {
    display: inline-block;
    margin: -161px 0 30px 0;
    position: relative;
    top: -16px;
}
.client-img-rs img {
    width: 230px;
    height: 230px;
    border-radius: 50%;
    border: 12px solid #fff;
    box-shadow: 0 0 35px 1px #e6ecf7;
}
.join-head-section h2 {
    color: #5277b7;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.join-head-section span {
    font-size: 24px;
    color: #5b7184;
    line-height: 32px;
    font-family: proxima_novasemibold;
    margin-bottom: 8px;
    display: block;
}
.join-head-section {
    background: url(../images/join-the-team-icons.png) center top no-repeat;
    padding: 38px 10px 0 10px;
}
.join-section-main {
    width: 100%;
    float: left;
    padding-bottom: 77px;
}
.about-bottom-map {
    width: 100%;
    float: left;
}
.brand-icon-rs {
    margin: 39px 0 0 0;
}
.brand-icon-rs img {
    width: 41px;
}
.join-grid-content h4 {
    color: #5277b7;
    font-size: 18px;
    text-transform: uppercase;
    font-family: proxima_novabold;
}
.join-grid-content span {
    color: #bfc9e0;
    font-size: 16px;
    line-height: normal;
    margin: 3px 0 20px 0;
    display: block;
    min-height: 36px;
}
.inner-page-banner.insurance-api-banner .banner-inner-rs .left-content {
    padding-top: 0;
}
.banner-outer-rs.b2c-withlabel-banner,
.banner-outer-rs.insurance-api-banner,
.banner-outer-rs.join-us-banner,
.banner-outer-rs.mobile-engagement-banner,
.banner-outer-rs.payment-banner {
    background-image: url(../images/b2cwhitelabel-banner-bg.png);
    min-height: 900px;
}
.inner-page-banner.payment-banner .banner-inner-rs .left-content {
    padding-top: 0;
}
.inner-page-banner.b2c-withlabel-banner .banner-content-img-rs {
    margin: 100px 0 0 0;
}
.margin-top-minus80 {
    margin-top: -100px;
}
.margin-top-minus30 {
    margin-top: -30px;
}
.margin-top-minus10 {
    margin-top: -10px;
}
.features-head-section.col-xs-12 {
    padding: 0 0 0 41%;
}
.features-head-section h2 {
    color: #5277b7;
    font-size: 32px;
    text-transform: uppercase;
    margin: 0 0 12px 0;
}
.features-head-section p {
    color: #5b7184;
    font-size: 24px;
    font-family: proxima_novasemibold;
}
.features-content-outer {
    margin-top: 30px;
}
.features-right-content {
    margin-top: 20px;
    padding-left: 6%;
    padding-right: 6%;
}
.features-right-inner span.features-icon {
    margin-bottom: 22px;
    display: inherit;
    position: absolute;
    left: 0;
}
.features-right-inner h3 {
    font-size: 18px;
    color: #5b7184;
    text-transform: uppercase;
    margin-bottom: 8px;
    line-height: 29px;
    font-family: proxima_novabold;
    padding-left: 40px;
}
.features-right-inner h3 img {
    max-width: 42px;
}
.features-right-inner h3 img.aliyun-logo-imgw {
    max-width: 100%;
    margin: 0 0 0 10px;
    vertical-align: top;
}
.features-right-inner p {
    line-height: 30px;
}
.features-right-inner {
    padding: 0;
    margin-bottom: 38px;
    position: relative;
}
.features-right-inner:last-child {
    margin-bottom: 0;
}
.features-bottom-content {
    margin-top: 70px;
}
.icon-with-content span.features-icon {
    margin-bottom: 22px;
    display: inline-block;
}
.icon-with-content h4 {
    font-size: 18px;
    color: #5277b7;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: proxima_novabold;
}
.icon-with-content p {
    line-height: 30px;
    color: #5b7184;
}
.inner-page-banner.mobile-engagement .banner-content-img-rs {
    margin: 14px 0 0 0;
}
.inner-page-banner.mobile-engagement .icon-with-content p {
    line-height: 22px;
    color: #7c959d;
}
.mobile-engagement-first .icon-with-content p {
    color: #7c959d;
}
.concierge-like-service {
    margin: 82px 0 131px;
}
.concierge-like-inner {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 52px 1px #e6ecf7;
}
.concierge-like-inn {
    margin: -55px 0 -72px;
}
.concierge-like-left h3 {
    font-size: 18px;
    color: #5277b7;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: proxima_novabold;
}
.concierge-like-left p {
    line-height: 28px;
    color: #7c959d;
    margin-bottom: 44px;
}
.concierge-like-left {
    padding: 62px 23px 0 60px;
}
.concierge-like-left .theme-button a {
    padding: 12px 34px;
}
.modules-tailor-inn h5 {
    font-size: 32px;
    color: #5277b7;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.modules-tailor-tabs-inn {
    width: 18%;
    display: table;
    height: 234px;
    text-align: center;
    float: left;
    margin: 0 28px 0 0;
}
.modules-tailor-tabs-inn:last-child {
    margin: 0;
}
.modules-tailor-tabs-inn a {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    border-radius: 5px;
    padding: 16px 0 0 0;
}
.modules-tailor-tabs-inn a span {
    display: block;
    font-size: 18px;
    color: #5277b7;
    margin-top: 15px;
    font-family: proxima_novabold;
    line-height: 20px;
    min-height: 40px;
}
.modules-tailor-tabs-inn.active a {
    background-color: #fff;
    box-shadow: 0 0 32px 1px #e1e8f6;
}
.policy-tabs-options ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    border-bottom: 2px #839dca solid;
}
.policy-tabs-options ul li {
    float: left;
    font-size: 18px;
    font-family: proxima_novasemibold;
}
.policy-tabs-options ul li a {
    padding: 0 22px 10px;
    color: #839dca;
    position: relative;
    display: block;
}
.policy-tabs-options ul li.active a {
    color: #88c79e;
}
.policy-tabs-options ul li.active a:after {
    width: 100%;
    display: inline-block;
    height: 2px;
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    background-color: #88c79e;
}
.policy-tabs-options {
    margin-top: 46px;
}
.modules-tailor-outer {
    background: url(../images/tailor-made-bg-img.png) center 190px no-repeat;
}
.policy-renewal-main {
    margin-top: 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.policy-renewal-right h4 {
    font-size: 32px;
    color: #5277b7;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.policy-renewal-left {
    padding: 0 8% 0 0;
}
.policy-renewal-right {
    margin-bottom: 35px;
    padding-left: 10px;
}
.make-it-main.pade-none {
    margin-top: 110px;
}
.make-it-main h5 {
    margin-bottom: 55px;
}
.make-it-main .integrate-inn {
    margin: 0 0 50px;
    padding: 0;
}
.make-it-main .integrate-inn:last-child {
    margin: 0;
}
.make-it-main .integrate-inn .circle-icon-position {
    left: 0;
}
.make-it-main .integrate-inn .circle-icon-rs span {
    width: 90px;
    height: 90px;
}
.make-it-main .circle-icon-position {
    width: 90px;
    height: 90px;
}
.make-it-main .heading-text-rs h3 {
    font-weight: 600;
    font-size: 18px;
    width: 100%;
    padding: 0;
    font-family: proxima_novasemibold;
    line-height: 24px;
}
.make-it-main .heading-text-rs {
    margin-bottom: 11px;
    padding: 0 0 0 114px;
    height: 88px;
    vertical-align: middle;
    display: table-cell;
}
.make-it-main .integrate-inn p {
    color: #7c959d;
}
.make-it-right {
    padding: 36px 0 0 10px;
}
.make-it-right p {
    color: #b9c6ca;
    line-height: 24px;
    font-style: italic;
    padding: 0 14% 0 12%;
    display: none;
}
.make-it-left {
    padding-right: 2%;
}
.map-loctions {
    padding: 26px 47px;
}
.map-loctions h3 {
    font-size: 18px;
    color: #5277b7;
    font-family: proxima_novasemibold;
    line-height: 24px;
    margin: 0 0 13px 0;
    padding: 0;
    position: relative;
}
.map-loctions h3:before {
    width: 14px;
    height: 18px;
    content: "";
    display: inline-block;
    position: absolute;
    left: -20px;
    top: 1px;
    background: url(../images/ancileo-icon-48.png) center left no-repeat;
}
.map-loctions p {
    line-height: normal;
    color: #bfc9e0;
    margin-bottom: 38px;
}
.map-loctions .theme-button a {
    font-size: 18px;
    padding: 12px 23px;
}
.more-ways-left p {
    font-size: 24px;
    line-height: normal;
    color: #5b7184;
}
.more-ways-left h2 {
    color: #5277b7;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 26px;
}
.more-ways-inner {
    margin-bottom: 120px;
}
.more-ways-left p {
    color: #5b7184;
    line-height: normal;
    font-size: 24px;
    font-family: proxima_novasemibold;
}
.more-ways-left-inn {
    position: relative;
    padding: 0;
    margin-top: 70px;
}
.more-ways-left-inn i {
    position: absolute;
    left: 0;
    top: -15px;
}
.more-ways-left-inn h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #5b7184;
    margin-bottom: 24px;
    font-family: proxima_novabold;
    padding: 0 0 0 68px;
}
.more-ways-left-inn p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    font-family: proxima_novaregular;
}
.more-ways-left-inn ul {
    margin-top: 38px;
    width: 100%;
    float: left;
}
.more-ways-left-inn li {
    width: 50%;
    float: left;
    font-size: 24px;
    color: #5277b7;
    font-family: proxima_novasemibold;
    line-height: normal;
    margin: 0 0 31px 0;
    padding: 0 0 0 25px;
    position: relative;
}
.more-ways-left-inn li::before {
    content: "";
    width: 13px;
    height: 10px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 7px;
    background: url(../images/ancileo-icon-49.png) center no-repeat;
}
.more-ways-right-inn {
    background-color: #fff;
    box-shadow: 0 0 52px 1px #e6ecf7;
    border-radius: 5px;
    padding: 11px 0 0;
    width: 100%;
    display: inline-block;
}
.more-ways-right-colums {
    padding: 22px 33px 22px;
    width: 100%;
    float: left;
    border-bottom: 2px #e9f2f6 solid;
}
.more-ways-right-colums:last-child {
    border: none;
}
.more-ways-right-colums h4 {
    font-size: 24px;
    text-transform: uppercase;
    color: #5277b7;
    margin-bottom: 24px;
}
ul.payment-partners-list {
    width: 100%;
    float: left;
    padding: 0;
}
ul.payment-partners-list li {
    width: 50%;
    float: left;
    margin: 0 0 15px 0;
}
ul.payment-partners-list li:last-child {
    margin: 0;
}
ul.payment-partners-list li:nth-child(2n + 2) {
    padding: 0 0 0 30px;
}
.settlement-currencies ul li {
    font-size: 18px;
    color: #5b7184;
    text-transform: uppercase;
    font-family: proxima_novasemibold;
}
.settlement-currencies ul {
    width: 13.6%;
    float: left;
    border-right: 2px #e9f2f6 solid;
    margin: 0 14px 0 0;
}
.settlement-currencies ul:last-child {
    border: none;
    margin: 0;
}
.smart-features-inner {
    width: 33.33%;
    float: left;
    text-align: center;
}
.smart-features-inner span {
    font-size: 18px;
    color: #5b7184;
    margin: 18px 0 0 0;
    display: block;
    font-family: proxima_novasemibold;
    line-height: 22px;
}
.more-ways-right-colums.smart-features h4 {
    margin-bottom: 36px;
}
.more-ways-right-colums.settlement-currencies h4 {
    margin-bottom: 20px;
}
.more-ways-left {
    padding-top: 35px;
}
.automated-main-outer .more-ways-left {
    padding: 0 0 70px 0;
}
.more-ways-main {
    background: url(../images/payment-content-bg.png) center 350px no-repeat;
}
.paymentrouting-main-outer {
    margin-top: 99px;
    width: 100%;
    float: left;
    border-top: 2px #dce5ef solid;
    padding-top: 59px;
    padding-bottom: 60px;
}
.plit-payment-left {
    text-align: right;
    font-size: 24px;
    line-height: 34px;
    color: #87c89e;
    padding: 146px 3% 0 5%;
    font-family: proxima_novasemibold;
}
.split-payment-tabs {
    margin-top: 58px;
}
.split-payment-tabs ul {
    width: 292px;
    max-width: 100%;
    margin: 0 0 0 9%;
}
.split-payment-tabs li {
    font-size: 18px;
    display: block;
    margin: 0 0 5px 0;
}
.split-payment-tabs li a {
    color: #5277b7;
    font-family: proxima_novasemibold;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 38px;
    border-radius: 4px;
}
.split-payment-tabs li.active a {
    background-color: #fff;
    box-shadow: 0 12px 25px #dde6e6;
    color: #88c79e;
}
.coming-soon-outer h5 {
    color: #9e9e9e;
    font-size: 60px;
    line-height: 65px;
    text-align: center;
    font-family: proxima_novabold;
}
.paymentrouting-main-outer .coming-soon-outer h5 {
    margin-top: 86px;
}
.digital-fulfilment-main .coming-soon-outer h5 {
    margin-top: 246px;
    color: #0a1931;
}
.inner-page-banner.insurance-api-banner .banner-inner-rs {
    padding: 174px 0 0;
}
.inner-page-banner.insurance-api-banner .left-img {
    padding-top: 34px;
}
.ancileo-api-outer a {
    font-size: 18px;
    color: #88c79e;
    text-decoration: none;
    font-family: proxima_novasemibold;
}
.ancileo-api-outer {
    margin-top: 30px;
}
.digital-fulfilment-main {
    background-color: #19315a;
    padding: 366px 0 165px;
    position: relative;
}
.digital-fulfilment-main:before {
    width: 0;
    height: 0;
    border-right: 217vh solid transparent;
    border-top: 387px solid #f7f7f7;
    content: "";
    position: absolute;
    top: -9px;
}
.digital-fulfilment-main:after {
    width: 0;
    height: 0;
    border-left: 217vh solid transparent;
    border-bottom: 387px solid #f7f7f7;
    content: "";
    position: absolute;
    bottom: 0;
}
.insurance-api-main {
    position: relative;
    z-index: 1;
    padding-top: 0;
    padding-bottom: 30px;
}
.inner-content-section .insurance-api-main {
    padding-bottom: 0;
    margin: -40px 0 -90px;
}
.heading-text-rs02 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 25px;
}
.heading-text-rs02 .circle-icon-rs {
    margin: 0 24px 0 0;
}
.heading-text-rs02 h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
}
.heading-text-rs02 h3 span {
    display: block;
    font-size: 18px;
    color: #a7bee6;
}
.digital-fulfilment-left p {
    color: #fff;
    margin: 0 0 16px 0;
    font-family: proxima_novasemibold;
}
.digital-fulfilment-left ul {
    padding: 0;
}
.digital-fulfilment-left li {
    color: #fff;
    line-height: 30px;
    font-size: 18px;
    font-family: proxima_novasemibold;
    position: relative;
    padding: 0 0 0 13px;
}
.digital-fulfilment-left li:before {
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
    display: inline-block;
    content: "";
}
.digital-icon-inner h4 {
    color: #fff;
    font-family: proxima_novaregular;
    margin-bottom: 1px;
}
.digital-fulfilment2-wbc .digital-icon-inner h4 {
    font-family: proxima_novabold;
}
.digital-icon-inner p {
    color: #fff;
    font-family: proxima_novaregular;
    margin-top: 10px;
}
.digital-icon-content {
    margin-top: 80px;
}
.digital-icon-inner {
    margin-bottom: 88px;
    padding: 0 14px 0 34px;
    position: relative;
}
.digital-icon-inner:last-child {
    margin-bottom: 0;
}
.digital-icon-inner:before {
    width: 22px;
    height: 22px;
    background: url(../images/ancileo-icon-51.png) center no-repeat;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
}
.insurance-api-codemirror .heading-text-rs02 h3 {
    color: #5277b7;
    line-height: 36px;
    margin-top: 7px;
}
.insurance-api-codemirror .heading-text-rs02 {
    margin-bottom: 46px;
}
.insurance-api-codemirror .codemirror-main-outer {
    margin-top: -10px;
    margin-bottom: 0;
}
.insurance-api-codemirror ul.integrate-tabs {
    width: 318px;
}
.insurance-api-codemirror .theme-more-link {
    padding-left: 24px;
}
.insurance-api-codemirror .theme-more-link a {
    color: #5277b7;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
@-webkit-keyframes bounce {
    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-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 {
    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-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;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}
@-webkit-keyframes flash {
    0%,
    100%,
    50% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@keyframes flash {
    0%,
    100%,
    50% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 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);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 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);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}
@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
@keyframes shake {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}
@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(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);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(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);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}
@-webkit-keyframes bounceIn {
    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-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);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes bounceIn {
    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-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);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
}
@-webkit-keyframes bounceInDown {
    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-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);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes bounceInDown {
    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-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);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-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);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes bounceInLeft {
    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-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);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-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);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes bounceInRight {
    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-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);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-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, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInUp {
    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-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, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(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);
    }
    100% {
        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);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
}
@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(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;
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(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;
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-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-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-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-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}
@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-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-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-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-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}
@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}
.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}
.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
}
@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}
@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}
.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}
.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}
.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}
@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}
@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}
@keyframes rollOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}
.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    0% {
        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 {
    0% {
        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 {
    0% {
        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 {
    0% {
        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 {
    0% {
        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 {
    0% {
        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 {
    0% {
        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 {
    0% {
        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 {
    0% {
        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 {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    100% {
        opacity: 0;
    }
}
@keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    100% {
        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);
    }
    100% {
        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);
    }
    100% {
        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);
    }
    100% {
        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);
    }
    100% {
        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);
    }
    100% {
        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);
    }
    100% {
        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);
    }
    100% {
        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);
    }
    100% {
        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 {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}
@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}
.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}
@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}
.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}
.mobile-engagement-first.pade-none {
    margin: -50px 0 0 0;
}
.join-us-inner {
    padding: 0 70px;
    margin: -60px 0 0;
}
.join-us-inner h2 {
    color: #5277b7;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.join-us-inner p {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    font-family: proxima_novaregular;
    color: #5b7184;
}
.join-us-inner h3 {
    font-size: 20px;
    color: #5b7184;
    margin-top: 27px;
    margin-bottom: 17px;
    font-family: proxima_novabold;
}
.join-us-inner input[type="text"] {
    width: 80%;
    border: 1px solid #e9f2f6;
    background: #fff;
    color: rgba(91, 113, 132, 0.4);
    float: left;
    padding: 12px 21px 13px;
    font-size: 18px;
    font-family: proxima_novaregular;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 50px;
}
.join-us-inner input[type="submit"] {
    font-size: 18px;
    float: right;
    width: 17%;
    color: #fff;
    font-family: proxima_novaextrabold;
    text-transform: uppercase;
    padding: 12px 21px 10px;
    background: #3bd08e;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 4px 19px rgba(82, 119, 183, 0.25);
    height: 50px;
}
.radio-outer {
    padding: 40px 0 40px 0;
}
.radio-outer label {
    display: inline-block;
    margin: 0;
    color: #5b7184;
    font-size: 18px;
    font-family: proxima_novaregular;
    margin-right: 37px;
    position: relative;
    font-weight: 400;
}
.radio-outer label span {
    float: left;
    height: 30px;
    width: 30px;
    border: 1px solid #e9f2f6;
    border-radius: 50%;
    margin-right: 15px;
    background: #fff;
    -webkit-border-radius: 50%;
    position: relative;
}
.radio-outer label span::after {
    content: "";
    height: 18px;
    width: 18px;
    left: 5px;
    display: none;
    top: 5px;
    position: absolute;
    background: #3bd08e;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.radio-outer label input {
    position: absolute;
    opacity: 0;
    margin: 0;
}
.radio-outer label input[type="radio"]:checked ~ span::after {
    display: block;
}
.category-outer {
    width: 250px;
    margin-right: 9px;
    float: left;
}
.category-outer h4 {
    color: #5b7184;
    font-size: 18px;
    font-family: proxima_novaregular;
    padding: 0 0 14px 0;
}
.category-outer select {
    width: 100%;
    border: 1px solid #e9f2f6;
    background: #fff url(../images/double-arrow.png) no-repeat right 18px center;
    color: rgba(91, 113, 132, 0.4);
    float: left;
    padding: 10px 15px 12px;
    font-size: 18px;
    font-family: proxima_novaregular;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 50px;
}
.search-results {
    padding: 10px 0 0;
}
.search-results-outer {
    padding: 28px;
    background: #f0f0f0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.search-results-inn {
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 24px 31px 25px;
    margin-bottom: 29px;
}
.search-results-inn:last-child {
    margin-bottom: 0;
}
.search-results-inn h5 {
    color: rgba(91, 113, 132, 0.4);
    text-align: right;
    display: block;
    margin: 0;
    font-weight: 400;
    font-family: proxima_novaregular;
    padding: 0 0 12px 0;
    font-size: 16px;
}
.search-results-inn h4 {
    color: #5b7184;
    padding: 0 0 21px 0;
    font-family: proxima_novabold;
    font-size: 18px;
}
.search-results-inn ul {
    margin-top: 8px;
    display: inline-block;
}
.search-results-inn li {
    font-size: 16px;
    color: #5b7184;
    display: inline-block;
    background: #f2f8fa;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 6px 9px 5px;
    margin-right: 6px;
}
.search-results-inn li strong {
    margin-right: 10px;
    font-family: proxima_novasemibold;
    font-weight: 400;
}
.search-results-inn li strong img {
    margin: -3px 0 0 0;
}
.clients-logo-inn {
    display: none;
}
.banner-outer-rs.inner-page-banner.home-banner {
    background-color: transparent;
}
.policy-renewal-mainout {
    display: none;
}
.policy-renewal-mainout.first {
    display: block;
}
.home-banner.banner-outer-rs.inner-page-banner {
    background-color: transparent;
}
.codemirror-main-left-inn .CodeMirror-sizer {
    min-width: 82% !important;
    padding: 0 !important;
}
.codemirror-main-left-inn .CodeMirror pre {
    white-space: normal;
    word-wrap: normal;
    padding: 0 24px;
}
.codemirror-main-left-inn .CodeMirror-lines {
    width: 95%;
}
.codemirror-main-left-inn {
    background-color: #fff;
    padding: 14px 0;
    position: relative;
}
.codemirror-main-left-inn:before {
    background-color: #e7f4ec;
    width: 72px;
    height: 100%;
    left: 0;
    top: 0;
    display: inline-block;
    content: "";
    position: absolute;
}
.logo-active {
    display: none;
}
.ancileo-animation-icon-01 {
    width: 30px;
    height: 30px;
    background-image: url(../images/ancileo-animation-icon-01.png);
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    left: 28%;
    top: 19%;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.ancileo-animation-icon-02 {
    width: 30px;
    height: 30px;
    background-image: url(../images/ancileo-animation-icon-02.png);
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    left: 7%;
    top: 39%;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.ancileo-animation-icon-03 {
    width: 20px;
    height: 20px;
    background-image: url(../images/ancileo-animation-icon-01.png);
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    left: 52%;
    top: 31%;
    background-size: 20px;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.ancileo-animation-icon-04 {
    width: 23px;
    height: 23px;
    background-image: url(../images/ancileo-animation-icon-02.png);
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    left: 20%;
    top: 96%;
    background-size: 23px;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    opacity: 0.6;
}
.ancileo-animation-icon-05 {
    width: 30px;
    height: 30px;
    background-image: url(../images/ancileo-animation-icon-02.png);
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    left: 67%;
    top: 98%;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    opacity: 0.3;
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.ancileo-animation-icon-06 {
    width: 14px;
    height: 14px;
    background-color: #9ed0ae;
    display: inline-block;
    position: absolute;
    left: 53%;
    top: 17%;
    -webkit-animation: square-to-circle 2s 1s infinite cubic-bezier(1, 0.005, 0.215, 1.2) alternate;
    animation: square-to-circle 2s 1s infinite cubic-bezier(1, 0.005, 0.215, 1.2) alternate;
}
.ancileo-animation-icon-07 {
    width: 13px;
    height: 13px;
    background-color: #9ed0ae;
    display: inline-block;
    position: absolute;
    left: 47.5%;
    top: 80.5%;
    -webkit-animation: square-to-circle 2s 1s infinite cubic-bezier(1, 0.005, 0.215, 1.2) alternate;
    animation: square-to-circle 2s 1s infinite cubic-bezier(1, 0.005, 0.215, 1.2) alternate;
    opacity: 0.5;
}
@-webkit-keyframes square-to-circle {
    0% {
        border-radius: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    25% {
        border-radius: 50% 0 0 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    50% {
        border-radius: 50% 50% 0 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    75% {
        border-radius: 50% 50% 50% 0;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    100% {
        border-radius: 50%;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes square-to-circle {
    0% {
        border-radius: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    25% {
        border-radius: 50% 0 0 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    50% {
        border-radius: 50% 50% 0 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    75% {
        border-radius: 50% 50% 50% 0;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    100% {
        border-radius: 50%;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
.ancileo-animation-icon-08 {
    width: 10px;
    height: 10px;
    display: inline-block;
    position: absolute;
    background-color: #9fdaef;
    left: 48.5%;
    top: 26.5%;
    border-radius: 50%;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.contact-us-banner .banner-inner-rs p {
    width: 645px;
}
.contact-us-banner .left-content {
    text-align: center !important;
}
.contact-outer {
    position: relative;
    z-index: 1;
}
.conatact-form {
    background: #19315a;
    position: relative;
    margin: 70px 0 0 0;
}
.conatact-form::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100%;
    border-left: 100vw solid transparent;
    border-bottom: 42vh solid #19315a;
}
.contact-form-outer {
    text-align: center;
}
.contact-left {
    padding: 30px;
    border-radius: 5px;
    background: #fff;
    margin-top: 0;
    float: none;
    display: inline-block;
    text-align: left;
}
.contact-left label {
    color: #5b7184;
    font-size: 20px;
    line-height: 50px;
    max-width: 50%;
}
.contact-left input[type="text"],
.contact-left select,
.contact-left textarea {
    height: 50px;
    padding: 10px;
    background: #f8fcff;
    width: 59%;
    float: right;
    font-size: 20px;
    border: 1px solid #e9f2f6;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: rgba(91, 113, 132, 0.8);
    margin-bottom: 20px;
}
.contact-left select {
    color: #5b7184;
    font-weight: 700;
    background: #f8fcff url(../images/arrow-down.png) no-repeat right 20px center;
}
.contact-left textarea {
    height: 194px;
    resize: none;
}
.contact-left button {
    font-family: proxima_novaextrabold;
    font-size: 18px;
    background-color: #eca263;
    color: #fff;
    display: inline-block;
    padding: 14px 34px;
    text-transform: uppercase;
    border-radius: 5px;
    box-shadow: 0 7px 31px rgba(0, 0, 0, 0.2);
    border: none;
    float: right;
}
.banner-outer-rs.inner-page-banner.contact-us-banner {
    background-color: #fff;
    min-height: 575px;
}
.contact-left-part {
    text-align: center;
}
.contact-left-part img {
    margin: -130px 0 0 0;
}
.contact-left button:hover {
    background-color: #5277b7;
    color: #fff;
    text-decoration: none;
}
.contact-right {
    padding: 0 0 0 60px;
}
.contact-right h3 {
    color: #5b7184;
    font-size: 42px;
    font-family: proximanovalight;
    padding: 0 0 42px 0;
}
.contact-right ul {
    padding: 0 0 0 9px;
    max-width: 380px;
}
.contact-right li {
    color: #5b7184;
    font-size: 18px;
    padding-left: 35px;
    position: relative;
    background: url(../images/check-icon.png) no-repeat 0 3px;
    margin-bottom: 30px;
}
.general-communication h3 {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: proxima_novabold;
}
.general-communication p {
    font-size: 18px;
    color: #a4c1f3;
}
.general-communication p a {
    color: #fff;
}
.general-communication {
    padding: 20px 20px 20px 70px;
    border-radius: 5px;
    position: relative;
    border: 1px solid #fff;
    width: 88%;
}
.general-communication img {
    top: 20px;
    left: 20px;
    position: absolute;
}
.general-communication-outer {
    padding: 0 15px 0 0;
    margin: 87px 0;
}
.general-communication-outer:last-child {
    padding: 0 0 0 15px;
}
.contact-second-version {
    margin: 0 !important;
}
.contact-second-version2 {
    display: none;
}
.banner-outer-rs.inner-page-banner.contact-us-banner.contact-us-banner2 {
    background-color: #19315a;
    min-height: 650px;
}
.contact-second-version .contact-form-outer {
    margin-top: -270px;
    z-index: 1;
}
nav.navbar li {
    margin: 0 38px 0 0;
    position: relative;
    padding: 0 0 20px 0;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 340px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 3px;
    left: 50%;
    transform: translate(-50%);
    padding: 0;
    top: 40px;
}
.dropdown-content::after {
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
}
.dropdown a:hover {
    background-color: #ddd;
}
nav.navbar li:hover > .dropdown-content {
    display: block;
}
.dropdown-content li {
    float: left;
    width: 100%;
    padding: 0 !important;
    position: relative;
    margin: 0 !important;
}
.dropdown-content li i {
    position: absolute;
    left: 19px;
    top: 20px;
}
nav.navbar li .dropdown-content a {
    padding: 20px 20px 20px 58px !important;
    display: block;
    color: #4f74b6;
    border-bottom: 1px solid transparent;
}
nav.navbar li .dropdown-content a span {
    color: #8392a0;
    font-size: 16px;
    font-weight: 400;
    display: block;
    line-height: 21px;
    font-family: proxima_novaregular;
    padding-right: 12%;
}
nav.navbar li .dropdown-content li:hover > a {
    color: #eca263 !important;
    background: #ecf5ff;
    border-bottom: 1px solid #d0d5d5;
}
nav.navbar li .dropdown-content li:hover .dropdown-content li a {
    border-bottom: 1px solid transparent;
}
nav.navbar li .dropdown-content a img {
    float: left;
    margin-right: 9px;
    filter: grayscale(100%);
    opacity: 0.2;
    transition: 0.3s all ease;
}
nav.navbar li .dropdown-content li:hover > a img {
    filter: grayscale(0);
    opacity: 1;
}
.dropdown-content li .dropdown-content {
    left: 481px;
    top: 0;
    box-shadow: none;
    background: #ecf5ff;
    border-radius: 0 3px 3px 0;
    min-width: 285px;
    padding: 14px 0;
}
.dropdown-content li .dropdown-content:after {
    display: none;
}
.dropdown-content li .dropdown-content li a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.dropdown-content li .dropdown-content li i {
    top: 6px;
}
.join-team-location {
    font-size: 16px;
    color: #5b7184;
    margin-bottom: 38px;
    position: relative;
    display: inline-block;
    padding: 0 0 0 20px;
}
.join-team-location:before {
    width: 20px;
    height: 22px;
    content: "";
    display: inline-block;
    position: absolute;
    left: -1px;
    top: -1px;
    background: url(../images/ancileo-icon-48-n.png) center left no-repeat;
    background-size: contain;
}
::-webkit-input-placeholder {
    opacity: 0.5;
}
::-moz-placeholder {
    opacity: 0.5;
}
:-ms-input-placeholder {
    opacity: 0.5;
}
:-moz-placeholder {
    opacity: 0.5;
}
.distribute-inner-rs.distribute-inner-wbc {
    padding: 20px 0 0 0;
    text-align: center;
}
.distribute-inner-wbc .custom_h3toh2 {
    text-align: center;
    padding: 0;
}
.distribute-inner-rs.distribute-inner-wbc p {
    margin-bottom: 10px;
    text-align: center;
    padding: 0 8%;
    color: #69838b;
}
.distribute-business-future-wbc {
    text-align: center;
    margin-top: 30px;
    padding: 0;
}
.business-future-inner-wbc {
    float: none;
    display: inline-block;
    padding: 0 20px;
    width: 33%;
    vertical-align: top;
    margin-bottom: 50px;
}
.business-future-inner-wbc h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #5277b7;
    display: block;
    padding: 30px 0 20px 0;
    font-family: proxima_novabold;
    font-weight: 400;
    line-height: 1.1;
    list-style: none;
    text-decoration: none;
}
.business-future-inner-wbc p {
    padding: 0 !important;
}
.business-future-inner-wbc p strong {
    font-weight: 700;
    color: #69838b;
}
.circle-icon-wbc {
    display: block;
    text-align: center;
}
.circle-icon-wbc img {
    float: none;
    display: inline-block;
    max-width: 100%;
}
.more-reasons-love-main-wbc {
    background-color: #19315a;
    padding: 230px 0 100px;
    position: relative;
    overflow: hidden;
}
.more-reasons-love-main-wbc::before {
    width: 0;
    height: 0;
    border-left: 219vh solid transparent;
    border-top: 387px solid #f7f7f7;
    content: "";
    position: absolute;
    top: 0;
}
.more-reasons-love-main-wbc::after {
    display: none;
}
.more-reasons-love-content-wbc {
    padding: 0 70px;
}
.more-reasons-content-inner-wbc {
    text-align: left;
    padding: 30px 34px;
    min-height: 230px;
}
.more-reasons-content-inner-wbc span {
    text-align: center;
    display: block;
}
.more-reasons-content-inner-wbc span img {
    max-width: 100%;
}
.more-reasons-content-inner-wbc h4 {
    color: #fff;
    font-size: 24px;
    text-transform: none;
    font-family: proxima_novabold;
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: 500;
}
.more-reasons-content-inner-wbc p {
    color: #fff;
    line-height: 27px;
}
.get-started-buttons.request-a-demo-wbc {
    text-align: center;
    display: block;
    float: left;
    width: 100%;
    margin: 0;
}
.inner-content-section.white-lable-wbc {
    padding-bottom: 0;
}
.distribution-banner-wbc.inner-page-banner .banner-inner-rs span {
    margin-bottom: 30px;
    padding-right: 30px;
    margin-top: 20px;
}
.distribution-banner-wbc.inner-page-banner.payment-banner .banner-inner-rs .left-content {
    padding-top: 0;
}
.distribution-api-main-wbc {
    background-color: none;
    padding: 0 0 170px;
    position: relative;
    z-index: 99;
}
.distribution-api-inner-wbc {
    margin: -90px 0 -75px 0;
}
.distribution-api-inner-wbc .heading-text-rs02 h3 {
    color: #5277b7;
}
.distribution-api-inner-left-wbc {
    text-align: center;
}
.distribution-api-inner-content-wbc p strong {
    color: #5b7184;
    line-height: normal;
    font-size: 24px;
    font-family: proxima_novaregular;
    line-height: 30px;
    margin: 26px 0;
    display: block;
}
.distribution-api-inner-content-wbc {
    padding-right: 2%;
    padding-left: 110px;
}
.learn-more-button-wbc {
    float: left;
    width: 100%;
    text-align: left;
}
.inner-content-section.business-content-sectionwb {
    overflow-x: hidden;
}
.features-important-main.margin-top-minus80.agent-content-page-wbc.business-content-wbc.features-first-wbc {
    margin-top: 0;
}
.learn-more-button-wbc.get-started-buttons a {
    font-family: proxima_novaextrabold;
    font-size: 18px;
    background-color: #fff;
    color: #eca263;
    display: inline-block;
    padding: 14px 23px;
    text-transform: uppercase;
    border-radius: 5px;
    box-shadow: 0 7px 31px rgba(0, 0, 0, 0.2);
    height: auto;
    text-align: center;
    line-height: 29px;
}
.learn-more-button-wbc.get-started-buttons a:hover {
    background-color: #eca263;
    color: #fff;
}
.integrate-quickly-rs.integratewhite-label-wbc {
    z-index: 9;
    padding: 135px 0 246px 0;
}
.integrate-quickly-rs.integratewhite-label-wbc::before {
    border-right: 100vw solid transparent;
    border-top: 227px solid #f7f7f7;
    top: 0;
}
.more-ways-main.distribution-agent-paleteform-wbc {
    background: #f7f6f6 url(../images/payment-content-bg.png) center 160px no-repeat;
    padding-bottom: 90px;
    z-index: 9;
    position: relative;
    overflow: hidden;
}
.inner-content-section.distribution-page1 {
    padding-bottom: 0;
}
.distribution-agent-content-wbc .heading-text-rs02 h3 {
    color: #5277b7;
}
.distribution-agent-bottom-wbc .distribution-agent-content-wbc {
    padding: 0 1% 0 30px;
}
.distribution-agent-bottom-wbc p strong {
    color: #5b7184;
    line-height: normal;
    font-size: 24px;
    font-family: proxima_novaregular;
    line-height: 30px;
    margin: 26px 0;
    display: block;
}
.distribution-agent-bottom-wbc.customizable-test-bottom-wbc {
    margin-top: 90px;
}
.distribution-agent-bottom-wbc.customizable-test-bottom-wbc .distribution-agent-content-wbc {
    margin-top: 100px;
}
.integrate-quickly-rs.integratewhite-label-wbc .integrate-inn.integrate-inn-quickly p strong {
    color: #5b7184;
    line-height: normal;
    font-size: 24px;
    font-family: proxima_novaregular;
    line-height: 30px;
    margin: 26px 0;
    display: block;
}
.distribution-api-inner-content-wbc p {
    line-height: 25px;
}
.integratewhite-label-wbc .integrate-main-right img {
    position: relative;
    left: 110px;
    top: 110px;
}
.integratewhite-label-wbc .ancileo-animation-icon-01 {
    left: 71%;
    top: 10%;
}
.integratewhite-label-wbc .ancileo-animation-icon-02 {
    left: 100%;
    top: 39%;
}
.integrate-quickly-rs.integratewhite-label-wbc .integrate-inn.integrate-inn-quickly p {
    line-height: 25px;
}
.inner-page-banner.b2c-withlabel-banner.agent-page-banner-wbc .banner-inner-rs .left-content {
    padding-right: 115px;
}
.inner-page-banner.b2c-withlabel-banner.agent-page-banner-wbc .banner-content-img-rs {
    margin: 80px 0 0 0;
}
.agent-content-page-wbc .heading-text-rs02 h3 {
    color: #5277b7;
}
.agent-content-page-wbc .features-head-section {
    text-align: center;
    width: 100%;
    float: left;
}
.agent-content-page-wbc .heading-text-rs02 {
    justify-content: center;
}
.agent-content-page-wbc .features-right-inner {
    padding: 0 0 0 70px;
    margin-bottom: 51px;
    position: relative;
}
.agent-content-page-wbc .features-right-inner h3 {
    padding-left: 0;
}
.agent-content-page-wbc .features-right-inner span.features-icon {
    margin-bottom: 2px;
    display: inherit;
    position: absolute;
    left: 0;
    top: -1px;
}
.agent-content-page-wbc .features-lef-img {
    position: relative;
    top: 50px;
}
.agent-content-page-wbc .features-bottom-content {
    margin-top: 20px;
}
.agent-content-page-wbc .features-right-content {
    padding-right: 0 !important;
}
.b2c-withlabel-banner.agent-page-banner-wbc .banner-content-img-rs img {
    max-width: 700px;
    width: 700px;
    position: relative;
    right: 50px;
}
.agent-content-page-wbc .features-bottom-content .features-right-inner {
    margin-bottom: 0;
}
.b2c-withlabel-banner.agent-page-banner-wbc {
    background-image: url(../images/b2cwhitelabel-banner-bg.png);
    background-size: cover;
}
.b2c-withlabel-banner.agent-page-banner-wbc.business-banner-wbc .banner-content-img-rs img {
    max-width: 950px;
    width: 950px;
    position: relative;
    right: 204px;
}
.inner-page-banner.b2c-withlabel-banner.agent-page-banner-wbc.business-banner-wbc .banner-content-img-rs {
    margin: 51px 0 0 0;
}
.agent-content-page-wbc.business-content-wbc .features-right-inner:last-child {
    margin-bottom: 0;
}
.agent-content-page-wbc.business-content-wbc .features-lef-img {
    position: relative;
    top: 10px;
}
.agent-content-page-wbc.business-content-wbc .features-lef-img img {
    max-width: none;
    float: right;
}
.inner-content-section.business-content-sectionwb {
    padding-bottom: 0;
}
.inner-page-banner.b2c-withlabel-banner.abtest-banner-wbc .banner-inner-rs .left-content {
    padding-right: 75px;
}
.banner-outer-rs.abtest-banner-wbc .banner-content-img-rs img {
    max-width: 100%;
    width: 720px;
    right: 0;
}
.ab-more-reasons-wbc .request-a-demo-wbc {
    margin: 50px 0 0 0;
}
.agent-page-banner-wbc.abtest-banner-wbc.ab-bannerr .left-content.pade-none {
    padding-top: 0;
    top: -41px;
}
.banner-outer-rs.claims-banner-wbc .banner-content-img-rs img {
    max-width: 720px;
    width: 720px;
    right: 0;
}
.agent-page-banner-wbc .banner-inner-rs p samp {
    color: #ffb270;
    font-family: proxima_novaregular;
}
.inner-page-banner.b2c-withlabel-banner.claims-banner-wbc .banner-inner-rs .left-content {
    padding-right: 60px;
}
.claims-more-reasons-wbc .more-reasons-content-inner-wbc {
    min-height: 280px;
}
.cont-improve-satisfaction-wbc {
    padding: 410px 0 100px;
    position: relative;
}
.cont-improve-satisfaction-wbc::before {
    width: 0;
    height: 0;
    border-right: 100vw solid transparent;
    border-top: 356px solid #19315a;
    content: "";
    position: absolute;
    top: 0;
}
.main-improve-satisfaction-wbc {
    background: #fff;
    padding: 60px 70px 85px;
    margin: -480px 0 60px 0;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}
.improve-satisfaction-heading-wbc h3 {
    color: #5277b7;
    font-size: 32px;
    line-height: 36px;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-family: proxima_novaextrabold;
}
.improve-satisfaction-heading-wbc p {
    color: #a7bee6;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    font-family: proxima_novaextrabold;
}
.improve-satisfaction-content-wbc {
    padding: 58px 0 0 0;
}
.improve-left-content-wbc img {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}
.improve-right-content-wbc {
    padding: 0 0 0 60px;
}
.improve-right-content-wbc p {
    color: #5b7184;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 25px;
    font-family: proxima_novaregular;
}
.b2c-withlabel-banner.agent-page-banner-wbc.policy-banner-wbc .banner-content-img-rs img {
    max-width: 634px;
    width: 634px;
    right: 50px;
}
.features-first-wbc .features-content-outer,
.features-second-wbc .features-content-outer {
    position: relative;
    z-index: 4;
}
.features-second-wbc {
    background: #e2e3e4;
    position: relative;
    padding: 210px 0 0 0;
    margin: -100px 0 0 0;
}
.features-second-wbc::before {
    border-left: 100vw solid transparent;
    border-top: 365px solid #f7f7f7;
    content: "";
    position: absolute;
    top: 0;
}
.features-second-wbc .features-right-content {
    padding-left: 0;
    padding-right: 6%;
}
.features-second-wbc .features-lef-img img {
    margin: 120px 0 0 0;
}
.policy-resons-wbc {
    margin: -90px 0 0 0;
}
.policy-resons-wbc::before {
    border-top: 365px solid #e2e3e4;
    border-left: 100vw solid transparent;
}
.inner-content-section.padding-bottom-none-wbc {
    padding-bottom: 0;
}
.submenu-arrow {
    width: 66px;
    height: 51px;
    display: inline-block;
    position: relative;
    top: 0;
    right: 0;
    z-index: 99;
    background-color: #547abd;
    cursor: pointer;
    display: none;
    float: right;
    text-align: center;
    z-index: 1;
}
.submenu-arrow::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "+";
    font-size: 27px;
    color: #fff;
    z-index: 3;
    line-height: 5px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.submenu-arrow.active-arrow::after {
    content: "-";
}
.b2c-white-wbc .features-head-section.col-xs-12 {
    position: relative;
}
.b2c-white-wbc .heading-text-rs02 .circle-icon-rs {
    margin: 0 24px 0 -100px;
}
.b2c-white-wbc .heading-text-rs02 {
    margin-bottom: 0;
}
.more-reasons-love-inner-wbc .heading-text-rs02 h3 {
    color: #fff;
}
.b2c-white-wbc .heading-text-rs02 h3 {
    color: #5277b7;
}
.features-important-main.margin-top-minus80.agent-content-page-wbc.business-content-wbc {
    margin-top: 0;
}
.ompliance-ready-logos {
    float: none;
    width: 100%;
    display: inline-block;
    padding: 0 30px;
}
.ompliance-ready-logos ul {
    list-style: none;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    align-items: center;
}
.ompliance-ready-logos li {
    float: left;
    width: auto;
}
.ompliance-ready-logos li img {
    max-width: 70%;
}
@media (min-width: 992px) {
    .col-md-2.our-team-colums {
        width: 20%;
        height: 316px;
    }
    .col-md-2 .team-profile-image-circle {
        width: 170px;
        height: 170px;
    }
    .col-md-2 .team-profile-image-circle img {
        width: 170px;
        height: 170px;
    }
    .col-md-2 .team-profile-image {
        overflow: hidden;
    }
    .col-md-2 .team-profile-image img {
        width: 239px;
        height: 307px;
        max-width: none;
        margin-left: 10px;
        transform: translateY(0) translateX(-34px);
    }
}
@media (min-width: 1200px) {
    .col-md-2.our-team-colums {
        width: 20%;
        height: 336px;
    }
    .col-md-2 .team-profile-image-circle {
        width: 180px;
        height: 180px;
    }
    .col-md-2 .team-profile-image-circle img {
        width: 180px;
        height: 180px;
    }
    .col-md-2 .team-profile-image {
        overflow: hidden;
    }
    .col-md-2 .team-profile-image img {
        width: 263px;
        height: 336px;
        max-width: none;
        margin-left: 10px;
        transform: translateY(0) translateX(-25px);
    }
}
body {
    max-width: 100%;
    overflow-x: hidden;
}


@media only screen and (min-width:320px) and (max-width:767px){
.contact-left input[type="submit"]{ float:left!important; margin-left:5px!important; }

}

