.overlay ul,
ol,
ul {
    list-style: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
label,
menu,
nav,
section {
    display: block
}

#platforms .row a,
.bestVal,
.learn-more,
.pricing .disabledCol a.bt,
.pricing a.bt,
.pricing h2 span,
.section-community h6,
a.get-started,
h4,
label {
    text-transform: uppercase
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

.banner-left,
.banner-right,
.web-logo,
input,
select,
ul.products-shots li .download-btns span {
    vertical-align: middle
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

img {
    border: 0;
    max-width: 100%
}

label {
    color: rgba(255, 255, 255, .2);
    font-size: 13px;
    margin-bottom: 4px
}

.uneditable-input,
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
    display: block;
    padding: 15px 0;
    height: 47px;
    font-size: 16px;
    color: #000;
    vertical-align: middle;
    width: 100%;
    background-color: transparent;
    border: 0;
    border-bottom: 3px solid #000;
    font-family: Helvetica, Arial, sans-serif;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    float: left;
    text-align: left;
    margin-left: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}

.SelectDropdonw:focus,
.uneditable-input:focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
    background: #fff;
    outline: 0;
    padding: 15px;
    color: #000;
    border: 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .1)
}

.popup .SelectDropdonw:focus,
.popup .uneditable-input:focus,
.popup input[type=color]:focus,
.popup input[type=date]:focus,
.popup input[type=datetime-local]:focus,
.popup input[type=datetime]:focus,
.popup input[type=email]:focus,
.popup input[type=month]:focus,
.popup input[type=number]:focus,
.popup input[type=password]:focus,
.popup input[type=search]:focus,
.popup input[type=tel]:focus,
.popup input[type=text]:focus,
.popup input[type=time]:focus,
.popup input[type=url]:focus,
.popup input[type=week]:focus,
.popup textarea:focus {
    background: #face44
}

::-webkit-input-placeholder {
    color: #2d3964;
    opacity: 1
}

:focus::-webkit-input-placeholder {
    color: #FFF
}

:-moz-placeholder {
    color: #2d3964;
    opacity: 1
}

:focus:-moz-placeholder {
    color: #FFF
}

::-moz-placeholder {
    color: #2d3964;
    opacity: 1
}

:focus::-moz-placeholder {
    color: #FFF
}

:-ms-input-placeholder {
    color: #2d3964;
    opacity: 1
}

:focus:-ms-input-placeholder {
    color: #FFF
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/select-arrow.png) right center no-repeat #fff;
    outline: 0
}

select:focus {
    border-color: #8a8a8a
}

textarea {
    resize: none;
    overflow: hidden
}

a.red-bt,
input[type=button],
input[type=submit] {
    border: 0;
    background: #e82351;
    font-size: 18px;
    padding: 0 35px;
    line-height: 44px;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    font-weight: 700;
    outline: 0;
    -o-transition: color .2s ease-out, background .2s ease-in;
    -ms-transition: color .2s ease-out, background .2s ease-in;
    -moz-transition: color .2s ease-out, background .2s ease-in;
    -webkit-transition: color .2s ease-out, background .2s ease-in;
    transition: color .2s ease-out, background .2s ease-in;
    display: inline-block;
    margin-top: 54px
}

a.red-bt:hover,
input.medium[type=button]:hover,
input[type=button]:hover,
input[type=submit]:hover {
    background: #c82047;
    text-decoration: none
}

.pull-left {
    float: left!important
}

.pull-right {
    float: right!important
}

@font-face {
    font-family: 'Stolzl Bold';
    src: url(../fonts/Stolzl-Bold.eot);
    src: url(../fonts/Stolzl-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/Stolzl-Bold.woff2) format('woff2'), url(../fonts/Stolzl-Bold.woff) format('woff'), url(../fonts/Stolzl-Bold.ttf) format('truetype'), url(../fonts/Stolzl-Bold.otf) format('opentype'), url(../fonts/Stolzl-Bold.svg#Stolzl-Bold) format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-family: 'Stolzl Book';
    src: url(../fonts/Stolzl-Book.eot);
    src: url(../fonts/Stolzl-Book.eot?#iefix) format('embedded-opentype'), url(../fonts/Stolzl-Book.woff2) format('woff2'), url(../fonts/Stolzl-Book.woff) format('woff'), url(../fonts/Stolzl-Book.ttf) format('truetype'), url(../fonts/Stolzl-Book.otf) format('opentype'), url(../fonts/Stolzl-Book.svg#Stolzl-Book) format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-family: 'Stolzl Light';
    src: url(../fonts/Stolzl-Light.eot);
    src: url(../fonts/Stolzl-Light.eot?#iefix) format('embedded-opentype'), url(../fonts/Stolzl-Light.woff2) format('woff2'), url(../fonts/Stolzl-Light.woff) format('woff'), url(../fonts/Stolzl-Light.ttf) format('truetype'), url(../fonts/Stolzl-Light.otf) format('opentype'), url(../fonts/Stolzl-Light.svg#Stolzl-Light) format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-family: 'Stolzl Medium';
    src: url(../fonts/Stolzl-Medium.eot);
    src: url(../fonts/Stolzl-Medium.eot?#iefix) format('embedded-opentype'), url(../fonts/Stolzl-Medium.woff2) format('woff2'), url(../fonts/Stolzl-Medium.woff) format('woff'), url(../fonts/Stolzl-Medium.ttf) format('truetype'), url(../fonts/Stolzl-Medium.otf) format('opentype'), url(../fonts/Stolzl-Medium.svg#Stolzl-Medium) format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-family: Stolzl;
    src: url(../fonts/Stolzl-Regular.eot);
    src: url(../fonts/Stolzl-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/Stolzl-Regular.woff2) format('woff2'), url(../fonts/Stolzl-Regular.woff) format('woff'), url(../fonts/Stolzl-Regular.ttf) format('truetype'), url(../fonts/Stolzl-Regular.otf) format('opentype'), url(../fonts/Stolzl-Regular.svg#Stolzl-Regular) format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-family: lpvanjmaisonneue-bookbook;
    src: url(../fonts/maisonneue-book-webfont.eot);
    src: url(../fonts/maisonneue-book-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/maisonneue-book-webfont.woff2) format('woff2'), url(../fonts/maisonneue-book-webfont.woff) format('woff'), url(../fonts/maisonneue-book-webfont.ttf) format('truetype'), url(../fonts/maisonneue-book-webfont.svg#lpvanjmaisonneue-bookbook) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: SF-UI-Display-Regular;
    src: url(../fonts/SF-UI-Display-Regular.eot);
    src: url(../fonts/SF-UI-Display-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/SF-UI-Display-Regular.woff2) format('woff2'), url(../fonts/SF-UI-Display-Regular.woff) format('woff'), url(../fonts/SF-UI-Display-Regular.ttf) format('truetype'), url(../fonts/SF-UI-Display-Regular.svg#SF-UI-Display-Regular) format('svg');
    font-weight: 400;
    font-style: normal
}

.how-it-work-section .tour-item:nth-child(2n) .col:last-child,
.how-it-work-section .tour-item:nth-child(2n+1) .col:first-child {
    -moz-box-ordinal-group: 3;
    order: 2
}

.banner,
.row,
.section-blogs,
.section-community,
.section-pricing,
.sqidex-features,
footer,
h4,
header {
    width: 100%;
    float: left
}

a,
nav ul li a {
    text-decoration: none
}

.logo,
h1,
h4,
header,
nav ul,
nav ul li,
nav ul li a {
    float: left
}

.gradient-color,
ul.products-shots li .placeholder .shot-img::before {
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3388ff', endColorstr='#3363ff', GradientType=0)
}

a,
input[type=date],
input[type=date]:focus,
input[type=email],
input[type=email]:focus,
input[type=password],
input[type=password]:focus,
input[type=text],
input[type=text]:focus,
li,
select,
svg,
textarea,
textarea:focus,
ul.products-shots li .download-btns a span {
    transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease
}

body {
    font-family: lpvanjmaisonneue-bookbook;
    font-size: 16px;
    color: #7e8890;
    overflow-x: hidden!important
}

h4,
h5,
nav ul li a {
    font-family: Stolzl
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    color: #2d3964;
    transition: all .64s cubic-bezier(.62, .02, .34, 1) .23s;
    -webkit-transition: all .64s cubic-bezier(.62, .02, .34, 1) .23s
}

h4 {
    color: #2d3964;
    font-size: 19px;
    letter-spacing: 5px;
    margin-bottom: 40px;
    text-align: center
}

h5 {
    font-size: 18px
}

.banner {
    margin-top: 90px;
    position: relative;
    min-height: 700px
}

.banner .container {
    display: table
}

header {
    padding: 15px 0;
    position: fixed;
    background: #fff;
    z-index: 10;
    top: 0;
    left: 0;
    max-height: 80px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s
}
header.is-hidden {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}
.legalcontainer {
    width: 680px;
    line-height: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;   
    
}
.legalstyling, .privacystyling{
    line-height: 30px;
	font-family: "SF-UI-Display-Regular";
	font-size: 20px;
	line-height: 35px;
}
.legalstyling a, .privacystyling a{
	color:#3380ff;
}
.privacystyling p {
    color: #7e8890;
}
.legalheading {
    letter-spacing: 1px;
    text-align: left;
	color: #2d3964;
    font-size: 19px;
	margin-bottom: 0;
}
.privacystyling span.legalheading{
	font-family: Stolzl;
	font-weight: 400;
    color: #2d3964;
    transition: all .64s cubic-bezier(.62, .02, .34, 1) .23s;
    -webkit-transition: all .64s cubic-bezier(.62, .02, .34, 1) .23s;
}
.privacystyling  li span.legalheading{
	display:block;
	margin-bottom: 20px;
}
.privacystyling li{
	color: #3380ff
}
/*.privacystyling span.legalheading{
	display: inline-block;
}*/
.privacystyling ol > li > span.legalheading{
	display: block;
    margin: 30px 0 10px 0;
}
.legalstyling .legalheading{
	margin-top: 60px;
	margin-bottom: 20px;
}
.legalsubheading {
    letter-spacing: 1px;
    text-align: left;
    margin: 30px 0 10px 0;
}
.privacystyling .privacy-top-section{
	margin-bottom: 60px;
}
.privacystyling .legalheading{
	margin-bottom: 20px;
}
.privacystyling  ul{
	counter-reset: list;
	margin-left: 30px;
}
.privacystyling > .privacy-main-listing > li:last-child{
	margin-bottom: 0;
}
.privacystyling > .privacy-main-listing > li > span.legalheading{
	text-transform: uppercase;
}
.privacystyling  ul li ol, .privacystyling  ul li ul{
	display: block;
	margin-left: 40px;
    margin-top: 30px;
   
}
.privacystyling  ul li.name-address p{
	margin-bottom: 0;
}
.privacystyling .name-address p:last-child, .privacystyling .name-address p:first-child{
	
}
.privacystyling >  ul > li:first-child > span, .privacystyling ul.internal-list li{
	list-style: none;
}
.privacystyling ul.internal-list{
	margin-left: 0;
	margin-bottom: 30px;
}
.privacystyling  ul li ol li ul li{
	position:relative;
	padding-left: 30px;
	color: #7e8890;
	margin-bottom: 20px;
    line-height: 30px;
}
.privacystyling ul li ol li ul li:before{
	position:absolute;
	content: url(../images/circle-list.png);
	top:0;
	left: 0;
}
.privacystyling  ul li ol {
    counter-reset: list;
}
.privacystyling  ul li ol li{
	position: relative;
	list-style: none;
	margin-bottom: 0px;
}
.privacystyling  ul li ol li:before {
    counter-increment: list;
    content: counter(list, lower-alpha) ") ";
    position: absolute;
    left: -1.4em;
	font-family: Stolzl;
	font-weight: 400;
	color: #3380ff;
}
.privacystyling ul li{
	margin-bottom: 60px;
	position: relative;
	list-style: none;
}
.privacystyling ul li:before {
    counter-increment: list;
    content: counter(list, decimal) ".";
    position: absolute;
    left: -1.4em;
	font-family: Stolzl;
	font-weight: 400;
	color: #2d3964;
}
.privacystyling ol li h4{
	margin-bottom: 0px !important;
	margin-top: 30px !important;
}
.privacystyling ul.internal-list p{
	margin-bottom: 0;
}
@media (min-width:768px) {
    .container {
        width: 740px
    }
}

@media (min-width:992px) {
    .container {
        width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container {
    margin-right: auto;
    margin-left: auto
}

@media (max-width:767px) {
    .container {
        padding: 0 20px
    }
    .tour-content {
        padding: 0 10px!important
    }
    .how-it-work-section .tour-item .ani-wrapper img {
        max-width: 100%!important
    }
}

nav.desktopNav {
    float: right;
    margin-top: 10px
}

nav.desktopNav ul li {
    margin-left: 28px
}

nav.desktopNav ul li a {
    font-size: 13px;
    color: #525873;
    position: relative;
    line-height: 27px
}

.squidex-blogs h2,
h1 {
    font-family: 'Stolzl Book'
}

nav.desktopNav ul li a:hover::after,
nav.desktopNav ul li a:hover::before {
    left: 0;
    width: 100%
}

nav.desktopNav ul li a::before {
    background-color: #4cc159;
    transition: all .25s cubic-bezier(.694, .048, .335, 1) .15s;
    -moz-transition: all .25s cubic-bezier(.694, .048, .335, 1) .15s;
    -webkit-transition: all .25s cubic-bezier(.694, .048, .335, 1) .15s
}

nav.desktopNav ul li a::after {
    background-color: #3389FF;
    transition: all .25s cubic-bezier(.694, .048, .335, 1) 0s;
    -moz-transition: all .25s cubic-bezier(.694, .048, .335, 1) 0s;
    -webkit-transition: all .25s cubic-bezier(.694, .048, .335, 1) 0s
}

nav.desktopNav ul li.get-started a,
nav.desktopNav ul li.login a:hover {
    color: #fff;
    background: #4cc159
}

nav.desktopNav ul li a::after,
nav.desktopNav ul li a::before {
    bottom: -2px;
    content: "";
    height: 2px;
    left: auto;
    position: absolute;
    right: 0;
    width: 0;
    z-index: 2
}

nav.desktopNav ul li.get-started a,
nav.desktopNav ul li.login a {
    padding: 1px 23px 0;
    border: 1px solid #4cc159;
    text-transform: uppercase;
    border-radius: 20px;
    transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s
}

nav.desktopNav ul li.get-started a::after,
nav.desktopNav ul li.get-started a::before,
nav.desktopNav ul li.login a::after,
nav.desktopNav ul li.login a::before {
    display: none!important
}

nav.desktopNav ul li.login a:hover {
    transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s
}

nav.desktopNav ul li.get-started {
    margin-left: 9px
}

nav.desktopNav ul li.get-started a:hover {
    color: #525873;
    background: #fff
}

.banner-left {
    display: table-cell;
    max-width: 390px;
    margin-top: 10%
}

h1 {
    font-size: 64px;
    color: #37436c;
    width: 100%;
    font-weight: 400;
    letter-spacing: -4px
}

h1 span {
    display: block;
    color: #3389ff;
    font-family: 'Stolzl Bold'
}

.learn-more,
a.get-started {
    font-family: Stolzl;
    float: left;
    text-decoration: none
}

.banner-left p {
    float: left;
    width: 100%;
    font-size: 22px;
    color: #2d3964;
    line-height: 37px;
    margin-top: 40px;
    margin-bottom: 48px
}

a.get-started {
    padding: 16px 40px 16px 23px;
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
    background: #4cc159;
    box-shadow: 6.5px 9.26px 50px 0 rgba(24, 89, 178, .2);
    border: 1px solid #4cc159;
    transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s
}

a.get-started svg {
    float: left;
    margin-right: 23px;
    margin-top: 3px;
    fill: #eef9ef;
    transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s
}

a.get-started span {
    float: left
}

a.get-started:hover {
    transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    color: #2d3964;
    background: #fff
}

a.get-started:hover svg {
    fill: #2d3964;
    transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s
}

.learn-more {
    margin-left: 28px;
    font-size: 13px;
    color: #2d3964;
    padding: 6px 0;
    border-bottom: 1px solid #3389ff;
    margin-top: 13px;
    transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s
}

.learn-more:hover {
    border-bottom: 1px solid #4cc159;
    color: #4cc159;
    transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s
}

.banner-right {
    display: table-cell;
    text-align: right
}

.section-community {
    border-top: 1px solid #eeeff2;
    padding: 40px 0 35px
}

.section-community .col-md-2 {
    width: 16.66666667%;
    float: left
}

.section-community h6 {
    color: #9398ae;
    font-size: 12px;
    letter-spacing: 8px;
    padding: 32px 0 30px
}

.pricing h2,
.pricing h3 {
    color: #2d3964;
    text-align: center
}

.section-community .col-md-10 {
    float: left;
    width: 83.33333333%
}

.section-community ul {
    float: left;
    width: 100%
}

.section-community ul li {
    display: inline-block
}

.section-community ul li a {
    display: inline-block;
    padding: 20px 30px
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.section-community ul li a img {
    opacity: .5
}

.section-community ul li a,
.section-community ul li a img,
.section-community ul li a:hover,
.section-community ul li a:hover img {
    transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease
}

.section-community ul li a:hover {
    box-shadow: 0 12px 48px 0 rgba(0, 0, 0, .08)
}

.section-community ul li a:hover img {
    opacity: 1;
    transform: scale(1.02);
    -o-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02)
}

.section-pricing {
    background: #f5f5f9;
    padding: 130px 0
}

.pricing,
.pricing > li {
    background: #fff;
    float: left
}

.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
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {
    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    50%,
    from,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    50%,
    from,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

@keyframes pulse {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
}

@keyframes rubberBand {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
}

@keyframes tada {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    from,
    to {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
}

@keyframes wobble {
    from,
    to {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    11.1%,
    from,
    to {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    11.1%,
    from,
    to {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {
    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {
    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

.flipInX,
.flipInY,
.flipOutX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.dialog.dialog--close .dialog__content,
.dialog.dialog--open .dialog__content {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.pricing {
    width: 100%;
    border-radius: 3px;
    margin-top: 43px;
    box-shadow: 11.5px 19.92px 54px 0 rgba(38, 52, 180, .1);
    position: relative
}

.pricing::before {
    position: absolute;
    left: -188px;
    bottom: -109px;
    content: url(../images/bg-lines_1.png)
}

.pricing::after {
    position: absolute;
    right: -150px;
    top: -50px;
    content: url(../images/bg-lines_2.png)
}

.pricing a.bt::after,
.pricing li ul li::before,
.pricing > li::before,
.pricing > li:hover::before,
.teamThumbs li a .circle::after {
    content: ""
}

.pricing > li {
    width: 25%;
    padding: 50px 35px 131px;
    border-right: 1px solid #f4f4f8;
    position: relative;
    z-index: 1;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

.pricing > li.col3 {
    z-index: 2;
    box-shadow: 0 20px 65px 0 rgba(38, 52, 180, .15)
}

.pricing > li.col2 {
    border-right: none
}

.pricing > li:first-child {
    box-shadow: none
}

.pricing > li::before {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    transition: all .34s cubic-bezier(.62, .02, .34, 1) .1s;
    -webkit-transition: all .34s cubic-bezier(.62, .02, .34, 1) .1s
}

.pricing > li:hover::before {
    height: 100%;
    background: #3383ff;
    transition: all .34s cubic-bezier(.62, .02, .34, 1) .1s;
    -webkit-transition: all .34s cubic-bezier(.62, .02, .34, 1) .1s
}

.pricing > li.col3:hover::before {
    box-shadow: 0 20px 65px 0 rgba(38, 52, 180, .15)
}

.pricing > li.disabledCol {
    box-shadow: none;
    z-index: 0
}

.pricing > li:last-child {
    border: 0
}

.pricing h3 {
    font-family: lpvanjmaisonneue-bookbook;
    font-size: 22px;
    float: left;
    width: 100%;
    transition: all .24s cubic-bezier(.62, .02, .34, 1) .1s;
    -webkit-transition: all .24s cubic-bezier(.62, .02, .34, 1) .1s
}

.pricing h2 {
    font-size: 30px;
    float: left;
    width: 100%;
    margin: 32px 0;
    font-family: 'Stolzl Medium';
    transition: all .24s cubic-bezier(.62, .02, .34, 1) .1s;
    -webkit-transition: all .24s cubic-bezier(.62, .02, .34, 1) .1s
}

.pricing h2 span,
.pricing li ul li::before {
    transition: all .34s cubic-bezier(.62, .02, .34, 1) .1s;
    -webkit-transition: all .34s cubic-bezier(.62, .02, .34, 1) .1s
}

.pricing h2 span {
    color: #7e8890;
    font-size: 12px;
    font-family: 'Stolzl Light';
    display: block;
    margin-top: 2px;
    font-weight: 700;
    letter-spacing: 1px
}

.pricing h2 strong {
    font-weight: 700;
    font-family: Arial;
    font-size: 28px
}

.pricing li ul,
.pricing li ul li {
    float: left;
    width: 100%
}

.pricing li ul li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 25px;
    font-size: 16px;
    font-family: lpvanjmaisonneue-bookbook;
    color: #7e8890
}

.pricing li ul li::before {
    width: 17px;
    height: 12px;
    background: url(../images/tick-mark-plue.png) center left no-repeat;
    background-size: 17px 12px;
    position: absolute;
    left: 0;
    top: 4px
}

.pricing a.bt,
.pricing a.bt span {
    overflow: hidden;
    transition: all .34s cubic-bezier(.62, .02, .34, 1) .1s;
    -webkit-transition: all .34s cubic-bezier(.62, .02, .34, 1) .1s
}

.pricing a.bt {
    position: absolute;
    left: 35px;
    bottom: 50px;
    width: calc(100% - 70px);
    border: 1px solid #4cc159;
    background: url(../images/white-arrow.png) center center no-repeat;
    border-radius: 30px;
    line-height: 54px;
    color: #2d3964;
    font-size: 16px;
    height: 54px;
    font-family: Stolzl;
    text-align: center;
    background-size: 24px 11px;
    text-decoration: none
}

.bestVal,
.pricing .disabledCol a.bt {
    width: 100%;
    font-family: lpvanjmaisonneue-bookbook;
    text-align: center
}

.pricing a.bt span {
    display: block
}

.bestVal,
.pricing > li:hover ul li::before {
    transition: all .34s cubic-bezier(.62, .02, .34, 1) .1s;
    -webkit-transition: all .34s cubic-bezier(.62, .02, .34, 1) .1s
}

.pricing .disabledCol a.bt {
    float: left;
    border: 2px solid #e1e3e5;
    border-radius: 30px;
    line-height: 50px;
    color: #717997;
    font-size: 16px;
    margin-top: 40px;
    cursor: default;
    background: 0 0
}

.bestVal {
    position: absolute;
    top: -43px;
    left: 0;
    line-height: 43px;
    color: #4cc159;
    font-size: 11px;
    background: #fff;
    font-weight: 400;
    letter-spacing: 2px;
    box-shadow: inset 50px 0 80px -70px #eaeaf5
}

#platforms .row a,
.how-it-work-section h2 {
    font-family: Stolzl
}

.bestVal span {
    display: inline-block;
    border-bottom: 1px solid #eaecf4
}

.pricing > li.disabledCol h2,
.pricing > li.disabledCol h3 {
    color: #717997
}

.pricing > li.disabledCol h2 span,
.pricing > li.disabledCol ul li {
    color: #a7adb4
}

.pricing > li:hover h2,
.pricing > li:hover h3,
.pricing > li:hover ul li {
    color: #fff
}

.pricing > li:hover ul li::before {
    background: url(../images/tick-mark-plue-dark.png) center left no-repeat;
    background-size: 17px 12px
}

.pricing > li:hover h2 span,
.pricing > li:hover ul li {
    transition: all .34s cubic-bezier(.62, .02, .34, 1) .1s;
    -webkit-transition: all .34s cubic-bezier(.62, .02, .34, 1) .1s
}

.pricing > li:hover h2 span {
    color: #93b9ff
}

.pricing > li:hover .bestVal,
.pricing > li:hover a.bt {
    transition: all .34s cubic-bezier(.62, .02, .34, 1) .1s;
    -webkit-transition: all .34s cubic-bezier(.62, .02, .34, 1) .1s
}

.pricing > li:hover .bestVal {
    color: #fff;
    background: #3383ff;
    box-shadow: none
}

.pricing > li:hover a.bt {
    left: calc(50% - 32px);
    width: 54px;
    background: url(../images/white-arrow.png) center center no-repeat #4cc159;
    background-size: 24px 11px;
    border-radius: 50%;
    overflow: visible;
    box-shadow: 0 0 20px #3068fa
}

.content-area,
.squidex-img-4,
.teamThumbs li,
.teamThumbs li a {
    overflow: hidden
}

.pricing > li:hover a.bt span {
    transition: all .34s cubic-bezier(.62, .02, .34, 1) .06s;
    -webkit-transition: all .34s cubic-bezier(.62, .02, .34, 1) .06s;
    opacity: 0;
    visibility: hidden
}

.pricing a.bt::after {
    border-color: #fff;
    border-radius: 100%;
    border-style: solid;
    border-width: 1px 1px 0;
    height: 104px;
    left: -25px;
    position: absolute;
    top: -25px;
    width: 104px;
    opacity: 0;
    transition: all .34s cubic-bezier(.62, .02, .34, 1) .3s;
    -webkit-transition: all .34s cubic-bezier(.62, .02, .34, 1) .3s
}

.pricing > li:hover a.bt::after {
    opacity: .55;
    transition: all .34s cubic-bezier(.62, .02, .34, 1) .3s;
    -webkit-transition: all .34s cubic-bezier(.62, .02, .34, 1) .3s
}

@keyframes btn_after {
    0% {
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
        transform: rotate(0);
        -o-transform: rotate(0);
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0)
    }
    50% {
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
        transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg)
    }
    100% {
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
        transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes btn_after {
    0% {
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
        transform: rotate(0);
        -o-transform: rotate(0);
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0)
    }
    50% {
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
        transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg)
    }
    100% {
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
        transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@keyframes z_index {
    0% {
        z-index: 1
    }
    50% {
        z-index: 2
    }
    100% {
        z-index: 3
    }
}

@-webkit-keyframes z_index {
    0% {
        z-index: 1
    }
    50% {
        z-index: 2
    }
    100% {
        z-index: 3
    }
}

#platforms .row {
    margin-top: 100px;
    text-align: center
}

#platforms .row a {
    display: inline-block;
    color: #2d3964;
    text-decoration: none;
    font-size: 13px;
    margin-right: 23px;
    border-bottom: 1px solid #3389ff;
    padding: 0 0 6px;
    position: relative;
    top: -6px;
    transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s
}

#platforms .row a:hover {
    border-bottom: 1px solid #4cc159;
    color: #4cc159;
    transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s
}

#platforms .row span {
    color: #2d3964;
    font-size: 22px
}

#platforms .container {
    position: relative;
    display: table
}

.squidex-img-3 {
    bottom: -212px;
    right: 0;
    position: absolute
}

.squidex-img-3 img {
    max-width: inherit
}

.top-btm-spacing {
    padding: 150px 0
}

.how-it-work-section,
.how-it-work-section .inner-section {
    position: relative;
    width: 100%;
    float: left;
    -o-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -webkit-transition: all .6s ease-out
}

.section-features {
    position: relative;
    padding-bottom: 200px
}

.section-features h4 {
    margin-bottom: 70px
}

ul.sqidex-features li {
    padding: 40px 30px;
    float: left;
    width: 33.33333333%;
    height: 180px;
    border-bottom: 1px solid #f5f5f9;
    transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease
}

ul.sqidex-features li h5 {
    letter-spacing: .5px;
    line-height: 28px;
    margin-bottom: 20px;
    padding-left: 55px;
    position: relative
}

ul.sqidex-features li h5 svg {
    fill: #b5bcd6;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease
}

ul.sqidex-features li p {
    font-size: 16px;
    line-height: 25px
}

ul.sqidex-features li:hover {
    box-shadow: 0 12px 48px 0 rgba(0, 0, 0, .08)
}

ul.sqidex-features li:hover svg {
    fill: #3389ff
}

ul.sqidex-features li:last-child:hover {
    box-shadow: none
}

.how-it-work-section {
    background: #3381ff;
    z-index: 1
}

.how-it-work-section h2 {
    font-size: 36px;
    display: block;
    color: #fff;
    margin-top: 20px
}

.how-it-work-section h2 strong {
    font-family: 'Stolzl Medium'
}

.how-it-work-section p {
    font-size: 16px;
    color: #cee3ff;
    line-height: 31px;
    display: block;
    margin-top: 40px
}

.teamThumbs .name h2,
.teamThumbs .name h3 {
    display: block;
    text-transform: none;
    font-family: Stolzl
}

.teamThumbs {
    margin: auto;
    width: 680px;
    box-shadow: 12px 12px 55px #eaeaf5;
    height: 406px
}

.teamThumbs li {
    float: left;
    width: 50%;
    border-radius: 3px 0 0 3px;
    background: #fff;
    position: relative;
    height: 406px
}

.teamThumbs li a {
    float: left;
    width: 100%;
    height: 406px
}

.teamThumbs li a .circle,
.teamThumbs li a .circle::after,
.teamThumbs li a .img {
    width: 230px;
    height: 230px;
    position: absolute
}

.teamThumbs li a .circle {
    top: 57px;
    left: 59px;
    background: 0 0
}

.teamThumbs li a .circle::after {
    border-color: #fff;
    border-radius: 100%;
    border-style: solid;
    border-width: 1px 1px 0;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .34s cubic-bezier(.62, .02, .34, 1) 10ms;
    -webkit-transition: all .34s cubic-bezier(.62, .02, .34, 1) 10ms
}

@media (min-width:767px) {
    .teamThumbs li a:hover .circle::after {
        opacity: .55;
        transition: all .34s cubic-bezier(.62, .02, .34, 1) 10ms;
        -webkit-transition: all .34s cubic-bezier(.62, .02, .34, 1) 10ms
    }
}

@keyframes circle_after {
    0% {
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
        transform: rotate(0);
        -o-transform: rotate(0);
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0)
    }
    50% {
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
        transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg)
    }
    100% {
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
        transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes circle_after {
    0% {
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
        transform: rotate(0);
        -o-transform: rotate(0);
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0)
    }
    50% {
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
        transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg)
    }
    100% {
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
        transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

.teamThumbs li a .img {
    top: 57px;
    left: 59px;
    border-radius: 50%;
    overflow: hidden;
    background: #336eff;
    transition: all .34s cubic-bezier(.62, .02, .34, 1);
    -webkit-transition: all .34s cubic-bezier(.62, .02, .34, 1)
}

.teamThumbs .name h3,
.teamThumbs li a .img img {
    transition: all .34s cubic-bezier(.62, .02, .34, 1)
}

.teamThumbs li a .img img {
    float: left;
    margin-top: -57px;
    margin-left: -59px;
    max-width: none;
    -webkit-transition: all .34s cubic-bezier(.62, .02, .34, 1)
}

.teamThumbs li:last-child {
    border-radius: 0 3px 3px 0;
    border-left: 1px solid #f3f3f8
}

.teamThumbs .arrow {
    position: absolute;
    width: 54px;
    height: 54px;
    background: url(../images/white-arrow.png) center center no-repeat #4cc159;
    background-size: 24px 11px;
    top: 224px;
    right: 60px;
    border-radius: 50%;
    transition: all .23s cubic-bezier(.62, .02, .34, 1);
    -webkit-transition: all .23s cubic-bezier(.62, .02, .34, 1)
}

@media (min-width:767px) {
    .teamThumbs li a:hover .arrow {
        background: url(../images/email-icon.png) center center no-repeat #4cc159;
        transition: all .23s cubic-bezier(.62, .02, .34, 1);
        -webkit-transition: all .23s cubic-bezier(.62, .02, .34, 1);
        background-size: 26px 20px
    }
}

.teamThumbs .name {
    position: absolute;
    left: 28px;
    bottom: 31px
}

.teamThumbs .name h3 {
    font-size: 19px;
    -webkit-transition: all .34s cubic-bezier(.62, .02, .34, 1)
}

.teamThumbs .name h2 {
    font-size: 12px;
    line-height: normal;
    margin-top: 12px;
    transition: all .34s cubic-bezier(.62, .02, .34, 1);
    -webkit-transition: all .34s cubic-bezier(.62, .02, .34, 1)
}

@media (min-width:767px) {
    .teamThumbs li a:hover .img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: all .34s cubic-bezier(.62, .02, .34, 1);
        -webkit-transition: all .34s cubic-bezier(.62, .02, .34, 1);
        border-radius: 0
    }
    .teamThumbs li a:hover .img img {
        margin: 0;
        opacity: .16;
        transition: all .34s cubic-bezier(.62, .02, .34, 1);
        -webkit-transition: all .34s cubic-bezier(.62, .02, .34, 1)
    }
    .teamThumbs li a:hover h2,
    .teamThumbs li a:hover h3 {
        color: #fff
    }
}

.section-any-question {
    background: url(../images/bg-1.png) center center no-repeat #f5f5f9;
    position: relative;
    padding-bottom: 200px;
    padding-top: 220px;
    float: left;
    width: 100%
}

.section-blogs {
    padding-bottom: 50px
}

.section-any-question h4 {
    margin-bottom: 100px
}

.section-any-question .container {
    position: relative;
    display: table
}

.squidex-img-4 {
    bottom: -278px;
    margin-left: -140px;
    position: absolute;
    width: 100%
}

.section-title {
    position: relative;
    float: left;
    width: 100%
}

.section-title a.btn-all-posts {
    border: 1px solid #4cc159;
    border-radius: 50px;
    display: inline-block;
    font-size: 13px;
    color: #2d3964;
    line-height: 31px;
    padding: 0 15px;
    position: absolute;
    right: 0;
    top: -8px;
    width: 153px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.section-title a.btn-all-posts:hover {
    color: #fff;
    background: #4cc159;
    transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease
}

ul.squidex-blogs {
    float: left;
    width: calc(100% + 80px);
    margin-left: -40px
}

ul.squidex-blogs li {
    float: left;
    padding: 40px;
    width: 50%;
    min-height: 300px
}

.box-comment,
.squidex-blogs h2,
.squidex-blogs p {
    float: left;
    width: 100%
}

ul.squidex-blogs li:hover {
    box-shadow: 0 12px 48px 0 rgba(0, 0, 0, .08)
}

.squidex-blogs h2 {
    font-weight: 400;
    min-height: 100px;
    color: #2d3964;
    transition: all .64s cubic-bezier(.62, .02, .34, 1) .23s;
    -webkit-transition: all .64s cubic-bezier(.62, .02, .34, 1) .23s;
    line-height: 45px;
    margin-bottom: 20px;
    text-transform: none;
    font-size: 30px
}

.squidex-blogs p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    margin-bottom: 22px
}

.blog-date {
    position: relative;
    padding-left: 25px;
    font-size: 12px
}

.blog-date::before {
    content: url(../images/date-icon.svg);
    left: 0;
    position: absolute;
    margin-top: 0
}

.box-comment .pull-right {
    text-transform: uppercase;
    font-size: 12px;
    float: right
}

.img-popup h6,
ul.footer-links li a {
    font-size: 13px;
    font-family: Stolzl
}

footer {
    padding: 70px 0 90px
}

footer .col-sm-10 {
    float: left;
    width: 83.33333333%
}

footer .col-sm-2 {
    float: left;
    width: 16.66666667%
}

footer .col-sm-3 {
    width: 25%;
    float: left
}

.footer-squdex {
    width: 90px;
    height: 130px;
    float: right
}

ul.footer-links li a {
    text-decoration: none;
    color: #525873;
    display: inline-block;
    padding: 10px 0;
    text-transform: capitalize;
    cursor: pointer
}

.btn,
.nav-contacts,
.overlay ul li a {
    text-transform: uppercase
}

ul.footer-links li a:hover {
    color: #3389ff
}

@media (max-height:849px) {
    .dialog {
        display: inline-block!important
    }
    .dialog--open {
        overflow-y: scroll
    }
    .dialog__overlay {
        position: fixed!important
    }
    .dialog__content {
        margin: 20px auto;
        padding-top: 50px!important
    }
}

.dialog,
.dialog__overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.dialog {
    position: fixed;
    z-index: 999;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    pointer-events: none
}

.dialog__overlay {
    position: absolute;
    z-index: 1;
    background: rgba(45, 57, 100, .85);
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-backface-visibility: hidden
}

.dialog--open .dialog__overlay {
    opacity: 1;
    pointer-events: auto
}

.dialog__content {
    display: table;
    background: #fff;
    max-width: 800px;
    min-width: 290px;
    opacity: 0;
    padding: 0 5% 20px;
    position: relative;
    text-align: center;
    width: 50%;
    z-index: 5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 15px 25.98px 95px 0 rgba(0, 0, 0, .26)
}

#awwwards,
#awwwards a,
.close-contact,
.close-contact span,
.squidex-popup-1 {
    position: absolute
}

.dialog--open .dialog__content {
    pointer-events: auto
}

@media (max-width:1199px) {
    .dialog__content {
        width: 70%
    }
}

@media (max-width:991px) {
    .dialog__content {
        width: 80%
    }
    ul.sqidex-features li:last-child {
        display: none
    }
}

#awwwards {
    top: 180px;
    z-index: 99;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

#awwwards.left {
    left: 0
}

@media (max-width:767px) {
    #awwwards {
        display: none
    }
    .dialog__content {
        display: block
    }
}

.dialog.dialog--open .dialog__content {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.dialog.dialog--close .dialog__content {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes anim-open {
    0% {
        opacity: 0;
        -webkit-transform: matrix3d(.7, 0, 0, 0, 0, .7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.7, 0, 0, 0, 0, .7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    2.083333% {
        -webkit-transform: matrix3d(.75266, 0, 0, 0, 0, .76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.75266, 0, 0, 0, 0, .76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    4.166667% {
        -webkit-transform: matrix3d(.81071, 0, 0, 0, 0, .84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.81071, 0, 0, 0, 0, .84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    6.25% {
        -webkit-transform: matrix3d(.86808, 0, 0, 0, 0, .9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.86808, 0, 0, 0, 0, .9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    8.333333% {
        -webkit-transform: matrix3d(.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    10.416667% {
        -webkit-transform: matrix3d(.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    12.5% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    14.583333% {
        -webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    16.666667% {
        -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    18.75% {
        -webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    20.833333% {
        -webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    22.916667% {
        -webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    25% {
        -webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    27.083333% {
        -webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, .98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.03699, 0, 0, 0, 0, .98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    29.166667% {
        -webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, .97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.02831, 0, 0, 0, 0, .97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    31.25% {
        -webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, .97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.01973, 0, 0, 0, 0, .97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    33.333333% {
        -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, .97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.01191, 0, 0, 0, 0, .97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    35.416667% {
        -webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, .98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00526, 0, 0, 0, 0, .98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    37.5% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, .98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, .98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    39.583333% {
        -webkit-transform: matrix3d(.99617, 0, 0, 0, 0, .99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99617, 0, 0, 0, 0, .99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    41.666667% {
        -webkit-transform: matrix3d(.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    43.75% {
        -webkit-transform: matrix3d(.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    45.833333% {
        -webkit-transform: matrix3d(.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    47.916667% {
        -webkit-transform: matrix3d(.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    50% {
        opacity: 1;
        -webkit-transform: matrix3d(.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    52.083333% {
        -webkit-transform: matrix3d(.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    54.166667% {
        -webkit-transform: matrix3d(.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    56.25% {
        -webkit-transform: matrix3d(.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    58.333333% {
        -webkit-transform: matrix3d(.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    60.416667% {
        -webkit-transform: matrix3d(.99921, 0, 0, 0, 0, .99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99921, 0, 0, 0, 0, .99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    62.5% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, .99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, .99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    64.583333% {
        -webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, .99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00057, 0, 0, 0, 0, .99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    66.666667% {
        -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, .99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00095, 0, 0, 0, 0, .99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    68.75% {
        -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, .99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00114, 0, 0, 0, 0, .99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    70.833333% {
        -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, .99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00119, 0, 0, 0, 0, .99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    72.916667% {
        -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, .99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00114, 0, 0, 0, 0, .99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    75% {
        -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    77.083333% {
        -webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    79.166667% {
        -webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    81.25% {
        -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    83.333333% {
        -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    85.416667% {
        -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    87.5% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    89.583333% {
        -webkit-transform: matrix3d(.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    91.666667% {
        -webkit-transform: matrix3d(.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    93.75% {
        -webkit-transform: matrix3d(.99983, 0, 0, 0, 0, .99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99983, 0, 0, 0, 0, .99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    95.833333% {
        -webkit-transform: matrix3d(.99982, 0, 0, 0, 0, .99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99982, 0, 0, 0, 0, .99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    97.916667% {
        -webkit-transform: matrix3d(.99983, 0, 0, 0, 0, .99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99983, 0, 0, 0, 0, .99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    100% {
        opacity: 1;
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
}

@keyframes anim-open {
    0% {
        opacity: 0;
        -webkit-transform: matrix3d(.7, 0, 0, 0, 0, .7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.7, 0, 0, 0, 0, .7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    2.083333% {
        -webkit-transform: matrix3d(.75266, 0, 0, 0, 0, .76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.75266, 0, 0, 0, 0, .76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    4.166667% {
        -webkit-transform: matrix3d(.81071, 0, 0, 0, 0, .84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.81071, 0, 0, 0, 0, .84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    6.25% {
        -webkit-transform: matrix3d(.86808, 0, 0, 0, 0, .9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.86808, 0, 0, 0, 0, .9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    8.333333% {
        -webkit-transform: matrix3d(.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    10.416667% {
        -webkit-transform: matrix3d(.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    12.5% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    14.583333% {
        -webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    16.666667% {
        -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    18.75% {
        -webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    20.833333% {
        -webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    22.916667% {
        -webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    25% {
        -webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    27.083333% {
        -webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, .98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.03699, 0, 0, 0, 0, .98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    29.166667% {
        -webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, .97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.02831, 0, 0, 0, 0, .97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    31.25% {
        -webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, .97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.01973, 0, 0, 0, 0, .97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    33.333333% {
        -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, .97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.01191, 0, 0, 0, 0, .97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    35.416667% {
        -webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, .98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00526, 0, 0, 0, 0, .98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    37.5% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, .98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, .98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    39.583333% {
        -webkit-transform: matrix3d(.99617, 0, 0, 0, 0, .99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99617, 0, 0, 0, 0, .99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    41.666667% {
        -webkit-transform: matrix3d(.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    43.75% {
        -webkit-transform: matrix3d(.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    45.833333% {
        -webkit-transform: matrix3d(.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    47.916667% {
        -webkit-transform: matrix3d(.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    50% {
        opacity: 1;
        -webkit-transform: matrix3d(.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    52.083333% {
        -webkit-transform: matrix3d(.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    54.166667% {
        -webkit-transform: matrix3d(.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    56.25% {
        -webkit-transform: matrix3d(.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    58.333333% {
        -webkit-transform: matrix3d(.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    60.416667% {
        -webkit-transform: matrix3d(.99921, 0, 0, 0, 0, .99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99921, 0, 0, 0, 0, .99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    62.5% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, .99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, .99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    64.583333% {
        -webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, .99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00057, 0, 0, 0, 0, .99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    66.666667% {
        -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, .99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00095, 0, 0, 0, 0, .99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    68.75% {
        -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, .99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00114, 0, 0, 0, 0, .99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    70.833333% {
        -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, .99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00119, 0, 0, 0, 0, .99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    72.916667% {
        -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, .99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00114, 0, 0, 0, 0, .99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    75% {
        -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    77.083333% {
        -webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    79.166667% {
        -webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    81.25% {
        -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    83.333333% {
        -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    85.416667% {
        -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    87.5% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    89.583333% {
        -webkit-transform: matrix3d(.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    91.666667% {
        -webkit-transform: matrix3d(.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    93.75% {
        -webkit-transform: matrix3d(.99983, 0, 0, 0, 0, .99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99983, 0, 0, 0, 0, .99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    95.833333% {
        -webkit-transform: matrix3d(.99982, 0, 0, 0, 0, .99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99982, 0, 0, 0, 0, .99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    97.916667% {
        -webkit-transform: matrix3d(.99983, 0, 0, 0, 0, .99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99983, 0, 0, 0, 0, .99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    100% {
        opacity: 1;
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
}

@-webkit-keyframes anim-close {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.8, .8, 1)
    }
}

@keyframes anim-close {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.8, .8, 1);
        transform: scale3d(.8, .8, 1)
    }
}

.close-contact {
    color: #fff;
    cursor: pointer;
    display: block;
    height: 20px;
    padding: 0;
    right: 38px;
    top: 28px;
    transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    width: 20px;
    z-index: 10
}

.close-contact span {
    background-color: #2d3964;
    height: 2px;
    top: 18px;
    transition: all .4s cubic-bezier(.694, .048, .335, 1) 0s;
    -o-transition: all .4s cubic-bezier(.694, .048, .335, 1) 0s;
    -moz-transition: all .4s cubic-bezier(.694, .048, .335, 1) 0s;
    -webkit-transition: all .4s cubic-bezier(.694, .048, .335, 1) 0s;
    width: 100%
}

.close-contact span::before {
    background-color: #000;
    transition: all .3s ease .3s;
    -o-transition: all .3s ease .3s;
    -moz-transition: all .3s ease .3s;
    -webkit-transition: all .3s ease .3s
}

.close-contact span::after,
.close-contact span::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0
}

.close-contact span::after {
    background-color: #3389ff;
    transition: all .3s ease .3s;
    -o-transition: all .3s ease .3s;
    -moz-transition: all .3s ease .3s;
    -webkit-transition: all .3s ease .3s
}

.close-contact span:first-child {
    left: 0;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.close-contact span:last-child {
    right: 0;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.close-contact:hover {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.close-contact:hover span::after,
.close-contact:hover span::before {
    width: 100%
}

.close-contact:hover span:first-child {
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.close-contact:hover span:last-child {
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.squidex-popup-1 {
    right: -79px;
    top: 45px
}

#premises-form,
#qaisar-form,
#sebastian-form,
#wemanage-form,
ul.popup-form li {
    position: relative
}

.img-popup {
    margin-bottom: 30px;
    margin-top: -35px;
    text-align: center
}

.img-circle {
    border-radius: 50%
}

.img-popup h6 {
    color: #2d3964;
    margin-top: 10px
}

.form-txt {
    font-family: Stolzl;
    font-size: 16px;
    line-height: 28px;
    text-align: center
}

ul.popup-form {
    margin: 40px -20px 0
}

ul.popup-form li {
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    width: 50%;
    float: left
}

ul.popup-form li.col-sm-12 {
    width: 100%
}

ul.popup-form li span {
    color: #2d3964;
    position: absolute;
    left: 5px;
    font-size: 15px;
    margin-top: 18px
}

input[type=date],
input[type=email],
input[type=password],
input[type=text],
select,
textarea {
    border: none;
    border-bottom: 2px solid #b5bcd6;
    height: 50px;
    padding: 15px 0;
    width: 100%;
    font-size: 16px;
    font-family: Stolzl;
    color: #2d3964
}

input[type=date]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=text]:focus,
textarea:focus {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .15);
    background: #3389ff;
    border-color: #3389ff;
    border-radius: 5px;
    padding-left: 15px;
    color: #FFF;
    outline: 0
}

.btn {
    background: #4cc159;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 42px;
    line-height: 22px;
    padding: 6px 25px;
    text-align: center;
    border-radius: 50px;
    transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    font-family: Stolzl;
    border: 1px solid #4cc159;
    cursor: pointer;
    outline: 0
}

#popupPremises h2,
.overlay ul li a {
    font-family: 'Stolzl Medium'
}

ul.popup-form li button.btn {
    font-size: 16px;
    height: 55px;
    width: 230px;
    position: relative
}

.gif-loader {
    margin: 2px;
    position: absolute;
    right: -30px;
    visibility: hidden
}

.btn svg {
    fill: #8de997;
    margin-right: 5px
}

.btn:hover {
    background: 0 0;
    border: 1px solid #4cc159;
    color: #4cc159
}

.btn:hover svg {
    fill: #4cc159
}

#popupPremises h2 {
    color: #37436c;
    font-size: 30px;
    letter-spacing: -1px;
    display: inline-block;
    margin-top: 44px;
    max-width: 500px;
    margin-bottom: 30px
}

.mobile-navigation,
.nav-icon2 {
    display: none
}

#popupPremises .main-form {
    text-align: center
}

.nav-icon2 {
    height: 20px;
    position: absolute;
    top: 30px;
    right: 30px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    width: 30px;
    z-index: 99
}

.nav-icon2 span {
    background: #323435;
    display: block;
    height: 3px;
    opacity: 1;
    position: absolute;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    width: 50%
}

.nav-icon2.open span {
    background: #FFF
}

.nav-icon2 span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0
}

.nav-icon2 span:nth-child(odd) {
    left: 0;
    border-radius: 9px 0 0 9px
}

.nav-icon2 span:nth-child(1),
.nav-icon2 span:nth-child(2) {
    top: 0
}

.nav-icon2 span:nth-child(3),
.nav-icon2 span:nth-child(4) {
    top: 8px
}

.nav-icon2 span:nth-child(5),
.nav-icon2 span:nth-child(6) {
    top: 16px
}

.nav-icon2.open span:nth-child(1),
.nav-icon2.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.nav-icon2.open span:nth-child(2),
.nav-icon2.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.nav-icon2.open span:nth-child(1) {
    left: 5px;
    top: 7px
}

.nav-icon2.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px
}

.nav-icon2.open span:nth-child(3) {
    left: -50%;
    opacity: 0
}

.nav-icon2.open span:nth-child(4) {
    left: 100%;
    opacity: 0
}

.nav-icon2.open span:nth-child(5) {
    left: 5px;
    top: 12px
}

.nav-icon2.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 12px
}

.overlay {
    background: #2d3964;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9
}

.overlay nav {
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.overlay ul {
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative
}

.overlay ul li {
    display: block;
    padding: 15px 6px;
    width: 100%;
    text-align: center;
    margin: 0
}

.overlay ul li a {
    color: #fff;
    display: inline-block;
    font-size: 25px;
    position: relative;
    float: none
}

.overflow-hidden {
    overflow: hidden!important
}

.overlay-hugeinc {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s, visibility 0s .2s;
    transition: opacity .2s, visibility 0s .2s
}

.overlay-hugeinc.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.nav-contacts {
    position: absolute;
    bottom: 20px;
    text-align: center;
    left: 0;
    right: 0
}

.forMobile {
    display: none
}

@media (max-width:1660px) {
    .pricing::after,
    .pricing::before {
        display: none
    }
}

@media (max-width:1120px) {
    .banner-right {
        width: 50%
    }
    .section-community .col-md-10,
    .section-community .col-md-2 {
        width: 100%
    }
    .section-community h6,
    .section-community ul {
        text-align: center
    }
}

@media (max-width:992px) {
    .img1,
    .section-3 .how-it-work-img {
        margin-right: 0
    }
    .banner-left,
    .squidex-blogs h2,
    .squidex-blogs p {
        text-align: center
    }
    .banner-right {
        float: left;
        width: 100%;
        margin-top: 50px
    }
    .forDesktop {
        display: none
    }
    .forMobile {
        display: block
    }
    .banner-left {
        width: 100%;
        max-width: 100%;
        float: left
    }
    .learn-more,
    a.get-started {
        float: none;
        display: inline-block
    }
    .learn-more {
        position: relative;
        top: -26px
    }
    .learn-more-link {
        display: inline-block
    }
    ul.squidex-blogs {
        width: 100%;
        margin: 0
    }
    ul.squidex-blogs li {
        width: 100%
    }
    .img1 {
        margin-top: -150px
    }
    .section-any-question {
        padding-bottom: 130px;
        padding-top: 70px
    }
    .squidex-img-4 {
        bottom: -207px;
        margin-left: 0
    }
    .squidex-img-4 img {
        min-width: 647px
    }
    ul.sqidex-features li {
        width: 50%
    }
    .pricing > li {
        width: 100%;
        border-bottom: 1px solid #f4f4f8;
        border-right: none
    }
    .bestVal {
        top: 30px
    }
    .pricing > li.col3 {
        box-shadow: none;
        padding-top: 120px
    }
    .section-pricing {
        padding: 90px 0 130px
    }
    .banner {
        min-height: 500px;
        height: auto!important;
        padding-bottom: 40px
    }
}

@media (max-width:991px) {
    .box-comment {
        text-align: center
    }
    .squidex-blogs h2,
    ul.squidex-blogs li {
        min-height: inherit
    }
}

@media (max-width:767px) {
    .logo svg {
        width: 220px!important;
        margin: 0 0 0 -24px!important
    }
    .learn-more-link {
        display: block;
        margin-top: 20px
    }
    .learn-more-link .learn-more {
        position: static;
        margin: 0
    }
    .footer-links,
    .section-title,
    footer .col-sm-2 {
        text-align: center
    }
    .mobile-navigation,
    .nav-icon2 {
        display: block
    }
    .desktopNav {
        display: none
    }
    footer .col-sm-10,
    footer .col-sm-2,
    footer .col-sm-3 {
        width: 100%
    }
    .footer-links {
        float: left;
        width: 100%;
        margin-bottom: 10px
    }
    .footer-links li {
        display: inline-block;
        padding: 0 10px
    }
    footer .col-sm-2 {
        margin-top: 30px
    }
    .footer-squdex {
        float: none
    }
    .section-any-question {
        padding-bottom: 100px;
        padding-top: 60px
    }
    .section-any-question h4 {
        margin-bottom: 60px
    }
    .section-any-question .container {
        position: relative;
        display: inline-block;
        width: 100%
    }
    .teamThumbs {
        width: 300px;
        box-shadow: none
    }
    .teamThumbs li {
        width: 100%;
        box-shadow: 0 12px 55px #eaeaf5
    }
    .teamThumbs li:last-child {
        border-top: 1px solid #f3f3f8;
        border-left: 0
    }
    .teamThumbs li a .img {
        left: 37px;
        top: 33px
    }
    .teamThumbs .arrow {
        right: 34px;
        top: 200px
    }
    .squidex-img-4 {
        bottom: -180px;
        margin-left: 0;
        width: 100%;
        left: 0
    }
    ul.sqidex-features li {
        width: 100%;
        height: auto;
        text-align: center
    }
    ul.sqidex-features li h5 svg {
        left: auto;
        margin-left: 0;
        position: static;
        transform: none;
        vertical-align: middle
    }
    #platforms .row {
        margin-top: 60px
    }
    #platforms .row span {
        width: 100%;
        display: block
    }
    #platforms .row a {
        margin: 0 0 10px
    }
    ul.sqidex-features li h5 {
        padding-left: 0
    }
    .how-it-work-section h2,
    .squidex-blogs h2 {
        font-size: 25px
    }
    .how-it-work-section p {
        margin-top: 30px
    }
    .how-it-work-section p.smlTxt {
        margin-top: 40px
    }
    h1 {
        font-size: 54px
    }
    .section-community ul li {
        width: 47%
    }
    .section-pricing {
        padding: 50px 0 120px
    }
    .squidex-img-3 {
        bottom: -170px
    }
    .squidex-img-3 img {
        max-width: 500px
    }
    .section-blogs,
    .section-features {
        padding-top: 100px
    }
    .section-features {
        padding-bottom: 100px
    }
    .how-it-work-section,
    .section-blogs {
        padding-bottom: 0
    }
    ul.sqidex-features li:last-child {
        border: 0
    }
    .squidex-img-4 img {
        min-width: 446px
    }
    .section-title a.btn-all-posts {
        position: relative;
        display: inline-block;
        left: auto;
        top: 0;
        margin-top: 20px
    }
    .mobile-navigation {
        width: 100%;
        z-index: 9999
    }
    .section-community h6 {
        padding-top: 0
    }
    h4 {
        margin-bottom: 0;
        font-size: 14px
    }
    ul.popup-form li {
        width: 100%
    }
    .section-community ul li a {
        padding: 20px
    }
    .logo {
        margin-top: -11px
    }
    header {
        padding-bottom: 0
    }
    .dialog--open,
    .dialog__content {
        overflow-y: scroll
    }
    ul.popup-form {
        margin: 30px 0 0
    }
    .squidex-popup-1 {
        display: none
    }
    .dialog__overlay {
        position: fixed
    }
    .dialog {
        display: inline-block
    }
    .dialog__content {
        height: 100%;
        margin: 0;
        padding: 30px;
        width: 100%;
        border-radius: 0
    }
    .img-popup {
        margin-top: 0
    }
    .thankyou-msg-mob {
        left: 0;
        padding: 0 30px;
        position: absolute;
        right: 0;
        top: 40%;
        transform: translateY(-50%)
    }
    .thankyou-msg-mob h3 {
        font-size: 24px
    }
}

@media (max-width:479px) {
    .form-txt {
        font-size: 13px;
        line-height: 22px
    }
}

@media (max-width:359px) {
    .teamThumbs {
        width: 100%
    }
    .teamThumbs li a .img {
        left: 50%;
        transform: translateX(-50%)
    }
}

.banner-inner {
    margin-top: 80px;
    background: url(../images/inner-banner-bg.png) 85% top no-repeat #3380ff;
    padding: 100px 0
}

.banner-inner-left {
    float: left;
    width: 60%
}

.banner-inner h1 {
    color: #fff;
    font-family: Stolzl;
    letter-spacing: 0
}

.banner-inner h1 span {
    color: #fff;
    display: inline-block
}

.banner-inner p {
    color: #fff;
    font-size: 22px;
    margin-top: 17px;
    float: left
}

.media-share-icons {
    float: right;
    margin-top: 35px
}

.media-share-icons .st-btn {
    float: left;
    margin-left: 5px;
    width: 41px;
    height: 41px
}

#st-1 .st-btn[data-network=facebook],
#st-1 .st-btn[data-network=googleplus],
#st-1 .st-btn[data-network=twitter] {
    background: 0 0!important;
    border: 1px solid #fff
}

#st-1 .st-btn {
    margin-right: 5px!important
}

ul.products-shots {
    width: calc(100% + 100px);
    margin-left: -50px
}

.products-shots li {
    float: left;
    width: 50%;
    padding: 0 50px
}

ul.products-shots li .placeholder {
    float: left;
    width: 100%;
    background: #FFF;
    box-shadow: 0 24px 75.24px .76px rgba(0, 0, 0, .08);
    border-radius: 5px
}

ul.products-shots li .placeholder .shot-img {
    position: relative
}

ul.products-shots li .placeholder .shot-img::before {
    background: rgba(51, 136, 255, 1);
    background: -moz-linear-gradient(top, rgba(51, 136, 255, 1) 0, rgba(51, 99, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(51, 136, 255, 1)), color-stop(100%, rgba(51, 99, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(51, 136, 255, 1) 0, rgba(51, 99, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(51, 136, 255, 1) 0, rgba(51, 99, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(51, 136, 255, 1) 0, rgba(51, 99, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(51, 136, 255, 1) 0, rgba(51, 99, 255, 1) 100%);
    content: "";
    height: 100%;
    opacity: .902;
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    -o-transform: scaleX(0);
    ) -moz-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: all .5s cubic-bezier(.7, .3, 0, 1) 0s
}

ul.products-shots li .placeholder .shot-img:hover::before {
    transform: scaleX(1);
    -o-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    border-radius: 5px 5px 0 0
}

ul.products-shots li .download-btns svg {
    fill: #fff;
    height: 22px;
    width: 22px;
    margin-left: 0!important
}

ul.products-shots li .download-btns span {
    border: 2px solid rgba(256, 256, 256, .3);
    border-radius: 50px;
    display: inline-block;
    height: 60px;
    padding-top: 20px;
    text-align: center;
    width: 60px
}

ul.products-shots li .download-btns {
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%
}

ul.products-shots li .download-btns a {
    display: inline-block;
    padding: 0 10px;
    opacity: 0;
    text-decoration: none
}

ul.products-shots li .download-btns a.download-shot {
    transform: translateY(-80px);
    -o-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -webkit-transform: translateY(-80px);
    transition: all .45s cubic-bezier(.62, .02, .34, 1) 0s
}

ul.products-shots li .download-btns a.share-shot {
    transform: translateY(80px);
    -o-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -webkit-transform: translateY(80px);
    transition: all .45s cubic-bezier(.62, .02, .34, 1) 0s;
    display: none
}

ul.products-shots li .placeholder .shot-img:hover a {
    opacity: 1;
    transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0)
}

ul.products-shots li .download-btns a h6 {
    color: #fff;
    font-size: 15px;
    margin-top: 10px;
    text-transform: capitalize;
    font-family: 'Stolzl Medium'
}

ul.products-shots li .download-btns a:hover span {
    background: #FFF;
    border-color: #FFF
}

ul.products-shots li .download-btns a:hover svg {
    fill: #438cef
}

ul.products-shots li .placeholder .shot-img img {
    width: 100%;
    border-radius: 5px 5px 0 0
}

ul.products-shots li .placeholder .shot-desc {
    padding: 30px
}

ul.products-shots li .placeholder .shot-desc h3 {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 24px;
    font-family: 'Stolzl Medium'
}

.section-color-pallette h4,
.section-products-shots h4 {
    margin-bottom: 100px
}

ul.products-shots li .placeholder .shot-desc p {
    font-size: 14px
}

.section-color-pallette {
    background: #f5f5f9;
    padding: 100px 0
}

.color-palletts {
    float: left;
    width: calc(100% + 30px);
    margin-left: -15px
}

ul.color-palletts > li {
    float: left;
    width: 33.33333333%;
    padding-left: 15px;
    padding-right: 15px;
    height: 200px
}

ul.color-palletts li .col-xs-6 {
    width: 50%;
    float: left
}

ul.color-palletts li .col-xs-6:last-child {
    padding-left: 15px
}

ul.color-palletts li .color-wrap {
    height: 170px;
    position: relative;
    box-shadow: 0 -20px 75.24px .76px rgba(0, 0, 0, .05)
}

.download-mediakit,
.main-web-logo,
ul.logos-eps .placeholder {
    box-shadow: 0 24px 75.24px .76px rgba(0, 0, 0, .08)
}

ul.color-palletts li .color-wrap .color-fill {
    height: 92px;
    border-radius: 5px 5px 0 0
}

.blue-color {
    background: #438cef
}

.black-color {
    background: #202020
}

.green-color {
    background: #4cc159
}

.dark-color-1 {
    background: #2e3842
}

.dark-color-2 {
    background: #273039
}

.grey-color-1 {
    background: #f5f5f9
}

.grey-color-2 {
    background: #bdc6d0
}

.gradient-color {
    background: rgba(51, 136, 255, 1);
    background: -moz-linear-gradient(top, rgba(51, 136, 255, 1) 0, rgba(51, 99, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(51, 136, 255, 1)), color-stop(100%, rgba(51, 99, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(51, 136, 255, 1) 0, rgba(51, 99, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(51, 136, 255, 1) 0, rgba(51, 99, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(51, 136, 255, 1) 0, rgba(51, 99, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(51, 136, 255, 1) 0, rgba(51, 99, 255, 1) 100%)
}

.double-colors {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    width: 100%
}

.two-colors-wrap .color-fill {
    float: left;
    width: 50%;
    border-radius: 0!important
}

ul.color-palletts li .color-wrap .color-code {
    text-align: center;
    background: #FFF;
    padding: 29px 10px;
    border-radius: 0 0 5px 5px
}

ul.color-palletts li .color-wrap .color-code span {
    color: #2d3964;
    display: inline-block;
    font-family: Stolzl;
    padding: 0 5px;
    width: 44%;
    font-size: 14px
}

ul.about-pallatt::before {
    color: #fff;
    content: url(../images/caret.svg);
    font-size: 30px;
    left: -10px;
    position: absolute;
    top: 15px;
    width: 20px
}

ul.about-pallatt {
    background: #fff;
    border-radius: 5px;
    float: right;
    height: 170px;
    padding: 15px;
    width: 95%;
    position: relative
}

ul.about-pallatt li {
    color: #2d3964;
    font-family: lpvanjmaisonneue-bookbook;
    font-size: 14px;
    padding: 5px 0 5px 15px;
    position: relative
}

ul.about-pallatt li::before {
    background: #2d3964;
    content: "";
    height: 1px;
    left: 0;
    margin-top: 8px;
    position: absolute;
    width: 4px
}

.row-40px {
    margin-left: -20px;
    margin-right: -20px
}

.col-40px {
    padding-left: 20px;
    padding-right: 20px
}

.main-web-logo {
    background: #FFF;
    border-radius: 5px;
    margin-bottom: 40px
}

.vertical-center {
    display: table;
    width: 100%
}

.gradient-bg svg {
    fill: #FFF
}

.web-logo {
    padding: 30px 20px;
    text-align: center;
    display: table-cell
}

.squidex-logo-main .web-logo {
    height: 160px
}

.squidex-icon-blue .web-logo svg,
.squidex-logo-main .web-logo svg {
    width: 45%
}

.squidex-icon-black .web-logo svg {
    width: 30%
}

.squidex-logo-black .web-logo svg {
    width: 80%
}

.squidex-icon-black .web-logo,
.squidex-logo-black .web-logo {
    height: 158px
}

.squidex-icon-blue .web-logo {
    height: 420px
}

.download-logo-kit {
    border-top: 1px solid #dee2e7;
    padding: 20px;
    float: left;
    width: 100%
}

.download-logo-kit h6 {
    display: inline-block;
    font-size: 14px
}

.download-logo {
    display: inline-block;
    float: right
}

.download-logo svg {
    fill: #969ba0
}

.download-logo svg:hover {
    fill: #438bee
}

#share-svg {
    display: none;
    margin-left: 10px;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.gradient-bg {
    background-image: -moz-linear-gradient(132deg, #6d33ff 0, #3389ff 100%);
    background-image: -webkit-linear-gradient(132deg, #6d33ff 0, #3389ff 100%);
    background-image: -ms-linear-gradient(132deg, #6d33ff 0, #3389ff 100%)
}

.gradient-bg .download-logo-kit {
    border-color: rgba(255, 255, 255, .3)
}

.gradient-bg h6 {
    color: #FFF
}

.gradient-bg .download-logo svg {
    fill: #FFF
}

.section-logos-print {
    padding: 70px 0 200px
}

ul.logos-eps {
    float: left;
    width: calc(100% + 40px);
    margin-left: -20px
}

ul.logos-eps li {
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    width: 25%
}

ul.logos-eps .placeholder {
    float: left;
    width: 100%;
    border-radius: 5px
}

ul.logos-eps .placeholder .eps-icon {
    text-align: center;
    padding: 30px 20px;
    float: left;
    width: 100%
}

ul.logos-eps .placeholder .eps-icon img {
    display: inline-block
}

.section-full-kit {
    padding-bottom: 150px
}

.download-mediakit {
    background: #fff;
    margin: auto;
    width: 310px;
    border-radius: 5px;
    display: table
}

.rar-icon,
.subFooter {
    width: 100%;
    float: left
}

.rar-icon {
    padding: 40px 30px;
    text-align: center
}

.border-top {
    border-top: 1px solid #ebebf3
}

.share-object {
    display: none
}

.subFooter {
    border-bottom: 1px solid #edeef1
}

.subFooter .subFooterLeft {
    float: left;
    width: 40%;
    padding: 80px 0
}

.subFooter .subFooterRight {
    float: right;
    width: 50%
}

.subFooterLeft p {
    float: left;
    width: 100%;
    font-size: 22px;
    color: #2d3964;
    line-height: 37px;
    margin-bottom: 40px
}

.popup-form li i,
.popup-form li label {
    top: 15px;
    font-size: 16px;
    position: absolute
}

.popup-form li i {
    display: none;
    left: 30px;
    color: #99c4ff
}

.popup-form li label {
    left: 20px;
    color: #2d3964;
    margin: 0;
    text-transform: none;
    font-family: Stolzl;
    transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.popup-form li.hasVal label {
    top: -20px;
    left: 20px;
    transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    font-size: 12px
}

.popup-form li.hasVal input,
.popup-form li.hasVal textarea {
    background: #3389ff;
    border-color: #3389ff;
    border-radius: 5px;
    padding-left: 15px;
    color: #FFF;
    outline: 0
}

@media (max-width:1150px) {
    ul.color-palletts > li {
        width: 50%
    }
    .color-palletts,
    ul.logos-eps {
        width: 100%;
        margin: 0
    }
    ul.logos-eps li {
        width: 50%;
        margin-top: 30px
    }
    .section-color-pallette h4 {
        margin-bottom: 30px
    }
}

@media (max-width:992px) {
    .section-color-pallette,
    .section-products-shots.top-btm-spacing {
        padding: 50px 0
    }
    ul.products-shots {
        width: 100%;
        margin: 0
    }
    .products-shots li {
        width: 100%
    }
    ul.products-shots li,
    ul.products-shots li:first-child {
        margin-top: 30px
    }
    .section-products-shots h4 {
        margin-bottom: 0
    }
    .section-color-pallette h4 {
        margin-bottom: 50px
    }
    .subFooter .subFooterLeft {
        width: 100%;
        text-align: center;
        background: url(../images/sub-footer-img.png) top center no-repeat;
        background-size: contain
    }
    .subFooterRight {
        display: none
    }
}

@media (max-width:767px) {
    ul.color-palletts > li,
    ul.logos-eps li {
        width: 100%
    }
    .banner-inner {
        margin-top: 65px;
        padding: 50px 0
    }
    .banner-inner p,
    .banner-inner-left,
    .media-share-icons {
        width: 100%;
        text-align: center
    }
    .media-share-icons .sharethis-inline-share-buttons {
        display: inline-block
    }
    #st-1 .st-btn {
        display: inline-block!important;
        float: none!important
    }
    .products-shots li {
        padding: 0
    }
    ul.products-shots li .download-btns {
        bottom: -62px;
        right: 20px;
        top: auto;
        transform: none;
        width: auto
    }
    ul.products-shots li .download-btns a {
        padding: 0 5px;
        opacity: 1
    }
    ul.products-shots li .download-btns span {
        border: none;
        height: auto;
        padding-top: 0;
        width: auto
    }
    ul.products-shots li .download-btns svg {
        fill: #969ba0
    }
    ul.products-shots li .download-btns a h6,
    ul.products-shots li .placeholder .shot-img::before {
        display: none
    }
    ul.products-shots li .download-btns a.download-shot,
    ul.products-shots li .download-btns a.share-shot {
        transform: translateY(0)
    }
    ul.products-shots li .placeholder .shot-desc h3 {
        width: 80%
    }
}

.PopupThankYou h3 {
    font-size: 30px;
    color: #37436c;
    font-family: 'Stolzl Medium';
    text-align: center;
    margin-bottom: 10px
}

.PopupThankYou p {
    font-size: 22px;
    color: #2d3964;
    line-height: 35px;
    margin-bottom: 20px
}

#PopupThankYouPremises {
    background: url(../images/thankyou-bg.jpg) center center no-repeat;
    background-size: contain
}

#PopupThankYouPremises svg {
    width: 63px
}

#form-errors-premes p,
#form-errors-qaisar p,
#form-errors-sebas p,
#form-errors-wemanage p {
    background: #f2dede;
    border: 1px solid #ebccd1;
    border-radius: 3px;
    color: #a94442;
    left: 0;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: -60px;
    transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    font-size: 15px
}

#PopupThankYouQaisar,
#PopupThankYouSeb {
    margin: 60px 0
}

.how-it-work-section .col {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    width: 50%
}

.how-it-work-section .tour-item {
    border-bottom: 1px solid #2870ef;
    display: flex;
    min-height: 60em;
    position: relative;
    width: 100%;
    max-width: inherit;
    padding-top: 100px
}

.how-it-work-section .tour-item:first-child .ani-wrapper {
    margin-top: -170px
}

.how-it-work-section .tour-item:first-child {
    min-height: 48em
}

.how-it-work-section .tour-item:nth-child(2n) .tour-content {
    float: left;
    padding-left: 120px;
    padding-right: 0;
    margin-top: 100px
}

.how-it-work-section .tour-item:nth-child(2n) .col:first-child .ani-wrapper img {
    position: absolute;
    right: 0
}

.how-it-work-section .tour-item:last-child {
    border-bottom: none;
    height: 770px;
    min-height: inherit
}

.how-it-work-section .tour-content {
    float: right;
    max-width: 34.75em;
    padding-right: 120px;
    width: 100%;
    z-index: 3
}

.structure img {
    max-width: inherit;
    box-shadow: 6px 30px 40px rgba(38, 52, 180, .1)
}

@media (max-width:1199px) {
    .how-it-work-section .tour-content,
    .how-it-work-section .tour-item:nth-child(2n) .tour-content {
        padding-left: 80px;
        padding-right: 50px
    }
}

@media (max-width:991px) {
    .how-it-work-section .tour-item {
        display: inline-block;
        min-height: inherit;
        padding-bottom: 50px;
        padding-top: 50px
    }
    .how-it-work-section .col {
        width: 100%
    }
    .how-it-work-section .tour-content {
        float: none;
        max-width: 100%;
        text-align: center
    }
    .how-it-work-section .tour-item .ani-wrapper {
        text-align: right;
        margin-bottom: 50px
    }
    .how-it-work-section .tour-item .ani-wrapper img {
        max-width: 95%
    }
    .how-it-work-section .tour-item:nth-child(2n) .col:first-child .ani-wrapper img {
        position: static
    }
    .how-it-work-section .tour-item:nth-child(2n) .ani-wrapper {
        text-align: left
    }
    .how-it-work-section .tour-item:last-child {
        height: auto;
        padding-bottom: 100px
    }
    .how-it-work-section .tour-item:nth-child(2n) .tour-content {
        margin-top: 0
    }
    .how-it-work-section .tour-item:first-child .ani-wrapper {
        margin-top: -110px
    }
    .how-it-work-section .tour-item:first-child {
        min-height: inherit
    }
    .how-it-work-section .tour-content {
        padding: 0 40px
    }
}

.section-PageTitle {
    background: #f5f5f9;
    margin-top: 80px
}

.section-PageTitle .InnerPageHdr {
    background: url(../images/InnerRightBg.png) right center no-repeat;
    padding: 20px 0 45px;
    background-size: contain
}

.breadcrumbs {
    margin-bottom: 40px
}

.breadcrumbs ul li {
    display: inline-block;
    color: #2d3964;
    font-size: 13px;
    text-transform: uppercase
}

.breadcrumbs ul li + li::before {
    content: "/";
    padding: 0 5px
}

.breadcrumbs ul li a {
    color: #2d3964
}

.section-PageTitle h2 {
    font-size: 36px;
    font-family: 'Stolzl Light';
    font-weight: 400
}

.section-introduction {
    padding: 80px 0;
    float: left;
    width: 100%
}

.section-introduction .col-md-4 {
    width: 25%;
    float: left
}

.section-introduction .col-md-8 {
    width: 75%;
    padding-left: 50px;
    float: left;
    border-left: 1px solid #f1f1f5;
    margin-left: -2px
}

.IntroLeftNav {
    margin-bottom: 30px
}

.IntroLeftNav h5 {
    font-size: 13px;
    color: #a7a7b1;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Stolzl Medium'
}

.IntroLeftNav ul li a {
    font-size: 16px;
    color: #2d3964;
    display: block;
    padding: 10px 30px 10px 0;
    font-family: Stolzl;
    transition: color ease .3s;
    margin-bottom: 1px
}

.IntroLeftNav ul li a:hover,
.IntroLeftNav ul li.active a {
    color: #3389ff;
    transition: color ease .3s;
    border-right: 3px solid #3389ff;
    position: relative
}

.IntroLeftNav ul li a:focus {
    background: #FFF
}

.IntroMainTitle {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    margin-top: -5px
}

.IntroMainTitle h1 {
    color: #3389ff;
    font-size: 36px;
    text-transform: none;
    font-family: 'Stolzl Light';
    font-weight: 400;
    letter-spacing: -1px
}

.IntroMainTitle h1 strong {
    font-family: 'Stolzl Medium'
}

.IntorText h3,
.IntorText p {
    font-family: 'Stolzl Light'
}

.IntorText {
    margin-bottom: 50px
}

.IntorText h3 {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 15px
}

.IntorText p {
    color: #2d3964;
    line-height: 25px;
    font-size: 15px
}

@media (max-width:767px) {
    .section-PageTitle .InnerPageHdr {
        background-size: 350px
    }
    .section-introduction {
        padding: 30px 0
    }
    .section-introduction .col-md-4 {
        width: 100%
    }
    .section-introduction .col-md-8 {
        width: 100%;
        border: none;
        padding-left: 0
    }
    .IntroLeftNav {
        border-bottom: 2px solid #d8d8d8;
        margin: 0 -30px 25px;
        padding: 0 0 0 30px;
        height: 80px
    }
    .IntroLeftNav ul.tabs {
        overflow: auto;
        white-space: nowrap;
        height: 55px
    }
    .IntroLeftNav ul.tabs::-webkit-scrollbar {
        display: none
    }
    .IntroLeftNav ul.tabs li {
        display: inline-block;
        margin-right: 15px;
        position: relative
    }
    .IntroLeftNav ul.tabs li + li::before {
        content: "|";
        left: -10px;
        margin-top: 8px;
        position: absolute
    }
    .IntroLeftNav ul.tabs li a {
        font-size: 14px;
        padding-right: 0
    }
    .IntroLeftNav ul li a:hover,
    .IntroLeftNav ul li.active a {
        border: none;
        margin-bottom: 0
    }
    .IntroLeftNav ul li a:hover::before,
    .IntroLeftNav ul li.active a::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: -17px;
        z-index: 9;
        background: #3389ff
    }
    .IntroMainTitle h1 {
        font-size: 27px;
        letter-spacing: 0
    }
    .IntroMainTitle h1 strong {
        font-family: Stolzl
    }
}

@media (max-width:479px) {
    ul.about-pallatt {
        padding: 10px;
        width: 100%
    }
    ul.about-pallatt li {
        font-size: 13px;
        padding: 5px 0 5px 15px
    }
    ul.color-palletts li .color-wrap .color-code {
        padding: 30px 5px;
        display: inline-block;
        width: 100%
    }
    ul.color-palletts li .color-wrap .color-code span {
        font-size: 12px;
        float: left;
        width: 50%
    }
    ul.color-palletts > li,
    ul.logos-eps li {
        padding-left: 0;
        padding-right: 0
    }
}
