/**
 * Theme Name: Aurora
 * Theme URI: http://coronacs.com
 * Author: Mooch Creative
 * Author URI: http://moochcreative.co.uk
 * Description: A custom made theme for Aurora.
 * Version: 1.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
 * Text Domain: tec2019
 */

 footer {
    padding: 0 0 4rem;
    background-color: #000;
    color: #fff;
}
footer a {
    color: #fff;
}
footer a:hover {
    color: #005FAB;
}
footer .footer-title {
    font-size: 1.8rem;
    font-weight: 600;
    position: relative;
    padding: 0 0 1rem;
    margin: 0 0 1rem;
}
footer .footer-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 8rem;
    height: 0.3rem;
    background-color: #fff;
    float: left;
}
footer .footer-title.big {
    font-size: 2.4rem;
}
footer .footer-title.big:after {
    display: none;
}
footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer ul li {
    float: left;
    width: 100%;
}
footer ul li a {
    font-size: 1.4rem;
}
footer .foot-main-menu ul li a {
    font-size: 1.8rem;
    font-weight: 600;
}
footer .copy-row {
    padding: 4rem 0 0;
    text-align: center;
    color: #8e8e8e;
    font-size: 1.2rem;
}
footer .footer-top {
    padding: 6rem 0 2.5rem;
}
footer .contact-foot {
    font-size: 1.8rem;
}
footer .social a {
    display: inline-block;
    margin: 0 1rem 1rem 0;
    border: 0.1rem solid #fff;
    border-radius: 50%;
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.6rem;
    text-align: center;
    line-height: 3.25rem;
}
footer .social a:hover {
    color: #fff;
    background-color: #005FAB;
}
footer .social i {
    font-family: "Font Awesome 5 Brands";
}
footer .footer-cta {
    padding: 5rem 0;
    background-color: #005FAB;
    color: #fff;
    background-image: url(images/cta-swirl.png);
    background-repeat: no-repeat;
    background-position: 105% 66%;
    background-size: 40% auto;
}
footer .footer-cta .bring-in {
    padding: 0 10rem;
    font-weight: 600;
    font-size: 4.5rem;
    line-height: 1.1;
}
header {
    text-align: center;
    position: relative;
    z-index: 6;
	padding-top: 2.5rem;
}
header ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
header ul > li {
    display: inline-block;
    margin: 0 2rem;
    padding: 0 0 6rem;
}
header ul > li i.fa-solid {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    color: #005FAB;
    font-size: 1.4rem;
    display: inline-block;
    transition: all 0.3s ease-in;
}
header ul > li:hover i.fa-solid {
    transform: rotate(180deg);
}
header ul > li:first-of-type {
    position: relative;
}
header ul > li a {
    color: #000;
    font-weight: 600;
    padding-left: 3rem;
    position: relative;
}
header ul > li a:hover {
    color: #005FAB;
}
header ul > li a img {
    position: absolute;
    left: 0;
    width: 2rem;
    top: 0;
}
header ul > li .mega {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
    padding: 2rem;
    display: none;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.19);
    border-radius: 0.5rem;
}
header ul > li .mega .quart {
    padding: 2rem 2rem;
    border-right: 0.1rem solid #005FAB;
    text-align: left;
}
header ul > li .mega .quart:last-of-type {
    border: 0;
}
header ul > li .mega .quart > .col-title {
    font-weight: 600;
    color: #005FAB;
    float: left;
    width: 100%;
    margin: 0 0 1.5rem;
}
header ul > li .mega .quart.col-4 {
    display: flex;
    flex-direction: column;
}
header ul > li .mega .quart.col-4 li,
header ul > li .mega .quart.col-4 ul {
    flex: 1;
}
header ul > li .mega .quart.col-4 li a,
header ul > li .mega .quart.col-4 ul a {
    font-weight: 600;
    color: #005FAB;
    font-size: 1.6rem;
}
header ul > li .mega .quart.col-4 li a i,
header ul > li .mega .quart.col-4 ul a i {
    color: #000;
    font-size: 1rem;
    font-weight: 300;
}
header ul > li .mega .quart.col-4 ul {
    display: flex;
    flex-direction: column;
}
header ul > li .mega li {
    float: left;
    padding: 0;
    margin: 0 0 0.7rem;
    width: 100%;
    text-align: left;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
}
header ul > li .mega li:last-of-type {
    margin: 0;
}
header ul > li .mega li a {
    position: relative;
    float: left;
    width: 100%;
    font-weight: 400;
    border-radius: 0.5rem;
    font-size: 1.4rem;
    line-height: 1.1;
    padding: 0.75rem 1rem 0.75rem 4rem;
}
header ul > li .mega li a:hover {
    background-color: #e5e5e5;
    color: #000;
}
header ul > li .mega li a img {
    position: absolute;
    top: 0.5rem;
    left: 1rem;
    width: 2rem;
}
header ul > li .mega li a i {
    font-weight: 300;
    font-size: 1rem;
    font-style: normal;
}
header ul > li .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 30rem;
    background-color: #fff;
    z-index: 10;
    border-radius: 0.5rem;
    display: none;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.19);
}
header ul > li .sub-menu li {
    float: left;
    padding: 0;
    margin: 0 0 0.7rem;
    width: 100%;
    text-align: left;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
}
header ul > li .sub-menu li:last-of-type {
    margin: 0;
}
header ul > li .sub-menu li a {
    float: left;
    width: 100%;
    font-weight: 400;
    border-radius: 0.5rem;
    font-size: 1.4rem;
    padding: 0.75rem 1rem;
}
header ul > li .sub-menu li a:hover {
    background-color: #e5e5e5;
    color: #000;
}
header ul > li:hover > .mega,
header ul > li:hover > .sub-menu {
    display: block;
}
header .inside .wrap-menu {
    position: relative;
    padding: 3.5rem 0 0;
}
header .inside .wrap-menu .button {
    position: absolute;
    top: 2rem;
    right: 0;
}
header .logo {
    position: absolute;
    top: 2.5rem;
    left: 0;
}
header .logo svg {
    width: 17.5rem;
}
h1 {
    font-size: 4.5rem;
    line-height: 1.1;
    font-weight: 600;
    margin: 0 0 2.5rem;
}
h2 {
    font-size: 4.5rem;
    line-height: 1.1;
    font-weight: 600;
    margin: 0 0 2.5rem;
}
h2 span {
    color: #005FAB;
}
h3 {
    font-size: 2.4rem;
    line-height: 1.1;
    font-weight: 600;
    margin: 0 0 2.5rem;
    color: #005FAB;
}
h3.black {
    color: #000;
}
h3.black span {
    color: #005FAB;
}
h4 {
    color: #005FAB;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.6rem;
}
html {
    font-size: 62.5%;
    height: 100%;
	width: 100vw;
	overflow-x: hidden;
}
body {
    padding: 0;
    margin: 0;
    -webkit-text-size-adjust: none;
    font-family: arial, sans-serif;
    font-size: 1.7rem;
    line-height: 1.4;
    font-weight: 300;
}
body.open {
    overflow: hidden;
    height: 100%;
}
.site-container {
    float: left;
    width: 100%;
    overflow: hidden;
}
* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a {
    text-decoration: none;
    transition: all 0.3s ease-in;
}
img {
    max-width: 100%;
    height: auto;
}
.mobile-menu {
    display: none;
}
.row {
    width: 100%;
    float: left;
}
.row.centered {
    text-align: center;
}
.row.top-full {
    padding-top: 8rem;
}
.row.top-half {
    padding-top: 4rem;
}
.row.top-none {
    padding-top: 0;
}
.row.bottom-full {
    padding-bottom: 8rem;
}
.row.bottom-half {
    padding-bottom: 4rem;
}
.row.bottom-none {
    padding-bottom: 0;
}
.inside {
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
}
.slick-slide {
    margin: 0 15px;
}
.slick-list {
    margin: 0 -15px !important;
}
.marg {
    margin: 0 -2rem;
    display: flex;
    flex-wrap: wrap;
}
.marg.centerin {
    justify-content: center;
}
.marg.centerin .third {
    text-align: center;
}
.marg.center {
    align-items: center;
}
.marg.bottom {
    align-items: flex-end;
}
.marg .quart {
    width: 25%;
    padding: 0 2rem;
    float: left;
}
.marg .third {
    width: 33.333333333%;
    padding: 0 2rem;
    float: left;
}
.marg .half {
    width: 50%;
    padding: 0 2rem;
    float: left;
}
.marg .half.left-image {
    padding-left: 18rem;
    position: relative;
}
.marg .half.left-image .circle-abs {
    position: absolute;
    left: 0;
    top: -5%;
    height: 110%;
    width: auto;
}
.marg .half.left-image .on-top {
    position: relative;
    z-index: 5;
}
.marg .half.right-image {
    padding-right: 18rem;
    position: relative;
}
.marg .half.right-image .circle-abs {
    position: absolute;
    right: 0;
    top: -5%;
    height: 110%;
    width: auto;
}
.marg .half.right-image .on-top {
    position: relative;
    z-index: 5;
}
.marg .sixth {
    width: 16.666666666%;
    padding: 0 2rem;
}
.fourty {
    width: 40%;
    padding: 0 2rem;
}
.twenty {
    width: 20%;
    padding: 0 2rem;
    float: left;
}
.thirty {
    width: 30%;
    padding: 0 2rem;
    float: left;
}
.sixty {
    width: 60%;
    padding: 2rem 2rem 0;
    float: left;
}
.seventy {
    width: 70%;
    padding: 0 2rem;
    float: left;
}
.make-r {
    text-align: right;
}
.seventy-wrap {
    position: relative;
}
.seventy-wrap .headline {
    position: absolute;
    right: calc(30% - 17rem);
    top: 50%;
    transform: translateY(-50%);
    padding: 4rem 10rem 4rem 4rem;
    background-color: #fff;
    background-image: url(images/corner-circle.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    border-radius: 0.5rem;
}
.button-row-wrap {
    padding: 2rem 0 0;
}
.button {
    font-weight: 600;
    font-size: 1.6rem;
    border-radius: 0.8rem;
    display: inline-block;
    padding: 1.5rem 3.5rem;
    line-height: 1;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    transition-duration: 0.3s;
    transition-property: transform;
    transform-origin: top center;
}
.button.white {
    background-color: #fff;
    color: #000;
}
.button.white:hover {
    background-color: #fff;
    color: #005FAB;
}
.button.black-border {
    color: #000;
    border: 0.1rem solid #000;
}
.button.black-border:hover {
    background-color: #000;
    color: #fff;
}
.button.white-border {
    color: #fff;
    border: 0.1rem solid #fff;
}
.button.white-border:hover {
    background-color: #fff;
    color: #000;
}
.button.black {
    background-color: #000;
    color: #fff;
}
.button.black:hover {
    background-color: #005FAB;
}
.button.purple {
    background-color: #005FAB;
    color: #fff;
}
.button.purple:hover {
    background-color: #000;
}
.button:hover {
    transform: scale(1.04);
}
.small-title {
    background-color: #8CCAAE;
    font-size: 1.2rem;
    font-weight: 700;
    display: inline-block;
    padding: 0.5rem 1.5rem;
    border-radius: 0.5rem;
    margin: 0 0 1rem;
    color: #000;
    text-transform: uppercase;
}
.introduction {
    text-align: center;
}
.shorter-content {
    width: 625px;
    max-width: 100%;
    margin: 0 auto;
}
.medium-content {
    width: 1025px;
    max-width: 100%;
    margin: 0 auto;
}
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.video-wrapper iframe,
.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.stats {
    text-align: center;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1.2;
}
.stats .stat-big {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.stats .stat-big .number-make {
    font-size: 9rem;
    line-height: 1;
}
.stats .stat-big .captionioney {
    font-size: 5rem;
    line-height: 1;
}
.cta-inside {
    border: 1px solid #000;
    border-radius: 1.5rem;
    display: flex;
}
.cta-inside.big-tester {
    border: 0;
}
.cta-inside .half {
    float: left;
    width: 50%;
}
.cta-inside .half a {
    color: #000;
}
.cta-inside .half a:hover {
    color: #005FAB;
}
.cta-inside .half:first-of-type {
    padding: 8rem;
}
.cta-inside .half:last-of-type {
    background-color: #000;
    color: #fff;
    padding: 4rem;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    background-image: url(images/half-circle-purple.png);
    background-repeat: no-repeat;
    background-position: left center;
    display: flex;
    align-items: center;
}
.testimonial-wrap {
    display: flex;
}
.testimonial-wrap .testimonial-image {
    width: 40%;
    float: left;
    padding-right: 4rem;
}
.testimonial-wrap .testimonial-content {
    float: left;
    width: 60%;
}
.testimonial-wrap .testimonial-content .testimonial-quote {
    font-weight: 600;
    font-size: 4.8rem;
    line-height: 1.1;
}
.testimonial-wrap .testimonial-content .testimonial-quote p {
    margin: 0;
}
.testimonial-wrap .testimonial-content .testimonial-person {
    color: #8e8e8e;
    margin: 1rem 0 0;
    font-size: 1.2rem;
}
.team .team-intro {
    position: relative;
    margin-bottom: 3rem;
}
.team .team-intro .team-arrows {
    font-size: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.team .team-intro .team-arrows .teamnext,
.team .team-intro .team-arrows .teamprev {
    display: inline-block;
    margin: 0 0 0 1rem;
    width: 3rem;
    height: 3rem;
    border: 0.1rem solid #000;
    border-radius: 50%;
    font-size: 1.4rem;
    line-height: 2.7rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.team .team-intro .team-arrows .teamnext i,
.team .team-intro .team-arrows .teamprev i {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    position: absolute;
    top: 0;
    left: 0;
    width: 3rem;
    height: 3rem;
    transition: all 0.3s ease-in;
}
.team .team-intro .team-arrows .teamnext i:first-of-type,
.team .team-intro .team-arrows .teamprev i:first-of-type {
    left: -3rem;
}
.team .team-intro .team-arrows .teamnext:hover i:first-of-type,
.team .team-intro .team-arrows .teamprev:hover i:first-of-type {
    left: 0;
}
.team .team-intro .team-arrows .teamnext:hover i:last-of-type,
.team .team-intro .team-arrows .teamprev:hover i:last-of-type {
    left: 3rem;
}
.team .team-slider-item img {
    border-radius: 0.7rem;
}
.team .team-slider-item h3 {
    margin: 2.5rem 0 1rem;
}
.boxes .marg.gert {
    flex-wrap: nowrap;
}
.boxes .third {
    display: flex;
    flex-direction: column;
    margin: 0 0 4rem;
}
.boxes .third:first-of-type {
    justify-content: center;
}
.boxes .box {
    flex: 1;
    border: 0.1rem solid #005FAB;
    padding: 2.75rem;
    border-radius: 0.5rem;
}
.boxes .box.black {
    text-align: center;
    border-color: #000;
    background-color: #fff;
}
.boxes .box.black a {
    color: #000;
    font-weight: 600;
}
.boxes .box.black a:hover {
    color: #005FAB;
}
.boxes .box h2 {
    margin: 0 0 1rem;
    color: #005FAB;
}
.boxes .box h3 {
    color: #000;
    margin: 0 0 2.5rem;
}
.boxes .bring-in {
    padding: 0 10rem;
}
.boxes .wrap-boxes {
    width: 150% !important;
}
.boxes .wrap-boxes .slick-track {
    display: flex !important;
}
.boxes .wrap-boxes .slick-list {
    margin: 0 !important;
}
.boxes .wrap-boxes .slick-slide {
    height: inherit !important;
    display: flex !important;
}
.boxes .boxes-slider {
    position: relative;
    padding: 0 0 4rem;
}
.boxes .boxes-slider .feat-arrows {
    position: absolute;
    right: 0;
    bottom: 0;
}
.boxes .boxes-slider .feat-arrows .boxnext,
.boxes .boxes-slider .feat-arrows .boxprev {
    display: inline-block;
    margin: 0 0 0 1rem;
    width: 3rem;
    height: 3rem;
    border: 0.1rem solid #000;
    border-radius: 50%;
    font-size: 1.4rem;
    line-height: 2.7rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.boxes .boxes-slider .feat-arrows .boxnext i,
.boxes .boxes-slider .feat-arrows .boxprev i {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    position: absolute;
    top: 0;
    left: 0;
    width: 3rem;
    height: 3rem;
    transition: all 0.3s ease-in;
}
.boxes .boxes-slider .feat-arrows .boxnext i:first-of-type,
.boxes .boxes-slider .feat-arrows .boxprev i:first-of-type {
    left: -3rem;
}
.boxes .boxes-slider .feat-arrows .boxnext:hover i:first-of-type,
.boxes .boxes-slider .feat-arrows .boxprev:hover i:first-of-type {
    left: 0;
}
.boxes .boxes-slider .feat-arrows .boxnext:hover i:last-of-type,
.boxes .boxes-slider .feat-arrows .boxprev:hover i:last-of-type {
    left: 3rem;
}
.post-loop-item a {
    color: #000;
}
.post-loop-item a.more-link {
    font-size: 1.2rem;
}
.post-loop-item a:hover {
    color: #005FAB;
}
.post-loop-item h3 {
    font-weight: 300;
}
.post-loop-item.marg-b {
    margin: 0 0 6rem;
}
.post-date {
    font-weight: 600;
    color: #8e8e8e;
    font-size: 1.2rem;
    margin: 0 0 1.2rem;
}
.image-wrap {
    overflow: hidden;
    margin: 0 0 1.5rem;
}
.image-wrap img {
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s ease-in;
}
.image-wrap:hover img {
    transform: scale(1.1);
}
.page-links-area {
    position: relative;
    background-color: #000;
    padding: 8rem;
    border-radius: 2.5rem;
    color: #fff;
}
.page-links-area a {
    color: #fff;
}
.page-links-area .half {
    float: left;
    width: 50%;
    position: relative;
    z-index: 5;
}
.page-links-area .fourty {
    width: 40%;
    float: left;
    position: relative;
    z-index: 5;
}
.page-links-area > img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 2.5rem;
}
.page-links-area a {
    font-weight: 600;
    float: left;
    width: 100%;
    padding: 1rem 0;
    margin: 0 0 1rem;
    position: relative;
}
.page-links-area a span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3rem;
    height: 3rem;
    border: 0.1rem solid #fff;
    border-radius: 50%;
    font-size: 1.4rem;
    line-height: 2.7rem;
    text-align: center;
    overflow: hidden;
}
.page-links-area a span i {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 3rem;
    height: 3rem;
    transition: all 0.3s ease-in;
}
.page-links-area a span i:first-of-type {
    left: -3rem;
}
.page-links-area a:hover i:first-of-type {
    left: 0;
}
.page-links-area a:hover i:last-of-type {
    left: 3rem;
}
.services .page-links-area {
    padding: 8rem 8rem 4rem;
}
.services .third {
    display: flex;
    margin: 0 0 4rem;
    flex-direction: column;
}
.services .service-box {
    font-size: 2.4rem;
    font-weight: 600;
    border: 0.1rem solid rgba(255, 255, 255, 0.5);
    border-radius: 0.75rem;
    padding: 2.5rem;
    flex: 1;
}
.partners {
    text-align: center;
}
.partners .partners-logos {
    margin: 3rem 0 0;
}
.partners .partners-logos .sixth {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 1rem 0;
}
.key-points-wrap .key-point {
    float: left;
    min-height: 5.25rem;
    background-size: auto 5.25rem;
    padding: 0 0 0 6rem;
    line-height: 1.1;
    display: flex;
    align-items: center;
}
.key-points-wrap .key-point img {
    width: 5rem;
    margin: 0 1rem 0 0;
}
.introduction-large {
    padding: 16rem 0 10rem;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right top;
    position: relative;
}
.introduction-large h1 {
    font-size: 9rem;
    line-height: 1.1;
}
.introduction-large .large-wave {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: -25%;
    margin-top: -15%;
    z-index: 2;
}
.introduction-large .inside {
    position: relative;
    z-index: 3;
}
.faq {
    margin: 0 0 2.5rem;
    border: 0.1rem solid #005FAB;
    border-radius: 0.75rem;
    padding: 2rem;
}
.faq .faq-question {
    cursor: pointer;
    font-weight: 600;
    position: relative;
}
.faq .faq-question .arrow {
    position: absolute;
    right: 0;
    top: 0;
    width: 3rem;
    height: 3rem;
    border: 0.1rem solid #000;
    border-radius: 50%;
    font-size: 1.4rem;
    line-height: 2.7rem;
    text-align: center;
    transform: rotate(-90deg);
    transition: all 0.3s ease-in;
}
.faq .faq-question .arrow i {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
}
.faq .faq-question .question {
    display: inline-block;
    padding: 0 5rem 0 0;
}
.faq .faq-question.active .arrow {
    transform: rotate(90deg);
    border-color: #005FAB;
    color: #005FAB;
}
.faq .faq-answer {
    display: none;
}
.big-test {
    background-color: #000;
    color: #fff;
    padding: 8rem 15rem;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    background-image: url(images/half-circle-purple.png);
    background-repeat: no-repeat;
    background-position: left center;
    display: flex;
    align-items: center;
    border-radius: 1.5rem;
    border: 0;
}
.big-test .testimonial-image {
    width: 25rem;
}
.features {
    text-align: center;
}
.features h3 {
    color: #000;
}
.features .marg {
    justify-content: center;
}
.features .marg .quart {
    border-right: 0.1rem solid #005FAB;
}
.features .marg .quart:last-of-type {
    border-right: 0;
}
.features .marg .quart > .row {
    padding: 0 2.5rem;
}
.features .bring-in {
    margin-top: 4rem;
}
.cf-area {
    background-color: #000;
    color: #fff;
    padding: 4rem 8rem;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    display: flex;
    border-radius: 1.5rem;
    align-items: flex-start;
}
.cf-area.alt-cf {
    background-color: transparent;
    border: 0.1rem solid #000;
    color: #000;
}
.cf-area.alt-cf .half {
    background-color: #fff !important;
}
.cf-area.alt-cf label {
    color: #000 !important;
}
.cf-area.alt-cf input[type="submit"] {
    background-color: #005FAB;
    color: #fff !important;
}
.cf-area.alt-cf input[type="submit"]:hover {
    background-color: #000;
}
.cf-area.alt-cf input,
.cf-area.alt-cf textarea {
    color: #000 !important;
}
.cf-area.alt-cf a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}
.cf-area.alt-cf a:hover {
    color: #005FAB;
}
.cf-area.alt-cf h4 {
    text-align: center;
    color: #000;
}
.cf-area.alt-cf .form-center {
    text-align: center;
}
.cf-area form > .row {
    margin: 0 0 2rem 0;
}
.cf-area .half {
    background-image: none !important;
    display: block !important;
    padding: 0 2rem !important;
}
.cf-area .half input,
.cf-area .half label {
    width: 100%;
    color: #fff;
    float: left;
}
.cf-area .half input {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    outline: 0;
    border-bottom: 0.1rem solid #005FAB;
    color: #fff;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 1rem 0 0.5rem;
    font-family: arial, sans-serif;
    background-color: transparent !important;
    font-size: 1.8rem;
    width: 100%;
}
.cf-area label {
    margin: 0 0 1.25rem;
    float: left;
    width: 100%;
}
.cf-area textarea {
    width: 100%;
    float: left;
    resize: vertical;
    border: 0.1rem solid #005FAB;
    color: #fff;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 1rem 0 0.5rem;
    font-family: arial, sans-serif;
    background-color: transparent !important;
    font-size: 1.8rem;
    height: 15rem;
    border-radius: 0.75rem;
    width: 100%;
}
.cf-area input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: none;
    font-weight: 600;
    font-size: 1.6rem;
    border-radius: 0.8rem;
    display: inline-block;
    padding: 1.5rem 3.5rem;
    line-height: 1;
    background-color: #fff;
    color: #000;
    border: 0;
}
.cf-area input[type="submit"]:hover {
    background-color: #005FAB;
}
.cf-area a {
    color: #fff;
    text-decoration: underline;
}
.cf-area .wpcf7-response-output {
    float: left;
    width: 100%;
    margin: 0 !important;
    text-align: center;
    padding: 1.5rem !important;
    border-radius: 0.75rem;
}
.cf-area .seventy {
    padding-left: 8rem;
}
.cf-area .wpcf7-form-control-wrap {
    float: left;
    width: 100%;
}
.cf-area input[type="text"] {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 0.1rem solid #005FAB;
    color: #fff;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 1rem 0 0.5rem;
    font-family: arial, sans-serif;
    background-color: transparent !important;
    font-size: 1.8rem;
    width: 100%;
}
.cf-area .centered p {
    position: relative;
}
.cf-area .centered p .wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.cf-box-area-po {
    display: flex;
    flex-direction: column;
}
.cf-box-area-po .c-box-main {
    flex: 1;
}
.contacts {
    text-align: center;
}
.contacts .contact-box {
    margin: 0 0 4rem;
    text-align: center;
}
.contacts .contact-box a {
    color: #000;
    font-size: 1.5rem;
}
.contacts .contact-box a:hover {
    color: #005FAB;
}
.contacts h4 {
    margin: 0 0 2.5rem;
}
.offices {
    text-align: center;
}
.offices h3 {
    color: #000;
}
.offices .view-dirs {
    color: #005FAB;
    display: inline-block;
    position: relative;
    font-weight: 600;
    font-size: 1.2rem;
}
.offices .view-dirs span {
    display: inline-block;
    vertical-align: middle;
}
.offices .view-dirs .arrow {
    margin: 0 0 0 1rem;
    width: 2.4rem;
    height: 2.4rem;
    border: 0.1rem solid #005FAB;
    color: #005FAB;
    border-radius: 50%;
    font-size: 1.2rem;
    line-height: 2.2rem;
    text-align: center;
    transform: rotate(-90deg);
    transition: all 0.3s ease-in;
    overflow: hidden;
}
.offices .view-dirs .arrow i {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 2.2rem;
    height: 2.2rem;
    transition: all 0.3s ease-in;
}
.offices .view-dirs .arrow i:first-of-type {
    top: -2.2rem;
}
.offices .view-dirs:hover .arrow i:first-of-type {
    top: 0;
}
.offices .view-dirs:hover .arrow i:last-of-type {
    top: 2.2rem;
}
.offices .quart {
    display: flex;
    flex-direction: column;
}
.offices .quart > .row {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.offices .quart > .row .office-wrapper {
    flex: 1;
}
.f-w-image img {
    width: 100%;
}
.acf-map {
    background-color: #ccc;
}
.c-boxes {
    background-image: url(images/tornado.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 100%;
}
.c-boxes.alt {
    background-image: url(images/tornado.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 90%;
}
.boxes-with-icons {
    text-align: center;
}
.boxes-with-icons h3 {
    color: #000;
}
.boxes-with-icons h4 {
    margin-bottom: 0;
}
.vacancies-area {
    text-align: center;
}
.vacancies-area .vacancy {
    background-color: #000;
    color: #fff;
    border-radius: 0.75rem;
    margin: 0 0 4rem;
    padding: 2.5rem 4rem;
    text-align: left;
}
.vacancies-area .vacancy .meta {
    color: #8e8e8e;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0 0 1rem;
}
.vacancies-area .vacancy h3 {
    color: #fff;
}
.vacancies-area .vacancy .view-dirs {
    color: #fff;
    display: inline-block;
    position: relative;
    font-weight: 600;
    font-size: 1.2rem;
}
.vacancies-area .vacancy .view-dirs span {
    display: inline-block;
    vertical-align: middle;
}
.vacancies-area .vacancy .view-dirs .arrow {
    margin: 0 0 0 1rem;
    width: 2.4rem;
    height: 2.4rem;
    border: 0.1rem solid #fff;
    color: #fff;
    border-radius: 50%;
    font-size: 1.2rem;
    line-height: 2.2rem;
    text-align: center;
    transition: all 0.3s ease-in;
    overflow: hidden;
    position: relative;
}
.vacancies-area .vacancy .view-dirs .arrow i {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 2.2rem;
    height: 2.2rem;
    transition: all 0.3s ease-in;
}
.vacancies-area .vacancy .view-dirs .arrow i:first-of-type {
    left: -2.2rem;
}
.vacancies-area .vacancy .view-dirs:hover .arrow i:first-of-type {
    left: 0;
}
.vacancies-area .vacancy .view-dirs:hover .arrow i:last-of-type {
    left: 2.2rem;
}
.mid-content {
    width: 1000px;
    margin: 0 auto;
    max-width: 100%;
}
.wpcf7-list-item input {
    position: absolute;
    opacity: 0;
    outline: 0;
}
.wpcf7-list-item input + span {
    position: relative;
    cursor: pointer;
    padding: 0;
}
.wpcf7-list-item input + span:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    border: 0.1rem solid #005FAB;
    border-radius: 0.75rem;
    margin-top: -2px;
}
.wpcf7-list-item input:checked + span:before {
    background: #005FAB;
}
.wpcf7-list-item input:disabled + span {
    color: #b8b8b8;
    cursor: auto;
}
.wpcf7-list-item input:disabled + span:before {
    box-shadow: none;
    background: #ddd;
}
.wpcf7-list-item input:checked + span:after {
    content: "";
    position: absolute;
    left: 8px;
    top: 14px;
    background: #fff;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
    transform: rotate(45deg);
}
.posts-cat-row {
    margin: 5rem 0;
}
.posts-cat-row:last-of-type {
    margin: 5rem 0 10rem;
}
.posts-cat-row .cat-title {
    margin: 0 0 3rem;
    position: relative;
}
.posts-cat-row .cat-title a {
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    font-size: 1.2rem;
}
.pager {
    margin: 4rem 0 0;
    text-align: center;
}
.pager a:hover,
.pager span {
    color: #fff;
    background-color: #005FAB;
}
.pager a {
    color: #000;
}
.pager a,
.pager span {
    display: inline-block;
    margin: 0 0.5rem 1rem;
    width: 4rem;
    height: 4rem;
    font-weight: 600;
    text-align: center;
    line-height: 3.75rem;
}
.pager a.next,
.pager a.prev,
.pager span.next,
.pager span.prev {
    display: none;
}
.side-posts .post-loop-item {
    padding: 0 2rem;
}
.feat-article {
    position: relative;
    margin: 0 0 4rem;
}
.feat-article .feat-article-over {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    z-index: 6;
    padding: 4rem 40% 4rem 4rem;
}
.feat-article .feat-article-over a {
    color: #fff;
}
.feat-article .img-wrap {
    position: relative;
}
.feat-article .img-wrap img {
    border-radius: 1.5rem;
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.feat-article .img-wrap:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #005FAB;
    opacity: 0.65;
    mix-blend-mode: lighten;
    float: left;
    border-radius: 1.5rem;
    z-index: 4;
}
.news-content {
    padding: 7.5rem 0;
}
.news-content .news-main {
    display: block;
    padding: 0 35rem 0 0;
}
.news-content .news-main a {
    color: #005FAB;
    font-weight: 600;
}
.news-content .news-right {
    float: right;
    width: 25rem;
}
.news-content .news-right .share-post {
    padding: 0 0 2.5rem;
    margin: 0 0 2.5rem;
    border-bottom: 0.1rem solid #000;
}
.standard-content a {
    color: #005FAB;
    font-weight: 600;
}
.standard-content.large-q {
    color: #8e8e8e;
    font-size: 8rem;
    line-height: 1.1;
    font-weight: 600;
    text-align: left;
}
.share-social a {
    display: inline-block;
    margin: 0 1rem 1rem 0;
    border: 0.1rem solid #005FAB;
    border-radius: 50%;
    width: 3.5rem;
    height: 3.5rem;
    color: #005FAB;
    font-size: 1.6rem;
    text-align: center;
    line-height: 3.25rem;
}
.share-social a:hover {
    color: #fff;
    background-color: #005FAB;
}
.share-social i {
    font-family: "Font Awesome 5 Brands";
}
.news-top {
    background-color: #000;
    color: #fff;
    position: relative;
}
.news-top h1 {
    margin-bottom: 1rem;
}
.news-top img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 50%;
}
.news-top .half {
    position: relative;
    background-color: #000;
    z-index: 10;
    padding: 15rem 10rem 15rem 2rem;
}
body.home .site-container {
    margin-top: -9.6rem;
}
.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% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        transform: translate3d(0, -4px, 0);
    }
}
@keyframes bounce {
    0%,
    100%,
    20%,
    53%,
    80% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        transform: translate3d(0, -4px, 0);
    }
}
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    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% {
        transform: scale3d(1, 1, 1);
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}
@keyframes pulse {
    0% {
        transform: scale3d(1, 1, 1);
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
@-webkit-keyframes rubberBand {
    0% {
        transform: scale3d(1, 1, 1);
    }
    30% {
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}
@keyframes rubberBand {
    0% {
        transform: scale3d(1, 1, 1);
    }
    30% {
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}
.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}
@-webkit-keyframes shake {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0);
    }
}
@keyframes shake {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0);
    }
}
.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}
@-webkit-keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        transform: rotate3d(0, 0, 1, -5deg);
    }
    100% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        transform: rotate3d(0, 0, 1, -5deg);
    }
    100% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
.swing {
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}
@-webkit-keyframes tada {
    0% {
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}
@keyframes tada {
    0% {
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
@-webkit-keyframes wobble {
    0% {
        transform: none;
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    100% {
        transform: none;
    }
}
@keyframes wobble {
    0% {
        transform: none;
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    100% {
        transform: none;
    }
}
.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}
@-webkit-keyframes bounceIn {
    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}
@keyframes bounceIn {
    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
        opacity: 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% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }
    75% {
        transform: translate3d(0, -10px, 0);
    }
    90% {
        transform: translate3d(0, 5px, 0);
    }
    100% {
        transform: none;
    }
}
@keyframes bounceInDown {
    0%,
    100%,
    60%,
    75%,
    90% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }
    75% {
        transform: translate3d(0, -10px, 0);
    }
    90% {
        transform: translate3d(0, 5px, 0);
    }
    100% {
        transform: none;
    }
}
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
    0%,
    100%,
    60%,
    75%,
    90% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }
    75% {
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        transform: translate3d(5px, 0, 0);
    }
    100% {
        transform: none;
    }
}
@keyframes bounceInLeft {
    0%,
    100%,
    60%,
    75%,
    90% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }
    75% {
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        transform: translate3d(5px, 0, 0);
    }
    100% {
        transform: none;
    }
}
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
    0%,
    100%,
    60%,
    75%,
    90% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        transform: translate3d(10px, 0, 0);
    }
    90% {
        transform: translate3d(-5px, 0, 0);
    }
    100% {
        transform: none;
    }
}
@keyframes bounceInRight {
    0%,
    100%,
    60%,
    75%,
    90% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        transform: translate3d(10px, 0, 0);
    }
    90% {
        transform: translate3d(-5px, 0, 0);
    }
    100% {
        transform: none;
    }
}
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
    0%,
    100%,
    60%,
    75%,
    90% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    75% {
        transform: translate3d(0, 10px, 0);
    }
    90% {
        transform: translate3d(0, -5px, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInUp {
    0%,
    100%,
    60%,
    75%,
    90% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    75% {
        transform: translate3d(0, 10px, 0);
    }
    90% {
        transform: translate3d(0, -5px, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}
.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
    20% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
@keyframes bounceOut {
    20% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        opacity: 0;
        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% {
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    100% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    100% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}
.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0);
    }
    100% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0);
    }
    100% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}
.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0);
    }
    100% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0);
    }
    100% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}
.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 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;
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
    100% {
        opacity: 1;
        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;
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}
.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}
.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}
.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}
.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}
.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
    0% {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
@keyframes flip {
    0% {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        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% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transition-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        transform: perspective(400px);
    }
}
@keyframes flipInX {
    0% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transition-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        transform: perspective(400px);
    }
}
.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}
@-webkit-keyframes flipInY {
    0% {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transition-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
        transform: perspective(400px);
    }
}
@keyframes flipInY {
    0% {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transition-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
        transform: perspective(400px);
    }
}
.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
    0% {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    100% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}
@keyframes flipOutX {
    0% {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    100% {
        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% {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    100% {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    0% {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    100% {
        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% {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        transform: skewX(-5deg);
        opacity: 1;
    }
    100% {
        transform: none;
        opacity: 1;
    }
}
@keyframes lightSpeedIn {
    0% {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        transform: skewX(-5deg);
        opacity: 1;
    }
    100% {
        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% {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }
    100% {
        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% {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    100% {
        transform-origin: center;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateIn {
    0% {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    100% {
        transform-origin: center;
        transform: none;
        opacity: 1;
    }
}
.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    100% {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    100% {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}
.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}
.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}
.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    100% {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    100% {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}
.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1;
    }
    100% {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}
@keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1;
    }
    100% {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}
.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        transform-origin: left bottom;
        transform: rotate(0, 0, 1, 45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        transform-origin: left bottom;
        transform: rotate(0, 0, 1, 45deg);
        opacity: 0;
    }
}
.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}
.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
    0% {
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    100% {
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
@keyframes hinge {
    0% {
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    100% {
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}
@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}
@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}
@keyframes rollOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}
.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        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;
        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;
        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;
        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;
        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;
        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;
        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;
        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;
        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;
        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;
        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;
        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;
        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;
        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;
        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;
        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;
        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;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    100% {
        opacity: 0;
    }
}
@keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        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;
        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;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        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;
        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;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        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;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    100% {
        opacity: 0;
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform-origin: left center;
    }
}
@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    100% {
        opacity: 0;
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform-origin: left center;
    }
}
.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    100% {
        opacity: 0;
        transform: scale(0.1) translate3d(2000px, 0, 0);
        transform-origin: right center;
    }
}
@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    100% {
        opacity: 0;
        transform: scale(0.1) translate3d(2000px, 0, 0);
        transform-origin: right center;
    }
}
.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        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;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        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;
        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;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        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;
} /*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2013 Daniel Eden
*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
@-webkit-keyframes bounce {
    0%,
    100%,
    20%,
    53%,
    80% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        transform: translate3d(0, -4px, 0);
    }
}
@keyframes bounce {
    0%,
    100%,
    20%,
    53%,
    80% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        transform: translate3d(0, -4px, 0);
    }
}
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    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% {
        transform: scale3d(1, 1, 1);
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}
@keyframes pulse {
    0% {
        transform: scale3d(1, 1, 1);
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
@-webkit-keyframes rubberBand {
    0% {
        transform: scale3d(1, 1, 1);
    }
    30% {
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}
@keyframes rubberBand {
    0% {
        transform: scale3d(1, 1, 1);
    }
    30% {
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}
.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}
@-webkit-keyframes shake {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0);
    }
}
@keyframes shake {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0);
    }
}
.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}
@-webkit-keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        transform: rotate3d(0, 0, 1, -5deg);
    }
    100% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        transform: rotate3d(0, 0, 1, -5deg);
    }
    100% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
.swing {
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}
@-webkit-keyframes tada {
    0% {
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}
@keyframes tada {
    0% {
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
@-webkit-keyframes wobble {
    0% {
        transform: none;
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    100% {
        transform: none;
    }
}
@keyframes wobble {
    0% {
        transform: none;
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    100% {
        transform: none;
    }
}
.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}
@-webkit-keyframes bounceIn {
    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}
@keyframes bounceIn {
    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
        opacity: 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% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }
    75% {
        transform: translate3d(0, -10px, 0);
    }
    90% {
        transform: translate3d(0, 5px, 0);
    }
    100% {
        transform: none;
    }
}
@keyframes bounceInDown {
    0%,
    100%,
    60%,
    75%,
    90% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }
    75% {
        transform: translate3d(0, -10px, 0);
    }
    90% {
        transform: translate3d(0, 5px, 0);
    }
    100% {
        transform: none;
    }
}
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
    0%,
    100%,
    60%,
    75%,
    90% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }
    75% {
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        transform: translate3d(5px, 0, 0);
    }
    100% {
        transform: none;
    }
}
@keyframes bounceInLeft {
    0%,
    100%,
    60%,
    75%,
    90% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }
    75% {
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        transform: translate3d(5px, 0, 0);
    }
    100% {
        transform: none;
    }
}
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
    0%,
    100%,
    60%,
    75%,
    90% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        transform: translate3d(10px, 0, 0);
    }
    90% {
        transform: translate3d(-5px, 0, 0);
    }
    100% {
        transform: none;
    }
}
@keyframes bounceInRight {
    0%,
    100%,
    60%,
    75%,
    90% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        transform: translate3d(10px, 0, 0);
    }
    90% {
        transform: translate3d(-5px, 0, 0);
    }
    100% {
        transform: none;
    }
}
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
    0%,
    100%,
    60%,
    75%,
    90% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    75% {
        transform: translate3d(0, 10px, 0);
    }
    90% {
        transform: translate3d(0, -5px, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInUp {
    0%,
    100%,
    60%,
    75%,
    90% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    75% {
        transform: translate3d(0, 10px, 0);
    }
    90% {
        transform: translate3d(0, -5px, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}
.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
    20% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
@keyframes bounceOut {
    20% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        opacity: 0;
        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% {
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    100% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    100% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}
.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0);
    }
    100% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0);
    }
    100% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}
.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0);
    }
    100% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0);
    }
    100% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}
.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 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;
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
    100% {
        opacity: 1;
        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;
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}
.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}
.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}
.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}
.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}
.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
    0% {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
@keyframes flip {
    0% {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        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% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transition-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        transform: perspective(400px);
    }
}
@keyframes flipInX {
    0% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transition-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        transform: perspective(400px);
    }
}
.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}
@-webkit-keyframes flipInY {
    0% {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transition-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
        transform: perspective(400px);
    }
}
@keyframes flipInY {
    0% {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transition-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
        transform: perspective(400px);
    }
}
.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
    0% {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    100% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}
@keyframes flipOutX {
    0% {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    100% {
        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% {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    100% {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    0% {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    100% {
        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% {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        transform: skewX(-5deg);
        opacity: 1;
    }
    100% {
        transform: none;
        opacity: 1;
    }
}
@keyframes lightSpeedIn {
    0% {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        transform: skewX(-5deg);
        opacity: 1;
    }
    100% {
        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% {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }
    100% {
        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% {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    100% {
        transform-origin: center;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateIn {
    0% {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    100% {
        transform-origin: center;
        transform: none;
        opacity: 1;
    }
}
.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    100% {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    100% {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}
.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}
.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}
.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    100% {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    100% {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}
.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1;
    }
    100% {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}
@keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1;
    }
    100% {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}
.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        transform-origin: left bottom;
        transform: rotate(0, 0, 1, 45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        transform-origin: left bottom;
        transform: rotate(0, 0, 1, 45deg);
        opacity: 0;
    }
}
.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}
.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
    0% {
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    100% {
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
@keyframes hinge {
    0% {
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    100% {
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}
@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}
@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}
@keyframes rollOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}
.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        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;
        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;
        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;
        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;
        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;
        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;
        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;
        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;
        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;
        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;
        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;
        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;
        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;
        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;
        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;
        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;
        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;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    100% {
        opacity: 0;
    }
}
@keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        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;
        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;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        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;
        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;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        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;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    100% {
        opacity: 0;
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform-origin: left center;
    }
}
@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    100% {
        opacity: 0;
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform-origin: left center;
    }
}
.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    100% {
        opacity: 0;
        transform: scale(0.1) translate3d(2000px, 0, 0);
        transform-origin: right center;
    }
}
@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    100% {
        opacity: 0;
        transform: scale(0.1) translate3d(2000px, 0, 0);
        transform-origin: right center;
    }
}
.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        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;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        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;
        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;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        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;
}
.slick-loading .slick-list {
    background: #fff url(ajax-loader.gif) center center no-repeat;
}
@font-face {
    font-family: slick;
    src: url(fonts/slick.eot);
    src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal;
}
.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}
[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}
.slick-prev:before {
    content: "←";
}
[dir="rtl"] .slick-prev:before {
    content: "→";
}
.slick-next {
    right: -25px;
}
[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}
.slick-next:before {
    content: "→";
}
[dir="rtl"] .slick-next:before {
    content: "←";
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -50px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 8px;
    width: 8px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 8px;
    width: 8px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #8e8e8e;
}
.slick-dots li.slick-active button {
    background-color: #005FAB;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 0;
    border: 0;
    border: 0;
    -webkit-appearance: none;
    border-radius: 0;
    font-family: work-sans;
    padding: 1.8rem 4rem 1.8rem 2rem !important;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    width: 100%;
    float: left;
    font-family: inherit;
    font-size: 1.8rem;
    font-weight: 400;
    outline: 0;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    border-bottom: 0.1rem solid #005FAB;
    padding: 0.8rem 4rem 0.8rem 0 !important;
}
.nice-select:after {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    content: "";
    display: block;
    height: 6px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 6px;
}
.nice-select.open:after {
    transform: rotate(-135deg);
}
.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0);
}
.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}
.nice-select.disabled:after {
    border-color: #ccc;
}
.nice-select.wide {
    width: 100%;
}
.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}
.nice-select.right {
    float: right;
}
.nice-select.right .list {
    left: auto;
    right: 0;
}
.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}
.nice-select.small:after {
    height: 4px;
    width: 4px;
}
.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}
.nice-select .list {
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 0 0 1px #6c757d;
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}
.nice-select .list li {
    padding: 1rem !important;
    background-image: none !important;
}
.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    list-style: none;
    outline: 0;
    font-size: 1.5rem;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
}
.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background-color: #f6f6f6;
}
.nice-select .option.selected {
    font-weight: 700;
}
.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}
.no-csspointerevents .nice-select .list {
    display: none;
}
.no-csspointerevents .nice-select.open .list {
    display: block;
}
@media (max-width: 1440px) {
    .inside {
        padding: 0 3rem;
    }
    .contacts .quart {
        width: 50%;
    }
}
@media (max-width: 1200px) {
    .c-boxes .bring-in {
        padding: 0;
    }
    .introduction-large {
        background-size: 50% auto;
    }
}
@media (max-width: 900px) {
    .main-menu {
        display: none;
    }
    header .button {
        display: none;
    }
    .mobile-menu-icon {
        position: absolute;
        top: 3.5rem;
        right: 0;
        border-radius: 0.5rem;
        background-color: #fff;
        width: 4rem;
        height: 4rem;
        padding: 1rem;
        z-index: 45;
    }
    .mobile-menu-icon .mobile-menu-icon-wrap {
        float: left;
        width: 100%;
        height: 100%;
        position: relative;
    }
    .mobile-menu-icon span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #000;
        opacity: 1;
        left: 0;
        transform: rotate(0);
        transition: 0.25s ease-in-out;
    }
    .mobile-menu-icon span:nth-child(1) {
        top: 0;
    }
    .mobile-menu-icon span:nth-child(2),
    .mobile-menu-icon span:nth-child(3) {
        top: 8px;
    }
    .mobile-menu-icon span:nth-child(4) {
        top: 16px;
    }
    .mobile-menu-icon.open span:nth-child(1) {
        top: 8px;
        width: 0%;
        left: 50%;
    }
    .mobile-menu-icon.open span:nth-child(2) {
        transform: rotate(45deg);
    }
    .mobile-menu-icon.open span:nth-child(3) {
        transform: rotate(-45deg);
    }
    .mobile-menu-icon.open span:nth-child(4) {
        top: 8px;
        width: 0%;
        left: 50%;
    }
    .logo,
    .site-container {
        transition: all 0.3s ease-in;
    }
    .logo.open,
    .site-container.open {
        transform: translateX(-30rem);
    }
    .mobile-menu {
        display: block;
        position: fixed;
        right: -30rem;
        height: 100%;
        width: 30rem;
        transition: all 0.3s ease-in;
        background-color: #fff;
        border-left: 0.1rem solid #005FAB;
        overflow: auto;
        background-repeat: no-repeat;
        background-size: 50% auto;
        padding-top: 10rem;
        background-position: right top;
        background-image: url('/wp-content/uploads/2024/11/circle-mobile.png');
    }
    .mobile-menu.open {
        right: 0;
    }
    .mobile-menu ul {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .mobile-menu ul li {
        float: left;
        width: 100%;
        padding: 1.5rem;
        border-bottom: 0.1rem solid #000;
        position: relative;
    }
    .mobile-menu ul li .open-sub {
        position: absolute;
        top: 2rem;
        right: 2rem;
        width: 2.5rem;
        height: 2.5rem;
        cursor: pointer;
        float: left;
        line-height: 1;
        z-index: 10;
        transition: all 0.3s ease-in;
        transform-origin: center center;
    }
    .mobile-menu ul li .open-sub i.fa-solid {
        font-weight: 900;
        font-family: "Font Awesome 5 Free";
        font-style: normal;
        color: #005FAB;
        font-size: 2rem;
        display: inline-block;
        transition: all 0.3s ease-in;
    }
    .mobile-menu ul li .open-sub.open {
        transform: rotate(180deg);
    }
    .mobile-menu ul li a {
        color: #000;
        font-weight: 600;
    }
    .mobile-menu ul li a:hover {
        color: #005FAB;
    }
    .mobile-menu ul li .mega,
    .mobile-menu ul li .sub-menu {
        display: none;
    }
    .mobile-menu ul li .mega li,
    .mobile-menu ul li .sub-menu li {
        border: 0;
        font-size: 1.4rem;
        padding: 0;
        margin: 1rem 0;
    }
    .mobile-menu ul li .mega li a,
    .mobile-menu ul li .sub-menu li a {
        padding-left: 3rem;
        display: inline-block;
    }
    .mobile-menu ul li .mega li a img,
    .mobile-menu ul li .sub-menu li a img {
        position: absolute;
        left: 0;
        width: 2rem;
        top: 0.3rem;
    }
    .mobile-menu ul li .mega li a i,
    .mobile-menu ul li .sub-menu li a i {
        font-weight: 300;
        font-style: normal;
    }
    .mobile-menu ul li .sub-menu li a {
        padding-left: 0;
    }
    .mobile-menu .quart {
        width: 100% !important;
    }
    .mobile-menu .col-title {
        font-weight: 600;
        color: #005FAB;
    }
    .logo {
        position: static !important;
        float: left;
    }
    .introduction-large h1 {
        font-size: 5rem;
    }
    .standard-content.large-q {
        font-size: 4rem;
    }
    .marg .quart {
        width: 50%;
    }
    .seventy,
    .thirty {
        width: 100%;
    }
    .thirty {
        padding-bottom: 3rem;
    }
    .marg .half.right-image {
        padding-right: 2rem;
    }
    .marg .half.left-image {
        padding-left: 2rem;
    }
    .bring-in {
        padding: 0 !important;
    }
    .row.top-full {
        padding-top: 4rem;
    }
    .row.top-half {
        padding-top: 2rem;
    }
    .row.bottom-full {
        padding-bottom: 4rem;
    }
    .row.bottom-half {
        padding-bottom: 2rem;
    }
    .cf-area {
        padding: 4rem 2rem;
        flex-direction: column;
    }
    .cf-area .seventy,
    .cf-area .thirty {
        padding: 0 2rem !important;
        width: 100% !important;
    }
    .c-boxes.alt {
        background-size: 40% auto;
    }
    .key-points-wrap .quart {
        margin: 1rem 0;
    }
    .page-links-area {
        padding: 4rem 2rem !important;
    }
    .page-links-area .marg .third {
        width: 50%;
    }
    .testimonial-wrap .testimonial-content .testimonial-quote,
    h1,
    h2 {
        font-size: 2.8rem;
    }
    .cta-inside {
        flex-direction: column;
    }
    .cta-inside .half {
        width: 100%;
    }
    .cta-inside .half:last-of-type {
        border-top-right-radius: 0;
        border-bottom-left-radius: 1.5rem;
    }
    .cta-inside .half:first-of-type {
        padding: 2rem;
    }
    .big-test {
        padding: 8rem 4rem;
    }
    .features .quart {
        width: 100%;
        border-right: 0 !important;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .gert {
        flex-direction: column;
    }
    .gert .seventy {
        padding: 0;
    }
    .gert .seventy .wrap-boxes {
        width: 100% !important;
    }
    .feat-article .img-wrap:before {
        display: none;
    }
    .feat-article .img-wrap img {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        display: inline-block;
        vertical-align: bottom;
    }
    .feat-article .feat-article-over {
        position: static;
        padding: 4rem;
        background-color: #005FAB;
        float: left;
        width: 100%;
    }
    .feat-article .feat-article-over .button:hover {
        color: #005FAB !important;
    }
    .news-top {
        padding: 24rem 0 0;
    }
    .news-top img {
        position: absolute;
        width: 100%;
        height: 24rem;
        -o-object-fit: cover;
        object-fit: cover;
        left: 0;
    }
    .news-top .half {
        position: relative;
        background-color: #000;
        z-index: 10;
        padding: 5rem 2rem 5rem 2rem;
        width: 100%;
    }
    .wrap-menu {
        padding: 3.5rem 0 !important;
    }
}
@media (max-width: 740px) {
    .news-main,
    .news-right {
        float: left;
        padding: 0 !important;
        width: 100% !important;
    }
    .news-main .side-posts,
    .news-right .side-posts {
        display: flex;
        flex-wrap: wrap;
    }
    .news-main .side-posts .post-loop-item,
    .news-right .side-posts .post-loop-item {
        float: left;
        width: 50%;
        margin: 0 0 2.5rem;
    }
    .wrap-newser {
        display: flex;
        flex-direction: column-reverse;
    }
    .big-test,
    .testimonial-wrap {
        display: block;
    }
    .testimonial-image {
        width: 25rem !important;
        margin: 0 0 2rem !important;
    }
    .testimonial-content {
        width: 100% !important;
    }
    .offices .quart {
        margin: 0 0 2.5rem !important;
    }
    .contacts .quart {
        width: 100% !important;
    }
    .sixth {
        width: 33.333333333% !important;
    }
    .headline {
        position: static !important;
        transform: none !important;
        margin-top: -15rem !important;
    }
    .half {
        width: 100% !important;
    }
    .half:first-of-type {
        padding-bottom: 3rem;
    }
    .third {
        width: 100% !important;
    }
    .page-links-area {
        padding-top: 22rem !important;
    }
    .page-links-area > img {
        width: 100%;
        height: 22rem;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .page-links-area .fourty {
        width: 100%;
        padding-top: 3rem;
    }
    .services .page-links-area {
        padding-top: 8rem !important;
    }
}
@media (max-width: 540px) {
    .news-main .side-posts .post-loop-item,
    .news-right .side-posts .post-loop-item {
        width: 100%;
    }
    .marg .quart {
        width: 100% !important;
    }
    footer .quart {
        margin-bottom: 2.5rem;
    }
    footer .quart:last-of-type {
        margin-bottom: 0;
    }
}

/* Aurora Phase 2 */

header.row {
    background-color: #005FAB;
    /* margin-bottom: 15px; */
}

@media only screen and (max-width: 900px) {
    header.row {
        margin-bottom: 55px;
    }
}

header.row .st0 {
    fill: white;
}

header.row nav > .main-nav > li.item {
    margin: 0;
    position: relative;
}

header.row nav > .main-nav > li.item > a {
    color: white;
}

header.row a.button.purple {
    border: 1px solid white;
    transition: background-color 300ms, transform 300ms;
}

header.row a.button.purple:hover {
    border: 1px solid white;
    background-color: white;
    color: black;
    transition: background-color 300ms, transform 300ms, color 300ms;
}


header.row ul.sub-menu {
    margin-top: 18px;
    border-radius: 8px;
    left: 50%;
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: opacity 100ms, visibility 100ms;
    display: relative;
}

header.row ul.sub-menu::before {
    content: " ";
    height: 30px;
    width: 100%;
    display: block;
    position: absolute;
    top: -24px;
    left: 0;
}

header.row nav > .main-nav > li.item:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
}

header.row ul.sub-menu li.item {
    border-bottom: 1px solid rgb(240,240,240);
    margin: 0 0 0 0;
}

header.row ul.sub-menu li.item:last-child {
    border-bottom: unset;
}

header.row ul.sub-menu li.item a {
    font-size: 1.6rem;
    text-align: center;
    border-radius: unset;
}

header.row nav > .main-nav > li.item .mega {
    margin-top: 18px;
    min-width: 900px;
    width: 90vw;
    max-width: 1500px;
    left: 50%;
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    padding: 40px 15px;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: opacity 100ms, visibility 100ms;
    display: relative;
}

header.row nav > .main-nav > li.item .mega::before {
    content: " ";
    height: 30px;
    min-width: 900px;
    width: 70vw;
    max-width: 1200px;
    display: block;
    position: absolute;
    top: -24px;
    left: 0;
}

header.row nav > .main-nav > li.item:hover > .mega {
    opacity: 1;
    visibility: visible;
}

header.row nav > .main-nav > li.item .mega .col-title {
    text-align: center;
    font-weight: normal;
}

header.row nav > .main-nav > li.item .mega .quart {
    padding: 0 20px;
    border-right: 0.1rem solid #8f8f8f;
    width: 20% !important;
}

header.row nav > .main-nav > li.item .mega .quart:last-child {
    border-right: unset;
}

header.row nav > .main-nav > li.item .mega .quart ul li a  {
    padding: 0.75rem 1rem;
    font-size: 1.8rem;
}

header.row nav > .main-nav > li.item a {
    transition: all 100ms !important;
}

header.row nav > .main-nav > li.item:hover > a {
    color: #8CCAAE;
    text-decoration: underline;
}

header.row nav > .main-nav > li.item > a {
    transition: all 100ms !important;
    padding: 0 15px;
}

header.row nav > .main-nav > li.item:hover > a {
    color: #8CCAAE;
    text-decoration: underline;
}

a > .col-title {
    color: #005FAB;
    transition: color 200ms;
    font-weight: 600;
}

a > .col-title:hover {
    color: #000000;
}

/* Fade in Effects */


@keyframes fadeInUp {
	0% {
		transform: translateY(150px);
        opacity: 0;
	}
	50% {
		transform: translateY(0px);
        opacity: 1;
	}
}

@media (prefers-reduced-motion: no-preference) {
	.fadeInUpAnim {
		animation: fadeInUp 2s 1;
	}
}

@keyframes fadeInLeft {
	0% {
		transform: translateX(150px);
        opacity: 0;
	}
	50% {
		transform: translateX(0px);
        opacity: 1;
	}
}

@media (prefers-reduced-motion: no-preference) {
	.fadeInLeftAnim {
		animation: fadeInLeft 2s 1;
	}
}

@keyframes fadeInRight {
	0% {
		transform: translateX(-150px);
        opacity: 0;
	}
	50% {
		transform: translateX(0px);
        opacity: 1;
	}
}

@media (prefers-reduced-motion: no-preference) {
	.fadeInRightAnim {
		animation: fadeInRight 2s 1;
	}
}

.button {
    transform-origin: center;
    transition: transform 300ms, background-color 300ms, border 300ms;
}


@keyframes scrollText {
	0% {
		color: black;
		opacity: 0;
	}
	25% {
		color: #005FAB;
		opacity: 1
	}
	50% {
		color: #8E8E8E;
		opacity: 1
	}
}

@keyframes scrollTextLast {
	0% {
		color: black;
		opacity: 0;
	}
	25% {
		color: #005FAB;
		opacity: 1
	}
	50% {
		color: #005FAB;
		opacity: 1
	}
}

@media (prefers-reduced-motion: no-preference) {
	.scrollTextAnim {
		animation: scrollText 6s 1;
	}
	
	.scrollTextLastAnim {
		animation: scrollTextLast 6s 1;
	}
}

/* New Footer */
footer {
    margin-top: 40px;
}

footer .call-to-action {
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #005FAB;
    width: 80%;
    max-width: 1550px;
    text-align: center;
    padding: 25px 0;
    border-radius: 50px;
    display: flex;
    justify-content: center;
}

footer .footer-top {
    position: relative;
    padding-top: 115px;
}

footer .call-to-action h3.cta-text {
    color: white;
    font-size: 4rem;
    font-weight: normal;
    padding-right: 45px;
    margin: 0;
    padding-bottom: 3px;
}

footer .call-to-action a.cta-button {
    font-size: 2.3rem;
    border: 1px solid white
}

footer .call-to-action a.cta-button:hover {
    background-color: black;
    color: white;
}

footer .row.copy-row {
    text-align: left;
}

@media only screen and (max-width: 1400px) {
    footer .call-to-action {
        border-radius: unset;
        width: 100%;
    }
    
    footer .call-to-action h3.cta-text {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 900px) {
    footer .call-to-action {
        display: block;
    }
    
    footer {
        margin-top: 80px !important;
    }
    
    footer .call-to-action a.cta-button {
        margin-top: 20px;
    }
    
    footer .call-to-action h3.cta-text {
        width: 100% !important;
        text-align: center;
        padding: unset !important;
    }
}

footer .row.copy-row .inside {
    display: flex;
}

footer .row.copy-row .inside .column {
    width: 50%;
    display: flex;
}

footer .row.copy-row .inside .column {
    width: 50%;
    display: flex;
    margin-top: auto;
}

footer .row.copy-row .images {
    display: flex;
    width: 50%;
    gap: 13px;
    justify-content: right;
}

footer .row.copy-row .images img {
    display: flex;
    width: 80px;
    min-height: 80px;
    height: auto;
    object-fit: cover;
	height: 100%;
}

@media only screen and (max-width: 650px) {
    footer .row.copy-row .inside {
        display: block;
    }
    
    footer .row.copy-row .inside .column {
        width: 100%;
    }
    
    footer .row.copy-row .inside .images {
        width: 100%;
        justify-content: center;
        margin-top: 20px;
        flex-wrap: wrap;
    }
    
    footer .row.copy-row .inside .images img {
        width: 60px;
        min-height: 40px;
    }
}

footer {
    margin-top: 0;
}

.row.top-full.bottom-full {
    padding-bottom: 0 !important;
}

/* Fixed Header */

header.row {
    position: fixed;
    border-bottom: 1px solid white;
}

div.header-spacer {
    height: 135px;
}

@media only screen and (max-width: 900px) {
    div.header-spacer {
        height: 114px;
    }
}
.mega .quart .titleLink {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 0;
	margin-bottom: 15px;
}

@media only screen and (min-width: 1000px) {
    .inside {
      width: 1650px;
      max-width: 65%;
      margin: 0 auto;
    }
}

@font-face {
	font-family: everett-regular;
	src: url(/wp-content/themes/Fonts/Everett-Regular.ttf);
	font-weight: normal;
}

.small-text, .small_text, .smallText, .smalltext {
    text-transform: unset !important;
}

@media only screen and (max-width: 1500px) {
    .marg .quart {
        width: 50%;
        margin-top: 20px;
    }
}

.indPrinter img {
    min-height: 300px;
    object-fit: contain;
}

@media only screen and (max-width: 1800px) {
    .p2_core_values {
        margin-left: 5% !important;
        margin-right: 5% !important;
        max-width: 90%;
    }
}

@media only screen and (max-width: 1200px) {
    .p2_core_values .marg .third {
        min-width: 400px;
    }
    .p2_core_values .marg {
        justify-content: center;
    }
}

.p2_home_hero video {
    width: 100% !important;
    height: auto !important;
    margin-bottom: -5px !important;
}

@media only screen and (max-width: 2000px) {
    .p2_home_hero .column:nth-child(2) > div {
        margin-left: 150px !important;
        width: 80%;
    }
    
    .p2_home_hero .column:nth-child(2) h1 {
        font-size: 8rem !important;
    }
}

@media only screen and (max-width: 1500px) {
    .p2_home_hero .column:nth-child(2) h1 {
        font-size: 5rem !important;
    }
    
    .p2_home_hero .column:nth-child(2) p, .p2_home_hero .column:nth-child(2) a  {
        font-size: 2rem !important;
    }
}

@media only screen and (max-width: 1410px) and (min-width: 1300px) {
    .p2_home_hero video {
        height: 100% !important;
    }
}

@media only screen and (max-width: 1300px) {
    .p2_home_hero .column:nth-child(2) > div {
        margin-left: unset !important;
        margin: auto !important;
        margin-top: 50px !important;
        width: 90% !important;
    }
}


.guide-popup:hover {
    cursor: pointer;
}

#lead-form {
    width: 100vw;
    height: 100vw;
    background-color: grey;
    position: fixed;
    z-index: 9999;
    opacity: 0.75;
}

#lead-form-inner-box {
    position: fixed;
    width: 900px;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
    background-color: #005FAB;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    border-radius: 30px;
    border: 1px solid white;
    color: white;
    text-align: center;
}

#lead-form-inner-box h4 {
    color: white;
    font-size: 30px;
    margin: 0;
}

#lead-form-inner-box input {
    border: unset;
    font-size: 18px;
    border-radius: 8px;
    padding: 5px;
    max-width: 100% !important;
    margin-top: 5px;
}

#lead-form-inner-box input[type="submit"] {
    background-color: unset;
    color: white;
    border: 1px solid white;
    padding: 10px 20px;
    transition: all 200ms;
    margin: auto;
    margin-top: 30px;
    display: block;
}

#lead-form-inner-box input[type="submit"]:hover {
    transform: scale(1.1);
    cursor: pointer;
    background-color: white;
    color: black;
}

#lead-form-inner-box #lead-form-exit {
    position: absolute;
    right: -55px;
    top: -30px;
    font-size: 35px;
    color: white;
    transition: transform 200ms;
}

#lead-form-inner-box #lead-form-exit:hover {
    cursor: pointer;
    transform: scale(1.1);
}

@media only screen and (max-width: 1000px) {
    #lead-form-inner-box {
        width: 90% !important;
    }
    
    #lead-form-inner-box #lead-form-exit {
        right: 15px !important;
        top: 15px !important;
    }
}

.alm-listing {
    flex-wrap: wrap !important;
    display: flex !important;
    justify-content: center !important;
}

/* Partners Fix */
.p2_partners .indpartner {
    justify-content: center !important;
    gap: 50px !important;
}

/* Footer Info Additions */
#footer-info {
    padding-right: 25px;
}

@media only screen and (max-width: 650px) {
    #footer-info {
        padding-right: unset;
        padding-bottom: 25px;
        text-align: center;
    }
}

/* Footer Gap Fix */
.home footer {
    margin-bottom: -4rem;
}

@media only screen and (max-width: 900px) {
    footer {
        margin-bottom: -2em;
    }
}

/* New Newsletter */
.call-to-action .wpcf7-form {
    display: flex;
}

.call-to-action .wpcf7-form > p {
    margin: unset;
}

.call-to-action .wpcf7-form > p:nth-child(2) > label {
    display: flex;
    color: white;
    font-size: 3.8rem;
    font-weight: normal;
    margin: 0;
    padding-bottom: 8px;
}

.call-to-action .wpcf7-form > p:nth-child(2) > label input {
    background-color: white;
    border: 1px solid black;
    border-radius: 15px;
    font-size: 20px;
    padding: 2px 10px;
    margin-left: 20px;
    
    border: unset;
    border-radius: 5px;
    font-size: 1.8;
    padding: 4px 7px;
    font-family: arial, sans-serif;
    
    transform: translateY(-2px);
}

.call-to-action .wpcf7-form > p:nth-child(2) > label span.wpcf7-not-valid-tip {
    font-size: 16px !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    color: rgb(143,0,0);
}

.call-to-action .wpcf7-form .wpcf7-submit {
    text-align: center;
    margin: auto;
    margin-left: 25px;
    display: block;
    background-color: transparent;
    border: 1px solid white;
    color: white;
    padding: 18px 35px;
    font-size: 1.6rem;
    font-weight: bold;
    transition: transform 0.3s, background-color 0.3s, color 0.3s, border-color 0.3s;
    border-radius: 0.8rem;
    
    position: absolute;
    transform: translateY(3px);
}

.call-to-action .wpcf7-form .wpcf7-submit:hover {
    transform: translateY(3px) scale(1.1);
    background-color: black;
    cursor: pointer;
}

@media only screen and (max-width: 1200px) {
    .call-to-action .wpcf7-form > p:nth-child(2) > label {
        font-size: 20px;
    }
    
    .call-to-action .wpcf7-form > p:nth-child(2) > label input {
        font-size: 15px;
    }
    
    .call-to-action .wpcf7-form .wpcf7-submit {
        padding: 10px 25px;
        transform: translateY(-6px);
    }
    
    .call-to-action .wpcf7-form .wpcf7-submit:hover {
        transform: translateY(-6px) scale(1.1);
    }
    
    .call-to-action .wpcf7-form {
        transform: translate(-10px, 5px);
    }
}

@media only screen and (max-width: 900px) {
    .call-to-action .wpcf7-form {
        transform: translate(10vw, 5px);
    }
}

@media only screen and (max-width: 800px) {
    .call-to-action .wpcf7-form {
        display: block;
    }
    
    .call-to-action .wpcf7-form > p:nth-child(2) > label {
        display: block;
    }
    
    .call-to-action .wpcf7-form > p:nth-child(2) > label input {
        margin-top: 20px;
    }
    
    .call-to-action .wpcf7-form {
        transform: translate(0, 5px);
    }
    
    .call-to-action .wpcf7-form .wpcf7-submit {
        margin: auto;
        display: block;
        position: static;
        margin-top: 20px;
        margin-bottom: -35px;
    }
}

@media only screen and (min-width: 800px) {
    .call-to-action .wpcf7-response-output {
        position: absolute;
        top: -35px;
        left: -10px;
        background-color: #005FAB;
        border: unset !important;
        height: 95%;
        width: 100%;
        border-radius: 500px;
    }
}

.call-to-action .mc4wp-checkbox {
    display: none;
}

.call-to-action br {
    display: none;
}

.p2_bottom_form_cta .wpcf7-select {
    padding: 9px 10px;
    width: 100%;
}

/* New Landing Pages */
.p2_image_cards {
    margin-bottom: 90px;
}

.p2_image_cards .cards {
    display: flex;
    column-gap: 50px;
    max-width: 1100px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.p2_image_cards .cards .card {
    display: flex;
    flex-direction: column;
    width: 33%;
}

.p2_image_cards .cards .card img {
    width: 100%;
    height: 8vw;
    max-height: 500px;
	min-height: 200px;
    object-fit: cover;
    margin-bottom: 30px;
}

.p2_image_cards .cards .card h3  {
    font-size: 30px;
    font-weight: normal;
    margin: 10px 0 !important;
}

.p2_image_cards .cards .card  {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 3px 6px 10px #00000029;
    padding-bottom: 40px;
}

.p2_image_cards .cards .card > *:not(img) {
    padding: 0 50px;
}

@media only screen and (max-width: 1500px) {
    .p2_image_cards .inside {
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 800px) {
    .p2_image_cards .cards {
        flex-wrap: wrap;
        row-gap: 60px;
    }
    
    .p2_image_cards .cards .card {
        width: 100%;
    }
    
    .p2_image_cards .cards .card img {
        height: 40vw;
    }
}

/* Stack Boxes */
.site-container .p2_stack_boxes {
    background-color: #005FAB;
    padding: 100px 0;
}

.site-container .p2_stack_boxes .stack-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
    max-width: 1200px;
    margin: auto;
    margin-top: 70px;
}

.site-container .p2_stack_boxes .stack-boxes .card {
    width: 49%;
    color: white;
    border: 1px solid white;
    border-radius: 7px;
    padding: 35px;
}

.site-container .p2_stack_boxes .stack-boxes .card h3 {
    color: white;
    font-weight: normal;
    font-size: 30px;
}

@media only screen and (max-width: 1400px) {
    .site-container .p2_stack_boxes .stack-boxes .card {
        width: 100%;
    }
}

@media only screen and (max-width: 450px) {
    .site-container .p2_stack_boxes .stack-boxes .card {
        padding: 20px;
    }
}

/* Accordion Alternative */
.p2_accordion_alternative .accordion-alt {
    border-bottom: 1px solid black;
    margin-top: 60px;
}

.p2_accordion_alternative .accordion-alt dt {
    border-top: 1px solid black;
}

.p2_accordion_alternative .accordion-alt dt a {
    color: black;
    font-size: 30px;
    padding: 15px 0;
    display: block;
    position: relative;
	cursor: pointer;
}

.p2_accordion_alternative .accordion-alt dt a::before {
    content: "";
    position: absolute;
    width: 17px;
    height: 2.5px;
    background-color: #005FAB;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transition: transform 300ms;
}

.p2_accordion_alternative .accordion-alt dt a::after {
    content: "";
    position: absolute;
    width: 17px;
    height: 2.5px;
    background-color: #005FAB;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 300ms;
}

.p2_accordion_alternative .accordion-alt dt.active a::before {
    transform: translateY(-50%);
}

.p2_accordion_alternative .accordion-alt dt.active a::after {
    transform: translateY(-50%) rotate(-180deg);
}

.p2_accordion_alternative .accordion-alt dd {
    margin-left: unset;
}

.p2_accordion_alternative .accordion-alt p {
    margin-top: unset;
}

@media only screen and (max-width: 600px) {
    .p2_accordion_alternative .accordion-alt dt a {
        max-width: 90%;
        font-size: 20px;
    }
    
    .p2_accordion_alternative .accordion-alt dt a::before {
        right: -40px;
    }
    
    .p2_accordion_alternative .accordion-alt dt a::after {
        right: -40px;
    }
}

/* Key Metrics */
.p2_key_metrics {
	padding-bottom: 80px !important;
}

.p2_key_metrics .metrics {
    display: flex;
    justify-content: center;
    column-gap: 50px;
    margin-top: 50px;
}

.p2_key_metrics .metrics .metric {
    display: flex;
    flex-direction: column;
    width: 370px;
    box-shadow: 3px 6px 10px #00000029;
    border-radius: 10px;
    padding-bottom: 25px;
}

.p2_key_metrics .metrics .metric img {
    width: 35%;
    margin: auto;
    margin-top: 40px;
}

.p2_key_metrics .metrics .metric img {
    width: 35%;
    margin: auto;
    margin-top: 40px;
}

.p2_key_metrics .metrics .metric .ind-metric {
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    color: #005FAB;
    margin: unset;
    line-height: 1;
    width: 75%;
    margin: auto;
}

.p2_key_metrics .metrics .metric .desc {
    text-align: center;
    width: 75%;
    margin: 15px auto;
}

.p2_key_metrics .metrics .metric.purple-card {
    background-color: #005FAB;
    color: white;
}

.p2_key_metrics .metrics .metric.purple-card .ind-metric {
    color: white;
}

@media only screen and (max-width: 800px) {
    .p2_key_metrics .metrics {
        flex-wrap: wrap;
        row-gap: 50px;
    }
    
    .p2_key_metrics .metrics .metric {
        width: 100%;
    }
}

.p2_key_metrics a.button {
    color: black;
    border: 1px solid #005FAB;
}
.row.social {
	background-color: unset !important;
}

/* Key Benefits */
.p2_key_benefits {
    background-color: black;
    color: white;
    padding: 130px 0;
}

.p2_key_benefits .benefits {
    margin-top: 60px;
}

.p2_key_benefits .benefits .benefit {
    padding: 20px 10px 20px 0;
    border-radius: 10px;
    display: flex;
}

.p2_key_benefits .benefits .benefit:nth-child(2n + 1) {
    background-color: #00223d;
}

.p2_key_benefits .benefits .benefit .no {
    width: 12.5%;
    display: flex;
}

.p2_key_benefits .benefits .benefit .no p {
    margin: auto !important;
    display: block;
    font-size: 110px;
    height: 0px;
    padding-top: 15px;
    line-height: 0;
    margin: unset;
    text-align: center;
    color: #005FAB;
    font-family: arial, sans-serif;
    font-size: clamp(40px, 8vw, 110px) !important; 
}

.p2_key_benefits .benefits .benefit .content {
    width: 87.5%;
}

.p2_key_benefits .benefits .benefit .content p {
    margin: unset;
    padding: 15px 0;
    font-size: clamp(20px, 1.8vw, 38px) !important;
}

@media only screen and (max-width: 1200px) {
    .p2_key_benefits .benefits .benefit {
        flex-direction: column;
    }
    
    .p2_key_benefits .benefits .benefit .no {
        margin: auto;
        padding: 20px 0 25px 0;
    }
    
    .p2_key_benefits .benefits .benefit .no p {
        font-size: 60px !important;
    }
    
    .p2_key_benefits .benefits .benefit .content {
        text-align: center;
        width: 100%;
    }
    
    .p2_key_benefits .benefits .benefit {
        padding: 20px 10px !important;
    }
}

footer .row.copy-row .images a {
    margin-top: auto;
}

footer .row.copy-row .images img {
    height: unset !important;
}

.row .inside {
    max-width: 95% !important;
}

.row .inside {
    max-width: 95% !important;
}

@media only screen and (max-width: 1400px) {
    .image_n_content .half {
        line-height: 1.2;
    }
    
    .image_n_content .half.right-image {
        padding: unset !important;
        padding-left: 10px !important;
    }
    
    .p2_image_cards .cards .card > :not(img) {
        padding: 0 20px;
    }
	
	.p2_image_cards .cards {
        column-gap: 15px;
    }
}

.p2_key_benefits .benefits .benefit .no p {
    transform: translateY(-80px);
}


@media only screen and (max-width: 1200px) {
    .p2_key_benefits .benefits .benefit .no p {
        transform: translateY(-50px);
    }
}

/* Refresh */

header .logo img {
	height: 70px;
	transform: translateY(-10px);
}

header ul > li .sub-menu li:first-child a {
    border-radius: 8px 8px 0 0 !important;
}

header ul > li .sub-menu li:last-child a {
    border-radius: 0 0 8px 8px !important;
}

.footer-logo {
    width: 52px;
}

body p {
    line-height: 1.4 !important;
}

.guide-popup {
	border: 1px solid #005FAB !important;
	transition: all 300ms;
}

.guide-popup:hover {
	background-color: #005FAB !important;
	color: white !important;
}

.boxes .wrap-boxes {
    width: 100% !important;
}

.boxes .wrap-boxes .box-slider .third {
    width: 48% !important;
    height: auto !important;
}

.boxes .feat-arrows {
    display: none !important;
}

@media only screen and (max-width: 1400px) {
    .boxes .wrap-boxes .box-slider .third {
        width: 100% !important;
        max-width: unset !important;
        height: auto !important;
    }
}

.faq .faq-question .arrow i {
    display: none;
}

.faq .faq-question .arrow {
    background: url("/wp-content/uploads/2024/11/Chevron-e1730476353830.png");
    background-size: 20px 10px;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(-180deg);
}

.faq .faq-question.open .arrow {
    transform: rotate(0deg);
}

/* Reverted Header Spacing */
header .inside .wrap-menu {
    padding: 1rem 0 0;
}

header ul > li {
    padding: 0 0 3.5rem;
}

header .logo {
    top: 0;
}

header .inside .wrap-menu .button {
    top: 0;
}

@media (max-width: 900px) {
    .wrap-menu {
        padding: 0rem 0 !important;
    }
    
    .mobile-menu-icon {
        top: 0.25rem;
    }
}

div.header-spacer {
    height: 90px;
}

/* New Mega Menu */
.mega .marg .quart .titleLink {
    font-size: 15px !important;
}

.mega .marg .quart ul li a {
    font-size: 14px !important;
    text-align: center;
}

header.row nav > .main-nav > li.item .mega .quart {
    width: 14.28% !important; /* For 6 Columns */
}
@media (min-width: 768px) and (max-width: 991px) {
    header.row nav > .main-nav > li.item .mega .quart {
        width: 25% !important; /* For 6 Columns */
    }
}	

header.row nav > .main-nav > li.item .mega {
    width: 98vw;
    max-width: 1700px;
}

.p2_text_with_image_small .column .content {
    margin-left: unset !important;
}

.p2_text_with_image_small.flip-layout .column .content {
    margin-left: auto !important;
    margin-right: unset !important;
}

.p2_text_with_image_small .column .content {
    width: 85% !important;
}

@media only screen and (max-width: 1000px) {
    .p2_text_with_image_small .column .content {
        width: 100% !important;
    }
    
    .row.standard_content  .inside {
        width: 100% !important;
        max-width: unset !important;
    }
}

.shorter-content {
	width: unset;
}

/* Extra */
.p2_contact_list .bot .floater {
    top: 50px !important;
}

.p2_contact_list .bot .floater > div {
    width: 550px !important;
}

.p2_contact_list .bot .floater > div h3 {
    height: 40px !important;
    font-size: 40px !important;
}

@media only screen and (max-width: 1100px) {
    .p2_contact_list .bot .floater > div {
        width: 400px !important;
    }
    
    .p2_contact_list .bot .floater > div h3 {
        height: 70px !important;
        font-size: 36px !important;
    }
}

@media only screen and (max-width: 900px) {
    .p2_contact_list .bot .floater {
        position: static !important;
        transform: unset !important;
        flex-direction: column !important;
        padding-top: 30px !important;
    }
    
    .p2_contact_list .bot .floater > div {
        width: 95% !important;
        max-width: 700px !important;
        margin: 0 auto !important;
    }
    
    .p2_contact_list .bot .floater > div h3 {
        height: 70px !important;
        font-size: 36px !important;
    }
    
    .p2_contact_list .bot > h3 {
        padding-top: 70px !important;
    }
}

.p2_contact_list .bot .container h5,
.p2_contact_list .bot .container a {
    font-size: 24px !important;
}

@media only screen and (max-width: 1100px) {
    .p2_contact_list .top {
        display: none;
    }
}

.p2_offices .marg {
    justify-content: center;
}

.p2_offices .quart {
    width: 25% !important;
}

@media only screen and (max-width: 900px) {
    .p2_offices .quart {
        width: 50% !important;
    }
}


@media only screen and (max-width: 600px) {
    .p2_offices .quart {
        width: 100% !important;
    }
}

/* New Mobile Nav */
.mobile-menu .main-nav {
    padding-bottom: 200px;
}

.mobile-menu .main-nav > .item > .sub-menu {
    display: block !important;
    max-height: 0 !important;
    overflow: hidden !important;
    transition: max-height 300ms;
    padding-top: 10px;
}

.mobile-menu .main-nav > .item.active > .sub-menu {
    max-height: 500px !important;
}

.has-sub-menu::after {
    content: '';
    display: inline-block;
    margin-left: 2px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    vertical-align: middle;
    transform: rotate(0deg);
    transition: transform 300ms;
}

.has-sub-menu.active::after {
    transform: rotate(-180deg);
}

/* Final Snags */
@media only screen and (max-width: 900px) {
    .p2_home_hero_ice {
        margin-top: 57px !important;
    }
    
    .p2_home_hero_ice .swiper-hero .swiper-slide .inside-ice .image {
        height: 60vw !important;
    }
    
    .p2_partners .swiper-slide .partner_logo {
        max-width: 200px !important;
    }
    .p2_partners .indpartners_swiper .swiper,
    .p2_partners .indpartners_swiper .swiper .swiper-slide {
        height: 100px !important;
    }
    
    .p2_partners .indpartners_swiper .swiper .swiper-slide a img {
        height: 50px !important;
    }
    
    .p2_home_services_ice .wrap-ice .service-block p {
        width: 110% !important;
        transform: translateX(-5%) !important;
    }
    
    .p2_meet_the_team {
        margin-bottom: 30px !important;
    }
    
    .call-to-action .wpcf7-form > p:nth-child(2) > label input {
        width: 90% !important;
        display: block !important;
    }
    
    .featuredPost {
        width: 100% !important;
        margin-top: unset !important;
    }
    
    .filterSection {
        justify-content: center !important;
    }
    
    .filterSection .dropdown {
        white-space: nowrap !important;
    }
    
    .filterSection .dropdown:first-child {
        transform: translateX(-20px) !important;
    }
    
    .filterSection .dropdown:last-child {
        transform: translateX(10px) !important;
    }
    
    .p2_banner .text_container {
        margin: auto !important;
        display: block !important;
        right: 50px !important;
    }
}

.p2_text_with_image .column:nth-child(2) > div h1 {
    line-height: 0.9 !important;
}

@media only screen and (min-width: 600px) and (max-width: 1400px) {
    .p2_generic_header.p2_text_with_image .column:nth-child(2) > div {
        padding-right: 50px !important;
    }
}

@media only screen and (max-width: 700px) {
    .p2_text_with_image_small .column img {
        max-height: 70vh !important;
    }
}

.accred-row {
    background-color: unset !important;
    border-bottom: 1px solid black !important;
}

.p2_accred_slider > h3,
.p2_accred_slider .swiper-slide > div h5 {
    color: black !important;
}

.p2_accred_slider .swiper-slide {
    margin-bottom: 10px;
}

.p2_accred_slider .swiper-slide > div {
    background-color: unset !important;
    box-shadow: 1px 3px 6px #00000029 !important;
    border-radius: 10px;
    color: black !important;
}

.p2_accred_slider .arrowContainer > div > img {
    filter: unset !important;
}